/** 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;*/
}

.spec-al {
	text-align: justify;
}



.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;
    }
}

@media (max-width: 767.98px) {
	.category-page .page-banner img {
		width: 150px;
	}

	.container {
		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: 991.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;
	text-transform: uppercase !important;
    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;
}



@media (max-width: 567.98px) {

	.t-btn {
		gap: 10px;
		font-size: 15px;
		padding: 1.4em 3.2em;
	}
}


/*** 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):not(.not-top) .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;
    margin-top: 25px;
    color: #000;
}

.main-header .bottom-bar .dropdown-menu .category img {
    width: 100%;
    height: 230px;
    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;
        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: 991.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: 0;
        gap: 4px;
    }

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

	.main-footer .copyright {
		padding-bottom: 50px !important;
	}





    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: 70px;
		padding-bottom: 20px;
        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-top: 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;
    }

	.mobile-bar .box.js-cart-open {
		position: relative;
	}

	.mobile-bar .box.js-cart-open .count {
		display: inline-flex;
		width: 21px;
		height: 21px;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 50%;
		font-size: 12px;
		font-weight: 500;
		top: 3px;
		color: rgb(18, 18, 18);
		z-index: -1;
		background: rgb(255, 242, 195);
		border-radius: 50%;
	}

    .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: hidden;
        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;
		padding-bottom: 17px;
        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;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0,-50%);
    }


    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 .mobile-head {
		height: 60px;
	}



	body.menu-opened .mobile-foot {
		height: 70px;
		background: rgba(0,0,0,0.03);
	}

	body.menu-opened .mobile-body {
		height: calc(100% - 130px);
		overflow-y: auto;
	}

	body.menu-opened .js-menu .mobile-foot .bottom-part {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
		height: 70px;
	}

	body.menu-opened .js-menu .mobile-foot .bottom-part .soc-box a {
		text-decoration: none;

	}




	body.menu-opened .js-menu .mobile-foot .bottom-part .soc-box {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
	}



	body.menu-opened .js-menu .mobile-foot .bottom-part .user-box a {
		text-decoration: none;
		text-transform: uppercase;
		font-size: 14px;
		color: #000;
		font-weight: 500;
		line-height: 1;
		display: inline-flex;
		align-items: center;
		gap: 5px;
		justify-content: space-between;
	}


	.main-header .js-menu .menu-list .menu-item:last-of-type .menu-head {
		border-bottom: none;
	}




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


	.js-menu .menu-item .menu-head {
		display: flex;
		justify-content: space-between;

	}

	.js-menu .menu-item .dropdown-box {
		width: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		cursor: pointer;
		padding: 20px;
	}

	.js-menu .menu-item .dropdown-box .arrow {
		display: block;
		width: 12px;
		height: 12px;
		border-top: 2px solid #1a1a1a;
		border-right: 2px solid #1a1a1a;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(135deg);
		transition: transform 0.3s ease-in;
	}

	.js-menu .menu-item.opened .dropdown-box .arrow {
		transform: translate(-50%, -50%) rotate(-45deg);
		transition: transform 0.3s ease-in;
	}

	.js-menu .menu-item .menu-head {
		border-bottom: 1px solid #f1f1f1;
	}

	.js-menu .menu-item .dropdown-cont {
		padding-left: 15px;
		padding-right: 15px;
		display: none;
	}

	.js-menu .menu-item .menu-head .menu-link {
		text-align: left;
		font-weight: 600 !important;
		color: #000 !important;
		padding-left: 15px !important;
		padding-right: 15px !important;

	}

	.js-menu .menu-item.is-drop .menu-head .menu-link {
		width: calc(100% - 50px) !important;
	}

	.js-menu .mobile-head .row {
		border-bottom: none !important;
	}

	.js-menu .mobile-head .logo img {
		padding-top: 0;
	}

	.js-menu .js-menu-close {
		position: relative;
		right: -13px;
	}


	.js-menu .menu-item.is-drop .dropdown-cont .category img {
		height: 90px;
		width: 90px;
		max-width: 100%;
		display: block;
		margin: auto;
		object-fit: contain;

	}

	.js-menu .menu-item .row {
		border-bottom: none !important;
	}


	.js-menu .menu-item.is-drop .dropdown-cont {
		background: #fdeecc;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.js-menu .mobile-head {
		background: #B9E7C0;
	}



	.js-menu .menu-item.is-drop .dropdown-cont .category {
		text-decoration: none;
		margin-bottom: 25px;
		display: flex;
		flex-direction: column;
		justify-content: center;

	}

	.js-menu .menu-item.is-drop .dropdown-cont .category .title {
		font-weight: 600;
		color: #000;
	}
}


@media (max-width: 567.98px) {
	.main-header .js-menu {
		width: 85% !important;
	}

	.stay-top .top-bar span {
		display: block;
		text-align: center;
	}

	.stay-top .top-bar .lm {
		display: none;
	}
}





.main-header .op-box .cart .count {
	display: inline-flex;
	width: 32px;
	height: 32px;
	background: #fff2c3;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	font-size: 16px;
	bottom: 0;
	color: #121212;
	z-index: -1;


}

.main-header .op-box .cart {
	position: relative;
	padding-right: 25px;
}




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

	.main-header .coler-3 {
		padding-right: 0;
	}

	.main-header .coler-1 {
		padding-left: 0;
	}


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

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

	.main-header .main-bar .container .row {
		border-bottom: 1px solid #f1f1f1;
	}

	.main-header .op-box .cart .count {
		width: 22px;
		height: 22px;
		right: -10px;
		font-size: 13px;
		bottom: 0;


	}

	.main-header .op-box .cart {
		position: relative;
		padding-right: 5px;
	}
}




@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(105%,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;
	display: block;
    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 .button-plus,
.js-cart-box .right-panel .product-item .op-box .count .button-minus {

	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none;    /* Firefox */
	-ms-user-select: none;     /* IE/Edge */
}



.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 .footer-box .btn-box {
	display: flex;
	gap: 5px;
}


.js-cart-box .footer-box .btn-box .t-btn.pay {
	height: 57px;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 700;
	color: #29261D;
	background: #FFAE00;
	flex: 1 1 50%;

}


.js-cart-box .right-panel .footer-box a.cart-btn {
    height: 57px;
    font-size: 16px;
    display: inline-flex;
	padding-left: 10px;
	padding-right: 10px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
	flex: 1 1 50%;
}

.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;
}


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

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

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



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

.js-cart-box .footer-box .btn-box {
	padding-top: 15px;
}





.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;
	background: #FFF6C8;
}

.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 .range-box .bar img {
		transform: translate(-20%, -50%);
	}



    .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;
    }


	.js-cart-box .right-panel .footer-box {
		height: 200px;
	}


	.js-cart-box .right-panel .product-list {
		height: calc(100% - 300px);
		padding-bottom: 70px;
	}
	.js-cart-box .right-panel .footer-box a.cart-btn,
	.js-cart-box .footer-box .btn-box .t-btn.pay {
		height: 47px;
		font-size: 14px;
	}

	.js-cart-box .footer-box .btn-box {
		padding-top: 0;
		padding-bottom: 15px;
	}





}





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

@media (max-width: 767.98px) {
	.main-footer .cont-cont {
		display: none;
	}
}

.main-footer .cont-head {
	cursor: pointer;
	padding-right: 25px;
	position: relative;
}


.main-footer .cont-head::before {
	content: '';
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -70%) rotate(-135deg);
	height: 8px;
	width: 8px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	opacity: 0.8;
	transition: transform 0.1s linear;
}


.main-footer .cont-box.opened .cont-head::before {
	transform: translate(0, -70%) rotate(-315deg);

}



.main-footer .wave-start {

    position: relative;
    display: block;
    bottom: -2px;
    width: 100% !important;
	max-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;
	padding-top: 4px;
}


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

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

.main-footer .newsletter-box p span {
	font-weight: 700;
}


.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;
}


.main-footer .menu-list li {
	line-height: 2;
}

.main-footer .menu-list:not(.no-arrow) li:after {
	top: 15px;
}

.main-footer .contact-box {
	margin-bottom: 50px;
}

.main-footer .copyright {
	padding-top: 30px;
	font-size: 14px;
	font-weight: 500;
}

.main-footer .soc-box {
	gap: 5px;
}

.main-footer .copyright a {
	text-decoration: underline;
}


.main-footer .container.smaller {
	max-width: 1300px !important;
}

.main-footer .menu-list li a:hover {
	color: #4BA888;

}

@media (max-width: 767.98px) {
	.main-footer .middle-footer .container {
		max-width: 320px !important;
	}

	.main-footer .cont-box {
		border-bottom: 1px solid #000;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.main-footer .cont-head {
		font-size: 19px;
		font-weight: 700;

	}

	.main-footer .cont-cont {
		padding-top: 15px;
	}

	.main-footer .newsletter-box p {
		font-size: 12px;
	}

	.main-footer .newsletter-box p span {
		font-size: 19px;
		font-weight: 700;
	}

	.main-footer .menu-list li a {
		font-size: 12px;
	}

	.main-footer .newsletter-box {
		margin-top: 40px;
	}

	.main-footer .soc-box {
		justify-content: center;
		margin-top: 35px;
		gap: 35px;
	}
	.main-footer .soc-box img {
		width: 30px;
	}

	.main-footer .copyright {
		font-size: 12px;
	}


	.main-footer .soc-box span {
		display: none;
	}


	.main-footer .copyright {
		padding-bottom: 80px !important;
	}
}











/******************* 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 .main-slider img {
	height: 700px;
	width: 100%;
	object-fit: contain;
}



.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: 991.98px) {

	.home-page .main-banner .main-slider img {
		height: 300px;
		width: 100%;
		object-fit: contain;
	}

    .home-page .main-banner .img-box {
        gap: 8px;
    }

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

	.main-banner .heading .first-part {
		font-size: 38px;
		text-align: center;
	}

	.main-banner .heading .second-part,
	.main-banner .heading .third-part {
		font-size: 23px;
		text-align: center;
	}

	.main-banner .heading .third-part:not(.second) {
		margin-bottom: 15px;
	}


	.main-banner .heading .second-part.second,
	.main-banner .heading .third-part.second {
		font-size: 19px;
		display: inline-block;
		text-align: center;
	}

	.main-banner .t-btn {
		padding-left: 2.5em;
		padding-right: 2.5em;
		font-size: 15px;
	}

	.home-page .main-banner .heading {
		text-align: center;
		max-width: 100%;
	}

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

	.home-page .main-banner .content {
		padding-top: 10px;
		padding-bottom: 30px;
		text-align: center;
	}

	.main-banner .prod-img {
		height: 200px;
		width: auto;
		display: block;
		margin: auto;
		max-width: 100%;
	}

}


/* 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;
	position: relative;
	z-index: 10;
}

.home-page section.info .vd {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.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: 60px;
}

.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: 10px;
    width: 50px;
    height: 50px;
    background: #B9E7C0;
    opacity: 1;
    color: #fff;
}

.home-page section.newsletter .splide__arrow--next {
    right: 10px;
    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;*/
	padding-top: 100px;
}


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

.home-page section.newsletter .input-group button {

    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('../../images/theme/box-background1.webp');
}

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

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


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

.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: #F3F3F4;
    height: 420px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

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

.product-main-item .badger.vegan {
	left: auto;
	top: 15px;
	right: 15px;
	position: absolute;
	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;
	width: auto;
	height: auto;
}

.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 .img-box: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: 17px;
	padding-left: 25px;
	padding-right: 25px;
    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 .img-box:hover  .link-box .first {
    display: none;
}

.product-main-item .img-box:hover .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;
	min-height: 60px;
}


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

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

.product-main-item .variants img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.product-main-item .variants a.selected img {
	border: 2px solid black;
}

.product-main-item .variants a img{
	border: 2px solid transparent;
}



