:root {
    --gap: 1.5rem;
}

/* .container {
    padding-right: calc(var(--bs-gutter-x) * 0.65);
    padding-left: calc(var(--bs-gutter-x) * 0.65);
}

.row {
    margin-right: calc(var(--bs-gutter-x) * 0.65 * -1);
    margin-left: calc(var(--bs-gutter-x) * 0.65 * -1);
}

.row div[class*="col"],
.row div[class*="col-"] {
    padding-right: calc(var(--bs-gutter-x) * 0.65);
    padding-left: calc(var(--bs-gutter-x) * 0.65);
} */

body,
p,
ul li {
    color: #767676;
    line-height: 1.4;
    text-decoration: none;
}

h1 {
    margin-left: -3px;
    letter-spacing: -1.68px !important;
    line-height: 1.1;
}
ul li,
p {
    /* letter-spacing: -0.32px !important;
  line-height: 140% !important; */
}

h5,
h6 {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 400;
}
h6 {
    font-size: 18px;
}

/* FORMS */
.form-floating {
    margin-bottom: 30px;
}
.saving-calculator-helper-text {
    font-size: 14px;
}
form .text-danger:not([class*="f_s_"]),
form .invalid-feedback {
    font-size: 12px;
}
/* header */

/* menu touches */
header
/* ,
header:hover  */ {
    height: 87px;
    padding: 0 60px 0;
    background-color: transparent;
    transition-duration: 500ms;
    transition-property: border-color, background-color, box-shadow, opacity,
        filter, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    position: absolute;
    padding-left: calc(3vw + var(--gap) * 0.75);
    padding-right: calc(3vw + var(--gap) * 0.75);
}

body.mega-menu-is-active header {
    background-color: #fff;
}
header:before {
    content: unset !important;
    display: none !important;
}
header #logo {
    margin-right: 1.125rem;
    display: flex;
    align-items: center;
    flex-basis: calc(12% - clamp(0px, var(--gap), 9999px));
}
header #logo svg {
    margin-top: 0;
    width: 100%;
}

/* header .navbar-expand-lg .navbar-nav li a.mega-menu-sub-trigger {
    position: relative;
    padding-right: 1.25rem;
}
header .navbar-expand-lg .navbar-nav li a.mega-menu-sub-trigger::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 9px;
    width: 7px;
    background-size: 50% 85%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="512" height="298" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 298.04"><path fill-rule="nonzero" fill="%231e1e1e" d="M12.08 70.78c-16.17-16.24-16.09-42.54.15-58.7 16.25-16.17 42.54-16.09 58.71.15L256 197.76 441.06 12.23c16.17-16.24 42.46-16.32 58.71-.15 16.24 16.16 16.32 42.46.15 58.7L285.27 285.96c-16.24 16.17-42.54 16.09-58.7-.15L12.08 70.78z"/></svg>');
} */

