/** DEVI ***/


/*.js-cart-box {*/
/*    right: 0 !important;*/
/*    transform: translate(0, 0) !important;*/
/*    transition: all 0.3s ease;*/
/*}*/

.fd.pop-up {
    display: none;
}

.fd.pop-up.show {
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 9992;
    backdrop-filter: blur(0);
}

.confetti {
    position: fixed;
    width: 10px;
    height: 10px;
    background-color: red;
    opacity: 0;
    z-index: 9999;
    transform: translateY(0);
    animation: confetti-fall 1s linear forwards;
}

@keyframes confetti-fall {
    0% {
        opacity: 1;
        transform: translateY(-20vh) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translateY(100vh) rotate(720deg);
    }
}









/*** /DEVI ***/


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    color: #1A1818;
    background: #FFFFFF;

}


body {
    /*max-width: 2200px;*/
    /*margin: auto;*/
}





.container {
    max-width: 1630px;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1630px;
    }
}

@media (max-width: 1700px) {
    .container {
        max-width: 1630px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.heading-box .heading {
    font-size: 64px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #29261d;
}

.heading-box .heading-text {
    font-size: 17px;
    font-weight: 300;
    color: #474747;
    max-width: 500px;
    margin: auto;
    line-height: 1.7;

}

@media (max-width: 767.98px) {
    .heading-box .heading {
        font-size: 29px;
    }

    .heading-box .heading-text {
        font-size: 15px;

    }
}



/******** page heading *******/

.heading-box .page-heading {
    font-size: 60px;
    font-weight: 900;

}

@media (max-width: 991.98px) {
    .heading-box .page-heading {
        font-size: 40px;
        font-weight: 900;
    }
}




/********** btns ********/


/** theme btn ***/


.t-btn.big {
    font-size: 18px;
}

.t-btn.small {
    font-size: 14px;
    padding: 0.8em 1.3em;
}

.t-btn {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 35px;
    padding: 1.2em 3.2em;
    line-height: 1;
    border: none;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.1s ease-in;
}



.t-btn:hover,
.t-btn:focus {
    text-decoration: none;
    color: #fff;
}

.t-btn.dark {
    background: #2F4343;
}

.t-btn {
    position: relative;
    z-index: 2;
}



.t-btn:hover {
    opacity: 1;
}


.t-btn.theme {
    color: var(--main-text-color);
    background: var(--main-color);
}

.t-btn.theme:hover {
    background: #4BA888;
    color: #fff;
}

.t-btn,
.t-btn:hover {
    transition: all 0.2s linear;
}


.t-btn.theme2 {
    color: #E4FBE7;
    background: #3A675E;
}

.t-btn.theme2:hover {
    color: var(--main-text-color);
    background: var(--main-color);
}

.t-btn.theme3 {
    color: #fff;
    background: #4BA888;
}

.t-btn.theme3:hover {
    color: var(--main-text-color);
    background: var(--main-color);
}


.t-btn.theme4 {
    color: #fff;
    background: #D8A294;
}

.t-btn.theme4:hover {
    color: #fff;
    background: #F8CD63;
}



.t-btn.theme5 {
    color: #fff;
    background: #FFBA49;
}

.t-btn.theme5:hover {
    color: #fff;
    background: #4ba888;
}



/*** round image ***/



.rounder {
    animation: rotate 25s linear infinite; /* Spusti animáciu */
}


@keyframes rotate {
    from {
        transform: rotate(0deg); /* Počiatočná rotácia */
    }
    to {
        transform: rotate(-360deg); /* Konečná rotácia */
    }
}





/***************** MAIN HEADER *****************/

.main-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8000;
}

/*body.not-top .main-header {*/
/*    background: #fff !important;*/
/*}*/

body.not-top .main-header .main-bar .main-logo img {
    width: 150px;
    transition: width 0.2s linear;
}



.main-header .main-bar .main-logo img {
    transition: width 0.2s linear;
}





/* top-bar */

.stay-top .top-bar {
    color: #231F20;
    background: #F8CD63;
    font-size: 16px;
    font-weight: 400;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
}

.stay-top .top-bar a,
.stay-top .top-bar strong {
    color: #231F20;
    font-weight: 500;
}

/** main bar **/

.main-header .main-bar .logo {
    position: relative;
    transform: scale(1.4);
    transform-origin: top;
}

.main-header .main-bar .box img {
    height: 33px;
    width: 40px;
    object-fit: contain;
}

.main-header .main-bar .op-box a.box {
    text-decoration: none;
    display: inline-flex;
    align-items: flex-start;
}

.main-header .main-bar .op-box {
    display: flex;
    max-width: 100%;
    gap: 45px;
    justify-content: space-between;
}

.main-header .main-bar .op-box .language button {
    height: 100%;
    display: inline-flex;
    border: 2px solid #2A2525;
    border-radius: 15px;
    background: transparent;
    color: #2A2525;
    width: 48px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
}

.main-header .main-bar .op-box .language button::after {
    all: unset;
}

.main-header .main-bar .op-box .language .dropdown-menu a:hover {
    color: #F8CD63;
    font-weight: 700;
}

.main-header .main-bar .op-box .language .dropdown-menu {
    min-width: 30px;
    text-align: center;
}


/** bottom bar **/

body.home .main-header {
    background: #FFF9E3;
}

body.home .main-header.dropdowned {
    background: #fff;
}

.main-header {
    transition: background 0.2s ease-in;
}

.main-header .bottom-bar ul .opened .dropdown-menu {

}


.main-header .bottom-bar .desktop-menu .menu {
    list-style: none;
    display: flex;
    gap: 35px;
    margin-bottom: 0;
    justify-content: center;
}

body:not(.home) .main-header .bottom-bar .container .desktop-menu {
    border-bottom: 1px solid #d3d3d3;
}

body:not(.home) .main-header {
    background: #fff;
}

.main-header .bottom-bar  .dropdown {
    position: static;
}



.main-header .bottom-bar .item.opened .dropdown-menu {
    position: absolute;
    border-radius: 0;
    border: none !important;
    display: block;
    z-index: 50;
    bottom: 0;
    left: 0;
    opacity: 1;
    transform: translate(0, calc( 100% - 1px ) );
    background: #fff;
    width: 100%;
    min-height: 150px;
    transition: opacity 0.2s ease-in;
    padding: 35px;
}

.main-header .bottom-bar .item:not(.opened) .dropdown-menu {
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    background: transparent;
    transition: opacity 0.2s ease-in;
    padding: 0;
}


.main-header .bottom-bar {
    position: relative;
}

.main-header .bottom-bar .desktop-menu ul a {
    color: #000;
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.main-header .bottom-bar .menu .link {
    position: relative;
    padding-bottom: 45px;
    padding-top: 15px;
}

.main-header .bottom-bar .menu .link {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

body.home .main-header .bottom-bar .menu .link {
    padding-bottom: 15px;
}

.main-header .bottom-bar .menu .link:hover::after,
.main-header .bottom-bar .menu .link.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #F8CD63;
}

/*body.home .main-header .bottom-bar .menu .link:hover::after,*/
/*body.home .main-header .bottom-bar .menu .link.active::after {*/
/*    bottom: 10px;*/
/*}*/

.main-header .bottom-bar .menu .link:hover,
.main-header .bottom-bar .menu .link.active {
    color: #F8CD63;
    font-weight: 600;
}

.main-header .bottom-bar .dropdown-menu .category {
    display: block;
}

.main-header .bottom-bar .dropdown-menu .category .title {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    color: #000;
}

.main-header .bottom-bar .dropdown-menu .category img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.main-header .bottom-bar .dropdown-menu .category:hover .title {
    color: #d0a396;
}





.mobile-bar {
    display: none;
}



@media (max-width: 991.98px) {
    .main-header .logo {
        transform: unset !important;
    }

    .main-header .js-menu-open img {
        height: 14px !important;
        width: auto;
    }

    .main-header .js-menu-open {
        position: relative;
        top: 4px;
    }

    .main-header .logo img {
        width: 140px;
    }

    .main-header .main-bar .op-box .language {
        display: inline-flex;
        align-items: center;
    }



    .main-header .main-bar .op-box {
        position: relative;
        top: -10px;
        gap: 8px;
    }

    .main-header .main-bar .box img {
        height: 22px;
        width: 30px;
        object-fit: contain;
    }

    .main-header .main-bar .op-box  {
        align-items: center;
    }

    .main-header .main-bar .op-box .language button {

        display: inline-flex;
        border: 1px solid #2A2525;
        border-radius: 15px;
        background: transparent;
        color: #2A2525;
        width: 35px;
        height: 19px;
        align-items: flex-start;
        justify-content: center;
        font-weight: 700;
        font-size: 13px;
        line-height: 1;
    }
}

@media (max-width: 555.98px) {

    .main-header .js-menu-open {
        top: 2px;
    }

    .main-header .js-menu-open img {
        height: 14px !important;
        width: auto;
    }

    .main-header .logo img {
        width: 120px;
    }

    .main-header .main-bar .op-box .language {
        display: inline-flex;
        align-items: center;
    }

    .main-header .main-bar .op-box .language button {
        font-size: 8px;
        align-items: center;
        line-height: 1;
    }




    .main-header .main-bar .op-box {
        position: relative;
        top: -7px;
        gap: 4px;
    }

    .main-header .main-bar .box img {
        height: 19px;
        width: 25px;;
    }



    body {
        padding-bottom: 50px;
    }

    .stay-top .top-bar {
        font-size: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
    }


    .main-header {
        position: relative !important;
    }



    .mobile-bar {
        position: fixed;
        bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
        left: 0;
        z-index: 5000;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        background: #fff;
    }

    .menu-opened .mobile-bar {
        display: none !important;
    }


    .mobile-bar .box {
        display: flex;
        width: calc(100% / 6);
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
        height: 100%;
        align-items: center;
        text-decoration: none;
        justify-content: center;
    }

    .mobile-bar .box img {
        width: 100%;
        height: 23px;
        object-fit: contain;
    }

    .mobile-bar .title {
        text-transform: uppercase;
        display: block;
        font-size: 8px;
        line-height: 1;
        font-weight: 500;
        color: #000;
        width: 100%;
        text-align: center;
    }

    .not-top .mobile-bar {

        transform: translate(0,0);
        transition: transform 0.3s ease-in;
    }

    body:not(.not-top) .mobile-bar {
        transform: translate(0,200%);
        transition: transform 0.3s ease-in;
    }


}








/** older **/

.main-header.sticky {
    position: sticky;
    top: 0;
    z-index: 9998;
}

.main-header {
    background: #fff;
}



.main-header.is-sticky .first,
.main-header:not(.is-sticky) .second {
    display: block;
}

.main-header:not(.is-sticky) .first,
.main-header.is-sticky .second {
    display: none;
}




.main-header .main-menu .menu-list {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.main-header .main-menu .menu-list .menu-link,
.main-header .main-menu .menu-list .dropdown-toggle.menu-link {
    padding: 8px 15px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: rgba(0,0,0,0.8);
    position: relative;
}


.main-header .main-menu .menu-list .menu-link:hover,
.main-header .main-menu .menu-list .menu-link:focus {
    color: yellow;
}

.main-header .social-menu svg {
    color: #fff;
}




.main-header .js-menu-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}




.main-header .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.main-header .dropdown-menu {
    border-color: #f1f1f1;
}



.main-header .dropdown-menu .dropdown-item:hover,
.main-header .dropdown-menu .dropdown-item:focus {
    font-size: 14px;
    color: #121212;
    background: #fff;
}

.main-header .js-menu .contact-info {
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
}

.main-header .js-menu .contact-info a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    text-decoration: none;
}



.main-header .js-menu-open {
    width: 50px;
    height: 50px;
}



@media (min-width: 992px) {
    .main-header .js-menu {
        display: none;
    }
}

/* mobile menu */
@media (max-width: 991.98px) {
    body.menu-opened .main-header {
        z-index: 1700;
    }

    body.menu-opened .main-header::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 2000;
        background: rgba(0,0,0,0.5);
        backdrop-filter: blur(0);
        cursor: pointer;
    }

    .main-header .js-menu {
        z-index: 9999;
        background: #fff;
        width: 450px;
        height: 100%;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
    }

    body.menu-opened .main-header .js-menu {
        transform: translate(0, 0);
        transition: transform 0.2s ease-in;
    }

    body:not(.menu-opened) .main-header .js-menu {
        transform: translate(-100%, 0);
        transition: transform 0.2s ease-out;
    }

    body.menu-opened .mobile-head {
        padding: 15px;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
    }

    body.menu-opened .mobile-head .js-menu-close {
        font-size: 28px;
        display: inline-flex;
        width: 45px;
        height: 45px;
        justify-content: center;
        align-items: center;
        /*position: absolute;*/
        /*top: 15px;*/
        /*right: 15px;*/
        text-decoration: none;
        color: #ccc;
    }


    body.menu-opened .js-menu .menu-list {
        flex-wrap: wrap;
        flex-direction: column;
    }



    body.menu-opened .main-header .js-menu .menu-item {
        text-align: center;
    }

    body.menu-opened .main-header .js-menu .menu-item .menu-link {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        font-size: 16px;
        padding: 17px 0;
        text-transform: uppercase;
        font-weight: 400;
    }

    body.menu-opened .js-menu .dropdown-menu {
        position: static !important;
        transform: unset !important;
        background: yellow;
        border: none;
    }



    body.menu-opened {
        height: 100vh !important;
        overflow: hidden;
    }
}






