@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter Tight';
	font-weight:normal;
	letter-spacing:0;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0; padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*-----------------------
       Fonts
------------------------*/
 @font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Bold.woff2') format('woff2'),
	url('../fonts/Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
	url('../fonts/Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.woff2') format('woff2'),
	url('../fonts/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
	url('../fonts/Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
	
/* ------------------- */

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-ExtraBold.woff2') format('woff2'),
        url('../fonts/InterTight-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-Bold.woff2') format('woff2'),
        url('../fonts/InterTight-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-SemiBold.woff2') format('woff2'),
        url('../fonts/InterTight-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-Medium.woff2') format('woff2'),
        url('../fonts/InterTight-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-Regular.woff2') format('woff2'),
        url('../fonts/InterTight-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-----------------------
CSS FOR TOP STRIP
------------------------*/
.top-strip{
	float:left;
	width:100%;
	background:#000;
	padding:8px 0;
	}
.top-strip__text{
	font-size:15px;
	line-height:23px;
	letter-spacing:0.8px;
	color:#fff;
	text-transform:uppercase;
	}
.top-strip__text img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 8px 0 0;
	width:16px;
	}	
	
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:75px;
	}
.nav_section{
	background:#fff;
	float:left;
	width:100%;
	height:75px;
	top: 75px;
	padding:10px 0;
	position:relative;
	margin-top:-75px;
	}
.fixed-nav .nav_section{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	background:#fff;
	margin-top:0;
	top:0;
	box-shadow:0 2px 9px 1px rgba(0,0,0,0.1);
	}	
	
.logo{
	float: left;
    width: 144px;
    margin-top: 2px;
	}	
ul.menu-list{
	display:inline-block;
	vertical-align:top;
	margin:18px 0 0 40px;
	}
ul.menu-list li{
	float: left;
	border-right: 1px solid #b3b3b3;
	}
ul.menu-list li:last-child{ border:none;}		
ul.menu-list li a{
	float:left;
    color: #000;
    font-size: 17px;
    line-height: 17px;
	padding:0 18px;
	letter-spacing:0.8px;
	}	
ul.menu-list li a:hover{ color:#d25256;}
ul.menu-list li a.active{ color:#d25256 !important;}

ul.menu-list li:active a{
     color:#d25256 !important;
}

a.nav_btn{
    float: right;
    background: #d25256;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 170px;
    height: 45px;
    line-height: 45px;
    border-radius: 8px;
    font-weight: bold;
    margin:5px 0 0 20px;
    letter-spacing: 0.5px;
	}
a.nav_btn img{
	display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 3px;
	width:18px;
	}
	
/*=====Menu=====*/
.mob-mnu-ic{
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 16;
    height: 30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3{
	width: 30px;
	height: 2px;
	background-color: #333;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 7px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#333;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#333;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:115px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}			
 	
/*-----------------------
		BANNER
------------------------*/	
.banner{
	float:left;
	width:100%;
	padding:20px 0 30px;
	background:url(../images/banner-bg.webp) #FFFBF8 no-repeat center top;
	overflow-x:clip;
	}	
.banner__left{
	float:left;
	width:50%;
	text-align:left;
	padding:60px 0 70px;
	}

.banner__heading{
	font-size: 55px;
	line-height: 63px;
	font-weight: 700;
	letter-spacing:0.5px;
	}
.banner__text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	position:relative;
	letter-spacing:0.5px;
	}
.button__box{
	float:left;
	width:100%;
	margin-top:40px;
	}
.button__width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:313px;
	text-align:center;
	}
.common__button{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 60px;
    background: #d25256;
    border-radius: 6px;
    color: #fff;
    font-size: 23px;
    line-height: 59px;
    font-weight: bold;
    letter-spacing: 0.3px;
	text-align:center;
	}
.common__button img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	width:24px;
	}
.button_bottom_text{
	font-size:13px;
	line-height:18px;
	font-weight:500;
	margin:10px 0 0;
}
.button_bottom_text img{
	width:17px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
}

ul.button-box__list{
	width:100%;
	display:flex;
	justify-content:center;
	-webkit-justify-content:center;
	margin-top:10px;
	column-gap:25px;
	}
ul.button-box__list li{
	font-size:14px;
	line-height:19px;
	color:#000;
	letter-spacing: 0.5px;
	display:flex;
	align-items: center;
	justify-content:center;
	column-gap:5px;
	}
ul.button-box__list li img{
	width:15px;
	vertical-align:middle;
	}

.banner__product{
	position:absolute;
	right:-160px;
	top:15px;
	width:749px;
}
	
/*-----------------------
Section-1
------------------------*/
.section-1{
	background:#fff;
	float:left;
	width:100%;
	padding:40px 0 70px;
	position:relative;
	}
.common_heading{
    font-size: 43px;
    line-height: 50px;
	color:#000;
    font-weight: 800;
	letter-spacing:0.5px;
	}
.common_text{
    font-size: 18px;
    line-height: 28px;
	color:#000;
	margin-top:20px;
	letter-spacing:0.5px;
	}	
ul.sec1_list{
	display:flex;
	display:-webkit-flex;
	gap:30px 35px;
	margin:40px auto 0;
}
ul.sec1_list li{
	width:25%;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	border:2px solid #c7a265;
	border-radius:100px;
	padding:15px 30px;	
}
ul.sec1_list li img{
	width:60px;
}
ul.sec1_list li p{
	width:calc(100% - 60px);
	text-align:left; 
	padding:0 0 0 15px;
	font-size:18px;
	line-height:23px;
	font-weight:600;
	letter-spacing:0.3px;
}
	
/*-----------------------
Section-2
------------------------*/	
.section-2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.sec2_inner{
	display:flex;
	display:-webkit-flex;
	width:100%;
	margin:40px auto 0;
	gap:25px;
	}
.sec2_inner_box{
	width:24%;
	}
.sec2_inner_box_img{
	border-radius:12px;
	overflow:hidden;
	position:relative;
	}
.sec2_inner_box_img img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	}
.sec2_inner_box_img p{
	font-size:15px;
	line-height:18px;
	font-weight:500;
	background:rgba(255, 255, 255, 0.8);
	border-radius:100px;
	padding:8px 15px;
	position:absolute;
	left:12px;
	top:15px;
	letter-spacing:0.3px;
	}
.sec2_inner_box_content{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	margin:20px 0 0;
	color:#000;
	}
.sec2_inner_box_content p{
	font-size:20px;
	line-height:26px;
	font-weight:500;
	text-align:left;
	width:calc(100% - 40px);
	padding:0 15px 0 0;
	letter-spacing:0.3px;
	}
.sec2_arrow{
	width:46px;
	height:46px;
	background:#f5e7de;
	border-radius:50%;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	}
.sec2_arrow img{
	width:26px;
	display:inline-block;
	vertical-align:top;
	}

/*-----------------------
Section-3
------------------------*/	
.section-3{
	background:#fffbf8;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}

.s3_block{
	float: left;
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	padding:0 50px;
	}
.s3-col{
	display:flex !important;
	display: -webkit-flex !important;
	flex-direction: column;
	-webkit-flex-direction: column;
    text-align: left;
    border: 1px solid #ece5d6;
    border-radius: 10px;
    overflow: hidden;
	}
.s3-col-top{
	float: left;
	width: 100%;
	height:270px;
	padding:10px;
	position:relative;
	background:#f7f4ed;
	}
.s3-col-prod{
	display:block;
	margin:0 auto;
	/*max-width: none;
    width: 100%;*/
    object-fit: scale-down;
    height:calc(100% + 12px);
	filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.1));
	-webkit-filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.1));
	}
