@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.2%);
}

.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 */
iframe {
    max-width: 473px;
}
a:hover {
    text-decoration: none;
}
.slick-list,
.product-brand-slider {
    width: 100%;
}
.section-product-brand p {
    color: var(--secendery);
    font-weight: 600;
    font-size: 1.75rem;
}
/* small utility classes */
.filter-grayscale {
    filter: grayscale(1);
}
.filter-blur {
    filter: blur(5px);
}
/* PAGE / SECTION HEADINGS & PAGE CONTENT */
.page-content .page-heading h1 {
    color: var(--secendery);
    font-weight: 600;
    font-size: 2rem;
    display: inline-block;
}

.page-content h2 {
    color: var(--secendery);
    font-weight: 600;
    font-size: 1.75rem;
}

.page-heading p {
    margin: 0;
}
@media (max-width: 767px) {
    .page-heading p {
        display: none;
    }
}

/* breadcrumb */
.custom-breadcrumb li.breadcrumb-item a,
.custom-breadcrumb li.breadcrumb-item span {
    font-size: 0.825rem;
}
.custom-breadcrumb li.breadcrumb-item a i svg {
    width: 14px;
}
.custom-breadcrumb li.breadcrumb-item span:hover,
.custom-breadcrumb li.breadcrumb-item span {
    color: var(--primary);
    cursor: pointer;
}

/* page heading collapse behavior */
.page-heading.collapse:not(.show) {
    height: 80px !important;
    overflow: hidden;
    display: block;
}
.page-heading.collapsing {
    min-height: 122px !important;
}

/* section page description collapsed */
/* @media (min-width:768px) { */
    .section-page-description .collapse:not(.show) {
        height: 80px;
        overflow: hidden;
        display: block;
    }
    .section-page-description .collapsing {
        min-height: 80px;
    }
/* } */
/* @media (max-width:767px) { */
    .section-page-description .collapse:not(.show) {
        display: block;
    }
/* } */
/* CATEGORY / SLIDERS / THUMB BOXES */
.slider-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section-category {
    width: calc(11.11% - 10px);
    padding: 5px;
    margin: 0 5px;
}
.section-category span {
    font-size: 0.8rem;
    max-width: 150px;
    display: block;
    margin: 0 auto;
    color: var(--secendery);
}
.section-category.active {
    border: 1px solid #253960;
    border-radius: 8px;
    background-color: #fff;
}

.section-category > div a > div {
    padding-top: 80%;
    display: block;
    position: relative;
    overflow: hidden;
}
.section-category > div a .category-icon img {
    height: 100%;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    z-index: 1;
}

/* responsive category tweaks */
@media (max-width: 767px) {
    .section-category {
        width: calc(33.33% - 10px) !important;
        padding: 0;
    }
    .category-icon {
        position: relative;
        padding-top: 100%;
        overflow: hidden;
    }
    .category-icon img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    .section-category a {
        display: block;
        padding: 3px 10px;
    }
}

/* fourth categories style (small card/grid) */
.forth-categories-style {
    margin: 0 -5px;
    display: flex;
    justify-content: center;
}
.forth-categories-box-main {
    padding: 5px;
    max-width: 170px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid transparent;
}
.forth-categories-box {
    padding: 3px;
    display: flex;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
    flex-direction: column;
}
.forth-categories-box-img {
    margin: auto;
    text-align: center;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    height: 100%;
}
.forth-categories-box-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 7px 7px 0 0;
}
.forth-categories-box .forth-categories-box-title {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding: 7px 2px 3px;
    min-height: 46px;
    color: white;
    background: var(--secendery);
    border-radius: 0px 0px 7px 7px;
    height: 100%;
}
.forth-categories-box.active,
.forth-categories-box-main:hover .forth-categories-box {
    border: 1px solid var(--secendery);
}

@media screen and (max-width: 767px) {
    .forth-categories-style {
        flex-wrap: wrap;
        justify-content: start;
    }
    .forth-categories-box .forth-categories-box-title {
        font-size: 11px;
    }
    .forth-categories-box-main {
        padding: 5px;
        max-width: 170px;
        width: calc(33.33%);
    }
}

