.tebim-set-atc-wrapper strong.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
} 

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: -moz-min-content;
    height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .4rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

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

.modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.4rem - 1px);
    border-top-right-radius: calc(.4rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.4rem - 1px);
    border-bottom-right-radius: calc(.4rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media(min-width:576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 90vw
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }

    .mm_menus_li > .ets_mm_url {
        max-width: 130px;
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1300px;
    }
}

.modal-content {
    background-clip: border-box
}

.modal-fullscreen {
    padding: 0 !important
}

.modal-fullscreen .modal-dialog {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal .modal-dialog-aside {
    height: 100%;
    margin: 0;
    transform: translate(0);
    transition: transform .2s;
    width: 100%
}

@media(min-width:576px) {
    .modal .modal-dialog-aside {
        max-width: 320px
    }
}

.modal .modal-dialog-aside .modal-content {
    border: 0;
    border-radius: 0;
    height: inherit
}

.modal .modal-dialog-aside .modal-content .modal-body {
    overflow-y: auto
}
/* #mobile_filters.modal .modal-dialog-aside .modal-content .modal-body {
    overflow: unset;
} */
.modal.fixed-right .modal-dialog-aside {
    margin-left: auto;
    transform: translateX(100%)
}

.modal.fixed-left .modal-dialog-aside {
    margin-right: auto;
    transform: translateX(-100%)
}

.modal.show .modal-dialog-aside {
    transform: translateX(0)
}


.modal.show {
    display: block;
}

.product-variants .discount {
    background-color: #e2dfdf;
    font-size: 12px;
    padding: 2px;
    border-radius: 5px;
    color: #7f7a7a;
}


#precart_modal .modal_summary {
    text-align: right;
}

#precart_modal .modal_summary .value {
    margin-left: 30px;
}

.product-variants__radioHeader {
    font-size: 13px;
}

.product-variants__radioOptionsList li {
    justify-content: normal;
    font-size: 13px;
    margin: 10px 0 !important;
}

.product-variants__radioOptionsList li.disable_buy {
    opacity: 0.3;
}

.product-actions .add-to-precart {
    padding: 0;
    font-size: 13px;
}

.btn:focus,
.btn.focus {
    outline: none !important;
    box-shadow: none !important;
}

#products_list span {
    font-size: 12px;
    color: #a6a6a6;
}

#precartqty .value {
    text-align: right;
    margin-right: 5px;
    margin-left: auto;
}

.hidden {
    display: none;
}

.products_list_details {
    display: flex;
    flex-direction: column;
}

.products_list_details .delivery_title[data-delivery-title="1"] {
    order: 1;
}

.products_list_details .delivery_title[data-delivery-title="2"] {
    order: 2;
}

.products_list_details .delivery_title[data-delivery-title="3"] {
    order: 3;
}

.attribute-radio__label {
    position: relative;
    margin: 0;
}

.attribute-radio__input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.attribute-radio__input:checked ~ .attribute-radio__text {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.attribute-radio__text {
    display: block;
    min-width: 2.1875rem;
    padding: 5px 10px;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #dee2e6;
    border-radius: 0.4rem;
}

.product-variants {
    display: flex;
    flex-wrap: wrap;
}

.product-variants > div {
    width: 100%;
}

.product-variants__radioOptionsList {
    display: flex;
    flex-direction: column;
}

.product-variants__radioOptionsList li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.products_list_details input.count {
    width: 30px;
    margin: 0 5px;
    border: none;
    text-align: center;
}

.products_list_details input.count:focus {
    outline: none;
    box-shadow: none;
}

.products_list_details .product-item .price {
    text-align: right;
}

.products_list_details .product-item span {
    color: #212529;
    font-size: 1rem;
    font-weight: normal;
    padding-left: 0;
    font-size: 12px;
}

.products_list_details .input_box {
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 10px;
}

#precart .card-body {
    background-color: #f7f7f7;
}

.products_list_details .up,
.products_list_details .down {
    font-size: 12px;
    padding: 0 5px;
    cursor: pointer;
}

.products_list_details .cart-summary-line {
    padding: 5px 0;
}

