.alert-block {
    position: fixed;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 13000
}

@media(max-width:575.98px) {
    .alert-block {
        right: 1rem !important;
        top: 1rem !important;
        left: 1rem !important
    }
}

.sc-alert {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(40, 41, 61, .04), 0 8px 16px rgba(96, 97, 112, .16);
    box-shadow: 0 2px 4px rgba(40, 41, 61, .04), 0 8px 16px rgba(96, 97, 112, .16);
    padding: 0;
    margin-bottom: 1.5rem;
    overflow: hidden
}

@media(min-width:420px) {
    .sc-alert {
        width: 370px;
        min-height: 100px
    }

    .sc-alert-content {
        min-height: 100px
    }
}

.sc-alert-success .sc-alert-icon {
    background-color: #09b83a
}

.sc-alert-danger .sc-alert-icon {
    background-color: #d73e3e
}

.sc-alert-warning .sc-alert-icon {
    background-color: #e57a00
}

.sc-alert-close {
    position: absolute;
    right: .5rem;
    top: .5rem;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.sc-alert-icon {
    max-width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px
}

.sc-alert-text {
    color: #1c1c28;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sc-alert-text a {
    color: #0063f7;
    text-decoration: underline
}

.sc-alert-text a:hover {
    text-decoration: none
}

.alert-text-item+.alert-text-item {
    margin-top: .5rem
}

.sc-alert [data-bs-dismiss=modal] {
    display: none !important
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.modal {
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-transition: opacity .3s, -webkit-transform .4s;
    transition: transform .4s, opacity .3s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .3s;
    opacity: 0;
    z-index: 12201
}

#cartModal {
    z-index: 12203
}

.modal-backdrop.show {
    opacity: .8
}

.modal.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.modal-dialog {
    max-width: 440px
}

.modal-dialog.wide {
    max-width: 1024px
}

.modal-content {
    border-radius: .75rem;
    border: 0;
    -webkit-box-shadow: 0 2px 8px rgba(40, 41, 61, .08), 0 20px 32px rgba(96, 97, 112, .24);
    box-shadow: 0 2px 8px rgba(40, 41, 61, .08), 0 20px 32px rgba(96, 97, 112, .24);
    overflow: hidden
}

.modal-content a {
    text-decoration: underline
}

.modal-content a:hover {
    text-decoration: none
}

.modal-content .sc-btn:not(.sc-btn-with-icon) {
    width: 100%
}

.modal-header {
    border-bottom: transparent;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

@media(max-width:767.98px) {
    .modal-dialog {
        margin: 0;
        padding-top: 60px;
        width: 100%;
        max-width: 100%
    }

    .modal-content {
        height: calc(100vh - 60px);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .modal-header {
        padding: 1rem !important
    }

    .modal-title {
        font-size: 1rem !important
    }
}

.modal-header .btn-close {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    opacity: .7
}

.modal-header .btn-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-header .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-title {
    line-height: 1.5rem;
    padding-right: 3.625rem
}

@media(max-width:767.98px) {
    .modal-body {
        overflow-y: auto
    }
}

@media(min-width:768px) {
    .modal-body {
        min-height: 300px
    }
}

.modal-body-text {
    line-height: 17px
}

.modal-body iframe {
    max-width: 100%
}

.modal-body-agree a {
    text-decoration: underline
}

.modal-body-agree a:hover {
    text-decoration: none
}

.modal-body-agree ol,
.modal-body-agree ul {
    padding-left: 1rem
}

.modal-body-agree ol+p,
.modal-body-agree p+ol,
.modal-body-agree p+p,
.modal-body-agree p+ul,
.modal-body-agree ul+p {
    padding-top: 1rem
}

.modal-body-cart-items {
    max-height: 320px;
    overflow-y: auto;
    border-bottom: 1px solid #f2f4f8
}

.modal-body-cart-items>* {
    margin-bottom: 1rem;
    -webkit-transition: border-color .3s ease-out;
    -o-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out
}

.modal-body-cart-items>:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eaeaea
}

.modal-body-product-img {
    border: 1px solid #f2f4f8;
    min-width: 82px
}

.modal-body-product-img img {
    height: 64px;
    object-fit: contain;
}

.modal-body-product:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(max-width:370px) {
    .modal-body-product .sc-module-rating-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

.modal-body-product .sc-module-rating-star {
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

@media(min-width:413px) {
    .modal-body-product .sc-module-rating-star {
        width: 1.5rem;
        height: 1.5rem
    }
}

.modal-body-product .sc-module-rating-star+.sc-module-rating-star {
    margin-left: .5rem
}

@media(min-width:992px) {
    #back-top {
        right: 2.5rem;
        width: 3rem;
        height: 3rem;
        line-height: 3rem
    }

    .modal-body-quick-view-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 510px;
        flex: 0 0 510px;
        max-width: 510px
    }
}

.modal-body-quick-view-img .sc-module-stickers-left {
    gap: 0.25rem;
    flex-wrap: wrap;
}

.modal-body-quick-view .sc-product-actions {
    border: 1px solid #f2f4f8
}

.modal-body-quick-view .sc-product-content-attributes,
.modal-body-quick-view .sc-product-content-description {
    border-bottom: 0
}

.modal-body-quick-view .sc-product-content-text ol,
.modal-body-quick-view .sc-product-content-text ul {
    padding-left: 1rem
}

.modal-body-quick-view .sc-product-content-text ol+p,
.modal-body-quick-view .sc-product-content-text p+ol,
.modal-body-quick-view .sc-product-content-text p+p,
.modal-body-quick-view .sc-product-content-text p+ul,
.modal-body-quick-view .sc-product-content-text ul+p {
    margin-top: 1rem
}

@media(max-width:413px) {
    .modal-body-quick-view .sc-btn-text {
        display: none
    }

    .modal-body-quick-view .sc-product-buttons .sc-btn {
        padding: 0 !important;
        width: 40px !important;
        height: 40px
    }
}

.modal-backdrop {
    z-index: 12200;
    background-color: rgba(0, 0, 0, .4)
}

.modal-open {
    overflow: hidden
}

.modal textarea {
    height: 200px !important;
    line-height: 1 !important
}

#cartModal .sc-buy-one-click {
    padding: 0 !important
}

#cartModal .sc-buy-one-click-title {
    font-size: 12px !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

#cartModal .sc-buy-one-click-title+form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#modalCartBody p+p,
.sc-popup-success p+p {
    margin-top: 1rem
}

#blogCommentModal .form-control {
    max-width: 100%
}