@media (min-width: 768px) {
    header .navbar-expand-lg {
        align-items: center;

        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #fff;
        transition-duration: 0.3s;
        transition-delay: 0.3s, 0s, 0s, 0s, 0s, 0s;
        transition-property: border-color, background-color, box-shadow, opacity,
            filter, transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    body.mega-menu-is-active header .navbar-expand-lg {
        border-bottom: 1px solid #767676;
    }

    header .navbar-expand-lg .navbar-collapse {
        align-items: stretch;
    }
    header .navbar-expand-lg .navbar-nav {
        align-items: stretch;
    }
    header .navbar-expand-lg .navbar-nav:not(.top_nav) {
        flex-grow: 1;
        flex-basis: calc(70% - clamp(0px, var(--gap), 9999px));
    }
    header .navbar-expand-lg .navbar-nav li {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        /* flex-wrap: wrap; */
        /* align-content: flex-start; */
        flex-basis: calc(20% - clamp(0px, var(--gap), 9999px));
    }

    header .navbar-expand-lg .navbar-nav li > a,
    header .navbar-expand-lg .navbar-nav.top_nav li > a {
        display: inline-flex;
        align-items: center;
        padding: 0 15px;
        position: relative;
        overflow: hidden;
        text-wrap: nowrap;
    }
    header .navbar-expand-lg .navbar-nav:not(.top_nav) > li > a:before {
        will-change: opacity transform;
        content: "";
        height: 3.5px;
        background-color: #eb3807;
        transform-origin: 0% 100%;
        display: block;
        position: absolute;
        transform: translateY(110%);
        transition: transform 0.4s, opacity 0.4s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        bottom: 0;
        left: 13px;
        right: 15px;
    }
    header .navbar-expand-lg .navbar-nav li > a:hover::before,
    header .navbar-expand-lg .navbar-nav li > a:active::before,
    body.mega-menu-is-active
        header
        .navbar-expand-lg
        .navbar-nav
        li
        > a.show::before {
        transform: translateY(-25%);
        opacity: 1;
    }

    header .navbar-expand-lg .navbar-nav li > a,
    header:hover .navbar-expand-lg .navbar-nav li > a,
    header:hover .navbar-expand-lg .navbar-nav.top_nav li:hover > a,
    header .navbar-expand-lg .navbar-nav.top_nav li > a,
    header:hover .navbar-expand-lg .navbar-nav.top_nav li > a {
        font-weight: 600;
        /* color: #fff; */
    }
    body.mega-menu-is-active header .navbar-expand-lg .navbar-nav li > a,
    body.mega-menu-is-active
        header
        .navbar-expand-lg
        .navbar-nav.top_nav
        li
        > a {
        color: #1e1e1e;
    }
    header:hover .navbar-expand-lg .navbar-nav.top_nav li > a:hover,
    body.mega-menu-is-active
        header:hover
        .navbar-expand-lg
        .navbar-nav
        li
        > a:hover,
    body.mega-menu-is-active
        header:hover
        .navbar-expand-lg
        .navbar-nav.top_nav
        li:hover
        > a,
    body.mega-menu-is-active header .navbar-expand-lg .navbar-nav li > a.show {
        color: #eb3807;
    }

    .megamenu {
        max-height: 490px;
        min-height: 330px;
    }

    .navbar .dropdown-menu.megamenu {
        padding: 0;
        top: calc(100%);
        transform: translateY(9%);
        background-color: rgb(255, 255, 255);
        transition: all 500ms;
        transition-delay: 0s, 0s, 500ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        width: 100%;
        opacity: 0;
        visibility: hidden;
        display: inherit;
        pointer-events: none;
        box-shadow: 0 30px 32px -30px rgba(0, 0, 0, 0.1);
    }

    header .navbar-expand-lg .navbar-nav li a.dropdown-toggle::after,
    header .navbar-expand-lg .navbar-nav li a.mega-menu-trigger::after {
        border: none !important;
        margin-left: 0.75rem;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="512" height="298" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 298.04"><path fill-rule="nonzero" fill="%23eb3807" d="M12.08 70.78c-16.17-16.24-16.09-42.54.15-58.7 16.25-16.17 42.54-16.09 58.71.15L256 197.76 441.06 12.23c16.17-16.24 42.46-16.32 58.71-.15 16.24 16.16 16.32 42.46.15 58.7L285.27 285.96c-16.24 16.17-42.54 16.09-58.7-.15L12.08 70.78z"/></svg>');
        height: 12px;
        width: 10px;
        background-size: 70% 115%;
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
    }

    .navbar .dropdown-menu.megamenu.show {
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 500ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        pointer-events: auto;
    }
    .megamenu-inner {
        padding-left: 60px;
        padding-right: 60px;
        width: 100%;
    }
    .megamenu-sidebar-col {
        border-right: 1px solid #767676;
        flex-basis: 26%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
    }

    .megamenu-content-col {
        display: flex;

        /* margin: 0; */
        /* justify-content: flex-start; */
        /* flex: 1; */
        flex-basis: 74%;
        /* padding: 30px 30px 60px 30px; */
        /* overflow: hidden; */
        max-height: 490px;
        min-height: 340px;
        overflow: hidden;
        overflow-y: auto;

        /* text-wrap: wrap; */
    }
    .megamenu-content-col-inner {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        /* height: 45vh; */
    }

    .tab-pane-inner .col,
    .tab-pane-inner > .col-lg {
        position: relative;
    }
    .tab-pane-inner > .col:not(:last-child),
    .tab-pane-inner > .col-lg:not(:last-child),
    .tab-pane-inner > .col-4:not(:last-child) {
        border-right: 1px solid #767676;
    }
    /* .tab-pane-inner .col:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 30%;
        bottom: 1.5rem;
        right: 0;
        width: 1px;
        background-color: #767676;
    } */
    .megamenu-content-col .tab-pane-inner .col.less img {
        height: 9.725vw;
        width: auto;
        max-width: fit-content;
    }
    body.mega-menu-is-active
        header
        .navbar-expand-lg
        .navbar-nav
        li
        .megamenu-content-col-inner
        a {
        font-weight: 500;
    }
    body.mega-menu-is-active
        header
        .navbar-expand-lg
        .navbar-nav
        li
        .megamenu-content-col-inner
        > a:hover {
        color: #eb3807;
        font-weight: 500;
    }

    .megamenu-content-col-inner h5 {
    }
    .megamenu-content-col .products-holder {
        display: flex;
        flex-wrap: wrap;
    }
    .megamenu-content-col .product-col {
        min-height: 200px;
        /* flex-basis: calc(25% - clamp(0px, var(--gap), 9999px)); */
        flex: 1 calc(25% - clamp(0px, var(--gap), 9999px));
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .megamenu-content-col .product-col a {
        display: flex;
        flex-direction: column;
    }
    .megamenu-content-col .product-col a:hover h6 {
        margin-top: 0.5rem;
        transition: margin-top 0.3s;
        color: #eb3807;
    }
    .megamenu-content-col .product-col img {
        width: 100px;
        height: auto;
    }
    .navbar .megamenu .category-list .list-item {
        margin-bottom: 15px;
    }
    .navbar .megamenu .category-list .list-item a {
        color: #767676;
        font-weight: 500;
        transition: color 0.1s;
        position: relative;
        padding-left: 16px;
        transition: all 0.3s;
    }

    .navbar .megamenu .category-list:hover .list-item a:hover,
    .navbar .megamenu .category-list .list-item a.active {
        padding-left: 20px;
    }
    .navbar .megamenu .category-list .list-item a.active::before,
    .navbar .megamenu .category-list .list-item a::before {
        content: "";
        background-image: url('data:image/svg+xml,<svg width="12px" height="12px" fill="red" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.7 11.3l-6-6c-0.4-0.4-1-0.4-1.4 0s-0.4 1 0 1.4l5.3 5.3-5.3 5.3c-0.4 0.4-0.4 1 0 1.4 0.2 0.2 0.4 0.3 0.7 0.3s0.5-0.1 0.7-0.3l6-6c0.4-0.4 0.4-1 0-1.4z"></path></svg>');
        position: absolute;
        left: -1px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        right: auto;
        width: 14px;
        height: 13px;
        background-size: 100% auto;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .navbar .megamenu .category-list .list-item a.active,
    .navbar .megamenu .category-list .list-item a:hover {
        color: #eb3807;
    }
    .navbar .megamenu .category-list .list-item a.active::before,
    .navbar .megamenu .category-list .list-item a:hover::before {
        opacity: 1;
    }

    .navbar .megamenu .product-image {
        height: 150px;
        width: auto;
    }

    .navbar .megamenu .col-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
}
span.capacity {
    font-weight: 400;
    font-size: 12px;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        border: none;
    }
}
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

/*PAGE HERO SECTION*/
.content_wrapper > section:first-child {
    /* min-height: 70vh;
    height: auto !important; */
    /* max-height: 90vh; */

    /* padding: 90px 45px 60px 45px; */
}
section.home-page-hero-section {
    /* padding-top: 110px;
    padding-bottom: 60px; */
    /* height: auto !important; */
}
#wrapper .content_wrapper > section.page-hero-section,
#wrapper .content_wrapper > section:not(.home-page-hero-section):first-child {
    /* min-height: 80vh; */
    /* height: auto !important; */
    align-items: center;
    display: flex;
    padding: 140px calc(var(--gap) * 1.95) 60px calc(var(--gap) * 1.95);
}
#wrapper .content_wrapper > section:not(.home-page-hero-section):first-child {
    /* padding: 110px calc(var(--gap) * 1.95) 60px calc(var(--gap) * 1.95); */
    /* padding: 0 45px 0 45px; */
    /* padding-left: 3vw;
    padding-right: 3vw; */
}
#wrapper
    .content_wrapper
    > section:not(.home-page-hero-section):first-child
    > .container-fluid {
    height: 100%;
}
#wrapper
    .content_wrapper
    > section:not(.home-page-hero-section):first-child
    .container-fluid
    > .row {
    align-items: center !important;
}
/* .content_wrapper > section:not(.home-page-hero-section):first-child .row,
.content_wrapper > section:not(.home-page-hero-section):first-child .row {
    padding-top: 75px;
    padding-bottom: 60px;
}
*/
section.home-page-hero-section .swiper .container-fluid {
    padding: 150px 1rem 60px 1rem;
}
.swiper .container-fluid,
.swiper .container {
    z-index: 1;
    position: relative;
}
.swiper .container-fluid > .row {
    /* padding-top: 90px; */
    padding-bottom: 5rem;
    /* height: calc(100vh - 210px); */
}
.swiper-pagination {
    position: relative;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: inline-flex;
    width: fit-content;
    flex-direction: row;
    left: 2vw;
    bottom: 5rem;
    position: relative;
}
section.home-page-hero-section
    .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 60px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet {
    width: 34px;
    height: 34px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1);
}

.swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet:hover {
    color: #eb3807;
}

.swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #eb3807;
    background-color: transparent;
}

.content_wrapper > section:first-child .col6 .color_red {
    font-size: 14px;
}

section h2,
.main-content-section h2 {
    margin-bottom: 15px;
}

/*PRODUCT PAGE*/

/* #wrapper .page-hero-section img {
    max-height: 500px;
} */
.content_wrapper > section.product-hero-section .col6 .color_red {
    font-size: 28px;
}
/* .product-page-nav-section {
    margin: -70px auto 50px auto;
} */
.product-page-nav-column .tabbed_nav ul {
    display: flex;
    justify-content: center;
    padding: 0;
}
.product-page-nav-column .tabbed_nav ul li {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}
.product-page-nav-column .tabbed_nav ul li a {
    font-size: 20px;
    position: relative;
    font-weight: 500;
    /* color: #e1e1e1; */
}
.product-page-nav-column .tabbed_nav ul li a::before {
    bottom: 0;
    top: auto;
    height: 1px;
    background-color: #eb3807;
}

/* .product-page-nav-column .tabbed_nav ul li:not(.active) a::before {
    background-color: #e1e1e1;
} */
/*PRODUCT TABS*/
.product-spec-section {
    margin-bottom: 60px;
}
.product-tabs-holder .nav-tabs {
    margin-bottom: 60px;
    padding: 0 10px 10px 10px;
}
.product-tabs-holder .nav-tabs li {
    text-wrap: nowrap;
}
.product-tabs-holder .nav-tabs .nav-link {
    color: #767676;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}
.product-page-nav-column .tabbed_nav ul li.active a,
.product-page-nav-column .tabbed_nav ul li.active a:hover,
.product-page-nav-column .tabbed_nav ul li.active a:active,
.product-page-nav-column .tabbed_nav ul li.active a:focus,
.product-tabs-holder .nav-tabs .nav-link.active,
.product-tabs-holder .nav-tabs .nav-link:hover,
.product-tabs-holder .nav-tabs .nav-link:focus,
.product-tabs-holder .nav-tabs .nav-link:active {
    color: #eb3807;
}
.product-tabs-holder .nav-tabs .nav-link::before {
    bottom: 0;
    top: auto;
    height: 1px;
    background-color: #eb3807;
}

/* .product-tabs-holder .product-tab-content-column > p:first-child {
    margin: 0;
    font-size: 18px;
} */
.product-tabs-holder .product-title-row {
    position: relative;
    /* margin-bottom: 30px; */
}
.product-tabs-holder .product-title-row::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: calc(var(--bs-gutter-x) * 0.5);
    right: calc(var(--bs-gutter-x) * 0.5);
    height: 1px;
    background-color: rgb(118, 118, 118);
}
.product-tabs-holder .product-title-row h2 {
    margin-bottom: 0;
}
.product-tabs-holder .product-title-row h6 {
    font-size: 18px;
}
.product-tabs-holder .product-content-row p {
    color: #1e1e1e;
    font-size: 16px;
}