@media (max-width: 767.98px) {
    .main-header .logo img {
        max-width: 120px;
    }


    .main-header .js-menu-open {
        width: 40px;
        height: 40px;
    }

    .main-header .js-menu-open svg {
        width: 20px;
        height: 20px;
    }
}




@media (max-width: 450px) {
    body.menu-opened .main-header .js-menu {
        width: 100%;
    }
}




/*** js cart menu *****/

body.opened-cart {
    height: 100vh;
    overflow: hidden;
    z-index: 2000;
}

body.opened-cart .main-header:before {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 2001;
}

.js-cart-box {
    display: flex;
    position: fixed;
    right: 0;
    top: 0;
    width: 770px;
    background: #fff;
    transform: translate(100%,0);
    transition: all 0.3s ease;
    z-index: 9900;
}

.js-cart-box .left-panel {
    width: 320px;
    position: relative;
}


.left-panel .product-item {
    display: flex;
    column-gap: 15px;
    padding: 25px 0;
}

.js-cart-box .left-panel  .product-item .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0efe8;
    padding: 15px;
    width: 85px;
    position: relative;
}

.js-cart-box .left-panel .product-item .info-box {
    width: calc(100% - 85px);
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.js-cart-box .left-panel .product-item .title-box .title {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    display: block;
    max-width: 120px;
    line-height: 1.1;
}

.js-cart-box .left-panel .product-item .img-box .badger {
    position: absolute;
    top: 5px;
    right: -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 9px;
    color: #2e523D;
    background: var(--main-color);
    font-weight: 700;
}

.js-cart-box .left-panel .product-item .price {
    display: block;
    margin-top: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.js-cart-box .left-panel .product-item .add {
    display: inline-flex;
    gap: 10px;
    color: #000;
    font-size: 10px;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;

    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;

}

.js-cart-box .left-panel .product-item .add-box {
    display: block;
    margin-top: auto;

}






.js-cart-box .right-panel {
    width: 450px;
    height: 100dvh;
    position: relative
}

.js-cart-box .header .title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.js-cart-box .right-panel .header,
.js-cart-box .left-panel .header {
    padding: 35px;
    /*background: rgba(0,0,0,0.04);*/
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.js-cart-box .right-panel .range-box {
    width: 100%;
}

.js-cart-box .right-panel .range-box .bar {
    width: 100%;
    height: 7px;
    border-radius: 5px;
    background: #F0EFE8;
    position: relative;
}

.js-cart-box .right-panel .range-box .bar .prog {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border-radius: 5px;
    height: 100%;
    background: #D8A193;
    z-index: 2;

}

.js-cart-box .right-panel .range-box .bar img {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.js-cart-box .right-panel .free-delivery p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.js-cart-box .right-panel .fd.done {
    background: var(--main-light-color);
    color: #000;
    font-weight: 700;
    border-radius: 25px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 50px;
    margin-top: 25px;
    position: relative;
}

.js-cart-box .right-panel .fd.done img {
    position: absolute;
    left: 30px;
    top: -17px;
}

.js-cart-box .right-panel .free-delivery p strong {
    font-weight: 600;
}

.js-cart-box .right-panel .free-delivery {
    width: 100%;
    margin-top: auto;
    padding-bottom: 15px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.js-cart-box .right-panel .header {
    height: 170px;
    background: #fff;
}


.js-cart-box .right-panel .footer-box .wave {
    width: 100%;
}
.js-cart-box .right-panel .footer-box {
    height: 250px;
    width: 100%;
}


.js-cart-box .right-panel .product-list {
    overflow: auto;
    height: calc(100% - 350px);
    padding-bottom: 70px;
}

.js-cart-box .right-panel .total-box .total {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.js-cart-box .right-panel .total-box .total-price {
    color: #000 !important;
    font-weight: 700;
    font-size: 20px;
}

.js-cart-box .footer-box .total-box .total-price .vat {
    font-weight: 400;
    font-size: 12px;
}




.js-cart-box.opened {
    right: 0;
    transform: translate(0,0);
    transition: all 0.3s ease;

}

.js-cart-box .right-panel .product-item {
    display: flex;
    column-gap: 15px;
    padding: 25px 0;
}

.js-cart-box .right-panel .product-list .box {
    padding: 0 35px;
}


.js-cart-box .right-panel .product-item:not(:last-of-type) {
    border-bottom: 2px solid #e6e6e6;
}

.js-cart-box .right-panel .product-item .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0efe8;
    padding: 25px;
    width: 115px;
}

.js-cart-box .right-panel .product-item .params {
    font-size: 12px;
    color: #000;
    margin-top: 10px;
}

.js-cart-box .right-panel .product-item .params table tr td {
    padding-right: 10px;
    padding-bottom: 4px;
}





.js-cart-box .right-panel .product-item .img-box  {
    position: relative;
}


.js-cart-box .right-panel .product-item .img-box  .badger {
    position: absolute;
    top: 5px;
    right: -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 10px;
    padding: 2px 12px;
    font-size: 9px;
    color: #2e523D;
    background: var(--main-color);
    font-weight: 700;
}

.js-cart-box .right-panel .product-item .params table tr td:nth-of-type(2) {
    font-weight: 600;
}


.js-cart-box .right-panel .product-item .info-box {
    justify-content: flex-start !important;
}

.js-cart-box .right-panel .product-item .info-box .op-box {
    margin-top: auto;
}

.js-cart-box .right-panel .product-item .img-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.js-cart-box .right-panel .product-item .info-box {
    width: calc(100% - 115px);
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.js-cart-box .right-panel .product-item .params {

}



.js-cart-box .right-panel .product-item .op-box .count {
    display: flex !important;
    width: 75px !important;
    justify-content: center;
    color: #000;
    border: 1px solid #e4e6e8;
}

.js-cart-box .right-panel .product-item .title-box .title {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    display: block;
    max-width: 120px;
}

.js-cart-box .right-panel .product-item .title-box {
    padding-right: 15px;
    position: relative;
}

.js-cart-box .right-panel .product-item .title-box img {
    position: absolute;
    top: 0;
    right: 0;
}

.js-cart-box .right-panel .product-item .op-box .count input {
    border: none;
    width: calc(100% / 3);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.js-cart-box .right-panel .product-item .op-box .count input:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}


/* Chrome, Safari, Edge, Opera */
.js-cart-box .right-panel .product-item .op-box .count input::-webkit-outer-spin-button,
.js-cart-box .right-panel .product-item .op-box .count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.js-cart-box .right-panel .product-item .op-box .count input[type=number] {
    -moz-appearance: textfield;
}


.js-cart-box .right-panel .product-item .op-box .count > div {
    border: none;
    width: calc(100% / 3);
    text-align: center;
    cursor: pointer;
}


.js-cart-box .right-panel .product-item .op-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
}

.js-cart-box .right-panel .product-item .op-box .price {
    color: #4BA888;
    font-size: 18px;
    font-weight: 500;
}







.js-cart-box .right-panel .product-item .info-box .title:hover {
    color: var(--main-color);
}





.js-cart-box .right-panel a.cart-btn {
    width: 100%;
    height: 69px;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.js-cart-box .right-panel .footer-box .cont {
    padding-left: 35px;
    padding-right: 35px;
}




.js-cart-box .right-panel .total-box {
    display: flex;
    height: 70px;
    padding: 10px 15px;
    align-items: center;
    color: #555;
    font-size: 17px;
    font-weight: 600;
    justify-content: space-between;
}


.left-panel ,
.product-list {
    background: #fff;
}

.right-panel {
    background: var(--main-light-color);
}

.js-cart-box .right-panel .footer-box {
    position: absolute;
    bottom: 0;
    left: 0;
}



.footer-box .cont {
    background: var(--main-light-color);
    padding-bottom: 50px;
}





.js-cart-box .right-panel .product-list::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.js-cart-box .right-panel .product-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

/* Handle */
.js-cart-box .right-panel .product-list::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 4px;
}

/* Handle on hover */
.js-cart-box .right-panel .product-list::-webkit-scrollbar-thumb:hover {
    background: #999;
    border-radius: 4px;
}




.js-cart-box .right-panel .total-box .total-price {
    color: var(--main-color);
}



.js-cart-box .left-panel {
    height: 100dvh;
    overflow-y: auto;
}

.js-cart-box .left-panel::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.js-cart-box .left-panel::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

/* Handle */
.js-cart-box .left-panel::-webkit-scrollbar-thumb {
    background: #F8CD63;
    border-radius: 4px;
}

/* Handle on hover */
.js-cart-box .left-panel::-webkit-scrollbar-thumb:hover {
    background: #999;
    border-radius: 4px;
}


.js-cart-box .left-panel .products-list {
    padding-left: 35px;
    padding-right: 35px;
}

.js-cart-box .js-hide-more-in-cart,
.js-cart-box .js-show-more-in-cart {
    display: none;
}


@media (max-width: 800px ) {
    .js-cart-box .left-panel {
        display: none;
    }

    .js-cart-box.show-left-panel .js-show-more-in-cart {
        display: none;
    }

    .js-cart-box .js-hide-more-in-cart {
        display: inline-flex;
    }

    .js-cart-box .js-show-more-in-cart {
        display: inline-flex;
        position: absolute;
        left: 50%;
        z-index: 9999;
        top: 0;
        transform: translate(-50%, 0);
        background: var(--main-bg-color);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 4px 8px;
        font-size: 13px;
        color: var(--main-text-color);
        font-weight: 700;


    }

    .js-cart-box .left-panel.show {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9992;
    }

    .js-cart-box .right-panel {
        width: 100% !important;
    }

    .js-cart-box {
        width: 100%;
    }

    .fd.pop-up {
        background: rgba(0,0,0,0.6);
        backdrop-filter: blur(10px) !important;
    }



    .js-cart-box .right-panel .product-list .box {
        padding: 0 15px;
    }

    .js-cart-box .right-panel .header, .js-cart-box .left-panel .header {
        padding: 35px 15px;
    }

    .js-cart-box .right-panel .footer-box .cont {
        padding-left: 15px;
        padding-right: 15px;
    }


}





/*********** MAIN FOOTER ***********/


.main-footer .wave-start {
    max-width: 100%;
    position: relative;
    display: block;
    bottom: -2px;
    width: 100% !important;
    height: auto;
}

.main-footer {
    max-width: 100%;
    overflow: hidden;
}

.main-footer .content {
    background: #B9E7C0;
    padding-top: 50px;
}

.main-footer .contact-info {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 25px;
}

.main-footer .contact-info a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-decoration: none;

}



.main-footer .copyright {
    padding-top: 60px;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 400;
    color: #121212;
}

.main-footer .copyright a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}



.main-footer .menu-list li a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;

}

.main-footer .menu-list {
    padding-left: 0;
    list-style: none;
}


.main-footer .menu-list li {
    line-height: 2.5;
    position: relative;
    padding-left: 15px;
}

.main-footer .menu-list.no-arrow li {
    padding-left: 0;
}

.main-footer .menu-list:not(.no-arrow) li:after {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 5px;
    height: 5px;
    border-color: #000;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.main-footer .soc-box {
    display: flex;
    gap: 15px;
    font-weight: 700;
    font-size: 14px;
    align-items: center;
    margin-bottom: 25px;
}

.main-footer .soc-box a {
    text-decoration: none;
}

.main-footer .newsletter-box p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}


.main-footer .newsletter-box .input-group {
    border-radius: 25px;
    background: #fff;
    overflow: hidden;
    height: 45px;
}

.main-footer .newsletter-box .input-group button {
    border-radius: 25px;
    background: #fff;
    border: none;
    padding-right: 20px;
    padding-left: 20px;
}

.main-footer .newsletter-box .input-group input {
    border: unset;
    padding-left: 15px;
}

.main-footer .newsletter-box .input-group input:focus {
    border: unset;
    outline: none;
    box-shadow: none;
}

.main-footer .newsletter-box .input-group input::placeholder {
    font-weight: 700;
    color: #8c8285;
    font-size: 15px;
}











/******************* HOME PAGE ********************/

.home-page  {
    background: #FFF9E3;
}

/* baner */

.home-page .main-banner .content {
    background: #B9E7C0;
    padding-top: 30px;
    padding-bottom: 50px;
}

.home-page .main-banner .content .container {
    max-width: 1400px;
}

.home-page .main-banner .wave-start,
.home-page .main-banner .wave-end {
    width: 100%;
}

.home-page .main-banner .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 900px;
    margin: auto;
}




