@font-face {
    font-family: "Halloween Secret";
    src:
        url("../fonts/HalloweenSecret/HalloweenSecret.woff2") format("woff2"),
        url("../fonts/HalloweenSecret/HalloweenSecret.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Halloween Secret";
    src:
        url("../fonts/HalloweenSecret/HalloweenSecret.woff2") format("woff2"),
        url("../fonts/HalloweenSecret/HalloweenSecret.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Luckiest Guy";
    src:
        url("../fonts/LuckiestGuy-Regular.woff2") format("woff2"),
        url("../fonts/LuckiestGuy-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Hero New Bold";
    font-style: normal;
    font-weight: normal;
    src:
        local("Hero New ExtraBold"),
        url("../fonts/hero-new-webfont/Hero New ExtraBold.woff") format("woff");
}
@font-face {
    font-family: "Attack Of Monster";
    src:
        url("../fonts/AttackOfMonster/AttackOfMonsterRegular.woff2") format("woff2"),
        url("../fonts/AttackOfMonster/AttackOfMonsterRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* banner timer */
.innerpage-banner-countdown {
    position: absolute;
    top: 27.32%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    left: clamp(2%, 9.3vw, 8.1%);
}

.innerpage-banner-wrapper {
    position: relative;
}

/* Each countdown box */
.innerpage-banner-countdown .time-box {
    /* width: calc(1.9vw + 10px);
    height: calc(1.9vw + 10px);
    background: transparent;
    margin: 0 calc(0.15vw);
    line-height: 1;
    position: relative;
    border: calc(0.15vw) solid #634e39;
    border-radius: calc(0.35vw + 4px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible; */
    margin: 0 clamp(2px, 0.2vw, 4.8px);
}

/* BIG number (digit) */
.innerpage-banner-countdown .time-box .time-countdown {
    /* color: #634e39;
    font-size: calc(1.35vw + 3px);
    background: transparent;
    font-weight: 600;
    line-height: 1;
    display: block;
    transform: translateY(calc(0.35vw + 3px)); */
    color: #614f3a;
    font-size: clamp(13px, 1.5vw, 22px);
    background: transparent;
    font-weight: 700;
    width: clamp(24px, 2.4vw, 65px);
    height: clamp(22px, 2.4vw, 65px);
    max-width: 50px;
    max-height: 50px;
    border-radius: clamp(2px, 0.6vw, 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: clamp(1px, 0.2vw, 3px) solid #614f3a;
    line-height: 5px;
}

/* Label (HRS / MIN / SEC) */
.innerpage-banner-countdown .time-box .time-countdown-label {
    /* color: #634e39;
    text-transform: uppercase;
    font-size: calc(0.45vw + 2px);
    width: auto;
    display: block;
    letter-spacing: calc(0.12vw);
    text-align: center;
    margin-top: calc(0.28vw);
    transform: translate(0px, calc(0.7vw + 4px)); */
    display: block;
    color: #614f3a;
    padding: 0px 0px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: clamp(2px, 0.6vw, 9px);
    line-height: 0px;
    margin-top: clamp(5.5px, 0.6vw, 9px);
    text-align: center;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hide unused text */
.innerpage-banner-countdown .time-ends-in {
    display: none;
}
.innerpage-banner-countdown .time-separator {
    display: none;
}

/* /banner timer */
/* globel css */
.btn-outline-secondary {
    background-color: transparent;
    background-image: none;
    border-color: var(--secendery);
    color: var(--secendery);
}
.reset-btn {
    border: none;
    position: absolute;
    right: 0px;
    bottom: -11px;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--primary);
    color: white;
    border-radius: 15px;
    font-size: 13px !important;
}
.innerpage-banner-wrapper img {
    width: 100%;
}
/* globel css */
.page-content h5,
.page-content h5 > b,
.page-content h5 > b > b,
.page-content h5 > strong {
    color: var(--secendery);
    font-weight: 600;
    font-size: 0.95rem;
}
/* swaste-bxcover - table*/
.swaste-bxcover.sswaste-bxcover {
    border-color: #5f6c86;
    overflow: auto;
}
.swaste-bxcover table.table {
    margin-bottom: 0;
}
.swaste-bxcover table.table tr.bx-swaste-cvr th {
    border-top: 0;
    font-size: 14px;
}
tr.bx-swaste-cvr th {
    border-bottom: none;
}
.swaste-bxcover table tr th:nth-child(3) {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}
.swaste-bxcover table tr th:nth-child(2) {
    border-right: 1px solid #dee2e6;
}
.swaste-bxcover table tr th:nth-child(4) {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}
.variant-choice tr {
    border-top: 1px solid #c2c2c2;
    cursor: pointer;
}
.variant-choice tr th {
    font-size: 15px;
    font-weight: 400;
}
.variant-choice th {
    display: flex;
    align-items: center;
}
.variant-choice th,
.variant-choice td {
    padding: 5px 10px !important;
    border-top: none !important;
}
.variant-choice td:nth-child(2) {
    border-right: 1px solid #dee2e6;
    font-weight: 600;
    font-size: 14px;
}
.variant-choice td:nth-child(3) {
    text-align: center;
    font-size: 14px;
}
.variant-choice td:nth-child(4) {
    text-align: center;
    font-size: 14px;
}
.variant-choice tr th input {
    width: 17px;
    height: 17px;
    margin-right: 9px;
}
.variant-choice th label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
}
.variant-choice label {
    margin-bottom: 0;
}
.variant-choice tr:hover {
    background-color: #e2e2e2;
}
.variant-choice .swaste-link input.variant-oos + label:after,
.variant-choice .swaste-link input.variant-oos + label:before,
tbody.variant-choice input.variant-oos + label:after {
    display: flex;
    font-size: 14px;
    text-align: center;
    line-height: 1.1;
}
.swaste-link input.variation:disabled + label:after,
.swaste-link input.variant-oos + label:after,
tbody.variant-choice input.variant-oos + label:after {
    content: "(Out Of Stock)";
    position: absolute;
    font-size: 11px !important;
    display: inline !important;
    filter: none;
    color: var(--red);
    width: 100%;
    left: 0;
    bottom: -20px;
}
/* /variant */

/* start -- procut-realated box */
.product-related-desc-box {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-right: 0;
    padding: 0.75rem 0.85rem;
    margin-top: 1rem;
}
.product-related-desc-box:last-child {
    border-right: 1px solid #f1f1f1;
}
.product-related-desc-box .box-icon {
    margin: 0;
    display: inline-block;
    font-size: 2rem;
    color: var(--secendery);
}
.product-related-desc-box .box-icon .hnp-fast-delivery-icon {
    font-size: 2.6rem;
}
.product-related-desc-box .box-text {
    margin: 0;
    display: inline-block;
    padding-left: 5px;
}
.product-related-desc-box .box-text strong {
    font-size: 0.95rem;
    color: var(--secendery);
    display: inline-block;
    font-weight: 600;
    width: 100%;
}
.product-related-desc-box .box-text .product-review-star {
    position: relative;
    top: -2px;
    float: left;
}
.product-related-desc-box .box-text .product-review-star i {
    font-size: 0.85rem;
}
.product-related-desc-box .box-text .product-review-client-count {
    font-size: 0.8rem;
    position: relative;
    top: 2px;
    left: 5px;
    float: left;
}
.product-related-desc-box p {
    margin: 0;
    font-size: 12px;
    display: block;
    width: 100%;
    float: left;
}
.product-related-desc-box p a {
    color: #222;
}
.product-related-timer-box {
    margin-top: 1rem;
}
.product-related-timer-box .box-timer {
    background-color: #28406e;
    text-align: center;
}
.product-related-timer-box .box-icon {
    font-size: 30px;
}
.product-related-timer-box .box-text h4 {
    font-size: 1rem;
    color: var(--secendery);
    display: inline-block;
    font-weight: 500;
    width: 100%;
    margin: 0 0 0 0.75rem;
    padding: 0;
}
.product-related-timer-box .box-text p {
    margin: 0;
}
.product-related-timer-box .box-timer .timer-block {
    width: 3rem;
    height: 3rem;
    border-radius: 0.25rem;
    border: 1px solid #fff;
    color: #000;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 1.2rem;
    color: #fff;
}
.product-related-timer-box .box-timer .time-text {
    font-size: 0.725rem;
    display: block;
}
/* end -- procut-realated box */
.product-name {
    min-height: 60px;
    overflow: hidden;
    padding: 0;
}
body:not(.document-loaded) {
    pointer-events: none;
}
.product-details-content .product-heading h1 {
    font-weight: 700 !important;
    color: #222 !important;
    display: block;
    margin: 0;
    font-size: 1.5rem;
    line-height: 2.1rem;
}
.product-reference {
    font-size: 0.9rem;
}
.price-code {
    margin-top: 14px !important;
}
.rating-star {
    flex-wrap: wrap;
}
.product-heading .nuo-small-img a {
    max-width: 100px;
    display: block;
    margin-left: auto;
}
.edit-price-inner {
    display: flex;
    align-items: flex-end;
}
.edit-price .h2.product-selling-price {
    font-size: 32px;
    font-weight: 600;
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.status-row {
    display: flex;
    gap: 10px;
}
/* /product-image */
/* product-quantity */
.product-quantity-wrapper .btn {
    width: 40px;
    padding: 0;
    background-color: var(--secendery);
    color: #ffffff;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    font-size: 0.7rem;
}
.product-quantity-wrapper .input-group .input-number {
    text-align: center;
    font-weight: 600;
    font-size: 100%;
    border: none !important;
    border-width: 0 1px !important;
    width: 50px;
    height: 50px;
    max-width: initial !important;
    font-feature-settings: "pnum" on, "lnum" on;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 80%;
    cursor: pointer;
    background-color: transparent !important;
}
.w-50.basket {
    flex: 1;
    padding: 0 15px;
}
.product-addto-basket {
    position: relative;
}
.price-code .wrap-content > div {
    color: #495057;
    font-weight: 600;
}
.price-code .wrap-content > div span:not(.product-average-rating) {
    font-weight: 400;
}
.checkout-cover {
    padding: 16px 0;
    border: 1px solid #e0dede;
    border-width: 1px 0;
    margin-top: -1px !important;
}
.edit-price {
    border-bottom: 1px solid #e0dede;
    padding-bottom: 15px;
    position: relative;
}
.btn.btn-green.product-addto-basket-btn.text-decoration-none.w-100 {
    color: #fff;
    font-weight: 500;
    border-radius: 12px;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 100%;
}
.product-you-may-need-btn,
.similaritems-btn {
    background: var(--primary);
    border-color: var(--primary);
    border-radius: 12px;
    padding: 13px 40px;
    font-size: 0.9rem;
    color: #fff !important;
    border: none;
    text-align: center;
    margin-left: 20px;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-addto-basket i.fas.fa-shopping-basket {
    margin-right: 0;
    font-size: 20px;
}
span#add-to-wishlist {
    height: 45px;
    width: 50px;
    display: grid;
    place-content: center;
    border-color: #ced4da;
    border-radius: 10px;
    padding: 0;
    background-color: #fff;
}
span#add-to-wishlist:hover i.far.fa-heart {
    color: #fff !important;
}
.accordion i.fas.fa-pound-sign {
    color: #009cde !important;
}
.bottom-service-wrapper .bottom-service-box .service-box-icon .box-icon-square svg {
    font-size: 1.6rem;
}
.bottom-service-wrapper .bottom-service-box .service-box-icon .box-icon-square:after {
    content: "";
    right: -8px;
    top: 35%;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--secendery);
}
/* /product-quantity */
/* in stock */
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}
input#product-postcode {
    border-right: none;
}
input#product-postcode::placeholder {
    font-size: 14px;
}
#delivery_check_btn {
    background: var(--primary);
    border-color: var(--primary);
    border-left: none;
    font-weight: 600;
    color: #fff;
    border-radius: 0 14px 14px 0;
    padding: 12px 20px;
}
.input-group input::placeholder {
    font-size: 16px;
    font-weight: 400;
}
/* /in stock */
/* alert-label */
div#stock-block {
    height: 100%;
}
.alert-label-success {
    border-left: 0.5rem solid var(--green);
    color: var(--green);
    background-color: #f6fef1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.alert-label p:first-child {
    font-size: 16px;
}
.alert-label p:first-child strong {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.alert-label {
    border-radius: 14px;
    background-color: #fff;
    border: 2px solid;
    padding: 15px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.alert-label i {
    margin-right: 0.3rem;
}
.alert-label p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}
.free-delivery-available p.free-delivery-text {
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 13px;
}
.alert-label-info {
    border: 1px solid var(--secendery);
    color: #ffffff;
    background-color: var(--secendery);
    border-radius: 14px;
}
.alert-label.alert-label-info.w-100 input {
    border-radius: 14px;
    border: 1px solid white;
}
.alert-label-warning {
    color: #d76e06;
}
.alert-label-danger {
    color: var(--primary);
}
.alert-label-blue {
    border: 2px solid #17a2b8;
    color: #17a2b8;
}
.alert-label-muted {
    color: var(--muted);
}
.alert-label-heading {
    color: var(--secendery);
}
#product-description .alert-label > p {
    margin-bottom: 0.25rem;
}
.alert-label-danger a.similiar-item-btn {
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
}
.alert-label-danger a.similiar-item-btn:before {
    content: "W";
    background-image: url(https://www.heatandplumb.com/acatalog/images/icons/FaExchangeAlt__danger.svg);
    background-repeat: no-repeat;
    color: transparent;
    background-position: center;
    background-size: contain;
    margin-right: 7px;
    display: inline-block;
}
/* /alert-label */
/* Product Description */
.accordion .card {
    background: #fff !important;
    margin-bottom: 1rem;
    box-shadow: 0 0 15px #273b5e2b;
    border: 1px solid #c2c2c2;
    overflow: hidden;
    border-radius: 5px;
}
.accordion .card-header {
    padding: 0;
    border: none;
    background-color: transparent;
}
.accordion .card-header .btn {
    padding: 10px 16px;
    color: #222;
    display: flex;
    align-items: center;
    font-weight: 600;
    background-color: #f9f9f9;
    border-bottom: 1px solid #c2c2c2;
    border-radius: 0;
    line-height: 22px;
}
.accordion .card-header .btn:after {
    content: "";
    width: 15px;
    height: 2.1px;
    background: #000;
    margin-left: auto;
    float: right !important;
    font-size: 1.2rem;
    font-weight: 400;
    transition:
        transform 0.2s ease,
        -webkit-transform 0.2s ease;
}
.accordion .card-header .btn.collapsed:after {
    content: "+";
    font-size: 26px;
    font-weight: 400;
    margin-left: auto;
    float: right !important;
    font-family: "font awesome 5 free";
    padding-right: 10px;
    font-weight: 600;
    transition:
        transform 0.2s ease,
        -webkit-transform 0.2s ease;
    height: auto;
    background-color: transparent;
}
.accordion .card:last-child .card-header .card-header .btn::after {
    background: transparent !important;
}
.card-header:hover h2 button {
    text-decoration: none;
}
#product-description p,
#product-description div,
#product-description h3,
#product-description ul {
    margin-bottom: 1.5rem;
}
span.showmore-product-info {
    padding-bottom: 1px;
    border-bottom: 1px solid;
    text-decoration: none;
    margin: 16px auto;
    display: block;
    max-width: max-content;
}
.product-description h3,
.product-description h4 {
    font-weight: 600;
    color: var(--secendery);
    font-size: 0.95rem;
}
.product-description ul,
.product-description ol {
    margin-left: 0;
    padding-left: 1.5rem;
}
.product-description table {
    width: 100%;
    font-size: 0.9rem;
}
.product-description tr:nth-child(odd) {
    background-color: #f8f9fa;
}
.product-description tr {
    border-bottom: 1px solid #f1f1f1;
}
.product-description th,
td {
    padding: 0.65rem;
    vertical-align: top;
}
.product-description th {
    width: 40%;
}
.col-md-6.row.pb-3 {
    margin: 0;
    padding: 0;
}
.col-md-6.row.pb-3 .product-document-icon {
    padding: 0;
}
.product-document-icon svg {
    font-size: 2rem;
    color: #222;
}
.product-document-info {
    margin: 3px 0;
    font-size: 0.72rem;
    padding-left: 0;
}
.product-document-title strong {
    font-weight: 500;
}
.product-document-info-wrapper .col-md-6:hover .product-document-icon,
.product-document-info-wrapper .col-md-6:hover .product-document-title {
    color: var(--primary);
}
a.btn.btn-secondary {
    text-decoration: none;
}
.product-details-content .product-wish-icon i {
    font-size: 17px;
    cursor: pointer;
    font-weight: 400;
    color: var(--primary);
}
.product-favourite-btn i {
    font-size: 1rem;
    color: #27282f;
    font-weight: 400;
    transform: rotate(0);
    transition: transform 0.5s ease;
    height: 100%;
}
.product-favourite-btn:hover {
    background-color: var(--primary);
    -webkit-transition: all 100ms ease;
}
.product-favourite-btn:hover i svg {
    color: #fff;
    transform: rotate(360deg);
}
/* /Product Description */
/* signature-page */
.swaste-bxcover.sswaste-bxcover.variant-select-box,
.swaste-bxcover.sswaste-bxcover.variation-select-box {
    display: block;
    width: auto;
}
.swaste-topbx.sswaste-topbx p {
    color: #222;
    font-size: 14px;
    margin: 0;
    font-weight: 700;
    padding-right: 15px;
}
body .variant-select-box .swaste-btmbx.sswaste-btmbx,
body .variation-select-box .swaste-btmbx.sswaste-btmbx {
    width: 100% !important;
    margin-left: -15px;
    margin-top: 10px;
    padding: 10px 0 !important;
}
.swaste-btmbx select {
    border: 1px solid #19294a;
    border-radius: 5px;
    padding: 7px 10px;
    width: auto !important;
    margin: 0 15px !important;
    font-size: 14px;
}
.swaste-link input:checked + label {
    border: 3px solid var(--green);
    border-radius: 12px;
}
.category_type4.swaste-link input:checked + label::before {
    content: "\2713";
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    right: -8px;
    top: 3%;
    transform: translateY(-50%);
    background-color: var(--green);
    padding: 0px 0px;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category_type4 input + label {
    position: relative;
    margin-bottom: 7px;
}
.category_type2 label img {
    border-radius: 10px;
}
.product-faq {
    background-color: #fff;
    border: 1px solid var(--secendery);
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
    gap: 15px;
}
.product-faq-title {
    font-weight: 600;
}
.product-faq-title span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 2px;
}
.product-faq-title p {
    margin: 0;
}
.product-faq-body {
    font-size: 0.85rem;
}
.product-faq-body select.form-control {
    border-color: var(--secendery);
    color: #282828;
}
.offer-code-msg {
    background-color: #000;
    color: #00f139;
    padding: 7px 10px;
    border: 0;
    box-shadow: none;
    float: left;
    width: 100%;
    margin-top: 5px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}