/* .type_grid {
    display: flex;
    flex-direction: row;
} */
.type_grid .item-inner {
    display: flex;
    flex-direction: column;
    justify-items: center;
}
.type_grid .item-inner .item_title {
    color: #1e1e1e;
    text-align: center;
}

h1 {
    font-weight: 400;
}

/* TOC */
.right-nav {
    position: fixed;
    right: 0;
    z-index: 9;
    top: 50%;
    width: 70px;
}
.right-nav:hover {
    width: 270px;
}
.right-nav .page-top {
    position: absolute;
    width: 18px;
    height: 12px;
    display: block;
    /* background: url("https://www.cms.com.tr/assets/frontend/images/cms-page-up.svg")
        no-repeat;*/
    top: -28px;
    right: 48px;
}
.right-nav ul {
    margin-right: 25px;
    padding-left: 0;
    margin-bottom: 0;
}
.right-nav ul li {
    height: 12px;
    list-style: none;
    display: block;
    position: relative;
    padding-bottom: 0;
    cursor: pointer;
}
.right-nav ul li a {
    opacity: 0;
    line-height: 24px;
    color: #0c0002;
    font-size: 13px;
    text-transform: uppercase;
    background: #eb3807;
    margin-top: -10px;
    transform: skew(-15deg);
}
.right-nav ul li a span {
    display: none;
    transform: skew(15deg);
}
.right-nav ul li:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    display: block;
    border-color: transparent;
    background: #ccc;
    width: 12px;
    transition: all 0.2s;
    height: 12px;
    border-radius: 50%;
}
.right-nav ul li .bom {
    background: transparent;
    position: absolute;
    right: 25px;
    top: 10px;
    transform: skew(0deg);
    padding: 0;
    width: 12px;
    height: 12px;
}
.right-nav ul li .bom:after {
    display: none;
}
/* .right-nav ul li.active:after, */
.right-nav ul li.current:after {
    background: #eb3807;
    transition: all 0.2s;
}
.right-nav:has(li.active) {
    width: 270px;
}
/* .right-nav ul li.active a, */
.right-nav ul li:hover a {
    opacity: 1;
    display: block;
    position: absolute;
    right: 38px;
    padding: 3px 18px 4px 20px;
    transition: opacity 0.2s;
    color: #000;
    text-transform: uppercase;
}
/* .right-nav ul li.active a span, */
.right-nav ul li:hover a span {
    display: block;
    color: #fff;
}
/* .right-nav ul li.active a:after, */
.right-nav ul li:hover a:after {
    content: "";
    display: block;
    width: 31px;
    height: 31px;
    padding: 5px 0;
    right: -23px;
    top: 0;
    position: absolute;
    background: #eb3807;
    transform: skew(15deg);
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
}
/* .right-nav ul li.active .bom, */
.right-nav ul li:hover .bom {
    right: 25px;
    z-index: 1;
}
.right-nav ul li:hover .bom:after {
    display: none;
}
/* .right-nav ul li.active::after, */
.right-nav ul li:hover:after {
    opacity: 1;
    /* make things invisible upon start */
    border: 3px solid #fff;
    background: #eb3807;
    transition: all 0.2s;
}
.right-nav ul li + li {
    margin-top: 16px;
}
/* END TOC */