.main-banner {
    z-index: 20;
    position: relative;
}

.main-banner .t-btn {
    background: #4BA688;
    color: #fff;
    padding-left: 4em;
    padding-right: 4em;
    font-size: 24px;
    border-radius: 50px;
    margin-top: 20px;

}

.main-banner .t-btn:hover {
    background: #3A675E;
}

.main-banner .img-box {
    padding-top: 100px;
}

.main-banner .heading .first-part {
    font-size: 110px;
    font-weight: 700;
    color: #4ba688;
    display: block;
    line-height: 1;
}

.main-banner .heading .second-part {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: #4ba688;
    display: block;
}

.main-banner .heading {
    max-width: 370px;
}

.main-banner .heading .third-part {
    font-size: 55px;
    font-weight: 700;
    color: #29261D;
    display: block;
}


.main-banner  .float-box {
    position: absolute;
    top: 20%;
    left: 0;
    transform: translate(-120%, 0);
}

.main-banner  .img-box {
    position: relative;
}



.relative {
    position: relative;
}

.main-banner .banner-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 230px;
    aspect-ratio: 1/1;
    border-radius: 18px;
    background: #fff9EB;
    padding: 25px;
    margin-bottom: 20px;
}

.main-banner .banner-box p {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    line-height: 1.2;
}



.home-page .main-banner .img-box img.bef {
    width: calc(100% / 5 - 60px / 4);
}

@media (max-width: 767.98px) {
    .home-page .main-banner .img-box {
        gap: 8px;
    }

    .home-page .main-banner .img-box img.bef {
        width: calc(100% / 5 - 32px / 4);
    }

}


/* partners */


.home-page .partners {
    background: #fff;
}

.home-page .partners .slider-box .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page .partners .slider-box {
    background: #E4FBE7;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 100%;
    overflow: hidden;
}

.home-page  .partners .slider-box .img-box img {
    max-width: 100%;
    object-fit: contain;
    width: 150px;
    height: 50px;
}

.home-page .partners .wave-start,
.home-page .partners .wave-end {
    width: 100%;
    position: relative;
}

.home-page .partners .wave-start {
    top: 1px;
}


.home-page .partners .wave-end {
    bottom: 1px;
}


/******* second partners ***/


.home-page .partners.second .content {
    background: #FFF9E3 !important;
    padding-bottom: 45px;
}

.home-page .partners.second .splide__slide {
    padding-left: 45px;
    padding-right: 45px;
}

.home-page .partners.second .slider-box {
    padding: 0 !important;
}

.home-page .partners.second #marquee-slider {
    padding-top: 45px;
    padding-bottom: 45px;
}



/* products */

.home-page .products .heading {
    color: #4BA888;
    font-size: 64px;
    font-weight: 400;

}



.home-page .products {
    padding-top: 55px;
    padding-bottom: 70px;
}


.home-page .nav-tabs {
    justify-content: center;
    border-bottom: 0;
    gap: 55px;
    margin-top: 35px;
    margin-bottom: 45px;
}

.home-page .nav-tabs .nav-link {
    font-size: 40px;
    font-weight: 500;
    color: #2e232c;
    text-transform: uppercase;
    padding: 0;
    border: none;
}

.home-page .nav-tabs .nav-link:hover {
    color: #4ba888;
}

.home-page .nav-tabs .nav-link.active {
    background: none;
    border-bottom: 2px solid #4ba888;
    color: #4ba888;
}




/* video */


.home-page .video {
    min-height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex !important;
    width: 100%;
    color: #4BA888;
    font-size: 60px;
    font-weight: 400;
    text-decoration: none;
}

.home-page .video:hover {
    color: #4ba888;
}



/* info */

.home-page section.info {
    background: #fff;;
}

.home-page section.info .heading {
    font-size: 60px;
    font-weight: 700;
}

.home-page section.info .heading-box {
    max-width: 620px;
    margin: auto;
    margin-bottom: 100px;
}

.home-page section.info .cont {
    background: #E4FBE7;
    padding-top: 50px;
    padding-bottom: 40px;
}

.relative {
    position: relative;
}

.home-page section.info .rounder-box {
    position: absolute;
    left: 50px;
    top: 0;
    z-index: 50;
    transform: translate( 0, -70%);
}

.home-page section.info .info-box {
    margin-bottom: 50px;
    max-width: 500px;
}

.home-page section.info .info-box p {
    font-size: 20px;
}