@media (max-width: 991px) {
    .innerpage-banner-wrapper a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .innerpage-banner-wrapper a {
        padding-top: 12%;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        display: block;
    }
}
/* /signature-page */
/* variant-block */
.swaste-bxcover {
    margin-top: 0 !important;
    width: 100%;
}
.swaste-btmbx {
    padding: 15px 0 0 !important;
}
.swaste-btmbx ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: start;
    flex-wrap: wrap;
}
.swaste-btmbx li {
    padding-right: 10px;
    list-style: none;
    font-size: 0.9rem;
    padding-bottom: 15px;
}
button.swaste-link {
    border: none;
    background: 0 0;
    position: relative;
    display: block;
}
.swaste-link input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 99;
}
.swaste-link.category_type1 label {
    background-color: #fff;
    border-radius: 6px;
    border-color: var(--secendery);
    font-weight: 600;
    font-size: 14px;
    color: #19294a;
    border: 1px solid #19294a;
    padding: 5px 15px;
    margin: 0;
    position: relative;
}
.swaste-link.category_type1 input:checked + label {
    background: var(--secendery);
    color: #fff;
}
/* /variaant-block */
/* product-heading */
.alert-label svg {
    margin-right: 0.3rem;
}
.custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
}
.custom-checkbox input {
    display: none;
}
.custom-checkbox label {
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    background-color: #6f706f;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    padding: 4px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.custom-checkbox label svg {
    fill: white;
    margin-right: 7px;
}
.custom-checkbox span {
    display: inline-block;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
    white-space: nowrap;
}
.custom-checkbox span:before {
    transform: rotate(-55deg);
    top: 0.9rem;
    left: 0.37rem;
}
.custom-checkbox span:before,
.custom-checkbox span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}
.custom-checkbox span:after {
    transform: rotate(50deg);
    bottom: 0.38rem;
    left: 0.26rem;
}
.custom-checkbox input[type="checkbox"]:disabled + label {
    background-color: #a6a6a6;
    color: white;
}
i.fas.fa-check.text-green {
    font-size: 0.85rem;
    margin-right: 3px;
}
/* /product-heading */
.product-details-content li {
    font-size: 0.9rem;
}
.btn.disabled,
.btn:disabled {
    background: #757575 !important;
    border: 1px solid #757575 !important;
    opacity: 1;
}
.qc-variation {
    padding: 0;
    max-width: 100%;
}
.qc-variation tr.active {
    background: var(--secendery) !important;
    color: #fff;
}
.qc-variation tr th input:checked {
    background-image: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgMzAgMzAnPjxjaXJjbGUgY3g9JzE1JyBjeT0nMTUnIHI9JzE1JyBmaWxsPSdyZ2IoNjgsMTU5LDcwKScvPjxwYXRoIGZpbGw9J3JnYigyNTUsMjU1LDI1NSknIGQ9J00xMS43IDIzLjZMNSAxNi43bDMuMy0zLjQgMy40IDMuNCAxMC0xMC4zTDI1IDkuOXonLz48L3N2Zz4=);
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
}
.qc-variation ul li {
    list-style: none;
    display: flex;
    border-bottom: 1px solid #c2c2c2;
    padding-left: 5px;
}
.qc-variation ul li input {
    filter: hue-rotate(25deg);
    width: 16px;
}
.qc-variation ul li label {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin: 0;
    transition: 0.3s;
    padding-left: 21px;
    margin-left: -21px;
}
.qc-variation ul li p,
.qc-variation ul li b {
    padding: 5px 10px;
    margin: 0;
}
.qc-variation ul li p {
    flex: 1;
}
.product-addto-basket a.disabled + button.btn-for-warn {
    display: block;
    z-index: 9;
}
.product-details-content button {
    font-size: 0.9rem;
}
button.btn-for-warn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
}
p.fill-watn {
    margin: 0;
    padding: 10px;
    background-color: var(--primary);
    color: #fff;
    position: relative;
}
p.fill-watn:before {
    content: "";
    height: 12px;
    width: 12px;
    top: 0;
    left: 0;
    background: var(--primary);
    position: absolute;
    transform: translate(20px, -50%) rotate(45deg);
}
#successProdAdded svg {
    width: 120px;
    margin: 0 auto;
}
.swaste-topbx.sswaste-topbx {
    display: flex;
    align-items: center;
}
#product-description li {
    margin-bottom: 0.25rem;
}
.accordion .card:last-child .card-header .btn:not(.collapsed)::after {
    background: #fff;
}
.finance-summary-wrapper .finance-summary-box .card .card-header {
    display: block !important;
    background-color: var(--secendery);
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 0.5rem 0;
}
.finance-summary-wrapper .finance-summary-box .finance-summary-title {
    background-color: #fff;
    padding: 0.25rem 0.625rem;
    font-size: 0.825rem;
    width: 50%;
    font-weight: 500;
    display: inline-block;
    text-align: left;
}
.finance-summary-wrapper .finance-summary-box .finance-summary-number {
    font-weight: 600 !important;
    width: 50%;
    padding: 0 0.625rem;
    display: inline-block;
    font-size: 0.85rem;
    text-align: right;
}
.finance-summary-wrapper .finance-summary-box ul li {
    padding: 0;
}
.finance-summary-wrapper .finance-summary-box .card {
    border: 1px solid #f1f1f1 !important;
}
.product-reviews-count span {
    cursor: pointer;
    transition: 0.3s;
    text-decoration: underline;
}
.product-reviews-count span:hover {
    color: var(--primary);
}
.swaste-link.category_type1 input.variation:disabled + label:after,
.swaste-link.category_type1 input.variant-oos + label:after {
    content: "(Out Of Stock)";
    position: static;
    font-size: 10px !important;
    display: inline !important;
    filter: none;
    color: var(--primary);
}
.swaste-link input:disabled + label {
    color: #a7a7a7;
    background: rgb(167 167 167 / 18%);
    border: 1px solid #a7a7a7;
}
.swaste-link input:disabled,
option:disabled {
    cursor: not-allowed;
}
span#add-to-wishlist.add-favourite {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
}
span#add-to-wishlist.add-favourite i {
    color: #fff;
}
/* edit-price */
.price-right-block {
    padding-left: 15px;
    border-left: 2px solid var(--green);
}
.edit-price-inner {
    display: flex;
    align-items: flex-end;
}
.price-right-block p {
    margin: 2px 0;
    font-size: 13px;
}
.price-right-block p:first-child {
    color: var(--green);
}
.price-right-block p:last-child {
    font-weight: 500;
}
.price-right-block p:last-child span {
    position: relative;
}
.price-right-block p:first-child b {
    color: var(--green);
    font-weight: 600;
}
/* /edit-price */
.swaste-link.category_type1 input:checked + label {
    border: 1px solid var(--secendery);
}
/* product-tiles-calc-box */
.product-tiles-calc-box {
    border-radius: 0.325rem;
    padding: 1rem;
}
.product-tiles-calc-box .tiles-box {
    color: #fff;
    text-align: left;
    font-size: 0.875rem;
    padding: 0.65rem 0.7rem;
    border-radius: 0.325rem;
}
.product-tiles-calc-box .tiles-box > i {
    font-size: 1.225rem;
    margin-right: 0.425rem;
    display: inline-block;
}
.total-meter-input,
.total-box-input {
    text-align: center;
}
.\37 mixcategory2box table tr th:nth-child(2) {
    border-right: none;
    text-align: center;
}
.\37 mixcategory2box table tr td:last-child,
.\37 mixcategory2box table tr th:last-child {
    text-align: center;
}
.\37 mixcategory2box table tr th:nth-child(3) {
    border-right: 1px solid #dee2e6;
}
.\37 mixcategory2box .variant-choice td:nth-child(2) {
    border-right: none;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}