.products_list_details .delivery_title {
    font-size: 12px;
    color: #b2b0b0;
    display: flex;
    flex-direction: column;
}

#_desktop_language_selector .custom-select {
    text-transform: uppercase;
}


#precart #products_list {
    display: none;
}


.modal_products {
    text-align: center;
    font-size: 12px;
}

.modal_products tr,
.modal_products td {
    font-size: 12px;
}

.modal_products .price {
    color: #000;
}

/*
.modal_products {
    border: 1px solid #ece5e5;
}

.modal_products span {
    border-right: 1px solid #ece5e5;
    padding: 5px;
    width: 25%;
}

.modal_products span:last-child {
    border-right: 0px;
}

.modal_products .product-item {
    margin-bottom: 0px !important;
    border-bottom: 1px solid #ece5e5;
}

.modal_products .product-item:last-child  {
    border-bottom: 0px;
}
*/

.modal_products .cart-summary-line {
    display: table-row;
}

#customer-form > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#customer-form > div .field-password-policy,
#customer-form > div .form-group {
    width: 49%;
}

#customer-form > div .full-row,
#customer-form > div .field-password-policy .form-group {
    width: 100%;
}

#customer-form > div .full-row {
    order: 1;
}

#customer-form > div .full-row.no-order {
    order: inherit;
}

#customer-form button[data-action="show-password"] {
    padding: 5px;
}

button[data-action="downloadFromGus"] {
    padding: 0 !important;
    position: absolute;
    right: 10px;
    background-color: transparent !important;
    color: #733d75 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 3.4 !important;
    text-decoration: underline;
    border: none !important;
    z-index: 99;
}

.modal.quickview .close {
    position: absolute;
    right: 20px;
}

#quickordermodal .modal-dialog {
    /*max-width: fit-content !important;*/
}

.header-top__block--quickorder {
    flex-grow: 0;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    cursor: pointer;
}

.header-top__content  .glogin,
.header-top__content  .fblogin  {
    display: none;
}

body#cart .header-top__block--priceswitcher{
    visibility: hidden;
}

.boxes-search-form-header {
    background: #7d4582;
}

.boxes-search-form__title,
.boxes-search-form__text {
    color: #fff;
}

.boxes-search-form__tabs .productTab .form-row .form-group.image svg {
    aspect-ratio: unset;
}

.home-description__accordion-title {
    list-style: none;
    padding-left: 0;
}
.home-description__accordion-title::-webkit-details-marker {
    display: none;
}

.home-description__accordion-title .icon {
    display: inline-block;
    transition: transform 0.2s ease-in-out;
}

.home-description__accordion[open] .home-description__accordion-title .icon {
    transform: rotate(90deg);
}

#sortlinks {
    min-width: 180px;
}

@media (max-width: 991px) {
    .home-description__link:hover svg, #module-faqs-display .all_questions .questions:hover svg {
        transform: none;
    }
}

.product-flags {
    z-index: unset;
}

@media (max-width: 992px) {
    .boxes-search-form__tabs .form-group label {
        display: block;
        width: 100%;
        text-align: center;
        left: initial;
    }
}

.boxes-search-form__text {
    display: block;
    padding: 6px 0;
}

.user-form__row { flex-wrap: nowrap; }
@media (max-width: 992px) {
    .user-form__row { flex-direction: column; }
    .user-form__block { width: 100% !important; }
    #authentication .user-form .user-form__row .user-form__block,
    #registration .user-form__row > .user-form__block,
    #registration .user-form .user-form__row .user-form__block,
    #registration .user-form .user-form__row .user-register__info {
        flex: 1 1 100%;
        max-width: 100%;
    }
    #customer-form > div .form-group,
    #customer-form > div .field-password-policy {
        width: 100%;
    }
}

@media (max-width: 992px) {
    #sortlinks .custom-select {
        display: none;
    }

    .div-sortlinks {
        max-width: 40%;
    }
}

@media (max-width: 992px) {
        .ets_mm_megamenu_content_content {
            display: none;
        }
    #category:has(.boxes-search-form__floating) #wrapper {
        margin-top: 0;
    }

    div:has(> .products-selection) {
        top: 110px;
    }

    #search  div:has(> .products-selection) {
        top: 44px;
        background: #fff;
    }
}