.sc-location {
    -webkit-box-shadow: 0 0 2px rgba(40, 41, 61, .04), 0 4px 8px rgba(96, 97, 112, .16);
    box-shadow: 0 0 2px rgba(40, 41, 61, .04), 0 4px 8px rgba(96, 97, 112, .16)
}

.sc-location+.sc-location {
    margin-top: 1rem
}

.sc-location .sc-btn-secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20px;
    height: 20px
}

.sc-location .sc-btn-secondary .sc-btn-icon-chevron {
    -webkit-mask-image: url(../img/sprite.svg#include--location-chevron);
    mask-image: url(../img/sprite.svg#include--location-chevron);
    width: 10px;
    height: 10px
}

.sc-location-collapsed {
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    -o-transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    overflow: hidden
}

.sc-location iframe {
    max-width: 100%;
    border-radius: .25rem !important;
    max-height: 320px !important
}

.sc-location.active .sc-btn-secondary .sc-btn-icon {
    background: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sc-location.active .sc-location-collapsed {
    max-height: 800px;
    padding-top: 1rem;
    opacity: 1
}

@-webkit-keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes iconOpacity {

    0%,
    100% {
        opacity: 0
    }

    40%,
    80% {
        opacity: .96
    }

    60% {
        opacity: 1
    }
}

@keyframes iconOpacity {

    0%,
    100% {
        opacity: 0
    }

    40%,
    80% {
        opacity: .96
    }

    60% {
        opacity: 1
    }
}

#sc_fixed_contact_button {
    position: fixed;
    right: 15px;
    bottom: 72px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1020
}

#sc_fixed_contact_button.clicked {
    z-index: 1041
}

#sc_fixed_contact_substrate {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    display: none
}

#sc_fixed_contact_substrate.active {
    z-index: 1020;
    display: block
}

.sc-fixed-contact-pulsation {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: 2s infinite pulsation;
    animation: 2s infinite pulsation
}

@media(min-width:420px) {
    #sc_fixed_contact_button {
        right: 30px;
        width: 70px;
        height: 70px
    }

    .sc-fixed-contact-pulsation {
        width: 100px;
        height: 100px
    }
}

.sc-fixed-contact-icon {
    color: #fff;
    width: 100%;
    font-size: 20px;
    overflow: hidden
}

.sc-fixed-contact-icon .fa-envelope {
    -webkit-animation: 3s infinite iconOpacity;
    animation: 3s infinite iconOpacity;
    width: 20px;
    height: 20px
}

@media(min-width:420px) {
    .sc-fixed-contact-icon {
        font-size: 28px
    }

    .sc-fixed-contact-icon .fa-envelope {
        width: 28px;
        height: 28px
    }
}

.sc-fixed-contact-text {
    font-size: 7px;
    text-transform: uppercase;
    line-height: 9px;
    color: #fff
}

.sc-fixed-contact-dropdown {
    position: absolute;
    bottom: 60px;
    right: 36px;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    display: block;
    opacity: 0;
    z-index: -1;
    margin-bottom: 20px;
    -webkit-transition: margin-bottom .3s, opacity .3s;
    -o-transition: margin-bottom .3s, opacity .3s;
    transition: margin-bottom .3s, opacity .3s;
    -webkit-box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    visibility: hidden;
    min-width: 250px
}

@media(min-width:420px) {
    .sc-fixed-contact-text {
        font-size: 8px;
        line-height: 10px
    }

    .sc-fixed-contact-dropdown {
        right: 60px
    }
}

.sc-fixed-contact-dropdown.expanded {
    margin-bottom: 0;
    opacity: .98;
    z-index: 1;
    visibility: visible
}

.sc-fixed-contact-item {
    color: #333;
    font-size: 14px
}

.sc-fixed-contact-item>* {
    pointer-events: none
}

.sc-fixed-contact-item:not(:last-child) {
    margin-bottom: 18px
}

.sc-fixed-contact-item-icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff
}

.sc-fixed-contact-item-icon svg {
    width: 20px !important;
    height: 20px
}

.sc-fixed-contact-messenger {
    background: #0084ff
}

.sc-fixed-contact-viber {
    background: #7c529d
}

.sc-fixed-contact-telegram {
    background: #2ca5e0
}

.sc-fixed-contact-skype {
    background: #31c4ed
}

.sc-fixed-contact-whatsapp {
    background: #25d366
}

.sc-fixed-contact-email {
    background: #50a8ff
}

.sc-fixed-contact-call {
    background: #3cba8b
}

.sc-fixed-contact-contacts {
    background: #141e1a
}

@media(max-width:991px) {
    .sc-fixed-contact-viber-desktop {
        display: none !important
    }
}

@media(min-width:768px) {
    #sc_fixed_contact_button {
        bottom: 30px
    }
}

.popover {
    font-family: Mulish, sans-serif;
    border-color: transparent;
    border-radius: .5rem;
    -webkit-box-shadow: 0 2px 8px rgba(40, 41, 61, .04), 0 16px 24px rgba(96, 97, 112, .16);
    box-shadow: 0 2px 8px rgba(40, 41, 61, .04), 0 16px 24px rgba(96, 97, 112, .16);
    z-index: 1019
}

@media(min-width:360px) {
    .popover {
        min-width: 260px
    }
}

@media(min-width:992px) {
    .popover {
        z-index: 19999
    }
}

.popover-arrow:before {
    border-color: transparent !important
}

.popover-header {
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    font-size: 1.075rem;
    padding: 1rem 1rem .5rem
}

.popover-header:before {
    border-color: transparent !important
}

.popover-body {
    padding: 0 1rem 1rem;
    font-size: .75rem;
    color: #555770
}

.popover-body p+p {
    margin-top: 1rem
}

.popover-body ul {
    padding: 1rem 0 1rem .75rem
}

.pre_top {
    width: 100%;
    padding: 5px 0;
    z-index: 12201;
    background-color: #fff;
}