.\37 mixcategory2box .variant-choice td:nth-child(3) {
    border-right: 1px solid #dee2e6;
    font-weight: 600;
    font-size: 14px;
}
/* /product-tiles-calc-box */
/* product-upsell */
.swate-box .swaste-btmbx ul li {
    padding: 0 3px;
    padding-bottom: 15px;
    width: 100%;
    max-width: 290px;
    margin-bottom: 17px;
}
.swate-box ul li button {
    width: 100%;
}
.swate-box .swaste-btmbx ul li label {
    width: 100%;
    max-width: 272px;
    outline: 1px solid #757575;
    border-radius: 8px;
    padding: 9px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    text-align: initial;
    height: 100%;
    margin-bottom: 0;
}
.swate-box .swaste-btmbx ul li label img {
    width: 70px;
    height: 70px;
}
.swate-box .swaste-link input:checked + label {
    outline: 3px solid var(--green) !important;
}
.swate-box-details h3 {
    font-size: 13px;
    margin: 0;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}
.swate-box-details p {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
}
.swate-box .swaste-btmbx ul li:first-child {
    margin-left: 0;
}
.swate-box-details-price h5 {
    margin: 0;
}
.swate-box-details-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swate-box-details-price h5 {
    margin: 0;
    font-size: 0.7375rem;
}
.swate-box-details-price p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: var(--primary);
}
.swate-box-details-price i {
    margin-right: 5px;
}
.swaste-topbx.sswaste-topbx p i.fas.fa-check {
    margin-right: 7px;
}
.swate-box-details {
    padding: 0 9px;
    width: 100%;
    padding-right: 0;
}
.swate-box .swaste-link input.variation:disabled + label:after,
.swate-box .swaste-link input.variant-oos + label:after,
.swate-box tbody.variant-choice input.variant-oos + label:after {
    display: none !important;
}
.swate-box .swaste-btmbx button {
    padding: 0;
    height: 100%;
}
.swate-box .swaste-link input:checked + label {
    outline: 2px solid var(--secendery);
    border: none;
}
.swate-box .swaste-btmbx ul {
    align-items: inherit !important;
}
/* swaste-link */
.variant-box .category_type4 input + label span {
    width: 100%;
    border: 2px solid var(--secendery);
    max-width: 120px;
    background: var(--secendery);
    color: #fff;
    padding: 4px 0;
    display: block;
    font-size: 13px;
    border-radius: 0 0 10px 10px;
}
.variant-box .category_type4 input + label img {
    width: 120px;
    height: 120px;
    border-radius: 10px 10px 0 0;
}
.\37 mixcategory2box table tbody tr th .config-product + label:after {
    display: none !important;
}
.variant-choice th,
.variant-choice td {
    font-size: 14px !important;
}
.size-hight-width {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-style: dashed;
    background-color: #d9d9d9;
    padding: 25px 10px;
    font-weight: 500;
}
.size-hight-width-p {
    font-weight: 500;
}
/* product color css */
.custom-colour-main {
    border-bottom: 1px solid #e0dede;
}
.select-color {
    background-color: #ffffff;
}
.custom-colour-main .alert-label-info {
    background-color: transparent !important;
    color: var(--secendery);
    text-align: left;
}
.custom-colour-main .alert-label p:first-child strong {
    justify-content: start;
}
.radio-button .form-check-label .colour-image {
    width: 44px;
    height: 25px;
    padding: 0;
    border: none;
}
.select-color table {
    width: 100%;
    font-size: 0.9rem;
    border: 1px solid #f1f1f1;
}
.select-color table tbody img {
    width: 50px;
    max-height: 60px;
    border: 1.5px solid gray;
    padding: 2px;
    object-fit: cover;
    object-position: center;
}
.select-color table thead tr {
    background-color: #f9f9f9 !important;
    border: 1px solid #dddddd;
}
.select-color tr:nth-child(odd) {
    background-color: #f8f9fa;
}
.select-color tr {
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}
.select-color th,
td {
    padding: 0.65rem;
    vertical-align: middle;
}
.radio-button {
    gap: 15px;
    display: flex;
    align-items: center;
}
.form-check-label {
    gap: 15px;
    display: flex;
    align-items: center;
}
.radio-button input:checked {
    background-image: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgMzAgMzAnPjxjaXJjbGUgY3g9JzE1JyBjeT0nMTUnIHI9JzE1JyBmaWxsPSdyZ2IoNjgsMTU5LDcwKScvPjxwYXRoIGZpbGw9J3JnYigyNTUsMjU1LDI1NSknIGQ9J00xMS43IDIzLjZMNSAxNi43bDMuMy0zLjQgMy40IDMuNCAxMC0xMC4zTDI1IDkuOXonLz48L3N2Zz4=);
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
}
.radio-button input {
    height: 17px;
    width: 17px;
}
.radio-button label {
    cursor: pointer;
}
.select-color-btn {
    border-radius: 6px;
    border-color: var(--secendery);
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #19294a;
    padding: 5px 15px;
    margin: 0;
    background: var(--secendery);
    color: #fff;
}
.select-color-btn-main input {
    border: none;
    background: transparent;
}
.select-color-btn-main img {
    max-width: 25px;
}
.select-color tr.active,
.select-color table tbody tr:hover {
    background: var(--secendery) !important;
    color: #fff;
}
.colour-thumb {
    width: 48px;
    height: 28px;
    overflow: hidden;
}
#selected-color {
    font-size: 13px;
}
.custom_finish_lists .list_name {
    text-align: center;
    background-color: #f9f9f9;
    padding: 15px 10px;
    border-radius: 5px;
    font-size: 1.25rem;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    font-weight: 500;
}
.custom_finish_lists .list_description {
    background-color: #f9f9f9;
    padding: 15px 10px 0;
    border-radius: 5px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}