/* CUSTOMIZE FORM */
#customize_form .section-0-row {
    margin-bottom: 3rem;
}
.click-opt {
    border: 1px solid #afafaf;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
    padding: 1rem;
}
.click-opt.active {
    background-color: white;
    border-color: #eb3807;
}
.click-opt input.select-item {
    /* display: none !important; */
}

/* END CUSTOMIZE FORM */

/* MODAL */
.modal {
}
.modal.modal-form .modal-body {
    padding: 50px;
}
.btn-close,
.btn-close:focus {
    top: 20px;
    right: 20px;
    position: absolute;
    box-shadow: none;
    outline: none;
}
/* ACCORDION */
.accordion {
    border: 1px solid rgba(55, 51, 57, 0.1);
}

.accordion h2 {
    /* padding: 4px 20px; */
}

/* .accordion */

@media screen and (min-width: 1080px) and (max-width: 1244px) {
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 26px;
    }
    .f_s_60 {
        font-size: 52px;
    }
    .f_s_30 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1079px) {
    header #logo {
        min-width: 8.25vw;
    }
    .product-spec-section {
        margin-bottom: 30px;
    }

    .product-tabs-holder .product-content-row p {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    /* MEGAMENU ON MOBILE */
    .navbar-expand-lg .navbar-collapse {
        overflow-y: auto;
    }
    .megamenu {
        max-height: calc(100vh - 80px);
        overflow: hidden;
        overflow-y: auto;
    }

    .megamenu .col-inner .item-content-link {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .megamenu .col-inner .item-content-link > a {
        border: 1px solid #f1f1f1;
        padding: 0.25rem;
        border-radius: 10px;
    }
    .megamenu .col-inner .title {
        font-size: 14px;
        font-weight: 500;
        color: #767676;
    }

    .megamenu .col-inner .serie {
        font-size: 12px;
        /* margin-left: 1rem; */
        margin-top: -0.25rem;
    }

    /* .navbar-expand-lg .navbar-nav .megamenu .col-inner a {
        padding: 0;
    } */
    .megamenu img {
        width: 80px;
        margin-top: -0.25rem;
    }

    .megamenu .tag-container {
        display: flex;
        flex-direction: row;
    }

    .megamenu .tab-pane-inner {
        border-bottom: 1px solid #f1f1f1;
    }

    header .navbar-expand-lg .navbar-nav li a.mega-menu-trigger span {
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .navbar-expand-lg .navbar-nav li a.mega-menu-trigger:has(span) {
        padding: 0;
    }

    header .navbar-expand-lg .navbar-nav li a.dropdown-toggle::after {
        content: unset;
    }

    .mega-menu-trigger,
    .mega-menu-sub-trigger {
        position: relative;
        width: 140px;
    }

    header .navbar-expand-lg .navbar-nav li a.dropdown-toggle span,
    .mega-menu-sub-trigger::after,
    .mega-menu-trigger::after {
        border: none !important;
        margin-left: 0.75rem;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="512" height="298" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 298.04"><path fill-rule="nonzero" fill="%23eb3807" d="M12.08 70.78c-16.17-16.24-16.09-42.54.15-58.7 16.25-16.17 42.54-16.09 58.71.15L256 197.76 441.06 12.23c16.17-16.24 42.46-16.32 58.71-.15 16.24 16.16 16.32 42.46.15 58.7L285.27 285.96c-16.24 16.17-42.54 16.09-58.7-.15L12.08 70.78z"/></svg>');
        height: 12px;
        width: 10px;
        background-size: 70% 115%;
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .megamenu-content-col {
        width: 100%;
    }
    .tab-content.flex-1 {
        display: flex;
        flex-direction: column;
    }

    .megamenu-content-col {
        padding-left: 15px;
    }

    a.mega-menu-sub-trigger {
        font-weight: 400 !important;
        opacity: 0.8;
    }

    .mega-menu-sub-trigger dd {
    }

    #megamenu-build-your-own .mega-menu-sub-trigger::after {
        transform: translateY(-50%) rotate(-90deg);
    }

    /* .navbar-expand-lg .navbar-nav li a; */
}

@media screen and (min-width: 767px) and (max-width: 1079px) {
    /*  page hero section */
    h1 {
        font-size: 42px;
    }
    h2,
    .content_wrapper > section.product-hero-section .col6 .color_red {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    .f_s_60 {
        font-size: 48px;
    }
    .f_s_30 {
        font-size: 24px;
    }

    header #logo {
        min-width: 8.25vw;
        flex-basis: calc(22% - clamp(0px, var(--gap), 9999px));
    }
    .product-tabs-holder .product-tab-content-column > p:first-child {
        font-size: 16px;
    }
    .product-tabs-holder .product-title-row h6 {
        font-size: 16px;
    }

    .files_cont .btn_red {
        font-size: 13px;
        padding: 12px;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }

    .f_s_60 {
        font-size: 42px;
    }
    .f_s_30 {
        font-size: 26px;
    }
    p,
    ul li,
    .f_s_16 {
        font-size: 14px;
    }
    .f_s_18 {
        font-size: 16px;
    }
    .f_s_20 {
        font-size: 18px;
    }

    .f_s_24 {
        font-size: 22px;
    }

    ol,
    ul {
        padding-left: 1rem;
    }

    body.menu-active,
    html:has(body.menu-active) {
        overflow: hidden;
    }

    header {
        padding-left: calc(var(--gap) * 0.75);
        padding-right: calc(var(--gap) * 0.75);
    }

    header #logo {
        flex-basis: calc(33% - clamp(0px, var(--gap), 9999px));
    }

    /* .megamenu-content-col .tab-content > .tab-pane {
        display: initial;
    } */

    /* FORMS */
    .form-floating > label {
        font-size: 14px;
    }

    .saving-calculator-helper-text {
        font-size: 10px;
    }

    #wrapper
        .content_wrapper
        > section:not(.home-page-hero-section):first-child {
        padding-left: calc(var(--gap) * 0.5);
        padding-right: calc(var(--gap) * 0.5);
        min-height: 60vh;
        height: auto;
    }
    .wrapper .content_wrapper > section:first-child {
        padding-top: 110px;
    }
    .content_wrapper > section.product-hero-section .col6 .color_red {
        font-size: 20px;
    }

    .product-tabs-holder .nav-tabs {
        margin-bottom: 1.75rem;
    }

    .product-spec-section img {
        max-width: 40%;
    }

    /* .product-tabs-holder .product-tab-content-column > p:first-child {
        font-size: 14px;
    } */

    .product-tabs-holder .product-title-row h2 {
        margin-bottom: 1rem;
        font-size: 18px;
    }
    .f_s_16,
    .product-tabs-holder .product-title-row .color_red {
        font-size: 14px;
    }

    footer section:first-child .container,
    footer section:first-child .container-fluid {
        padding: 45px calc(var(--bs-gutter-x) * 1);
    }

    /* TOC */
    .right-nav {
        display: flex;
        width: 100% !important;
        position: relative;
    }

    .right-nav ul {
        display: flex;
        flex: 1;
        margin: 0;
        flex-direction: row;
        /* justify-content: space-between; */
        align-items: stretch;
        flex-wrap: nowrap;
        overflow-y: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #fff;
        border-bottom: 1px solid #767676;
    }
    .right-nav ul li {
        height: 100%;
        padding: 14px;
    }
    .right-nav ul li:first-child {
        padding-left: 0;
    }

    .right-nav ul li a::after,
    .right-nav ul li:hover a::after {
        display: none;
        content: unset;
    }

    .right-nav ul li::after,
    .right-nav ul li.current::after,
    .right-nav ul li:hover::after {
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        /* background: url(/frontend/imtekcryogenics/img/chevron-right.png)
            no-repeat;
        background-size: contain;
        background-position: center; */
        background-color: currentColor;
        opacity: 1;
        border-radius: 50%;
        border: unset;
    }
    .right-nav ul li.current::after {
        background-color: #eb3807;
    }

    .right-nav ul li a,
    .right-nav ul li:hover a {
        display: block;
        padding: 2px;
        background: none;
        position: relative;
        margin-top: 0;
        right: 0;
    }
    .right-nav ul li:hover a {
        position: relative;
    }

    .right-nav ul li:first-child a {
        padding-left: 0;
    }
    .right-nav ul li a,
    .right-nav ul li a span {
        transform: none;
        opacity: 1;
        text-wrap: nowrap;
    }

    /* .right-nav ul li:hover a::after {
        display: none;
        content: unset;
    } */

    .right-nav ul li a span,
    .right-nav ul li:hover a span {
        display: block;
        color: #767676;
        font-size: 12px;
    }
    .right-nav ul li.current a span,
    .right-nav ul li.current:hover a span {
        color: #eb3807;
    }
    .right-nav ul li .bom {
        display: none;
    }

    .right-nav ul li + li {
        margin-top: unset;
    }

    /* MODAL */
    .modal.modal-form .modal-body {
        padding: 30px;
    }
    .btn-close {
        top: 12px;
        right: 12px;
    }

    /* accordion */

    .accordion-body {
        padding: 30px 10px;
    }
    section.home-page-hero-section
        .swiper-pagination-bullets.swiper-pagination-horizontal {
        left: 1.5rem;
    }
}

@media screen and (max-width: 576px) {
    .f_s_60 {
        font-size: 30px;
    }
    .f_s_30 {
        font-size: 18px;
    }
    header #logo {
        flex-basis: calc(45% - clamp(0px, var(--gap), 9999px));
    }
}
/* ============ mobile view .end// ============ */