@media (max-width: 1199px) {
    body#cart .price-total-mobile .product-price .price {
        display: none;
    }

    .product-miniature__actions--wrapper .product-price {
        display: none;
    }
}


.cdpcp-slideout__inner {
    max-width: 100%;
    text-align: center;
}

.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox .PM_ASLabelLinkTxt {
    text-transform: lowercase;
    display: inline;
}
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox .PM_ASLabelLinkTxt::first-letter {
    text-transform: uppercase;
}

#category .ts-wdg-loc-pl-wrapper {
    text-align: left;
}

.product-miniature.--list .product-list-reviews {
    margin-bottom: 10px;
}

.thulium-chat-frame-wrapper {
    bottom: 40px !important;
}
@media (max-width: 992px) {
    .thulium-chat-frame-wrapper {
        bottom: 60px !important;
        max-height: 70vh !important;
        width: 100vw !important;
    }
} 

#tc-container select.form-control.orig-field.form-control-select.js-country.live,
#tc-container select.form-control.orig-field.form-control-select.form-control-select.live {
    display: block !important;
    border-radius: 50px;
    border-width: 2px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #453750;
    border-color: #F0F0F0;
    padding: 30px 25px;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;
}
#tc-container select.form-control.orig-field.form-control-select.js-country.live {
    pointer-events: none;
    background: unset;
}
#category .js-mailalert-modal-btn {
    display: none;
}

#category .btn.btn-primary.disabled_product,
.btn.btn-primary.disabled_product {
    background-color: #000000 !important;
    color: #fff;
}

#category .btn.btn-primary.disabled_product:hover,
.btn.btn-primary.disabled_product:hover{
    border-color: #000000 !important;
}

#product #add-to-cart-or-refresh .custom-select {
    padding: 0 0 0 1.5625rem;
    height: 40px;
}

@media (min-width: 768px) {
    .product-variants > div {
        width: unset;
    }

    .product-variants.js-product-variants {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: -10px;
        margin-right: -10px;
    }

    .product-variants-item.mb-3 {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

    #product .product-add-to-cart {
        margin-left: auto;
        margin-right: 0;
        max-width: 50%;
    }

    #product .product-add-to-cart .add {
        padding-right: 0!important;
    }

    #product .product-add-to-cart .product-quantity {
        margin-right: unset!important;
    }

    #product .product-add-to-cart .col-auto {
        display: none;
    }
}

.btn-primary.filter-reset {
    font-size: 12px;
}

/* .product-miniature.--list .js-product-additional-info .cdpcp-compare-btn,
.product-miniature.--list .js-product-additional-info .social-sharing,
#product .social-sharing,
#product .js-product-additional-info .cdpcp-compare-btn,
#category .products-list__block--grid .social-sharing,
#search .products-list__block--grid .social-sharing,
.search-result .social-sharing,
#category .products-list__block--grid .social-sharing,
.featured-products .social-sharing,
#js-product-list .social-sharing
{
    display: none;
} */

@media (max-width: 992px) {
    #authentication .user-form .user-form__row {
        padding-top: 0;
    }

    #authentication .user-form .page-header.mb-4 {
        padding-bottom: 0!important;
    }

    #authentication .user-form .user-register-section {
        margin-top: 40px;
    }

    #authentication .user-form .forgot-password {
        margin-bottom: 0!important;
    }
}

@media (min-width: 768px) {
    .card-footer .account-link {
        max-width: 300px;
    }
}

@media (max-width: 1199.98px) {
    body#cart .product-line-grid__block--delete {
        position: absolute;
        right: 5px;
        top: 5px;
    }
}

.home-category-boxes__v2 .home-category-boxes__box__content {
   position: relative;
}

.section-banner__content {
    max-width: 50%;
}
.section-banner__contentTitle {
    font-size: 1.2rem;
}

.section-banner__contentSubtitle {
    font-size: 1rem;
}

