@media (min-width: 1400px) {
    .container {
        max-width: 1500px;
    }

}

/*:root*/
/*{*/
/*    --red: #E10A15;*/
/*    --blue: #081E4A;*/
/*    --brand-red: #E10A15;*/
/*    --brand-blue: #081E4A;*/
/*    --radius-md: 0.1rem;*/
/*}*/

:root {
    /*--red: #ff4227;*/
    --red: #8bc33a;

    /*--blue: #490e71;*/
    /*--blue: rgb(5, 6, 53);*/
    --blue: rgb(0 0 0);
    --brand-red: #8bc33a;
    /*--brand-blue: #490e71;*/
    /*--brand-blue: rgb(5, 6, 53);*/
    --brand-blue: rgb(0 0 0);
    --radius-md: 0.1rem;
}


.form-control {
    border-radius: 0 !important
}

.button:focus {
    outline: none;
}

body {
    /*color:var(--brand-blue);*/
    color: #050635;
    /*color: var(--blue);*/
    background: #fafafa;
    font-family: 'Poppins', sans-serif;
}


a {
    color: inherit
}

/*a:hover {text-decoration:none}*/

.btn {
    border-radius: 0 !important
}


.text-blue {
    color: var(--blue) !important
}

.text-red {
    color: var(--red) !important
}

.navbar-nav .nav-item a.nav-link, .navbar-light.navbar-nav .nav-item a.nav-link {
    color: var(--blue);
    font-weight: 600
}

/*.rev_slider_wrapper {z-index:-1}*/


.search-wrapper .input-group-prepend .input-group-text {
    background: #fff !important;
    border: none;
    border-radius: 0;
}

.input-group-append .input-group-text {
    color: #fff
}

.input-group-lg > .input-group-prepend > .input-group-text {
    border-radius: 0 !important;
}

.search-wrapper .input-group-text {
    border: none;
    background-color: var(--red);
}

.search-wrapper .form-control {
    border: none;
}

.form-control:focus {
    border: 1px solid #ccc;
    box-shadow: none;
}

.search-wrapper .form-control {
    height: 4rem;
    padding-left: 0
}

.btn-red {
    background: var(--red);
    color: #fff;
    border-radius: var(--radius-md);
    border: 1px solid transparent
}

.btn-red:hover {
    background: #fff;
    color: var(--red);
    border-color: var(--red);
}

.btn-blue {
    background: var(--blue);
    color: #fff;
    border: 1px solid transparent;
    border-radius: var(--radius-md);
}


.btn-blue:hover {
    background: #fafafa;
    color: var(--blue);
    border-color: var(--blue);
}

.btn-outline-blue {
    background: #fafafa;
    color: var(--blue);
    border-color: var(--blue);


    border-radius: var(--radius-md);
}


.btn-outline-blue:hover {
    background: var(--blue);
    color: #fff;
    border: 1px solid transparent;
}


.btn-white {
    background: #fff
}

.btn:focus {
    /*border:none;*/
    box-shadow: none;
}

.search-wrapper form {
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.1);
}

.search-wrapper .btn-white span {
    color: #fff;
    background: var(--red);
    padding: 1rem 2rem;
}

.search-wrapper .input-group-append .btn {
    border-radius: 0;
    border: none;
    padding-right: 0.4rem;
}

.input-group-prepend .input-group-text {
    color: #ccc
}

.search-wrapper .form-control::placeholder {
    color: #ccc
}

.feature-wrapper {
    margin-top: -2.5rem;
}

.feature__img {
    background: var(--blue);
}

.feature {
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    color: var(--brand-blue);
}

.feature p {
    margin-bottom: 0;
}

.feature > .row {
    height: 100%
}

/*.feature__img {height:100%}*/

.feature__img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.7rem;
    color: var(--brand-blue);
    text-align: center;
}

.product__img {
    position: relative
}

.product__discount {
    position: absolute;
    top: 2%;
    left: 2%;
    z-index: 2;
}

.product__availability {
    position: absolute;
    display: block;
    padding: 12px;
    top: 45%;
    left: 0;
    z-index: 0;
    font-size: 26px;
    width: 100%;
    opacity: 0.6;
}


.product__discount .badge-danger {
    background: var(--red) !important;
    padding: 0.6rem;
    border-radius: 0;
}


.product__img img {
    height: 300px;
    /*object-fit: contain;*/
    object-fit: cover;
    transform-origin: bottom;

    width: 100%;
}