.s3-col_3 .s3-col-prod, .s3-col_4 .s3-col-prod{transform:rotate(-25deg); -webkit-transform:rotate(-25deg);}
.stock_txt {
	font-size: 9px;
	font-weight: 600;
	background: #fff;
	width: auto;
	padding: 6px 10px;
	text-align: center;
	border-radius: 50px;
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	align-items: center;
	column-gap: 5px;
	line-height: 10px;
}
.stock_txt:before {
	float: left;
	background: #0dc65c;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	z-index: 1;
	content: '';
	animation: fade 1.5s ease-in-out infinite;
	position: relative;
}
.red_stock.stock_txt:before{background: #de1010;}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
  }

.s3-col-btm{
	float: left;
    width: 100%;
    padding: 20px 15px;
	display: flex;
	display: -webkit-flex;
    flex-direction: column;
	-webkit-flex-direction: column;
    flex: 1;
	background: #fff;
	}
.s3-col-txt1{
	float: left;
	width: 100%;
	color: #000;
	font-size: 12px;
	line-height: 12px;
	letter-spacing:0.5px;
	font-weight: 400;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 5px;
	}
.s3-col-txt1:before {
	display:inline-block;
	vertical-align:middle;
	margin:-2px 3px 0 0;
	background: #0dc65c;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	z-index: 1;
	content: '';
	animation: fade 1.5s ease-in-out infinite;
	position: relative;
}