.section-banner__contentDesc {
    margin-top: 0.8rem;
}
@media (max-width: 992px) {
  .product-line-info.product-price {
    display: none;
  }
}
.product-line-grid__block--details > .cart_mobile_data_wrapper {
  max-width: 260px !important;
  margin-top: 1rem;
}
.cart_mobile_data_wrapper {
  font-size: 14px;
}
.cart_mobile_data  {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.cart_mobile_data_left {
  color:#808080;
}
@media (max-width: 992px) {
  #cart .cart-grid-body {
    margin-bottom: 1rem;
  }
  #cart .product-line-grid__block--total.price-total-desktop {
    display: none;
  }
}
.cart_mobile_data {
  display: flex;
  justify-content: space-between;
}
.product-line-grid {
    position: relative;
}

#category .products-list__block--grid .product-additional-info.d-lg-flex,
#search .products-list__block--grid .product-additional-info.d-lg-flex {
    justify-content: center !important;
    column-gap: 0.625rem;
}

/* .product-miniature.--list .product-miniature__actions--wrapper .icon-grid,
.product-miniature.--list .product-miniature__details .icon-grid{
    display: none;
} */
.product-miniature.--list div:not() {

}
#mobile_floating_nav .header-top__block--quickorder {
    display: none;
}

#quickordermodal .product-line-grid__row {
    flex-wrap: nowrap;
}

#quickordermodal .product-line-grid__row .shipping_text,
#quickordermodal .product-line-grid__row  .current-price{
    white-space: nowrap;
    flex-shrink: 0;
}

.favorite-btn[data-active="true"]:hover, .favorite-btn[data-active="true"] {
    color: #7D4582 !important;
}

.pixel-toggleFeaturesButton .toggle-icon {
    display: inline-block;
    transition: transform 0.3s ease;
    margin-left: 5px;
}

.pixel-toggleFeaturesButton.collapsed .toggle-icon {
    transform: rotate(0deg);
}

.pixel-toggleFeaturesButton:not(.collapsed) .toggle-icon {
    transform: rotate(90deg);
}

button.pixel-features-button-style {
    background-color: #f7f3f9;
    color: #6a2a8b;
    border: none;
    border-radius: 8px;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(106, 42, 139, 0.1);
    display: inline-flex;
    align-items: center;
}

button.pixel-features-button-style:hover,
button.pixel-features-button-style:focus {
    background-color: #f5edf7;
    color: #4b1d6b;
    border-color: transparent;
    text-decoration: none;
}

.products-list__block--grid button.pixel-features-button-style {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    display: block;
}

.products-list__block--grid .productFeaturesList-details {
    padding-top: 10px;
    clear: both;
}

.products-list__block--list .productFeaturesList-details {
    margin-top: 10px;
}

.search-result .pixel-features--toggle,
.search-result .icon-grid {
    display: none;
}

@media (min-width: 992px) {
    .products-list__block--list .productFeaturesList-details.collapse {
        display: block!important;
    }
    .products-list__block--list .pixel-toggleFeaturesButton {
        display: none;
    }
}

@media (max-width: 991px) {
    #cart .logo, #checkout .logo {
        max-width: 150px;
    }
    .header-top__block--quickorder .header-top__name {
        display: none;
    }

    .header-top__icon {
        font-size: 2rem;
    }
}