@media (max-width: 767.98px) {
	.product-main-item .img-box {
		height: 210px;
	}


	.product-main-item .title {
		margin-top: 15px;
		font-size: 15px;
		min-height: 46px;
	}

	.product-main-item .variants img {
		width: 30px;
		height: 30px;
	}

	.product-main-item .hover-box {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.product-main-item .variants {
		margin-top: 0;
		height: 70px;
		overflow: hidden;
	}

	.product-main-item .price.sale .new-price,
	.product-main-item .price:not(.sale) {
		font-size: 18px;
	}


	.product-main-item .price.sale .old-price {
		font-size: 14px;
	}

	.product-main-item .add-btn {
		font-size: 11px !important;
		gap: 7px !important;
		padding: 10px 15px !important;
		white-space: nowrap;
	}

	.product-main-item .add-btn img {
		width: 15px;
	}


	.product-main-item .badger {
		left: -5px;
		top: 5px;
		font-size: 12px;
		width: 40px;
		height: 40px;
	}

	.product-main-item .badger.vegan {
		top: 8px;
		right: 8px;
	}
}





/**** 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: 45px !important;
    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);
}

@media (max-width: 991.98px) {
	.page-banner .wave-end {
		object-fit: cover !important;
		height: 70px !important;
		object-position: right center !important;
	}

	.page-banner ul {
		font-size: 15px;
	}

	.page-banner .container .content {
		min-height: 310px;
		align-items: flex-start !important;
		padding-top: 45px;
	}

	.page-banner .cont {
		padding-left: 35px;
		padding-right: 35px;
	}


	.page-banner .container {
		padding-left: 0;
		padding-right: 0;
	}

	.page-banner .page-heading {
		font-size: 30px !important;
	}

	.page-banner ul li:after {
		top: 4px;
	}
}



/********* 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: #F3F3F4;
}


/** related **/



.cat-footer {
	background: #F8CD63;
}

.category-page .related .content {
	background: #F8CD63;
	padding: 40px 0;
}

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

.category-page .related .heading {
	font-weight: 600;
	margin-bottom: 84px;
}


@media (max-width: 767.98px) {
	.category-page .page-banner .spec-img {
		position: static;
	}
}















/********* 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-answer a {
	color: #43866f;
}



.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: #F3F3F4;
}

@media (min-width: 768px) {
	.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: 10px;
	margin-bottom: 0;
}

.product-page .product-info .js-open-size-tab {
	cursor: pointer;
}

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

.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: 14px;
}

.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;
	padding-top: 10px;
}

.product-page .product-info .variant-box:not(:first-of-type) {
	border-top: 1px solid #f1f1f1;
}

.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 .variant-box .variants img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.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 .pay-random-box {
	max-width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.product-page .pay-random-box label {
	color: #444;
	font-weight: 500;

}

.product-page .pay-random-box .input-group {
	height: 50px;
	background: rgba(0,0,0,0.02);
	border: 1px solid #f1f1f1;
	border-radius: 5px;

}

.product-page .pay-random-box .input-group input {
	background: transparent;
	font-weight: 500;
	border: none;
	font-size: 18px;
}

.product-page .pay-random-box .input-group input:focus {
	box-shadow: none;
	border: none;
}

.product-page .pay-random-box .input-group input::placeholder {
	font-size: 17px;
}


.product-page .pay-random-box .input-group-text {
	height: 100%;
	position: relative;
	border: none;
	background: transparent;
	font-weight: 500;

}

.product-page .pay-random-box .input-group-text::before {
	content: '';
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 0;
	background: #f1f1f1;
	display: block;
	width: 1px;
}









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

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

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


.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.5px;

}

.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;
}


/** sets **/

.product-page .product-info .rjs-product-set .name {
	font-size: 20px;
	font-weight: 700;
	display: block;
	min-width: 200px;
}

.product-page .product-info .rjs-product-set {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.product-page .product-info .variant-box .rjs-cart-variant-item img {
	width: 37px;
	height: 37px;
}

.product-page .product-info .variant-box.rjs-product-set .variants {
	gap: 6px;
	width: calc(100% - 200px);
}

.product-page .product-info .set-title {
	font-size: 20px;
}











/*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;
}


.product-tab .product-tab-content * {
	font-size: 22px !important;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 400 !important;

}

.product-tab .product-tab-content strong *, .product-tab .product-tab-content strong {
	font-weight: 700 !important;
}

.product-tab .product-tab-content a {
	color: #43866f !important;
}





/*** 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: 5px;
    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: 0;
}

/*** 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;
}






.product-page .product .container {
	width: 1300px;
	max-width: 100%;
}

.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 section.benefits {
	padding-top: 20px;
	padding-bottom: 8px;
	position: relative;
	/*transform: translate(0, 140px);*/
	z-index: 5;
}



.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: 200px;
}

.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;
}


/* faq */

/*** faq ****/


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

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

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

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

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

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

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

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


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


.product-page .faq .list {
	margin-bottom: 70px;
	margin-top: 50px;
}





@media (max-width: 767.98px) {
	.product-page .product-info {
		padding-left: 0;
		padding-top: 30px;
	}

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

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

	.product-page .slider-box .badger {
		left: 15px;
		top: 15px;
		width: 70px;
		height: 70px;
	}

	.product-page .slider-box .lSSlideOuter .lSPager.lSpg>li a {
		background-color: #E4FBE7;
		opacity: 1;
	}

	.product-page .slider-box .lSSlideOuter .lSPager.lSpg>li.active a {
		background-color: #2F4343;
	}

	.product-page .product-info .product-title {
		font-size: 24px;
	}

	.product-page .product-info .ranking-box img {
		width: 15px;
	}

	.product-page .product-info .price-box .badger {
		display: none;
	}


	.product-page .product-info .ranking-box .badger {
		margin-bottom: auto;
		margin-left: 24px;
		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;
		font-size: 14px;
	}

	.product-page .product-info .benefits ul  li {
		font-size: 15px;
	}

	.product-page .product-info .benefits ul {
		margin-top: 0;
	}

	.product-page .product-info .price-box .price:not(.old),
	.product-page .product-info .price-box .price.new {
		font-size: 24px;
	}

	.product-page .product-info .price-box .price.old {
		font-size: 18px;
	}

	.product-page .product-info .variant-box strong, .product-page .product-info .size-box strong, .product-page .product-info .op-box strong {
		font-size: 15px;
	}
	.product-page .product-info .op-box {
		margin-top: 15px;
	}


	.product-page .product-info .variant-box .head, .product-page .product-info .op-box .head, .product-page .product-info .size-box .head {
		margin-bottom: 10px;
	}

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

	.product-page .product-info .op-box .qty {
		width: 160px;
		margin-bottom: 35px;
	}

	.product-tab .product-tab-opener .title {
		font-size: 19px;
	}

	.product-tab .product-tab-content * {
		font-size: 15px !important;
	}

	.product-page .product-info .op-box .t-btn {
		width: 313px;
		max-width: 100%;
	}

	.product-page .benefits2 .spec-col img {
		top: 0;
		width: 170px;
	}

	.product-page .benefits2 .spec-col {
		padding-top: 40px;
	}

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

	.product-page .benefits2 .heading {
		font-size: 25px !important;
		padding-top: 50px;
	}

	.product-page .benefits2 .content::after {
		height: calc(240px / 2);
	}

	.product-page .benefits2 .benefit-item .title {
		font-size: 17px;
		line-height: 25px;
		min-height: 50px;
		margin-bottom: 11px;
		margin-top: 19px;
	}

	.product-page .benefits2 .benefit-item p {
		font-size: 14px;
	}


	.product-page  .rating img {
		width: 16px;
	}

	.product-page  .rating .spec-img {
		width: 80px;
		position: absolute;
		left: -10px;
		top: 0;
	}

	.product-page .rating .total-rating .box .total {
		font-size: 15px;

	}

	.product-page .rating .rating-item .bar {
		width: 170px;
		height: 18px;
	}

	.product-page .rating .total-rating .box {
		gap: 15px;
		justify-content: center;
	}

	.product-page .rating .rating-item .number {
		width: 50px;
		font-size: 15px;
	}

	.product-page .rating .total-rating .info {
		font-size: 15px;
		margin-top: 5px;
	}

	.product-page .rating .total-rating {
		text-align: center;
		margin-bottom: 35px;
	}

	.product-page .rating .t-btn {
		font-size: 15px;
		padding: 1.2em 2.7em;
		margin-top: 50px;
	}

	.product-page section.benefits {
		transform: translate(0, 0);
	}

	.product-page .benefits .benefit-item .title {
		font-size: 15px;
	}

	.product-page .benefits .benefit-item p {
		font-size: 15px;
	}

	.product-page .benefits .benefit-item img {
		height: 50px;
		width: 100px;
		object-fit: contain;
	}

	.product-page .benefits .benefit-item {
		margin-bottom: 30px;
	}

	.product-page .faq .cont .spec-img {
		position: static;
		width: 100px;
	}

	.product-page .faq {
		padding-bottom: 50px;
	}

	.product-page .faq-item {
		width: 320px;
		margin: auto;
	}

	.product-page .faq .list {
		margin-bottom: 25px;
		margin-top: 35px;
	}


	.product-page .changing .container {
		padding-left: 0;
		padding-right: 0;
	}

	.changing .cont {
		background: #F1FEF3;
		padding-bottom: 30px;
	}

}




@media (max-width: 567.98px) {
	.product-page .product-info .rjs-product-set .name {
		width: 100%;
		padding-bottom: 10px;
	}

	.product-page .product-info .rjs-product-set .variants {
		width: 100% !important;
	}

	.product-page .product-info .rjs-product-set .variants > a {
		display: block;
		width: calc(100%/4 - 18px / 4);
		aspect-ratio: 1;
	}

	.product-page .product-info .rjs-product-set .variants > a img{
		height: 100%;
		width: 100%;
	}


}

@media (max-width: 400px) {
	.product-page .product-info .rjs-product-set .name {
		width: 100%;
		padding-bottom: 10px;
	}

	.product-page .product-info .rjs-product-set .variants {
		width: 100% !important;
	}

	.product-page .product-info .rjs-product-set .variants > a {
		display: block;

		aspect-ratio: 1;
	}

	.product-page .product-info .rjs-product-set .variants > a img {
		height: 100%;
		width: 100%;

	}


}








/**** 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: 18px;
    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);
}




.testimonial-page .testimonial-item .img-box {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.testimonial-page .testimonial-item .img-box img {
	width: auto;
	height: 90px;
}

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

.testimonial-page .testimonial-item {
    padding: 45px;
    border-radius: 30px;
    color: #000;
	width: 100%;
	height: 100%;
    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: 600;
    font-size: 60px;
    color: #3A675E;
}

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



.testimonial-page .testimonial-item p {
	font-size: 18px;
	line-height: 28px;
	min-height: 86px;
}

.testimonial-page .rating .spec-img {
	width: 150px;
	top: 0;
	right: 70px;
}

.testimonial-page .rating .t-btn {
	font-size: 17px;
	padding: 1.2em 2.7em;
}

@media (max-width: 767.98px) {

	.testimonial-page .testimonial-item p {
		font-size: 15px;
		min-height: unset;
	}

	.testimonial-page .testimonial-item .name {
		font-size: 15px !important;
	}
	.testimonial-page  .testimonials .testimonial-item {
		padding: 25px 25px !important;
	}

	.testimonial-page .rating .spec-img {
		width: 70px;
		top: 0;
		right: calc(50% - 35px);
	}

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

	.testimonial-page .rating .t-btn {
		margin-top: 170px;
		font-size: 15px;
	}

	.testimonial-page .rating .total-rating .box .total {
		font-size: 15px;

	}

	.testimonial-page .rating .rating-item .bar {
		width: 150px;
		height: 18px;
	}

	.testimonial-page .rating .total-rating .box {
		gap: 15px;
		justify-content: center;
	}

	.testimonial-page .rating .rating-item .number {
		width: 50px;
		font-size: 15px;
	}

	.testimonial-page .rating .total-rating .info {
		font-size: 15px;
		margin-top: 5px;
	}

	.testimonial-page .rating .total-rating {
		text-align: center;
		margin-bottom: 35px;
	}


}



/*** 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%);
	top: 100px;
	margin-top: -70px;
}



.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;
}


.reclaimation-page .top-part .container .spec-img {
	width: 250px;
}

.reclaimation-page .top-part .heading {
	margin: auto auto 100px;
	width: 500px;
	max-width: 100%;
}


@media (max-width: 991.98px) {

	.reclaimation-page .top-part .container .spec-img {
		width: 110px;
	}

	.reclaimation-page .list {
		max-width: 550px;
		margin: auto;
	}

	.reclaimation-page .top-part .heading {
		padding-top: 50px;
		margin-bottom: 50px;
		width: 350px;
	}

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

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


@media (max-width: 567.98px) {

	.reclaimation-page .list {
		max-width: 350px;
		margin: auto;
	}

	.reclaimation-page .top-part .container .spec-img {
		width: 100px;
	}
}



/*** 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(-20%, 40%);
}



.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 17px;
    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;
}


.delivery-info-page .top-part .container .spec-img {
	width: 270px;
}


@media (max-width: 991.98px) {

	.delivery-info-page .top-part .container .spec-img {
		width: 140px;
		position: static;
		transform: unset !important;
	}

	.delivery-info-page .list {
		max-width: 550px;
		margin: auto;
	}

	.delivery-info-page .top-part .heading {
		padding-top: 20px;
		margin-bottom: 50px;
		width: 350px;
	}

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

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

	.delivery-info-page .pricing .table td, .delivery-info-page .pricing .table th {
		padding: 12px 14px;
		font-size: 15px;
	}

	.delivery-info-page .pricing .dev-info .title {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.delivery-info-page .pricing .dev-info .value {
		font-size: 14px;
	}
}


@media (max-width: 567.98px) {

	.delivery-info-page .list {
		max-width: 350px;
		margin: auto;
	}

	.delivery-info-page .sp-col {
		padding-left: 5px;
		padding-right: 5px;
	}

	.delivery-info-page .top-part .container .spec-img {
		width: 120px;
	}


}
















/**** 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;
}

.form-check-inline {
    font-weight: 500;
    cursor: pointer;
    color: #78B281;
}

.form-check-inline input {
    border-color: #78B281;
	box-shadow: none;
	outline: none;
}

.form-check-input:focus {

	box-shadow: none;
	outline: none;

}

.form-check-input:checked {
	background: #78B281;
	box-shadow: none;
	outline: none;
	border-color: #78B281;
}

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

.b2b-register-page input.t-btn {
	width: auto;
	display: inline-flex;
}

.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;
}


.b2b-register-page .container {
}

.b2b-register-page .form-box .form-control:not(textarea) {
	height: 61px;
	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;
}



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


.b2b-register-page.b2b .form-box .heading {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	padding-top: 17px;
}

.b2b-register-page .form-box label a {
	color: #43866f;
}



@media (max-width: 767.98px) {
	.b2b-register-page  {
		padding: 50px 0;
	}

	.b2b-register-page .form-box .form-control {
		font-size: 16px;
	}

	.b2b-register-page .spec-img-2 {
		right: -10px;
	}


	.b2b-register-page .form-box .form-control::placeholder {
		font-size: 15px;
	}

	.b2b-register-page .form-check-inline {
		font-size: 15px;
	}
	.b2b-register-page.login-page .spec-img {
		width: 100px;
		left: 0;
		top: 0;
	}


	.b2b-register-page .form-box .form-control:not(textarea) {
		height: 50px;
		padding-left: 20px;
		font-size: 16px;
	}

	.b2b-register-page .form-box textarea.form-control {
		padding-left: 20px;
		padding-top: 20px;
	}
}


/*** 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 .spec-img {
    position: absolute;
    right: 10%;
    bottom: 5%;
    z-index: 5;
}


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



/* benefits */

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

.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: 105px;
}

.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: 75px;
	padding-top: 30px;
}



