.border-red {
    border: #ff0000 1px solid !important;
    color: #000;
}

.article-content-p {
    margin-top:30px;
    color: #444;
    line-height: 1.9;
}

.anpc-images {
    width: 150px;
}

.about-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.about-image {
    max-width: 300px;
    margin-right: 20px;
}
.about-content {
    flex: 1 1 0;
}

.display-img-50{max-width:50%;}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .display-img-50{max-width:100%;}
}
/* Containerul general al sliderului */
.main-banner-slider {
    position: relative;
    background: #fff;
    overflow: hidden;
    background: linear-gradient(to left bottom, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd);
}

/* Fiecare slide */
.main-banner {
    height: 550px;
    display: flex;
    align-items: center;
    position: relative;
    display: flex;
    align-items: center;

}


/* Conținutul din stânga: titlu, text, buton */
.hero-content {
    z-index: 2;
    margin-top:100px;
}

.hero-content h1 {
    font-size: 32px!important;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 14px;
    margin-bottom: 25px;
}

.hero-content .btn {
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 4px;
}

/* Responsivitate pentru mobil */
@media (max-width: 991px) {
    .main-banner {
        height: auto;
        padding: 60px 0;
        text-align: center;
    }

    .hero-content {
        margin-bottom: 30px;
    }

    .banner-image {
        justify-content: center;
    }
}




.banner-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: visible;
    padding:50px 10px;
}

.banner-image img {
    max-height: 100%;
    width: auto;
    display: block;
    object-fit: contain;
    padding-top: 50px!important;
}

.banner-main-image {
    display: block !important;
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .main-banner {
        padding-top: 100px; /* ca să nu acopere navbarul */
        text-align: center;
    }

    .main-banner .hero-content {
        margin-bottom: 20px;
    }

    .main-banner .banner-image {
        max-width: 100%;
        margin-top: 20px;
    }

    .main-banner .banner-image img {
        max-width: 100%;
        height: auto;
    }
}

.about-content h2{font-size:1.5rem;}

.panel-header-comment {
    height: 35px;
    padding: 5px 12px !important
}

.panel-comment-parent:after,
.panel-comment-parent:before {
    position: absolute;
    top: 11px;
    left: -17px;
    right: 100%;
    width: 0;
    height: 0;
    display: block;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
    pointer-events: none;
}

.panel-comment-parent:after {
    border-width: 7px;
    border-right-color: #f7f7f7;
    margin-top: 1px;
    margin-left: 2px;
}

.panel-comment-parent:before {
    border-right-color: #ddd;
    border-width: 8px;
}

.panel-comment {
    position: relative;
}

.panel-comment:after,
.panel-comment:before {
    position: absolute;
    top: 11px;
    left: -16px;
    right: 100%;
    width: 0;
    height: 0;
    display: block;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
    pointer-events: none;
}

.panel-comment:after {
    border-width: 7px;
    border-right-color: #f7f7f7;
    margin-top: 1px;
    margin-left: 2px;
}

.panel-comment:before {
    border-right-color: #ddd;
    border-width: 8px;
}

#review_form_query {
    margin: 10px 0px !important;
}


.progress {
    height: 20px;
    margin-bottom: 11.7px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #ec008c;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}


/*!
 * @copyright &copy; Kartik Visweswaran, Krajee.com, 2013 - 2016
 * @version 4.0.1
 *
 * A simple yet powerful JQuery star rating plugin that allows rendering fractional star ratings and supports
 * Right to Left (RTL) input.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url('../../../img/frontend/loading.gif') top left no-repeat;
    border: none;
}

/*
 * Stars
 */
.rating-container .rating {
    cursor: default;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}

.rating-disabled .rating {
    cursor: not-allowed;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}

.rating-container .empty-stars {
    color: #aaa;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
}

.rating-rtl {
    float: right;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}

/**
 * Sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
}

.rating-xl {
    font-size: 4.89em;
}

/**
 * Clear
 */
.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.rating-container .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.1em;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}

/**
 * Print
 */
@media print {
    .rating-container .clear-rating {
        display: none;
    }
}

.ratings-container {
    display: flex;
    align-items: center;
    margin-left: 1px;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    font-size: 11px;
    letter-spacing: .2em
}

.ratings-full {
    cursor: pointer
}

.ratings-full,
.ratings {
    position: relative;
    font-family: 'riode'
}

.ratings-full+.rating-reviews {
    margin-left: 1rem
}

.ratings-full::before {
    content: "\e955 " "\e955 " "\e955 " "\e955 " "\e955";
    color: #ec008c;
    font-family: 'riode'
}

.ratings-full:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden
}

.ratings::before {
    content: "\e955 " "\e955 " "\e955 " "\e955 " "\e955";
    color: #ec008c;
    font-family: 'riode'
}

.rating-reviews {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1rem;
    color: #aaa;
    letter-spacing: 0;
    text-transform: capitalize
}

.rating-reviews:hover {
    color: #ec008c
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}


.border-red {
    border: #ff0000 1px solid !important;
    color: #000;
}

#alert-update {
    position: fixed;
    top: 60px;
    right: 10px;
    min-width: 10%;
    z-index: 9999;
}

/*.select2-container{width:100%!important;z-index:4001 !important;}
.select2-container .select2-selection--single{height:33px!important;border:1px solid #ccc!important;}
*/
.add_to_cart {
    font-size: 20px;
}

.payment-method ul {
    margin-bottom: 0px;
}

.validation-advice-ajax {
    color: red;
    font-size: 12px;
}

.img-loading {
    margin: 0px auto;
    display: block;
    margin-bottom: 20px;
}

.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #ebebeb;
    color: #515151;
}

.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #ebebeb;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.payment_box p {
    margin: 0px !important;
}

.prod-list h3 i {
    font-size: 1.2em;
}

.bs-canvas-close span i {
    cursor: pointer;
}

.c-pointer {
    cursor: pointer;
}

.fsize18rem {
    font-size: 1.8rem !important;
    margin-top: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.p1rem {
    padding: 1rem;
}

.p2rem {
    padding: 2rem;
}

.p3rem {
    padding: 3rem;
}

#product-tab-reviews .ratings-container {
    font-size: 30px;
    display: inline-block !important;
}

.avatar-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    moz-border-radius: 50%;
    margin: 0px auto;
}

.avatar-circle img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    moz-border-radius: 50%;
    margin: 0px auto;
}