.product__name {
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis*/
}

/*.product__name:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    lefT: 0;*/
/*    z-index: 3;*/
/*    background: linear-gradient(to right, transparent 80%, rgba(255, 255, 255, 0.9));*/
/*    pointer-events: none;*/
/*}*/

.product__hover {
    background: var(--blue);
    text-align: center;
}

.product__hover .btn {
    width: 110px;
    border-radius: initial
}

.product {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.product__hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: -5%;
    z-index: 1;
}

.product:hover .product__hover {
    opacity: 1;
    transform: translateY(-22%);
    /*z-index:1*/
}

.anim {
    transition: all 0.5s ease;
}


.product__price {
    font-weight: 700;
}

.product__price del {
    color: #6c757d;
    font-size: 0.8rem;
    font-weight: 300;

}

.product__img {
    position: relative;
    border: 1px solid #f3f3f3;
    overflow: hidden;
    background: #fff;
}

.product__img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;


    transition: all 0.3s ease;
    pointer-events: none;
}

.product__wish {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: #6c757d;
}

.product__wish i {
    font-size: 2rem;
}

.product__wish:hover {
    transform: scale(1.2);

}

.product:hover .product__img:after {
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.product:hover .product__img img {
    transform: scale(1.1);
}


.banner-wrapper .row {
    background: var(--brand-blue)
}

.banner__desc {
    color: #fff;
}

.banner__desc span {
    font-size: 4rem;
    text-transform: uppercase;
}

.banner__img {
    width: 100%;
    object-fit: cover
}

.offers-wrapper, offers-wrapper {
    background: #fafafa
}

.newsletter-wrapper span {
    font-size: 2rem;
}

.container-mini {
    max-width: 1000px !important;
}

.newsletter .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.footer__title {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
}

.footer-wrapper {
    background: #fff
}

.icetecth-footer {
    background: var(--brand-blue);
    color: #fff
}

#navbar {
    background: #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.subheader {
    background-size: cover !important;
    /*    height: 400px;*/
}


/*.subheader .container, .subheader .row {height:100%;}*/

.subheader__title {
    font-size: 3rem;
    color: #fff;
    font-weight: 400;
}

.category-box__title {
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
}


.prods {
    max-height: 190px;
    overflow-y: auto;
}


.prods::-webkit-scrollbar {
    width: 6px;
}

.prods::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

.prods::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    background: var(--red)
}

/*.options-bar__option .form-control {width:100px;}*/

.options-bar {
    padding: 24px;
}

.options-bar-wrapp {
    padding: 0 12px 12px 12px;
}

.bordered-box {
    background: #fff;
    border: 1px solid #e8e8e8;
}

#slider-container {
    width: 350px;
    margin-left: 30px;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.slider-handle {
    background-color: var(--red);
    background-image: none;
    width: 15px;
    height: 15px;

}

.slider.slider-horizontal .slider-track {
    height: 5px;
    width: 100%;
    margin-top: -3px;
    top: 50%;
    left: 0;
}

.slider-selection {
    background: var(--brand-blue)
}

.slider.slider-horizontal {
    height: 18px;
    width: 100%;
    max-width: 240px;
    margin: 0 0.5rem;
}

.pagination-bar .page-link {
    border-color: var(--red);
    color: var(--red);
    border-radius: 0.2rem !important;
    padding: 0.3rem .75rem;
}

.pagination {
    overflow: auto;
}


.page-item.active .page-link {
    background-color: var(--red);
    border-color: var(--red);
}

.page-link.active {
    background: var(--red);
    color: #fff;
}

.page-link:focus {
    box-shadow: 0;
}

.page-item.disabled .page-link {
    color: #c3c3c3
}

.product {
    padding: 12px;
}

.navbar-nav .nav-link {
    position: relative
}

.navbar-nav .nav-link:not(.nav-link-icon):after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: var(--red);
    height: 5px;
    width: 0;
    height: 3px;
    transition: all 0.5s ease;
}

.navbar-nav .nav-link:not(.nav-link-icon):hover:after {
    width: 70%;
    height: 3px;
    transition: all 0.5s ease;
}

/*gallery*/

#swipebox-overlay {
    background: #fff;
}


#product-photos .owl-stage-outer {
    /*text-align:center;*/
}

#product-photos .owl-stage {
    display: inline-block;
}

#product-photos li a {
    padding-bottom: 100%;
    display: block;
    border: 1px solid #eee;
    background: #fff;
}