.custom_finish_lists .important_note {
    background-color: #fff0db;
    padding: 15px 10px 0;
    border-radius: 5px;
    border: 1px solid #fff0db;
    margin-bottom: 20px;
    color: #d66e05;
    border-left: 10px solid #feba19;
}
.custom_finish_lists .important_note h5 {
    font-size: 0.9375rem;
    font-weight: 700;
}
.custom_finish_lists h5 {
    font-weight: 500;
}
.custom-colour-options-disc {
    font-weight: 500;
    padding-top: 10px;
}
.product-large-image .slick-dotted.slick-slider {
    margin-bottom: 0;
}
body button.swaste-link {
    padding: 0 10px 0 0;
}
/* media qeury */
@media (max-width: 1600px) {
    .swate-box .swaste-btmbx ul li label {
        max-width: 100%;
    }
    .swate-box .swaste-btmbx ul li {
        width: 100%;
        max-width: 50%;
        padding: 0 3px;
        padding-bottom: 0px;
    }
    .swate-box ul li button {
        width: 100%;
    }
    .swate-box .swaste-btmbx button {
        padding: 0 5px;
    }
}
@media (max-width: 1024px) and (min-width: 767px) {
    .product-heading .nuie-image {
        width: 20% !important;
        padding-left: 15px !important;
    }
    .product-heading .wrap-content {
        flex-wrap: wrap !important;
    }
    .modal-addto-basket-product .btn {
        font-size: 0.675rem;
    }
}
@media (min-width: 1360px) and (max-width: 1537px) {
    .alert-label.alert-label-success.w-100 p:last-child {
        font-size: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1359px) {
    p.free-delivery-text {
        padding-bottom: 12px;
    }
}
@media (min-width: 911px) and (max-width: 1089px) {
    .product-you-may-need-btn,
    .similaritems-btn {
        padding: 13px 10px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) and (max-width: 910px) {
    .product-quantity-wrapper .input-group .input-number {
        width: 32px;
        height: 32px;
        padding: 0;
    }
    .product-quantity-wrapper .btn {
        width: 30px;
        height: 30px;
        min-width: 30px;
        border-radius: 10px;
    }
    .w-50.basket {
        padding: 0 5px;
    }
    .product-you-may-need-btn,
    .similaritems-btn {
        margin-left: 8px;
        padding: 15px 10px;
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .custom-breadcrumb {
        margin-bottom: 0.5rem;
    }
    .product-details-content .product-heading h1 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .product-heading .nuie-image {
        width: 60px !important;
        margin-top: 6px;
    }
    .swate-box .swaste-btmbx ul li {
        max-width: 100%;
    }
    .custom-checkbox label {
        font-size: 10px;
        padding: 5px 10px;
    }
    #product-upsell .card-body {
        padding: 20px;
    }
    .product-delivery-status {
        font-size: 10px;
    }
    .product-heading .nuie-image {
        display: none;
    }
    .wishlist-block {
        margin-left: 10px;
    }
}
@media (min-width: 768px) {
    span.showmore-product-info {
        display: none;
    }
    span#add-to-wishlist:hover {
        color: #fff;
        background: var(--primary);
        border-color: var(--primary);
    }
    span#add-to-wishlist:hover i {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .product-you-may-need-btn,
    .similaritems-btn {
        order: 1;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .alert-label,
    .alert-label-info {
        border-radius: 10px;
    }
    .alert-label.alert-label-info.w-100 input {
        border-radius: 10px;
    }
    #delivery_check_btn {
        border-radius: 0 10px 10px 0;
    }
    .variant-choice th label {
        font-size: 12px;
    }
    .swaste-bxcover table.table tr.bx-swaste-cvr th {
        font-size: 13px;
        white-space: nowrap;
    }
    .swaste-topbx.sswaste-topbx p:last-child {
        white-space: nowrap;
        padding-right: 0;
    }
    .page-content h3 > b,
    .page-content h3 > strong {
        font-size: 0.95rem;
    }
    .swaste-btmbx li {
        padding-right: 0;
        padding-left: 0;
    }
    .variant-choice th,
    .variant-choice td {
        font-size: 12px !important;
    }
    .w-50.basket {
        padding: 0 9px;
    }
    .edit-price {
        justify-content: center !important;
    }
    span#add-to-wishlist {
        height: 50px;
        width: 50px;
        display: grid;
        place-content: center;
        border-color: #ced4da;
        border-radius: 5px;
        padding: 0;
        background-color: #fff;
    }
    body a.product-name-link {
        line-height: 1.2;
    }
    .product-price {
        text-align: left;
        padding: 5px 0 !important;
    }
    .product-ftr {
        font-size: 0.65rem;
        padding: 0 5px 5px;
    }
    .product-status span {
        font-size: 0.65rem;
    }
    .product-variations .product-variation-text > div {
        padding: 2px 6px !important;
        font-size: 10px;
        font-weight: 500;
    }
    body .product-quantity-wrapper .input-group .input-number {
        width: 40px;
        max-width: 40px !important;
        height: 50px !important;
        padding: 0;
    }
    .stay-connected-box {
        padding: 0px 10px;
    }
    /* /product-item-media-query */
    .custom-breadcrumb {
        display: none;
    }
    .price-code .wrap-content > div {
        font-size: 12px;
        color: #495057;
        font-weight: 600;
    }
    .price-code .wrap-content > div span:not(.product-average-rating) {
        font-weight: 400;
    }
    span.product-reviews-count span {
        text-decoration: underline;
    }
    .price-code .wrap-content > div.rating-star {
        margin-top: 10px !important;
        width: 100%;
    }
    .product-heading .wrap-content {
        flex-wrap: wrap !important;
    }
    .price-code div > div:nth-child(2) {
        margin-right: 0;
    }
    .invisible.rating-star {
        display: none;
    }
    .status-row div:first-child {
        width: 60px;
        padding: 2px 5px !important;
    }
    .status-row div:first-child img {
        max-width: 100%;
        object-fit: contain;
        width: 100%;
    }
    .finance-text {
        width: calc(100% - 76px);
    }
    body .product-quantity-wrapper .btn {
        height: 50px;
        width: 50px;
        font-size: 12px;
        min-width: 40px;
        border-radius: 8px;
    }
    body .btn.product-addto-basket-btn {
        padding: 16px 6px !important;
        font-size: 1rem !important;
    }
    span#add-to-wishlist {
        height: 40px;
        width: 45px;
    }
    .product-document-title strong {
        font-weight: 500;
        min-height: 25px;
        margin-bottom: 8px;
        display: flex;
        align-items: flex-end;
    }
    .checkout-cover .w-50.basket {
        padding: 0;
        padding: 0 0 0 9px;
        flex: none;
        width: calc(100% - 150px) !important;
    }
    .alert-label {
        padding: 10px !important;
    }
    .product-ref,
    .product-rating {
        font-size: 12px !important;
    }
    .accordion .card-header .btn {
        font-size: 14px;
        padding: 10px;
    }
    .accordion .card-body {
        padding: 10px;
    }
    .product-description p,
    .product-description ul li,
    #finance-nav-tabContent ol li {
        font-size: 0.75rem;
        text-align: justify;
    }
    span.showmore-product-info:hover {
        color: var(--primary);
    }
    .product-description th,
    .product-description td {
        padding: 8px 10px;
        font-size: 12px;
    }
    .product-description th {
        width: 50%;
    }
    .recently-product-wrapper {
        padding: 10px 0 !important;
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }
    .product-favourite-btn {
        display: block;
    }
    body.modal-open {
        margin-right: 17px;
        overflow: hidden !important;
    }
    /* /add to basket responsive */
    .checkout-cover {
        flex-wrap: wrap;
        position: relative;
    }
    .innerpage-banner-wrapper a {
        padding-top: 12%;
    }
    .variant-choice ul {
        margin: 0;
        padding: 0;
    }
    .product-addto-basket a.disabled + button.btn-for-warn {
        background: #fff;
        display: block !important;
    }
    .addto-basket-btn-fixed button {
        border-radius: 0 !important;
        padding: 7px 0 !important;
    }
    .addto-basket-btn-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9;
        border-radius: 0 !important;
        transition:
            opacity 0.4s,
            visibility 0.2s;
        width: 100%;
    }
    button#disable_cart_btn {
        color: #fff;
        font-weight: 600;
        border-radius: 5px;
        font-size: 0.9rem;
        outline: none;
        border: none;
        display: none;
    }
    .addto-basket-btn-fixed a#product_addto_basket_btn {
        border-radius: 0;
    }
    .swaste-link input.variation:disabled + label:after,
    .swaste-link input.variant-oos + label:after,
    tbody.variant-choice input.variant-oos + label:after {
        bottom: -16px;
        font-size: 10px !important;
    }
    .recently-product-wrapper .recently-product-heading p.product-title {
        font-size: 18px;
    }
    .recently-product-wrapper .recently-product-heading p {
        font-size: 12px;
    }
}
@media (max-width: 575px) {
    body .variant-box .category_type4 input + label img {
        height: 110px;
        width: 110px;
    }
    body .variant-box .category_type4 input + label span {
        font-size: 12px;
    }
    body .offer-code-msg {
        font-size: 13px;
    }
}
/* Product Gallery Start */
.product-image {
    position: sticky;
    display: block;
    width: 100%;
    max-height: inherit;
    cursor: pointer;
    overflow: hidden;
    top: 10px;
}
.mainProductImage {
    max-height: inherit;
    visibility: visible;
    opacity: 1;
    display: block;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition: opacity 1s ease;
}
.mainProductImage.slick-initialized.slick-slider {
    overflow: hidden;
}
.mainProductImage .slick-arrow {
    width: 2.3rem;
    height: 2.3rem;
    text-align: center;
}
.mainProductImage .slick-prev {
    left: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.mainProductImage .slick-next {
    right: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.product-large-image .slick-slide > div {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    cursor: zoom-in;
}
.product-large-image .slick-slide > div picture,
.product-large-image .slick-slide > div img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.mainProductImage .click-zoom-img {
    display: none;
    cursor: pointer;
    left: 37%;
    top: 42%;
    position: absolute;
    width: auto;
    text-align: center;
    z-index: 1;
}
.product-thumb-image {
    margin-right: -5px;
    width: calc(100% + 5px) !important;
}
.product-image > div:not(:first-child) {
    float: left;
}
.mainProductImageThumb {
    position: relative;
    margin-top: 1.2rem;
    cursor: default;
}
.mainProductImageThumb .draggable .slick-track {
    transform: none !important;
    width: 100% !important;
}
.mainProductImageThumb .slick-track {
    float: left;
}
.mainProductImageThumb .slick-slide {
    margin-right: 0;
    max-width: 16.66% !important;
    width: 100% !important;
    cursor: pointer;
    display: block;
}
.mainProductImageThumb .slick-slide.slick-current .product-slider-image {
    border-color: #ccc;
    margin-top: 0;
}
.mainProductImageThumb .slick-slide .product-slider-image {
    padding: 0;
    width: calc(100% - 5px) !important;
    margin-right: 5px;
    border: 1px solid transparent;
    height: auto;
}
.mainProductImageThumb .slick-arrow {
    display: none !important;
}
.mainProductImageThumbPopup {
    width: 100%;
    max-height: 630px;
    overflow-y: auto;
    overflow-x: hidden;
}
.mainProductImageThumbPopup .slick-track {
    display: block;
}
.mainProductImageThumbPopup .slick-track {
    width: 100px !important;
    overflow-y: auto;
    transform: inherit !important;
    max-height: -webkit-fill-available;
    height: auto;
}
.mainProductImageThumbPopup .slick-slide {
    display: block;
    float: none;
    clear: both;
    width: 90px !important;
    height: 90px !important;
    margin-bottom: 10px;
    cursor: pointer;
}
.mainProductImageThumbPopup .slick-slide.slick-current .product-slider-image {
    border-color: #ccc;
}
.mainProductImageThumbPopup .slick-slide .product-slider-image {
    border: 1px solid transparent;
    padding: 5px;
}
.productSliderPopup .modal-body .close {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 30px;
    height: 30px;
    background-color: #222;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    border-radius: 50px;
    opacity: 1;
    outline: none;
}
.productSliderPopup {
    background: #fff none repeat scroll 0 0;
    padding: 0;
    border: 2px solid #222;
    position: relative;
}
.productSliderPopup .modal-content {
    border-radius: 0;
}
@media (max-width: 767px) {
    body .product-image {
        min-height: 345px;
    }
    .mainProductImageThumb {
        margin-top: 0.5rem;
    }
    #product-main-image-popup .mainProductImageThumbPopup {
        display: none;
    }
}
/* Product Gallery End */

/* youmay-need-product Start */
.youmay-need-product-item:nth-child(even) {
    background-color: #fff;
}
.youmay-need-product-item {
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 0.5rem;
    border: 1px solid #f1f1f1;
    padding: 0.8rem 0;
}
.youmay-need-product-title .h5 {
    font-size: 1rem;
    color: #222;
    font-weight: 500;
}
.youmay-need-product-item .need-product-description {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.youmay-need-product-item .need-product-description .need-product-name {
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    flex: 1;
}
.youmay-need-product-item .need-product-description .need-product-refrence-code {
    width: 100%;
    font-weight: 600;
    font-size: 0.875rem;
    margin-top: 0.2rem;
}
.youmay-need-product-item .need-product-description .need-product-price {
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--primary);
    display: inline-block;
    max-width: max-content;
    float: left;
    line-height: normal;
}
.youmay-need-product-item .need-product-description .need-product-price del {
    font-size: 14px;
}
.youmay-need-product-item .need-product-description .need-product-status {
    font-size: 0.875rem;
}
.upsell_in_cart {
    border: 1px solid var(--green);
}
.main_item_in_cart .custom-checkbox label {
    background-color: var(--green);
}
.youmay-need-product-item .need-product-image a {
    padding-top: 100%;
    position: relative;
    display: block;
    width: 100%;
}
.youmay-need-product-item .need-product-image a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
}
.upsell_in_cart .added-success-product {
    display: flex !important;
    align-items: center;
    gap: 5px;
    color: var(--green);
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
@media (max-width: 991px) {
    .youmay-need-product-item {
        padding: 0.3125rem;
    }
    .youmay-need-product-item .need-product-image {
        padding: 0;
        align-items: baseline !important;
    }
    .youmay-need-product-item .need-product-description .need-product-name {
        font-size: 0.625rem;
        line-height: 0.875rem;
    }
    .youmay-need-product-item .need-product-description .need-product-refrence-code {
        margin-top: 0;
        font-size: 0.625rem;
    }
    .youmay-need-product-item .need-product-description .need-product-price del {
        font-size: 8px;
    }
    .youmay-need-product-item .need-product-description .need-product-status,
    .youmay-need-product-item .need-product-description .need-product-price {
        font-size: 0.625rem;
    }
    .upsell_in_cart .added-success-product {
        margin-top: 10px;
        font-size: 9px;
        line-height: normal;
        align-items: baseline;
    }
    .upsell_in_cart .added-success-product svg {
        transform: translateY(1px);
    }
}
/* youmay-need-product End */

/* Product Reviews Start */
.accordion .card-header .btn span {
    margin-left: 15px;
    font-size: 12px;
    font-weight: 500;
}
.reviews-topbx {
    background: #f9f9f9;
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}
.reviews-topbx span {
    color: var(--primary);
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}
p.reviewer b {
    font-weight: 600;
    color: #222222;
}
.reviews-topbx span i {
    margin-right: 8px;
}
.review-bx {
    padding-top: 15px;
    border-bottom: 1px solid #ececec;
}
.review-stars {
    margin-bottom: 5px;
    display: block;
}
.accordion h3,
.accordion h5 {
    font-size: 0.95rem;
}
p.review-date,
p.reviewer {
    color: #707070;
    margin-bottom: 15px;
}
.write-review-popup .modal-content {
    border-radius: 0;
    border: 2px solid #222;
}
.write-review-popup .modal-body .close {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 30px;
    height: 30px;
    background-color: #222;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    border-radius: 50px;
    opacity: 1;
    outline: none;
}
.write-review-popup .modal-content .modal-title {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0.625rem;
    color: #000;
    font-weight: 600;
}
.write-review-popup.show .col-lg-4 {
    border-right: 1px solid #ececec;
}
.write-review-popup .modal-body .retingImg {
    max-width: 100%;
    padding: 0;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px grey;
}
.write-review-popup .modal-body h5 {
    font-size: 0.975rem;
    color: var(--secendery) !important;
    font-weight: 600;
}
ul.ratingDescUl {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    font-size: 13px;
}
.write-review-popup .ratingDescUl li {
    display: block;
}
ul.ratingDescUl label {
    font-weight: 600;
}
.write-review-popup .modal-body h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
}
.write-review-popup.show .col-lg-4 {
    border-right: 1px solid #ececec;
}
table.ratingTable {
    width: 100%;
    display: block;
}
table.ratingTable tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
table.ratingTable tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.write-review-popup .ratingTable > tbody > tr > td:first-child {
    padding-left: 0;
}
.write-review-popup .ratingTable > tbody > tr > td {
    border: 0;
}
.write-review-popup .ratingTable > tbody > tr > th {
    font-weight: 600;
    width: 170px;
    text-align: left;
    font-size: 15px;
}
table.ratingTable td,
table.ratingTable th {
    display: block;
    text-align: center;
}
table.ratingTable td > i {
    font-size: 16px;
    background: #f9f5f4;
    height: 40px;
    width: 40px;
    display: inline-grid;
    place-content: center;
    border-radius: 50%;
    color: var(--primary);
}
.write-review-popup .ratingTable > tbody > tr > th + td {
    padding: 4px;
}
span.rating_start:not(.active) {
    color: #cecece;
}
span.selectedRating strong {
    font-weight: 500;
    font-size: 14px;
}
.review-form-cvr {
    width: calc(100% - 30px);
    margin: 0 auto;
    background: #f9f5f4;
    padding: 10px;
    border-radius: 5px;
}
.write-review-popup .modal-body .review-form {
    margin-top: 0.5rem;
}
.rating_start.rated_star {
    color: var(--yellow);
}
.recently-product-wrapper .recently-product-heading p.product-title {
    font-size: 22px;
    text-align: center;
    margin: 0;
    color: #222;
    padding: 0.625rem 0 !important;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    background: 0 0;
    margin-bottom: 8px;
}
.recently-product-wrapper .recently-product-heading p.product-title:before {
    height: 2px;
    content: "";
    width: 100px;
    background: var(--primary);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .write-review-popup .modal-body .close {
        z-index: 99;
        position: fixed;
        height: 2.5rem;
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
        text-align: right;
        padding: 0 1rem;
        background-color: var(--secendery);
    }
    table.ratingTable {
        font-size: 14px;
    }
    .write-review-popup .ratingTable > tbody > tr > th {
        width: calc(100% - 60px);
    }
    .write-review-popup .ratingTable > tbody > tr > th + td {
        padding-left: 50px;
    }
}
/* Product Reviews End*/