.input_counter {
    position: absolute;
    top: 23px;
    right: 5px;
    font-size: 13px;
    background-color: #fff;
}

body.has-fade {
    opacity: 0;
    animation: fadeInAnimation ease 2600ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.stickyme {
    text-align: center;
}

.product_select,
.serie-select {
    display: none;
}
footer .flex_center {
    display: flex;
    flex-wrap: nowrap;
    flex-basis: content;
    justify-content: end;
}

/* Search Modal Custom Styles */
.search-modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
    position: relative;
}
.search-modal-close {
    position: absolute;
    top: -30px;
    right: -20px;
    background: none;
    border-radius: 50%;
    box-shadow: none;
    z-index: 1056;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.search-modal-group {
    border-radius: 2.5rem;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.search-modal-icon {
    border-radius: 2.5rem 0 0 2.5rem;
}
.input-group-lg > .form-control.search-modal-input {
    height: auto !important;
    font-size: 1.1rem;
    border-radius: 2.5rem;
    background: transparent;
    padding: 1.25rem 2rem 1.25rem 1.5rem !important;
    height: 3.5rem;
    box-shadow: none !important;
}
.search-modal-input:focus {
    box-shadow: none !important;
    outline: none;
}
.search-modal-input::placeholder {
    font-size: 0.95rem;
    color: #bbb;
    opacity: 1;
}