#product-photos li a img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}


.owl-carousel {
    position: relative;
    list-style-type: none;
}

.owl-carousel .owl-nav div {
    display: block;
    height: 60px;
    width: 30px;

    border: 1px solid #ccc;
    color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 52px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    transition: all 0.7s ease-in-out;
}

.owl-carousel .owl-nav div.disabled {
    opacity: 0.3;
}


.owl-carousel .owl-nav div:hover {
    background: #F9FCF3;
    color: #87B201;

}

.owl-carousel .owl-nav div.owl-prev {
    margin-left: -45px;
    left: 0;
}

.owl-carousel .owl-nav div.owl-next {
    right: 0;
    margin-right: -45px;
}


#mainPhotos.owl-carousel .owl-nav div.owl-prev {
    left: -30px;
    margin-left: 0;
    background: #fff;
    border-radius: 3px;
}

#mainPhotos.owl-carousel .owl-nav div.owl-next {
    right: -30px;
    margin-right: 0;
    background: #fff;
    border-radius: 3px;
}

#mainPhotos.owl-carousel .owl-item a {
    display: block;
    padding-top: 60%;
    position: relative;
}

#mainPhotos.owl-carousel .owl-item a img {
    position: absolute;
    display: block;
    /*top:50%;*/
    /*left:50%;*/
    /*transform: translate(-50%,-50%);*/
    /*max-width:80%;*/
    /*width:auto;*/
    /*height:auto;*/
    /*max-height:80%;*/
    top: 0;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    object-fit: contain;
}

@media (max-width: 900px) {

    .owl-carousel.no-nav-on-mobile .owl-nav {
        display: none;
    }

    .owl-carousel .owl-nav div.owl-prev {
        margin-left: 0;
        left: 0;
    }

    .owl-carousel .owl-nav div.owl-next {
        right: 0;
        margin-right: 0;
    }
}


#product-photos .owl-nav {
    display: none !important;
}

.product-details__name {
    font-size: 1.5rem;
    font-weight: 600;
}

/*end gallery*/


.product-description .owl-nav {
    display: none
}

.product-description__title h1 {
    font-size: 1.8rem;
    font-weight: 500;
}

.product-description__price {
    font-size: 1.7rem;
    font-weight: 600;
    /*color:var(--red);*/
}

.product-description__price span {
    font-size: initial !important
}

.product-description__specs > div {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    /*width: 60px;*/
    width: 66px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 9px;
    border: 1px solid #eee;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 1.7;
    transform: translateX(-100%);
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}


.like-table-row {
    display: table-row
}

.like-table-row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding-bottom: 0.7rem;
}

.bg-muted {
    background: #f0f0f0 !important;
}

.bg-red {
    background: var(--red)
}

.bg-white {
    background: #fff
}

.bg-gray {
    background: #f2f2f2
}

.bg-blue {
    background: var(--blue)
}

.text-white {
    color: #fff;
}

.skewed {
    position: relative;
    z-index: 33;
}

.skewed span {
    border: none;
    border-radius: 0;
}

.skewed:after {
    content: "";
    position: absolute;
    background: var(--red);
    width: 15px;
    height: 100%;
    transform: skew(-10deg);
    right: -4px;
}

#product-main-photo {
    max-height: 444px
}

#product-main-photo .product__discount {
    left: 5%;
}

.ramburs p {
    color: #999;
    margin: 0
}

.description-pills .nav-link {
    color: #fff;
}

.description-pills .nav-link.active {
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.3);
}

.brand__title {
    font-weight: 500;
    font-size: 0.8rem;
}

.map-wrapper {
    background: #e6e6e6;
}

.product-description__brand {
    text-transform: uppercase;
}

.contact-box p {
    margin-bottom: 0.5rem;
}

.contact-box__title {
    color: var(--red);
    font-weight: 700;
}

.contact-box__subtitle {
    color: var(--blue);
    font-weight: 700;
}

/*.contact-details {background:#fff;}*/

.contact-details .form-control {
    /*background:#fafafa;*/
    border: 1px solid #efefef;
}

.cart-item {
    border-bottom: 1px solid #e8e8e8;
}

.cart-item td {
    vertical-align: middle;
}

.cart-item:last-child {
    border: none
}

.cart-item__img {
    height: 70px;
    width: 70px;
    /*object-fit: cover;*/
    object-fit: contain;
    border: 1px solid #e6e6e6;
}