.sc-category-wall-item .content-block {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    position: relative;
    background-color: #F6F7F8;
    border-radius: 24px !important;
}

.sc-category-wall-item .content-block img {
    width: auto;
    position: relative;
    right: -15px;
    max-height: 90px;
}

#menuToggleButton {
    border-radius: 16px;
    background-color: #009A7E;
    border: 1px solid #009A7E;
}
#menuToggleButton .sc-btn-text{
    color: #fff;
}
#menuToggleButton:hover {
    background-color: #007862;
}

.header {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-search .form-control {
    border-radius: 16px;
    height: 46px;
}

.slick-slider-btn-next {
    right: 0;
}

.slick-slider-btn-prev {
    left: auto;
    right: 50px;
}

@media (min-width: 1200px) {
    .sc-module-item {
        width: 25%;
    }
}

.sc-footer-payments-item.custom-payment {
    background: none;
    border: none;
    flex: 0 0 25px;
    max-width: 25px;
    height: 25px;
    margin: 0;
}

.bottom_links li {
    margin-right: 15px;
}

.sc-footer-credits {
    padding: 1.5rem 0;
}
.sc-module-cart-btn .sc-btn-text {
    padding: 0;
}

.sc-module-img a {
    border-radius: 12px;
    display: block;
}

.sc-livesearch.expanded {
    left: 0px;
    min-height: 300px;
}

.sc-livesearch {
    background: #fff;
}

@media (min-width: 576px) {
    .sc-module-cart .sc-btn-primary .sc-btn-text {
        display: block;
    }

    .sc-module-cart .sc-btn-primary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Список категорій */
.header-search ul {
    list-style-type: none;
    padding: 0;
}

.header-search ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}

.header-search ul li a:hover {
    text-decoration: underline;
}

/* Стиль для товарів */
.container h5 {
    font-weight: bold;
    font-size: 18px;
}

.product-item {
    display: flex;
    margin-bottom: 1.5rem;
}

.product-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 1rem;
}

.product-item small {
    font-size: 12px;
    color: #888;
}

.product-item h6 {
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.product-item .text-danger {
    font-weight: bold;
    font-size: 18px;
}

.product-item .text-decoration-line-through {
    color: #888;
    font-size: 14px;
}

.product-item .badge {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
}

.product-item h5 {
    font-size: 16px;
}

/* Додаткові стилі для покращення розташування */
@media (min-width: 768px) {
    .product-item {
        align-items: center;
    }
}

/* Стиль для "Часто ищут" */
.list-unstyled a {
    font-size: 16px;
    color: #404040;
    text-decoration: none;
}

.list-unstyled a:hover {
    color: #009A7E;
}

/* Розрив між колонками */
.col-md-9 {
    border-left: 1px solid #ddd;
    padding-left: 2rem;
}

.search_result_item img {
    background: #F9F9F9;
    max-width: 120px;
    border: none;
}

.product-card .card-price {
    display: inline-block;
    width: auto;
    height: 24px;
    background: #D4BBA3;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 20px;
    margin-left: 10px;
    padding: 2px 5px !important;
}


.sc-module-price-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.content-block {
    border-radius: 12px;
}

.sc-subcategories-item img {
    display: none;
}

.sc-subcategories-item {
    padding: .5rem;
}

.sc-module-header{
       background: #FFD66D;
       width: fit-content;
       color: #fff;
       padding: 5px 30px;
       border-radius: 50px;
       font-size: 24px;
       font-weight: 600;
       position: relative;
       height: 56px;
       display: flex;
       align-items: center;
}
.sc-module-header:after{
    background-color: #FFD66D;
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    right: -60px;
    background-image: url(../img/arrow-right.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.sc-module-header:hover, .sc-module-header:hover:after{
    background-color: #F9C337;
    color: #fff;
}
.sc-advantages-item .advantages-item-img{
  width: 80px;
  height: 80px;
  padding: 15px;
  border-radius: 50px;
  background: #F2FAF8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.sc-advantages-item-title{
    font-size: 18px;
    color: #404040;
    max-width: 230px;
    display: block;
}
.sc-advantages-item-text{
    font-size: 16px;
    color: #5A5A5A;
}
.header{
    background-color: #F6F7F8;
}

.content-block{
    border-radius: 16px !important;
}
.product-card{
    border-color: transparent;
}
.product-card:hover{
    box-shadow: none;
    border: 1px solid #F0F0F0;
}
.sc-switcher button.active{
  display: none !important;
}
.sc-switcher {
    color: #fff;
    padding: 4px;
}
.pre_top .right_contact{
  background-color: #FFD66D;
  padding: 4px 10px;
  color: #fff;
  border-radius: 24px;
  font-weight: 600;
  font-size: 13px;
}
.st_header{
  background: #fff;
}
.pre_top .top-links a{
  font-size: 13px;
  font-weight: 500;
}

.header-search .sc-btn-with-icon{
  background: #009A7E;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 16px 16px  0;
  right: 0;
  padding: 5px 20px;
}
.header-search .sc-btn-with-icon:hover{
  background: #007862;
}
.header-search .form-control:focus {
    border: 2px solid #007862;
}
.header-buttons .sc-btn{
  background: #F2FAF8;
  border-radius: 16px;
  margin-right: 10px;
  height: 46px;
}
.sc-btn-icon-account{
  mask-image:  url(../img/profile.svg);
}
#top .header-buttons .sc-btn-icon{
  background: #009A7E;
  width: 22px;
  height: 22px;
}
.header-buttons .sc-btn.header-buttons-account{
  width: 46px;
}
.header-buttons .header-buttons-cart{
  padding: 5px 20px !important;
}
.header-buttons  .header-buttons-cart .text-capitalize{
  font-weight: 600;
  font-size: 14px;
  color: #404040;
}
.header-buttons  .header-buttons-cart svg{
  width: 22px;
  height: 22px;
}

.sc-category-wall-item {
    width: 100%;
    padding-top: 0;
}
.sc-megamenu {
    background: #FFFFFF99;
    border-radius: 20px;
}
.sc-module-btns .sc-wishlist-btn{
  display: none !important;
}
.sc-module-sticker {
    bottom: 0;
    border-radius: 10px !important;
    padding: 5px 5px !important;
    height: 24px;
    line-height: 12px;
}
.sc-module-sticker-stickers_vash-loho{
  border: 1px solid #009A7E
}
.stock-status-sticker{
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 16px;
  margin-top: 10px;
  width: fit-content;
  padding: 5px 15px !important;
  height: 28px;
}
.choices__list--dropdown, .choices__list[aria-expanded]{
  z-index: 9999;
  top: auto;
  bottom: 100%;
}
.sc-module-cart .choices {
    margin-bottom: 10px;
    font-size: 16px;
    width: 100%;
}
.stock-status-sticker.out_stock{
  color: #B9B9B9;
  border: 1px solid #B9B9B9;
}
.stock-status-sticker.out_stock.out_stock_6{
  color: #74B5A9;
  border: 1px solid #74B5A9;
}
.stock-status-sticker.out_stock.out_stock_8{
  color: #F9C337;
  border: 1px solid #F9C337;
}
.stock-status-sticker.out_stock.out_stock_8:after,
.stock-status-sticker.out_stock.out_stock_6:after{
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 32px;
  height: 28px;
  border-radius: 10px;
  background-color: #F9C337;
  background-image: url('/image/notification-bing.svg');
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.stock-status-sticker.out_stock.out_stock_6:after{
  background-color: #74B5A9;
}
.sc-footer-subscribe{
  background: #5A5A5A;
  border-radius: 24px;
  padding: 30px;
}
.sc-footer-subscribe .form-control{
  color: #fff;
  background: transparent;
  border-radius: 12px !important;
  border: 1px solid #FFFFFFB2;
}
.sc-footer-subscribe #footer-make-subscribe{
  background: #FFFFFF;
  color: #404040;
  border-radius: 12px !important;
}

.sc-footer-subscribe .sc-footer-title {
    font-size: 28px;
}
.sc-footer-title.after_line{
  margin-bottom: 25px !important;
  position: relative;
}
.sc-footer-title.after_line::after{
  content: '';
  position: absolute;
  background: #5A5A5A;
  width: 49px;
  height: 2px;
  bottom: -10px;
  left: 0;

}
@media (min-width: 576px) {
  .header-sidebar-chevron{
      display: none;
  }
}
.catalog-card .product-count{
  color: #B9B9B9;
}

#oct-sc-category-more{
  margin: 0px auto !important;
  display: block;
  border: none;
  background: none;
  color: #B9B9B9;
  text-decoration: underline;
}
.sc-category-description-text {
  position: relative;
}
.sc-category-description-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 30%, #fff 100%);
  pointer-events: none;
}