/* Items Added to Your Basket Modal Start */
.modal.fade:not(.in).right .modal-dialog {
    transform: none;
    margin-right: -100px;
    transition: 0.5s;
    max-width: 880px;
    height: 100%;
}
.modal.fade:not(.in).right.show .modal-dialog {
    margin-right: 0 !important;
}
body .modal {
    z-index: 1000000;
    padding-right: 0;
}
#addToBasketModal {
    padding: 0 !important;
    margin: 0 auto;
}
#addToBasketModal .modal-content {
    border-radius: 0;
    border: none;
    height: 100%;
    overflow: auto;
    background-color: #f9f8f7;
}
#addToBasketModal .modal-dialog {
    pointer-events: all;
    margin-top: 0;
    margin-bottom: 0;
}
#addToBasketModal .modal-body {
    padding-bottom: 90px;
}
.modal-addto-basket-product-info {
    width: 100%;
    display: block;
}
.modal-addto-basket-product-info .product-heading h6 {
    margin: 0;
}
.modal-addto-basket-product-info .product-main-price {
    width: 100%;
    display: block;
}
.modal-addto-basket-product-info .product-main-price .main-price {
    color: var(--primary);
    font-weight: 600;
    font-size: 1.1rem;
    margin-right: 0.5rem;
}
.modal-basket-extra-product .extra-product-list {
    padding: 0;
    margin-top: 0.5rem;
    margin-bottom: 0;
    max-height: 4rem;
    overflow-y: auto;
}
.modal-basket-extra-product .extra-product-list li {
    list-style-type: none;
    font-size: 14px;
}
.modal-basket-extra-product .extra-product-list li i {
    margin-right: 0.3rem;
}
#addToBasketModal .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 17px;
    background-color: #f9f8f7;
    z-index: 9;
    padding: 5px 0;
}
a.float-right i:before {
    content: "" !important;
    height: 10px;
    width: 10px;
    border: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-right: 8px;
    padding: 0;
    border-width: 3px 3px 0 0;
    display: block;
}
.modal-addto-basket-footer button.text-muted i:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid var(--muted);
    border-width: 0 0 2px 2px;
    transform: rotate(45deg);
    display: block;
}
.product-price .product-sale-price {
    font-size: 20px;
}
.product-price .product-sale-price.discount-price,
.need-product-price.discount-price {
    color: var(--primary);
}
.product-price .product-sale-price ~ del {
    font-size: 12px;
}
.modal-also-need-content {
    margin-top: 0.8rem;
    min-height: 300px;
    max-height: inherit !important;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    clear: both;
}
#addToBasketModal .product-img > a {
    padding-top: 60%;
}
#addToBasketModal .product-title {
    font-size: 14px;
}
#addToBasketModal .product-price.px-3.py-2 {
    width: 100%;
    max-width: max-content;
    float: left;
}
#addToBasketModal .modal-header {
    padding: 8px 16px;
}
#addToBasketModal .before-you-continue-label {
    margin-bottom: 0;
    background-color: var(--secendery);
    margin-top: 0.5rem;
}
#addToBasketModal .before-you-continue-label h6 {
    margin-bottom: 0;
    padding: 0.6rem;
    text-align: center;
    font-weight: 500;
    color: #fff !important;
}
#addToBasketModal .shop-continue {
    background-color: transparent;
    border: none;
}
#addToBasketModal .custom-checkbox {
    margin-top: -35px;
    max-width: max-content;
    margin-left: auto;
    padding: 0 0 10px;
}
#addToBasketModal .custom-checkbox label {
    background-color: var(--green);
}
#addToBasketModal .custom-checkbox label svg {
    fill: #fff;
    margin-right: 7px;
}
#addToBasketModal .product-item.upsell-in-cart .custom-checkbox label {
    background-color: var(--primary);
}
#addToBasketModal .custom-checkbox input:disabled + label {
    background-color: #818181;
}
#addToBasketModal .product-ftr {
    display: none;
}
#addToBasketModal .product-item.upsell-in-cart .custom-checkbox:before {
    content: "Added";
    position: absolute;
    top: 2px;
    right: 1px;
    font-size: 13px;
    background-color: var(--primary);
    border-radius: 8px;
    padding: 1px 13px;
    color: white;
    z-index: 3;
    pointer-events: none;
}
#addToBasketModal .product-item.upsell-in-cart .custom-checkbox:after {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="%23FFFFFF"><path d="M9 17.25L3.75 12 5.182 10.568l3.818 3.818L18.818 4.568 20.25 6l-11.25 11.25z"/></svg>');
    height: 18px;
    width: 18px;
    background-size: contain;
    left: 12px;
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-color: var(--primary);
    background-position: center;
    background-repeat: no-repeat;
    top: 4px;
}
#addToBasketModal .save-1 {
    padding: 5px 4px;
    border-radius: 7px;
    font-size: 9px;
}
.added-to-your-basket-product-accordion-card {
    font-size: 16px;
    margin-left: -5px;
    margin-right: -5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 10px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    overflow: hidden;
}
.added-to-your-basket-product-accordion-card:hover {
    box-shadow: 0 5px 10px rgb(179 177 177);
}
.added-to-your-basket-product-accordion-heading {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    z-index: 5;
    margin-bottom: 0;
    padding: 15px 10px;
    color: #222;
    display: flex;
    align-items: center;
    font-weight: 600;
    background-color: #f9f9f9;
    border-bottom: 1px solid #c9c9c9;
    border-radius: 0;
    line-height: 22px;
}
.added-to-your-basket-product-accordion-heading:before {
    content: "-";
    position: absolute;
    font-size: 26px;
    font-weight: 300;
    right: 10px;
    top: 11px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.added-to-your-basket-product-accordion-heading.added-to-your-basket-product-heading-active:before {
    content: "+";
}
.added-to-your-basket-product-accordion {
    transition: max-height 0.4s ease;
    max-height: 2000px;
    overflow: hidden;
    background-color: white;
}
.added-to-your-basket-product-accordion.added-to-your-basket-product-accordion-hide {
    transition: max-height 0.4s ease;
    max-height: 0 !important;
    overflow: hidden;
}
#addToBasketModal .product-ref {
    font-size: 14px;
}
#addToBasketModal .product-price .product-sale-price {
    font-size: 16px !important;
}
@media (max-width: 991px) {
    #addToBasketModal .modal-header {
        z-index: 99;
        position: fixed;
        height: 2.5rem;
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
        text-align: right;
        padding: 0 1rem;
        background-color: var(--secendery);
        align-items: center;
        color: #fff;
    }
    #addToBasketModal .modal-header .modal-title {
        font-size: 1rem;
    }
    #addToBasketModal .modal-header .close {
        position: relative;
        background-color: transparent;
        color: #fff;
        opacity: 1;
        text-shadow: none;
        font-weight: 400;
    }
    #addToBasketModal .modal-body {
        margin-top: 2rem;
    }
    #addToBasketModal .modal-footer .btn {
        order: 2;
        font-size: 14px;
        padding: 5px 14px;
        border-radius: 4px;
        margin: 0;
    }
    #addToBasketModal .modal-footer {
        z-index: 999;
        height: auto !important;
        right: 0;
        width: 100%;
    }
    #addToBasketModal .modal-also-need-content .row {
        margin: 0;
    }
    #addToBasketModal .before-you-continue-label h6 {
        font-size: 0.75rem;
        font-weight: 400;
    }
    #addToBasketModal .custom-checkbox {
        margin-top: -30px;
    }
    #addToBasketModal .custom-checkbox label {
        font-size: 9px;
        padding: 5px 5px;
    }
    #addToBasketModal .product-item.upsell-in-cart .custom-checkbox:before {
        top: 2px;
        right: 2px;
        padding: 2px 8px;
        font-size: 10px;
    }
    #addToBasketModal .product-item.upsell-in-cart .custom-checkbox:after {
        height: 13px;
        width: 16px;
        left: 3px;
        background-size: contain;
        top: 5px;
    }
    #addToBasketModal .shop-continue {
        order: 2;
        font-size: 14px;
    }
    #addToBasketModal .modal-also-need-content {
        padding: 0;
    }
    #addToBasketModal .product-price .product-sale-price {
        font-size: 13px !important;
    }
    .product-price .product-sale-price ~ del {
        font-size: 10px;
    }
    #addToBasketModal .product-total-item {
        width: 100%;
        margin: 0 !important;
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        border: 1px solid #eee;
        padding: 5px 10px 3px;
        border-radius: 40px;
        margin-bottom: 6px !important;
    }
    #addToBasketModal .product-total-item .total-price {
        margin-left: 10px;
    }
    #addToBasketModal .product-total-item .total-price strong {
        color: var(--primary);
    }
    .added-to-your-basket-product-accordion-card {
        margin-left: 0;
        margin-right: 0;
    }
    #addToBasketModal .product-information {
        padding: 10px 7px 0;
    }
}
@media (max-width: 767px) {
    #addToBasketModal .modal-dialog {
        margin-left: 0;
    }
    #addToBasketModal .product-title {
        font-size: 11px;
    }
    .modal-addto-basket-product-info .product-heading h6 {
        margin: 0;
        font-size: 14px;
    }
    .added-to-your-basket-product-accordion-heading {
        font-size: 14px;
    }
}
/* Items Added to Your Basket Modal End */