.home-page section.info .info-box span {
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.home-page section.info .gif {
    width: 100%;
}

.home-page section.info .wave-end {
    width: 100%;
    position: relative;
    bottom: 1px;
}

/* testimonials */


.home-page .testimonials .testimonial-item.green {
    background: #E9FBEC;
}

.home-page .testimonials .testimonial-item {
    padding: 45px;
    border-radius: 30px;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.home-page .testimonials .testimonial-item p {
    font-size: 20px;
    line-height: 30px;
    min-height: 90px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.home-page .testimonials .splide__slide {
    display: inline-flex;
    align-items: flex-end;
    padding: 0 15px;
}

.home-page .testimonials .testimonial-item .name {
    margin-top: auto;
    display: block;
}



.home-page .testimonials {
    background: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
}


.home-page .testimonials .heading {
    font-weight: 400;
    font-size: 60px;
    color: #3A675E;
}

.home-page .testimonials .heading-box {
    margin-bottom: 80px;
}



/****** newsletter *****/


.home-page section.newsletter .head {
    font-size: 60px;
    font-weight: 400;
    color: #4ba888;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 25px;
    justify-content: center;
    margin-bottom: 45px;
}


.home-page section.newsletter .container {
    max-width: 1400px;
}

.home-page section.newsletter {
    background: #fff;
    padding-bottom: 50px;
    position: relative;
}

.home-page section.newsletter .container {
    padding-left: 25px;
    padding-right: 25px;
}

.home-page section.newsletter .splide__arrow--prev {
    left: -25px;
    width: 50px;
    height: 50px;
    background: #B9E7C0;
    opacity: 1;
    color: #fff;
}

.home-page section.newsletter .splide__arrow--next {
    right: -25px;
    width: 50px;
    height: 50px;
    background: #B9E7C0;
    opacity: 1;
    color: #fff;
}

.home-page section.newsletter form {
    max-width: 820px;
    margin: auto;
}

.home-page section.newsletter .heading-box .heading {
    max-width: 700px;
    margin: auto;
    text-align: center;
    font-size: 50px;
    color: #4BA888;
    font-weight: 400;
    margin-bottom: 45px;
}

.home-page section.newsletter p {
    max-width: 1000px;
    text-align: center;
    font-size: 22px;
    margin: auto;
    margin-bottom: 35px;
}

.home-page section.newsletter .info-box {
    position: relative;
    top: -70px;
}


.home-page section.newsletter .input-group {
    height: 55px;
    border-bottom: 2px solid #e4e4e4;
}

.home-page section.newsletter .input-group button {
    font-weight: 700;
    text-transform: uppercase;
    border: unset;
    background: #fff;
    font-size: 27px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.home-page section.newsletter .input-group input {
    border: unset;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
}

.home-page section.newsletter .input-group input:focus {
    border: unset;
    outline: none;
    box-shadow: none;
}

.home-page section.newsletter .input-group input::placeholder {
    font-weight: 500;
    color: #727272;
    font-size: 30px;
}



/************* SPEC HOME PAGE ********/

.spec {
    background: #fff;
    position: relative;
    padding-top: 150px;
}

.spec .spec-hov {
    background: #fff;
    background-size: 100% auto;
    background-position: 0 120%;
    background-repeat: no-repeat;
    position: relative;
}




.spec .hov-box {
    display: flex;
    align-items: flex-end;
}

.spec .partners.second {
    background: transparent !important;
    position: relative;
}

.spec .partners.second  {
    z-index: 5 !important;
    position: relative;
    top: -200px;
}



.spec .hov-box .box {
    border-radius: 250px;
    width: calc(100% / 3);
    padding: 100px 40px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    z-index: 1;
    position: relative;

}



.spec .box:hover {
    transition: background 0.5s linear;
}



.spec .box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity 0.2s ease-in;
}

.spec .box:hover::after {
    opacity: 1;
    transition: opacity 0.2s ease-in;
}

.spec .box.first::after {
    background: url('../../../uploads/theme/box-background1.webp');
}

.spec .box.second::after {
    background: url('../../../uploads/theme/box-background2.webp');
}

.spec .box.third::after {
    background: url('../../../uploads/theme/box-background3.webp');
}


.spec #marquee-slider2 {
    background: #FFF9E3;
    padding-bottom: 20px;
    padding-top: 20px;
}

.spec .box.first {
    background: #F2ECD7;
    transform: scale(1.1);
    z-index: 3;
    transform-origin: left;
    align-items: flex-start;
    min-height: 600px;

}

.spec .box.second {
    background: #B9E7C0;
    min-height: 890px;
    transform: scale(1.1);
    z-index: 2;
    align-items: flex-start;
}

.spec .box.third {
    background: #E4FBE7;
    min-height: 750px;
    align-items: center;

}


.spec .heading {
    font-size: 60px;
    font-weight: 600;
    color: 1a1818;

}














/* product item */


.product-main-item .img-box {
    background: #fff;
    height: 420px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-main-item .img-box a.link-box {
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.product-main-item {
    position: relative;
}

.product-main-item .price:not(.sale) {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.product-main-item .price.sale .new-price {
    font-weight: 500;
    font-size: 20px;
    color: #4BA888;
    margin-top: 5px;
}

.product-main-item .price.sale .old-price {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-decoration: line-through;
    padding-right: 5px;
}

.product-main-item .price.sale {
    display: block;
    text-align: center;
}




.product-main-item .badger {
    position: absolute;
    left: -15px;
    z-index: 2;
    top: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    border-radius: 50%;
    background: var(--main-light-color);
    display: inline-flex;
    justify-content: center;
    width: 70px;
    height: 70px;
    align-items: center;
}

.product-main-item .img-box .link-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-main-item .hover-box {
    position: absolute;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    bottom: 0;
    left: 0;
    transform: translate(0,110%);
    transition: transform 0.3s ease-in-out;
}

.product-main-item:hover .hover-box {
    position: absolute;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    bottom: 0;
    left: 0;
    transform: translate(0,-20px);
    transition: transform 0.3s ease-in-out;
}

.product-main-item .hover-box .add-btn {
    color: #29261d;
    background: #b9e7c0;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    border-radius: 15px;
    width: 100%;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.product-main-item .img-box .link-box .second,
.product-main-item:hover .img-box .link-box .first {
    display: none;
}

.product-main-item:hover .img-box .link-box .second {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-main-item .title {
    display: block;
    text-align: center;
    margin-top: 25px;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}


.product-main-item .variants {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    gap: 5px;
}

.product-main-item .variants a {
    text-decoration: none;
}






/**** PAGE BANNER ****/

.page-banner .wave-end {
    max-width: 100%;
    position: relative;
    display: block;
    width: 100% !important;
    height: auto;
    top: -1px;
    border: none;
    box-sizing: border-box;
}


.page-banner .container .content {
    min-height: 470px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: auto;

}

.page-banner .page-heading {
    font-weight: 600;
    font-size: 64px;
    line-height: 1.2;
}

.page-banner .cont {
    width: 1400px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}



.page-banner {
    padding-top: 15px;
}

.page-banner ul {
    padding-left: 0;
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
}

.page-banner ul {
    padding-left: 0;
    list-style: none;
}

.page-banner ul li {
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}



.page-banner ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 4px;
    width: 7px;
    border-top-left-radius: 2px;
    height: 13px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(-135deg);
}



/********* Category page *****/

/* def banner */
.category-page .page-banner .container .content {
    background: #BFE7C2;
}

.category-page .page-banner {
    color: #121212;
}

.category-page .page-banner .page-heading {
    font-size: 34px;
}

.category-page .page-banner .spec-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}
/* /def banner */

.category-page .products {
    padding-top: 50px;
}




.category-page .categories .content {
    background: #F0EFE8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.category-page .categories .wave-start {
    width: 100%;
    position: relative;
}

.category-page .categories .wave-start {
    top: 1px;
}

.category-page .categories .category-item .img-box {
    height: 470px;
    border-radius: 65px;
    background: #fff;
}

.category-page .categories .category-item .img-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    width: 100%;
    height: 100%;

}

.category-page .categories .category-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-page .categories .category-item .title {
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 25px;
    font-weight: 600;
    color: #000;
    font-size: 35px;
}

.category-page .categories .category-item:hover .title {
    color: #d0a396;
}



.cat-footer {
    background: #F0EFE8;
}


.category-page .product-main-item .img-box {
    background: #F3F3F3;
}


/********* FAQ PAGE ******/

/* def banner */
.faq-page .page-banner .container .content {
    background: #D8A294;
}

.faq-page .page-banner {
    color: #fff;
}

.faq-page .page-banner .page-heading {
    font-size: 64px;
}

.faq-page .page-banner .spec-img {
    position: absolute;
    right: 15%;
    bottom: -18%;
    z-index: 5;
}

.faq-page .page-banner li::after {
    border-color: #fff;
}
/* /def banner */

.faq-page .list {
    max-width: 1000px;
    margin: auto;
}


.faq-page .heading {
    color: #2f4444;
    font-size: 40px;
    font-weight: 600;
}

.faq-page .heading-box {
    margin-bottom: 100px;
}


.faq-item {
    margin-bottom: 25px;
}

.faq-item .faq-answer {
    display: none;
    font-size: 22px;
    margin-top: 25px;
}



.faq-item .faq-question {
    cursor: pointer;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.faq-item .faq-question .img-box {
    width: 60px;
}

.faq-item .faq-question .title {
    width: calc(100% - 60px);
    color: #2f4444;
}

.faq-item.active .faq-question .title {
    color: #D8A294;
}



.faq-page .wave-end {

    max-width: 100% !important;
    width: 100% !important;
    object-fit: contain;


}



/********* product PAGE **********/

/* slider */

.product-page .slider-box .badger {
    position: absolute;
    left: -15px;
    z-index: 2;
    top: 30px;
    font-size: 18px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    display: inline-flex;
    justify-content: center;
    width: 70px;
    height: 70px;
    align-items: center;
    border-radius: 50%;
    background: var(--main-light-color);
}

.product-page .slider-box {
    position: relative;
}

.product-page .product .gallery #product-slider > li > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;

}

.product-page .product .gallery #product-slider > li  {
    width: 100%;
    height: 100%;
}

.product-page .product .gallery #product-slider  {
    height: 700px !important;
}

.product-page .product .gallery .slider-box {
    max-width: 100% !important;
    width: 750px !important;
}

.product-page .product .gallery .lSSlideWrapper {
    border-radius: 24px;
    background: #f3f3f3;
}
.product-page .product .gallery .lSPager li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;

}

.product-page .product .gallery .lSPager {
    padding-top: 25px;
}

.product-page .product .gallery .lSPager li a img {
    width: 100%;
    aspect-ratio: 1/1 !important;
    object-fit: contain;
}


/* info */

.product-page .product-info .ranking-box {
    display: flex;
    gap: 5px;
    align-items: center;
}

.product-page .product-info .product-title {
    font-weight: 700;
    font-size: 36px;
    color: #1a1818;
    margin-top: 20px;
}



.product-page .product-info .benefits ul {
    padding-left: 0;
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
}

.product-page .product-info .benefits ul {
    padding-left: 0;
    list-style: none;
}

.product-page .product-info .benefits ul li {
    line-height: 1.8;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #1a1818;
}



.product-page .product-info .benefits ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 8px;
    border-top-left-radius: 2px;
    height: 14px;
    border-top: 3px solid;
    border-left: 3px solid;
    transform: rotate(-135deg);
}


.product-page .product-info .price-box .price:not(.old),
.product-page .product-info .price-box .price.new {
    font-size: 36px;
    font-weight: 500;
    color: #4BA888;
    line-height: 1;
}

.product-page .product-info .price-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
}

.product-page .product-info .price-box .price.old {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 1;
    text-decoration: line-through;
}

.product-page .product-info .price-box .badger {
    margin-bottom: auto;
    margin-left: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 4px 8px;
    color: #2e523d;
    gap: 5px;
    background: #B9E7C0;
    width: 100px;
    height: 30px;
    border-radius: 19px;
}

.product-page .product-info .variant-box {
    margin-top: 20px;
    margin-bottom: 10px;
}

.product-page .product-info .variant-box strong,
.product-page .product-info .size-box strong,
.product-page .product-info .op-box strong {
    font-weight: 700;
}

.product-page .product-info .variant-box .head,
.product-page .product-info .op-box .head,
.product-page .product-info .size-box .head {
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.product-page .product-info .variant-box .variants a {
    text-decoration: none;
}

.product-page .product-info .variant-box .variants {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.product-page .product-info .size-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}

.product-page .product-info .size-box .head {
    margin-bottom: 0;
}





.product-page {
    padding-top: 80px;
}

.product-page .product-info {
    padding-left: 80px;
}

.product-page .product-info .op-box {
    margin-bottom: 90px;
}


.product-page .product-info .op-box .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-page .product-info .op-box .qty {
    width: 110px;
}

.product-page .product-info .op-box .t-btn {
    width: calc(100% - 140px);

    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #4ba888;
    letter-spacing: 0.5;

}

.product-page .product-info .op-box .count {
    display: flex !important;
    width: 100% !important;
    justify-content: center;
    color: #000;

}

.product-page .product-info .op-box .count input {
    border: none;
    width: calc(100% / 3);
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}

.product-page .product-info .op-box .count input:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}


/* Chrome, Safari, Edge, Opera */
.product-page .product-info .op-box .count input::-webkit-outer-spin-button,
.product-page .product-info  .op-box .count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.product-page .product-info .op-box .count input[type=number] {
    -moz-appearance: textfield;
}


.product-page .product-info .op-box .count > div {
    border: none;
    width: calc(100% / 3);
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
}

.product-page .product-info .op-box .count > div:first-child span  {
    text-align: left;
}

.product-page .product-info .op-box .count > div span  {
    display: block;
    width: 100%;
    text-align: right;
}














/*tabs */


.product-tab {
    margin-bottom: 25px;
}

.product-tab .product-tab-content {
    display: none;
    font-size: 22px;
    margin-top: 25px;
}