.sc-category-description-text.expanded::after{
  display: none;
}
.sc-product-images-additional .slick-list{
  margin: 0 -10px;
}
.sc-product-images-additional .slick-slide{
  background: #FAFAFB;
  border-radius: 24px;
  margin: 0 10px;
}
.sc-module-cart-btn:before{
  content: '';
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/image/cart_btn.svg');
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}

.sc-product-content-advantages-item-text h5{
  position: relative;
}
.sc-product-content-advantages-item-text h5:before{
  content: '';
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/image/truck-green.svg');
  background-size: contain;
  background-position: center;
  left: -27px;
  top: 4px;
}
.body-product body{
  background-color: #FAFAFB;
}
.main_product_info{
  background-color: #FFF;
  border-radius: 24px;
  padding: 30px;
}
.sc-product-content{
  border-radius: 24px;
  background: #fff
}
.sc-product-content-right .sc-module-price{
  color: #404040;
  font-size: 32px;
}
.sc-product-content-right .stock-status-sticker.in_stock{
  border: 1px solid #005d3a;
  color: #005d3a;
}
span.gray-link{
  color: #B9B9B9;
  text-decoration: underline;
  cursor: pointer;
}
.sc-product-options .radio label.radio-img {
    border: 1px solid #ECECEC;
    border-radius: 10px;
    padding: 2px;
}
 .sc-product-options .radio label.radio-img.selected {
    border: 1px solid #5A5A5A !important;
}
.sc-product-options .radio label.selected{
  background: transparent !important;
}
.sc-product-options .radio label.sc-radio{
  border: 1px solid #ECECEC;
  border-radius: 10px;
}
.sc-product-options .radio label.sc-radio.selected{
  border: 1px solid #5A5A5A;
}
#product .text_final_price{
  font-weight: 500;
  font-size: 14px;
  color: #B9B9B9;
}
#product .final_price{
  font-weight: 600;
  font-size: 20px;
  color: #404040;
}
.sc-megamenu-list li a.catalog-banner img{
  width: 100%;
  height: auto;
}
#sc_livesearch .product-card:hover{
  border: none;
}
.sc-livesearch.expanded .sc-module-model span{
  color: #B9B9B9;
}
.sc-module-cart{
    flex-direction: row;
    flex-wrap: wrap;
}
.sc-module-sticker-stickers_special {
    color: rgb(255, 255, 255);
    background: rgb(212, 187, 163);
    border: 1px solid rgb(212, 187, 163);
}
.sc-module-sticker-stickers_featured{
  border: 1px solid rgb(90, 90, 90);
}
.sc-category-wall-text{
  line-height: 16px;
}
.more-subcategories{
  text-decoration: underline;
}
.choices .choices__inner {
  background: #FAFAFB;
  border-color: #FAFAFB;
}
.contact_row_1{
  background: #FAFAFB;
  border-radius: 24px;
  padding: 20px;

}
#information-contact .content-block{
  background: transparent;
}
#information-contact .sc-contact-us-form-box .form-block {
  background: #009A7E;
  border-radius: 24px;
}
#information-contact .sc-contact-us-form-box {
  color: #fff;
  text-align: left;
}
#information-contact .sc-contact-us-form-box .h2{
  color: #fff;
}
#information-contact .sc-contact-us-form-box .sc-btn{
  color: #404040;
  background: #fff;
  border-radius: 16px !important;
}
.form-control {
    color: #1c1c28;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 40%);
    padding: .625rem 1rem;
    border-radius: 16px;
}
#information-contact .sc-contact-us-form-box .form-control{
  border: 1px solid #ffffffc7;
  color: #fff;
  min-height: 48px;
}
#information-contact .sc-contact-us-form-box .form-control::placeholder {
  opacity: 0.8;
  color: #fff;
}
#information-contact h1{
  border: none;
  padding-bottom: 0;
}
.marketing_block{
  border: 1px solid #D9D9D9;
  padding: 20px;
  border-radius: 24px;
  color: #5A5A5A;
  max-width: 500px;
}
.marketing_block .h4{
  font-weight: 600;
  font-size: 16px;

}
.sc-contact-us-item-info {
    width: 100%;
}