.cart-item del {
    color: var(--red);
    padding-right: 0.25rem;
    padding-left: 0.25rem;

}

.cart-wrapper {
    position: absolute;
    right: 38px;
    top: 85px;
    background: #fff;
    display: none;
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.3);;
    width: 100%;
    max-width: 420px;
    z-index: 4;
}

.cart-body {
    overflow: auto;
    max-height: 400px;
    max-height: 50vh;
    height: 100%;
    position: relative;
}


.cart-total {
    font-weight: 700;
    font-size: 1.2rem;
}

.cart-total-wrapper .btn {
    width: 100px;
}

.cart-item__price {
    color: var(--red);
}


.cart-item__name {
    display: block;
    display: -webkit-box;
    max-width: 170px;
    height: 62px;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
}

.cart-trigger {
    position: relative;
}

.cart-item-count {
    position: absolute;
    top: 0;
    right: -5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.7rem;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: var(--red);
    font-weight: 700;
}

.cart-item-count:empty {
    display: none;
}


/*.cart-product
{
    margin-bottom: 2rem;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 58px;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.review-stars .fa-star {
    color: #ccc;
}

.fa-star.active {
    color: #ffc400 !important;
}


.subheader-title {
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
}

.cornelus-img {
    margin-top: -3.5rem;
}

.showroom-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--blue);
    margin-bottom: 0.5rem;
}

.showroom-box {
    margin-bottom: 2rem;
}


.border {
    border: 1px solid #efefef !important;
}

.border-bottom {
    border-bottom: 1px solid #efefef !important;
}

.border-top {
    border-top: 1px solid #efefef !important;
}

.related-products.border {
    /*border: 1px solid #efefef!important;*/
}

.sticky-footer {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    /*font-size: 17px;*/
    /* padding-right: 240px; */
    z-index: 1000000;
}

@media (max-width: 700px) {
    .sticky-footer {
        font-size: 0.7rem !important;
    }
}

.subtitle {
    font-size: 0.8rem;
    text-transform: none;
}


.options-bar__option {
    margin-right: 2rem;
}

/*.category__content li
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.search-wrapper .form-control:focus {
    border: none;
}

.brand__img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.brand__img-wrapper {
    position: relative;
    background: #fff;
}

/*.brand__img-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.05);
}*/


@media only screen and (max-width: 1440px) {
    .subheader {
        background-position-x: 60%;
    }

    .container {
        max-width: 1300px;
    }
}

@media only screen and (max-width: 1024px) {
    .product__img img {
        height: 200px
    }

    .banner__desc span {
        font-size: 3rem
    }

    .feature__details {
        font-size: 0.8rem !important;
    }

    .nav-link {
        font-size: 0.8rem;
    }

    .newsletter {
        width: 90%;
    }

    .subheader {
        background-position-x: 70%;
        /*height: 300px;*/
    }

    .feature-wrapper {
        margin-top: -1.5rem;
    }

    .subheader__title {
        padding: 1.5rem !important;
    }

    .container {
        max-width: 960px;
    }

    .options-bar__option {
        margin-right: 1rem;
    }

    .category-box__title {
        font-size: 1rem;
    }

    .category__content {
        font-size: 0.8rem;
    }

    .like-table-row > div {
        padding-bottom: .5rem;
    }

    .product-description__specs > div {
        font-size: 1rem;
    }

    .like-table-row .quantity {
        padding-bottom: 1rem !important;
    }

    .footer__title {
        font-size: 1.5rem;
    }

    .slider.slider-horizontal {
        max-width: 210px;
    }

    .pagination {
        justify-content: initial !important;
    }


}

@media only screen and (max-width: 768px) {
    .banner__desc span {
        font-size: 2rem
    }

    .banner__img {
        height: 100%;
    }

    .feature__details {
        font-size: 0.8rem !important;
    }

    /*.subheader {height: 250px;}*/
    .feature {
        margin-bottom: 1rem;
    }

    .nav-link:after {
        display: none;
    }

    .subheader__title {
        padding: 2rem !important;
    }

    .subheader__title {
        font-size: 2rem;
    }

    .container {
        max-width: 720px;
    }

    .options-bar__option {
        /*margin-right: .5rem;*/
        font-size: 0.8rem;
    }

    .options-bar__option .form-control {
        height: calc(2rem + 2px);
        padding: .3rem;
        font-size: 0.9rem;
    }

    .slider.slider-horizontal {
        max-width: 195px;
        /*margin-left: 0.5rem;*/
    }

    .product-description__brand {
        font-size: .9rem;
    }

    .product-description__title h1 {
        font-size: 1.5rem;
    }

    .review-list p {
        display: inline-block;
        padding-right: 0.5rem;
    }

    .copyright {
        font-size: 0.8rem;
    }

    .map-wrapper iframe {
        height: 250px;
    }

    .nav-link {
        padding: 0.4rem .5rem;
    }

    .category__content li {
        margin-bottom: 1rem;
    }

    .category__content li:last-child {
        margin-bottom: 0;
    }

    .brand__img {
        max-width: 100%
    }

    .nav-link {
        font-size: 1rem
    }


}

