@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	}
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: inherit;text-decoration: none;}
img {border: none;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}
.show-tab, show-mob{ display:none;}
.show-desk{ display:block;}
.hide-desk{ display:none;}


@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-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; */
	}
.topStrip{
	float:left;
	width:100%;
	padding:6px 0;
	background:#ffb626;
	}
    .section-1 .common-text {
    color: #000;
}
.prod-bx {
    margin: -18px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.05);
}
.topStrip p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.5px;
	}
.top-fix-bar {
    float: left;
    width: 100%;
}
.header {
    float: left;
    width: 100%;
    background: #4cdfcd;
    /* height: 85px; */
    margin-top: -85px;
    top: 85px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
    padding: 10px 0;
    position: relative;
    z-index: 111;
}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}				
.logo {
    float: left;
    width: 188px;
}
.abt_content h2{
    font-weight: 700;
    color: #222;
    font-size: 72px;
    /* font-family: ui-rounded; */
    letter-spacing: 5px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: left;
}
ul.topMenu {
    float: right;
    margin: 17px 25px 0 0;
}
ul.topMenu li{
	float:left;
	padding:4px 20px;
	position:relative;
	}
ul.topMenu li a {
    color: #ffffff;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.5px;
}
ul.topMenu li:after {
    content: '';
    width: 5px;
    background: #ffb626;
    top: 14px;
    bottom: 0px;
    border-radius: 50px;
    position: absolute;
    right: -13px;
    height: 5px;
}
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#ffb626;}
a.cart-bttn {
    float: right;
    background: #ffb626;
    color: #000;
    font-size: 20px;
    padding: 13px;
    text-align: center;
    display: flex;
    line-height: 55px;
    align-items: center;
    border-radius: 50px;
    margin-top: 8px;
    font-family: 'Azeret Mono', monospace;
    font-weight: 600;
}
img.cart-icn {
    filter: invert(1);
}
a.cart-bttn:hover{
    color: #fff;
    background: #000 !important;
}
a.cart-bttn:hover img.cart-icn {
    filter: invert(0);
}[
    filter
]
.cart-icn {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 8px;
    filter: invert(1);
}
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 14px;
	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:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:98px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:15px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}

/*-----------------------
		BANNER CSS
------------------------*/
.banner {
   float: left;
    width: 100%;
    overflow: hidden;
    padding: 50px 0 120px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 650px;
}
.banner-left{
	float: right;
    width: 50%;
    text-align: right;
    /* padding: 30px;
    background: rgba(0,0,0,0.7); */
    margin-top: 10%;
	}
.banner-heading {
  float: left;
    width: 100%;
    line-height: 74px;
    /* color: #27aae1; */
    font-weight: 800;
    /* background: -webkit-linear-gradient(293deg, #ffffff, #ffb626); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-family: 'Josefin Sans';
    font-size: 63px;
    color: #303030;
    letter-spacing: 0;
}
.banner-heading span{
	font-weight:bold;
	}
.btn-box{
	display:inline-block;
	vertical-align:top;
	margin-top:45px;
	width:100%;
	}
    a:hover{
        text-decoration: none;
        color: #fff;
    }
.common-btn{
	display:inline-block;
	vertical-align:top;
	max-width:322px;
	width:100%;
	font-size:22px;
	line-height:66px;
	height:66px;
	font-weight:600;
	color:#000;
	background:#ffb626;
	border-radius:10px;
	text-align:center;
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 0 0 15px;
	}
.banner-prod{
	position:absolute;
	right:0;
	max-width:100%;
	}

/*====promise-sec====*/
.promise-sec{
	float:left;
	width:100%;
	padding:0;
	}
ul.promise-list {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 9px 4px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 9px 4px rgb(0 0 0 / 10%);
    padding: 15px 20px;
    margin-top: 30px;
}
ul.promise-list li{
	display:inline-block;
	vertical-align:top;
	width:23.5%;
	position:relative;
	padding:20px 15px 20px 65px;
	text-align:left;
	margin-right:15px;
	}
ul.promise-list li:last-child{ margin-right:0; padding-right:0;}
ul.promise-list li:after{
	position:absolute;
	content:"";
	right:0;
	top:0;
	bottom:0;
	height:auto;
	border-right:1px solid #e7e7e7;
	}
ul.promise-list li:last-child:after{ display:none;}
ul.promise-list li img{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-31px;
	}
ul.promise-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	letter-spacing:0.5px;
	}

/*====section-1====*/
.section-1{
	float:left;
	width:100%;
	padding:60px 0;
	}