/* alternative-products Section Start */
.alternative-products-main {
    border-radius: 6px;
}
p.alternative-products-product-title {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: -8px;
}
.alternative-products-main .product-item-list {
    border: 1px solid #d0d0d087;
}
.alternative-products-main a.product-name-link {
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.alternative-products-main .product-information.pt-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    min-height: 145px;
}
.alternative-products-main .product-price del {
    font-size: 14px;
}
.alternative-products-main .product-price .product-sale-price ~ span {
    line-height: 15px;
}
.alternative-products-main .product-rating,
.alternative-products-main .product-ref {
    display: none;
}
body .alternative-products-main .product-price {
    padding-top: 0.25rem !important;
    padding-bottom: 5px !important;
}
body .alternative-products-main .product-price .product-sale-price {
    font-size: 15px !important;
}
.alternative-products-main .product-status span {
    gap: 4px;
}
.alternative-products-main button.slick-arrow.slick-disabled {
    display: none !important;
}
.alternative-products-product-slider .col-12.p-0.mb-3 {
    margin-bottom: 0 !important;
}
.alternative-products-product-slider .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.alternative-products-product-slider .slick-next {
    right: 2px;
}
.alternative-products-product-slider .slick-prev {
    left: 6px;
}
.alternative-products-product-slider .product-status {
    gap: 7px;
}
.alternative-products-product-slider .product-badge .product-badge-sale {
    font-size: 10px;
}
@media (max-width: 767px) {
    .recently-product-wrapper.alternative-products-main {
        margin-top: 1rem !important;
    }
    .alternative-products-main .product-title {
        padding: 0 5px !important;
    }
    body .alternative-products-main .product-price {
        padding-left: 0 !important;
    }
    .alternative-products-main .product-status {
        padding: 5px 0 !important;
    }
    body .alternative-products-main .stock-status-border {
        border-top: 1px solid #e0dede !important;
    }
    .alternative-products-main .product-status span {
        font-size: 10px;
    }
    .alternative-products-main .product-ref {
        bottom: 28px;
    }
    .alternative-products-main a.product-name-link {
        font-size: 14px;
    }
    .alternative-products-main .product-information {
        min-height: auto;
    }
}
/* alternative-products Section End */
@media (min-width: 991px) and (max-width: 1024px) {
    .subcategory-product .subcategory-product-title {
        padding: 6px 10px;
        max-height: 65px;
        font-size: 12px;
    }
    a.product-name-link {
        font-size: 12px;
    }
    .product-item {
        padding: 0 5px;
    }
}
h4.added-to-your-basket-product-heading {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.added-to-your-basket-product .product-item {
    padding: 0 5px;
}
.added-to-your-basket-product {
    margin: 0 -5px;
}
.variant-choice ul {
    margin-left: 0;
    padding-left: 0;
}
.combination-box-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 10px !important;
    align-items: center;
    margin-bottom: 1rem;
}
.combination-box-buttons button {
    background-color: #fff;
    border-radius: 6px;
    border-color: var(--secendery);
    font-weight: 600;
    font-size: 14px;
    color: #19294a;
    border: 1px solid #19294a;
    padding: 5px 15px;
    margin: 0;
}
.variant-button {
    background-color: #fff;
    border-radius: 6px;
    border-color: var(--secendery);
    font-weight: 600;
    font-size: 14px;
    color: #19294a;
    border: 1px solid #19294a;
    padding: 5px 15px;
}
.combination-box-buttons .variant-button img {
    height: 100%;
    width: 35px;
    border-radius: 6px 0 0 6px;
    border-right: 1px solid #19294a;
}
.combination-box-buttons .variant-button.combination_swatches {
    display: flex;
    align-items: center;
    padding: 0px 12px 0 0;
    gap: 10px;
}
.combination-box-buttons .variant-button.selected {
    border-radius: 12px;
    background-color: var(--secendery);
    color: white;
}
.combination-box-buttons .variant-button.combination_swatches.selected img {
    border-radius: 12px 0 0 12px;
}
.combination-box-buttons .variant-button.selected {
    border-radius: 12px;
    background-color: var(--secendery);
    color: white;
}
.variant-button.disabled {
    background-color: #c6c6c657;
    color: #575757;
    cursor: no-drop;
    opacity: 0.5;
}
.swaste-link input.config-product.variant-disable + label:after {
    content: "";
    position: absolute;
    display: inline !important;
    filter: none;
    width: 100%;
    inset: 0;
    background-color: #c6c6c657;
    border-radius: 10px;
}
.swaste-link input.config-product.variant-disable {
    pointer-events: none;
}
.swaste-link input.config-product.variant-disable + label {
    cursor: no-drop;
    opacity: 0.5;
}
.swaste-link.category_type1 input:checked + label:before {
    content: "\2713";
    font-size: 10px;
    color: #ffffff;
    position: absolute;
    right: -7px;
    top: 3%;
    transform: translateY(-50%);
    background-color: var(--green);
    padding: 0px 0px;
    border-radius: 4px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 575px) {
    .swaste-btmbx select {
        font-size: 12px;
        margin: 0 !important;
    }
    body .variant-select-box .swaste-btmbx.sswaste-btmbx,
    body .variation-select-box .swaste-btmbx.sswaste-btmbx {
        margin-left: 0;
    }
}
@media (min-width: 1440px) {
    .recently-product-wrapper div.col-xl-3 {
        max-width: 20%;
    }
}
.special-price {
    border: 2px solid var(--orange);
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--orange);
    font-size: 13px;
}
.gap-3 {
    gap: 20px;
}
.spend-get-off label {
    margin: 0;
}
.spend-get-off {
    text-align: center;
    padding-top: 5px;
    padding-right: 10px;
    color: #253960;
}
.special-trade-price span {
    font-weight: 600;
}
.spend-get-off label .remainTradeAmt,
.spend-get-off label .tradePercentage {
    font-weight: 600;
}
.special-price-five-off {
    border: 2px solid var(--primary);
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--primary);
    font-size: 13px;
    font-weight: 600;
}
.special-price-five-off span {
    font-weight: 700;
}
.special-price-deal-of-the-week {
    border: 2px solid #17a2b8;
    padding: 10px 15px;
    border-radius: 10px;
    color: #17a2b8;
    font-size: 13px;
    font-weight: 600;
}
.special-offer {
    border: 2px solid var(--green);
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--green);
    font-size: 13px;
    font-weight: 600;
}
.spend-get-off {
    border: 2px solid var(--orange);
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--orange);
    font-size: 13px;
}
.spend-get-off label {
    margin: 0;
}
.product-price .text-muted {
    line-height: 100%;
}
.product-price .text-muted del {
    font-size: 12px;
}

@media (min-width: 600px) and (max-width: 768px) {
    .innerpage-banner-wrapper a {
        padding-top: 6%;
    }
}