/** 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: 230px;
}

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

}

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

.usage-page .more-articles .container.smaller.sp {
	max-width: 100% !important;
	width: 100% !important;
	/*padding-left: calc((100vw - 1200px) / 2) !important;*/
	padding-left: 25px !important;
}


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

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

.usage-page .repair .btn-box {
	margin-top: 85px;
}

.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);*/
	transform: unset !important;
    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: 50px;
}

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


.usage-page .articles .container.smaller {
	max-width: 1400px !important;
}


.usage-page .articles .article-item .img-box .main-img {
	height: 300px;
}



.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;
}






/* 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);
}

.usage-page .about .info-box {
	margin-bottom: 50px;
}

.usage-page .about .heading {
	margin-bottom: 70px;
}

.usage-page .about .info-box span {
	font-size: 30px !important;
}

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

.usage-page .changing .wave-end {
	height: 240px;
	object-fit: cover;
}

@media (max-width: 1199.98px) {
	.usage-page .page-banner .spec-img {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin: auto;
		width: 100%;
		height: auto;
		max-height: 350px;
		object-fit: contain;
	}
}

@media (max-width: 767.98px) {
	.usage-page .page-banner .spec-img {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin-left: auto;
		margin-right: 0;
		height: 180px;
		width: auto;
	}

	.usage-page .benefits .benefit-item .img-box {
		width: 100%;
		padding: 0;

	}

	.usage-page .benefits .benefit-item img {
		width: 300px;
		height: 220px;
		object-fit: contain;
	}

	.usage-page .benefits .benefit-item p {
		max-width: 100%;
		font-size: 15px;
	}

	.usage-page .benefits .benefit-item {
		margin-bottom: 90px;
	}

	.usage-page .benefits .spc-col:last-of-type .benefit-item  {
		margin-bottom: 40px;
	}

	.usage-page .benefits  {
		padding-bottom: 40px;
	}


	.usage-page .repair .conter {
		position: static;
		background: #F1FFF3;
		padding-bottom: 30px;
	}

	.usage-page .repair .heading {
		margin-bottom: 30px;
	}

	.usage-page .repair .content {
		padding-bottom: 10px;
		padding-top: 5px;
	}

	.usage-page .repair {
		padding-bottom: 0;
		margin-bottom: 0;
	}

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

	.usage-page .repair .mob-img {
		display: block;
		margin: auto;
		width: 210px;
		/*margin-top: 20px;*/
		margin-bottom: 10px;
	}

	.usage-page .repair .btn-box {
		margin-top: 35px;
	}

	.usage-page .repair .wave-start {
		object-fit: cover;
		height: 120px !important;
		object-position: right center;
	}

	.usage-page .repair .wave-end {
		object-fit: cover;
		height: 120px !important;
		object-position: right center;
	}

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

	.usage-page .about {
		padding-top: 20px;
	}

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

	.usage-page .about .info-box {
		column-gap: 20px;
		margin-bottom: 40px;
	}

	.usage-page .about .info-text:first-of-type {
		margin-top: 90px;
	}

	.usage-page .about .info-box img {
		width: 60px;
	}

	.usage-page .about .info-box span {
		font-size: 20px !important;
	}


	.usage-page .faq .cont .spec-img {
		position: static;
		width: 250px;
		margin-bottom: 20px;
	}

	.usage-page .changing .wave-end {
		height: 80px;
	}

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

	.usage-page .faq-item {

	}

	.usage-page .faq .list {
		margin-bottom: 70px;
		margin-top: 25px;
	}

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

	.usage-page .changing .container {
		padding-left: 0;
		padding-right: 0;
	}




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

	.usage-page .articles .heading {
		font-size: 25px !important;
	}

	.article-item .img-box .main-img {
		height: 300px !important;
	}

	.article-item .circle > img {
		width: 90px !important;
	}

	.article-item .crc {
		width: 60px !important;
		height: 60px !important;

	}

	.article-item .crc img {
		width: 15px !important;

	}



}



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.5;
    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;
}

.about-page .spc-img {
	transform: scale(1.14);
	position: relative;
	top: 150px;
	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: 100%;
    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;
}

.main-footer .fpay-box {
	display: flex;
	max-width: 100%;
}

.main-footer .fpay-box img {
	height: 20px;
	object-fit: contain;
}




.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;
}


@media (max-width: 767.98px) {
	.about-page .spc-img {
		transform: unset;
		position: relative;
		top: 20px;
		z-index: 2;
	}

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

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

	.about-page .paralax .container {
		padding-left: 0;
		padding-right: 0;
	}

	.about-page .paralax .wave-end {
		object-fit: contain;
		height: 60px !important;
		object-position: top center;
	}

	.about-page .paralax .cor {
		padding-top: 10px;
		background: #FFED8F;
	}



	.about-page .paralax .rounder {
		display: none;
	}


	#hexGrid {
		padding-bottom: 100px !important;
	}

	.about-page .finish .img-box .spec-bee-2 {
		width: 120px;
	}

	.about-page .finish .img-box .spec-bee {
		width: 100px;
	}

	.about-page .finish .wave-start {
		object-fit: cover;
		object-position: center center;
		height: 120px !important;
	}

	.about-page .finish .heading-box {
		margin-bottom: 20px;
		padding-top: 30px;
	}

	.about-page .finish p {
		font-size: 15px;
		padding-bottom: 40px;
	}

	.about-page .finish .content:after {
		all: unset;
	}

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

	.about-page .paralax .some-spec {
		position: absolute;
		left: 50%;
		top: 20px;
		bottom: auto;
		transform: translate(-50%,0);
		z-index: 5;
		width: 280px;
	}

	.about-page .finish .img-box {
		background: #E4FBE8;
	}

	.about-page .timeline-sec {
		padding-top: 175px;
	}

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

	.about-page .finish .wave-end {
		display: none !important;
	}

	.timeline-part {
		padding-left: 50px;
		position: relative;
	}

	.timeline-part img {
		display: none;
	}

	.timeline:before {
		left: 55px;
		transform: unset;
	}

	.timeline .text .year {
		font-size: 30px;
	}

	.timeline {
		margin-top: 70px;
	}

	.timeline .round-box {
		display: none;
	}

	.timeline-part .col-md-6 {
		justify-content: flex-start !important;
	}

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

	.timeline .text {
		font-size: 15px;
		margin-bottom: 50px;
	}

	.timeline .text-002 .big {
		font-size: 25px;
		font-weight: 600;
	}

	.timeline {
		padding-bottom: 20px;
	}

	.timeline .text-003 {
		position: static;
	}

}











/****** 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: 900px;
    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;

    font-size: 21px;
	margin-bottom: 25px;
}

/* 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;
}


.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: 100px;
}

@media (max-width: 991.98px) {
	.b2b-page .page-banner .spec-img {
		height: 230px;
		width: auto;
	}
}


@media (max-width: 767.98px) {
	.b2b-page .benefits .benefit-item img {
		height: 55px;
	}

	.b2b-page .benefits .benefit-item .title {
		font-size: 14px;
	}

	.b2b-page .benefits .benefit-item p {
		font-size: 15px;
	}

	.b2b-page .benefits .benefit-item {
		margin-bottom: 30px;
	}

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

	.b2b-page .about .rower ul li {
		font-size: 15px;
	}

	.b2b-page .about .m-text {
		font-size: 15px !important;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.b2b-page .about .row.rower {
		margin-top: 50px;
	}

	.b2b-page .page-banner .sp-col {
		margin-top: -70px;
	}

	.b2b-page .page-banner .spec-img {
		position: relative;
		right: 0;
		top: 70px;
		height: 230px;
		width: auto;
		max-width: 100%;
		display: block;
		margin-left: auto;
	}

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

	.b2b-page .about .sp-col {
		width: 270px;
		max-width: 100%;
		position: relative;
		right: 0;
		margin: auto;
	}

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

	.b2b-page .about .rower .cont p {
		font-size: 20px;
	}

	.b2b-page .benefits {
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.b2b-page .bee {
		width: 320px;
		margin-bottom: 20px;
	}

	.b2b-page .about .rower ul li:after {
		top: 5px;
		left: 7px;
		width: 9px;
		height: 17px;
	}


	.b2b-page .about .head-text {
		font-size: 20px;
		font-weight: 600;
		max-width: 300px;
		margin: auto;
		margin-bottom: 65px;
		margin-top: 35px;
	}
}

@media (max-width: 567px) {
	.b2b-page .page-banner .spec-img {
		height: 200px;
	}


}

@media (max-width: 992px) {
	li::after {

		border-top-left-radius: 0 !important;

	}
}






/* gallery */

.b2b-page .gallery .container.smaller {
	max-width: 1060px !important;
}

.b2b-page .gallery .heading {
	font-size: 40px !important;
	font-weight: 700;
	margin-bottom: 95px;
}

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

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


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


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

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

.b2b-page .gallery .container {
	max-width: 1680px;
}

.b2b-page .gallery .gallery-box .box {
	width: calc( (100% / 4) - (6px / 4)  );
}

.b2b-page .gallery .gallery-box .box {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.b2b-page .gallery .gallery-box .box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b2b-page .gallery .gallery-box .box:nth-of-type(even) .box-item:first-child,
.b2b-page .gallery .gallery-box .box:nth-of-type(odd) .box-item:last-child {
	height: 530px;
}

.b2b-page .gallery .gallery-box .box:nth-of-type(even) .box-item:last-child,
.b2b-page .gallery .gallery-box .box:nth-of-type(odd) .box-item:first-child {
	height: 350px;
}


.b2b-page .gallery .box .box-item .hover-box {
	transform: translate(100%,0);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	background: #FFBA49;
	padding: 40px;
	flex-direction: column;
	width: 100%;
	height: 100%;
	transition: transform 0.2s linear;
}

.b2b-page .gallery .box .box-item:hover .hover-box {
	transform: translate(0,0);
	transition: transform 0.2s linear;
}

.b2b-page .gallery .box .box-item .hover-box .text {
	margin-bottom: 25px;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
}

.b2b-page .gallery .gallery-box .box .box-item {
	position: relative;
	overflow: hidden;
}


@media (max-width: 991.98px) {
	.b2b-page .gallery .wave-start, .b2b-page .gallery .wave-end {
		object-fit: cover !important;
		height: 70px !important;
		/*object-position: right center !important;*/
	}

	.b2b-page .gallery .heading-box .heading {
		font-weight: 600;
		margin-bottom: 60px;
		font-size: 25px !important;
	}

	.b2b-page .gallery .gallery-box .box:nth-of-type(even) .box-item:last-child, .b2b-page .gallery .gallery-box .box:nth-of-type(odd) .box-item:first-child {
		height: 200px;
	}

	.b2b-page .gallery .gallery-box .box:nth-of-type(even) .box-item:first-child, .b2b-page .gallery .gallery-box .box:nth-of-type(odd) .box-item:last-child {
		height: 280px;
	}

	.b2b-page .gallery .box .box-item .hover-box {
		padding: 25px 10px;
	}

	.b2b-page .gallery .box .box-item .t-btn {
		font-size: 10px;
		font-weight: 700;
	}


	.b2b-page .gallery .box .box-item .hover-box .text {
		font-size: 14px;
	}
}

@media (max-width: 767.98px) {
	.b2b-page .gallery .gallery-box .box {
		width: calc( (100% / 2) - (6px / 2)  );
	}

	.cb2bpage .gallery .box .box-item .hover-box .text {
		font-size: 15px;
	}
}


@media (min-width: 1099.98px) and (max-width: 1424px) {
	.b2b-page .page-banner .spec-img {
		width: 350px;
		height: auto;
		max-width: 100%;
		right: 7%;
	}


}

@media (min-width: 768px) and (max-width: 1100px) {
	.b2b-page .page-banner .spec-img {
		width: 250px;
		height: auto;
		right: 7%;
	}
}

@media (max-width: 1400px) {
	.b2b-page .rounder {
		width: 250px;
	}
}




/** 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: 25px;
}

.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: 30px;
}

.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: 400;
    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 .soc-box a {
	display: inline-flex;
	align-items: center;
}

.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;
}


.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: 19px;
	margin-bottom: 4px;
}

.contact-page .contact .contact-info a.value {
	font-size: 20px;
}

.contact-page .form-box .btn-box .t-btn {
	font-size: 20px;
	font-weight: 700;
	height: auto;
	gap: 15px;
}

.contact-page .map .bottom-part .bee {
	bottom: -70px;
}


.contact-page .map #branch-list {
	max-height: 400px;
	height: 100%;
	overflow: auto;
	margin-top: 40px;
}

.contact-page .map #sidebar #search {
	height: 53px;
	border-radius: 35px;
	border-color: #000;
	padding-left: 50px;
	margin-bottom: 0;
}

.contact-page .map #sidebar #search::placeholder {
	font-size: 20px;
	color: #000;
}

.contact-page .map .bottom-part .heading-box span {
	display: block;
	margin-bottom: 25px;
}

.contact-page .map #sidebar #search:focus {
	outline: none;
	box-shadow: none;
}

.contact-page .map #sidebar .spec-group {
	position: relative;
}

.contact-page .map #sidebar .spec-group .search {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0,-50%);
}


.contact-page .map #sidebar .branch-item {
	cursor: pointer;
	border: none;
	padding: 0;
	margin-bottom: 24px;
}

.contact-page .map #sidebar .branch-item:hover {
	background: none;
}

.contact-page .map #sidebar .branch-item:hover {
	color: #F8CD63;
}

.contact-page .map #sidebar .branch-item strong {
	font-size: 19px;
}

.contact-page .map .bottom-part .heading-box .heading {
	margin-top: 30px;
}

.contact-page .map #sidebar .branch-item p {
	font-size: 15px;
	margin-bottom: 0;
}

.contact-page .map .form-list {
	padding-right: 50px;
}

.contact-page .map #branch-list::-webkit-scrollbar {
	width: 4px;
}

.contact-page .map #branch-list::-webkit-scrollbar-track {
	box-shadow: inset 0 0 100px #f1f1f1;
}

.contact-page .map #branch-list::-webkit-scrollbar-thumb {
	background: #F8CD63;
}

@media (max-width: 991.98px) {

	.contact-page .map .round-box .rounder {
		width: 150px;
	}

	.contact-page .map .round-box .bee {
		width: 70px;
	}

	.contact-page .map .round-box {
		position: absolute;
		top: 0;
		left: auto;
		right: 45px;
		transform: translate(0, -75%);
		overflow: hidden;
	}


	.contact-page .form-box {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 70px;
		max-width: 100%;
	}

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

	.contact-page .form-box .heading {
		font-size: 30px !important;
		text-align: center;
		display: block;
		max-width: 230px;
		margin: auto;

	}

	.contact-page .map .form-list {
		padding-right: 25px;
		padding-left: 25px;
	}

	.contact-page .map .heading-box .heading {
		padding-bottom: 30px;
		padding-top: 50px;

		font-weight: 600;
		max-width: 200px;
		margin: auto;
		margin-bottom: 0;
	}

	.contact-page .map span {
		display: block;
		text-align: center;
		padding-top: 55px;
		margin-bottom: 30px;
	}


	.contact-page .top-part .cont {
		background: #FFF9EB;
		position: relative;
		top: 0;
		left: 0;
	}

	.contact-page section.contact {
		padding-left: 5px;
		padding-right: 5px;
	}

	.contact-page .contact .bee {
		width: 100px;
		z-index: 500;
		right: -20px;
	}

	.contact-page .form-box .btn-box .t-btn {
		font-size: 17px;
	}



	.contact-page .form-box .btn-box .t-btn img {
		width: 8px;
	}


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

	.contact-page .form-box .form-control {
		font-size: 16px;
	}

	.contact-page .form-box .form-control::placeholder {
		font-size: 15px;
	}

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

	.contact-page .contact .contact-info .title {
		font-size: 25px;
	}

	.contact-page .contact .contact-info .value {
		font-size: 15px;
		margin-bottom: 4px;
	}

	.contact-page #map {
		height: 330px !important;
	}
}



@media (max-width: 767.98px) {



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

	.contact-page .form-box textarea {

		height: 150px;
		padding-top: 25px !important;

	}


}






/*** 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;
}


@media (max-width: 767.98px) {
	@keyframes bounce-up {
		0%, 100% { transform: translateY(0); }
		50% { transform: translateY(-50px); }
	}

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


/******** 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: 400;
    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;
}






/*** workshop ***/

.workshop-page .about p {
	font-size: 22px;
}

.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: 2;
}