@media screen and (max-width: 425px) {
    .product__img {
        padding: 1rem;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 120px;
    }

    .cart-wrapper {
        right: 0;
        top: 73px;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
        width: 100%;
    }

    .newsletter {
        width: 100%;
    }

    .search-wrapper .form-control {
        /*height: 3rem;*/
        height: 2.5rem;
        font-size: 0.9rem;
    }

    /*.subheader*/
    /*{*/
    /*    height: 200px;*/
    /*}*/
    .search-wrapper .btn-white span {
        /*padding: .5rem 1rem;*/
        padding: 0rem 1rem;

        /*margin-right: 0.3rem;*/
        height: 2.5rem;
        display: inline-block;
        line-height: 2.5rem;
    }

    .search-wrapper .input-group-append .btn {
        padding: 0;
    }

    .product {
        margin-bottom: 1rem;
        padding: 10px 0;
    }

    .description-pills .nav-link {
        font-size: 0.7rem;
    }

    .category__content {
        font-size: 1rem;
    }

    .category__content li {
        margin-bottom: .5rem;
    }


}

.tp-bannertimer {
    background: linear-gradient(to right, var(--blue) 50%, var(--red) 100%);
}

.rev-wrapper .search-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.subheader__product-details {
    /*background-image: url('../images/product-details.png');*/
    background-image: url('../images/header/3.jpg')

}

.subheader__products {
    background-image: url('../images/header/3.jpg')
}

.pagination {
    margin-bottom: 0;
}

.pagination li {
    padding: 0 3px;
}

.description-tabs table {
    width: 100% !important;
}

.description-tabs table td {
    padding: 0.33rem;
    border: 1px solid #e0e6ea;
    color: #555;
}

.strong {
    font-weight: bold;
}

.breadcrumb {
    background: none;
}


/*BRAND RELATED, ALWAYS ovverides themes (eg: btns)*/
.btn-brand-red {
    background: var(--brand-red);
}

.btn-brand-red:hover {
    color: var(--brand-red);
    border-color: var(--brand-red);
}

.btn-brand-blue {
    background: #081e4a;
    background: var(--brand-blue);
}

.btn-brand-blue:hover {
    color: var(--brand-blue);
    border-color: var(--brand-blue);
}

.bg-brand-blue {
    background: var(--brand-blue);
}

.bg-brand-red {
    background: var(--brand-red);
}

.text-brand-red {
    color: var(--brand-red);
}

.skewed-brand:after {
    background: var(--brand-red);
}

.site-message p {
    padding: .5rem;
    margin: 0;
}

.description-pills {
    /*@todo dinamic top via js?*/
    /*top: 85px;*/
    /*top: 105px;*/
    top: 4.15rem;
    z-index: 1019;
}


@media (max-width: 1000px) {
    .description-pills {
        top: 72px;
    }

}


.payment-card {
    max-width: 140px;
}

.product-characteristics__body > .row:not(:last-of-type) {
    border-bottom: 1px solid #efefef !important;
}

#checkout-form label:not(.form-check-label) {
    display: block;
}

#checkout-form .form-check label.form-check-label {
    display: inline;
}

.boxshadow-light {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.product-variant {
    line-height: 1rem;
    background: #fff;
}

.product-variant img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.product-variant div {
    font-size: 0.7rem;
    /*direction: rtl;*/
    /*white-space: nowrap;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.container-mini {
    max-width: 800px;
}


.flash-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
    color: #fff;
    width: 100vw;
    height: 100vh;
    max-width: 700px;
    max-height: 440px;
    background: rgba(8, 29, 74, 0.9);
    /*backdrop-filter: blur(2px);*/
    font-size: 0.9rem;
    border: 4px solid #fff;
    overflow-y: auto;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
    top: 50%;
    left: 50%;
}

@media (max-width: 600px) {
    .flash-modal {
        max-height: 100%;
    }
}

.search-wrapper form {
    opacity: 0.85;
}

.img-logo {
    width: 160px;
}

.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

img.fr-rounded, .fr-img-caption.fr-rounded img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

img.fr-bordered, .fr-img-caption.fr-bordered img {
    border: solid 5px #CCC
}

img.fr-bordered {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fr-img-caption.fr-bordered img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img.fr-shadow, .fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16)
}