.common-heading{
	float:left;
	width:100%;
	font-size:40px;
	line-height:46px;
	    color: #000;
	padding-bottom:40px;
	background:url(../images/heding-line.png) no-repeat center bottom;
        filter: invert(1);
	}
.common-heading span{
	float:left;
	width:100%;
	font-size:50px;
	line-height:56px;
	font-weight:bold;
	}
.common-text {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-top: 30px;
    color: #fff;
    font-weight: 400;
    /* padding: 5px 10px; */
   font-family: 'Inter';
    margin-bottom: 5px;
}
.banner .common-text{
   color: #020202;
    font-size: 18px;
    font-weight: 400;
    /* padding: 5px 10px; */
    font-family: montserrat;
    margin-bottom: 5px;
    letter-spacing: initial;
    text-transform: capitalize;
    line-height: 26px;
}
.banner .btn-box{
    margin-top: 10px;
}
.banner-left .common-btn{
   background: transparent;
    border-bottom: 2px solid #ffb626;
    border-radius: 0;
    padding: 0;
    width: auto;
    font-family: 'Yanone Kaffeesatz';
    font-size: 30px;
    letter-spacing: 2px;
    color: #ffb626;
}
.s1-mid{
	display:inline-block;
	vertical-align:top;
	max-width:970px;
	width:100%;
	}
.sec1-row{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	margin-top:40px;
	margin-bottom:20px;
	}
.s1-col-box{
	float:left;
	width:16.5%;
	border-radius:8px;
	padding:10px 13px 15px;
	text-align:center;
	}
.s1-bx-1{
	background: rgba(194,85,50,0.1);
	background: linear-gradient(0deg, rgba(194,85,50,1) 0%, rgba(216,113,63,1) 35%, rgba(226,127,70,1) 95%);
	}
.s1-bx-2{
	background: rgba(5,68,80,0.1);
	background: linear-gradient(0deg, rgba(5,68,80,1) 0%, rgba(8,92,73,1) 35%, rgba(9,99,71,1) 95%);
	}
.s1-bx-3{
	background: rgba(42,45,121,0.1);
	background: linear-gradient(0deg, rgba(42,45,121,1) 0%, rgba(57,60,166,1) 35%, rgba(62,64,179,1) 95%);
	}
.s1-bx-4{
	background: rgba(133,13,77,0.1);
	background: linear-gradient(0deg, rgba(133,13,77,1) 0%, rgba(180,59,131,1) 35%, rgba(198,77,153,1) 95%);
	}
.s1-bx-5{
	background: rgba(199,135,35,0.1);
	background: linear-gradient(0deg, rgba(199,135,35,1) 0%, rgba(207,148,47,1) 35%, rgba(231,186,83,1) 95%);
	}
.s1-col-img{
	display:block;
	margin:8px auto 12px;
	}
.s1-col-text{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#fff;
	padding-top:10px;
	letter-spacing:0.5px;
	border-top:1px solid #f4915a;
	}