.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%);
}

.workshop-page .former .round-box {
	overflow: hidden !important;
}


@media (max-width: 991.98px) {
	.workshop-page .page-banner .spec-img {
		width: 130px;
		top: 40px;
		display: block;
		margin: auto;
	}

	.workshop-page .wave-hexa .spec-img {
		width: 600px;
	}

	.workshop-page .page-banner .spec-img-2 {
		width: 130px;
		top: 20px;
		display: block;
		margin: auto;
	}

	.workshop-page .about .t-btn {
		height: auto;
		font-size: 17px;
		margin-top: 30px;
	}

	.workshop-page .about {
		padding-top: 60px;
		overflow: hidden;
	}

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

	.workshop-page .about p {
		font-size: 18px;
	}

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

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

	.workshop-page .about .bees {
		width: 200px;
	}

	.workshop-page .about .round-box {
		position: absolute;
		right: 0;
		top: 0;
		transform: translate(15%, -40%);
	}

	.workshop-page .about .rounder {
		width: 165px;
	}

	.workshop-page .about .content-box {
		padding-top: 30px;
	}

	.workshop-page .about p {
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.workshop-page .hexa {
		padding-top: 60px;
		padding-bottom: 170px;
	}

	.workshop-page .spec-cont {
		padding-bottom: 50px;
	}

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

	.workshop-page .hexa .content-box .info-box .head {
		font-size: 24px;
	}

	.workshop-page .hexa .content-box {
		padding-left: 15px;
	}

	.workshop-page .hexa .content-box .info-box p {
		font-size: 16px;
		text-align: justify;
	}

	.workshop-page .former .rounder {
		width: 180px;
	}

	.workshop-page .former .wave-start {
		object-fit: cover !important;
		height: 180px !important;
		object-position: center !important;
	}

	.workshop-page section.text {
		padding-top: 25px;
		padding-bottom: 50px;
	}

	.workshop-page section.text img {
		width: 250px;
	}

	.workshop-page section.text p {
		font-size: 15px;
	}

	.workshop-page .former .heading br {
		display: none;
	}

	.workshop-page .former .heading {
		font-size: 30px !important;
		max-width: 300px;
		text-align: center;
		margin-bottom: 60px;
	}

	.workshop-page .former .form-control::placeholder {
		font-size: 15px;
	}

	.workshop-page .former .form-control:not(textarea) {
		height: 60px;
		padding-left: 25px;
		font-size: 16px;
	}

	.workshop-page .former .round-box {
		overflow: hidden !important;
	}

	.workshop-page .former textarea.form-control {
		padding-top: 25px;
		padding-left: 25px;
		font-size: 16px;
	}

	.workshop-page .former .t-btn {
		margin-top: 65px;
		font-size: 18px;
	}


	.workshop-page .wave-hexa .spec-cot {
		display: flex;
		justify-content: center;
	}

	.workshop-page .wave-hexa .wave-start,
	.workshop-page .wave-hexa .wave-end {
		object-fit: cover !important;
		height: 150px !important;
		object-position: center !important;
	}

	.workshop-page .wave-hexa .content {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.workshop-page .wave-hexa .spec-img-2 {
		max-width: 100%;
		width: 550px;
		position: relative;
		bottom: -100px;
	}

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

	.workshop-page .hexa .content-box .info-box:last-of-type p {
		margin-bottom: 0;
	}



}

@media (max-width: 767.98px) {
	.workshop-page .about .content-box {
		padding-left: 0;
	}

	.workshop-page .hexa .content-box {
		padding-left: 0;
		max-width: 300px;
	}

	.workshop-page .hexa .content-box .info-box p {
		font-size: 15px;
		text-align: justify;
	}


	.workshop-page .hexa .spec-coler {
		padding-left: 0;
		padding-right: 0;
	}


}


@media (max-width: 500px) {
	.workshop-page .hexa {
		padding-bottom: 120px;
	}
}






/******** 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;
}

@media (max-width: 991.98px) {
	.heading-size-xl {
		font-size: 30px !important;
	}

	.heading-size-lg {
		font-size: 25px !important;
	}
}




/* article item */


.article-item .title {
    font-size: 21px;
	line-height: 26px;
	min-height: 52px;
}

.article-item .title:hover {
	color: var(--main-color);
}

.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: 32px;
}

.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 .newsletter::after {
	content: '';
	position: absolute;
	background: #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	transform: translate(0,100%);
}

.home-page section.newsletter {
	top: -100px;
}

.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;
}



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

.home-page section.info .info-box span {
	font-size: 27px !important;
	margin-bottom: 15px;
}

.home-page section.info .info-box {
	margin-bottom: 25px;
}

.home-page .info .bee {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0,-100%);
}

.home-page section.info .rounder-box.second {
	bottom: 0;
	top: auto;
	right: 0;
	left: auto;
	transform: translate(0,90%);
	overflow: hidden;
}

.home-page section.info .rounder.second {
	width: 250px;
}

@media (max-width: 991.98px) {
	.home-page .nav-tabs {
		gap: 25px;
		margin-top: 35px;
		margin-bottom: 45px;
	}

	.home-page section.products {
		padding-left: 15px;
		padding-right: 0;
	}

	.home-page .nav-tabs .nav-link {
		font-size: 14px;
	}

	.home-page .video {
		min-height: 320px;
	}

	.home-page .video span {
		font-size: 15px;
		display: none;
	}



	.home-page section.info .rounder-box {
		left:15px;
		transform: translate(0, -50%);
		overflow: hidden;
	}

	.home-page section.info .rounder-box img {
		width: 130px;
	}

	.home-page section.info .rounder-box.second img {
		width: 160px;
	}


	.home-page section.info .heading-box {
		margin-bottom: 70px;
	}

	.home-page section.info .info-box span {
		font-size: 20px !important;
	}

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

	.home-page .info .bee {
		position: absolute;
		top: 0;
		right: 0;
		width: 130px;
		transform: translate(0, -100%);
	}

	.home-page .testimonials .splide__slide {
		align-items: flex-start;
		padding: 0 10px;
	}

	.home-page .testimonials .testimonial-item p {
		font-size: 14px;
		line-height: 1.5;
	}


	.home-page .testimonials {
		padding-bottom: 40px;
		padding-top: 70px;
	}

	.home-page .testimonials .testimonial-item {
		padding: 25px 25px;
		font-size: 14px;
	}

	.home-page .testimonials .testimonial-item .ranking-box img {
		width: 19px;
	}

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

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

	.home-page .partners:not(.second) .splide__slide {
		padding-left: 15px;
		padding-right: 15px;
	}

	.home-page .spec {
		padding-top: 50px;
	}

	.home-page .spec .box.first {
		min-height: 225px;
	}

	.home-page .spec .box.second {
		min-height: 310px;
	}

	.home-page .spec .box.third {
		min-height: 280px;
	}

	.home-page .spec .hov-box .box img {
		width: 70px;
		margin: auto;
		display: block;
		margin-bottom: 5px;
	}

	.home-page .spec .hov-box .box {
		padding: 35px 20px;
	}

	.home-page .spec .box.third {
		align-items: flex-start;
	}

	.home-page .spec {
		overflow: hidden;
	}

	.home-page .spec .hov-box .box .t-btn {
		font-size: 11px;
		padding: 0.8em 1em;
	}

	.home-page .spec .partners.second {
		top: -80px;
	}

	.home-page .spec #marquee-slider2 {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.home-page .spec .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.home-page .spec .heading {
		text-align: center;
		padding-bottom: 50px;
	}

	.home-page .partners.second .content {
		padding-bottom: 5px;
	}

	.home-page .spec .spec-hov {
		background-position: 0 120px;
		background-size: 150% auto;
	}

	.home-page section.newsletter {
		top: 0;
		padding-bottom: 20px;
	}

	.home-page section.newsletter .head {
		font-size: 22px;
	}

	.home-page section.newsletter p {
		font-size: 15px;
	}

	.home-page section.newsletter .input-group input::placeholder {
		font-size: 15px;
	}

	.home-page section.newsletter .input-group button {
		font-size: 15px;
	}

	.home-page section.newsletter .splide__slide {
		text-align: center;
	}

	.home-page section.newsletter .heading.heading-size-xl {
		font-size: 25px !important;
	}

	.home-page section.newsletter .info-box {
		top: 0;
		padding-top: 50px;
	}

	.home-page section.newsletter .input-group button {
		color: #000;
	}


}

@media (max-width: 600px) {
	.home-page section.newsletter .info-box {
		max-width: 90%;
		margin: auto;
	}

	.home-page section.newsletter p {
		margin-bottom: 0;
	}
	.home-page section.newsletter {
		padding-bottom: 0;
	}

	.home-page .video {
		top: 50px !important;
	}
	.home-page .video::before {
		height: 50px !important;
	}


}









/*** product-page ***/















/** b2b-register page **/


/*** custom page **/




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

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


/* 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 .container.smaller {
	max-width: 1060px !important;
}

.custom-page .gallery .heading {
	font-size: 40px !important;
	font-weight: 700;
	margin-bottom: 95px;
}

.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) .box-item:first-child,
.custom-page .gallery .gallery-box .box:nth-of-type(odd) .box-item:last-child {
	height: 530px;
}

.custom-page .gallery .gallery-box .box:nth-of-type(even) .box-item:last-child,
.custom-page .gallery .gallery-box .box:nth-of-type(odd) .box-item:first-child {
	height: 350px;
}


.custom-page .gallery .box .box-item .hover-box {
	transform: translate(100%,0);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	background: #FFBA49;
	padding: 40px;
	flex-direction: column;
	width: 100%;
	height: 100%;
	transition: transform 0.2s linear;
}

.custom-page .gallery .box .box-item:hover .hover-box {
	transform: translate(0,0);
	transition: transform 0.2s linear;
}

.custom-page .gallery .box .box-item .hover-box .text {
	margin-bottom: 25px;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
}

.custom-page .gallery .gallery-box .box .box-item {
	position: relative;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.custom-page .gallery .gallery-box .box {
		width: calc( (100% / 2) - (6px / 2)  );
	}

	.custom-page .gallery .box .box-item .hover-box .text {
		font-size: 15px;
	}
}


/*** 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: #f8bd5f;
	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;
}

.custom-page .custom .round-box.second {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	transform: translate(0, 100%);
}

/* benefits */


.custom-page .benefits {
	padding-top: 50px;
	padding-bottom: 150px;
}

.custom-page .heading-box .heading {
	font-weight: 700;
	margin-bottom: 160px;
}

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

.custom-page .benefits .container.smaller {
	max-width: 1300px !important;
}

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

}

.custom-page .benefits .benefit-item .title {
	margin-top: 25px;
	margin-bottom: 10px;
	color: #000;
	font-weight: 700;
	display: block;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	font-size: 22px;
	line-height: 30px;
	min-height: 60px;
}

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




.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;
}

.custom-page .slider1 .splide__slide {
	padding-left: 15px;
	padding-right: 15px;
}

.custom-page .slider2 .splide__slide {
	padding-left: 15px;
	padding-right: 15px;
}