.fr-view {
    word-wrap: break-word
}

.fr-view span[style~="color:"] a {
    color: inherit
}

.fr-view strong {
    font-weight: 700
}

.fr-view table {
    border: 0;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%
}

.fr-view table td {
    min-width: 5px
}

.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
    border-style: dashed
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
}

.fr-view table td, .fr-view table th {
    border: 1px solid #ddd
}

.fr-view table td:empty, .fr-view table th:empty {
    height: 20px
}

.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
    border: 1px double red
}

.fr-view table td.fr-thick, .fr-view table th.fr-thick {
    border-width: 2px
}

.fr-view table th {
    background: #e6e6e6
}

.fr-view hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always
}

.fr-view .fr-file {
    position: relative
}

.fr-view .fr-file::after {
    position: relative;
    content: "\1F4CE";
    font-weight: 400
}

.fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: visible
}

.fr-view[dir=rtl] blockquote {
    border-left: 0;
    border-right: solid 2px #5e35b1;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0
}

.fr-view[dir=rtl] blockquote blockquote {
    border-color: #00bcd4
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
    border-color: #43a047
}

.fr-view blockquote {
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1
}

.fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4
}

.fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047
}

.fr-view span.fr-emoticon {
    font-weight: 400;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    display: inline;
    line-height: 0
}

.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle
}

.fr-view .fr-text-gray {
    color: #AAA !important
}

.fr-view .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0
}

.fr-view .fr-text-spaced {
    letter-spacing: 1px
}

.fr-view .fr-text-uppercase {
    text-transform: uppercase
}

.fr-view .fr-class-highlighted {
    background-color: #ff0
}

.fr-view .fr-class-code {
    border-color: #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #f5f5f5;
    padding: 10px;
    font-family: "Courier New", Courier, monospace
}

.fr-view .fr-class-transparency {
    opacity: .5
}

.fr-view img {
    position: relative;
    max-width: 100%
}

.fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

.fr-view img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption {
    position: relative;
    max-width: 100%
}

.fr-view span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.fr-view span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view .fr-video {
    text-align: center;
    position: relative
}

.fr-view .fr-video.fr-rv {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fr-view .fr-video > * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: 0
}

.fr-view .fr-video.fr-dvb {
    display: block;
    clear: both
}

.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left
}

.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right
}

.fr-view .fr-video.fr-dvi {
    display: inline-block
}

.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left
}

.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right
}

.fr-view a.fr-strong {
    font-weight: 700
}

.fr-view a.fr-green {
    color: green
}

.fr-view .fr-img-caption {
    text-align: center
}

.fr-view .fr-img-caption .fr-img-wrap {
    padding: 0;
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap > span {
    margin: auto;
    display: block;
    padding: 5px 5px 10px;
    font-size: 14px;
    font-weight: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: "alpha(Opacity=0)";
    width: 100%;
    text-align: center
}

.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
    font-size: 24px
}

a.fr-view.fr-strong {
    font-weight: 700
}

a.fr-view.fr-green {
    color: green
}

img.fr-view {
    position: relative;
    max-width: 100%
}

img.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view {
    position: relative;
    max-width: 100%
}

span.fr-img-caption.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

span.fr-img-caption.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}


.bg-overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.brands-carousel img {
    height: 70px;
    width: 100%;
    object-fit: contain;
}

.brands-overlay {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
}

@media (min-width: 800px) {
    .brands-overlay {
        position: absolute;
        bottom: 0;
        width: 100%;
        backdrop-filter: blur(20px);
        background: rgba(0, 0, 0, 0.5);
    }
}

[x-cloak] {
    display: none !important;
}

.product .product__tag {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.6) !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
        margin-right: 0 !important;
    }
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--brand-blue) !important;
    background-color: var(--brand-blue) !important;
}

.no-photo {
    object-fit: contain !important;
    padding: 1rem;
}
@media (min-width: 992px) {
    .no-photo {
        padding: 3rem;
    }
}