.product-tab .product-tab-opener {
    cursor: pointer;
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.product-tab .product-tab-opener .img-box {
    width: 60px;
}

.product-tab .product-tab-opener .title {
    width: calc(100% - 60px);
    color: #1a1818;
}

.product-tab.active .product-tab-opener .title {
    color: #D8A294;
}




/*** section testimonials ***/

/* testimonials */


.product-page .testimonials .testimonial-item.green {
    background: #E9FBEC;
}

.product-page .testimonials .testimonial-item {
    padding: 45px;
    border-radius: 30px;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.product-page .testimonials .testimonial-item p {
    font-size: 20px;
    line-height: 30px;
    min-height: 90px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.product-page .testimonials .splide__slide {
    display: inline-flex;
    align-items: flex-end;
    padding: 0 15px;
}

.product-page .testimonials .testimonial-item .name {
    margin-top: auto;
    display: block;
}



.product-page .testimonials {
    background: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
}



.product-page .testimonials .heading-box {
    margin-bottom: 80px;
}




/* related */

.product-page .related .heading {
    font-size: 60px;
    color: #4ba888;
    font-weight: 400;
    margin-bottom: 45px;
}

.product-page .related {
    padding: 50px 0;
}


/** info **/


.product-page section.info .gif {
    width: 100%;
}

.product-page section.info {
    background: #fff;;
}

.product-page section.info .heading {
    font-size: 60px;
    font-weight: 700;
}

.product-page section.info .heading-box {
    max-width: 620px;
    margin: auto;
    margin-bottom: 100px;
}

.product-page section.info .cont {
    background: #FFF6C8;
    padding-top: 50px;
    padding-bottom: 40px;
}

.relative {
    position: relative;
}

.product-page section.info .rounder-box {
    position: absolute;
    left: 50px;
    top: 0;
    z-index: 50;
    transform: translate( 0, -70%);
}

.product-page section.info .info-box {
    margin-bottom: 50px;
    max-width: 500px;
}

.product-page section.info .info-box p {
    font-size: 20px;
}

.product-page section.info .info-box span {
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
.product-page section.info .wave-start {
    bottom: -1px;
    width: 100%;
    position: relative;
}


.product-page section.info .wave-end {
    width: 100%;
    position: relative;
    bottom: 1px;
}

/* benefits */

.product-page .benefits {
    padding-top: 20px;
    padding-bottom: 8px;
}

.product-page .benefits .benefit-item {
    margin: auto;
    max-width: 270px;
    text-align: center;
}

.product-page .benefits .benefit-item img {
    height: 90px;
    width: auto;
    max-width: 700%;

}

.product-page .benefits .benefit-item .title {
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.product-page .benefits .benefit-item p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

/** benefits 2 **/

.product-page section.benefits2 .wave-end {
    width: 100%;
    position: relative;
    bottom: 1px;
}

.product-page .benefits2 .content {
    background: #E4FBE7;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
}

.product-page .benefits2 .content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(335px / 2);
    background: #fff;
    z-index: -1;
}

.product-page .benefits2 .benefit-item {
    max-width: 350px;margin: auto;
}

.product-page .benefits2 .benefit-item .title {
    font-size: 30px;
    display: block;
    color: #000;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
    min-height: 90px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.product-page .benefits2 .benefit-item p {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.product-page .benefits2 .heading {
    font-weight: 700;
    font-size: 60px;
    max-width: 680px;
    margin: auto;
}

.product-page .benefits2 .top-part img {
    z-index: 5;
}

.product-page .benefits2 .top-part {
    padding-bottom: 90px;
}

.product-page .benefits2 .spec-col {
    padding-top: 120px;
    position: relative;
}

.product-page .benefits2 .spec-col img {
    max-width: 100%;
    position: relative;
    top: -100px;
}

/*** Rating **/

.product-page .rating .rating-item {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.product-page .rating .rating-item .stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.product-page .rating .rating-item .bar {
    width: 290px;
    height: 31px;
    position: relative;
    overflow: hidden;
    border-radius: 27px;
    background: #f0f0f0;
}

.product-page .rating .rating-item .bar .prog {
    background: #b9e7c0;
    position: absolute;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}

.product-page .rating .rating-item .number {
    width: 70px;
    font-size: 22px;
    color: #6d6d6d;
}

.product-page .rating .total-rating .box {
    display: flex;
    align-items: center;
    gap: 35px;
}

.product-page .rating .total-rating .stars {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-page .rating .total-rating .box .total {
    font-size: 22px;
    color: #6d6d6d;
}

.product-page .rating .total-rating .info {
    font-size: 22px;
    display: block;
    margin-top: 10px;
    color: #383838;
}

.product-page .rating {
    padding-top: 70px;
    padding-bottom: 50px;
}


.product-page .rating .heading-box {
    margin-bottom: 55px;
}

.product-page .rating .heading {
    color: #3a675e;
}



/**** pop up ****/

body.popped {
    height: 100vh;
    overflow: hidden;
}


.js-pop-up:not(.active) {
    display: none;
}

.js-pop-up {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

.js-pop-up .content {
    padding: 135px 25px;
    max-width: 98%;
    max-height: 98vh;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 1400px;
    background: #E4FBE7;
    border-radius: 31px;
}

.js-pop-up .js-popup-close {
    cursor: pointer;
}

.js-pop-up-close {
    position: absolute;
    top: 25px;
    right: 25px;
    background: none;
    border: none;
}

.js-pop-up .title {
    display: block;
    margin-bottom: 25px;
    font-size: 60px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

.js-pop-up p {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    max-width: 480px;
}


.js-pop-up .form-control {
    border: none;
    border-radius: 50px;
    height: 74px;
    padding-left: 35px;
}

.js-pop-up .form-control::placeholder {
    font-size: 23px;
    line-height: 1;
    color: #000;
}


.js-pop-up .form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;

}






/***** testimonials page *********/


.testimonial-page .rating .rating-item {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.testimonial-page .rating .rating-item .stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.testimonial-page .rating .rating-item .bar {
    width: 290px;
    height: 31px;
    position: relative;
    overflow: hidden;
    border-radius: 27px;
    background: #f0f0f0;
}

.testimonial-page .rating .rating-item .bar .prog {
    background: #b9e7c0;
    position: absolute;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}

.testimonial-page .rating .rating-item .number {
    width: 70px;
    font-size: 22px;
    color: #6d6d6d;
}

.testimonial-page .rating .total-rating .box {
    display: flex;
    align-items: center;
    gap: 35px;
}

.testimonial-page .rating .total-rating .stars {
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonial-page .rating .total-rating .box .total {
    font-size: 22px;
    color: #6d6d6d;
}

.testimonial-page .rating .total-rating .info {
    font-size: 22px;
    display: block;
    margin-top: 10px;
    color: #383838;
}

.testimonial-page .rating {
    padding-bottom: 100px;
}

.testimonial-page .rating .container {
    padding-top: 150px;
}


.testimonial-page .rating .heading-box {
    margin-bottom: 55px;
}

.testimonial-page .rating .heading {
    color: #3a675e;
}

.testimonial-page .rating .container {
    position: relative;
}

.testimonial-page .rating .spec-img {
    position: absolute;
    top: 35px;
    right: 0;
    transform: translate(-100%, 0);
}


/* test item */




.testimonial-page .testimonial-item.green {
    background: #E9FBEC;
}

.testimonial-page .testimonial-item {
    padding: 45px;
    border-radius: 30px;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-page .testimonial-item p {
    font-size: 20px;
    line-height: 30px;
    min-height: 90px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.testimonial-page .splide__slide {
    display: inline-flex;
    align-items: flex-end;
    padding: 0 15px;
}

.testimonial-page .testimonial-item .name {
    margin-top: auto;
    display: block;
}




.testimonial-page .heading {
    font-weight: 400;
    font-size: 60px;
    color: #3A675E;
}

.testimonial-page .heading-box {
    margin-bottom: 80px;
}



/*** reclaimation page **/

.reclaimation-page {
    padding-bottom: 70px;

}


.reclaimation-page .top-part .container {
    position: relative;
}

.reclaimation-page .top-part .container .spec-img {
    position: relative;
    transform: translate(-50%, 20%);
}



.reclaimation-page .top-part .heading {
    font-size: 64px;
    max-width: 700px;
    font-weight: 600;
    margin: auto;
    margin-bottom: 150px;
}

.reclaimation-page .container {
    max-width: 1000px;
}

.reclaimation-page .reclaim .heading-box {
    margin-bottom: 70px;
}

.reclaimation-page .reclaim {
    margin-bottom: 100px;
}

.reclaimation-page .reclaim .heading-box .heading {
    font-weight: 600;
    font-size: 50px;
}



/*** DELIVERY PAGE ***/


.delivery-info-page {
    padding-bottom: 70px;

}


.delivery-info-page .top-part .container {
    position: relative;
}

.delivery-info-page .top-part .container .spec-img {
    position: relative;
    transform: translate(-50%, 20%);
}



.delivery-info-page .top-part .heading {
    font-size: 64px;
    max-width: 700px;
    font-weight: 600;
    margin: auto;
    margin-bottom: 100px;
}

.delivery-info-page .pricing .row {
    max-width: 750px;
    margin: auto;
    margin-bottom: 50px;
}

.delivery-info-page .pricing .dev-info {
    text-align: center;
}

.delivery-info-page .pricing .dev-info .title {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px;
}

.delivery-info-page .pricing .dev-info .value strong {
    font-weight: 600;
}

.delivery-info-page .pricing .dev-info .value {
    font-weight: 400;
    font-size: 16px;
}



.delivery-info-page .container {
    max-width: 1000px;
}

.delivery-info-page .reclaim .heading-box {
    margin-bottom: 70px;
}

.delivery-info-page .reclaim {
    margin-bottom: 100px;
}

.delivery-info-page .reclaim .heading-box .heading {
    font-weight: 600;
    font-size: 50px;
}


/* table */

.delivery-info-page .pricing .table {
    border: unset !important;
}

.delivery-info-page .pricing .table tr {
    border: none;
}


.delivery-info-page .pricing {
    margin-bottom: 50px;
}

.delivery-info-page .pricing .table td,
.delivery-info-page .pricing .table th {
    border-color: #fff;
    background: #CAE9CE;
    padding: 14px 20px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;

}

.delivery-info-page .pricing .table tbody tr td:first-child {
    text-align: left;
    font-weight: 700;
}

.delivery-info-page .pricing .table thead tr th:first-child {
    text-align: left;
}

.delivery-info-page .pricing .table tbody tr:nth-of-type(odd) td {
    background: #B7DDBC;
}

.delivery-info-page .pricing .table tbody tr td {
    white-space: nowrap;
}


/**** b2b register *****/


.b2b-register-page  {
    padding: 70px 0;
}

.b2b-register-page .heading  {
    font-weight: 600;
    font-size: 64px;
}

.b2b-register-page .container {
    max-width: 1000px;
}

.b2b-register-page .heading-box {
    margin-bottom: 50px;
}

.b2b-register-page .form-control {
    border-color: #c6c6c6;
    border-radius: 26px;
    padding-left: 45px;

}

.b2b-register-page .spec-img {
    position: relative;
    left: -50px;
    top: 50px;
}

.b2b-register-page .form-check-inline {
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    color: #78B281;
}

.b2b-register-page .form-check-inline input {
    border-color: #78B281;
}

.b2b-register-page .form-check-inline input:checked {
    background: #78B281;
    box-shadow: none;
    border-color: #78B281;
}

.b2b-register-page .form-control:not(textarea) {
    height: 80px;
}

.b2b-register-page input.t-btn {
    max-width: 500px;
}

.b2b-register-page .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #111;
}


.b2b-register-page textarea.form-control {
    padding-top: 35px;
}

.b2b-register-page .form-group {
    margin-bottom: 15px;
}

.b2b-register-page .form-control::placeholder {
    font-size: 20px;
    font-weight: 400;
    color: #5f5e5e;
    line-height: 1;
}


/*** USAGE PAGE ***/

/* def banner */
.usage-page .page-banner .container .content {
    background: #D8A294;
}



.usage-page .page-banner {
    color: #fff;
}

.usage-page .page-banner .page-heading {
    font-size: 64px;
}

.usage-page .page-banner .spec-img {
    position: absolute;
    right: 10%;
    bottom: -22%;
    z-index: 5;
}


.usage-page .page-banner li::after {
    border-color: #fff;
}
/* /def banner */



/* benefits */

.usage-page .benefits {
    padding-top: 70px;
}

.usage-page .benefits .benefit-item .img-box {
    background: #fff;
    border-radius: 15px;
    max-width: 100%;
    width: 450px;
    padding: 25px;
    margin: auto;
    margin-bottom: 25px;

}

.usage-page .benefits .benefit-item p {
    max-width: 450px;
    margin: auto;
    text-align: center;
    color: #000;
    font-size: 20px;
}


.usage-page .benefits .benefit-item img {

    width: 340px;
    height: 340px;
    object-fit: contain;

}

.usage-page .benefits .benefit-item {
    text-align: center;
    margin-bottom: 50px;
}

.usage-page .benefits .benefit-item .img-box {
    position: relative;
}

.usage-page .benefits .benefit-item .bdg-box {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.usage-page .benefits .benefit-item .bdg {
    color: #000;
    background: #FFEC8F;
    font-size: 16px;
    font-weight: 500;
    border-radius: 15px;
    padding: 4px 8px;
    display: inline-block;
    margin-bottom: 10px;
}

/*** faq ****/


.usage-page .faq .container {
    max-width: 1000px;
}

.usage-page .faq {
    padding-bottom: 120px;
}

.usage-page .faq .heading {
    font-size: 64px;
    font-weight: 600;
}

.usage-page .faq .cont {
    background: #F1FFF3;
    padding-bottom: 25px;
    padding-top: 25px;
}

.usage-page .faq .cont .container {
    position: relative;
}

.usage-page .faq .cont .spec-img {
    position: absolute;
    left: -10%;
    bottom: -100px;
    z-index: 5;
}

.usage-page .faq .wave-start,
.usage-page .faq .wave-end {
    width: 100%;
    position: relative;
}

.usage-page .faq .wave-start {
    top: 1px;
}


.usage-page .faq .wave-end {
    bottom: 1px;
}


.usage-page .faq .list {
    margin-bottom: 133px;
}



/** about **/

.usage-page .about .info-text {
    padding-left: 80px;
}

.usage-page .about .heading {
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 100px;
}

.usage-page .about .info-box {
    display: flex;
    align-items: flex-start;
    column-gap: 50px;
    margin-bottom: 80px;

}

.usage-page .about .info-box span {
    line-height: 1.2;
    font-size: 40px;
    font-weight: 500;
}


/* repair */

.usage-page .repair .wave-start,
.usage-page .repair .wave-end {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.usage-page .repair .wave-start {
    bottom: -1px;
}


.usage-page .repair .wave-end {
    bottom: 1px;
}



.usage-page .repair .content {
    background: #F1FFF3;
    padding-bottom: 225px;
}

.usage-page .repair {
    position: relative;
    padding-bottom: 150px;
    margin-bottom: 300px;

}

.usage-page .repair .conter {
    position: absolute;
    left: 0;
    top: 450px;
    width: 100%;
    z-index: 5;
}


.usage-page .repair .container {
    max-width: 1300px;
    position: relative;
}

.usage-page .repair .heading {
    font-size: 64px;
    font-weight: 600;
}

.usage-page .repair .info-box {
    font-size: 25px;
    max-width: 300px;
}

.usage-page .repair .info-box.second {
    position: relative;
    transform: translate(-50px, 170%);
    z-index: 5;
}

.usage-page .repair img {
    transform: scale(1.3);
    top: 0;
    z-index: 5;
    position: relative;
}

.usage-page .repair .btn-box {
    position: relative;
    top: 170px;
}



/*** article item ******/

.usage-page .articles .heading-box .heading {
    font-size: 64px;
    font-weight: 500;
    color: #2e232c;
    position: relative;
}

.usage-page .articles .heading-box {
    margin-bottom: 180px;
}

.usage-page .articles {
    padding-top: 50px;
}





.usage-page .articles .nav-tabs .nav-item:not(:last-of-type) .nav-link:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0,-50%);
    display: block;
    width: 1px;
    height: 70px;
    background: #000;
}



a.jx-knightlab {
    display: none;
}

section.articles {
    padding-bottom: 85px;
}

.article-item .circle {
    position: absolute;
    bottom: -5px;
    right: -5px;
}

.article-item .crc {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.article-item {
    margin-bottom: 100px;
}

.article-item .img-box {
    position: relative;
    display: block;
}

.article-item .img-box .main-img {
    border-radius: 25px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.article-item .title {
    margin-top: 30px;
    display: block;
    font-weight: 600;
    line-height: 1.3;
    font-size: 30px;
    text-decoration: none;
    color: #000;
    margin-bottom: 8px;
}

.article-item .category {
    font-weight: 600;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    border-radius: 25px;
    padding: 4px 15px;
}

.article-list .art-col:nth-child(5n+1) .article-item .crc {
    background: #D8A294;
}

.article-list .art-col:nth-child(5n+2) .article-item .crc {
    background: #4BA688;
}

.article-list .art-col:nth-child(5n+3) .article-item .crc {
    background: #B9E7C0;
}

.article-list .art-col:nth-child(5n+4) .article-item .crc {
    background: #FFEC8F;
}

.article-list .art-col:nth-child(5n+5) .article-item .crc {
    background: #4BA688;
}




/****** ABOUT PAGE ****/

/* def banner */
.about-page .page-banner .container .content {
    background: #FFEC8F;
}

.about-page .page-banner {
    color: #29261d;
}

.about-page .page-banner li::after {
    border-color: #29261d;
}

.about-page .spec-img-2 {
    position: relative;
    /*top: 100px; keď bude bounce aktivny*/
    top: 180px;
    z-index: 2;
}

.about-page .spec-img-1 {
    position: relative;
    /*top: 50px; keď bude bounce aktivny */
    z-index: 2;
}

/* /def banner */


/* about */

.about-page .about {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-page .about .heading-box .heading {
    font-weight: 600;
    font-size: 64px;
    max-width: 750px;
    margin: auto;

}

.about-page .about .heading-box {
    margin-bottom: 140px;
}


/* paralax */

.about-page .paralax .box {
    display: flex;
    aspect-ratio: 3.55/1;
}

.about-page .paralax .box img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.about-page .paralax .rounder {
    position: absolute;
    right: 70px;
    z-index: 2;
    top: 0;
}

.about-page .paralax {
    margin-bottom: 120px;
}


/******** TIMELINE ******/

.timeline-sec .heading {
    font-size: 60px;
    font-weight: 700;
}

.timeline .container {
    max-width: 1300px;
}


.timeline-sec {
    overflow: hidden;
}


.timeline {
    position: relative;
    z-index: 1;
    margin-top: 150px;
}

.timeline .first-spec {
    position: relative;
    transform-origin: bottom left;
    transform: scale(1.25);
    bottom: 150px;
    left: 0;
}

.timeline:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translate(-50%, 0);
    height: calc(100% - 12px);
    width: 1px;
    border: 1px dashed #000;
    z-index: 10;
}

.timeline .text {
    font-size: 22px;
    line-height: 1.4;
    color: #363333;
    font-weight: 500;
    max-width: 285px;
    position: relative;
}

.timeline .text .year {
    display: block;
    line-height: 1;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 24px;
}

.timeline .text.right {
    margin-left: 50px;
}

.timeline .text.left {
    margin-right: 50px;
}

.timeline .second-spec {
    position: absolute;
    top: 50px;
    right: 80px;
}

.timeline .third-spec {
    position: relative;
    margin-left: 50px;
    transform: scale(1.25);
    transform-origin: left bottom;
}

.timeline .text-001 {
    max-width: 340px;
}

.timeline-part {
    max-width: 100%;
}

.timeline .text-002 .big {
    font-size: 32px;
    font-weight: 700;
}

.timeline .fourth-spec {
    transform: scale(1.07);
    transform-origin: left top;

}

.timeline .text-003 {
    top: -150px;
}

.timeline .text .spec-year {
    margin-bottom: 32px;
}

.timeline .spec-col-5 {
    padding-right: 50px;
}

.timeline {
    padding-bottom: 150px;
}



.timeline-sec .spec-tree {
    position: relative;
    left: 23%;
    top: -25px;
}


@media (max-width: 1800px) {
    .timeline .third-spec {
        width: 500px;
    }
}

@media (max-width: 1600px) {
    .timeline .third-spec {
        width: 400px;
    }
    .timeline .text.right {
        margin-left: 20px;
    }

    .timeline .text.left {
        margin-right: 20px;
    }



}

@media (max-width: 1500px) {
    .timeline .third-spec {
        width: 550px;
    }
    .timeline img {
        position: static !important;
    }

    .timeline .first-spec {
        transform: unset !important;
    }

    .timeline .third-spec {
        transform: unset !important;
    }
}


/**** FINISH ****/

.about-page .finish {
    position: relative;
}

.about-page .finish .spec-img {
    position: relative;
    width: 100%;
    top: 120px;
}

.about-page .finish .content {
    background: #E4FBE8;
    position: relative;
}


.about-page .finish .content:after {
    content: '';
    display: block;
    width: 100%;
    height: 800px;
    background: #E4FBE8;
    position: absolute;
    bottom: 0;
    left:0;
    transform: translate(0,100%);
}


.about-page .finish .heading {
    max-width: 850px;
    font-size: 60px;
    font-weight: 700;
    margin: auto;
}

.about-page .finish .heading-box {
    margin-bottom: 50px;
}

.about-page .finish p {
    max-width: 570px;
    margin: auto;
    font-size: 25px;
    font-weight: 500;
}

.about-page .finish .wave-end {
    position: absolute;
    width: 100%;
    height: auto;
    top: calc(799px + 100%);
    left: 0;
}

.about-page .finish .img-box {
    position: relative;
}

.about-page .finish .img-box .spec-bee-2 {
    position: absolute;
    top: 50%;
    left: 45px;
    z-index: 5;
}

.about-page .finish .img-box .spec-bee {
    position: absolute;
    bottom: -70px;
    z-index: 5;
    right: 45px;
}

.main-footer {
    z-index: 4;
    position: relative;
}


/****** B2b page ***/

/* def banner */
.b2b-page .page-banner .container .content {
    background: #FFBA49;
}

.b2b-page .page-banner {
    color: #fff;
}

.b2b-page .page-banner .page-heading {
    font-size: 64px;
}

.b2b-page .page-banner .spec-img {
    position: absolute;
    right: 15%;
    bottom: -12%;
    z-index: 5;
}

.b2b-page .page-banner li::after {
    border-color: #fff;
}
/* /def banner */





.b2b-page .page-banner .rounder {
    position: absolute;
    top: calc(100% - 60px);
    z-index: 2;
    left: 0;
}

.b2b-page .about .heading-box {
    margin-bottom: 50px;
}

.b2b-page .about .heading-box .heading {
    font-weight: 600;
    font-size: 64px;
    color: #29261d;
    max-width: 800px;
    margin: auto;
}

.b2b-page .about {
    padding-top: 150px;
}

.b2b-page .about .head-text {
    font-weight: 500;
    font-size: 24px;
    margin: auto;
    max-width: 570px;
}

.b2b-page .about .row.rower {
    max-width: 800px;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 40px;
}

.b2b-page .about .rower .cont p {
    font-size: 24px;
    color: #000;
    max-width: 320px;
}

.b2b-page .about .text-2,
.b2b-page .about .text-3 {
    font-weight: 400;
    margin-bottom: 60px;
}

.b2b-page .about .text-2 {
    max-width: 750px;
}

.b2b-page .about .text-3 {
    max-width: 500px;
}


.b2b-page .about .rower ul li {
    font-weight: 400;
    color: #000;
    font-size: 24px;
}

.b2b-page .about .rower ul {
    padding-left: 0;
    list-style: none;
}

.b2b-page .about .rower ul li {
    line-height: 1.6;
    position: relative;
    padding-left: 35px;
}



.b2b-page .about .rower ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 7px;
    width: 9px;
    border-top-left-radius: 2px;
    height: 16px;
    border-top: 3px solid;
    border-left: 3px solid;
    transform: rotate(-135deg);
    border-color: #dba294;
}


.b2b-page .about .btn-box {
    max-width: 550px;
    margin: auto;
}

.b2b-page .about .btn-box .t-btn {
    display: flex;
    margin-bottom: 25px;
    font-size: 21px;
}

/* benefits */

/* benefits */

.b2b-page .benefits {
    padding-top: 120px;
    padding-bottom: 70px;
}

.b2b-page .benefits .benefit-item {
    margin: auto;
    max-width: 270px;
    text-align: center;
}

.b2b-page .benefits .benefit-item img {
    height: 90px;
    width: auto;
    max-width: 700%;

}

.b2b-page .benefits .benefit-item .title {
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.b2b-page .benefits .benefit-item p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}


/** CONTACT PAGE  **/

.contact-page .contact .container {
    max-width: 1470px;
}


/* form box */





.contact-page .form-box .form-control {
    border-color: #cdcdcd;
    border-radius: 26px;
    padding-left: 48px;
    font-size: 20px;
}

.contact-page .form-box {
    max-width: 730px;
}


.contact-page .form-box .form-control::placeholder {
    font-size: 24px;
    font-weight: 400;
    color: #29261d;
}

.contact-page .form-control:not(textarea) {
    height: 90px;
}

.contact-page .form-box .form-group {
    margin-bottom: 22px;
}

.contact-page .form-box .form-control:focus {
    box-shadow: none;
}

.contact-page .form-box textarea.form-control {
    padding-top: 35px;
}

.contact-page .form-box .btn-box {
    margin-top: 50px;
}

.contact-page .form-box .btn-box .t-btn {
    font-size: 32px;
    font-weight: 600;
    height: 90px;
    border-radius: 50px;
    text-transform: uppercase;
    gap: 25px;
}


.contact-page .form-box .btn-box .t-btn:hover {
    background: #333;
    color: #fff;
}

.contact-page .form-box .heading {
    font-size: 50px;
    font-weight: 600;
}

.contact-page .form-box .heading-box {
    margin-bottom: 60px;
}

.contact-page .contact .contact-info {
    max-width: 340px;
    margin-bottom: 40px;
}

.contact-page .contact .contact-info .title {
    display: block;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 14px;
    color: #4ba888;
}

.contact-page .contact .contact-info .value {
    display: block;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}

.contact-page .contact .contact-info a.value {
    text-decoration: none;
    font-size: 22px;
}

.contact-page .contact .soc-box {
    display: flex;
    gap: 25px;
}

.contact-page .contact {
    padding-bottom: 125px;
}

/** map **/



.contact-page .map .round-box {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,-50%);
}

.contact-page .map .round-box .bee {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.contact-page .map {
    position: relative;
}

.relative {
    position: relative;
}

.contact-page .map .map-box {
    border-radius: 55px;
    overflow: hidden;
}

.contact-page .map .cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.contact-page .map .bottom-part {
    position: relative;
    top: -190px;
}

.contact-page .map .bottom-part .bee {
    position: absolute;
    bottom: 0;
    right: -30px;
}

.contact-page .map .bottom-part .heading-box .heading {
    font-size: 64px;
    font-weight: 600;
    color: #29261d;
}

.contact-page .map .bottom-part .heading-box span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}











/*** animation **/

@keyframes bounce-up {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-90px); }
}

@keyframes bounce-down {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(90px); }
}

.bounce-up {
    animation: bounce-up 5s infinite ease-in-out;
    position: relative;
}

.bounce-down {
    animation: bounce-down 5s infinite ease-in-out;
    position: relative;
}


/******** WORKSHOP PAGE **********/

/* def banner */
.workshop-page .page-banner .container .content {
    background: #FFBA49;
}

.workshop-page .page-banner {
    color: #fff;
}

.workshop-page .page-banner .page-heading {
    font-size: 64px;
}

.workshop-page .page-banner .spec-img {
   position: relative;
    top: 100px;
    z-index: 5;
}

.workshop-page .page-banner .spec-img-2 {
    position: relative;
    top: 40px;
    z-index: 5;
}

.workshop-page .page-banner li::after {
    border-color: #fff;
}
/* /def banner */


/* about */

.workshop-page .about .container {
    max-width: 1400px;
}

.workshop-page .about .content-box {
    padding-left: 75px;
}

.workshop-page .about .round-box {
    position: relative;
    text-align: right;
    transform: translate(15%, -50%);
}

.workshop-page .about {
    padding-top: 134px;
}

.workshop-page .about .heading-box {
    margin-bottom: 200px;
}

.workshop-page .about .heading-box .heading {
    font-weight: 700;
    max-width: 850px;
    margin: auto;
    color: #29261D;
}

.workshop-page .about p {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 50px;
    margin-top: 25px;
}

.workshop-page .about .t-btn {
    height: 86px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 24px;
}

.workshop-page .about .content-box .img-box {
    text-align: center;
    margin-top: 122px;
}


/* hexa */

.workshop-page .hexa .content-box {
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.workshop-page .hexa .content-box .info-box .head {
    max-width: 370px;
    color: #ffba49;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.35;
    display: block;
    margin-bottom: 34px;
}

.workshop-page .hexa .content-box .info-box p {
    font-size: 22px;
    font-weight: 500;
    color: #363333;
    max-width: 450px;
    margin-bottom: 30px;
}

.workshop-page .hexa .heading {
    font-weight: 700;
    color: #29261d;
}

.workshop-page .hexa .heading-box {
    margin-bottom: 150px;
}

/* spec-hexa  */

.workshop-page .wave-hexa .wave-end {
    width: 100%;
    position: relative;
    bottom: 1px;
}

.workshop-page .wave-hexa .wave-start {
    width: 100%;
    position: relative;
    top: 1px;
}

.workshop-page .wave-hexa .content {
    background: #F1FFF3;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}

.workshop-page .wave-hexa .container {
    max-width: 1350px;
}

.workshop-page .wave-hexa .content {
    background: #F1FFF3;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}

.workshop-page .wave-hexa ul {
    padding-left: 0;
    font-weight: 500;
    margin-top: 25px;
}

.workshop-page .wave-hexa ul {
    padding-left: 0;
    list-style: none;
}

.workshop-page .wave-hexa ul li {
    position: relative;
    line-height: 1;
    margin-bottom: 32px;
    font-size: 32px;
    padding-left: 35px;
    font-weight: 700;
}



.workshop-page .wave-hexa ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 10px;
    border-top-left-radius: 2px;
    height: 18px;
    border-top: 3px solid;
    border-left: 3px solid;
    transform: rotate(-135deg);
}

.workshop-page .wave-hexa .spec-img {
    position: absolute;
    right: 0;
    bottom: -20px;
}

.workshop-page .wave-hexa {
    padding-top: 250px;
}

/* section text */

.workshop-page section.text p {
    color: #000;
    font-size: 20px;
    max-width: 750px;
    margin: auto;
    margin-top: 60px;
}

.workshop-page section.text {
    padding: 100px 0;
}

/** section former **/

.workshop-page .former .content {
    background: #F1FFF3;
    position: relative;
}

.workshop-page .former .content::after {
    content: '';
    width: 100%;
    height: 450px;
    display: block;
    position: absolute;
    bottom: 0;
    transform: translate(0,100%);
    left: 0;
    background: #F1FFF3;
}

.workshop-page .former .wave-start {
    width: 100%;
    position: relative;
    top: 1px;
}

.workshop-page .former .container {
    max-width: 1350px;
}

.workshop-page .former .content {
    padding-bottom: 70px;
}

.workshop-page .former .form-group {
    margin-bottom: 8px;
}

.workshop-page .former .form-control:not(textarea) {
    height: 91px;
    padding-left: 50px;
}

.workshop-page .former textarea.form-control {
    padding-left: 50px;
    padding-top: 50px;
}

.workshop-page .former .form-control {
    border-radius: 26px;
    border: none;
    font-size: 20px;
}

.workshop-page .former .form-control:focus {
    box-shadow: none;
}

.workshop-page .former .heading {
    font-weight: 700;
    color: #29261d;
    font-size: 50px;
}

.workshop-page .former .form-control::placeholder {
    font-size: 24px;
    color: #29261d;
}

.workshop-page .former .t-btn {
    height: 87px;
    max-width: 100%;
    width: 267px;
    font-size: 24px;
    gap: 34px;
    border-radius: 50px;
}

.workshop-page .former .form-box {
    max-width: 100%;
    width: 550px;
    margin: auto;
}


.workshop-page .former .round-box {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, -70%);
}

.workshop-page .former .content .container {
    position: relative;
}




/****** custom-page ****/

body.custom .main-header,
body.custom {
    background: #F0EFE8;
}


/* def banner */
.custom-page .page-banner .container .content {
    background: #718F8E;
}

.custom-page .page-banner {
    color: #fff;
}

.custom-page .page-banner .page-heading {
    font-size: 64px;
}

.custom-page .page-banner .spec-img {
    position: relative;
    top: 50px;
    z-index: 5;
}


.custom-page .page-banner li::after {
    border-color: #fff;
}
/* /def banner */

/* sliders */

.custom-page .slider1 .img-box,
.custom-page .slider2 .img-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.custom-page .slider2 {
    padding-top: 70px;
    padding-bottom: 50px;
}

/* gallery */

.custom-page .gallery .wave-start,
.custom-page .gallery .wave-end {
    width: 100%;
    position: relative;
}

.custom-page .gallery .wave-start {
    top: 1px;
}


.custom-page .gallery .wave-end {
    bottom: 1px;
}


.custom-page .gallery .content {
    background: #E4FBE7;
    padding: 45px 0;
}

.custom-page .gallery .gallery-box {
    display: flex;
    gap: 2px;
    width: 100%;
    flex-wrap: wrap;
}

.custom-page .gallery .container {
    max-width: 1680px;
}

.custom-page .gallery .gallery-box .box {
    width: calc( (100% / 4) - (6px / 4)  );
}

.custom-page .gallery .gallery-box .box {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.custom-page .gallery .gallery-box .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-page .gallery .gallery-box .box:nth-of-type(even) a:first-child,
.custom-page .gallery .gallery-box .box:nth-of-type(odd) a:last-child {
    height: 530px;
}

.custom-page .gallery .gallery-box .box:nth-of-type(even) a:last-child,
.custom-page .gallery .gallery-box .box:nth-of-type(odd) a:first-child {
    height: 350px;
}


/*** about **/

.custom-page .about .container {
    max-width: 1400px;
}

.custom-page .about .gif {
    background: #E4FBE7;
    padding-top: 40px;
}

.custom-page .about {
    padding-bottom: 200px;
    padding-top: 130px;
}

.relative {
    position: relative;
}

.custom-page .about .heading-box .heading {
    font-weight: 600;
    font-size: 64px;
    margin: auto;
    max-width: 800px;
}

.custom-page .about .heading-box {
    margin-bottom: 220px;
}

.custom-page .about .round-box {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-20px, -60%);
}

.custom-page .about .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 40px;
    display: block;
}

.custom-page .about .content-box {
    padding-left: 70px;
}

.custom-page .about .content-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 38px;
}

.custom-page .about .t-btn {
    height: 86px;
    border-radius: 50px;
    background: #2F4343;
    font-size: 24px;
    font-weight: 700;
}

.custom-page .about ul {
    padding-left: 0;
    font-weight: 500;
    margin-bottom: 80px;
}

.custom-page .about ul {
    padding-left: 0;
    list-style: none;
}

.custom-page .about ul li {
    position: relative;
    line-height: 1;
    margin-bottom: 22px;
    font-size: 20px;
    padding-left: 35px;
    font-weight: 500;
    color: #29261d;
}



.custom-page .about ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    width: 10px;
    border-top-left-radius: 2px;
    height: 18px;
    border-top: 4px solid;
    border-left: 4px solid;
    transform: rotate(-135deg);
}


/** about 2 */
.custom-page .about.second .gif {
    background: none;
    padding-top: 0;
}

.custom-page .about.second .heading-box {
    margin-bottom: 170px;
}

.custom-page .about.second .round-box {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-70px, -30%);
}

/* review */

.custom-page .review .review-item {
    max-width: 800px;
    text-align: center;
    margin: auto;
}

.custom-page .review .review-item img {
    margin-bottom: 68px;
}

.custom-page .review .review-item p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}

.custom-page .review .container {
    max-width: 1400px;
}


.custom-page section.review .splide__arrow--prev {
    left: -25px;
    width: 50px;
    height: 50px;
    background: #B9E7C0;
    opacity: 1;
    color: #fff;
}

.custom-page section.review .splide__arrow--next {
    right: -25px;
    width: 50px;
    height: 50px;
    background: #B9E7C0;
    opacity: 1;
    color: #fff;
}


/* custom */

.custom-page .custom .content {
    background: #E4FBE7;
    padding-bottom: 40px;
    position: relative;
    padding-top: 30px;

}

.custom-page .top-cont .container {
    max-width: 1400px;
}

.custom-page .custom {
    padding-top: 200px;
}

.custom-page .custom .heading-box {
    position: relative;
}

.custom-page .custom .heading-box .round-box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}

.custom-page .custom .heading-box {
    margin-bottom: 70px;
}

.custom-page .custom .heading-box .heading {
    color: #29261D;
    font-weight: 600;
}

.custom-page .custom .content:after {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    background: #E4FBE7;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,-100%);
    z-index: -1;
}

.custom-page .custom .content .content-box {
    text-align: center;
    margin: auto;
    max-width: 400px;

}

.custom-page .custom .content .title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 30px;
}

.custom-page .custom .wave-end {
    width: 100%;
    position: relative;
    bottom: 1px;
}

.custom-page .custom .content p {
    font-size: 20px;
}

.custom-page .custom .info-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    top: -250px;
}

.custom-page .custom .info-box .title {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 30px;
    color: #000;
    line-height: 1;

}


.custom-page .custom .info-box p {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}







/******** jx controller ********/

.jx-controller:after {
    content: '';
    height: 14px;
    width: 4px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    display: block;
}

.jx-arrow {
    display: none;
}


.jx-controller:before {
    content: '';
    height: 14px;
    width: 1px;
    margin-right: 2px;
    background: #333;
    display: block;
}

.jx-controller {
    width: 20px !important;
    height: 40px !important;
    border-radius: 15px;
    transform: translate(-30%, 0);
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}





/*************** To top btn *************************/

#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 99;
    font-size: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.45);
}