.section-cartonhub h1 {
    font-size: 2.275rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.section-cartonhub h1::before {
    content: "";
    width: 20px;
    height: 3px;
    border-radius: 50px;
    background: #F9B03C;
    display: inline-block;
    margin-right: 10px;
}

.section-cartonhub h1::after {
    content: "";
    width: 20px;
    height: 3px;
    border-radius: 24px;
    background: #F9B03C;
    display: inline-block;
    margin-left: 10px;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    opacity: 0;
    transition: opacity 0.15s;
}

.tooltip.show {
    opacity: 0.9;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    background-color: #000;
    border-radius: 0.2rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .section-cartonhub {
        text-align: center;
    }

    .section-cartonhub h1 {
        font-size: calc(0.975rem + 1.4516129032vw);
    }
}

.product-line-info .current-price {
    display: flex;
    flex-direction: column;
}

.product-line-info .price-line:first-child .quantity-value-price {
    margin-right: 5px;
}

.product-line-info .price-line {
    margin-bottom: 4px;
}

.product-line-info .price-line:last-child {
    margin-bottom: 0;
}

.product-line-info .price-line:last-child span {
    font-size: 0.85rem;
}

.product-line-info .price-line:first-child {
    font-weight: 500;
}

.product-line-info .price-line .price {
    color: #000;
}

.product-line-info .price-line:last-child .price {
    font-weight: 500;
}

#index .product-additional-info,
#js-product-list .product-additional-info
{
    justify-content: center !important;
    column-gap: 0.625rem;
}

.pixel-product-custom-summary .custom-icon {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    row-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem;
    border-radius: 50%;
    aspect-ratio: 1/1;
    height: 42px;
    width: 42px;
    cursor: pointer;
}

.favorite-btn {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    row-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem;
    border-radius: 50%;
    aspect-ratio: 1/1;
    height: 42px;
    width: 42px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .js-search-result {
        z-index: 110;
    }
}

body:not(#index) .section-cartonhub {
    display: none !important;
}

#checkout-payment-step .payment-option label {
    display: flex !important;
}

#checkout-payment-step .paypal-mark {
    border: none;
}

.product-miniature.--list .product-miniature__functionsListItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    row-gap: 0rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    font-size: 12px;
    line-height: 0.8125rem;
    font-weight: 400;
    color: black;
    max-width: 100%;
}

#product #ps_checkout-payment-method-logo-block-container,
#cart #ps_checkout-payment-method-logo-block-container {
    display: none;
}

body.search-result-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    .current-active-filter-list {
        display: flex;
        flex-wrap: wrap;
    }

    .current-active-filter-list li {
        margin-bottom: 10px;
    }
}

#tebim_wdt_data:disabled + .label {
    opacity: 0.5;
    cursor: default;
    color: #999;
}

#conditions-to-approve {
    margin-top: 30px;
}

@media (max-width: 480px) {
    .blocks[class*="checkout-area-"] {
        min-width: 300px;
    }

    .payment-option label {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }

    .payment-option label .payment-call-to-action-and-logo {
        flex-grow: 1 !important;
        margin-right: 10px;
        padding-top: 0;
    }

    .payment-option label .ps_checkout-mark {
        display: flex !important;

        align-items: center !important;
        flex-shrink: 0 !important;
        margin-left: auto !important;
        white-space: nowrap !important;
    }

    .payment-option label .ps_checkout-mark .paypal-button-space {
        width: 5px !important;
        min-width: 5px !important;
    }

    #tc-container .log-in__wrapper {
        flex-direction: column;
    }
}

.tebim_wdt label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.625rem;
}

@media (min-width: 992px) {
    .product-main-images img {
        position: relative;
        max-height: 500px;
        border: 2px solid #F7F7F7;
        border-radius: 10px;
        height: auto;
        display: flex;
    }

    .product-main-images > .js-product-main-images {
        flex-grow: 1;
        min-height: 0;
        max-height: 100%;
    }

    .product-main-images__list,
    .swiper-slide {
        height: 100%;
    }
}


#product .product-extra-widgets .product-comments-additional-info {
    display: none !important;
}

@media (min-width: 1200px) {
    header .ets_mm_megamenu.hook-default .ets_mm_megamenu_content .ets_mm_megamenu_content_content .ybc-menu-toggle ~ .mm_menus_ul > .mm_menus_li.mm_has_sub > .mm_columns_ul {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) 400px !important;
        width: 100% !important;
    }

    header .ets_mm_megamenu.hook-default .ets_mm_megamenu_content .ets_mm_megamenu_content_content .ybc-menu-toggle ~ .mm_menus_ul > .mm_menus_li.mm_has_sub > .mm_columns_ul .mm_columns_li.CTA {
        grid-column: 6 / 7 !important;
        width: 400px !important;
        min-width: 400px !important;
        max-width: 400px !important;
        padding: 0 !important;
    }

    header .ets_mm_megamenu.hook-default .ets_mm_megamenu_content .ets_mm_megamenu_content_content .ybc-menu-toggle ~ .mm_menus_ul > .mm_menus_li.mm_has_sub > .mm_columns_ul .mm_columns_li.CTA .menu_cta img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (min-width: 992px ) {
    #js-active-search-filters {
        display: none;
    }
}