@media (max-width: 991.98px) {
	.custom-page .page-banner .spec-img {
		top: 40px;
		width: 210px;
	}

	.custom-page .about {
		padding-bottom: 80px;
		padding-top: 70px;
	}

	.custom-page .about .round-box {
		overflow: hidden;
		left: auto;
		right: 0;
		transform: translate(-20px, -30%);
	}

	.custom-page .custom .wave-end {
		object-fit: cover !important;
		height: 100px !important;
		object-position: right center !important;
	}

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

	.custom-page .about .content-box {
		padding-left: 0;
		padding-top: 70px;
		max-width: 100%;
		width: 350px;
		margin: auto;
	}

	.custom-page .about .content-box p {
		font-size: 15px;
		margin-bottom: 25px;
	}

	.custom-page .about .round-box .rounder {
		width: 130px;
	}

	.custom-page .about .gif {
		max-width: 100%;
		width: 315px;
		display: block;
		margin: auto;
		padding-top: 40px;
	}

	.custom-page .about .t-btn {
		margin-top: 60px;
		font-size: 17px;
		white-space: nowrap;
	}

	.custom-page .custom .sp {
		width: 340px;
		margin: auto;
	}


	.custom-page .custom .info-box {
		position: relative;
		top: 0;
	}

	.custom-page .custom .content {
		padding-bottom: 40px;
		padding-top: 50px;
	}

	.custom-page .custom .content .title {
		font-size: 20px;
	}

	.custom-page .custom .info-box .title {
		font-size: 20px;
	}

	.custom-page .custom .info-box p {
		font-size: 15px;
		width: 200px;
		max-width: 100%;
		margin-bottom: 40px;
	}

	.custom-page .custom .content p {
		font-size: 15px;
		width: 270px;
		max-width: 100%;
		margin: auto;

	}

	.custom-page .benefits .heading-box .heading {
		margin-bottom: 50px;
		font-weight: 600;
	}

	.custom-page .custom .info-box img {
		width: 21px;
	}

	.custom-page .custom .content:after {
		height: 100px;
	}

	.custom-page .custom {
		padding-top: 90px;
	}

	.custom-page .custom .round-box.second {
		overflow: hidden;
		transform: translate(0, 100%);
	}

	.custom-page .custom .round-box.second .rounder {
		width: 130px;
	}

	.custom-page .benefits {
		padding-top: 60px;
		padding-bottom: 50px;
	}

	.custom-page .custom .heading-box {
		position: relative;
	}

	.custom-page .custom .heading-box .round-box {
		position: absolute;
		right: 0;
		top: 100%;

		transform: translate(0, 100%);
	}

	.custom-page .custom .heading-box .round-box:not(.second) .rounder {
		width: 130px;
	}

	.custom-page  .benefits .benefit-item img {
		height: 60px;
	}

	.custom-page  .benefits .benefit-item .title {
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 5px;
		line-height: 20px;
		min-height: 40px;

	}

	.custom-page  .benefits .benefit-item p {
		font-size: 15px;
	}

	.custom-page  .benefits .benefit-item {
		margin-bottom: 30px;
	}

	.custom-page .review .container.smaller {
		padding-left: 45px;
		padding-right: 45px;
	}

	.custom-page section.review .splide__arrow--prev {
		left: -35px;
		width: 40px;
		height: 40px;
	}

	.custom-page section.review .splide__arrow--next {
		right: -35px;
		width: 40px;
		height: 40px;
	}

	.custom-page .review .review-item p {
		font-size: 15px;
	}

	.custom-page .review .review-item .content {
		padding-left: 25px;
		padding-right: 25px;
	}

	.custom-page .review .review-item img {
		margin-bottom: 38px;
		width: 200px;
	}

	.custom-page .gallery .wave-start, .custom-page .gallery .wave-end {
		object-fit: cover !important;
		height: 120px !important;
		object-position: right center !important;
	}

	.custom-page .gallery .heading-box .heading {
		font-weight: 600;
		margin-bottom: 60px;
		font-size: 25px !important;
	}

	.custom-page .gallery .gallery-box .box:nth-of-type(even) .box-item:last-child, .custom-page .gallery .gallery-box .box:nth-of-type(odd) .box-item:first-child {
		height: 200px;
	}

	.custom-page .gallery .gallery-box .box:nth-of-type(even) .box-item:first-child, .custom-page .gallery .gallery-box .box:nth-of-type(odd) .box-item:last-child {
		height: 280px;
	}

	.custom-page .gallery .box .box-item .hover-box {
		padding: 25px 10px;
	}

	.custom-page .gallery .box .box-item .t-btn {
		font-size: 10px;
		font-weight: 700;
	}


	.custom-page .gallery .box .box-item .hover-box .text {
		font-size: 14px;
	}

	.custom-page .slider2 {
		padding-top: 0;
		padding-bottom: 30px;
	}

	.custom-page .custom .heading-box .heading {
		font-weight: 600;
		margin-bottom: 40px;
	}

}



.custom-page .round-box {
	overflow: hidden;
}





/*** 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 .content {
	background: #F8D3CA;
}

.js-pop-up .form-control {
    height: 64px;
}

.js-pop-up .form-control::placeholder {
    font-size: 19px;
}


@media (max-width: 991.98px) {
	.js-pop-up p {
		font-size: 16px;
	}

	.js-pop-up .content {
		max-height: 95vh;
		padding-top: 150px;
		overflow-x: hidden;
	}


	.js-pop-up .form-control::placeholder {
		font-size: 16px;
	}

	.js-pop-up .form-control {
		height: 45px;
	}

	/*.js-pop-up img {*/
	/*	display: none;*/
	/*}*/

	.js-pop-up .title {
		font-size: 25px;
	}

	.js-pop-up .pop-bee-1,
	.js-pop-up .pop-bee-2 {
		width: 50px;
		position: absolute;
	}

	.js-pop-up .js-pop-up-close img {
		width: 30px;
	}

	.js-pop-up .pop-bee-1 {
		top: 20px;
		left: 50px;
		width: 75px;
	}

	.js-pop-up .pop-bee-2 {
		bottom: 20px;
		right: 50px;
	}

}

/*** main header ***/

.main-header .mega-menu .container.spec-cont {
    max-width: 1200px;
}


.main-header .bottom-bar .dropdown-menu .category img {
    height: 150px; /* 180 PX BOLO */
}

.main-header .bottom-bar .dropdown-menu .spec-cat-1 img {
	max-width: 100% !important;
	width: 150px !important; /* 200 PX BOLO */
	display: block;
	margin: auto;
}

.main-header .bottom-bar .dropdown-menu .spec-cat-2 img {
	max-width: 100% !important;
	width: 150px !important; /* 200 PX BOLO */
	display: block;
	margin: auto;
}

.main-header .bottom-bar .dropdown-link::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-70%) rotate(-135deg);
    height: 8px;
    width: 8px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    opacity: 0.8;
    transition: transform 0.1s linear;
}

.main-header .bottom-bar .dropdown-link {
    padding-right: 17px;
}

.main-header .bottom-bar .dropdown-link:hover::before {
    transform: translate(0,-20%) rotate(45deg);
    border-color: #F8CD63;
}




/** sticky menu on one row **/
@media (min-width: 992px) {
    body.not-top .main-header .coler-1 {
        display: none !important;
        order: 4;
    }

    body.not-top .main-header .coler-2 {
        order: 1;
        justify-content: space-between;
    }

    body.not-top .main-logo {
        transform: unset !important;
        width: 140px;
        z-index: 65;
    }

    .main-header .menu {
        padding-left: 0;
    }

    body.not-top .main-header .coler-4 {
        order: 2;
        flex: 0 0 auto !important;
        width: 50% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
    }

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

    body.not-top .main-header .bottom-bar .desktop-menu ul a {
        font-size: 15px;

    }

    body.not-top .main-header .bottom-bar .item.opened .dropdown-menu {
        transform: translate(0, calc( 100% - 15px ) );
    }


     body.not-top .main-header .coler-2 {
        order: 1;
        justify-content: flex-start !important;
        flex: 0 0 auto !important;
        width: 25% !important;
    }

    body.not-top .main-header .main-bar .box img {
        height: 25px;
        width: 30px;
    }



     body.not-top .main-header .coler-3 {
        order: 3;
        flex: 0 0 auto !important;
        width: 25% !important;
    }
}



@media (min-width: 992px) and (max-width: 1300px) {
	body.not-top .main-header .bottom-bar .desktop-menu ul a {
		font-size: 12px;

	}

}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-header .main-bar .op-box {
        gap: 25px;
    }



    body.not-top .main-header .coler-3,
    body.not-top .main-header .coler-2 {
       width: 20% !important;
   }

   body.not-top .main-header .coler-4 {
       width: 60% !important;
   }


}

/* end sticky menu */


/** STG ***/
.error-message, .address-error-message {
	color: #ff0000;
}

.form-error.form-control {
	border-color: #ff0000;
}

.rjs-change-variant img {
	border: 2px solid transparent;
}

.rjs-change-variant.selected img {
	border: 2px solid black;
}




/********* HEXA DEMO *******/


.about-page .finish .content:after {
	height: 500px;
}

.about-page .finish .wave-end {
	top: calc(100% + 499px);
}








.hexLink:hover .conter {

	transform: unset !important;
	transform: translate(0,0) !important;
	transition: transform 0.1s linear;
}

.hexLink {
	background: #000;
}

.hexLink .conter {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	background: #B9E7C0;
	color: #000;
	height: 100%;
	width: 101%;
	transform: unset !important;
	transform: translate(0,100%) !important;
	transition: transform 0.1s linear;
}

.conter * {
	position: static !important;
}


#hexGrid .ct {
	padding: 20px;
	font-size: 20px;
}


#hexGrid {
	display: grid;
	grid-gap:10px;
	grid-template-columns: repeat(10,1fr);
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
	list-style-type: none;
	overflow:hidden;
	padding-left: 15px;
	padding-right: 15px;
}

.hex {
	grid-column-end: span 2;
	position: relative;
	visibility:hidden;
	outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hex::after{
	content:'';
	display:block;
	padding-bottom: 86.602%;  /* =  100 / tan(60) * 1.5 */
}
.hexIn{
	position: absolute;
	width:100%;
	padding-bottom: 115.470%; /* =  width / sin(60) */
	overflow: hidden;
	visibility: hidden;
	outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
	-webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
	-ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
	transform: rotate3d(0,0,1,-60deg) skewY(30deg);
}
.hexIn * {
	position: absolute;
	visibility: visible;
	outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexLink {
	display:block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	-webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
	-ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
	transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}

/*** HEX CONTENT **********************************************************************/
.hex img {
	left: -100%;
	right: -100%;
	width: auto;
	height: 100%;
	margin: 0 auto;
	-webkit-transform: rotate3d(0,0,0,0deg);
	-ms-transform: rotate3d(0,0,0,0deg);
	transform: rotate3d(0,0,0,0deg);
}


/*.hex .conter {*/
/*	bottom: 50%;*/
/*	padding-top:50%;*/
/*	font-size: 1.5em;*/
/*	margin-bottom: 0;*/
/*	z-index: 1;*/
/*	-webkit-transform:translate3d(0,-100%,0);*/
/*	-ms-transform:translate3d(0,-100%,0);*/
/*	transform:translate3d(0,-100%,0);*/
/*}*/
/*hex .conter {*/
/*	width: 100%;*/
/*	display: block;*/
/*	height: 100%;*/
/*	padding: 5%;*/
/*	box-sizing: border-box;*/
/*	background-color: rgba(0, 128, 128, 0.8);*/
/*	font-weight: 300;*/
/*	-webkit-transition:  -webkit-transform .2s ease-out, opacity .3s ease-out;*/
/*	transition:          transform .2s ease-out, opacity .3s ease-out;*/
/*}*/



/*** HOVER EFFECT  **********************************************************************/




/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/

@media (min-width:1201px) { /* <- 5-4  hexagons per row */
	#hexGrid{
		padding-bottom: 150px;
		position: relative;
		transform: translate(0,50px);
	}
	.hex:nth-child(9n+6){ /* first hexagon of even rows */
		grid-column-start: 2;
	}
}

/*@media (max-width: 1200px) and (min-width:901px) { !* <- 4-3  hexagons per row *!*/
/*	#hexGrid{*/
/*		grid-template-columns: repeat(8,1fr);*/
/*		padding-bottom: 5.5%;*/
/*	}*/
/*	.hex:nth-child(7n+5){ !* first hexagon of even rows *!*/
/*		grid-column-start: 2;*/
/*	}*/
/*}*/

@media (max-width: 1199.98px) and (min-width:768px) { /* <- 3-2  hexagons per row */
	#hexGrid{
		grid-template-columns: repeat(6,1fr);
		padding-bottom: 7.4%;
	}
	.hex:nth-child(5n+4){ /* first hexagon of even rows */
		grid-column-start: 2;
	}
}

@media (max-width: 767.98px) { /* <- 2-1  hexagons per row */
	#hexGrid{
		grid-template-columns: repeat(4,1fr);
		padding-bottom: 11.2%;
		grid-gap:5px;
	}
	.hex:nth-child(3n+3){ /* first hexagon of even rows */
		grid-column-start: 2;
	}
}