.form-control:focus{
    background-color: transparent;
}

.sc-contact-us-item-title {
   font-weight: 600;
   font-size: 16px;
   line-height: 120%;
   letter-spacing: 0%;
}
.line-icon{
  padding-left: 25px;
  background-size: 18px;
  background-position: center left;
  background-repeat: no-repeat;
}
.line-icon.phone-icon{
  background-image: url(../img/menu-icons/call-green.svg);
}
.line-icon.email-icon{
  background-image: url(../img/menu-icons/email-green.svg);
}
.line-icon.loc-icon{
  background-image: url(../img/menu-icons/location-green.svg);
}
.sc-contact-us-item-shedule {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 32px rgb(245 245 245 / 20%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 0 0 16px 16px;
  padding: 20px;
  color: #1c1c28;
  z-index: 1;
  border: 1px solid #DDDDDD;
  border-top: none;
  left: 50px;
  top: 0;
  max-width: 250px;
}
.maps_container{
  border-radius: 24px;
}
.maps_row.content-block{
  position: relative;
}
.maps_row iframe #mapDiv .place-card{
  display: none;
}

.sc-contact-us-item-shedule ul{
 background: transparent;
}
#information-information .sc-page-title {
    padding-bottom: 0px !important;
    border-bottom: none;
    font-size: 24px !important;
}
body.information-information{
  background: #FAFAFB;
}
#information-information #content{
  background: #FFFFFF;
  border-radius: 24px;
  padding: 15px;
  margin-top: 0px;
  width: 75%;
}
#information-information .about-hero{
  padding:20px 0;
}
#information-information h1 {
  font-size: 24px;
  margin-top: 0;
}
.about-stats {
  display: flex;
  gap: 20px;
  margin: 25px 0;
}

.about-stats .about-stat-item {
  background: #F2FAF8;
  border-radius: 24px;
  flex: 1 1 33%;
  text-align: center;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 40px; /* відступ для іконки */
}

.about-stats .about-stat-item::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-color: #FFFFFF;
  border-radius: 25px;

}
.about-stats .about-stat-number{
  font-size: 24px;
  line-height: 120%;
  color: #009A7E;
  font-weight: 600;
}
.about-stats .about-stat-label{
  font-size: 14px;
  line-height: 120%;
  color: #009A7E;
  font-weight: 500;
}
#information-information #content h2{
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}



/* Іконки для кожного елемента */
.about-stats .about-stat-item:nth-child(1)::before {
  background-image: url('../img/menu-icons/about-1.svg');
}

.about-stats .about-stat-item:nth-child(2)::before {
  background-image: url('../img/menu-icons/about-2.svg');
}

.about-stats .about-stat-item:nth-child(3)::before {
  background-image: url('../img/menu-icons/about-3.svg');
}

#information-right .info-nav{
  background-color: #fff;
  border-radius: 24px;
  padding: 15px;
}
.info-nav ul {
  padding: 0;
  margin: 0;
}

.info-nav li {
  margin-bottom: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.info-nav li a {
  color: #404040;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-nav li.active a {
  font-weight: 600;
}

.info-nav li .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #E9E9E9;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.icon-4  { -webkit-mask-image: url('../img//menu-icons/info-4.svg'); mask-image: url('../img/menu-icons/info-4.svg'); }
.icon-7  { -webkit-mask-image: url('../img/menu-icons/info-7.svg'); mask-image: url('../img/menu-icons/info-7.svg'); }
.icon-5  { -webkit-mask-image: url('../img/menu-icons/info-5.svg'); mask-image: url('../img/menu-icons/info-5.svg'); }
.icon-15 { -webkit-mask-image: url('../img/menu-icons/info-15.svg'); mask-image: url('../img/menu-icons/info-15.svg'); }

.info-nav li.active .icon {
  background-color: #009A7E;
}

#error-not-found .content-block .img-not-found{
  max-width: 600px;
}
.sc-404-content-text p{
  font-size: 16px;
}
.sc-404-content-text a{
  text-decoration: underline;
  margin-top: 30px;
  font-weight: 600;
}
#error-not-found .content-block{
  background-image: url(/image/catalog/404-box.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 220px;
}
.thank-contact-box{
  border: 1px solid #E9E9E9;
  border-radius: 24px;
}
.success-page h1{
  font-size: 40px;
}
.success-page .success-img{
  max-width: 450px;
}

#checkout-cart .sc-page-title {
    border-bottom: none;
}
body.checkout-cart,
body.checkout-oct_smartcheckout,
body.checkout-checkout{
  background: #FAFAFB;
}
#checkout-cart .main-content-block{
  background: #fff;
  border: none;
}

.sidebar-cart-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}
.sc-cart-item_row{
  position: relative;
}
.sidebar-cart-item-buttons {
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.sidebar-cart-item-bottom {
    margin-bottom: 0;
    flex: 0 0 15%;
}
.sc-cart-item_row .sc-cart-item-top {
    flex: 0 0 60%;
}

.sc-cart-item_row .card-price {
  height: 18px;
  line-height: 14px;
  order: initial;
  font-size: 10px !important;
  margin-top: 3px;
}
.sidebar-cart-item-price {
    display: flex;
    flex-wrap: wrap;
}
.sidebar-cart-item-price .old-price {
    flex: 0 0 100%;
}
.back-home .sc-btn-icon{
  transform: rotate(90deg);
}
.totalcart-total{
  margin-top: 20px;
}
.oct-checkout-actions,
#checkout-cart .main-content-block{
  border-radius: 24px !important;
  padding: 25px 20px
}