@media (max-width: 767.98px) {
    #PM_ASearchResultsInner .hidden-sm-down {
        display: block !important;
    }
}

.popover {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 1;
    z-index: 1070;
}

.popover-body {
    background-color: #ffffff;
    padding: 0 30px 5px 30px;
}

.register-form .custom-control-label::after {
    content: "";
    position: absolute;
    top: -0.2rem;
    left: -2.0rem;
    width: 1.25rem;
    height: 1.25rem;
}

.register-form .custom-control-input:checked ~ .custom-control-label::after {
    background-size: 70%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") !important;
}

.subcategories .show-more-subcategories {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.subcategories .show-more-subcategories::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 8px;
    background-color: #6B7383;
    transition: transform 0.3s ease;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90917 0.518652C8.73704 0.346408 8.50351 0.249634 8.26 0.249634C8.01649 0.249634 7.78296 0.346408 7.61082 0.518652L4.80488 3.32399C4.68541 3.44341 4.49176 3.44341 4.3723 3.32399L1.56697 0.518652C1.20861 0.160124 0.627453 0.159987 0.268925 0.518346C-0.0896035 0.876706 -0.0897405 1.45786 0.268619 1.81639L3.07456 4.62233C3.47618 5.02398 4.0209 5.24963 4.58889 5.24963C5.15689 5.24963 5.70161 5.02398 6.10322 4.62233L8.90917 1.81639C9.26745 1.458 9.26745 0.877043 8.90917 0.518652Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90917 0.518652C8.73704 0.346408 8.50351 0.249634 8.26 0.249634C8.01649 0.249634 7.78296 0.346408 7.61082 0.518652L4.80488 3.32399C4.68541 3.44341 4.49176 3.44341 4.3723 3.32399L1.56697 0.518652C1.20861 0.160124 0.627453 0.159987 0.268925 0.518346C-0.0896035 0.876706 -0.0897405 1.45786 0.268619 1.81639L3.07456 4.62233C3.47618 5.02398 4.0209 5.24963 4.58889 5.24963C5.15689 5.24963 5.70161 5.02398 6.10322 4.62233L8.90917 1.81639C9.26745 1.458 9.26745 0.877043 8.90917 0.518652Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.subcategories .show-more-subcategories.open::after {
    transform: rotate(180deg) !important;
}

#product .show-more-spec .show-more,
#product .show-more-spec .show-less {
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    color: #180C18;
    margin-left: 15px;
}

.modal-content a {
    overflow-wrap: anywhere;
    word-break: break-all;
}

.account-pros.account-pros-list ul {
    list-style: disc;
}
@media (min-width: 992px) {
    .subscription_image_section {
        display: none !important;
    }
    .block_newsletter {
      background-size: contain;
      background-position: right;
      background-repeat: no-repeat;
      background-image: url("../img/subscription_bg.png");
    }
}

.product-miniature__thumb img {
    width: 200px;
    height: 200px;
    max-width: none;
}

div.thulium-chat-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 99 !important;
}

.homeslider .material-icons {
    color: #453750;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    transition: background 0.3s ease;
}

.homeslider .material-icons:hover {
    background: rgba(255, 255, 255, 0.7);
}

#category #deliveryCountdownBlock .showdeliverytime_small_top {
    display: inline;
}

#category #deliveryCountdownBlock .showdeliverytime {
    display: inline;
    margin-left: 5px;
}

#category #deliveryCountdownBlock .showdeliverytime_small_bottom {
    display: block;
}

/* #cdproductcomparisonplus {
    display: none;
} */

.pixel-productMiniatureFeaturesList__item .feature__icon img {
    width: 20px;
    height: 20px;
}

.homeslider__arrow {
    padding: 0 5px;
}