.s1-bx-2 .s1-col-text{border-top:1px solid #35b68e;}
.s1-bx-3 .s1-col-text{border-top:1px solid #5357d4;}
.s1-bx-4 .s1-col-text{border-top:1px solid #f985cd;}
.s1-bx-5 .s1-col-text{border-top:1px solid #f3c96d;}

/*====section-2====*/
.section-2 {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #eee2f7;
}
.sec2-mid{
	float:left;
	width:100%;
	margin-top:10px;
	}
.collect-row{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	margin-top:40px;
	}
.collect-col {
    float: left;
    width: 23%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
    padding: 20px 0;
    border-radius: 25px;
    background: #fff;
}
.col-prod{
	float:left;
	width:100%;
	/* padding:0 25px; */
	}
.col-prod-img {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    /* width: 200px; */
    padding: 0 20px;
}
.prod-info .collect-btn {
    font-size: 19px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-family: fantasy;
    text-transform: uppercase;
    color: #000;
}
p.pro-name {
    margin: 10px 0;
    font-family: fantasy;
    color: #ddd;
}
p.pro-price {
    font-size: 2rem;
    font-family: fantasy;
    color: #ffb626;
    margin: 10px 0;
}
.prod-img img {
    border-radius: 7px;
}
.collect-cont{
	float:left;
	width:100%;
	/* text-align:left; */
	margin-top:25px;
    text-align: center;
	}
.pro-star{
	float:left;
	}
    .pro-quantity{
        margin: 0 25px;
    }
.collect-pric{
	float:left;
	width:100%;
	font-size:25px;
	line-height:30px;
	font-weight:bold;
	color: #3e3e3e;
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: 'Josefin Sans', sans-serif;
	}
    .product-details-each .pro-quantity .select{
        width: 100%;
    }
    .collect-cont .collect-name{
        background-color: #ffb626;
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    padding: 10px 5px;
    line-height: 21px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.collect-name{
	float:left;
	width:100%;
	color:#16528c;
	font-size:15px;
	line-height:24px;
	font-weight:500;
	margin-top:5px;height: 60px;
	}
.collect-text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:25px;
	font-weight:500;
	margin-top:5px;
	color:#222222;
    min-height: 50px;
	}
.collect-text br{display:none;}
.collect-btn {
    text-align: center;
    display: inline-block;
    /* border-radius: 0 10px; */
    font-weight: 400;
    background: #ffb626 !important;
    color: #000;
    transition: all .4s ease;
    padding: 10px 35px;
    font-size: 16px;
    border: none;
    text-transform: capitalize;
    margin-top: 15px;
    letter-spacing: 0;
    width: auto;
    height: auto;
    border-radius: 5px;
    line-height: 20px;
}
.s2-blue-box{
	float:left;
	width:100%;
	background:#27aae1;
	padding:40px 620px 40px 40px;
	border-radius:10px;
	margin-top:40px;
	text-align:left;
	position:relative;
	}
.blue-box-text{
	float:left;
	width:100%;
	font-size:21px;
	line-height:27px;
	font-weight:500;
	color:#ffde00;
	}
.blue-box-heading{
	float:left;
	width:100%;
	font-size:45px;
	line-height:52px;
	color:#fff;
	font-weight:600;
	margin-top:8px;
	}
.s2-btm-prod{
	position:absolute;
	right:35px;
	top:35px;
	}
.blue-box-text2{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#fff;
	font-weight:normal;
	letter-spacing:0.5px;
	margin-top:20px;
	}
.s2-blue-box .common-btn{ border:1px solid #fff; margin-top:50px;}

/*====section-2====*/
.section-3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#ffffff;
	}
.s3-mid{
	float:left;
	width:100%;
	}
.s3-mid-right{
	float:right;
	width:calc(100% - 500px);
	text-align:left;
	}
.s3-mid-right .common-heading{
	background:url(../images/hedinglft-line.png) no-repeat left bottom;
	}
ul.s3-right-list{
	float:left;
	width:100%;
	}
ul.s3-right-list li{
	float:left;
	width:100%;
	margin-top:35px;
	text-align:left;
	}
ul.s3-right-list li span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#222222;
	font-weight:bold;
	}
ul.s3-right-list li p{
	float:left;
	width:100%;
	margin-top:10px; 
	}
.s3-prod{
	float:left;
	width:443px;
	max-width:100%;
	}
.s3-blue-box{
	float:left;
	width:100%;
	padding:40px;
	background:#27aae1;
	border-radius:10px;
	margin-top:60px;
	}
.s3-box-left{
	float:left;
	width:51%;
	text-align:left;
	}
.s3-box-left .blue-box-heading{ margin-top:0;}
.s3-box-sub-text{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	font-weight:normal;
	margin-top:18px;
	color:#fff;
	} 
.s3-box-right{
	float:right;
	width:40%;
	}  
.frm-fld{
	float:left;
	width:100%;
	background:#fff;
	border:2px solid #60a8e3;
	border-radius:5px;
	overflow:hidden;
	margin-top:8px;
	}          
.frm-fld .inputfld{
	float:left;
	width:100%;
	height:78px;
	line-height:74px;
	font-size:20px;
	line-height:76px;
	padding:0 25px;
	outline:none;
	border:none;
	color:#000;
	}
a.join-btn{
	height:74px;
	line-height:70px;
	border:2px solid #fff;
	max-width:100%;
	margin-top:25px;
	}				
	


.footer {
    float: left;
    width: 100%;
    padding: 60px 0;
    border-top: 1px solid #ffb626;
    background: #11132a;
}		
.footer-row{
	float:left;
	width:100%;
	}	
.footer-col{
	float:left;
	text-align:left;
	padding:20px 0;
	}	
.footer-col.col1{width: 20%;padding-right:25px;padding-top: 0px;}
.ftr-logo {
    float: left;
    margin-bottom: 25px;
   width: 190px;
    filter: brightness(100);
}	
.ftr-con-head{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	color:#e3e3e3;
	}
.col1-text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	margin-top:10px;
	color:#a9a8a8;
	}	
				
.footer-col.col2{width: 24%;/* border-left:1px solid #e3e3e3; *//* border-right:1px solid #e3e3e3; */padding:5px 20px 20px;}				
ul.col2-list{
	float:left;
	width: 100%;
	}		
ul.col2-list li{
	float:left;
	width:100%;
	padding-left:25px;
	background:url(../images/ftr-chk.png) no-repeat left 6px;
	font-size: 14px;
	line-height:24px;
	margin-top:8px;
	color:#a9a8a8;
	}				
				
.footer-col.col3{width: 28%;padding:5px 20px;/* border-left: 1px solid #e3e3e3; */}			
ul.col3-list{
	float:left;
	width:100%;
	}				
ul.col3-list li{
	float:left;
	width:100%;
	margin-top: 10px;
	padding-left:45px;
	text-align:left;
	position:relative;
	}				
ul.col3-list li img{
	position:absolute;
	left:0;
	top:8px;
	}
	
ul.col3-list li p{
	float:left;
	width:100%;
	font-size:14px !important;
	line-height:24px;
	color:#a9a8a8;
	}	

ul.col3-list li p span {
    font-size: 12px !important;
    line-height: 26px;       
}				    		

.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

.ty-header{
	float: left;
    width: 100%;
	padding:10px 0;
	border-bottom: 1px solid #dddddd;
	}
.ty-section{
	float:left;
	width:100%;
	padding:70px 0;
	}



/*===========CART_DRAWER_PAGE============*/
.cart-overlay{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:20;
	display:none;
	}
.drawer {
	width:400px;
	height:100vh;
	overflow:hidden;
	right:0;
	
	-ms-transform: translateX(370px);
	-webkit-transform: translateX(370px);
	transform: translateX(370px);

	position: fixed;
	
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 0 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	opacity:0;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity:1;
	}
.shifter_page{transition: all ease 0.5s;}
.cart_open .shifter_page{
	-ms-transform: translateX(-370px);
	-webkit-transform: translateX(-370px);
	transform: translateX(-370px);
	}
	
.drawer__header {
	float:left;
	height:50px;
	width: 100%;
	background:#27aae1;
	padding:12px 15px 15px;
	}
.table-cell {
	float:left;
	width: 50%;
	font-size:22px;
	line-height:24px;
	font-weight:700;
	color:#ffffff;
	text-align:left;
	}
.cart-icon{
	float: right;
    margin:15px 25px 0 0;
	position:relative;	
	}
.cart-icon img{ display:inline-block; vertical-align:middle;}
.cart-icon span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #ef5237;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
	}
.table-cell .cart-icon{margin:4px 40px 0 0;}

.cross-icon{
	float:right;
	cursor:pointer;
	margin-top:4px;
	}
	
.drower-mdlbx{
	float:left;
	width:100%;
	padding:0 15px 20px;
	overflow-y: auto;
	overflow-x: hidden;
	height:calc(100vh - 50px);
	}
.summry-lft{
	float:left;
	width:100%;
	}
.summry-lft-hdr, .cart-box1, .two, .three{display:none;}
.cart-box2{
	float: left;
    width: 100%;
    padding: 15px 0 15px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
	}
.cart-box2 .one{
	float:left;
	width:75%;
	}
.cart-prd1{
	float:left;
	width:65px;
	}
.cart-prdname .span2{
	float:left;
    width: calc(100% - 65px);
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
	padding-left:15px;
	letter-spacing:0.5px;
	}
.cart-prdname .span2 br{display:none;}
.cart-prdname .cart-qtybox{
	float:left;
	padding-left:15px;
	font-size:13px;
	font-weight:500;
	color:#333;
	margin-top:5px;
	}
.four{
	float:right;
	width:25%;
	}
.cart-sub-total{
	float:left;
	width:100%;
	text-align:right;
	font-size: 17px;
    line-height: 24px;
    color: #222222;
    font-weight: 500;
	}
.cart-remv{
	float:right;
	margin:15px 0 0 0;
	}
.card-box3rgt{
	float:left;
	width:100%;
	}
ul.cart-prclist{
	float:left;
	width:100%;
	}
ul.cart-prclist li{
	float:left;
	width:100%;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
	font-size: 17px;
    line-height: 18px;
	font-weight:600;
	}
ul.cart-prclist li .span2{float:left;}
ul.cart-prclist li .span1{float:right;}
ul.cart-prclist li:nth-child(1), ul.cart-prclist li:nth-child(2){display:none;}
.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}
a.chk-btn{
    float: left;
    width: 100%;
	background:#27aae1;
    color: #fff;
    font-size: 20px;
	line-height:60px;
    text-decoration: none;
   	height:62px;
	text-align:center;
	font-weight: 600;
	margin-top:20px;
	border-radius:8px;
	}