.inputs-column .content-block{
  border: none;
  border-radius: 24px;
}
.register_block{
  max-width: 600px;
}
.field_custom_1 label,
.field_custom_2 label{
  color: #fff;
}
.ds-checkout .content-block {
    background-color: #fff;
    border-radius: 24px !important;
    border: none;
}
#agree-block #checkoutCheckbox{
  top: 4px;
  position: relative;
}
#agree-block .form-check-label a b{
  font-weight: 600;
  text-decoration: underline;
}
.checkout-total-info-title{
  color: #404040;
}
.oct-checkout-block.shipping-method .field_custom_4 .form-check{
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.oct-checkout-block.shipping-method .field_custom_4 input.form-check{
  width: 15px;
  height: 15px;
  accent-color: #009a7e;
}
#customer_address_fields{
  padding-left: 5px;
}
.modal.show {
  z-index: 99999;
}
#modal-agree .modal-header {
    background:transparent !important;
}


.sc-subcategories-item{
  color: #5A5A5A;
  padding: 5px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;

}
.sc-subcategories-item.active{
  background-color: #F3F3F3;
}

.content-blog-items .sc-module-img img {
    padding: 0px;
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
    height: 240px;
}
.content-blog-item-meta{
  font-size: 12px;
}
.content-blog-item-meta .main_category{
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #F3F3F3;

}
.content-blog-item-meta .blog-item-time {
  color: #B9B9B9;
}
.content-blog-items  .sc-module-title {
    font-size: 18px;
    font-weight: 600 !important;
    color: #404040 !important;
    min-height: 40px;
    margin-top: 10px;
}
.sc-product-description{
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}
.content-blog-items .button_blog_more{
  color: #009A7E;
}
.content-blog-items .button_blog_more {
    color: #009A7E;
    display: flex;
    align-items: center;
    gap: 5px;
}
.content-blog-items .button_blog_more .sc-btn-icon-chevron{
  background: #009A7E;
  transform: rotate(-90deg);
}

#content.sc-blog-list .pagination{
  justify-content: center;
}
#content.sc-blog-list .pagination .next_arrow a,
#content.sc-blog-list .pagination .pre_arrow a{
  min-height: 20px;
}
#content.sc-blog-list .pagination .pre_arrow a::before {
    transform: rotate(90deg);
    right: -9px;
    top: 14px;
}
.main-article-img{
  max-height: 500px;
  object-fit: cover;
  border-radius: 24px;
  padding: 0;
}
body.faq-page{
  background-color: #fff !important;
}
#faqAccordion{
  max-width: 860px;
}
#faqAccordion .accordion-button{
  background: transparent;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 600;
}
#faqAccordion .accordion-item{
  border: none;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 10px 5px;
}
.faq_contact_block h2{
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
}
.faq_contact_block .btn-contact{
  background: #FFFFFF;
  border-radius: 16px;
  padding: 10px 20px;
}

#faqAccordion .accordion-item:hover{
  border: 1px solid #E9E9E9
}
#faqAccordion .accordion-item.active{
  border: 1px solid #B9B9B9
}
#faqAccordion .accordion-button:not(.collapsed){
  background: transparent;
}
#faqAccordion .accordion-button:focus,
#faqAccordion .accordion-button:active,
.btn-filter-group .category-filter:focus,
.btn-filter-group .category-filter:active  {
  outline: none !important;
  box-shadow: none !important;
}

.container-blog{
  max-width: 1100px;
}
#blog-article .sc-page-title h1{
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #404040;
  max-width: 800px;
}

#blog-article #tab-description{
  font-weight: 500;
  font-size: 14px;
  color: #5A5A5A;
  padding-right: 50px;

}
#blog-article #tab-description p{
  margin-bottom: 10px;
}
#blog-article #tab-description h2{
  font-size: 18px;
  color: #404040;
  margin-bottom: 10px;
}

.sc-sidebar-subscribe{
  background: #009A7E;
  padding: 20px;
  border-radius: 24px;
  color: #fff;
}
#sidebar-subscribe .form-control{
    border: 1px solid #FFFFFF7D;
    color: #fff;
}

#sidebar-make-subscribe{
  border-radius: 16px;
  margin-top: 15px;
  background: #fff;
}
#sidebar-subscribe .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.faq_contact_block{
  background: #009A7E;
  border-radius: 24px;
}
.faq-page .faq-container h1{
  font-size: 32px !important;
}
.btn-filter-group .category-filter{
  background: #F6F7F8;
  color: #B9B9B9;
  border-radius: 16px;
  border: none;
  padding: 12px 20px;
}
.btn-filter-group .category-filter.active{
  background: #F6F7F8;
  color: #404040;
}