/** TOTO JE ZOBRAZENIE NA JEDEN RIADOK JEDEN HEXA */
/*@media (max-width: 767.98px) {
	#hexGrid {
		grid-template-columns: 1fr;
		grid-gap: 80px;
		padding-bottom: 0;
	}

	.hex {
		grid-column-end: span 1 !important;
		grid-column-start: auto !important;
		visibility: visible;
	}

	.hex:nth-child(3n+3) {
		grid-column-start: auto;
	}
}*/
@media (max-width: 767.98px) {


	#hexGrid {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important; /* 2 prvky vedľa seba */
		gap: 5px !important;
		width: 100% !important;
		padding: 0 5px !important;
		margin: 0 auto !important;
	}

	.hex {
		display: block !important;
		width: 100% !important;
		height: 300px; /* pevná výška */
		position: relative !important;
		visibility: visible !important;
		outline: none !important;
		grid-column: auto !important;
	}

	.hex::after {
		content: none !important;
	}

	.hexIn {
		position: relative !important;
		width: 100% !important;
		height: 100% !important; /* aby vyplnil výšku rodiča */
		padding: 0 !important;
		overflow: hidden !important;
		transform: none !important;
		visibility: visible !important;
	}

	.hexIn * {
		position: static !important;
		visibility: visible !important;
		outline: none !important;
	}

	.hexLink {
		display: block !important;
		width: 100% !important;
		height: 100% !important; /* celý box */
		position: relative !important;
		overflow: hidden !important;
		transform: none !important;
		color: inherit !important;
		text-decoration: none !important;
	}

	.hexLink img {
		width: 100% !important;
		height: 100% !important; /* aby vyplnil kontajner */
		object-fit: cover; /* obrázok bude "contain" - celý viditeľný, zachová pomer */
		display: block !important;
		margin: 0 auto !important;
		transform: none !important;
	}

	.conter {
		position: absolute !important;
		top: 0; left: 0; right: 0; bottom: 0;
		background: rgba(0, 0, 0, 0.6);
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		transition: opacity 0.3s ease;
		padding: 10px;
		text-align: center;
		pointer-events: none;
	}

	.hexLink:hover .conter,
	.hexLink:focus .conter {
		opacity: 1;
		pointer-events: auto;
	}

	.conter {
		overflow-y: auto;
		max-height: 100%; /* alebo pevná výška */
	}


	.conter {
		pointer-events: none;
	}
	.hexLink:hover .conter,
	.hexLink:focus .conter {
		pointer-events: auto;
	}


	#hexGrid .ct {
		padding: 10px;
		font-size: 15px;
	}

}



/** TOTO JE ZOBRAZENIE NA JEDEN RIADOK JEDEN HEXA */





/** ORIG HEX GRID **/


.hexLink .conter {
	overflow: hidden;
	overflow-y: auto;
}



/** END ORIG HEX GRID **/

















/********** CART ********/

/* global */

.cart-page .container.smaller {
	max-width: 1140px !important;
}

.cart-page {
	padding: 100px 0;
}




/* A- spec header */
.cart-body .main-header .bottom-bar,
.cart-body .main-header .op-box,
.cart-body .stay-top,
.cart-body .main-header .js-menu-open {
	display: none !important;
}

.cart-body .main-header {
	position: static !important;
}

.cart-body .main-header .main-bar .logo {
	transform: scale(1);
}

/* B - delivery free etc. */

.dv-box {
	display: inline-block;
	max-width: 100%;
	width: 480px;
}

.dv-box.dv-box-header {
	width: 100%;
}


.cart-page .dv-box .range-box {
	width: 100%;
}

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

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

}

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

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

.cart-page .dv-box .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;
}

.cart-page .dv-box .fd.done img {
	position: absolute;
	left: 30px;
	top: -30px;
}

.cart-page .dv-box .free-delivery p strong {
	font-weight: 600;
}

.cart-page .dv-box .free-delivery {
	width: 100%;
	margin-top: auto;
	padding-bottom: 15px;

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







.checkout-page .dv-box .range-box {
	width: 100%;
}

.checkout-page .dv-box .range-box .bar {
	width: 100%;
	height: 7px;
	border-radius: 5px;
	background: #F0EFE8;
	position: relative;
}

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

}

.checkout-page .dv-box .range-box .bar img {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}

.checkout-page .dv-box .free-delivery p {
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.checkout-page .dv-box .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;
}

.checkout-page .dv-box .fd.done img {
	position: absolute;
	left: 30px;
	top: -30px;
}

.checkout-page .dv-box .free-delivery p strong {
	font-weight: 600;
}