.initials {
    position: relative;
    top: 8px;
    /* 25% of parent */
    font-size: 35px;
    /* 50% of parent */
    line-height: 50px;
    /* 50% of parent */
    color: #fff;
    font-family: "Courier New", monospace;
    font-weight: bold;
}

.hide {
    display: none !important;
}

.progress-xs {
    height: 15px !important;
    margin-top: 7px !important;
    margin-bottom: 0px !important;
}

.h135 {
    height: 135px;
}

.h145 {
    height: 145px;
}

.h155 {
    height: 155px;
}

.panel-body h4 {
    font-size: 16px;
}

.review-form {
    display: none;
}

.rating-container .rating {
    font-size: 30px;
}

.mtb10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mtb20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.bg-review-top {
    background: #eee;
    min-height: 3.5rem;
    padding:5px;
}

.fleft {
    float: left !important;
}

.filter_rating {
    cursor: pointer;
    font-size: 13px;
}

.filter_rating:hover {
    color: #00bbd6;
}

.title-filter {
    font-size: 11px !important;
    font-weight: bold !important;
}

.filter-by select {
    width: 200px !important;
}

.products-nav .toolbar {
    padding-bottom: 5px !important;
    margin-bottom: 20px !important;
    clear: both;
}

.short-by select {
    font-size: 12px !important;
}

.way {
    margin-right: 5px !important;
}