a.continue-btn{
	float: left;
    width: 100%;
	border:1px solid #27aae1;
    color: #000;
    font-size: 20px;
	line-height:60px;
    text-decoration: none;
	height:62px;
	text-align:center;
	font-weight: 600;
	margin-top:8px;
	border-radius:8px;
	}
.terms-sec {
    text-align: left;
    padding: 10% 0 3%;
}

.inr-strp {
    position: relative;
    z-index: -1;
}
.scs-abt h2{
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 5px;
    color: #000;
    font-family: 'Montserrat';
}
.scs-abt{
    text-align: left;
}
.scs-abt .site-btn{
    display: inline-block;
}
.scs-abt .site-btn a {
   color: #fff;
    padding: 15px 40px;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 30px;
    display: block;
    transition: 1s;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    background: #ffb626;
    /* box-shadow: 0px 1px 20px 0px rgba(125,43,196,1), 0 1px 4px rgba(0,0,0,.6); */
    margin-top: 20px;
}
.s1-mid .sec1-row{
    margin-top: 12%;
}
.scs-abt h4{
    text-transform: capitalize;
    font-weight: 800;
    font-size: 40px;
    padding-bottom: 12px;
    color: #e94f97;
    font-family: 'Inter';
    text-align: left;
}
.abt_sec .row{
    align-items: center;
}
.abt_sec{
   padding: 80px 0;
    float: left;
    width: 100%;
}
.section-2 h4{
    text-transform: uppercase;
    color: #ffb626;
    letter-spacing: 7px;
    /* padding: 5px 10px; */
    display: inline-block;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 27px;
    margin-bottom: 20px;
}
.section-2 h2{
    font-weight: 700;
    color: #222;
    font-size: 72px;
    /* font-family: ui-rounded; */
    letter-spacing: 5px;
    font-family: 'Josefin Sans', sans-serif;
}
.abt_content h4{
    text-align: left;
    
    text-transform: uppercase;
    color: #ffb626;
    letter-spacing: 7px;
    /* padding: 5px 10px; */
    /* display: inline-block; */
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 27px;
    margin-bottom: 20px;
}