@media (max-width:767px) {

  #information-information #content-faq .sc-page-title{
    flex-direction: column;
  }

  .ds-cart-column-total-info.content-block {
    padding: 20px !important;
  }
  .oct-checkout-actions, #checkout-cart .main-content-block {
      border-radius: 24px !important;
      padding: 15px 10px;
  }
  .field_custom_1 label,
  .field_custom_2 label{
    display: none;
  }
  .sc-cart-nav {
    font-size: 12px;
  }

  #search_cart #sc-search-button::before{
      display: none;
  }
  .cart-search-btn span {
    width: 20px;
    height: 20px;
  }
  .sidebar-cart-item-price {
      align-items: center;
      margin-top: 5px !important;
      gap: 10px;
  }
  .sc-module-quantity.cart-quantity {
      width: 110px;
      margin-right: 0px;
      border-radius: 10px;
      height: 28px;
  }
  #search_cart #sc-search-button {
      padding: 10px !important;
  }
  .sc-cart-item_row{
    flex-direction: row;
    flex-wrap: wrap;

  }
  .sidebar-cart-item-bottom {
      flex: 0 0 auto;
      padding-left: 1rem !important;
  }
  .sidebar-cart-item-price .price{
    order: 1;
  }
  .sidebar-cart-item-price .card-price{
    order: 3;
    margin: 0 !important;
  }
  .sidebar-cart-item-price .old-price {
      flex: 0 0 auto;
      order: 2;
      line-height: 22px;
  }
  .sc-cart-item_row .sc-cart-item-top {
      flex: 0 0 100%;
  }
  .sc-cart-item-top .sc-cart-image-link {
    width: 110px;
    height: 110px;
    flex: 0 0 110px;
  }
  .sc-cart-item-top a img {
    width: 100%;
    height: auto;
    padding: 4px 10px;
  }
  .success-page .success-img {
      max-width: 85%;
      margin: 15px auto;
  }
  .success-page h1 {
      font-size: 24px !important;
      margin-top: 15px;
  }
  #common-success{
    text-align: center;
  }
  #common-success .success-page p{
    font-size: 14px !important;
  }
  #error-not-found .content-block .img-not-found {
      max-width: 100%;
  }
  #error-not-found .content-block{
    background: none;
  }
  #information-information.container-fluid {
      padding: 0 10px 0 10px !important;
  }
  .sc-404-content-text p {
      font-size: 14px;
      margin-top: 3px !important;
  }
  .about-stats {
      flex-direction: column;
  }
  .about-stats .about-stat-item{
    padding: 15px 10px 15px 60px;
    text-align: start;
  }
  .about-stats .about-stat-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateX(-50%) translateY(-50%);
    width: 35px;
    height: 35px;
    background-size: 20px;
  }
  .about-stats .about-stat-number {
    font-size: 20px;
    margin-bottom: 5px;
  }


  #information-information h1 {
      font-size: 20px;
      line-height: 28px;
      margin-top: 0;
  }

  #information-information #content{
    width: 100%;
  }
 #information-mobile-nav {
   overflow-x: auto;
   -ms-overflow-style: none; /* IE/Edge */
   scrollbar-width: none;     /* Firefox */
   -webkit-overflow-scrolling: touch;
 }

 #information-mobile-nav::-webkit-scrollbar {
   height: 0px !important;
   background: transparent !important;
 }

  #information-mobile-nav::-webkit-scrollbar {
    display: none !important;
  }
  .info-nav-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .info-nav-scroll::-webkit-scrollbar {
    display: none !important;
  }

  .info-nav-scroll {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }

  .info-nav-list {
    display: flex;
    gap: 10px;
  }

  .info-nav-btn {
    flex: 0 0 auto;
  }

  .info-nav-btn a {
    display: block;
    padding: 6px 10px;
    border-radius: 12px;
    background: #ffffff;
    color: #B9B9B9;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    font-size: 12px;
  }

  .info-nav-btn.active a {
    background: #fff;
    color: #404040;
  }


  .contact_row_1 {
      padding: 5px 0px;
  }
  .marketing_block a{
    font-size: 14px !important;
  }
  .map-header h2{
    font-size: 20px !important;
  }
  #information-contact .sc-contact-us-form-box{
    margin-top: 30px;
  }
  .sc-contact-us-item-shedule {
      margin-top: 0;
      left: 20px !important;
      padding: 5px !important;
      max-width: 220px;
  }
  .sc-footer-subscribe .sc-footer-title {
      font-size: 18px;
      text-align: center;
      width: 100%;
  }
  .sc-footer-subscribe {
      margin-top: -20px;
  }
  .sc-footer-subscribe #footer-make-subscribe {
      padding: 5px 14px;
  }
  .sc-module-sticker {
      bottom: 0;
      border-radius: 6px !important;
      padding: 0px 5px !important;
      height: 16px;
      font-size: 10px !important;
      line-height: 13px;
  }
  .sc-module-header{
    height: 36px;
    padding: 5px 10px;

  }
  .sc-module-header:after{
    width: 36px;
    height: 36px;
    right: -40px;
    background-size: 26px;
  }
  .sc-advantages-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
      width: 33%;
  }
  .sc-advantages-item-title, .sc-advantages-item-text {
      font-size: 12px;
  }
  .sc-module-cart-btn .sc-btn-text{
    font-size: 0;
  }
  .sc-module-cart {
      flex-direction: row;
  }
  .product-card .card-price {
      display: inline-block;
      width: auto;
      height: 18px;
      background: #D4BBA3;
      font-weight: 600 !important;
      font-size: 8px !important;
      margin-left: 5px;
      line-height: 14px;
  }
  .sc-module-cart-btn:before {
    margin-right: 0px;
  }
  #mobile-menu-button {
    width: 30px;
    height: 30px;
    background-color: #009A7E;
    border-radius: 8px !important;

  }
  .sc-advantages-item .advantages-item-img{
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-right: 0px !important;
  }
  .sc-advantages-item .advantages-item-img svg{
    width: 100%;
  }
  #common-home .sc-advantages .sc-advantages-item {
    padding: 5px !important;
  }
  .sidebar-main-menu-contact{
    background: #F6F7F8;
    border-radius: 16px;
    padding: 25px;
  }
  .st_header {
      background: #fff;
      position: sticky;
      top: 0;
      z-index: 9;
  }
  .product-card  .choices{
    display: none;
  }
  .sidebar-main-menu-item .sc-footer-email,
  .sidebar-main-menu-item .sc-footer-phone{
    color: #5A5A5A;
  }
  .sidebar-main-menu-item .sc-footer-email::before,
  .sidebar-main-menu-item .sc-footer-phone::before{
    filter: brightness(.2);
  }
  .sc-megamenu {
      background: #FFFFFF;
      border-radius: 0;
  }
  .top_text_search{
    font-size: 0px;
    width: 20px;
  }
  #search .form-control{
    border: 2px solid #F3F3F3;
  }
#sc-search-button::before {
      content: '';
      -webkit-mask-image: url(../img/search-normal.svg);
      mask-image: url(../img/search-normal.svg);
      background: #B9B9B9;
      width: 35px;
      height: 35px;
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: 20px;
  }
  #search .form-control:focus{
      border: 2px solid #009A7E;
  }