#myBtn:hover {
    background: rgba(0, 0, 0, 0.65);
}














/************** CUSTOM **************/


/* global */

.heading-size-xl {
    font-size: 45px !important;
}

.heading-size-lg {
    font-size: 32px !important;
}

.smaller.container {
    max-width: 1200px !important;
}

.page-banner .page-heading {
    font-size: 45px !important;
}


/* article item */


.article-item .title {
    font-size: 23px;
}

.article-item {
    margin-bottom: 50px;
}

/* faq item */

.faq-item .faq-question {
    font-size: 23px;
}



/* home page */

.home-page .testimonials .heading {
    font-weight: 600;
}

.home-page .products .heading {
    font-weight: 600;
}

.home-page section.newsletter .heading-box .heading {
    font-weight: 600;
}

.home-page section.newsletter .head {
    font-weight: 600;
    color: #4ba888;
}

.home-page .nav-tabs .nav-link {
    font-size: 25px;
}

.home-page section.newsletter .head {
    font-size: 45px;
}

.home-page section.newsletter .head img {
    width: 50px;
}

.home-page section.newsletter .input-group input::placeholder {
    font-size: 25px;
}

.home-page section.newsletter .input-group button {
    font-size: 20px;
}

.home-page section.newsletter p {
    font-size: 19px;
}
.spec .hov-box .box .t-btn {
    font-size: 15px;
    padding: 1.2em 2em;
}