.s3-col-txt2{
	float: left;
    width: 100%;
    color: #000000;
    font-size: 23px;
    line-height: 23px;
	font-weight:700;
	letter-spacing:0.5px;
	margin:0 0 10px;
	}
.s3-col-txt3{
	font-size:15px;
	line-height:22px;
	letter-spacing:0.5px;
	margin:0 0 15px;
}
.s3-col-txt4{
	display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
	width: 100%;
	color: #000;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	margin-top:auto;
	padding:10px 0 0;
	border-top:1px solid #b1b1b1;
	}
.s3-col-txt4 span{
	color: #737373;
    font-size: 12px;
	line-height:15px;
    font-weight: 500;
	letter-spacing:0.3px;
	}
span.sec3_price_text {
    float: right;
    font-size:22px;
	line-height:30px;
	font-weight:700;
	color:#000;
}
.s3-col-btm .common__button{
	height:52px;
	font-size:18px;
	line-height:50px;
	margin:20px auto 0;
}
.s3-col-btm .common__button img{
	width:20px;
	display:inline-block;
	vertical-align:middle;
}
.all_shop{
	float:left;
	width:100%;
	margin-top:50px;
	}
.all_shop a{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	border-bottom:2px solid #000;
	}
	
/*-----------------------
Section-4
------------------------*/	
.section-4{
	float:left;
	width:100%;
	padding:60px 0 50px;
	}	
.sub_heading{
	font-size:18px;
	line-height:26px;
	font-weight:600;
	margin:10px 0 0;
}
.section4_row{
	margin:30px auto 0;
	max-width:1100px;
    width: 100%;
    display:-webkit-flex;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:center;
	}
.sec4_img{
	width:443px;
	float:left;
	border-radius:10px;
}
.section4_content{
	text-align:left;
	width:calc(100% - 443px);
	padding:0 0 0 50px;
}
.sec4_seals_heading{
	font-size:30px;
	line-height:40px;
	font-weight:600;
	color:#000;
	margin:50px auto 0;
}
ul.trusted_list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	gap:20px 60px;
	margin:40px auto 10px;
}
ul.trusted_list li img{
	width:116px;
}
.trusted_sec .common_heading, .trusted_sec .common_text{color:#fff;}


ul.sec4_list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.sec4_list li{
	float:left;
	width:100%;
	margin-top:15px;
	font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 0.5px;
	padding-left:35px;
	background:url(../images/sec4_list-tik.webp) no-repeat left 5px;
	background-size:20px;
	}
	
/*-----------------------
Section-5
------------------------*/	
.section-5{
	background:#fff9f5;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.sec5_top{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	max-width:1017px;
	margin:0 auto;
	text-align:left;
}
.sec5_top .common_heading{
	width:50%;
}
.sec5_top .common_text{
	width:45%;
	margin:10px 0 0;
}
.sec5_bottom{
	max-width:1017px;
	margin:40px auto 0;
	border-radius:10px;
	background:#f5eee9;
	padding:30px 25px;
	overflow:hidden;
	position:relative;
	}
ul.sec5_list{
	padding:25px;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	background:#fff;
	gap:30px 0;
	border-radius:10px;
	width:56%;
	position:relative;
	z-index:1;
	}
ul.sec5_list li{
	position:relative;
	text-align:left;
	letter-spacing:0.3px;
	padding: 0 0 0 75px;
}
ul.sec5_list li img{
	width:62px;
	position:absolute;
	left:0;
	top:5px;
}
ul.sec5_list li h3{
	font-size:20px;
	line-height:26px;
	font-weight:700;
}
ul.sec5_list li p{
	font-size:18px;
	line-height:25px;
	letter-spacing:0.5px;
	margin:8px 0 0;
}
.sec5_img_box{
	position:absolute;
	right:0;
	bottom: 0;
	z-index:1;
}
.sec5_box_bg{
	position:absolute;
	right:0;
	top:-60px;
	bottom:0;
	z-index:-1;
}

/*-----------------------
Section-6
------------------------*/	
.section-6{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}	
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin:25px 0 0;
	}