.card-body h4 {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.btn-xs {
    font-size: 11px;
}

.text-center {
    text-align: center;
}

.border-red,
.redinput {
    border: #ff0000 1px solid !important;
}

.validation-advice {
    color: #ff0000 !important;
    font-size: 10px;
}

.validation-advice-ajax {
    color: #ff0000;
    font-size: 12px;
}

.products-nav:after {
    clear: both;
}

.reviews-content {
    float: right;
}

.no-border {
    border: none;
}

.minwidth20 {
    width: 20% !important;
}

.minwidth30 {
    width: 30% !important;
}

.card-body-review {
    padding: 0.75rem !important;
}

.review-date {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.product__rating-stars .rating__body {
    display: -webkit-inline-box
}

.nav-item img,
.departments__item-link-mobile img {
    width: 35px;
    height: 35px;
    margin-right: 10px
}

.img-modal-center {
    width: 50px;
    margin: auto;
    display: block;
}

.modal-remote-middle {
    max-width: 600px;
}


.minipopup-area {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999
}

.minipopup-box {
    position: absolute;
    left: 1rem;
    width: 303px;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 1;
    transition: opacity .3s, left .3s ease-out, transform .3s;
    z-index: 9999
}

.minipopup-box.show {
    opacity: 1;
    left: 0
}

.minipopup-box.focus {
    transform: scale(0.98) translateY(-100%)
}

.minipopup-box .product.product-cart {
    margin-top: 0
}

.minipopup-box .product.product-cart .product-name {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 3px;
    color: #000;
    font-weight: 400
}

.minipopup-box .product.product-cart {
    margin-top: 0
}

.minipopup-box .product.product-cart .product-media {
    margin: 1rem auto;
    display: block;
    text-align: center;
}

.minipopup-box .product.product-cart .product-detail {
    margin-top: .3rem
}

.minipopup-box .product.product-cart .product-name {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 1.1rem;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -.025em
}

.minipopup-box .product.product-cart .product-name:hover {
    color: #a3b264
}

.minipopup-box .product.product-cart {
    text-align: center;
}

.minipopup-box .product.product-cart .product-price {
    margin-bottom: -.2rem;
    font-size: 1.0rem
}

.minipopup-box .product.product-cart .product-quantity {
    font-size: 1.0rem;
    font-weight: 600;
    color: #222
}

.minipopup-box .product.product-cart .price-box .product-quantity::after {
    margin: 0 0 -.2rem .7rem;
    font-size: 1.2rem
}

.minipopup-box .product.product-cart.product-purchased .purchased-title {
    margin-bottom: 1.9rem
}

.minipopup-box .product.product-cart.product-purchased .product-detail {
    margin-top: .1rem
}

.minipopup-box .product.product-cart.product-purchased .product-name {
    margin-bottom: 1.2rem
}

.minipopup-box img {
    max-width: 9rem;
    max-height: 9rem
}

.minipopup-box .ratings-container {
    margin-bottom: 0
}

.minipopup-box .product-price {
    color: #e52727;
    font-weight: bold;
    margin-bottom: 3px
}

.minipopup-box .action-group {
    margin-top: 2rem
}

.minipopup-box .btn.btn-sm {
    padding: 0.92em 2.07em;
    font-weight: 600;
    letter-spacing: -.025em;
    border-width: 1px
}

.minipopup-box .btn.btn-outline {
    margin-right: .7rem;
    padding: .92em 2.2em
}

.minipopup-title {
    margin-bottom: 1.5rem;
    color: #222;
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -.035em;
    line-height: 1
}

.minipopup-title .btn {
    margin-left: 1rem
}

.purchased-time {
    color: #a3b264;
    font-size: 1.2rem
}

@media (max-width: 479px) {
    .minipopup-area {
        left: 9px
    }
}


.step-by {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: .9rem 0
}

.step-by .title.title-step {
    margin: 0 1.4rem 0 1rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    letter-spacing: -0.5px;
    padding: .4rem 0
}

.step-by .title.title-step.visited {
    color: #222
}

.step-by .title.title-step.visited~.active::before {
    color: #222
}

.step-by .title.title-step.active {
    color: #cb1818;
}

.step-by .title.title-step:first-child {
    margin-left: 0
}

.step-by .title.title-step:first-child::before {
    display: none
}

.step-by .title.title-step:last-child {
    margin-right: 0
}

.link-cart-success {
    color: #a3b264;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #e52727;
    background-color: #e52727;
}

.s_success {
    padding: 1px 5px;
    background: #739e73;
    margin: 0px 3px;
    border-radius: 3px;
    color: #fff;
    border: #739e73 1px solid;
}

.s_done {
    padding: 1px 5px;
    background: #3BA5AC;
    margin: 0px 3px;
    border-radius: 3px;
    color: #fff;
    border: #3BA5AC 1px solid;
}

.s_process {
    padding: 1px 5px;
    background: #8A2BE2;
    margin: 0px 3px;
    border-radius: 3px;
    color: #fff;
    border: #8A2BE2 1px solid;
}

.s_cancel {
    padding: 1px 5px;
    background: #F8ACAC;
    margin: 0px 3px;
    border-radius: 3px;
    color: #fff;
    border: #F8ACAC 1px solid;
}

.s_error {
    padding: 1px 5px;
    background: #94140C;
    margin: 0px 3px;
    border-radius: 3px;
    color: #fff;
    border: #94140C 1px solid;
}

.s_info {
    padding: 1px 5px;
    background: #94140C;
    margin: 0px 3px;
    border-radius: 12px;
    color: #fff;
    border: #94140C 1px solid;
    text-align:center;
}

.s_draft {
    padding: 1px 5px;
    background: #ccc;
    margin: 0px 3px;
    border-radius: 3px;
    color: #fff;
    border: #ccc 1px solid;
}

.s_new {
    padding: 1px 5px;
    background: #FF0000;
    margin: 0px 3px;
    border-radius: 3px;
    color: #fff;
    border: #FF0000 1px solid;
}

.s_in_stock {
    padding: 1px 5px;
    background: #739e73;
    margin: 0px 3px;
    border-radius: 3px;
    color: #fff;
    border: #739e73 1px solid;
}

.s_supplier_stock {
    padding: 1px 5px;
    background: #8A2BE2;
    margin: 0px 3px;
    border-radius: 3px;
    color: #fff;
    border: #8A2BE2 1px solid;
}

.s_in_order {
    padding: 1px 5px;
    background: #ccc;
    margin: 0px 3px;
    border-radius: 3px;
    color: #fff;
    border: #ccc 1px solid;
}

.s_out_of_stock {
    padding: 1px 5px;
    background: #FF0000;
    margin: 0px 3px;
    border-radius: 3px;
    color: #fff;
    border: #FF0000 1px solid;
}


.anpc-images {
    width: 150px;
}

.m-width-100 {
    min-width: 100px;
}

.btn-add-to-cart {
    cursor: pointer !important;
}

.view-option-sort {
    margin: 7px !important;
}

.view-options__body {
    padding: .75rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.view-options__body+.view-options__body {
    border-top: 1px solid #ebebeb;
}

.view-options__body--filters {
    padding: .875rem 0.2rem;
}

.view-options__label {
    position: absolute;
    background: #333e48;
    padding: 0 8px;
    top: -2px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
}

[dir=ltr] .view-options__label {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[dir=rtl] .view-options__label {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}


/*
// .applied-filters
*/
.applied-filters__list {
    list-style: none;
    padding: 0;
    margin: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.applied-filters__item {
    margin: 2px;
}

.applied-filters__button_title {
    padding: 4px 11px;
    display: block;
    height: 21px;
    font-size: 13px;
    line-height: 1;
    color: inherit;
    background-color: #f0f0f0;
    -webkit-transition: background .12s, color .12s;
    transition: background .12s, color .12s;
    border-radius: 11.5px;
    position: relative;
    border: none;
}

.applied-filters__button {
    padding: 4px 20px;
    display: block;
    height: 21px;
    font-size: 13px;
    line-height: 1;
    color: inherit;

    background-color: #333e48;
    color: #fff;
    -webkit-transition: background .12s, color .12s;
    transition: background .12s, color .12s;
    border-radius: 11.5px;
    position: relative;
    border: none;
}

.applied-filters__button:focus {
    outline: none;
}

.applied-filters__button:hover {
    background-color: #e5e5e5;
    color: inherit;
}

[dir=ltr] .applied-filters__button--filter {
    padding-right: 33px;
}

[dir=rtl] .applied-filters__button--filter {
    padding-left: 33px;
}

.applied-filters__button--filter:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 4px;
    bottom: 4px;
    background-color: rgba(0, 0, 0, 0.15);
}

[dir=ltr] .applied-filters__button--filter:after {
    right: 25px;
}

[dir=rtl] .applied-filters__button--filter:after {
    left: 25px;
}

.applied-filters__button--filter svg {
    position: absolute;
    top: 6px;
    right: 7px;
    fill: rgba(255, 255, 255, 1);
}
}

[dir=ltr] .applied-filters__button--filter svg {
    right: 10px;
}

[dir=rtl] .applied-filters__button--filter svg {
    left: 10px;
}

.applied-filters__button--clear {
    background: #94140C;
    color: #fff;
}

.tab-content {
    background: #fff;
}

.tab-pane {
    margin: 10px;
}


/*
// .address-card
*/
.address-card {
    position: relative;
}

.address-card__badge {
    position: absolute;
    top: 12px;
}

[dir=ltr] .address-card__badge {
    right: 12px;
}

[dir=rtl] .address-card__badge {
    left: 12px;
}

.address-card__body {
    padding: 1.5rem;
    font-size: 15px;
    line-height: 18px;
}

.address-card__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.125rem;
}

.address-card__row+.address-card__row {
    margin-top: .75rem;
}

.address-card__row-title {
    font-size: 13px;
    color: #6c757d;
}

.address-card__footer {
    margin-top: 1.625rem;
}

.address-card__footer a:hover {
    text-decoration: underline;
}

.address-card--featured .address-card__body {
    padding: 2rem;
}

.address-card--featured .address-card__name {
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .address-card--featured .address-card__body {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .address-card--featured .address-card__body {
        padding: 1.375rem;
    }
}

/*
// .addresses-list
*/
.addresses-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.addresses-list__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.addresses-list__item--new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

.addresses-list__divider:last-child {
    display: none;
}

.addresses-list__plus {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 24px;
    color: #e0e0e0;
    border: 2px solid currentColor;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.addresses-list__plus:before,
.addresses-list__plus:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 4px;
    background: currentColor;
    border-radius: 1.5px;
    top: calc(50% - 2px);
}

[dir=ltr] .addresses-list__plus:before,
[dir=ltr] .addresses-list__plus:after {
    left: calc(50% - 16px);
}

[dir=rtl] .addresses-list__plus:before,
[dir=rtl] .addresses-list__plus:after {
    right: calc(50% - 16px);
}

.addresses-list__plus:after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.addresses-list__item--new:hover .addresses-list__plus {
    color: #ccc;
}

@media (min-width: 768px) {
    .addresses-list__item {
        width: calc((100% - 32px - 1px) / 3);
    }

    .addresses-list__divider:nth-child(2n) {
        width: 16px;
    }

    .addresses-list__divider:nth-child(6n) {
        width: 100%;
        height: 16px;
    }
}

@media (min-width: 480px) and (max-width: 767.98px) {
    .addresses-list__item {
        width: calc((100% - 16px - 1px) / 2);
    }

    .addresses-list__divider:nth-child(2n) {
        width: 16px;
    }

    .addresses-list__divider:nth-child(4n) {
        width: 100%;
        height: 16px;
    }
}

@media (max-width: 479px) {
    .addresses-list__item {
        width: calc((100% - 0px - 1px) / 1);
    }

    .addresses-list__divider:nth-child(2n) {
        width: 16px;
    }

    .addresses-list__divider:nth-child(2n) {
        width: 100%;
        height: 16px;
    }
}


/*
// .dashboard
*/
.dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dashboard__orders {
    margin-top: 24px;
    width: 100%;
}

@media (min-width: 768px) {

    .dashboard__profile,
    .dashboard__address {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767.98px) {

    .dashboard__profile,
    .dashboard__address {
        width: 100%;
    }

    .dashboard__address {
        margin-top: 24px;
    }
}

/*
// .profile-card
*/
.profile-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile-card__avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 16px;
}

.profile-card__avatar img {
    border-radius: 50%;
    max-width: 100%;
}

.profile-card__name {
    font-weight: 500;
    line-height: 20px;
}

.profile-card__email {
    font-size: 15px;
    margin-bottom: 24px;
}


/*
// .tag-badge
*/
.tag-badge {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    z-index: 0;
    height: 18px;
    padding: 4px 14px 0;
    right: 0;
}

.tag-badge:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 2.5px;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.tag-badge:before {
    left: 3.5px;
    right: 3.5px;
}

[dir=ltr] .tag-badge:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

[dir=rtl] .tag-badge:before {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

.tag-badge--theme {
    color: #fff;
}

.tag-badge--theme:before {
    background: #e52727;
}

.tag-badge--sale {
    color: #fff;
}

.tag-badge--sale:before {
    background: #ff3333;
}

.tag-badge--new {
    color: #fff;
}

.tag-badge--new:before {
    background: #3377ff;
}

.tag-badge--hot {
    color: #fff;
}

.tag-badge--hot:before {
    background: #614ba6;
}


/*
// .wishlist
*/
.wishlist__table {
    width: 100%;
    border-spacing: 0;
}

.wishlist__column--head {
    font-size: 13px;
    text-transform: uppercase;
}

.wishlist__product-name {
    line-height: 20px;
}

.wishlist__product-name a {
    color: inherit;
    -webkit-transition: color .15s;
    transition: color .15s;
}

.wishlist__product-name a:hover {
    color: #cb1818;
}

.wishlist__product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
}

.wishlist__product-rating-title {
    font-size: 13px;
    line-height: 1;
    color: #6c757d;
}

[dir=ltr] .wishlist__product-rating-title {
    margin-left: 8px;
}

[dir=rtl] .wishlist__product-rating-title {
    margin-right: 8px;
}

@media (min-width: 768px) {
    .wishlist {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    }

    .wishlist__column {
        padding: 14px 16px;
    }

    [dir=ltr] .wishlist__column:first-child {
        padding-left: 28px;
    }

    [dir=rtl] .wishlist__column:first-child {
        padding-right: 28px;
    }

    [dir=ltr] .wishlist__column:last-child {
        padding-right: 28px;
    }

    [dir=rtl] .wishlist__column:last-child {
        padding-left: 28px;
    }

    .wishlist__column--image {
        text-align: center;
        width: 1px;
    }

    .wishlist__column--image .image {
        width: 80px;
    }

    .wishlist__column--body {
        border-top: 1px solid #ebebeb;
    }

    .wishlist__column--stock {
        text-align: center;
        width: 1px;
        white-space: nowrap;
    }

    .wishlist__column--price {
        white-space: nowrap;
        width: 140px;
    }

    [dir=ltr] .wishlist__column--price {
        text-align: right;
    }

    [dir=rtl] .wishlist__column--price {
        text-align: left;
    }

    .wishlist__column--button {
        white-space: nowrap;
        width: 200px;
    }

    [dir=ltr] .wishlist__column--button {
        text-align: right;
    }

    [dir=rtl] .wishlist__column--button {
        text-align: left;
    }

    .wishlist__column--remove {
        width: 1px;
        white-space: nowrap;
    }

    [dir=ltr] .wishlist__column--remove {
        padding-left: 0;
    }

    [dir=rtl] .wishlist__column--remove {
        padding-right: 0;
    }

    [dir=ltr] .wishlist__remove {
        margin-right: -12px;
    }

    [dir=rtl] .wishlist__remove {
        margin-left: -12px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .wishlist__column--button {
        width: 1px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    [dir=ltr] .wishlist__column:first-child {
        padding-left: 16px;
    }

    [dir=rtl] .wishlist__column:first-child {
        padding-right: 16px;
    }

    [dir=ltr] .wishlist__column:last-child {
        padding-right: 16px;
    }

    [dir=rtl] .wishlist__column:last-child {
        padding-left: 16px;
    }

    [dir=ltr] .wishlist__column--product,
    [dir=ltr] .wishlist__column--stock,
    [dir=ltr] .wishlist__column--price,
    [dir=ltr] .wishlist__column--button {
        padding-left: 0;
    }

    [dir=rtl] .wishlist__column--product,
    [dir=rtl] .wishlist__column--stock,
    [dir=rtl] .wishlist__column--price,
    [dir=rtl] .wishlist__column--button {
        padding-right: 0;
    }

    .wishlist__column--price {
        width: 1px;
    }

    .wishlist__remove {
        margin-top: 0;
        margin-bottom: 0;
    }

    [dir=ltr] .wishlist__remove {
        margin-left: -8px;
        margin-right: -8px;
    }

    [dir=rtl] .wishlist__remove {
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media (max-width: 767.98px) {
    .wishlist__table {
        display: block;
    }

    .wishlist__head {
        display: none;
    }

    .wishlist__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -8px;
    }

    .wishlist__row,
    .wishlist__column {
        display: block;
    }

    .wishlist__column {
        padding: 0;
    }

    .wishlist__row {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        position: relative;
        margin: 8px;
        width: calc(50% - 16px);
        text-align: center;
        padding: 16px;
    }

    .wishlist__product-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wishlist__column--stock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wishlist__column--image {
        padding-bottom: 12px;
    }

    .wishlist__column--image .image {
        max-width: 220px;
        margin: 0 auto;
    }

    .wishlist__column--stock {
        margin-top: 16px;
        display: none;
    }

    .wishlist__column--price {
        margin-top: 8px;
        font-weight: 500;
    }

    .wishlist__column--button {
        padding: 20px 0 12px;
    }

    .wishlist__remove {
        position: absolute;
        top: 0;
    }

    [dir=ltr] .wishlist__remove {
        right: 0;
    }

    [dir=rtl] .wishlist__remove {
        left: 0;
    }
}

@media (max-width: 474px) {
    .wishlist__row {
        width: calc(100% - 16px);
    }
}


/*
// .image
*/
.image--type--product .image__body,
.image--type--category .image__body {
    display: block;
    position: relative;
    width: 100%;
}

.image--type--product .image__tag,
.image--type--category .image__tag {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.image--type--product .image__body {
    padding-bottom: 100%;
}

.image--type--category .image__body {
    padding-bottom: 100%;
}


.img-cart {
    width: 75px;
}

.load-cart {
    /*max-height: 250px;
    overflow-y: auto;*/
}

.dropcart__totals {
    font-size: 15px;
    margin: 20px;

}

.dropcart__totals table {
    width: 100%;
}

.dropcart__totals th,
.dropcart__totals td {
    padding: 0;
}

.dropcart__totals th {
    font-weight: 500;
}

.dropcart__totals td {
    text-align: right;
    font-weight: 700;
}

[dir=rtl] .dropcart__totals td {
    text-align: left;
}

.dropcart__totals tr+tr>* {
    padding-top: 4px;
}

.dropcart__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dropcart__actions>* {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

[dir=ltr] .dropcart__actions>*+* {
    margin-left: 8px;
}

[dir=rtl] .dropcart__actions>*+* {
    margin-right: 8px;
}


/*
// .cart
*/
.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart__table {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cart__totals {
    width: 360px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[dir=ltr] .cart__totals {
    margin-left: 50px;
}

[dir=rtl] .cart__totals {
    margin-right: 50px;
}

.cart__totals-table {
    width: 100%;
    margin-bottom: 32px;
    font-size: 15px;
}

.cart__totals-table a:hover {
    text-decoration: underline;
}

.cart__totals-table,
.cart__totals-table thead,
.cart__totals-table tbody,
.cart__totals-table tfoot,
.cart__totals-table tr,
.cart__totals-table th,
.cart__totals-table td {
    /*display: block;*/
}

.cart__totals-table tr:after {
    display: block;
    content: '';
    clear: both;
}

.cart__totals-table th,
.cart__totals-table td {
    padding: 0;
}

[dir=ltr] .cart__totals-table th {
    float: left;
}

[dir=rtl] .cart__totals-table th {
    float: right;
}

[dir=ltr] .cart__totals-table td {
    text-align: right;
}

[dir=rtl] .cart__totals-table td {
    text-align: left;
}

.cart__totals-table thead,
.cart__totals-table tbody {
    line-height: 20px;
}

.cart__totals-table tbody tr>* {
    padding-top: 8px;
}

.cart__totals-table tbody tr:last-child>* {
    padding-bottom: 10px;
}

.cart__totals-table tfoot {
    font-size: 20px;
}

.cart__totals-table tfoot th {
    font-weight: 500;
}

.cart__totals-table tfoot td,
.cart__totals-table tfoot th {
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
}

.cart__totals-table tfoot td {
    letter-spacing: -.02em;
}

@media (max-width: 1399.98px) {
    .cart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart__table {
        width: 100%;
    }

    .cart__totals {
        margin-top: 40px;
        width: 400px;
    }

    [dir=ltr] .cart__totals {
        margin-left: auto;
    }

    [dir=rtl] .cart__totals {
        margin-right: auto;
    }
}

@media (max-width: 991.98px) {
    .cart__totals {
        width: 360px;
    }

    [dir=ltr] .cart__totals {
        margin-left: 0;
    }

    [dir=rtl] .cart__totals {
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .cart__totals {
        width: 100%;
    }
}

/*
// .cart-table
*/
.cart-table__table {
    width: 100%;
    border-spacing: 0;
}

.cart-table__head {
    font-size: 13px;
    text-transform: uppercase;
}

.cart-table__column--product {
    line-height: 1.25;
}

.cart-table__column--price {
    width: 130px;
}

[dir=ltr] .cart-table__column--price {
    text-align: right;
}

[dir=rtl] .cart-table__column--price {
    text-align: left;
}

.cart-table__column--quantity {
    width: 150px;
    text-align: center;
}

[dir=ltr] .cart-table__column--quantity {
    padding-left: 36px;
}

[dir=rtl] .cart-table__column--quantity {
    padding-right: 36px;
}

.cart-table__column--total {
    width: 130px;
}

[dir=ltr] .cart-table__column--total {
    text-align: right;
}

[dir=rtl] .cart-table__column--total {
    text-align: left;
}

.cart-table__column--remove {
    width: 1px;
    white-space: nowrap;
}

[dir=ltr] .cart-table__column--remove {
    padding-left: 0;
}

[dir=rtl] .cart-table__column--remove {
    padding-right: 0;
}

.cart-table__product-name {
    color: inherit;
    -webkit-transition: color .15s;
    transition: color .15s;
}

.cart-table__product-name:hover {
    color: #cb1818;
}

.cart-table__options {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.375;
    color: #6c757d;
}

@media (min-width: 992px) {
    .cart-table {
        -ms-flex-item-align: start;
        align-self: flex-start;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    }

    .cart-table__foot td {
        padding: 20px 24px;
    }

    .cart-table__column {
        padding: 14px 16px;
        border-bottom: 1px solid #ebebeb;
    }

    [dir=ltr] .cart-table__column:first-child {
        padding-left: 28px;
    }

    [dir=rtl] .cart-table__column:first-child {
        padding-right: 28px;
    }

    [dir=ltr] .cart-table__column:last-child {
        padding-right: 28px;
    }

    [dir=rtl] .cart-table__column:last-child {
        padding-left: 28px;
    }

    .cart-table__column--image {
        width: 1px;
        text-align: center;
    }

    .cart-table__column--image .image {
        width: 80px;
    }

    .cart-table__options li {
        position: relative;
    }

    [dir=ltr] .cart-table__options li {
        padding-left: 12px;
    }

    [dir=rtl] .cart-table__options li {
        padding-right: 12px;
    }

    .cart-table__options li:before {
        display: block;
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background: currentColor;
        top: 7px;
        opacity: .7;
    }

    [dir=ltr] .cart-table__options li:before {
        left: 2px;
    }

    [dir=rtl] .cart-table__options li:before {
        right: 2px;
    }

    [dir=ltr] .cart-table__remove {
        margin-right: -12px;
    }

    [dir=rtl] .cart-table__remove {
        margin-left: -12px;
    }

    .cart-table__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cart-table__coupon-form {
        width: 360px;
    }
}

@media (max-width: 991.98px) {
    .cart-table__table {
        display: block;
    }

    .cart-table__head {
        display: none;
    }

    .cart-table__column {
        display: block;
    }

    .cart-table__column {
        padding: 0;
    }

    .cart-table__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -8px;
    }

    .cart-table__row {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        margin: 8px;
        width: calc(100% / 3 - 16px);
    }

    .cart-table__column--image {
        text-align: center;
        padding: 16px 14px;
    }

    .cart-table__column--image .image {
        max-width: 220px;
        margin: 0 auto;
    }

    .cart-table__column--product {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        padding: 0 14px 16px;
    }

    .cart-table__column--price,
    .cart-table__column--quantity,
    .cart-table__column--total {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid #ebebeb;
        padding: 10px 14px;
        font-size: 15px;
    }

    [dir=ltr] .cart-table__column--price,
    [dir=ltr] .cart-table__column--quantity,
    [dir=ltr] .cart-table__column--total {
        padding-left: 14px;
    }

    [dir=rtl] .cart-table__column--price,
    [dir=rtl] .cart-table__column--quantity,
    [dir=rtl] .cart-table__column--total {
        padding-right: 14px;
    }

    .cart-table__column--price:before,
    .cart-table__column--quantity:before,
    .cart-table__column--total:before {
        content: attr(data-title) ":";
        display: block;
        width: calc(40% - 6px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-weight: 500;
    }

    [dir=ltr] .cart-table__column--price:before,
    [dir=ltr] .cart-table__column--quantity:before,
    [dir=ltr] .cart-table__column--total:before {
        margin-right: 12px;
        text-align: left;
    }

    [dir=rtl] .cart-table__column--price:before,
    [dir=rtl] .cart-table__column--quantity:before,
    [dir=rtl] .cart-table__column--total:before {
        margin-left: 12px;
        text-align: right;
    }

    .cart-table__remove {
        position: absolute;
        top: 0;
    }

    [dir=ltr] .cart-table__remove {
        right: 0;
    }

    [dir=rtl] .cart-table__remove {
        left: 0;
    }

    .cart-table__foot,
    .cart-table__foot tr,
    .cart-table__foot td {
        display: block;
        padding: 0;
    }

    .cart-table__actions {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cart-table__coupon-form {
        padding: 16px;
    }

    .cart-table__update-button {
        padding: 16px;
    }

    .cart-table__quantity {
        max-width: 120px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cart-table__coupon-form {
        width: 60%;
    }
}

@media (max-width: 767.98px) {
    .cart-table__row {
        width: calc(50% - 16px);
    }

    .cart-table__update-button {
        border-top: 1px solid #ebebeb;
    }
}

@media (max-width: 767.98px) {
    .cart-table__actions {
        display: block;
    }

    .cart-table__update-button {
        border-top: 1px solid #ebebeb;
        text-align: center;
    }
}

@media (max-width: 474px) {
    .cart-table__row {
        width: 100%;
    }
}

.checkout__totals {
    width: 100%;
}

/*
// .checkout
*/
.checkout__totals {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    border-spacing: 0;
    margin-bottom: 40px;
}

.checkout__totals th,
.checkout__totals td {
    padding: 0;
}

[dir=ltr] .checkout__totals th:last-child,
[dir=ltr] .checkout__totals td:last-child {
    padding-left: 20px;
    text-align: right;
}

[dir=rtl] .checkout__totals th:last-child,
[dir=rtl] .checkout__totals td:last-child {
    padding-right: 20px;
    text-align: left;
}

.checkout__totals-header {
    font-size: 13px;
    text-transform: uppercase;
}

.checkout__totals-header th {
    padding-bottom: 4px;
    border-bottom: 1px solid #ebebeb;
}

.checkout__totals-products td {
    padding: 4px 0;
}

.checkout__totals-products tr:first-child td {
    padding-top: 16px;
    width: 70%;
}

.checkout__totals-products tr:last-child td {
    padding-bottom: 16px;
}

.checkout__totals-subtotals th {
    font-weight: 500;
}

.checkout__totals-subtotals td,
.checkout__totals-subtotals th {
    padding: 4px 0;
}

.checkout__totals-subtotals tr:first-child td,
.checkout__totals-subtotals tr:first-child th {
    padding-top: 16px;
    border-top: 1px solid #ebebeb;
}

.checkout__totals-subtotals tr:last-child td,
.checkout__totals-subtotals tr:last-child th {
    padding-bottom: 16px;
}

.checkout__totals-footer {
    font-size: 18px;
    font-weight: bold;
}

.checkout__totals-footer th {
    font-weight: 500;
}

.checkout__totals-footer tr:first-child td,
.checkout__totals-footer tr:first-child th {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.checkout__payment-methods {
    margin-bottom: 20px;
}

.checkout__agree {
    margin-bottom: 40px;
}

.checkout__agree a:hover {
    text-decoration: underline;
}

/*
// .payment-methods
*/
.payment-methods__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.payment-methods__item {
    border-radius: 2px;
    padding-bottom: 2px;
    border: 1px solid #ebebeb;
    -webkit-transition: background .12s, border-color .12s;
    transition: background .12s, border-color .12s;
}

.payment-methods__item+.payment-methods__item {
    margin-top: 6px;
}

.payment-methods__item:hover {
    background: #f5f5f5;
    border-color: #e5e5e5;
}

.payment-methods__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
    margin: 0;
    padding: 10px 12px 8px;
    cursor: pointer;
}

[dir=ltr] .payment-methods__item-radio {
    margin-right: 8px;
}

[dir=rtl] .payment-methods__item-radio {
    margin-left: 8px;
}

.payment-methods__item-details {
    font-size: 14px;
    line-height: 22px;
    padding: 0 12px 8px;
    color: #000 !important;
}

.payment-methods__item-container {
    overflow: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: height .3s, opacity .3s;
    transition: height .3s, opacity .3s;
}

.payment-methods__item--active,
.payment-methods__item--active:hover {
    background: #f5f5f5;
    border-color: #e5e5e5;
}

.payment-methods__item--active .payment-methods__item-container {
    opacity: 1;
    height: auto;
}


/*
// .input-radio
*/
.input-radio {
    display: inline-block;
}

.input-radio__body {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
}

.input-radio__input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: inherit;
}

.input-radio__circle {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17) inset;
    -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
    transition: background 0.2s, -webkit-box-shadow 0.2s;
    transition: background 0.2s, box-shadow 0.2s;
    transition: background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.input-radio__circle:after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: background 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: background 0.2s, transform 0.2s, visibility 0s 0.2s;
    transition: background 0.2s, transform 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    visibility: hidden;
}

.input-radio__input:checked~.input-radio__circle {
    background: #e52727;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
}

.input-radio__input:checked~.input-radio__circle:after {
    background: #fff;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.input-radio__input:disabled~.input-radio__circle {
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
}

.input-radio__input:disabled~.input-radio__circle:after {
    background: rgba(0, 0, 0, 0.2);
}

/*
// .input-radio-color
*/
.input-radio-color {
    display: block;
}

.input-radio-color__list {
    padding: 1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2px;
}

.input-radio-color__item {
    width: 28px;
    height: 28px;
    display: block;
    margin: 2px;
    cursor: pointer;
}

.input-radio-color__item input {
    pointer-events: none;
    opacity: 0;
    position: absolute;
}

.input-radio-color__item span {
    position: relative;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 14px;
    background: currentColor;
    -webkit-transform: scale(0.78571);
    transform: scale(0.78571);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.input-radio-color__item span:before,
.input-radio-color__item span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 1000px;
}

.input-radio-color__item span:before {
    left: 3px;
    top: 3px;
    width: 22px;
    height: 22px;
    background: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.input-radio-color__item span:after {
    left: 7px;
    top: 7px;
    width: 14px;
    height: 14px;
    background: currentColor;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.input-radio-color__item:hover input:enabled~span {
    -webkit-transform: scale(0.85714);
    transform: scale(0.85714);
}

.input-radio-color__item input:enabled:checked~span,
.input-radio-color__item input:enabled:checked~span:before,
.input-radio-color__item input:enabled:checked~span:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.input-radio-color__item--disabled {
    cursor: default;
}

.input-radio-color__item--disabled span {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

.input-radio-color__item--disabled span:before {
    -webkit-transform: scale(1.33) rotateZ(45deg);
    transform: scale(1.33) rotateZ(45deg);
    left: 13px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: rgba(0, 0, 0, 0.3);
}

.input-radio-color__item--white span {
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #ccc;
    box-shadow: inset 0 0 0 2px #ccc;
}

.input-radio-color__item--white span:after {
    -webkit-box-shadow: inset 0 0 0 2px #ccc;
    box-shadow: inset 0 0 0 2px #ccc;
}

/*
// .input-radio-label
*/
.input-radio-label__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px;
}

.input-radio-label__item {
    margin: 3px;
}

.input-radio-label__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.input-radio-label__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    height: 28px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    font-size: 13px;
    font-weight: 500;
    padding: 0 12px 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-box-shadow .15s;
    transition: -webkit-box-shadow .15s;
    transition: box-shadow .15s;
    transition: box-shadow .15s, -webkit-box-shadow .15s;
}

.input-radio-label__title:hover {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
}

.input-radio-label__title:active {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) inset;
}

.input-radio-label__input:checked~.input-radio-label__title {
    -webkit-box-shadow: 0 0 0 2px #e52727 inset;
    box-shadow: 0 0 0 2px #e52727 inset;
}

.input-radio-label__input:disabled~.input-radio-label__title {
    color: #a6a6a6;
    font-weight: 400;
    cursor: default;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

/*
// .order-header
*/
.order-header {
    padding: 1.625rem 2rem 1.375rem;
}

.order-header:after {
    display: block;
    content: '';
    clear: both;
}

.order-header__actions {
    margin-top: -1px;
}

[dir=ltr] .order-header__actions {
    float: right;
}

[dir=rtl] .order-header__actions {
    float: left;
}

.order-header__title {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 4px;
    margin-bottom: 0;
}

[dir=ltr] .order-header__title {
    padding-right: 3.5rem;
    float: left;
}

[dir=rtl] .order-header__title {
    padding-left: 3.5rem;
    float: right;
}

.order-header__subtitle {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.375;
    clear: both;
    padding-top: 12px;
}

.order-header__subtitle mark {
    padding: 0;
    color: #262626;
    background: transparent;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .order-header {
        padding: 1.375rem 1.5rem 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .order-header {
        padding: 1.125rem 1.375rem 1rem;
    }
}

@media (max-width: 440px) {
    .order-header__actions {
        margin-bottom: .875rem;
    }

    [dir=ltr] .order-header__actions {
        float: none;
    }

    [dir=rtl] .order-header__actions {
        float: none;
    }
}

.payment-methods__item-radio {
    margin-right: 10px;
}

.payment-methods__item-title {
    font-weight: 700;
}

.select2-container--default .select2-selection--single {
    border-radius: 20px;
}

.select2-container .select2-selection--single {
    height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}

.select2-selection__arrow {
    top: 9px !important;
}

.btn-show-cart,
.btn-checkout {
    cursor: pointer !important;
}

.select2-container.border-red {
    border-radius: 20px;
}

.nav-link span {
    flex: 1;
    text-align: left;
}

/*
// .suggestions
*/
.suggestions {
    padding: 14px 0;
}

.suggestions__group+.suggestions__group {
    margin-top: 10px;
}

.suggestions__group-title {
    padding: 3px 20px 3px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999;
}

.suggestions__category {
    display: block;
    padding: 6px 20px;
    color: inherit;
    font-size: 15px;
    line-height: 17px;
}

.suggestions__category:hover {
    color: inherit;
    background: #f2f2f2;
}

.suggestions__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 10px;
    color: inherit;
}

.suggestions__product:hover {
    color: inherit;
    background: #f2f2f2;
}

.suggestions__product-image {
    position: relative;
    border-radius: 1px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    background: #fff;
    margin-right: 20px;
}

[dir=ltr] .suggestions__product-image {
    margin-right: 10px;
}

[dir=rtl] .suggestions__product-image {
    margin-left: 10px;
}

.suggestions__product-image:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
}

.suggestions__product-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-top: 4px;
    min-width: 0;
}

.suggestions__product-name {
    font-size: 13px;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggestions__product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
}

.suggestions__product-rating-stars {
    font-size: 13px;
}

[dir=ltr] .suggestions__product-rating-stars {
    margin-right: 8px;
    font-size: 13px;
}

[dir=rtl] .suggestions__product-rating-stars {
    margin-left: 8px;
}

.suggestions__product-rating-label {
    font-size: 13px;
    line-height: 1;
    color: #6c757d;
}

.suggestions__product-price {
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
    padding-top: 3px;
    width: 70px;
}

[dir=ltr] .suggestions__product-price {
    margin-left: 14px;
    text-align: right;
}

[dir=rtl] .suggestions__product-price {
    margin-right: 14px;
    text-align: left;
}

/*
// .image
*/
.image--type--product .image__body,
.image--type--category .image__body {
    display: block;
    position: relative;
    width: 100%;
}

.image--type--product .image__tag,
.image--type--category .image__tag {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.image--type--product .image__body {
    padding-bottom: 100%;
}

.image--type--category .image__body {
    padding-bottom: 100%;
}


.show-more {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    transition: max-height 1s;
    margin-bottom: 20px;
}

.show-more.visible {
    max-height: 4000px !important;
}

.show-more-button {
    padding-bottom: 10px;
    display: inline-block;
    color: #1cacc9;
}

.hide {
    display: none !important;
}

.visible {
    display: block !important;
}

.show-more-gradient {
    position: relative;
}

.show-more-gradient:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    opacity: .9;
    background: linear-gradient(357deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}

.u-header-collapse__nav-pointer:after {
    display: none;
}

.menu-icon {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 4;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-icon.collapsed {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.u-header-collapse__nav-pointer {
    padding-right: 15px;
}


.load-search-products {
    position: absolute;
    background: #fff;
    z-index: 99;
    left: 15px;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    top: 42px;
    transition: .5s;
    max-height: 250px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    right: 15px;
}

.load-search-products.show {
    visibility: visible;
    opacity: 1;
    top: 42px;
}

#fixedButtons{ position: fixed;  bottom: 70px; z-index: 1500;  width: auto; right:-30px;  }
#fixedButtons2{ position: fixed;  bottom: 140px; z-index: 1500;  width: auto; right:-30px;  }
.promo-box{width:50px;margin-right:50px;}
.promo-box a i{margin-left:0px;font-size:26px;}
.btn-whatsapp-dark{background: #0DC143!important; color:#fff;}
.short-by select{height:30px;}
.short-by{min-width:150px;}
/*.form-group{margin-bottom:20px;}
.form-group .form-control, .modal-body .form-control{height:2.5rem;}
*/
.modal-remote{z-index:9999;}
.btn-group-sm>.btn, .btn-sm{padding:.25rem .5rem!important;}
.filter-w50{width:50%;float:left;}
.filter-w25{width:25%;float:left;}
.products-content h5{height:60px;}
.products-content h5 a{font-size:1.0rem!important;}
.products-price{height:30px;}

.mt-shop-widget-title {
    color: #060121;
    font-size: 1.0rem;
    /*text-transform: capitalize;*/
    padding-bottom: 18px;
    border-bottom: 1px dashed #EAEAEF;
}
.mt-shop-widget-filter {
    position: relative;
    margin-top: 30px;
}
.mt-shop-widget-filter .ui-widget.ui-widget-content {
    height: 3px;
    background-color: #EDEDED;
    border: 0;
}

.mt-shop-widget-content .form-check-label{font-size:0.9rem!important;}

@media (max-width: 767.98px) {
    #filterSidebar .mt-shop-sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100vh;
        z-index: 9999;
        overflow-y: auto;
        padding: 20px;
    }

    #filterSidebar .mt-shop-sidebar.active {
        display: block;
    }

    .mt__select-box-title{display:none;}
}

.price .span-price{font-size:2rem;}
.products-description,.products-description p, .products-description ul li{text-align:left; color: #444;line-height: 1.9;}
.text-left{text-align:left;}


.rating-container .filled-stars i.flaticon-star-1::before,
.rating-container .empty-stars i.flaticon-star-2::before {
    font-size: 33px !important;
    font-family: "Flaticon" !important;
}

.input-number__input{width:100px;}
.cart-table__quantity {margin:0px auto;display: block;}
.btn-small{padding:2px 10px;}
.font-size-20{font-size:20px;}

.size-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
    float: left;
}

.size-option {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-align: center;
    user-select: none;
    position: relative;
}

.size-option a {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.size-option:hover {
    border-color: #44ce6f;
}

.size-option:active {
    transform: scale(0.95);
}

.size-option-selected {
    background-color: #44ce6f;
    color: #fff;
}

.products-details-image{position: relative;}

@media (max-width: 1400px) {
    .startp-nav nav .navbar-nav .nav-item a {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 1200px) {
    .startp-nav nav .navbar-nav .nav-item a {
        font-size: 14px;
        margin-left: 8px;
        margin-right: 8px;
    }
}

/* Sub 1000px */
@media (max-width: 1000px) {
    .startp-nav nav .navbar-nav .nav-item a {
        font-size: 13px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

/* Sub 800px */
@media (max-width: 800px) {
    .startp-nav nav .navbar-nav .nav-item a {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }
}


.page-title-area-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    color: #fff; /* text alb */
    margin-top:75px;
    padding-top: 110px;
    padding-bottom: 110px;

}

/* overlay */
.page-title-area-bg::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4); /* negru cu transparență */
    z-index: 0;
}

/* asigurăm că textul și elementele stau peste overlay */
.page-title-area-bg h1,
.page-title-area-bg .container,
.page-title-area-bg .d-table-cell {
    position: relative;
    z-index: 2;
    color:#fff;
}

.agency-portfolio-main-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center; /* ca să centreze conținutul */
}

/* Pe mobile poți ajusta înălțimea */
@media (max-width: 768px) {
    .agency-portfolio-main-banner {
        height: 500px; /* sau cât vrei */
        margin-bottom:0px!important;
        margin-top: 70px; /* înălțimea header-ului */
    }
}

.agency-portfolio-main-banner {
    margin-top: 90px; /* înălțimea header-ului */
    margin-bottom:-150px;
}


.portfolio-banner-content h1{color:#fff;}


.ptb-40 {
    padding-top: 40px;
    padding-bottom: 10px;
}