.checkout-page .dv-box .free-delivery {
	width: 100%;
	margin-top: auto;
	padding-bottom: 15px;

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


/* gift box */

.cart-page .gift-box .head {
	display: flex;
	gap: 15px;
	align-items: center;
	font-size: 18px;
	color: #ffb325;
	font-weight: 600;
	margin-bottom: 35px;
}

.cart-page .gift-box .head a {
	color: #ffb325;
	display: flex;
	gap: 15px;
	align-items: center;
	font-weight: 600;
	text-decoration: none;
}

.cart-page .gift-box {
	margin-top: 35px;
}

.cart-page .gift-box .gift {

	display: flex;
	align-items: center;
	gap: 25px;
	margin-bottom: 17px;
}

.cart-page .gift-box .gift .title {
	font-weight: 700;
	font-size: 16px;
	color: rgba(0,0,0,0.5);
	text-decoration: none;
}


.cart-page .gift-box .img-box {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	background: #f0efe8;
	padding: 2px;
	width: 43px;
	height: 48px;
}

.cart-page .gift-box .img-box img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

/* coupone box */

.cart-page .coupone-box {
	margin-top: 60px;
}

.cart-page .coupone-box .title {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 13px;
}

.cart-page .coupone-box p {
	font-size: 16px;
	font-weight: 500;
}

.cart-page .coupone-box .form-control {
	height: 53px;
	border-radius: 45px;
	width: 320px;
	font-size: 18px;
	color: rgba(0,0,0,1);
	padding-left: 25px;
	max-width: 100%;
}

.cart-page .coupone-box .form-control::placeholder {
	font-size: 18px;
	color: rgba(0,0,0,0.5);
}

.cart-page .coupone-box .form-control:focus {
	box-shadow: none;
	outline: none;
	border-color: #f1f1f1;
}

.cart-page .coupone-box .t-btn.code:hover {
	opacity: 0.8;
}

.cart-page .coupone-box .t-btn.code {
	color: #000;
	font-size: 16px;
	background: #FFAE00;
	font-weight: 700;
}

.cart-page .coupone-box .t-btn {
	margin-top: 13px;
	font-size: 16px;
}


.cart-page .coupone-box {
	background: #f9f9f9;
	padding: 25px;
	border-radius: 15px;
}

.cart-page .coupone-box .title {
	font-size: 21px;
}

.cart-page .coupone-box p {
	font-size: 16px;
	font-weight: 400;
}

.cart-page .coupone-box a {
	color: #43866f;
}

.cart-page .coupone-box .spec-form-box {
	display: flex;
	gap: 15px;
}

.cart-page .coupone-box .spec-form-box .code {
	margin-top: 0;
}



.tip-box {
	background: #FFF9E3;
	border-radius: 15px;
	padding: 25px;
	margin-top: 25px;

}

.tip-box .form-control {
	width: 100%;
}

.tip-box .form-control:focus {
	box-shadow: none;
	outline: none;
	border-color: #f1f1f1;
}

.tip-box .tip-form {
	display: flex;
	align-items: flex-end;
	gap: 15px;
	width: 100%;
}



.tip-box .tip-form .t-btn {
	height: 55px;
	font-size: 17px;
	flex-shrink: 0;
}

.tip-box .title {
	font-weight: 600;
	font-size: 21px;
	display: block;
	margin-bottom: 15px;
}

.tip-box .form-group {
	flex: 1;
}

.tip-box .form-control {
	height: 55px;
	border-radius: 45px;
	font-size: 18px;
	color: rgba(0, 0, 0, 1);
	padding-left: 25px;

}





/*** OP BOX **/

.cart-page .ops-box .btn-box {
	max-width: 100%;
	width: 300px;
}

.cart-page .ops-box .btn-box .t-btn.pay {
	margin-bottom: 25px;
	display: flex;
	width: 100%;
	font-size: 16px;
	color: #29261D;
	height: 57px;
	background: #FFAE00;
}

.cart-page .ops-box .btn-box .pay-btn:hover,
.cart-page .ops-box .btn-box .t-btn:hover {
	opacity: 0.8;
}

.cart-page .ops-box .btn-box .pay-btn {
	display: flex;
	align-items: center;
	margin-right: 5px;
	margin-left: 5px;
	justify-content: center;
	height: 53px;
	border-radius: 0;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
}

.cart-page .ops-box .btn-box .pay-btn.apple {
	background: #000;
}

.cart-page .ops-box .btn-box .pay-btn.paypal {
	background: #FFCA3F;
}

/** product item head **/

.cart-page .product-item.head .title {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.cart-page .product-item.head small {
	font-size: 16px;
}

.cart-page .product-item.head .first,
.cart-page .product-item.head .second,
.cart-page .product-item.head .third,
.cart-page .product-item.head .fourth,
.cart-page .product-item.head .fifth {
	align-items: flex-end;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
}

.cart-page .product-item .second {
	flex-wrap: wrap;
}
.cart-page .product-item .original-price {
	font-size: 16px;
	display: block;
	width: 100%;

	text-decoration: line-through;
}

/** last total product item **/


.cart-page .product-item.foot {
	padding-top: 55px;
	border: none;
}

.cart-page .product-item.foot .third {
	justify-content: start;
	align-items: flex-start;

}

.cart-page .product-item.foot .fourth {
	justify-content: end;
	flex-wrap: wrap;
}

.cart-page .product-item.foot .fourth small {
	display: block;
	width: 100%;
	text-align: right;
}

.cart-page .product-item.foot .total {
	font-size: 20px;
	font-weight: 500;
}

.cart-page .product-item.foot .price {
	font-size: 20px;
	font-weight: 700;
}

.cart-page .product-item.foot .vat {
	font-size: 10px;
	font-weight: 500;
	padding-left: 5px;
}


.cart-page .product-item.foot .fourth {
	width: 18.33333%;
}

/** product item **/

.cart-page .product-item {
	border-bottom: 2px solid #e6e6e6;
}

.cart-page .product-item .first {
	width: 55%;
}
.cart-page .product-item .second {
	width: 13.33333%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-page .product-item .third {
	width: 13.33333%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-page .product-item .fourth {
	width: 13.33333%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-page .product-item .fifth {
	width: 5%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.cart-page .product-item .price {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}



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

.cart-page .product-item .img-box {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	background: #f0efe8;
	padding: 10px;
	width: 80px;
	height: 85px;
}

.cart-page .product-item .params {
	font-size: 12px;
	color: #000;
	font-weight: 500;
	margin-top: 10px;
}

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

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


.cart-page .product-item .title-box .title {
	font-weight: 700;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	display: block;
}

.cart-page .product-item .info-box {
	display: flex;
	align-items: center;
	column-gap: 15px;
	padding: 25px 0;
}

.cart-page .product-item .title-box {
	width: calc(100% - 80px);
	padding-left: 10px;
}


.cart-page .product-item  .count {
	display: flex !important;
	width: 75px !important;
	justify-content: center;
	color: #000;
	border: 1px solid #fff;
}

.cart-page .cart-list .product-item  .count .button-plus,
.cart-page .cart-list .product-item  .count .button-minus {

	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none;    /* Firefox */
	-ms-user-select: none;     /* IE/Edge */
}


.cart-page .product-item .count input {
	border: none;
	width: calc(100% / 3);
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

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


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

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


.cart-page .product-item .count > div {
	border: none;
	width: calc(100% / 3);
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}



@media (max-width: 991.98px) {
	.cart-page .product-item .first {
		width: 50%;
	}
	.cart-page .product-item .second {
		width: 15%;
	}
	.cart-page .product-item .third {
		width: 15%;
	}
	.cart-page .product-item .fourth {
		width: 15%;
	}
	.cart-page .product-item .fifth {
		width: 5%;
	}


	.tip-box .tip-form .t-btn {
		height: 50px;
		font-size: 14px;
	}

	.tip-box .form-control {
		height: 50px;
		font-size: 16px;
	}

	.cart-page .product-item.foot .fourth,
	.cart-page .product-item.foot .third {
		width: 50%;
	}

	.cart-page .product-item.foot {
		margin-bottom: 50px;
	}


}






@media (max-width: 767.98px) {

	.cart-sidebar .t-btn.next {
		font-size: 14px;
		height: 65px;
		margin: auto;
		display: flex;
	}

	.cart-page .coupone-box .t-btn {
		font-size: 14px !important;
	}

	.cart-page .ops-box .btn-box {
		width: 100%;
		margin-top: 25px;
	}

	.cart-page .product-item.foot .first,
	.cart-page .product-item.foot .second {
		display: none;
	}



	.cart-page .product-item.foot .fourth {
		justify-content: flex-end;
	}



	.cart-page .product-item.foot .third {
		justify-content: start;
	}



	.cart-page .coupone-box .t-btn {
		font-size: 14px !important;
		padding: 1em 2em;
	}

	.cart-page {
		padding: 40px 0;
	}

	.cart-page .product-item.head .title {
		font-size: 30px;
		font-weight: 600;
		margin-bottom: 15px;
	}

	.cart-page .ops-box .btn-box {
		width: 100%;
		margin-top: 45px;
	}

	.cart-page .dv-box {
		width: 100%;
	}

	.cart-page .product-item .info-box {
		padding-bottom: 8px;
	}

	.cart-page .coupone-box .form-control {
		height: 50px;
		width: 100%;
	}

	.cart-page .coupone-box .form-control::placeholder {
		font-size: 14px;
	}

	.cart-page .coupone-box {
		background: #F3F3F3;
		border-radius: 25px;
		padding: 25px;
	}

	.cart-page .product-item .first {
		width: 40%;
	}
	.cart-page .product-item .second {
		width: 18%;
	}
	.cart-page .product-item .third {
		width: 18%;
	}
	.cart-page .product-item .fourth {
		width: 18%;
	}
	.cart-page .product-item .fifth {
		width: 6%;
	}


	.cart-page .coupone-box .spec-form-box {
		flex-wrap: wrap;
		justify-content: center;
	}

	.cart-page .coupone-box .form-group {
		width: 100%;
	}

	.cart-page .coupone-box .spec-form-box .code {
		height: 50px;
	}

	.cart-page .dv-box .fd.done img {
		position: absolute;
		left: 20px;
		top: -50px;
	}

	.cart-page .dv-box .fd.done {
		padding: 15px 30px;
	}

}


@media (max-width: 600px) {
	.cart-page .product-item .first {
		width: 90%;
		order: 1;
	}

	.cart-page .product-item.head .first {
		text-align: center;
		width: 100%;
	}
	.cart-page .product-item .second {
		width: 30%;
		order: 3;
	}
	.cart-page .product-item .third {
		width: 40%;
		order: 4;
	}
	.cart-page .product-item .fourth {
		width: 30%;
		order: 5;
	}
	.cart-page .product-item .fifth {
		width: 10%;
		order: 2;
		align-items: flex-start;
		padding-top: 25px;
	}

	.cart-page .product-item.head .fifth {
		width: 10%;
		display: none;
	}

	.cart-page .product-item.head {
		padding-bottom: 0;
	}

	.cart-page .product-item {
		padding-bottom: 15px;
	}

	.cart-page .product-item .count {
		width: 100% !important;
	}


	.tip-box .tip-form  {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}

	.tip-box p {
		font-size: 15px;
	}

	.tip-box .form-group {
		width: 100%;
		flex: auto;
	}
	.dv-box.stepper .range-box .bar img {
		width: 34px;
	}


	.dv-box.stepper .tit {
		font-size: 11px;
	}





}

.cart-page .dv-box {
	width: 100%;
}

.dv-box.stepper .tit {
	font-weight: 600;
	margin-top: 18px;
	text-decoration: none;
	color: #1a1a1a;
	display: inline-block;
	text-transform: uppercase;
}




@media (min-width: 992px) {
	.cart-page .ops-box .col-lg-7.sm-mt {
		position: relative;
		top: -110px;
	}

	.cart-page .ops-box .col-lg-7:not(.sm-mt) {
		position: relative;
		top: -80px;
	}

	.cart-page .ops-box {
		margin-bottom: -110px;
	}

	.cart-page .spec-op-col {
		width: 35%;
		margin-left: auto;
	}

	.cart-page .product-item.foot .first {
		width: 64.8%;
	}

	.cart-page .product-item.foot .second {
		display: none;
	}

	.cart-page .product-item.foot .third {
		padding-top: 5px;
		padding-bottom: 5px;
		width: 17.2%;
	}

	.cart-page .product-item.foot .fourth {
		padding-top: 5px;
		padding-bottom: 5px;
		width: 18%;
	}

	.cart-page .spec-op-col .btn-box {
		width: 100%;
	}


}



/********** LOGIN PAGE ********/

.login-page .alert a {
	color: #ffffff;
	text-decoration: none;
}

.login-page .link-box a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.login-page .link-box {
	margin-top: 15px;
}


.login-page ul.reg li {
	font-weight: 400;
	color: #000;
	font-size: 16px;
}

.login-page ul.reg {
	padding-left: 0;
	list-style: none;
	margin-bottom: 27px;
}

.login-page ul.reg li {
	line-height: 1.6;
	position: relative;
	padding-left: 35px;
}



.login-page ul.reg li:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	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-register-page.login-page .container {
	max-width: 1000px !important;
}

.login-page .register-box a {
	width: 100%;
	margin-bottom: 20px;
}


/********* CHECKOUT PAGE *********/


.checkout-page #firm-content,
.checkout-page #address-content{
	display: none;
}

.checkout-page label {
	font-weight: 600;
}

.checkout-page {
	padding: 70px 0;
}


.checkout-page .form-control:not(textarea) {
	height: 53px;
}

.checkout-page .form-control {
	border-color: rgb(228, 228, 228);
	border-radius: 15px;
}

.checkout-page .form-control:focus {
	border-color: #ccc;
	box-shadow: none;
	outline: none;
}

.checkout-page .form-group label.required::after {
	content: '*';
	color: red;
	padding-left: 3px;
}

.checkout-page .heading {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}

.checkout-page .form-check-input:checked {
	background-color: green;
	border-color: green;
	box-shadow: none;
}

.checkout-page .form-check-input:focus {
	box-shadow: none;
	border-color: green;
}

.checkout-page .form-group,
.checkout-page .form-check {
	margin-bottom: 30px;
}

.checkout-page label {
	color: #000;
}


.checkout-page .tip-box .form-control::placeholder {
	font-size: 14px;
}


.checkout-page .tip-box {
	margin-bottom: 20px;
}

.checkout-page .tip-box .tip-form  {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.checkout-page .tip-box .t-btn {
	font-size: 15px;
	height: 56px;
}

.checkout-page .tip-box p {
	font-size: 15px;
	text-align: justify;
}

.checkout-page .tip-box .form-group {
	width: 100%;
	margin-bottom: 0;
}


/* sidebar */

.checkout-page .form-check a {
	color: #43866f;
}

.cart-sidebar .t-btn.next {
	font-size: 14px;
	height: 65px;
}

.cart-sidebar .form-check label {
	cursor: pointer;
}

.cart-sidebar .total {
	margin-bottom: 35px;
	font-size: 20px;
}

.cart-sidebar .total .price {
	font-weight: 700;
	color: #43866f;
}

.cart-sidebar .total .vat {
	display: block;
	text-align: right;
	font-size: 15px;
}



.cart-sidebar .pd-box .box, .checkout-page .pd-box .box {
	padding: 15px;
	background: #f3f3f3;
	border-radius: 8px;
	margin-bottom: 15px;
}

.cart-sidebar .pd-box .title, .checkout-page .pd-box .title {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	color: #000;
}


.cart-sidebar .pd-item-content, .checkout-page .pd-item-content {
	display: none;
}

.cart-sidebar .pd-item .form-check, .checkout-page .pd-item .form-check {
	display: flex;
	align-items: center;
}

.cart-sidebar .pd-item input, .checkout-page .pd-item input {
	position: relative;
	top: -1px;
}

.cart-sidebar .pd-item .form-check-label, .checkout-page .pd-item .form-check-label {
	padding-left: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.cart-sidebar .pd-item .additional-box, .checkout-page .pd-item .additional-box {
	margin-left: auto;
}

.cart-sidebar .pd-item .additional-box img, .checkout-page .pd-item .additional-box img {
	height: 22px;
	width: 22px;
	object-fit: contain;
}

.cart-sidebar .pd-item, .checkout-page .pd-item {
	margin-bottom: 25px;
}

.cart-sidebar .pd-item .pd-item-content, .checkout-page .pd-item .pd-item-content {
	padding-top: 15px;
}

.cart-sidebar .pd-item .form-check, .checkout-page .pd-item .form-check {
	margin-bottom: 0;
}

.cart-sidebar .pd-item .tiny-text, .checkout-page .pd-item .tiny-text {
	font-size: 12px;
}

.cart-sidebar .pd-item .pd-item-content a, .checkout-page .pd-item .pd-item-content a {
	color: #43866f;
	font-weight: 600;
}

.cart-sidebar .pd-item .t-btn.success, .checkout-page .pd-item .t-btn.success {
	font-size: 14px;
	background: #364b5b !important;
	color: #fff !important;
}

.checkout-page .pd-item .packeta-div {
	display: flex;
	gap: 10px;
}

.checkout-page .pd-item .rjs-point-container {
	display: flex;
	gap: 10px;
}

.checkout-page .pd-item .packeta-div .packeta-info-div {
	font-size: 14px;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	display: flex;
}

.checkout-page .pd-item .rjs-point-container div {
	font-size: 14px;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	display: flex;
}


.cart-sidebar .product-list .total-box {
	font-size: 18px;
	border-top: 1px solid #333;
	padding-top: 7px;
}

.cart-sidebar .product-list {
	margin-bottom: 35px;
}

.cart-sidebar .product-list .product-item {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
}

.cart-sidebar .product-list .product-item .price-box {
	width: 100%;
}

.cart-sidebar .product-list .product-item .price {
	color: #43866f;
	font-weight: 700;
}

.cart-sidebar .product-list .product-item .img-box {
	width: 100px;
	position: relative;
}

.cart-sidebar .product-list .product-item .img-box .count {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	font-weight: 700;
	line-height: 1;
	background: #43866F;
}

.cart-sidebar .product-list .product-item .title {
	font-size: 19px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;

}

.cart-sidebar .product-list .product-item .params td {
	font-size: 14px;
}

.cart-sidebar .product-list .params tr td:first-of-type {
	padding-right: 15px;
}

.cart-sidebar .product-list .product-item .info-box {
	width: calc(100% - 100px);
	padding-left: 15px;
}

.cart-sidebar .product-list .product-item .img-box img {
	width: 100%;
	aspect-ratio: 1/0.8;
	object-fit: contain;
	border-radius: 5px;
}

@media (max-width: 767.98px) {
	.checkout-page label {
		font-size: 14px;
		text-align: justify;
	}

	.cart-sidebar .pd-box .title, .checkout-page .pd-box .title {
		font-size: 16px;
	}

	.cart-sidebar .total {
		font-size: 18px;
	}
}



/*********** ORDER COMPLETE PAGE **********/

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

.order-complete-page .page-banner {
	color: #121212;
}

.order-complete-page .page-banner .page-heading {
	font-size: 34px;
	margin-bottom: 30px;
}

.order-complete-page .page-banner p {
	font-size: 18px;
	font-weight: 600;
}

.order-complete-page .page-banner .email {
	text-decoration: underline;
}

@media (max-width: 767.98px) {
	.order-complete-page .page-banner p {
		font-size: 15px;
	}
}




/* order box */


.order-complete-page .page{
	padding: 50px 0;
}


.order-complete-page .order-box .content {
	padding: 25px;
	border: 1px solid #f1f1f1;
	margin-bottom: 35px;
}

.order-complete-page .order-complete-page .page {
	padding: 50px 0;
}

.order-complete-page .order-box .order-item .title {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	letter-spacing: 0.3px;
}

.order-complete-page .order-box .order-item .value {
	font-size: 16px;
	font-weight: 400;
	display: block;
}


.order-complete-page .order-box .order-item {
	margin-top: 20px;
	margin-bottom: 20px;
}






/*** BLOG PAGE ******/

.blog-page {
	padding-top: 100px;
}

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

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

.blog-page .articles .container.smaller {
	max-width: 1400px !important;
}

.blog-page .articles .article-item .img-box .main-img {
	height: 300px;
}

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

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

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

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

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



.blog-page .category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 45px;
}

.blog-page .category-list a {
	text-decoration: none;
	color: #555;
	font-size: 17px;
}

.blog-page .category-list a.active {
	color: #DA7312;
}


.blog-page .navigation-box {
	padding-top: 40px;
}

.blog-page .navigation-box .pagination {
	justify-content: center;
}

.blog-page .navigation-box .pagination {
	justify-content: center;
}

.blog-page .pagination .page-link {
	background: none;
	font-size: 22px;
	color: #121212;
	border: none;
}

.blog-page .pagination .page-link:hover,
.blog-page .pagination .page-link:focus {
	border: none;
	outline: none;
	box-shadow: none;
	background: none;
	opacity: 0.8;
	color: #4BA688;
}


.blog-page .pagination .page-item:first-of-type,
.blog-page .pagination .page-item:last-of-type {
	display: none;
}


.blog-page .pagination .page-item.active .page-link {
	font-weight: 600;
	color: #4BA688;
	background: none;
}

@media (max-width: 767.98px) {
	.blog-page .category-list {
		flex-wrap: nowrap;
		overflow-x: auto;
	}

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


	.blog-page .heading {
		margin-bottom: 50px;
		font-size: 25px !important;
	}

	.blog-page {
		padding: 50px 0;
	}

	.blog-page .category-list a {
		font-size: 16px;
	}

	.blog-page .category-list a {
		white-space: nowrap;
	}

	.blog-page .article-item .title {
		font-size: 21px;
		line-height: 26px;
		min-height: unset;
	}
}


/********** REGISTER COMPLETE PAGE *********/

.register-complete-page {
	padding: 150px 0;
}

.register-complete-page .order-p {
	font-size: 27px;
	font-weight: 500;
}

.register-complete-page .heading {
	color: #3A675E;
}


@media (max-width: 767.98px) {
	.register-complete-page {
		padding: 80px 0;
	}

	.register-complete-page .order-p {
		font-size: 20px;
	}

	.register-complete-page .spec-img {
		width: 170px;
	}
}







/*** article page ***/

.article-page {
	background: #F0EFE8;
	padding: 100px 0;
	position: relative;
}

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

.article-page .more-articles {
	max-width: 100%;
	overflow: hidden;
}

/*.more-articles .splide__track:not(.first-slide-visible) {*/
/*	overflow: visible !important;*/
/*}*/

.article-page .content {
	padding: 45px;
	background: #fff;
	border-radius: 25px;
}

.article-page .content img {
	max-width: 100%;
}

.article-page .content a {
	color: #43866f;
	font-weight: 500;
}

.article-page .container.smaller {
	max-width: 100% !important;
	width: 1100px;
}


.article-page .bulk-data {
	font-size: 18px;
}

.article-page .heading {
	font-weight: 600;
}

.more-articles .article-item .img-box .main-img {
	height: 300px;
}

.more-articles .article-item .img-box {
	border-radius: 0px;
	overflow: hidden;
}



.more-articles .container.smaller.sp {
	width: 100%;
	padding-left: calc((100vw - 1100px) / 2); /* zarovná obsah na ľavý okraj kontajnera */
	padding-right: 0;
}

.more-articles .article-item .crc {
	width: 90px;
	height: 90px;
}

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

.article-page .more-articles .heading {
	margin-bottom: 50px;
}


@media (max-width: 1015px) {

	.more-articles .container.smaller.sp {

		padding-left: 15px;

	}
}

@media (max-width: 767.98px) {
	.more-articles .article-item .img-box .main-img {
		height: 240px !important;
	}

	.article-page .content {
		padding: 45px 25px;
	}

	.article-page .container.smaller {
		padding-left: 15px;
		padding-right: 15px;
	}


}



.product-tab.active .img-box img,
.faq-item.active .img-box img {
	transform: rotate(180deg);
	transition: transform 0.2s ease-in;
}

.product-tab .img-box img,
.faq-item .img-box img {
	transition: transform 0.2s ease-in;
}


@media (max-width: 767.98px) {
	.faq-item .faq-question .title {
		width: calc(100% - 40px);
	}

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

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

	.faq-item .faq-question {
		font-size: 15px;
	}

	.faq-item .faq-answer {
		font-size: 15px;
	}
}





/*********** USER PAGE **************/

.user-profile-page {
	padding: 50px 0;
}

.user-profile-page .spec-img {
	position: absolute;
	top: -60px;
	right: 0;
}

.user-profile-page .heading-box {
	margin-bottom: 75px !important;
}

.user-profile-page .heading-box .heading {
	font-weight: 600;
	color: #3A675E;
}

.top-alert {
	margin-bottom: 70px;
}

.user-profile-page .spec-box {
	position: relative;
}

@media(min-width: 1200px) {
	.user-profile-page .cont-col {
		padding-left: 50px;
	}
}

@media (max-width: 1200px) {
	.user-profile-page .spec-img {
		top: -35px;
		width: 170px;
	}

}

.user-profile-page  .param-row {
	font-size: 16px;
}

.user-profile-page  .param-row .value {
	font-weight: 600;
}

.user-profile-page  .val {
	font-weight: 600;
}


.user-profile-page .table td {
	background: #E4FBE7;
	border: none;
	white-space: nowrap;
	font-size: 15px;
}

.user-profile-page .table {
	border: none;
}

.user-profile-page .table .title {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}

.user-profile-page .table .date {
	display: block;
	font-size: 13px;
}

.user-profile-page .table th {
	border: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.user-profile-page .table .paydev {
	font-size: 14px;
}

.user-profile-page .table .status {
	font-size: 14px;
}

/*** sidebar ***/

.user-profile-page .profile-sidebar {
	background: #FFF9E3;
	padding: 25px;
	border-radius: 15px;
}


.user-profile-page .profile-sidebar .head-box .title {
	display: block;
	font-size: 18px;
	font-weight: 600;
}

.user-profile-page .profile-sidebar ul a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

.user-profile-page .profile-sidebar ul li {
	margin-bottom: 10px;
}

.user-profile-page .profile-sidebar .active a {
	font-weight: 600;
	color: #3A675E;

}

.user-profile-page .profile-sidebar ul a:hover {
	color: #3A675E;

}

.user-profile-page .profile-sidebar ul {
	list-style: none;
	padding-left: 0;
	margin-top: 20px;
}

.user-profile-page .profile-sidebar .logout-box a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

.user-profile-page .profile-sidebar .logout-box a:hover {
	color: #3A675E;
}

.user-profile-page .profile-sidebar .logout-box {
	border-top: 2px solid rgba(0,0,0,0.2);
	padding-top: 15px;
}

.user-profile-page .profile-sidebar .head-box {
	border-bottom: 2px solid rgba(0,0,0,0.2);
	padding-bottom: 15px;
}



/******* edit *****/


.user-profile-page .form-box .form-control:not(textarea) {
	height: 53px;
	padding-left: 25px;
}

.user-profile-page .form-box textarea.form-control {
	padding-left: 25px;
	padding-top: 25px;
}

.user-profile-page .form-box .form-control {
	border-radius: 15px;
	font-size: 17px;
}

.user-profile-page label.required::after {
	content: '*';
	color: red;
	padding-left: 3px;
}

.user-profile-page .form-box .form-control::placeholder {
	font-size: 19px;
}


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

.user-profile-page .form-group, .user-profile-page .form-check {
	margin-bottom: 30px;
}

.user-profile-page  .form-heading {
	display: block;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 25px !important;
	color: #4ba888;
}

.user-profile-page  .param-box {
	font-size: 18px;
	display: flex;
	justify-content: space-between;

}

.user-profile-page .param-box .param {

	min-width: 200px;
	padding-right: 10px;
}

.user-profile-page .param-box .param:after {
	content: ':';
}

.user-profile-page .param-box .value {
	font-weight: 600;
}




@media (max-width: 767.98px) {
	.user-profile-page .spec-img {
		position: static;
		display: none;
	}

	.user-profile-page .param-box {
		font-size: 15px;
	}

	.user-profile-page .profile-sidebar ul a {
		font-size: 15px;
	}

	.user-profile-page .profile-sidebar .head-box .title {
		font-size: 15px;
	}

	.user-profile-page .profile-sidebar .logout-box a {
		font-size: 15px;
	}

	.user-profile-page .form-heading {
		font-size: 18px;
	}

	.user-profile-page .heading-box {
		margin-bottom: 45px !important;
	}

}























/*** col for 5 */

@media (min-width: 1500px) {
	.col-xl-fifth {
		width: 20%;
	}
}

























/* Základné pravidlá pre sekcie */
#section-u1, #section-u2, #section-u3, #section-u4, #section-a1 {
	scroll-margin-top: 75px; /* Výška plnej hlavičky, napr. 75px */
}
#section-u4 {
	scroll-margin-top: 200px;
}
#section-map {
	scroll-margin-top: 240px;
}

/* Pravidlá, keď je stránka odscrollovaná (zmenšená hlavička) */
body.not-top #section-u1,
body.not-top #section-a2,
body.not-top #section-u2,
body.not-top #section-u3 {
	scroll-margin-top: -40px; /* Výška zmenšenej hlavičky, napr. 60px */
}

body.not-top #section-u4 {
	scroll-margin-top: 40px; /* Výška zmenšenej hlavičky, napr. 60px */
}

.article-page blockquote {
	margin-left: 10px;
	border-left: 5px solid rgba(218, 115, 18, 1);
	padding-left: 15px;
}


#marquee-slider3 .img-box
{
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
}


#marquee-slider3 .img-box img
{
	object-fit: cover;
	height: 100%;
	width: 100%;
}





.alert-danger {
	--bs-alert-bg: #B8564D;
	--bs-alert-border-color: #a94d44;
	--bs-alert-color: #ffffff;
	font-weight: bold;
}


.main-footer.b2b-footer {
	background-color: #E4FBE7;
}

.b2b-page .gallery-foot {
	background-color: #E4FBE7;
	height: 100px;
}


.tip-form .tip-button {
	border: 1px solid black;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	flex: 1;
}

.tip-form .tip-cont {
	width: 100%;
}



.problem-items .title {
	margin-bottom: 25px;
}

.problem-items {
	margin-bottom: 45px;
}

.problem-items .problem-item {
	background: rgba(237, 67, 55, 0.1);
	color: #bd3c34;
	padding: 25px;
	border-radius: 15px;
	margin-bottom: 15px;
}

.problem-items .problem-item .product {
	font-weight: 400;
	display: block;
	font-size: 16px;
}

.problem-items .problem-item .info {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
}

.problem-items .proble-item strong {
	font-weight: 700;
}

.problem-items .problem-item .items {
	margin-top: 10px;
}

.problem-items .problem-item .items .item {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}












/***** reorder sections homepage ****/

.home-page .spec .partners.second {
	top: -187px;
	margin-bottom: -187px;
}


.home-page .spec::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: #E4FBE7;
}

.home-page .newsletter::after {
	all: unset;
}


.home-page .video {
	position: relative;
	top: 100px;
}


.home-page .video::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0,-100%);
	height: 100px;
	width: 100%;
	display: block;
	background: #fff;
}