.form-control:focus + #sc-search-button::before {
      background: #009A7E;
  }
  ul.often_search,
  .sc-breadcrumb {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  ul.often_search::-webkit-scrollbar,
  .sc-breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .sc-livesearch.expanded .card-price{
    top: -2px;
  }
  .sc-advantages-item-text{
    display: none;
  }
  .sc-module-quantity,
  .sc-module-quantity .form-control {
       flex: 0 0 calc(100% - 50px);
  }
  .stock-status-sticker {
      font-weight: 500 !important;
      font-size: 10px !important;
      line-height: 11px;
      margin-top: 10px;
      width: fit-content;
      padding: 4px 6px !important;
      height: 22px;
      display: block !important;
  }
  .stock-status-sticker.out_stock.out_stock_8:after, .stock-status-sticker.out_stock.out_stock_6:after{
    right: -27px;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 8px;
    background-size: 13px;
  }
  .sc-advantages-item-title {
      max-width: 100px;
      display: flex;
      justify-content: center;
      margin-top: 5px !important;
      line-height: 14px;
  }
  .sc-category-wall-item .content-block img {
      width: auto;
      position: relative;
      right: -10px;
      max-height: 65px;
  }
  .sc-category-wall.sc-carousel-inner .slick-list,
  .banner-carousel.sc-carousel-inner .slick-list {
    padding-left: 0px !important;
  }
  .sc-category-wall-item .content-block {
    min-height: 110px;
  }
  #sc-carousel-0.sc-carousel-inner.banner-carousel .slick-slide {
      margin-right: 15px;
  }
  .sc-slideshow-plus-item-fullimg img{
    border-radius: 16px !important;
  }
  .sc-slideshow-plus-product{
    padding: 0 10px;
  }
  .sc-slideshow-plus-product .slideshow-plus-column{
    z-index: 99;
  }
  .product-card {
      border: 1px solid #FAFAFB;
  }
  .sc-slideshow-plus-item-fullimg img{
    margin: 0;
    z-index: 99;
  }
  .sc-module .content-block.product-card {
      padding: 10px;
  }
  #slideshow-plus-1 .sc-slideshow-plus-item-fullimg img {
      border-radius: 16px !important;
  }
  .header {
      border-top: 1px solid #DADADA54;
      box-shadow: 0px 4px 20px 0px #B8B8B81A;
      border-top-left-radius: 24px;
      border-top-right-radius: 24px;
      background: #FFFFFF;
      padding-bottom: 10px !important;
      height: 70px;
  }
  .header-buttons-bottom  .header-buttons-cart {
      padding: 5px 20px !important;
      display: block !important;
  }
  .st_header .header-buttons-bottom button.sc-btn,
  .st_header .header-buttons-bottom a.sc-btn{
    background: transparent;
    display: flex !important;
    padding: 5px !important;
    flex: 0 0 20%;
    margin: 0;

  }
  .st_header .header-buttons-bottom button.sc-btn svg,
  .st_header .header-buttons-bottom a.sc-btn svg{
    height: 20px;
    width: 20px;

  }
  .header-buttons .sc-btn.header-buttons-account{
    display: flex;
  }
  .mob-bottom-menu .header-buttons .sc-btn-icon{
    background: #009A7E;
  }
  header .header-buttons-bottom .sc-btn.header-buttons-cart{
    flex-direction: column;
  }
  .mob-bottom-menu span.text-capitalize {
      font-size: 10px !important;
      font-weight: 600 !important;
      line-height: 12px;
      color: #404040;
  }
  .mob-bottom-menu #cart svg {
      padding-left: 0;
      scale: 1.05;
      height: 20px;
      padding-top: 0;
      margin-bottom: -4px;
  }
  .mob-bottom-menu .header-buttons-cart-quantity {
      left: auto;
      top: 0px;
      right: 10px;
      background-color: #FFD873;
  }
  .main_product_info {
      padding: 15px;
  }
  .sc-breadcrumb-item, .sc-breadcrumb-item a {
      font-size: 10px;
      font-weight: 500;
  }
  #product-product .content-block .sc-product-images-main {
    border-radius: 16px;
  }
  #productImages .sc-product-images-additional{
    display: none !important;
  }
  #main-product-you-save {
      height: 30px;
      width: 55px;
      display: flex;
      position: relative;
      margin-left: 7px;
      background: #D4BBA3;
      align-content: center;
      align-items: center;
      justify-content: center;
      font-size: 14px !important;
      border-radius: 12px !important;
  }
  .sc-product-content-right .sc-module-price {
      font-size: 24px;
  }
  .sc-product-content-right .stock-status-sticker {
      font-size: 14px !important;
      padding: 8px !important;
      height: 30px;
      border-radius: 10px !important
  }
  #sc-related-products_0{
    background: transparent;
  }
  .sc-product-content-attributes-list-item>span:first-child {
      padding-right: 10px;
  }
  .sc-product-content-attributes-list-item>span:last-child {
      padding-left: 10px;
  }
  .sc-product-content-attributes-list-item {
      font-size: 12px;
  }
  .sc-module-stickers {
      flex-wrap: wrap;
      max-height: 16px;
  }
  #rm-shop-advantages-0{
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
  .sc-footer-subscribe {
      padding: 20px 15px;
  }
  .faq-page .faq-container h1{
    font-weight: 600;
    font-size: 20px !important;
    line-height: 120%;
    margin-bottom: 15px;

  }
  .btn-filter-group .category-filter{
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 12px;
    margin-right: 5px;
  }
  #faqAccordion .accordion-button{
    font-size: 16px;
  }
  #faqAccordion .accordion-body{
    font-size: 14px;
  }
  .faq_contact_block{
    padding: 20px !important;
  }
  .faq_contact_block h2{
    font-size: 20px;
  }
  .faq_contact_block p{
    font-size: 14px;
  }
  .faq_contact_block .btn-contact {
      border-radius: 14px;
      padding: 7px 10px;
  }
  .sc-blog-list .sc-module-img {
      padding-bottom: 10px;
  }
  .content-blog-items .sc-module-title {
      font-size: 14px;
      min-height: auto;
      margin-top: 10px;
  }
  .sc-product-description {
      font-weight: 500;
      font-size: 12px !important;
      line-height: 140%;
  }
  #blog-article .sc-page-title h1 {
      font-weight: 600;
      font-size: 20px;
      max-width: 100%;
  }
  #blog-article #tab-description{
    padding-right: 0px;
    margin-bottom: 20px;
  }
  #sc-carousel-article.sc-carousel-inner .slick-list{
    padding-left: 0px !important;
  }
  .sc-module-header-blog{
    font-size: 16px !important;
  }
  #sc-carousel-article{
    margin-top: 25px;
  }
  #sc-carousel-article .content-blog-items .sc-module-img img{
    height: 200px;
  }
  #sc-carousel-article.sc-carousel-inner .slick-slider-btn {
      top: -55px;
  }

}