.spec .hov-box .box {
    padding: 100px 30px;
}

.spec .hov-box .box img {
    width: 170px;
}


.spec .box.first {
    min-height: 500px;
}

.spec .box.second {
    min-height: 732px;
}

.spec .box.third {
    min-height: 620px;
}

.spec .partners.second {
    top: -187px;
}
.spec .spec-hov {
    background-position: 0 170px;
}

.home-page section.info .rounder {
    width: 200px;
}

.home-page .testimonials .testimonial-item p {
    font-size: 18px;
    line-height: 28px;
    min-height: 86px;
}

/* pouzitie */

.usage-page .benefits .benefit-item p {
    font-size: 18px;
}
.usage-page .benefits .benefit-item .bdg {
    font-size: 15px;
}

.usage-page .repair .info-box {
    font-size: 22px;
}

.usage-page .repair img {
    transform: scale(1.15);
}


/* about page */

.about-page .about img {
    width: 1000px;
}

.about-page .paralax .rounder {
    width: 250px;
}

.timeline .text .year {
    font-size: 45px;
}

.timeline .text {
    font-size: 18px;
}

.timeline .fourth-spec {
    transform-origin: left bottom;
}

.about-page .finish p {
    font-size: 20px;
}


/*** workshop ***/

.workshop-page .about p {
    font-size: 25px;
}