/* PRODUCT / SUBCATEGORY CARDS */
.subcategory-product {
    border-radius: 10px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    background: #fff;
}
.subcategory-product .subcategory-product-img img,
.subcategory-product .subcategory-product-img picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.subcategory-product a .subcategory-product-img picture {
    position: relative;
    padding-top: 100%;
    display: block;
    overflow: hidden;
}
.subcategory-product .subcategory-product-title {
    color: #fff;
    background-color: var(--secendery);
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: 600;
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
    padding: 0 0.325rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.subcategory-product:hover .subcategory-product-title {
    color: var(--primary);
}
/* product-brand-img */
.product-brand-img {
    width: 100%;
}
.product-brand-img a {
    padding-top: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.product-brand-img a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 10px !important;
}

/* product slider adjustments */
.product-slider-tabs-content .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.product-slider .product-price .product-sale-price {
    font-size: 20px !important;
}
.product-slider .product-price del {
    font-size: 12px;
}
.product-slider .product-information {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.product-slider .product-rating {
    display: none;
}
.product-slider .product-detail {
    border: 1px solid #dadada;
}
.product-slider a.product-name-link {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* smaller devices product slider */
@media (max-width: 767px) {
    .product-slider .product-price .product-sale-price {
        font-size: 16px !important;
        line-height: normal;
    }
    .product-slider .product-status {
        padding: 5px 0 !important;
        gap: 7px;
    }
    .product-slider .slick-arrow {
        width: 1.7rem;
        height: 1.7rem;
    }
    .product-slider .slick-next::before,
    .product-slider .slick-prev::before {
        width: 10px;
        height: 10px;
    }
    .product-slider .product-price del {
        font-size: 10px;
    }
}

/* FILTER / FILTER-BAR / FILTER-ITEMS */
.filter-box {
    margin-bottom: 10px;
    border-bottom: 1px solid #e0dede;
    overflow: hidden;
    padding-bottom: 5px;
}
.filter-header {
    margin: 0;
    padding: 5px 0;
    position: relative;
    border-radius: 0 !important;
    background-color: transparent;
    border: none;
}
.filter-body .card-body {
    padding: 0;
    border-radius: 0;
}
.filter-body ul {
    padding-top: 5px;
    padding-bottom: 5px;
}
.filter-body li {
    list-style-type: none;
    border: 0;
    padding: 0;
    border-radius: 0 !important;
    transition: 0.2s;
    background-color: transparent;
}
.filter-body li .filter-count {
    color: #6c7689;
    font-size: 12px;
}

/* custom checkbox style */
.custom-checkbox {
    position: relative;
    height: 2rem;
    display: inline-flex;
    align-items: center;
}
.custom-checkbox label {
    padding-left: 2rem;
    position: relative;
    font-weight: 500;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 13px;
}
.custom-checkbox input {
    display: none;
}
.custom-checkbox span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #8b8b8b;
    border-radius: 4px;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}
.custom-checkbox span:before,
.custom-checkbox span:after {
    content: "";
    display: inline-block;
    background: #ffffff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}
.custom-checkbox span:before {
    transform: rotate(-55deg);
    top: 12px;
    left: 5px;
}
.custom-checkbox span:after {
    transform: rotate(50deg);
    bottom: 7px;
    left: 3px;
}
.custom-checkbox input:checked ~ span {
    background: var(--primary);
    border-color: var(--primary);
}
.custom-checkbox input:checked ~ span:after {
    width: 7px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.2s;
}
.custom-checkbox input:checked ~ span:before {
    width: 12px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

/* filter action buttons */
.filter-body .card-body button.btn_more,
.filter-body .card-body button.btn_less,
.filter-body .card-body a.btn_more,
.filter-body .card-body a.btn_less {
    background-color: transparent;
    text-align: center;
    box-shadow: none;
    border: 0;
    padding: 10px 0;
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    outline: none;
    color: var(--secendery);
    transition: transform 0.2s ease;
}

/* selected filter items */
.filter-select-item-price {
    font-size: 0.825rem;
    display: table-cell;
    vertical-align: middle;
}
.filter-select-item-delete {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.filter-select-item-delete button {
    background-color: transparent;
    width: 40px;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    height: 21px;
}
.filter-select-item {
    height: 2rem;
    display: table;
    width: 100%;
}
.all-select-item-remove > a {
    font-size: 0.78rem;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px 0;
    text-align: center;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
}
.all-select-item-remove {
    padding: 0 !important;
    text-align: right;
}
.filter-header-label {
    display: flex;
    font-weight: 600;
    font-size: 0.92rem;
    cursor: pointer;
    color: #222;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    line-height: 22px;
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

/* SORTING / SEARCH PAGE HEADER */
.search-page-product-info,
.section-sorting-product-header {
    position: relative;
    margin: 0;
    padding: 0.973rem 0;
    border-bottom: 1px solid #e0dede;
    background-color: transparent;
}
.search-page-product-info .sorting-dropdown,
.section-sorting-product-header .sorting-dropdown {
    width: auto;
    margin-left: 0.5rem;
}
.search-page-product-info .sorting-label,
.section-sorting-product-header .sorting-label {
    margin: 0;
    font-weight: 600;
}
.search-page-product-info .search-page-label,
.section-sorting-product-header .sorting-page-label {
    font-weight: 600;
}
.search-page-product-info .search-page-count,
.section-sorting-product-header .sorting-page-count {
    margin: 0 0.2rem;
    font-weight: 600;
    color: #c42c4e;
}

/* small mobile select styling */
@media (max-width: 767px) {
    body select.sorting-dropdown {
        background-color: #263a5f !important;
        border: 2px solid #263a5f !important;
        margin-left: 7px;
        margin-right: 0 !important;
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
            no-repeat 100% 50%;
        outline-width: 0;
        height: 40px;
        font-size: 0.875rem;
        padding: 4px 8px;
        -webkit-appearance: none;
    }
}

/* BUTTONS / CTA COVER (cntnt-btncover) */
.cntnt-btncover {
    width: 100%;
    box-shadow: 0 0 30px #f9f8f7;
    z-index: 9;
    display: flex;
    position: relative;
    margin-top: -4px;
    justify-content: center;
    align-items: center;
    padding: 10px 0 20px;
}
.cntnt-btncover:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: 0 -9px 15px #f9f9f9;
    background-color: #f9f9f9;
    z-index: -1;
}
.cntnt-btncover i.fas {
    transform: translateY(1px);
    margin-left: 10px;
}

/* "Show More/Less" CTAs behavior */
#module a.collapsed:before {
    content: "Show More";
}
#module a.ctn-btn:not(.collapsed):before {
    content: "Show Less";
}
#module a.ctn-btn:not(.collapsed) i.fas:before {
    content: "\f077";
}
#module a.collapsed,
#module a.ctn-btn:not(.collapsed) {
    display: block;
    border-bottom: 1px solid var(--secendery);
}

/* BTU CALCULATOR (BtucalcDiv / modal .btu-calculator) */
.BtucalcDiv {
    position: absolute;
    right: 0;
    top: -20px;
    display: flex;
    align-items: center;
    max-width: 300px;
    float: none;
    border-radius: 5px;
    overflow: hidden;
    height: 60px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.BtucalcDiv .OrangeBtu {
    width: 3.4375rem;
    background-color: #e28129;
    float: left;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.BtucalcDiv .OrangeBtu img {
    width: 100%;
    max-width: 35px;
}

.BtucalcDiv .BtuCalcRight {
    width: auto;
    float: left;
    padding: 9px 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.BtucalcDiv .BtuCalcRight h5 {
    font-size: 1rem;
    color: #5c5c5c;
    font-weight: 600;
    margin-bottom: 0;
}
.BtucalcDiv .BtuCalcRight h5 span {
    display: block;
    font-size: 10px;
    font-weight: 400;
}

.BtucalcDiv + p {
    margin-top: 8px;
}

/* modal (full-screen / mobile friendly) */
.btu-calculator {
    width: 100%;
}
.btu-calculator .modal-dialog {
    max-width: 1200px;
}
.btu-calculator .btu-calculator-header {
    width: 100%;
    display: block;
    padding: 0.5rem;
    top: 0;
    left: 0;
    z-index: 9;
}
.btu-calculator .btu-calculator-header .btu-calculator-header-icon {
    width: 3.5rem;
    height: 3.5rem;
    float: left;
}
.btu-calculator .btu-calculator-header .btu-calculator-header-text {
    float: left;
}
.btu-calculator .btu-calculator-header .page-heading {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
}
.btu-calculator .btu-calculator-header p {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 0.775rem;
}

.btu-calculator .btu-calculator-header .btu-calculator-label {
    color: #e28128;
    background-color: #fff;
    border-radius: 5px;
    border-bottom: 4px solid #bbb;
    padding: 0.625rem 1.25rem;
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
}
.btu-calculator .btu-calculator-header .close {
    position: absolute;
    top: 2.3rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    opacity: 1;
    padding: 0;
    border-radius: 3px;
    outline: 0;
}

/* mobile specific for BtucalcDiv and modal */
@media (max-width: 767px) {
    .BtucalcDiv {
        position: initial;
        margin: 5px 0 15px;
        height: 3rem;
        max-width: 180px;
    }
    .BtucalcDiv .OrangeBtu {
        width: 2.65rem;
        height: 3rem;
    }
    .BtucalcDiv .BtuCalcRight {
        padding: 7px 8px;
    }
    .BtucalcDiv .BtuCalcRight h5 {
        font-size: 0.9rem;
    }
    .BtucalcDiv .BtuCalcRight h5 span {
        display: none;
    }
    .mobBtucalcDiv {
        display: inline-block;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #f1f1f1;
        background: #fff;
    }
    .mobBtucalcDiv .OrangeBtu {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btu-calculator .modal-content,
    .write-review-popup .modal-content,
    .customer-review-popup .modal-content,
    .modal-addto-basket .modal-content,
    .save-my-basket-popup .modal-content {
        top: 0;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute !important;
        z-index: 999;
        border-radius: 0;
    }
    .btu-calculator .btu-calculator-header .page-heading {
        font-size: 1.1rem;
    }
    .btu-calculator .btu-calculator-header p {
        font-size: 0.625rem;
    }
    .btu-calculator .btu-calculator-header .btu-calculator-label {
        padding: 0.3125rem 1rem;
        font-weight: 500;
        text-align: center;
        width: 70%;
        left: 15%;
    }
    .btu-calculator .btu-calculator-header .close {
        top: 1rem;
        right: 1rem;
        width: 2.5rem;
        height: 2.5rem;
        background-color: #000;
        border-radius: 0;
        color: #fff;
    }
    .btu-calculator .modal-body {
        overflow-y: auto;
    }
    .btu-calculator .modal-body .form-group {
        margin-bottom: 0;
    }
    .btu-calculator .modal-body .form-group .col-form-label {
        font-size: 0.875rem;
    }
    .btu-calculator .modal-footer {
        border: 0 !important;
        padding: 0;
    }
    .btu-calculator .modal-footer .applyBtuFilter {
        border-radius: 0;
        margin-bottom: 1rem;
    }
}

/* BLOG CARDS */
.blog-box {
    background-color: #fff;
    border: 1px solid #e0dede;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-box .blog-img a {
    display: block;
}
.blog-box .blog-img img {
    min-height: 262px;
    width: 100%;
    object-fit: cover;
}
.blog-box .blog-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 20px;
}
.blog-box .blog-info .blog-title {
    flex-grow: 1;
    padding: 0 20px;
}
.blog-box .blog-info .blog-title h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--secendery);
}
.blog-box .blog-info .blog-short-desc p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-box .blog-info .blog-footer {
    font-size: 14px;
    padding: 12px 20px;
    border-top: 1px solid #e0dede;
    display: flex;
    color: #3f3f3f;
    position: relative;
    background-color: #fbfbfb;
}
.blog-box .blog-info .blog-short-desc {
    flex-grow: 1;
    padding: 0 20px;
}

/* BRAND / BRAND PAGES */
.brand-right-side .brand-image-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    padding: 10px;
}
.brand-right-side .brand-image-box .brand-name {
    font-size: 1rem;
    color: #fff;
    padding: 0.85rem 0.3125rem;
    text-align: center;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    line-height: 15px;
    display: none;
    float: left;
    background-color: rgba(37, 57, 96, 0.9);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.brand-right-side .brand-image-box:hover .brand-name {
    width: 100%;
    display: block;
    pointer-events: none;
}

/* TAB / TABS (basic) */
.product-slider-tabs-content {
    background-color: #ffffff;
    padding: 13px 8px 8px;
    border-radius: 0 7px 7px;
    border: 1px solid #b2b2b2;
    margin-top: -0.7px;
}
.tabs-div {
    overflow-y: auto;
}
.tabs-button {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #b2b2b2;
    color: var(--secendery);
    border-bottom: 0;
    background-color: #f4f4f4;
    white-space: nowrap;
}
.tabs-button.active {
    background: var(--secendery);
    border: 1px solid var(--secendery);
    color: #fff;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.tabs-button:last-child {
    border-top-right-radius: 7px;
}
.tabs-button:first-child {
    border-top-left-radius: 7px;
}

  /* page wrapper */

  /* header area */
  .frag_block-header {
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:flex-start;
    margin-bottom:20px;
  }
  .frag_block-title { font-size:28px; font-weight:800; margin:0; color:#112033; }
  .frag_block-intro { color:#586776; line-height:1.65; margin:0; }

  /* subtle divider */
  .frag_block-divider { height:1px; background:linear-gradient(90deg,transparent,#e9eef5,transparent); margin:20px 0; border-radius:2px; }

  /* section card */
  .frag_block-section {
    background:#ffffff;
    border-radius:12px;
    margin-bottom:18px;
    box-shadow: 0 8px 28px rgba(17,32,51,0.06);
    border:1px solid rgba(12,34,56,0.03);
    overflow:visible;
  }
   .frag_block-content {
    background:#ffffff;
    border-radius:12px;
    padding: 30px;
    margin-bottom:18px;
    box-shadow: 0 8px 28px rgba(17,32,51,0.06);
    border:1px solid rgba(12,34,56,0.03);
    overflow:visible;
  }
  .frag_block-section-2{
    background:#ffffff;
    border-radius:12px;
    margin-bottom:18px;
    box-shadow: 0 8px 28px rgba(17,32,51,0.06);
    border:1px solid rgba(12,34,56,0.03);
    overflow:visible;
    padding: 30px;
  }

 

  /* alternating layout */
  .frag_block-row { display:flex; gap:18px; align-items:flex-start; flex-wrap:wrap; }
  .frag_block-col-text { flex:1 1 58%; min-width:240px;padding: 30px; }
  .frag_block-col-media { flex:0 0 40%; max-width:22%; display:flex; align-items:center; justify-content:center; }

  @media (max-width:767.98px) {
    .frag_block-row { flex-direction:column; }
    .frag_block-col-media, .frag_block-col-text { flex-basis:100%; max-width:100%; }
  }

  /* IMAGE: no cropping — full image displayed, height:auto */
  .frag_block-media img {
    width:100%;
    height:auto;            /* IMPORTANT: prevents cropping */
    display:block;
    border-radius:0 12px 12px 0 ;
    box-shadow: 0 10px 30px rgba(12,34,56,0.06);
    transition: transform .35s ease, box-shadow .35s ease;
    max-width:100%;
  }
   .frag_block-media-2 img {
    width:100%;
    height:auto;            /* IMPORTANT: prevents cropping */
    display:block;
    border-radius:12px 0 0 12px ;
    box-shadow: 0 10px 30px rgba(12,34,56,0.06);
    transition: transform .35s ease, box-shadow .35s ease;
    max-width:100%;
  }



  /* alternate order helper */
  .frag_block-reverse { flex-direction: row-reverse; }

  /* small accent under headings */
  .frag_block-underline { width:48px; height:4px; background: #c6294c; border-radius:4px; margin-top:-8px; margin-bottom:12px; }

  /* CTA area */
  .frag_block-cta {
    display:flex; align-items:center; justify-content:space-between;
    gap:12px; padding:12px; border-radius:10px; margin-top:12px;
    background: linear-gradient(90deg, rgba(240,195,109,0.06), rgba(255,255,255,0));
    border:1px solid rgba(12,34,56,0.03);
  }
  .frag_block-cta .call { font-weight:700; color:#112033; }

  /* responsive tweaks */
  @media (max-width:480px){
    .frag_block-title { font-size:20px; }
    .frag_block-media img { max-height:360px; object-fit:contain; }
  }


/* tabs responsive */
@media (max-width: 767px) {
    .tabs-button {
        padding: 8px 10px;
        font-size: 12px;
    }
    .product-slider-tabs-content {
        padding: 10px 5px 5px;
    }
}

/* MISC LAYOUT / RESPONSIVE */

/* four column / grid responsiveness */
@media (min-width: 992px) {
    body div.four-column > .col-xl-3.col-lg-3 {
        width: 25% !important;
        flex: 25% !important;
        max-width: 25% !important;
    }
    .blog-list > .col-xl-3 {
        max-width: 33.33%;
        width: 33.33%;
        flex: 33.33%;
    }
    div.section-page-category > .col-xl-3.col-lg-3 {
        width: 20% !important;
        flex: 20% !important;
        max-width: 20% !important;
    }
}
@media (min-width: 1400px) {
    div.section-page-category.five-column > .col-xl-3.col-lg-3 {
        width: 16.66% !important;
        flex: 16.66% !important;
        max-width: 16.66% !important;
    }
    .subcategory-product .subcategory-product-title {
        padding: 5px 10px;
        min-height: 60px;
        max-height: 60px;
        font-size: 15px;
        background-color: #fff;
        color: var(--secendery);
    }
}

/* mobile adjustments */
@media (max-width: 767px) {
    .custom-breadcrumb {
        display: none;
    }
    .innerpage-banner-wrapper a {
        padding-top: 12.1%;
    }
    .page-content h3,
    .page-content h3 > b,
    .page-content h3 > strong,
    .section-product-brand p {
        font-size: 20px;
    }
    .mobile-section-page-heading h1 {
        font-size: 1.25rem;
        color: var(--secendery);
        font-weight: 600;
    }
}

/* FORMS / SELECT / DISABLED FORM CONTROL HANDLING */
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
    -webkit-appearance: none;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

/* disabled anchor buttons */
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #d9365a;
    border-color: #a20f30;
}

/* SMALL ICON / UTILITY */
i.fas.fa-check.text-green {
    font-size: 0.85rem;
}
.Frag_block iframe {
    max-width: -webkit-fill-available;
}
@media (min-width: 991px) {
    .Frag_block {
        width: 100%;
        float: left;
        margin-bottom: 12px;
    }
    .Frag_block:nth-child(even) .Fragment_left {
        width: 75%;
        float: right;
        padding-left: 1rem;
    }
    .Frag_block:nth-child(even) .Fragment_right {
        width: 25%;
        float: left;
    }
    .Frag_block:nth-child(odd) .Fragment_left {
        float: left;
        width: 75%;
        padding-right: 1rem;
    }
    .Frag_block:nth-child(odd) .Fragment_right {
        width: 25%;
        float: right;
    }
    .Frag_block img {
        width: 100%;
    }
}
.black-friday-sale .subcategory-product .subcategory-product-title {
    display: none;
}
.section-btn-style {
    display: flex;
    flex-wrap: wrap;
}
.section-btn-style .section-category {
    width: max-content;
    margin: 0;
}
.section-btn-style .section-category a div {
    padding: 0 15px !important;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    max-height: 40px;
    width: max-content;
    border-radius: 10px;
    color: var(--secendery) !important;
    font-weight: 600;
    font-size: 0.8rem;
    border: 1px solid #adadad;
    box-shadow: 3px 2px 8px #c9c9c9;
}
.section-btn-style .section-category a div span {
    width: 100%;
    max-width: 100%;
}
.section-btn-style .section-category a div p svg {
    width: 27px;
    height: 27px;
}
.section-btn-style .section-category a div p {
    margin: 0;
    width: 32px;
    min-width: 32px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c6294c;
    color: #ffff;
    border-radius: 4px;
    margin-left: 10px;
}
.section-btn-style .section-category a div:hover {
    color: var(--primary) !important;
}

.active > .subcategory-product {
    border: 2px solid var(--secendery) !important;
}
@media (max-width: 1040px) {
    .section-btn-style .section-category a div {
        font-size: 13px;
    }
    .section-btn-style .section-category a div p {
        width: 31px;
        height: 30px;
        min-width: 30px;
    }
}
@media (max-width: 991px) {
    .section-btn-style .section-category a div {
        font-size: 14.5px;
    }
}
@media (max-width: 767px) {
    body .all-categorys-box {
        max-height: 70px;
        overflow: auto;
    }
    .section-btn-style .section-category {
        width: 100% !important;
        margin: 0;
        white-space: nowrap;
    }
    .section-btn-style .section-category a div {
        font-size: 13px;
        width: 100%;
        justify-content: space-between;
        text-align: left !important;
    }
    .section-btn-style .section-category a div p {
        width: 31px;
        height: 29px;
        min-width: 31px;
    }
    .section-btn-style .section-category a {
        padding: 3px 0 !important;
    }
    body .section-btn-style {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: auto;
        gap: 10px;
    }
    .collapse .BtucalcDiv {
       display: none;
    }
}