.faq-row{
	float:left;
	width:100%;
	border-bottom:1px solid #c2c2c2;
	}
.faq-row:last-child{ border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat 98% center;
	background-size:14px;
	padding:20px 35px 20px 0;
	font-size:19px;
	line-height:27px;
	font-weight:bold;
	color:#000000;
	position:relative;
	cursor:pointer;
	letter-spacing:0.5px;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat 98% center;
	background-size:14px;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 80px 5px 0;
    margin-top: -10px;
	}
.acdn-para{
	font-size:17px;
	line-height:26px;
	color:#000000;
	margin-bottom:20px;
	letter-spacing:0.5px;
	}	
		
/*-----------------------
Footer
------------------------*/	
.footer{
	background:#fff;
	float:left;
	width:100%;
	padding:50px 0;
	border-top:1px solid #efefef;
	}
.foot-logo{
	display:block;
	margin:0 auto 30px;
	width:150px;
	}
.foot_txt1{
	font-size:16px;
	line-height:18px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.foot_txt1 a{ color:#000; padding:0 8px;}

.ftr-dscripbx {
    width: 100%;
	max-width:800px;
	margin:20px auto 0;
	border:1px solid #ddd;
    padding: 15px;
    font-size: 13px;
    line-height: 20px;
	letter-spacing:0.5px;
    color: #000;
	}

		
/*SHOP_PAGE*/
.shop_page-block{
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
	row-gap: 30px;
	column-gap:3%;
	}
.shop_page-block .s3-col{
	width:31.333%;
	}


/*=======Media Query========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{
    width:1004px;
    padding: 0 15px;
    }
.banner__heading{ font-size: 46px; line-height: 50px;}
.banner__product{right:-30px; top:45px; width:480px;}

ul.sec1_list{gap:20px;}
ul.sec1_list li{padding:10px 15px;}


.sec2_inner{ gap: 20px;}
.sec2_inner_box_content p{ font-size: 18px;line-height: 24px;}


}


@media only screen and (max-width:1021px){
.container{width:750px;}
.nav_section .container{
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.mobilemenu{
    top: 74px;
}

.mob-mnu-ic{
    right: 15px;
}
.show-desk {display: none;}
.show-tab {display: block;}

ul.menu-list{ display:none;}
a.nav_btn{ margin: 5px 50px 0 0;}

.banner__product{width: 385px;}
.banner__left{width:56%; padding:10px 0;}
.banner__heading{ font-size: 36px; line-height: 44px;}
	
.common_heading{ font-size: 33px; line-height: 41px;}

.section-1{ padding:50px 0 60px;}
ul.sec1_list{flex-wrap:wrap;}
ul.sec1_list li{width:48%;}

.section-2{ padding:50px 0 60px;}
.sec2_inner{gap:40px;flex-wrap: wrap;justify-content: space-between;}
.sec2_inner_box {width: 47%;}

.sec2_arrow{width:36px; height:36px;}
.sec2_arrow img{width:18px;}

.section-3{ padding:50px 0 60px;}

.section-4{ padding: 50px 0 60px;}
.sec4_img{width:350px;float: none;   margin: 0 auto;}
.section4_content{width:100%; padding:0 0 0 0;}
.section4_content .button__box{
    text-align: center;
}
ul.trusted_list{gap:20px 35px;}

.section-5{ padding: 50px 0 60px;}
.sec5_top .common_heading{width:40%;}
.sec5_top .common_text{width:55%;}
.sec5_bottom{padding:25px 20px;}
ul.sec5_list{padding:15px 15px 20px; gap:18px 0;}
ul.sec5_list li{padding:0 0 0 62px;}
ul.sec5_list li img{width:52px;}
ul.sec5_list li p{margin:5px 0 0;}

.section-6{ padding: 50px 0 60px;}


/*SHOP_PAGE*/
.shop_page-block .s3-col{ width:47%;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top-strip{ padding:10px 0 8px;}
.top-strip__text{ font-size: 13px; line-height: 13px;}

.mobilemenu{ top: 55px;}
.mobimenu-top{ top:67px;}
a.nav_btn{ display:none;}
.logo{ width: 139px;
        margin-top: 0;
        }
.mob-mnu-ic{ top:8px; right:15px;}
.top-fix-bar{ margin-bottom: 55px;}
.nav_section{ height: 66px; top: 66px; margin-top: -66px;}

.banner{ padding: 20px 0 30px; background-size:cover;}
.banner__left{ width:100%; text-align:center; padding:0;}
.banner__heading{ font-size: 30px; line-height: 35px; margin:5px 0 0;}
.banner__product{ position:static; margin:20px 0 0 -15px; width: calc(100% + 60px); max-width:none;}
.banner__text{ font-size: 16px; line-height: 25px; margin-top:15px;}	
.button__box{ margin-top: 30px;  text-align: center;}
.common__button{ height: 58px; font-size: 22px; line-height: 57px;}
.common__button img {margin: -2px 0 0 7px;width: 20px;}

.section-1{ padding: 30px 0 40px;}
.common_heading{ font-size: 27px; line-height: 34px;}
.common_sub_text{ font-size: 17px; line-height: 22px;}
.common_text{ font-size: 16px; line-height: 24px;}	
ul.sec1_list{gap:12px 5px; margin:30px auto 0;}
ul.sec1_list li{width:49%; padding:5px 10px;}
ul.sec1_list li img{width:32px;}
ul.sec1_list li p{width:calc(100% - 32px); font-size:13px; line-height:16px; padding:0 0 0 8px; letter-spacing:0.3px;}

.section-2{ padding:30px 0 35px;}
.sec2_inner{flex-wrap:wrap; max-width:320px; margin:30px auto 0; gap:40px 0;}
.sec2_inner_box{width:100%;}
.sec2_inner_box_img p{font-size:15px; line-height:18px; padding:6px 12px;}
.sec2_inner_box_content{margin:12px 0 0;}
.sec2_inner_box_content p{font-size:18px; line-height:24px;}

.section-3{ padding: 30px 0 40px;}
.s3_block{padding:0; margin-top:30px;}
.s3-col-txt2{font-size:20px; line-height:20px;}
.all_shop{ margin-top:30px;}
.all_shop a{ font-size:17px;}

.section-4{ padding: 30px 0 25px;}
.section4_row{margin: 20px auto 0;}
.sec4_img{float:none; margin:0 auto; max-width:350px; width:100%;}
.section4_content{width:100%; padding:0;}
.sub_heading{font-size:17px; line-height:25px;}
.sec4_seals_heading{font-size:22px; line-height:30px; margin:40px auto 0;}
ul.trusted_list{flex-wrap:wrap; -webkit-flex-wrap:wrap; gap:12px 18px; margin:25px auto 0;}
ul.trusted_list li{width:27%;}

ul.sec4_list li{font-size: 16px; line-height: 23px;padding-left: 30px; background-size:18px;}

.section-5{ padding: 30px 0 35px;}
.sec5_top{flex-wrap:wrap;}
.sec5_top .common_heading, .sec5_top .common_text{width:100%;}
.sec5_top .common_text{margin:15px 0 0;}
.sec5_bottom{padding:20px 0 0; margin:28px auto 0; max-width:550px;}
ul.sec5_list{width:100%; padding: 20px 15px; margin:-40px auto 0; border-radius:0px 0px 10px 10px;}
ul.sec5_list li h3{font-size:18px; line-height:24px;}
ul.sec5_list li p{font-size:16px; line-height:23px;}
.sec5_img_box{position:relative;}

.section-6{ padding: 25px 0 35px;}
.faq-box{ margin: 15px 0 0;}
.accordion{ background-size: 12px !important; padding: 15px 30px 15px 0; font-size: 18px; line-height: 26px;}
.acdn-content{ padding: 0 10px 5px 0; margin-top: -5px;}
.acdn-para{ font-size: 16px; line-height: 24px; margin-bottom: 15px;}	

.footer{ padding: 30px 0;}
.foot-logo{margin:0 auto 25px;}
.foot_txt1{ font-size: 15px; line-height: 26px; margin-top: 13px;}
.foot_txt1 a{ padding: 0 4px;}

.ftr-dscripbx{ padding:10px;font-size: 12px;  line-height: 18px;}


/*SHOP_PAGE*/
.shop_page-block{ column-gap:0; padding:0 10px;row-gap: 25px;}
.shop_page-block .s3-col{ width:100%;}

}