@media (max-width: 991px) {
    .homeslider .material-icons {
        min-width: 25px;
        min-height: 25px;
        width: 30px;
        height: 30px;
    }
}

#guestOrderTrackingForm header,
#guestOrderTrackingForm .form-group {
    margin-bottom: 20px;
}

#guest-tracking table.product-table .product-line__cell--img img {
    width: 60px;
    height: 60px;
    min-width: 60px;
}

#guest-tracking table.product-table .product-line__cell--prod,
#guest-tracking table.product-table .product-line__cell--price,
#guest-tracking table.product-table .product-line__cell--qty,
#guest-tracking table.product-table .product-line__cell--total {
    vertical-align: middle !important;
}

#guest-tracking table.product-table .product-line__cell--prod {
    vertical-align: middle !important;
}

#guest-tracking table.product-table .product-line__cell--price .price,
#guest-tracking table.product-table .product-line__cell--qty .price,
#guest-tracking table.product-table .product-line__cell--total .price {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.search-result__products .product-miniature.product-miniature--smaller .product-miniature__thumb img {
    min-height: 105px;
    max-height: 105px;
    width: 105px;
 }

@media (max-width: 767px) {
    .product-table thead {
        display: none;
    }

    .product-table tr {
        display: block;
        margin-bottom: 0.5rem;
        border: 1px solid #eee;
        padding: 0.25rem;
    }

    .product-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        padding: 0.2rem 0.5rem;
        text-align: right;
        min-height: auto;
    }

    .product-table td::before {
        content: attr(data-title);
        font-weight: bold;
        font-size: 0.85rem;
    }

    .product-line__cell--img,
    .product-line__cell--prod {
        display: block !important;
        text-align: center !important;
        padding: 0.25rem !important;
    }

    .product-line__cell--img::before,
    .product-line__cell--prod::before {
        display: none;
    }

    .product-line__title {
        margin-bottom: 0 !important;
        font-size: 0.9rem;
    }

    .product-line__img {
        width: 60px !important;
        height: auto !important;
        margin: 0 auto;
    }

    #guest-tracking table.product-table .product-line__cell--price .price,
    #guest-tracking table.product-table .product-line__cell--qty .price,
    #guest-tracking table.product-table .product-line__cell--total .price {
        min-height: unset;
    }

    #guest-tracking table.product-table .product-line__cell--img img {
        min-width: 105px;
    }
}

.search-result__products .product-miniature__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    overflow: hidden;
}

.search-result__products .product-miniature__thumb-link {
    display: block;
    width: 100%;
}

.search-result__products .product-miniature__thumb img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    width: auto;
}

#category #js-product-list .product-miniature__thumb,
#index .product-slider__item .product-miniature__thumb {
    padding: 0;
}

#category #mpm_faqs_form_container header, #cms #mpm_faqs_form_container header {
    background: #733D75;
}

#category #mpm_faqs_form_container header .section__title {
    color: #fff;
}


#category #mpm_faqs_form_container #mpm_faqs_form_sub_title {
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: 300;
    color: #453750;
    margin-bottom: 0px;
    padding: 10px;
}

#email-alert-modal.tebim-modal-active {
    display: block;
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,0.6);
}

#email-alert-modal.tebim-modal-active .modal-dialog {
    display: block;
    margin: 10vh auto;
    z-index: 10001;
}

#quickordermodal_sets .modal-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 15px;
    border-bottom: none;
}

#quickordermodal_sets .close {
    align-self: flex-end;
    margin: 0;
    padding: 10px;
}

#quickordermodal_sets .modal-title {
    width: 100%;
    margin-top: 10px;
}

@media (min-width: 991px) {
    #quickordermodal_sets .modal-header {
        flex-direction: row;
        align-items: center;
        padding-left: 70px;
        padding-right: 70px;
        text-align: center;
    }

    #quickordermodal_sets .modal-title {
        margin-top: 0;
    }

    #quickordermodal_sets .js-mailalert .modal-header {
        padding-left: 0;
        padding-right: 0;
    }
}

.mpm-faqs-form-button {
    background-color: #4A244B;
 }