.workshop-page .about .rounder {
    width: 290px;
}

.workshop-page .about .heading-box {
    margin-bottom: 100px;
}

.workshop-page .hexa .content-box .info-box .head {
    font-size: 29px;
}

.workshop-page .hexa .content-box .info-box p {
    font-size: 19px;
}

.workshop-page .former .rounder {
    width: 300px;
}


.workshop-page .former .form-control:not(textarea) {
    height: 71px;
    padding-left: 40px;
}

.workshop-page .former textarea.form-control {
    padding-left: 40px;
    padding-top: 40px;
}

.workshop-page .former .form-control {

    font-size: 17px;
}


.workshop-page .former .form-control::placeholder {
    font-size: 19px;
}

.workshop-page .former .t-btn {
    height: auto;
    max-width: 100%;
    width: auto;
    font-size: 22px;
    gap: 20px;

}

.workshop-page .former .t-btn img {
    width: 10px;

}

.workshop-page .wave-hexa .spec-img {
    z-index: 5;
}

.workshop-page section.text p {
    font-size: 19px;
}

.workshop-page .wave-hexa ul li {
    margin-bottom: 25px;
    font-size: 25px;
}

.workshop-page .wave-hexa ul li:after {
    top: 3px;
}

.workshop-page .former .round-box {
    transform: translate(0, -100%);
}



/**** contact page *****/

.contact-page .form-box .form-control:not(textarea) {
    height: 71px;
    padding-left: 40px;
}

.contact-page .form-box textarea.form-control {
    padding-left: 40px;
    padding-top: 40px;
}

.contact-page .form-box .form-control {

    font-size: 17px;
}


.contact-page .form-box .form-control::placeholder {
    font-size: 19px;
}

.contact-page .map .round-box .rounder {
    width: 260px;
}

.contact-page .map .round-box .bee {
    width: 100px;
}

.contact-page .contact .bee {
    width: 200px;
}

.contact-page .form-box {
    padding-right: 50px;
}

.contact-page .contact .contact-info .title {
    font-size: 30px;

}

.contact-page .contact .contact-info .value {

    font-size: 18px;
}

.contact-page .contact .contact-info a.value {
    font-size: 20px;
}

.contact-page .form-box .btn-box .t-btn {
    font-size: 20px;
    font-weight: 600;
    height: auto;
    gap: 15px;
}


/** b2b - page **/

.b2b-page .about .head-text {
    font-size: 22px;
}

.b2b-page .about .rower .cont p {
    font-size: 22px;
}

.b2b-page .about .rower ul li {
    font-size: 22px;
}

.b2b-page .about .head-text {
    font-size: 22px;
}

.b2b-page .rounder {
    width: 300px;
}

.b2b-page .benefits .benefit-item .title {
    font-size: 19px;
}

.b2b-page .benefits .benefit-item p {
    font-size: 17px;
}

.b2b-page .benefits .benefit-item img {
    height: 70px;
}


/*** product-page ***/

.product-page .product .container {
    width: 1300px;
}

.product-page .product-info {
    padding-left: 40px;
}







.product-page section.info .info-box p {
    font-size: 19px;
}

.product-page section.info .rounder {
    width: 270px;
}

.product-page section.info .rounder-box {
    left: 0;
    transform: translate(0, -60%);
}

.product-page .benefits .benefit-item .title {
    font-size: 19px;
}

.product-page .benefits .benefit-item p {
    font-size: 17px;
}

.product-page .benefits .benefit-item img {
    height: 70px;
}

.product-page .testimonials .testimonial-item p {
    font-size: 18px;
    line-height: 28px;
    min-height: 86px;
}


.product-page .rating .t-btn {
    font-size: 17px;
    padding: 1.2em 2.7em;
}


.product-page .benefits2 .bee {
    width: 250px;
}

.product-page .benefits2 .benefit-item img {
    width: 250px;
}

.product-page .benefits2 .benefit-item .img-box {
    text-align: center;
}

.product-page .benefits2 .benefit-item .title {
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 15px;
}

.product-page .benefits2 .benefit-item p {
    font-size: 18px;
}

.product-page .product-tab .product-tab-opener {
    font-size: 21px;
}


/** testimonial page **/

.testimonial-page .testimonial-item p {
    font-size: 18px;
    line-height: 28px;
    min-height: 86px;
}

.testimonial-page .rating .spec-img {
    width: 150px;
    top: 0;
    right: 0;
}


.testimonial-page .rating .t-btn {
    font-size: 17px;
    padding: 1.2em 2.7em;
}


/*** DELIVERY INFO PAGE ***/

.delivery-info-page .top-part .container .spec-img {
    width: 270px;
}

/** reclaimation page **/
.reclaimation-page .top-part .container .spec-img {
    width: 270px;
}
.reclaimation-page .top-part .heading {
    margin: auto auto 100px;
}

/** b2b-register page **/

.b2b-register-page .container {
    max-width: 850px;
}

.b2b-register-page .form-box .form-control:not(textarea) {
    height: 71px;
    padding-left: 40px;
}

.b2b-register-page .form-box textarea.form-control {
    padding-left: 40px;
    padding-top: 40px;
}

.b2b-register-page .form-box .form-control {

    font-size: 17px;
}


.b2b-register-page .form-box .form-control::placeholder {
    font-size: 19px;
}

.b2b-register-page .form-check-inline {
    font-size: 19px;
}


/*** custom page **/

.custom-page .about.first .rounder {
    width: 250px;
}

.custom-page .about.second .rounder {
    width: 250px;
}

.custom-page .about ul li {

    font-size: 19px;
}

.custom-page .about ul {
    margin-bottom: 50px;
}

.custom-page .about .content-box p {
    font-size: 19px;
}

.custom-page .about .t-btn {
    height: auto;
    font-size: 20px;
}

.custom-page .about .heading-box {
    margin-bottom: 150px;
}

.custom-page .review .review-item p {
    font-size: 18px;
}

.custom-page .about.second .heading-box {
    margin-bottom: 120px;
}

.custom-page .about {
    padding-bottom: 100px;
    padding-top: 100px;
}

.custom-page .custom .info-box img {
    width: 30px;
}

.custom-page .custom .info-box .title {
    font-size: 25px;
}

.custom-page .custom .info-box p {
    font-size: 18px;
}

.custom-page .custom .content .title {
    font-size: 25px;
}

.custom-page .custom .content p {
    font-size: 19px;
}

.custom-page .rounder {
    width: 230px;
}

/*** popup ***/

.js-pop-up .content {
    width: 1100px;
    padding: 105px 25px;
}

.js-pop-up .title {
    font-size: 45px;
}

.js-pop-up p {
    font-size: 18px;
}


.js-pop-up .form-control {
    height: 64px;
}

.js-pop-up .form-control::placeholder {
    font-size: 19px;
}