@media (min-width: 1700px) {

	.home-page .video {
		min-height: 650px;
		top: 150px;
	}

	.home-page .video::before {
		height: 150px;
	}


}


@media (max-width: 991.98px) {
	.home-page .spec .partners.second {
		top: -80px;
		margin-bottom: -80px;
	}

	.home-page .video {
		top: 70px;
	}


	.home-page .video::before {
		height: 70px;
	}

}

.home-page section.newsletter {
	top: 0 !important;
	padding-top: 70px;
}

.home-page .newsletter .mobile-instagram {
	display: none;
}

@media (max-width: 567.98px) {
	.home-page .newsletter .mobile-instagram {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}

	.home-page .newsletter .mobile-instagram .img-box {
		display: block;
		width: calc(100% / 3 - 20px / 3);
		aspect-ratio: 1/1;
		overflow: hidden;
	}

	.home-page .newsletter .mobile-instagram .img-box img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}

	.home-page .newsletter #marquee-slider3 {
		display: none;
	}
}



/******* WORKSHOP ORDER REDESIGN ****/

.workshop-page .former {
	z-index: 2;
	position: relative;
}

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

}

.workshop-page .former .content::after {
	background: #F8D3CB;
}


.workshop-page .wave-hexa {
	position: relative;
}

.workshop-page .wave-hexa::after {
	content: '';
	display: block;
	width: 100%;
	height: 500px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(0,50%);
	z-index: -1;
	background: #F1FFF3;

}



.workshop-page .wave-hexa .content {
	padding-top: 145px;
	padding-bottom: 155px;
}

.workshop-page .wave-hexa .spec-img {
	right: 0;
	bottom: 0;
}

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

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

.workshop-page .former .round-box {
	right: auto;
	left: 0;
	z-index: 10;
	top: 0;
	transform: translate(0, -100%);
}


.workshop-page .former .round-box {
	position: static;
	transform: translate(0, -40%);
}

@media (max-width: 991.98px) {
	.workshop-page .wave-hexa .content {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.workshop-page .wave-hexa::after {

		transform: translate(0,70%);


	}

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


	.workshop-page .wave-hexa::after {
		height: 100px;
	}

	.workshop-page .former .round-box {
		transform: translate(0, -150%);
		position: absolute;
		z-index: 50;
	}
}




.rjs-filter-recenses {
	cursor: pointer;
}



/* GIFT BOX ***/

.js-fix-gift {
	position: fixed;
	z-index: 99;
	right: 50px;
	bottom: 150px;

	width: 77px;
	height: 77px;
	padding: 15px;
	display: flex;
	align-items:center;
	justify-content: center;
	background: #AADAB1;
	border-radius: 50%;
	cursor: pointer;

}

.js-fix-gift .count {
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	background: #2F4444;
}

.js-fix-gift img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

/*
.js-fix-gift-info {
	position: fixed;
	display: none;
	z-index: 99;
	max-width: 100%;
	right: 50px;
	bottom: 350px;
	font-weight: 700;
	font-size: 22px;
	width: 500px;
	height: 230px;
	padding: 45px;
	align-items:center;
	justify-content: center;
	background: #FFF9EB;
	border-radius: 18px;
	cursor: pointer;
}
 */

.js-fix-gift-info {
	position: fixed;
	display: none;
	z-index: 99;
	max-width: 100%;
	right: 50px;
	bottom: 260px;
	align-items:center;
	justify-content: center;
	cursor: pointer;
}

.js-fix-gift-info img {
	display: block;
}

.js-fix-gift-info.opened {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media (max-width: 767.98px) {
	.js-fix-gift {
		right: 20px;
		bottom: 100px;
		width: 45px;
		height: 45px;
		padding: 8px;
	}

	.js-fix-gift .count {
		font-weight: 700;
		position: absolute;
		top: 0;
		right: 0;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		color: #fff;
		font-size: 10px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		background: #2F4444;
	}

	.js-fix-gift-info {
		left: 20px;
		bottom: 135px;
		font-size: 16px;
		width: calc(100% - 40px);

		padding: 45px;
		align-items:center;
	}

	.js-fix-gift-info img {
	}
}


select.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	select.form-control {
		transition: none;
	}
}
select.form-control:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
select.form-control[multiple], select.form-control[size]:not([size="1"]) {
	padding-right: 0.75rem;
	background-image: none;
}
select.form-control:disabled {
	background-color: #e9ecef;
}
select.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529;
}






/********* SIMPLE PAGE *****/


.simple-page .container {
	max-width: 100%;
	width: 1000px;
}

.simple-page {
	padding: 100px 0;
}

.simple-page a {
	color: #43866f;
}

@media (max-width: 767.98px) {
	.simple-page {
		padding: 50px 0;
	}
}


/*** 404 page ***/

.not-found-page {
	background: #F9F9F9;
	position: relative;
	padding: 100px 0;
}

.not-found-page h1 {
	font-size: 35px !important;
}

.not-found-page h2 {

	max-width: 550px;
	margin: auto;
	line-height: 1.5;
	font-weight: 400;
	font-size: 20px;
	margin-top: 20px;
}

.not-found-page::after {
	content: '';
	display: block;
	height: 500px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(0,100%);
	background: #F9F9F9;
}


@media (max-width: 767.98px) {
	.not-found-page {
		padding: 50px 0;
	}
}


.jconfirm-box {
	background: #FFF6C8 !important;
	padding: 35px !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #000;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
	font-size: 18px;
	font-weight: 500;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
	text-transform: uppercase;
	font-size: 16px;

}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-danger {
	background: #D8A294;
	color: #fff;

}


.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
	background: #4BA888 !important;
	color: #fff !important;
}


.js-fix-gift-info {
	z-index: 9999;

	bottom: 150px;
	right: 150px;
}


.js-fix-gift-info img {
	max-height: 30vh;
	width: auto;
}


@media (max-width: 767.98px) {
	.js-fix-gift-info img {
		max-height: 30vh;
		width: auto;
	}

	.js-fix-gift-info {
		bottom: 100px !important;
	}
}


.article-page img {
	max-width: 100%;
	height: auto;
}





/* Fullscreen overlay */
#send-order-loader-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8); /* stmavenie */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-align: center;
}

/* Spinning circle */
.send-order-spinner {
	border: 6px solid #f3f3f3;
	border-top: 6px solid #ffffff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
	margin-bottom: 20px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Skrytý loader na začiatku */
#send-order-loader-overlay.hidden {
	display: none;
}



@media (max-width: 767.98px) {
	.page-banner .container .content {
		min-height: unset;
		padding-top: 35px;
	}


	.page-banner .cont {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page-banner .col-3 {
		padding-left: 0;
	}



	.page-banner .wave-end {
		object-fit: unset;
		height: auto !important;
		width: 100%;
	}

	.page-banner .page-heading {
		font-size: 25px !important;
	}

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


.stock-badger {
	margin-top: auto;
	margin-left: 15px;
}

@media (max-width: 767.98px) {
	.stock-badger {
		line-height: 1;
	}
}


.more-description {
	display: none;
}

.rjs-toggle-more-description .close {
	display: none;
}