.grid-align-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.left-elements {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.tebim_quantity_touchspin_wrapper {
    display: flex;
    justify-content: center;
}

.right-elements {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.price_set {
    display: block;
    width: 100%;
}

.tebim_quantity_touchspin_wrapper {
    margin-left: 0;
    margin-right: 0;
}

.tebim-set-atc-wrapper {
    text-align: center;
}

.tebim-set-atc-wrapper strong {
    display: inline-block;
    text-align: left;
    min-width: 100px;
    margin-bottom: 2px;
    line-height: 1;
    vertical-align: bottom;
}

.add-to-cart-sets {
    margin-top: 0 !important;
}

th.tebim_sets_quantity {
    text-align: left;
}

.price_set {
    white-space: nowrap !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    width: 100% !important;
}

.price_set .save {
    display: block !important;
    width: fit-content !important;
}

@media (max-width: 991px) {
    .tebim_set_th_availability {
        display: none;
    }

    .tebim-set-atc-wrapper strong {
        min-width: 60px;
    }

    .price_set .save {
        display: none !important;
    }
    .tebim_sets_inner.grid-align-container {
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
    }
}

.sets_quantity_div span {
    display: inline-block;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .tebim_sets_inner .save {
        min-width: 38px;
    }

    .tebim_sets_inner .price_set {
        min-width: 48px;
    }

    #quickordermodal_sets_data .grid-align-container {
        gap: unset;
    }
    #quickordermodal_sets .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
    #quickordermodal_sets .modal-content {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.tebim_sets_quantity span{
    text-align: left;
}

.boxes-search-form-advanced-options-box-checkbox__wrapper .form-control::placeholder {
    font-size: 0.625rem;
    line-height: 0.9375rem;
    font-weight: 600;
    color: #818181;
}

@media (max-width: 991px) {
    .subscription_image_section {
        justify-content: flex-end;
        padding-right: 0;
    }

    .block_newsletter__image {
        margin-left: auto;
        margin-right: 0;
        display: block;
    }
}

#checkout .cart-summary__wrapper #cart-subtotal-products {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.cart-detailed-products-line-right .product-line-grid.custom-grid-fix {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.cart-detailed-products-line-right .custom-grid-fix .product-info-left {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 20px;
    max-width: none;
    width: auto;
}

.cart-detailed-products-line-right .custom-grid-fix .product-line-grid__block--total {
    text-align: right;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
}

.custom-grid-fix .product-line-grid__title {
    font-weight: bold;
    margin-bottom: 2px;
}

.custom-grid-fix .product-quantity-info {
    color: #666;
    font-size: 0.9rem;
}

.custom-grid-fix .price {
    display: block;
    font-size: 1rem;
}

.custom-grid-fix .tax-label {
    display: block;
    font-size: 0.8rem;
    color: #666;
}

.cart-detailed-products-line-right .cart-items.has-scroll {
    max-height: 360px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
    border-right: 1px solid #f1f1f1;
}

.has-scroll::-webkit-scrollbar {
    width: 6px;
    display: block;
}

.has-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.has-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

@-moz-document url-prefix() {
    .has-scroll {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }
}

.PM_ASShowCriterionsGroupHidden {
    display: none;
}

#category .product-prices.mb-3 {
    margin-bottom: 0 !important;
}

#category .products-list__block--grid .ts-wdg-loc-pl-wrapper,
#index .product-miniature .product-price .ts-wdg-loc-pl-wrapper {
    display: none;
}
.quantity_tax_txt {
    font-size: 10px;
    color: #180C1880;
}
.quantity_net_txt {
    font-size: 11px;
}
.gross_val_quantity_value {
    color: #180C1880;
    font-weight: 400;
}
.net_val_quantity_value {
    font-size: 13px;
}
.simpleblog-inline-products ul li {
    padding: 2px 5px !important;
}

.products-list__block--grid .stickers-box .img-sticker.position-3 {
    right: 30px;
}

.simpleblog-inline-products .product-additional-info {
    justify-content: center !important;
    column-gap: 0.625rem;
}

#module-ph_simpleblog-single .simpleblog__post__content ul li {
    margin: 10px 0 0 10px !important;
    color: #ffffff;
}