.scs-txt1{font-size: 16px;}
.scs-txt2{
    color: #000 !important;
    font-weight: 400;
    font-size: 17px;
    padding: 10px 0;
    line-height: 37px;
    font-family: montserrat;
    text-align: left;
    margin-top: 20px;
}
s1-mid {
    display: inline-block;
    vertical-align: top;
    max-width: 970px;
    width: 100%;
}
.sec1-row {
    float: left;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 20px;
}
.sec-1-right {
    float: right;
    width: 45%;
    margin-top: 60px;
}
.scs-bnf-1-1{margin-top: 13%;}
.scs-bnf-1{float: left;padding: 20px;border-radius: 100%;background-color: #ebeafb;margin-top: 15px;
border:2px solid #fff;outline: 1px dashed #000;outline-offset: -10px;height: 12rem;width: 12rem;margin-left: 20px;}
.scs-bnf-2{display: inline-block;margin-top: 20px;}
.scs-bnf-3{float: left;padding: 20px;border-radius: 100%;background-color: #ebeafb;margin-top: 15px;
border:2px solid #fff;outline: 1px dashed #000;outline-offset: -10px;height: 12rem;width: 12rem;margin-left: 20px;}
.scs-img{height: 50px;}
.pro-star{display: none !important;}


.media-images {
    overflow: hidden;
    border-radius: 13px;
}


       
 .media-images-collection {
    margin-bottom: 16px;
    border-radius: 25px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 6px;
    position: relative;
}

 .media-images-collection img {
    width: 100%;
}

 .media-images-collection .author-poster {
    position: absolute;
    width: 116px;
    height: 116px;
    border-radius: 116px;
    overflow: hidden;
    border: 6px solid #232323;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#products{
    z-index: 1;
}

#cookiePopup h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}

#cookiePopup p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    max-width: 850px;
}

#cookiePopup p a {
    color: #fff;
    text-decoration: underline;
}

.cookieBtns {
    display: inline-flex;
    gap: 10px;
}

.cookieBtns button {
    font-size: 15px;
    margin: 10px 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    background: #666666;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 2px solid #fff;
}

.cookieBtns button:last-child {
    background-color: #fff;
    color: #666 !important;
} 
#cookiePopup{
        background: rgb(91 108 255)!important;
}
#acceptCookie {
    background: #fff;
    padding: 10px 16px;
    border-radius: 5px;
}