@charset "utf-8";
/* CSS Document */

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	font-family: 'Outfit', sans-serif;
	font-weight:400;
	color: #444444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	list-style:none;
	background:#fff;
}
.container, .mnu-container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	}
/*.mnu-container{width:1692px;}*/
p, h1, h2, h3, h4, h5, ul{
	padding:0;
	margin:0;
	}
li{list-style:none;}
a{text-decoration:none; color:#333;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
	}
.position{position:relative;}
.dsplay{width:100%;display:table;box-sizing:border-box;}
img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
}
*{box-sizing:border-box;}
.bdhding1{	
	font-size:20px;
	line-height:28px;
	color:#a5a5a5;
}
.bdhding2{
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: #0d1523;
    padding: 0 0 0px 0;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}
.bdhding2 span{
    display: block;
    color: #c59b68;
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 5px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
	}
.bdfont{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #2b2b2b;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1700px){
.mnu-container{width:1170px;}
}
@media only screen and (max-width: 1185px){
.container{ max-width:1004px; width:100%; }
.mnu-container{width:1004px;}
}
@media only screen and (max-width: 1023px){
.container, .mnu-container{ max-width:760px; width:100%; }

}
@media only screen and (max-width: 767px){
.container, .mnu-container{ width:100%; max-width:640px; padding: 0 10px;}
.bdinpad{padding:0 12px;}
.bdhding1{	
	font-size:18px;
	line-height:22px;
}
.bdhding2{
}
.bdfont{	
    font-size: 17px;
    line-height: 27px;

}
}
@media only screen and (max-width: 479px){
.bdhding2{
}
}

.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.8);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: none;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border:1px solid #4CAF50;
}
.no-btn{border:1px solid #2196F3;}
.no-btn:hover {background:#2196F3;}
.yes-btn:hover {background:#4CAF50;}


@media only screen and (max-width: 767px){
.pop-innr {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
}

/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {margin-bottom: 68px;}
.intop-fix-bar {margin-bottom: 145px;}
.header{		
	height:68px;	
	margin-top: -68px;
    position: relative;
    top: 68px;	
	background:#fff;
	border-bottom: 1px solid #eeefed;
}
.inheader{		
	height:145px;	
	margin-top: -145px;
    position: relative;
    top: 145px;	
	background:#fff;
}
.fixed-nav .header, .fixed-nav .inheader{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	height:68px;
}
.fixed-nav .inheader{height:145px;}
.tophdr{
	background: #eeefed;
    float: left;
    width: 100%;
    padding: 10px 0;
}
ul.tophdr-list1{float:left;}
ul.tophdr-list1 li{
	float:left;
	display:inline-block;
	background:url(../images/tophdr-line1.png) right center no-repeat;
	padding:0 15px 0 0;
	margin:0 15px 0 0;
	font-size:14px;
	line-height:16px;
	color:#494949;
	text-align:left;
}
ul.tophdr-list1 li:last-child{margin:0;padding:0;background:none;}
ul.tophdr-list1 li img{vertical-align: middle; max-width: 15px;}
.tophdr-rgtbx{float:right;}
ul.tophdr-list2, ul.tophdr-list3{float:left;}
ul.tophdr-list3{}
ul.tophdr-list2 li{
	float:left;
	display:inline-block;
	font-size:14px;
	line-height:16px;
	color:#666666;
	text-align:left;
	background:url(../images/tophdr-line1.png) right center no-repeat;
	padding:0 15px 0 0;
	margin:0 15px 0 0;
}
ul.tophdr-list2 li:last-child{background:none;padding:0;margin:0 25px 0 0;}
ul.tophdr-list2 li img{margin:0 5px 0 0;vertical-align:bottom;}
ul.tophdr-list3 li{
	float:left;
	display:inline-block;
	background:url(../images/tophdr-line2.png) right center no-repeat;
	padding:0 12px;
}
ul.tophdr-list3 li img{
	display:block;
	position:static;
	margin:0 auto 2px;
	}
ul.tophdr-list3 li a {
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
ul.tophdr-list3 li:last-child{padding:0 0 0 12px;background:none;}
.btmhdr{float: left; width: 100%; padding: 10px 0;}
.logo{max-width: 210px; float: left;  margin-top: 6px;}
ul.nav{float:right;margin:15px 120px 0 0;}
ul.nav li{
       float: left;
    display: inline-block;
    padding: 0 0;
    margin: 0 30px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
}
ul.nav li a{color:#000;display:block;}
ul.nav li:nth-child(7){
}
ul.nav li:last-child{margin:0;color:#589037;}
ul.nav li:last-child span.span1{color:#000;margin:0;}
ul.nav li:last-child img{margin:0 10px 0 0;vertical-align:bottom;}


#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 18px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color:#1d1d1d;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list {
        padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    top: 55px;
    background: #333;	
}
#menu-container .menu-list  li a{
	font-weight:300;	
	font-size:17px;
	padding:10px 0 10px 0;
	text-align:center;
	color:#fff;
	display:block;
	border-bottom:1px dotted #fff;	
}
#menu-container .menu-list  li .active{background:#128e3b;color:#fff;}
@media only screen and (max-width: 1700px){
ul.nav li{margin:0 20px 0 0;}
ul.nav li:nth-child(7){padding:0 20px 0 0;}
ul.nav li:last-child{margin:0;}
}
@media only screen and (max-width: 1185px){
ul.nav li{margin:0 16px 0 0;font-size:17px;}
ul.nav li:nth-child(7){padding:0 16px 0 0;}
ul.nav li:last-child{margin:0;}
}
@media only screen and (max-width: 1023px){
ul.tophdr-list1 li, ul.tophdr-list2 li{
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	font-size:13px;	
}
ul.tophdr-list1 li:last-child{margin:0;padding:0;}
ul.tophdr-list2 li:last-child{padding:0;margin:0 15px 0 0;}
ul.tophdr-list1 li span.span1{display:none;}
ul.tophdr-list1 li img, ul.tophdr-list2 li img{margin:0 3px 0 0;}
.logo{max-width: 200px;  margin-top: 13px;}
ul.nav li{font-size:15px;}
ul.nav li:nth-child(7){padding:0 7px 0 0;}
ul.nav li:last-child{margin:0;}
ul.nav li:last-child img{margin:0 0 0 0;}
}
@media only screen and (max-width: 767px){
.tophdr{display:none;}
ul.tophdr-list1, ul.tophdr-list2{padding:4px 0 0 0;}
ul.tophdr-list2 li:last-child{margin:0 0 0 0;}
ul.tophdr-list3{display:none;}
.header{height:55px; top:55px; margin-top:-55px;}
.top-fix-bar {margin-bottom: 55px;}
.fixed-nav .header{height:55px;}

.intop-fix-bar {margin-bottom: 90px;}
.btmhdr{height:55px; padding:12px 0;}
.inheader{		
	height:90px;	
	margin-top: -90px;
    top: 90px;	
}
.fixed-nav .inheader{height:90px;}

.logo {max-width: 160px; margin-top: 2px;}
ul.nav{display:none;}
.cart-link{position:absolute;right:50px;top:0px;}
#menu-wrapper #hamburger-menu{margin-top:6px;}
}
@media only screen and (max-width: 479px){
ul.tophdr-list1 li span.span2{display:none;}
}
@media only screen and (max-width: 359px){
ul.tophdr-list1 li, ul.tophdr-list2 li {
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    font-size: 12px;
}
}
/*================start banner===================*/
.banner{
	background: url(../images/banner.jpg) center top no-repeat;
    height: 700px;
    padding: 75px 0 0 0;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
}
.s1-inner {
	    float: left;
    width: 64%;
    text-align: left;
    position: relative;
    padding: 65px 0px 0;
}
.discount-img{
    position: absolute;
    top: 15px;
    right: 315px;
	}
.bnr-bag{
    position: absolute;
    top: 10px;
    right: 1%;
	}
.bnrhd, h1{
	font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #444444;
}
.s1-inner h1{		
       font-size: 52px;
    line-height: 64px;
    padding: 5px 0 0 0;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.s1-inner h1 span{ color: #c59b68;}
.s1-inner h2{		
        font-size: 28px;
    line-height: 35px;
    padding: 0px 0 0px 0;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0.8px;
}
.bnrhdline{margin:6px 0;display:block;}
.bnrtxt{
	font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    width: 70%;
    margin-top: 20px;
    float: left;
}
.bnrprd{
	position:absolute;
	right:0;
	top:30px;
}
@media only screen and (max-width: 1185px){
.banner {height: auto; background-size: cover; padding: 75px 0;}	
.s1-inner { padding: 0 0px 0;}	
.s1-inner h1 { font-size: 46px;  line-height: 60px;}
.s1-inner h1 span { }
.s1-inner h2 { font-size: 26px;}
.bnrtxt{ font-size: 18px; line-height: 28px;}
.bnr-bag { right: 1%;}
.discount-img{ right:242px;}
.bdhding2{ font-size:38px; line-height:44px;}
.bdhding2 span{ font-size:26px; line-height:30px;}
}
@media only screen and (max-width: 1023px){
.banner{
    height: auto;
    padding:50px 0;
    /*background-position: 40% top;*/
	background-size: cover;
}	
.discount-img {
    right: 24px;
    top: 25px;
}
.bnr-bag { top: -20px; right: -2%; width: 400px;}
.bnrhd{
	font-size:21px;
	line-height:24px;
}
.s1-inner{width: 72%; margin-top: 30px;}
.s1-inner h1{ font-size: 40px; line-height: 52px;}
.s1-inner h1 span { }
.s1-inner h2 {
    font-size: 24px;
    line-height: 30px;
}
.bnrtxt{	
        font-size: 17px;
    line-height: 28px;
    margin-top: 16px;
    width: 100%;
}
.bnrprd{
	top:50px;
	width:330px;
}
.bdhding2 {
    font-size: 34px;
    line-height: 40px;
}
.bdhding2 span {
    font-size: 24px;
    line-height: 28px;
}
}
@media only screen and (max-width: 767px){
.banner { height: auto; padding: 30px 0 30px; background-position: 13% top; }	
.bnr-bag-mob{ display:block; margin: 10px auto 10px -12px; /* position: static; */ max-width: unset; width: calc(100% + 24px);}
.s1-inner h1{ font-size: 27px;  line-height: 36px;}
.s1-inner h1 span {   margin-top: 0;}
.bnrhdline{display:none;}
.s1-inner{ text-align:center; width:100%; padding: 0 0; margin-top:0;}
.s1-inner h2 {
    font-size: 22px;
    line-height: 28px;
    padding: 0px 0 5px 0;
}
    .bnr-model {
        position: static;
        max-width: unset;
        margin-top: 15px;
        border-bottom: 1px solid #dedede;
        width: calc(100% + 20px);
        margin-left: -10px;
        display: inline-block;
    }
.bnrtxt{ width:100%; margin-top: 12px; font-size: 16px; line-height: 26px;}
.bdhding2 {
    font-size: 26px;
    line-height: 36px}
.bdhding2 span {
    font-size: 22px;
    line-height: 26px;
}
.bnrprd{
	position:inherit;
	right:auto;
	top:auto;
	width:300px;
	margin:20px auto 0 auto;
	display:block;
}
.bnrbtn {
    margin: 22px 0 0 0;
    width: 222px;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
}
}
@media only screen and (max-width: 479px){
.bnrhd{
	font-size:18px;
	line-height:23px;
}
.bnrprd{width:240px;}
.s1-inner {width: 100%; }

}
@media only screen and (max-width: 359px){
.s1-inner h1{		
	font-size:34px;
	line-height:37px;
}
}
/*================start banner strip===================*/
.bnrstrip{padding:22px 0;}
.bnrstrip-hding{
	font-weight:600;
	font-size:18px;
	line-height:22px;
	color:#404040;
	text-align:center;
}
ul.bnrstrip-list{padding:16px 0 0 0;text-align:center;}
ul.bnrstrip-list li{
	display:inline-block;
	margin:0 21px;
}
/*================start section1===================*/
.sec1{     
    padding: 55px 0 55px;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
	/*background: url(../images/sec1-bg.jpg) center top no-repeat;*/
	height:auto;
	background:#fff;
	}
.s1-innr{
	display:inline-block;
	width:100%;
	text-align:center;
	padding:0 100px;
	}
.s1-innr .newarrivals-txt{ width:92%;}
.left-box { position: relative;}
.rgt-box {
	float: left;
    width: 100%;
    margin: 80px 0 0;
	position:relative;
	}
.s1-modl-pdt{
	position: absolute;
    top: 0;
    left: 0;
	}
.lft-box{
	float: right;
    width: 66.44%;
	height:382px;
    text-align: center;
    padding: 25px 0px 0 185px;
	background: url(../images/s1-lft-box-bg.jpg) center top no-repeat;
	background-size:100% 100%;
	}
.s1-txt1{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #656565;
    font-weight: 500;
    text-transform: capitalize;
	}	
.s1-txt1 span{
	display:block;
	font-size:32px;
	line-height:35px;
	color:#070808;
	font-weight:700;
	}	
.sec1 .bnrbtn{
	background:#ffecd8;
	margin-top:0px;
	color:#000;
	position:absolute;
	top:0;
	right:0;
	text-transform:capitalize;
	}	
.sec1 .bnrbtn:hover{ }
.s1txt{padding: 20px 0px 0 0px;}

ul.s1-list {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 70px;
    column-gap: 10px;
}
ul.s1-list li{ 
    float: left;
    width: 24%;
    position: relative;
    text-align: center;
    padding: 0 20px;
    color: #2b2b2b;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    text-transform: none;
	}
ul.s1-list li:after{
	position:absolute;
	content:"";
	top:0;
	right:0;
	bottom:0;
	border-right: 1px solid #f1e7db;
	height:auto;
	}
ul.s1-list li span{
	display: block;
    font-weight: 400;
    font-size: 20px;
	line-height:26px;
	}
ul.s1-list li img{ display:block; margin:0 auto 10px;}

ul.s1-list2 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
	margin-top:40px;
}
ul.s1-list2 li{ 
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0px 0px 0;
    color: #010101;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.5px;
    /*background: url(../images/s1-li2-bg1.png) center top no-repeat;
    height: 260px;*/
	}
ul.s1-list2 li span{
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: capitalize;
    padding-bottom: 5px;
    color: #08080a;
	}
.imgs-lt{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    z-index: 1;
	}
.lst-contnt{
	float: left;
    width: 100%;
    padding: 30px 20px 30px 565px;
    text-align: left;
    position: relative;
	}
.imgs-lcns{
	display: block;
    margin: 0 0 15px;
	}

ul.s1-list2 li:nth-child(2) .lst-contnt{ padding: 30px 510px 30px 70px;}
ul.s1-list2 li:nth-child(2) .imgs-lt{ left:auto; right:0;}
ul.s1-list2 li:last-child{ /*background: url(../images/s1-li2-bg3.png) center top no-repeat;*/}
ul.s1-list2 .bnrbtn{
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    width: auto;
    font-weight: 400;
    margin-top: 15px;
    position: relative;
    text-decoration: underline;
	}
ul.s1-list2 li:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 47%;
    border-top: 1px solid #fff;
    width: 80px;
    z-index: 1;
}
ul.s1-list2 li:nth-child(2):after{  right: 45%;}

@media only screen and (max-width: 1185px){

.sec1{ padding: 50px 0 50px;}
.rgt-box{ background-position:100% top;}
.s1-modl-pdt { }
.lft-box {width: 61.44%;padding: 25px 0px 0 138px;}
.s1txt{ font-size:17px;}
/*------------section1-------------*/
ul.s1-list{ width:100%; margin-top: 55px;}
ul.s1-list li{ padding:0 20px; font-size: 17px;}
ul.s1-list2 { row-gap: 30px;  margin-top: 35px;}
ul.s1-list2 li { font-size: 17px; line-height: 27px;}
ul.s1-list2 li span{ font-size: 24px; line-height: 26px;}
.lst-contnt{     padding: 35px 30px 35px 470px; }
ul.s1-list2 li:nth-child(2) .lst-contnt { padding: 30px 490px 30px 35px;}
.imgs-lt{ max-width:426px;}
ul.s1-list2 li:after { right: 49%; width: 68px;}

}
@media only screen and (max-width: 1023px){
/*------------section1-------------*/
.sec1{padding:40px 0;}
.s1-innr {
    padding: 0 0px;
}
.sec1 .bnrbtn{ line-height:45px; height:45px; font-size:16px;}
ul.s1-list{ margin-top:41px;     justify-content: center;}
ul.s1-list li{padding: 10px 10px; text-align: center; width: 48%; box-shadow:0px 0px 2px #ccc;}
ul.s1-list li img {
    position: static;
    margin: 0 auto 6px;}

ul.s1-list2 li { font-size: 16px; line-height:26px; padding: 0px 0px 0; width: 100%; max-width: 100%;}
ul.s1-list2 li:nth-child(2){ width:100%; max-width:100%;}
.lst-contnt { 
    padding: 10px 20px 10px 355px;
}
.imgs-lt { max-width: 332px;}
.imgs-lcns{ margin:0 0 10px; max-width:66px;}
ul.s1-list2 li:after {
    right: 46%;
    width: 50px;
}
ul.s1-list2 li:nth-child(2):after {
    right: 47%;
}
ul.s1-list2 .bnrbtn {
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    width: 152px;}
.rgt-box {
    margin: 50px 0 0px;
}
.lft-box {
    width: 100%;
    padding: 25px 0px 0 108px;
	background-size:cover;
	}
.s1-modl-pdt {
    top: 0;
    width: 230px;
	display:none;
}
.s1txt {
    font-size: 16px;
}
ul.s1-list2{ margin-top: 22px; justify-content: center; column-gap: 55px;}
ul.s1-list2 li span {
    font-size: 20px;
    line-height: 26px;
}
ul.s1-list2 li:nth-child(2) .lst-contnt { padding: 10px 355px 10px 20px;}

.s1-innr .newarrivals-txt {
    width: 100%;
}
.s1-innr{ padding:0 0;}

}
@media only screen and (max-width: 767px){
/*------------section1-------------*/
.sec1{padding:30px 0; text-align:center;}
.s1-innr .newarrivals-txt { width: 100%;}

.rgt-box{ margin: 20px 0 0;}
.left-box{ width:100%; margin:10px 0;}
ul.s1-list{ justify-content: center; row-gap: 16px; margin-top: 25px;}
ul.s1-list li img{}
ul.s1-list li{ width:100%; padding:15px 25px; max-width:355px; text-align:center; border: 1px solid #d8e0ea;}
ul.s1-list li span{ padding:0 0 0px;}
ul.s1-list2{ margin-top:20px;justify-content: center; column-gap: 15px;}
ul.s1-list2 li { width: 100%; max-width: 355px;}
.lst-contnt { padding: 18px 20px 18px; text-align:center; box-shadow: 0px 0px 1px #bbb; border-radius:10px 10px;}
.lft-box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}
.lst-img-mob{ display:block; margin:0 auto 0;}
.sec1 .bnrbtn{}
.s1-modl-pdt {
    position: static;
    width: 100%;
    margin-top: 10px;
}
.s1-modl-pdt-mob{ position:static; display:block; margin:0 auto 0px; right:0; top:0; max-width: 215px;}
ul.s1-list2 .bnrbtn {width: 212px; display: block; margin: 10px auto 0; height: auto; line-height: 20px; font-size: 16px;}
ul.s1-list2 li{ font-size:16px;}
ul.s1-list2 li span{ font-size: 22px; margin-bottom: 0px; line-height: 28px;}
ul.s1-list2 li:nth-child(2){ max-width:355px;}
ul.s1-list2 li:nth-child(3) .lst-contnt, ul.s1-list2 li:nth-child(2) .lst-contnt, ul.s1-list2 li:nth-child(1) .lst-contnt{
    padding: 20px 18px 20px;
}
.imgs-lt { max-width: 335px; position: static; display: block;  margin: 0 auto 8px;}
ul.s1-list2 li:after{ display:none;}
.imgs-lcns{ margin:0 auto 10px;}
}
@media only screen and (max-width: 479px){
	ul.s1-list li{ width:100%;}

}
@media only screen and (max-width: 359px){
}
/*================start section2===================*/
.sec2{
    padding: 55px 0 55px;
    text-align: center;
    background: #f7fcff;
}
.sec2-box{
    display: inline-block;
    width: 100%;
    margin-top: 0px;
/*    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	row-gap: 20px;*/
	}
.sec2-box .newarrivals-txt{
	width:60%;}
.s2lft, .s2rgt{
	float: left;
    display: inline-block;
    width: 565px;
    padding: 0 0px 0 0;
    background:url(../images/cycling-girl.png) center top no-repeat;
    height:417px;
	position:relative;
}
.s2rgt{ background:none; width: 100%; height:auto;}
.s2rgt .s2-hding{ color:#fff;}
.s2rgt .bnrbtn{ background:#fff; color:#202020;}
.s2rgt .bnrbtn:hover{background:#fff;}
.s2rgt ul.shop-list{ justify-content: space-between; row-gap: 25px; margin-top:0;}
.s2rgt ul.shop-list li{ width:48%; text-align:center; padding: 15px 10px 20px; border: 1px solid #e1e1e1; border-radius: 10px 10px; }
.s2rgt ul.shop-list li img {
    display: block;
    margin: 0px auto;
    max-width: 251px;}
.w-box {
	float: right;
	text-align: left;
	width: 58%;
	padding: 70px 10px 0px;
}
.w-box .bnrbtn{
    border: none;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    width: 212px;
    margin-top: 18px;
	}
.s2-img1{
	position: absolute;
    right: 0px;
    top: 18px;
    max-width: 270px;
}
.s2-hding1{
	font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
	color:#696969;
	text-transform:uppercase;
	position: relative;
	display:none;
}
.s2-hding1:before{
	position:absolute;
	content:url(../images/s2-hdg2-dot.png);
	width:11px;
	height:11px;
	top:0;
	left:-18px;
	}
.s2-hding{
	font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #252525;
    text-transform: capitalize;
}
.s2-hding span{
	display: block;
	font-size:30px;
	line-height:32px;
	font-weight:normal;
	text-transform:capitalize;
	}
.s2-txt{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0 0 0;
	color:#2b2b2b;
}
ul.s2rgt-list{
	float: left;
    width: 100%;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 22px;
	}
ul.s2rgt-list li{
    float: left;
    width: 24%;
    /* background: url(../images/s2rgt-li-bg.png) center top no-repeat; */
    height: auto;
    padding: 0px 0px;
    position: relative;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 0px 0px;
	}
.s2rgt-li-cont{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding: 15px 5px 22px;

	}
ul.s2rgt-list li:last-child .s2rgt-li-cont{ }
.s2rgt-li-imgss{
    display: block;
    margin: 0 auto 10px;
    right: 44px;
}
ul.s2rgt-list li:hover .shpt-imgbg{}
ul.s2rgt-list li:last-child .s2rgt-li-imgss{ }
ul.s2rgt-list li .shop-price{ margin-bottom:14px;}
.cont-hdg{
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #08080a;
    padding-bottom: 10px;
    min-height: 67px;
}
@media only screen and (max-width: 1185px){
	
.sec2{ padding: 45px 0 45px; }
.sec2-box .newarrivals-txt { width: 76%;}
.sec2-box{}
.s2lft { width: 505px; background-position: 62% top; border-radius: 15px 15px; height: 388px;}
.s2rgt{ }
.w-box{ width: 50%; padding: 40px 10px 0px;}
.s2-img1 {right: 0px;}
ul.s2rgt-list li{ background-size:contain;}

.s2rgt-li-cont { text-align: center; margin-top: 0; padding: 15px 10px 20px;}
.cont-hdg{ font-size: 18px; line-height: 26px;}
.s2rgt-li-imgss { top: 40px; right: 52px;}
ul.s2rgt-list li:last-child .s2rgt-li-imgss{ left:22px; width:220px;}


}
@media only screen and (max-width: 1023px){
.sec2{ padding: 30px 0 30px;}
.sec2-box{ flex-wrap: wrap; justify-content: space-between; row-gap: 20px; margin-top:0px;}
.s2lft { width:74%; height:auto;}
.s2lft{padding:0 0px 0 0;}
.s2rgt{padding:0 0 0 0px;  width: 100%;}

.w-box {
    width: 100%;
	height:auto;
    padding: 25px 25px 35px 295px;
}
.s2-img1 { position: static; max-width: 240px;}
.s2rgt ul.shop-list li { width: 49%;}
.s2rgt ul.shop-list li img{ max-width:215px;}
ul.s2rgt-list{ justify-content: center; margin-top: 25px; column-gap:15px;}
ul.s2rgt-list li{ width:48%;}
.s2rgt-li-cont{ margin-top:0px; padding: 15px 20px 25px;}
.s2rgt-li-imgss { top: 55px; right: 60px;}
ul.s2rgt-list li:last-child .s2rgt-li-imgss { left: 45px; width: 238px;}
.sec2-box .newarrivals-txt {
    width: 82%;
}


}
@media only screen and (max-width: 767px){
.sec2{ padding: 30px 0 20px 0; text-align: center;}
.sec2-box .newarrivals-txt { width: 100%;}
.sec2-mob{padding:35px 0 40px 0;background:url(../images/sec2-mob2.jpg) center top no-repeat;}
.s2lft{ width: 100%; max-width: 100%;  padding: 0; height: auto;  border-radius: 15px 15px;}
.s2rgt {width: 100%; height:auto;}
.w-box{ width: 77%; padding: 35px 20px; }
.sec2-box{ justify-content: center; margin-top: 0px;}
.s2rgt ul.shop-list {
    justify-content: center;
    row-gap: 20px;
}
ul.s2rgt-list li { width: 100%; height: auto; max-width: 355px; padding: 0px 0px 0px;}
.s2rgt ul.shop-list li { width: 100%; max-width: 355px;}
.s2rgt-li-cont { margin-top: 20px; padding: 0 15px; width:100%;}
.s2rgt-li-imgss { display: block; margin: 0 auto; max-width: 180px; position: static;}
ul.s2rgt-list li:last-child .s2rgt-li-imgss { left: 30px; width: 212px;}

ul.s2rgt-list { justify-content: center; row-gap: 20px;}
.cont-hdg {
    font-size: 20px;
    line-height: 28px;
	padding-bottom: 0;
}
}
@media only screen and (max-width: 479px){

}
@media only screen and (max-width: 359px){
}
/*===================================*/
.newarvl-section{
    float: left;
    width: 100%;
   height: 775px;
    background: url(../images/sec1-bg.jpg) no-repeat center top;
    margin-top: 0px;
    padding: 53px 0 60px;
	}
.newarvl-sec{
	display:inline-block;
	width:100%;
	position:relative;
	}
.newarvl-sec-inr-lft{
	float: left;
    width: 45%;
    text-align: left;
	}
.btn-bxx, .btn-bxx2{
	display:inline-block;
	vertical-align:middle;
	}
.newarvl-sec-inr-lft .bnrbtn{ width: 296px;}

.newarvl-sec-inr{
	float: right;
    width: 52%;
    text-align: left;
    padding: 0px 0 0;
	}
.newarvl-sec-inr .newarrivals-txt{ }
.newarvl-sec-inr .bnrbtn{
	width: 236px;
    margin: 40px 0 0 0;
	}
.megician{
    position: absolute;
    top: 15px;
    left: 15%;
	}
.newarrivals-hdg{
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #010101;
    padding: 0 0 10px 0;
    text-transform: capitalize;
    letter-spacing: 0.8px;
}
.newarrivals-hdg2{
        font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    color: #1f1f1f;
    padding: 0 0 0px 0;
    text-transform: none;
}
.newarrivals-hdg2 span{ color:#012533;    display: block;}
.newarrivals-txt{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #2b2b2b;
    display: inline-block;
    width: 100%;
	margin-top:20px;
	}
.newarvl-sec-inr .newarrivals-txt{ margin-top:12px;}
ul.newarvl-lst{
	float:left;
	width:100%;
	margin-top:25px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:30px;
	}	
ul.newarvl-lst li{
        float: left;
    width: 29%;
    text-align: left;
    padding: 0 0 0 0px;
    position: relative;
	}	
ul.newarvl-lst li p{
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    padding: 0px 0px 0px;
    border-radius: 0;
	}
ul.newarvl-lst li p span{
    display: block;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
	}
.nwavl-lst-hdg{
	font-size:14px;
	line-height:26px;
	text-transform:uppercase;
	font-weight:700;
	padding-bottom:4px;
	color:#626262;
	}
ul.newarvl-lst li img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
	}
@media only screen and (max-width: 1185px){
.newarvl-section{ padding: 50px 0 50px;}
.megician{ top: 0px;left: 11%;}
.newarvl-sec-inr{ width:56%; padding:0;}
.newarrivals-hdg2 { font-size: 44px; line-height: 52px;}
.newarrivals-hdg{ font-size:26px; line-height:30px;}
ul.newarvl-lst li p { font-size: 15px; line-height: 22px;}
ul.newarvl-lst li p span{ font-size:20px; line-height:28px;}
.nvl-sec-mdl_bx{ background-size:cover; width: 492px; padding: 80px 30px 52px 285px;}
.nvl-sec-mdl_bx:last-child { padding: 80px 240px 50px 30px;}
.nvl-sec-mdl_bx_hdg { font-size: 26px;}
.s1-innr{ padding:0 50px;}
.s1-innr .newarrivals-txt {  width: 100%;}

}
@media only screen and (max-width: 1023px){
	
.newarvl-sec-inr{ width: 100%; padding: 0 0; margin-top: 15px; text-align: center;}
.newarvl-sec-inr-lft{ width:100%; text-align:center;}
.newarvl-section{ padding: 40px 0 40px; height: auto;}
.newarrivals-hdg{ font-size:24px; line-height:28px;}
.newarrivals-hdg2{font-size: 32px; line-height: 42px;}
.megician { width: 100%; max-width: 450px; left: 0;}
ul.newarvl-lst{ margin-top: 20px; row-gap: 20px;}
ul.newarvl-lst li{ padding:0 0 0 0px; text-align:center;}
ul.newarvl-lst li img{ width:56px;}
ul.newarvl-lst li p { font-size: 17px; line-height: 27px;}
ul.newarvl-lst li p span { font-size: 20px; line-height: 28px;}
.newarrivals-txt {font-size: 17px; line-height: 28px; margin: 10px 0 0;}
.newarvl-sec-inr .bnrbtn{ margin-top:20px;}
.newarvl-sec-midle{ margin-top:30px;}
.nvl-sec-mdl_bx { width: 370px; padding: 80px 30px 52px 172px;}
.nvl-sec-mdl_bx:last-child { padding: 80px 148px 50px 30px;}


}
@media only screen and (max-width: 767px){
	
.newarvl-section{ margin-top:0; padding: 0px 0 30px; height: auto; background: #fff;}
.newarvl-sec-inr{ width:100%; padding:0 0; text-align:center;margin-top: 5px;}
.newarrivals-hdg { font-size: 20px; line-height: 24px; padding: 0 0 5px 0;}
.newarrivals-hdg2 { font-size: 28px; line-height: 42px;}
.s1-watch{}
.newarrivals-txt { font-size: 16px; line-height: 25px; margin:10px 0 0;}
.megician{ /*display: block; */margin: 20px auto 10px -12px; position: static; max-width: unset; width: calc(100% + 24px); display:none;}
ul.newarvl-lst { margin-top: 25px; justify-content: center;row-gap: 20px;}
ul.newarvl-lst li{ width:100%; max-width:355px; text-align:center; padding:15px 35px; box-shadow:0px 0px 2px #bbb;}
ul.newarvl-lst li img{ position:static; display:block; margin:0 auto 10px; width: 45px;}
ul.newarvl-lst li p { font-size: 16px; line-height: 26px;}
.newarvl-sec-inr .bnrbtn { width: 236px; margin: 25px 0 0 0;}
.s1-innr{ padding:0 0;}
.s1-innr .newarrivals-txt { width: 100%;}

.newarvl-sec-midle {
    margin-top: 20px;
    justify-content: center;
    row-gap: 20px;
    column-gap: 0;
}
.nvl-sec-mdl_bx {
	width: 100%;
    max-width: 355px;
    padding: 46px 20px 30px 148px; height:auto;
}
.nvl-sec-mdl_bx:last-child {
    padding: 46px 135px 30px 20px;
}

}
/*===================================*/
.strip{
	padding: 0px 0;
    /*background: url(../images/strip-bg.jpg)#fff no-repeat center top;*/
    text-align: center;
	background:#f7fcff;
}
.strp-inr{
	float: left;
    width: 100%;
    text-align: center;
	}
.strp-inr .s1-txt1{ margin-bottom:20px;}
.strp-inr .s1hding{ color:#fff; text-transform: uppercase; font-size:28px; line-height:36px; font-weight:500;}
.strp-inr .bnrbtn{margin-top:48px;}
.strp-txt{
	color:#fff;
	width:100%;
	padding:12px 0 0;
	}
ul.strip-list{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}	
ul.strip-list li{
    float: left;
    width: 25%;
    text-align: center;
    padding: 30px 15px;
	position:relative;
	}	
ul.strip-list li p{
    font-size: 16px;
    line-height: 26px;
    color: #070808;
    font-weight: 400;
    padding: 0;
    text-transform: none;
}
ul.strip-list li p span{
    display: block;
    font-weight: 700;
    color: #012533;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 28px;
}
ul.strip-list li img{
	display:block;
	margin:0 auto 10px;
	}	
ul.strip-list li:after{
	position:absolute;
	content:"";
	border-right:1px solid #dee9f0;
	top:0;
	right:0;
	bottom:0;}
ul.strip-list li:last-child:after{ display:none;}
@media only screen and (max-width: 1185px){
	
.strp-inr .s1hding { font-size: 26px;}
.strp-inr{ width:100%;}
.strp-txt{ font-size:17px;}
ul.strip-list li{padding: 26px 6px;}
ul.strip-list li p{}
ul.strip-list li p span{ font-size:18px; line-height:28px;}
}
@media only screen and (max-width: 1023px){
.strip { padding: 30px 0;}
.strp-inr { width: 100%;}
.strp-txt { font-size: 16px; padding:0;}
ul.strip-list{ margin-top: 0px; row-gap: 15px;}
ul.strip-list li p { font-size: 18px; line-height: 28px; padding: 0;}
ul.strip-list li p span { margin-bottom: 5px; font-size: 18px; line-height: 28px;}
ul.strip-list li {  width: 49%; box-shadow: 0px 0px 2px #bbb;  padding: 20px 30px;}
ul.strip-list li img{ margin:0 auto 10px;}
ul.strip-list li:after{ display:none;}



}
@media only screen and (max-width: 767px){
.strip { padding: 30px 0; height: auto; text-align:center;}
.strp-inr{ text-align:center;}
ul.strip-list {margin-top: 0px; justify-content: center;}		
ul.strip-list li { width: 100%; max-width: 355px;  padding: 16px 20px; font-size: 17px; line-height: 27px;}
ul.strip-list li span {margin-bottom: 7px;}
ul.strip-list li img {margin: 0 auto 8px;}	
ul.strip-list li p{ text-align:center; font-size: 17px; line-height: 28px;}
ul.strip-list li p span { margin-bottom: 4px; font-size: 18px; line-height: 26px;}
.strp-inr .bnrbtn {margin-top: 25px;}
.strp-inr .s1hding {
    font-size: 24px;
    line-height: 30px;
}
}
@media only screen and (max-width: 479px){
}
/*================start section3===================*/
.sec3{    
	padding: 55px 0 55px;
    position: relative;
    background: #f7fcff;
	}
.s3-model{
	position:absolute;
	max-width: 471px;
	left:0;
	top:0;
	}
.prod-men .s3-model{ right:0; left:auto;}
.s3-rgt{
	float: left;
    width: 100%;
    text-align: center;
	}
.prod-men .s3-rgt{ float:left;}
.s3-rgt .shop-list li{
	width: 31%;
    text-align: center;
    padding: 0px 0px;
    border: 1px solid #e1e1e1;
    border-radius: 0px 0px;
}	
ul.s3list{
	margin: 50px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap: 10px;
}
ul.s3list li {
    float: left;
    width: 24%;
    border: 6px solid #edf1eb;
    position: relative;
    padding-bottom: 10px;
    row-gap: 10px;
	text-align:center;
}
ul.s3list li:last-child{}
.overlay {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  background-color:#7ad455;
  overflow: hidden;
  width: 100%;
  height:100%;
  transition: .5s ease;
  -webkit-transition: .5s ease;
}
ul.s3list li:hover .overlay {
  bottom: 0;
  height: 240px;
}
.s3lbx1, .s3lbx2{/*height: 260px;*/}
.s3lbx1 img, .s3lbx2 img{
	margin:20px auto 0 auto;
	display:block;
	transition: .5s ease;
  	-webkit-transition: .5s ease;
	width:100%;
}
.s3lbx1 img{max-width: 240px;}
.s3lbx2 img{margin:90px auto 0 auto;transition: .5s ease;}
.s3l-hding, .s3l-hding2{
	font-size:16px;
	line-height:26px;
	color:#fff;
	text-align:center;
	padding:20px 0 0 0;
	width:100%;
}
.s3l-hding2{color:#404040;padding:250px 0 0 0;}
.s3l-hding span, .s3l-hding2 span{
	font-weight:600;
	font-size:22px;
}
.s3l-txt{
	text-align:center;
	color:#404040;
	line-height:24px;
	padding:8px 10px;
}
.uparrow{margin:20px auto;display:block;}
ul.s3list li:hover .overlay .uparrow, ul.s3list li:hover .overlay .s3l-hding{display:none;}
ul.s3list li:hover .overlay .s3lbx1, ul.s3list li:hover .overlay .s3lbx2{/*height:310px;*/}
ul.s3list li:hover .s3l-txt{display:block;}
ul.s3list li:hover .overlay .s3lbx1 img{max-width:220px;margin:10px auto 0 auto;}
ul.s3list li:hover .overlay .s3lbx2 img{margin:50px auto 0 auto;}
.s3sub-hding{
	font-weight:bold;
	font-size:30px;
	line-height:34px;
	color:#181818;
	text-align:center;
	padding:88px 0 0 0;
}
.s3txt{
	font-weight:300;
	font-size:20px;
	line-height:30px;
	color:#181818;
	text-align:center;
	padding:5px 0 0 0;
}
ul.s3list2{padding:10px 0 0 0;text-align:center;}
ul.s3list2 li{
	display:inline-block;
	padding:0 48px;
	background:url(../images/s3l2-dvdr.png) right center no-repeat;
	margin:15px 0 0 0;
	font-size:20px;
	line-height:24px;
	color:#000;
	text-align:center;
}
ul.s3list2 li:last-child{background:none;}
ul.s3list2 li img{margin:0 auto 12px auto;display:block;}
@media only screen and (max-width: 1185px){

.sec3 { padding: 50px 0 50px;}
.s3-model {max-width: 400px;}	
ul.s3list li{width:33%;}
ul.s3list li:last-child{}
.s3sub-hding{padding:68px 0 0 0;}
ul.s3list2 li{padding:0 33px;}
.s3-rgt .newarrivals-txt{ width:100%;}

}
@media only screen and (max-width: 1023px){
.sec3{ padding:40px 0;}	
.s3-rgt {width: 100%;}
.s3-model {
    position: static;
    display: block;
    margin: 0px auto;
    max-width: 60%;
    padding-top: 35px;
	display:none;}
.s3-rgt .shop-list{ row-gap: 25px; column-gap: 15px; justify-content: center;}
.s3-rgt .shop-list li { width: 32%;}

ul.s3list li{width:49%;}
ul.s3list li:last-child, ul.s3list li:nth-child(2){}
ul.s3list2 li{
	font-size:18px;
	line-height:22px;
	padding:0 16px;
}
}
@media only screen and (max-width: 767px){
.sec3{ padding: 30px 0; text-align: center;}
.s3-rgt { text-align:center;}
.s3-rgt .shop-list {
    row-gap: 20px;
}
.s3-rgt .shop-list li { width: 100%; max-width: 100%; text-align: center; padding: 0px 0px;}

.s3-model {
    max-width: 100%;
    padding-top: 22px;
}
ul.s3list{margin:10px 0 0 0;justify-content: space-around;}
ul.s3list li, ul.s3list li:last-child, ul.s3list li:nth-child(2){
	/*width: 100%;
    max-width: 280px;*/
}
.s3sub-hding{padding:48px 0 0 0;}
.s3lbx2{height:240px;}
.s3lbx1 img, .s3lbx2 img{margin:10px auto 0;}
ul.s3list li:hover .overlay .s3lbx1 img, ul.s3list li:hover .overlay .s3lbx2 img{margin:10px auto 0 auto;}
ul.s3list li:hover .overlay {/*height: 310px;*/}
ul.s3list li:nth-child(2):hover .overlay {/*height: 240px;*/}
.s3l-hding, .s3l-hding2{
	/*font-size:16px;
	line-height:26px;
	color:#fff;
	text-align:center;
	padding:8px 0 0 0;*/
}
.s3l-hding2{color:#404040;}
.s3l-hding-small{padding:9px 0 0 0;}
.s3l-hding2-small{/*padding:260px 0 0 0;*/}
ul.s3list2 li{
	float:left;
	width:33.33%;
	padding:0 2%;
}
ul.s3list2 li:nth-child(3){background:none;}
.s3sub-hding{
	font-size:26px;
	line-height:30px;
}
.s3txt{
	font-size:18px;
	line-height:26px;
}
}
@media only screen and (max-width: 479px){
ul.s3list li, ul.s3list li:last-child, ul.s3list li:nth-child(2){}
.s3lbx1 img, ul.s3list li:hover .overlay .s3lbx1 img{max-width:130px;}
.s3lbx2 img, ul.s3list li:hover .overlay .s3lbx2 img{max-width:180px;}
.s3lbx1, ul.s3list li:hover .overlay .s3lbx1{height:270px;}
ul.s3list li:hover .overlay {height: 140px;}
ul.s3list li:nth-child(2):hover .overlay{/*height:211px;*/}
.s3lbx1{height:140px;}
ul.s3list li:hover .overlay .s3lbx1{height:140px;}
.s3lbx2{height:210px;}
ul.s3list li:hover .overlay .s3lbx2{height:210px;}
.s3l-hding{padding:10px 0 0 0; font-size: 13px;    line-height: 22px;}
.s3l-hding-small{padding:10px 0 0 0;}
.s3l-hding2{padding: 150px 0 0 0;font-size: 13px;line-height: 22px;}
.s3l-hding span, .s3l-hding2 span {font-weight: 600; font-size: 18px;}
.s3l-hding2-small{/*padding:230px 0 0 0;*/}
ul.s3list .s3btn{max-width: 140px;height: 44px;line-height: 40px;}
.s3sub-hding{padding:38px 0 0 0;}
ul.s3list2 li{
	font-size:16px;
	line-height:20px;
}
ul.s3list2 li img{margin:0 auto 6px auto;}
}
@media only screen and (max-width: 359px){
ul.s3list2 li img{width:60px;}
ul.s3list2 li{
	font-size:15px;
	line-height:18px;
}
}
/*================start section4 5===================*/
.sec4{padding:0px 0 60px;}
.s1hding{  font-size: 24px; line-height: 36px;}
.s4box1{margin:0;}
.s4box2{margin:82px 0 0 0;}
.s4bx1-lft, .s4bx1-rgt{
	float:left;
	display:inline-block;
}
.s4bx1-lft, .s4bx1-rgt{	
	width:44.10%;
	margin:0 4.78% 0 0;
}
.s4bx1-rgt{width:51.12%;margin:0;}
.s4img1{margin:0;display:block;}
.s4img2{float:right;margin:0;display:block;}
.s4bx-hding{text-align:left;padding:80px 0 0 0;}
.s4bx-hding2{
	text-align:left;
	font-weight:bold;
	font-size:42px;
	line-height:45px;
}
.s4bxtxt{
	text-align:left;
	padding:10px 0 0 0;
	color:000;
}
@media only screen and (max-width: 1185px){

.sec4 {}
ul.s5list li{height:430px;}
.s1hding {
    font-size: 28px;
    line-height: 38px;
}
}
@media only screen and (max-width: 1023px){
.sec4, .sec5{padding:50px 0;}
.s4box2{margin:62px 0 0 0;}
.s4bx-hding{padding:20px 0 0 0;}
.s4bx-hding2 {
    font-size: 34px;
    line-height: 37px;
}
/*--------------start section5------------------*/
ul.s5list {padding: 0 0 0 0;}
ul.s5list li {
    width: 32%;
    margin: 36px 1.33% 0 0;
    padding: 10px;
    height: 530px;
}
}
@media only screen and (max-width: 767px){
.sec4{ padding:30px 0; text-align:center;}
.s4box2{margin:50px 0 0 0;}
.s4bx1-lft, .s4bx1-rgt{width:100%;}
.s4img1, .s4img2{
	float:none;
	margin:0 auto;
	width:300px;
}
.s4bx-hding, .s4bx-hding2, .s4bxtxt{text-align:center;}
.s4bx-hding2 {
    font-size: 30px;
    line-height: 33px;
}
.s1hding {
    font-size: 24px;
    line-height: 34px;
	padding:0;
}
/*--------------start section5------------------*/
.sec5{padding:40px 0;}
ul.s5list {padding: 0 0 0 0;}
ul.s5list li, ul.s5list li:last-child {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px;
    height: auto;
}
}
@media only screen and (max-width: 359px){
.s4bx-hding2 {
    font-size: 26px;
    line-height: 29px;
}
.s4img1, .s4img2{width:250px;}
}
/*================start social bar===================*/
.slbar{
	padding: 20px 0;
    background: #1e1e1e;
}
.slbar-hding{
	font-weight:bold;
	font-size:30px;
	line-height:34px;
	color:#181818;
	text-align:center;	
}
.slbartxt{
	font-weight:300;
	font-size:20px;
	line-height:30px;
	color:#181818;
	text-align:center;
	padding:5px 0 0 0;
}
ul.slbar-list{
    text-align: center;
    float: left;
    display: flex;
    justify-content: space-between;
    row-gap: 10px;
	flex-wrap: wrap;
}
ul.slbar-list li{
	    display: inline-block;
    padding: 6px 0 0 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}
ul.slbar-list li:last-child{background:none;}
ul.slbar-list li img {
    position: absolute;
    left: 0;
    top: 0;
}
/*================start section6===================*/
.sec6{
	    float: left;
    width: 100%;
    background: url(../images/sec6-bg.jpg) center top no-repeat;
    height: 508px;
    padding: 90px 0 0 0;
    overflow: hidden;
}
.sec6_inr_lft{
	float:left;
	width:52%;
	text-align:left;
	}
.s6sldr-img{margin:0 auto;display:block;}
.sec6_inr_lft .newarrivals-hdg2{ color:#fff;}
.sec6_inr_lft .newarrivals-txt{ color:#fff;}
.sec6_inr_lft .bnrbtn{ width:282px;}
@media only screen and (max-width: 1185px){

.sec6{ background-size:cover;}
}
@media only screen and (max-width: 1023px){
	
.sec6 { background-size: cover; height: auto; padding: 60px 0;}
	
}
@media only screen and (max-width: 767px){
	
.sec6{ padding: 30px 0;
        background: #6e5342;}
.sec6_inr_lft{ width:100%; text-align:center;}
.sec6_inr_lft .bnrbtn { width: 222px; font-size: 18px; margin: 20px 0 0 0; height: 44px; line-height: 44px;}
}
@media only screen and (max-width: 479px){
	
}
@media only screen and (max-width: 359px){
	
}

/*==========footer===================*/
.footer{
	float: left;
    width: 100%;
    padding: 30px 0 30px;
    background: #6a68688a;
    position: relative;
}

.footer-col{
	float:left;
	width:31%;
	text-align:left;
	}
.footer-col-1{ padding-right:60px;}
.footer-col-2{ width:22%;}
.footer-col-3{ width:22%;}
.footer-col-4{ width:47%;}

.footer-logo{
	float: left;
	max-width: 100%;
	margin-bottom: 20px;
	max-width:190px;
	}
.footer-para{
	float:left;
	width:100%;
	color:#fff;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.footer-heading{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	letter-spacing:0.3px;
	margin-top:30px;
	}
.footer-social{
	float:left;
	width:100%;
	margin-top:30px;
	}
.footer-social li{
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	}
.footer-social li img{
	display:inline-block;
	vertical-align:middle;
	}
ul.foter-links{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.foter-links li{
	float:left;
	width:100%;
	margin-top:15px;
	}
ul.foter-links li a{
	float:left;
	color:#ffffff;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	}
.ftr-text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#fff;
	letter-spacing:0.3px;
	margin-top:30px;
	}
.footer-address{
	float: left;
    width: 100%;
    margin-top:15px;
    text-align: left;
	}
.footer-address tr td {
	float:left;
    font-size: 16px;
    line-height: 22px;
	letter-spacing:0.2px;
    color: #ffffff;
	padding:10px 0;
	}
.footer-address tr td:first-child{
	width:100px;
	}
.footer-address tr td:last-child {
	width:calc(100% - 100px);
    padding:10px 0 10px 8px;
	}
.footer-address tr td img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
	}	
@media only screen and (max-width: 1185px){
}
@media only screen and (max-width: 1023px){
.footer {padding: 130px 0 50px;}
.footer-col-1{ width:100%;}
.footer-col-2,.footer-col-3{width: 30%; margin-top:15px;}
.footer-col-4{ width:40%; margin-top:15px;}
.footer-social{ margin-top:50px;}
.footer:before{ top:-50px;}

}
@media only screen and (max-width: 767px){
.footer{ padding:30px 0 30px;}
.footer-logo{ width:150px;}
.footer-col-1{ padding:0;}
.footer-col-2, .footer-col-3{ width:50%;     margin-top: 5px;}
.footer-heading{font-size: 16px;line-height: 20px;margin-top: 20px;}
ul.foter-links{ margin-top: 5px;}
ul.foter-links li{margin-top: 10px;}
ul.foter-links li a{font-size: 14px;line-height: 20px;}
.footer-col-4{ width:100%;}
.footer-address tr td{font-size: 15px;padding: 5px 0;letter-spacing: 0.5px;}
.footer-address tr td:last-child{padding: 5px 0 5px 5px;}
}
@media only screen and (max-width: 479px){
	
.slbar{padding:15px 0 10px 0;}
ul.slbar-list{flex-wrap: wrap;}
ul.graybar-list li {    
    font-size: 14px;
    line-height: 14px;    
}
/*------------start footer--------------*/
.topfooter{padding:6px 0 10px 0;}
ul.topftr-list li {padding: 0 10px 0 6px;font-size:14px;line-height:14px;margin:6px 0 0 0;}
.ftrtxt1{
	    font-size: 15px;
    line-height: 24px;	
}
.ftrtxt2{
	font-size:15px;
	line-height:17px;
}
.ftr-addres p{ font-size:16px;}
}
@media only screen and (max-width: 359px){
ul.graybar-list li {    
    font-size: 12px;
    line-height: 12px;
	margin:6px 0 0 0;    
}
}
/************SHOP PAGE*************/
.hdr-bar {
	float: left;
	width: 100%;
	padding: 15px 0 8px;
	text-align: left;
	border-bottom: 1px solid #e4e4e4;
}
.hdr-bar p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #b5b5b5;
	text-transform: uppercase;
}
.hdr-bar p a {
	color: #325990;
}
.inr-cont {
	float: left;
	width: 100%;
	padding: 25px 0;
}
.shop-pg {
	padding: 30px 0 145px;
	border-bottom: 1px solid #dfdfdf;
	min-height: 500px;
}

.product-tab {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}
.w3-bar, .w3-container {
    float: left;
    width: 100%;
    padding: 10px;
}
.w3-bar {
    display: flex;
    justify-content: space-between;
    max-width: 470px;
    border-radius: 130px;
    overflow: hidden;
    padding: 0;
	border: 1px solid #d7d7d7;
}
.w3-bar button {
    font-weight: 600;
    font-size: 18px;
    line-height: 44px;
    color: #3a3a3a;
    padding: 0 40px;
    column-gap: 10px;
    width: 170px;
    border: none;
    cursor: pointer;
}

.w3-active {
    background: #b7b7b7;
    color: #fff !important;
}
/*=====================start-Faq===================*/
#accordion{height:auto!important;margin:0 auto 0 auto;display:block;width:100%;}
.ui-accordion .ui-accordion-header { 
	display: block; 
	cursor: pointer; 
	zoom: 1; 
	background:#eff3ed url(../images/uparrow.png) 98% 18px no-repeat;	
	text-align:left; 
    padding:10px 20px 10px 10px;
	margin:13px 0 0 0;	
	outline:none;
	position:relative;	
	font-size:20px;
	line-height:26px;
	font-weight:500;
	color:#1d1d1d;
	text-align:left;
}
.ui-accordion .ui-accordion-header.active{
	background:#eff3ed url(../images/downarrow.png) 98% 22px no-repeat;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.ui-accordion .ui-accordion-content { 
	padding:0; 
	border-top: 0; 
	overflow: auto; 
	zoom: 1; 
	border:none;
	padding:0 0 10px 0;
	background:#fff;	
}
.accord-txt{
	box-sizing: border-box;
    float: left;
	text-align:left;
    padding: 10px 10px 10px 0;
    width: 100%;
}

@media only screen and (max-width: 767px){
.distance{padding:30px 0 0 0;}	
.distance2{padding:17px 0 0 0;}
.ui-accordion .ui-accordion-header {
    font-size: 17px;
    line-height: 23px;
	padding: 10px 24px 10px 10px;
}
.toppad{padding:0;}
}

/*=====================start-shop===================*/
.shop-mid{
	padding:50px 0;
	display:table;
	width:100%;
}
ul.shop-list{
        margin: 40px 0 0 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 15px;
    column-gap: 15px;
}
ul.shop-list li {
    float: left;
	width:24%;
    text-align: center;
    padding: 0px 0px 0px;
    border: 1px solid #e1e1e1;
    border-radius: 0px 0px;
    background: #fff;
	display:none;
}
ul.shop-list li img {
  box-shadow: 0px 0px 0px #c59b68
}
/*ul.shop-list li:hover img{
	background:#d2d2d2;
	}*/
.btn-bx{
	float:left;
	width:100%;
	}
.btn-bx .cart-icn{ margin: -5px 0 0 10px;}
.shpt-contnt{
	display:inline-block;
	width:100%;
	text-align:center;
	padding:15px 5px 22px;
	}
.ship-p1 {
	font-size: 22px;
    line-height: 28px;
    color: #08080a;
    font-weight: 700;
    float: left;
    width: 100%;
    margin: 0px 0 0;
    text-transform: capitalize;
   min-height: 33px;
}
.shpt-imgbg{
	display:inline-block;
	width:100%;
	background:#fff;
	padding:10px 10px;
	border-bottom: 1px solid #e1e1e1;
	}
.shop-lst-img{
	display: block;
    margin: 0px auto;
    max-width: 100%;
    width: 100%;
    padding: 0px 0px;
}
.shop-mg {
	    background: #f6f6f6;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    font-weight: 600;
    color: #b7b7b7;
    margin: 10px 0 0 0;
    text-transform: capitalize;
    width: 100%;
}

.shop-price{
    font-size: 20px;
    line-height: 28px;
    /* text-align: center; */
    font-weight: 800;
    color: #000;
    margin: 10px auto 0 auto;
    float: left;
    width: 100%;
}
.sec3 .bnrbtn {
    background: none;
    color: #00c36a;
    max-width: 100%;
    width: 240px;
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    margin-top: 46px;
    text-decoration: none;
    border: 1px solid #00c36a;
    border-radius: 0;
	font-weight:400;
/*    position: absolute;
    top: -26px;
    right: 0;*/
	}
.sec3 .bnrbtn:hover{
	background:#fff;
	}
.sec3 .bnrbtn .cart-icn {
    margin: -5px 0 0 10px;
}
ul.shop-list .cart-btn2 {
    margin-top: 12px;
	color:#fff; width: 204px;
}
.mg-red{ background:#de1821;}
.mg-orng{ background:#e68f22;}
@media only screen and (max-width: 1185px){
	
.ship-p1 { font-size: 16px;}
ul.shop-list{column-gap: 13px;}

}
@media only screen and (max-width: 1023px){
ul.shop-list {
    margin: 25px 0 0 0;}
ul.shop-list li {width:49%;}	
.ship-p1 {
    font-size: 16px;
    line-height: 26px;
}
.shop-price {
    font-size: 18px;
    line-height: 26px;
}	
ul.shop-list li {
    float: left;
    width: 32%;}
.shpt-contnt{ padding:15px 10px 5px;}
}
@media only screen and (max-width: 767px){
.shop-mid{padding:30px 0; text-align:center;}
ul.shop-list{margin-top: 20px; row-gap: 20px; column-gap: 10px; justify-content: center;}
ul.shop-list li{
	width:100%;
    min-height: auto;
    max-width: 355px;
	text-align:center;
}
ul.why-chose li span{min-width: 120px;}
ul.shop-list li:nth-child(odd){}
.sec3 .bnrbtn{ display:none;}
ul.shop-list .cart-btn2{ width:100%; height: 38px; line-height: 38px; font-size: 17px;}
.footer:before{ top: -20px; height: 50px;}
.ftr-text{ margin-top:10px;}

}
@media only screen and (max-width: 479px){
.shop-mg {
    font-size: 15px;
    line-height: 15px;
    padding: 6px 14px;
    margin-top: 0;
}
.ship-p1 {
	  font-size: 20px;
        line-height: 30px;
}
.sec3 .ship-p1{}
.shop-price {
    font-size: 18px;
    line-height: 20px;
}

}
@media only screen and (max-width: 359px){
.ship-p1 {
    font-size: 16px;
    line-height: 18px;
}
.shop-price {
    font-size: 18px;
    line-height: 18px;
    margin: 6px auto 0 auto;
}
ul.shop-list li{margin:15px 0 0 0;}
ul.shop-list li:nth-child(odd){margin:15px 2% 0 0;}
}

.product-section{
	float:left;
	width:100%;
	padding: 55px 0 145px;
	}
.product-section ul.shop-list li{ display:block;}
	.pop-innr { width: calc(100% -10px) !important;}

/***********************************/
/*===========shop-oil-sec1==============*/
.oil-sec1{
	padding:40px 0;
	width:100%;
	display:table;
}
.oil-s1-lft{
	float: left;
    width: 35.76%;
    border-radius: 6px;
    padding: 50px 0;
	background:#f7fcff;
}
.oil-pro{
	display:block;
	margin:0 auto;
	padding:15px 0 0 0;
}
.oil-s1-rgt{
	float: right;
    width: 60%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.oil-s1-rgt-hd{padding:0px 0;	width:100%;}
.oil-s1-rgt-hd-p1{
	font-size: 35px;
    line-height: 45px;
    text-align: left;
    font-weight: 400;
    color: #000;
}
.oil-s1-rgt-hd-p1 span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #000;
	margin-bottom:5px;
}
.oil-s1-rgt-hd-p2{
	font-size:17px;
	line-height:20px;
	text-align:left;
	color:#262523;
	margin:6px 0 0 0;
	font-weight:300;
}
.oil-s1-rgt-hd-p2 img{    margin: 0 9px 0 0; max-width: 80px; filter: grayscale(1);}
.oil-s1-rgt-p1{
	    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #434343;
    font-weight: 400;
    margin: 10px 0 0 0;
}
ul.oil-s1-rgt-list{
	margin: 20px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.oil-s1-rgt-list li{
	float: left;
    font-size: 18px;
    line-height: 22px;
    color: #6f6f6f;
    padding: 0 0 0 60px;
    background: url(../images/faq-line.png) 80% 0px no-repeat;
    position: relative;
    width: 33%;
}
ul.oil-s1-rgt-list li span{
	font-weight:600;
	color:#434343;
	display: block;
}
ul.oil-s1-rgt-list li img{
	position:absolute;
	top:0;
	left:0;
}
ul.oil-s1-rgt-list li:nth-child(2){

}
ul.oil-s1-rgt-list li:last-child{
background:none;
}
.oil-s1-rgt-box1{
	width: 60%;
	float: left;
	margin: 0px 0px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	row-gap: 20px;
}
ul.prddtls1-rgtlist {
    margin: 0px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.prddtls1-rgtlist li{
	width:100%;
        padding: 0 0 0 24px;
    margin: 8px 0 0 0;
    position: relative;
    background: url(../images/bullet.png) left 6px no-repeat;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    font-weight: 400;
	
}
ul.prddtls1-rgtlist li span{
	float: left;
    width: 41%;
    font-weight: 600;
	}
.prd-s1-p3{ display:none;}
.prd-strength-row {
    float: left;
    width: 100%;
    padding: 15px 0 0px;
    border-top: 1px solid #ebebeb;
    margin-top: 15px;
}
.catagory-select h3, .qty-div-txt {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    display: block;
}
.option-field1{
	float: left;
    width: 100%;
    margin:15px 0 10px;
}

.option-field1 li.option {
	z-index: 1;
    padding: 15px 30px 15px 20px;
    display: none;
    float: left;
    width: 100%;
    height: 50px;
	color:#000;
	background-color: #f4f8ff;
	box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
	-webkit-box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
	-moz-box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	text-align: left;
}
.option-field1 li:first-child:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background: url(../images/s2-prc-arw.png) no-repeat center right;
    width: 24px;
    height: 15px;
    filter: brightness(0.5);
    background-size: 15px;
    transform: translateY(-50%);
}

.option-field1 li.option span {
    float: right;
}
.option-field1 li.option:hover {
  background-color: #f5f5f5;
}

.option-field1 li:first-child {
  display: block;
}
.prd_quantity {
    float: left;
    width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
	row-gap: 20px;
	column-gap: 20px;
}
.prd_quantity span {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.oil-s1-rgt-box2{
	margin:38px 15px 0 0;
	border:2px solid #549c36;
	height:245px;
}
.oil-s1-rgt-box3{margin:60px 0 0 0;}
.oil-s1-rgt-box2-hd1{
	background:#549c36;
	font-size:21px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-weight:700;
	border-radius:3px 3px 0 0;
}
.catagory-select {
    float: left;
    width: 100%;
	position:relative;
}
.size-guide-box {
	position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
}
.size-guide-box a {
    color: #ff0000;
}
.select-size {
    float: left;
	width:100%;
}
.select-size h3 {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.select-size .inner {
        float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.select-size .inner a {
        float: left;
    border: 1px solid #ccc;
    width: 70px;
    height: 35px;
    text-align: center;
    padding: 4px 0;
    color: #333;
}
.select-size .inner a:last-child{margin-right:0;}
.select-size .inner .active {background: #4CAF50;}
.select-size .inner a span { font-size: 16px; line-height: 27px; margin:0;}
.select-size .inner .active span{ color:#fff;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .catagory-select{
	float: left;
	width: 100%;
}
.oil-s1-rgt-box-hd2 {
    text-align: left;
    margin: 10px 0;
}
.oil-s1-rgt-box2-hd2{border-radius:0 0 0 0;line-height:32px;}
.oil-s1-rgt-box-prc{
	font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    color: #1a1a1a;
}
.oil-s1-rgt-box-prc sup{
	font-weight:300;
	font-size:19px;
}
.oil-s1-rgt-box-prc span {
	font-size: 20px;
    line-height: 30px;
	font-weight: 400;
}
.prc1-3{/*margin:7px auto 0 auto;*/}
.oil-s1-rgt-box-prc-save{
	font-size:18px;
	line-height:26px;
	text-align:center;
	color:#1a1a1a;
	font-weight:300;
	margin:7px auto 0 auto;
}
.oil-s1-rgt-box-prc-ship{
	font-size:16px;
	line-height:20px;
	text-align:center;
	color:#1a1a1a;
	font-weight:300;
	margin:8px auto 0 auto;
}
.gray-bar{
	padding:46px 0;
	background:#f7f7f7;
}
.graybar-hding{padding:0;}
.prd-faq-box {
        float: left;
    width: 80%;
    text-align: left;
}
ul.why-chose {
    float: left;
    width: 100%;
}
ul.why-chose li{
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    background: url(../images/tick.png) no-repeat left top 10px;
    padding-left: 30px;
	}
ul.why-chose li span{
	font-size:18px;
	display:block;
	font-weight:700;
	}
/*=================*/
.shop-strip{
	float:left;
	width:100%;
	padding:30px 0;
	}
ul.shp_list {
    padding: 0px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 18px;
    column-gap: 8px;
}
ul.shp_list li {
	float: left;
    width: 16%;
    padding: 0px 0 0px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    position: relative;
	font-weight: 400;
}
ul.shp_list li img {
	display:block;
	margin:0 auto 10px;
	max-width:100%;
	}
ul.shp_list li:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    right: -15px;
    border-right: 1px solid #ccc;
}
ul.shp_list li:last-child:after{ display:none;}
/*====================*/
.shp-prdt-dtl_sec{
	float:left;
	width:100%;
	background:#f7fcff;
	padding:60px 0;
	}
.prdt-dtl_sec_innr{
	float:left;
	width:100%;
	position:relative;
	}
.prdt-dtl_sec_rit{
    float: right;
    width: 51%;
    background: #fff;
    border-radius: 10px 10px;
    padding: 45px 30px;
    text-align: left;
    margin: 27px 50px 40px 0;
    z-index: 9;
    position: relative;
	}
.prdt-dtl_sec_hdg{
	font-size:28px;
	line-height:32px;
	font-weight:700;
	color:#000;
	text-transform:capitalize;
	}
.prdt-dtl_sec_para{
	font-size:18px;
	line-height:28px;
	font-weight:400;
	margin-top:12px;
	color:#000;
	}
.shp-dtl-fishing{
	position: absolute;
	top:0;
	left:40px;
	max-width:100%;
	}
@media only screen and (max-width: 1185px){
	.oil-s1-rgt-box1 .cart-btn2{ width: 306px;}
.oil-s1-lft{width: 46.76%;}
.oil-s1-rgt{ width:49%;}
.oil-s1-rgt-hd-p1{ font-size:34px;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .cart-btn{ width: 24%;}
.oil-s1-rgt-box1{column-gap: 10px;}
}
@media only screen and (max-width: 1023px){
ul.oil-s1-rgt-list {}	
ul.oil-s1-rgt-list li { font-size: 16px; padding-left:50px; background:none;}
ul.oil-s1-rgt-list li:nth-child(2) {}
ul.oil-s1-rgt-list li:last-child {}
.oil-s1-rgt-box1{ margin: 30px 0px 0 0;align-items: center;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .cart-btn{width:24%; }
.prd_quantity span {margin-right: 10px;}
.oil-s1-rgt-box-prc {font-size: 26px;line-height: 38px;}
.oil-s1-rgt-box-prc span {
}
.oil-s1-rgt-box1{column-gap: 5px; row-gap: 10px;}
.oil-s1-rgt-box-prc-save {margin: 3px auto 0 auto;}
.catagory-select{width: 50%; text-align: left;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc {}	
.oil-sec1{ padding-bottom:20px;}
ul.shp_list{justify-content: center;}
ul.shp_list li{ font-size:18px; width: 30%;}
ul.shp_list li:nth-child(3):after{ display:none;}
}
@media only screen and (max-width: 767px){
.oil-sec1 { padding: 25px 0 0;}	
.oil-s1-rgt-hd{border-top:none;     text-align: center;}
.oil-s1-lft, .oil-s1-rgt{
	float:none;
	margin:20px auto 0 auto;
	display:block;
	width:100%;
}
.oil-s1-lft{
	width:440px;
}
.oil-s1-rgt-hd-p1 {
    font-size: 37px;
    line-height: 42px;
    text-align: center;
}
.oil-s1-rgt-hd-p2 , .oil-s1-rgt-p1{text-align: center;}	
.oil-s1-rgt-box1, .oil-s1-rgt-box2, .oil-s1-rgt-box3 {
	margin:20px 0px 0 0;
	justify-content: space-around;
}

.oil-s1-rgt-box2{
	margin:38px 9px 0 0;
}
.oil-s1-rgt-box3{margin:60px 0 0 0;}
ul.oil-s1-rgt-list li {padding:0; text-align:center;}
ul.oil-s1-rgt-list li img{position:relative; display:block; margin:0 auto 5px;}
ul.oil-s1-rgt-list li:nth-child(2) {}
ul.oil-s1-rgt-list li:last-child {}
.prd-faq-box{width: 100%; margin-top: 10px; border: none; padding: 0;}
.catagory-select {width: 100%;}
.select-size { width: 100%;}
.select-size .inner{width: 100%; row-gap: 10px;}
.select-size h3{font-size: 16px; line-height: 26px;}
ul.prddtls1-rgtlist{ row-gap:8px; padding:5px 0;}
ul.prddtls1-rgtlist li{padding: 0px 0 0 21px;
        font-size: 12px;}
ul.prddtls1-rgtlist li span{width: 53%;
        font-size: 12px;}
ul.prddtls1-rgtlist li img{max-width: 30px;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc {}
.oil-s1-rgt-box-prc {    width: 48%;}
.prc1-3{}
.oil-s1-rgt-box-prc span {

}
.oil-s1-rgt-box2-hd1 {font-size: 19px;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box2-hd2 { font-size: 20px; line-height: 32px; width: 48%;}
.gray-bar{padding:25px 0;}

.select-size .inner a{width: 30%;}

.sizeChartWeb-content table{ font-size:10px;}
.sizeChartWeb-close{right: 340px;}
.size-guide-box{ top:2px;}
ul.why-chose{ margin-top:10px;}
ul.shp_list li{ width:48%;}
ul.shp_list li img{ max-width:40px;}
ul.shp_list li:nth-child(even):after{ display:none;}
ul.shp_list li:nth-child(odd):after{ display:block;}

.shp-prdt-dtl_sec{ padding:30px 0;}
.prdt-dtl_sec_rit{width: 100%; padding: 30px 15px;     margin: 0px 0 10px 0;}
.prdt-dtl_sec_hdg{ margin-bottom:20px;}

}
@media only screen and (max-width: 479px){
.oil-s1-rgt-p1 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0 0;
}	
.oil-s1-lft{
	width:100%;
	padding:0 0;
}
.oil-s1-rgt-box1, .oil-s1-rgt-box2, .oil-s1-rgt-box3 {
    margin: 0px 0 0 0;
    width: 100%;
}

ul.oil-s1-rgt-list li {font-size: 15px;line-height: 18px;}
ul.oil-s1-rgt-list li:nth-child(2) {}
ul.oil-s1-rgt-list li:last-child {}
.oil-s1-rgt-hd-p1 {    font-size: 26px;   line-height: 34px;}
.oil-s1-rgt-box-prc {}
.oil-s1-rgt-box-prc sup {font-size: 16px;}
.oil-s1-rgt-box-prc span {

}
.description-txt{    font-size: 17px;}
.oil-s1-rgt-box-prc { }
.slide-img {width: 178px;}
}
@media only screen and (max-width: 359px){
.oil-s1-lft{
	width:290px;
}
ul.oil-s1-rgt-list {margin: 20px 0 0 0;}	
ul.oil-s1-rgt-list li img {
    width: 30px;
	height:30px;
    position: inherit;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto 10px auto;
}
ul.oil-s1-rgt-list li{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	text-align:center;
	width:33.33%;
	background: url(../images/faq-line.png) right 25px no-repeat;
}
ul.oil-s1-rgt-list li:nth-child(2), ul.oil-s1-rgt-list li:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
}

.prd-det-sec {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 0;
	text-align:center;
}


/***************************************/
.cart-inr {
	float: left;
	width: 100%;
	margin: 20px 0 70px;
}
.cart-lft {
	width: 60%;
	float: left;
}
.cart-row {
	float: left;
	width: 100%;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
}
.cart-col1, .cart-col2, .cart-col3, .cart-col4, .cart-col5 {
	float: left;
	position: relative;
	text-align: center;
	padding: 30px 0;
}
.cart-col1 {
	width: 10%;
	padding-top: 45px;
}
.cart-remv {
	cursor: pointer;
}
.cart-col2 {
	width: 35%;
	padding-left: 65px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #7f7f7f;
	text-align: left;
}
.cart-col2 span {
	font-weight: 700;
	color: #2d2d2d;
}
.cart-col3 {
	width: 15%;
}
.cart-col4 {
	width: 25%;
	padding-top: 40px;
}
.cart-col4 .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}
.cart-col4 .input-group-prepend, .cart-col4 .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}
.cart-col5 {
	width: 15%;
}
.cart-col3, .cart-col5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #005a39;
	padding-top: 45px;
}
.cart-prd {
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
.cart-rgt {
	width: 34%;
	float: right;
}
.cart-prc-det {
	padding: 5px 30px 20px;
	float: left;
	width: 100%;
	background: #f4f4f4;
}
table.prc-list {
	float: left;
	width: 100%;
}
table.prc-list tr td {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #2d2d2d;
	padding: 25px 0;
	vertical-align: top;
}
table.prc-list tr td:first-child {
	text-align: left;
}
table.prc-list tr td:last-child {
	text-align: right;
}
table.prc-list tr:last-child td {
	border-bottom: none;
}
table.prc-list tr:first-child td:first-child {
	font-weight: 700;
}
table.prc-list tr:last-child td:last-child {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}
table.prc-list tr td small {
	color: #878787;
	font-size: 14px;
	line-height: 18px;
}
.cart-det-btn {
	width: 310px;
}
.inp-coup {
	float: left;
	width: 60%;
	border: 2px dashed #dbdbdb;
	background: #fafafa;
	text-align: left;
	padding: 15px;
	position: relative;
	padding-left: 55px;
	margin-top: 40px;
}
.inp-coup input[type='text'] {
	border: none;
	outline: none;
	background: none;
}
.inp-coup input[type='text']:placeholder {
 font-size:16px;
 line-height:20px;
 font-family: 'Overpass', sans-serif;
}
.inp-coup .coup-img {
	position: absolute;
	left: 15px;
	top: 18px;
}
.frw-img {
	position: absolute;
	right: 15px;
	top: 18px;
	outline: none;
}
.update {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #959595;
	text-transform: uppercase;
	float: right;
	margin-top: 55px;
}
.conti-btn {
	background: #dedede;
	width: 310px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	margin-top: 35px;
}
.chk-inr {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.chk-inr-lft {
	width: 57%;
	float: left;
}
.frm-box {
	float: left;
	width: 100%;
	background: #f4f8f7;
	border: 1px solid #e6ebf4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}
.frm-hdg {
	float: left;
	width: 100%;
	background: #005a39;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	position: relative;
	padding: 5px;
	padding-left: 70px;
}
.frm-hdg span {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	font-family: 'Overpass', sans-serif;
	text-transform: uppercase;
}
.frm-hdg img {
	position: absolute;
	left: 15px;
	top: 5px;
}
.frm-box-inr {
	float: left;
	width: 100%;
	padding: 20px;
}
.frm-field {
	float: left;
	width: 100%;
	margin: 5px 0;
}
.frm-field label {
	font-size: 16px;
	line-height: 20px;
	color: #848484;
	width: 110px;
	text-align: right;
	float: left;
	margin-top: 8px;
	font-weight: 400;
}
.frm-field input[type="text"], .frm-field select {
	border: 1px solid #bbbabb;
	padding: 12px 10px;
	width: calc(100% - 125px);
	float: right;
	border-radius: 2px;
	background: #fff;
	font-family: 'Overpass', sans-serif;
	font-size: 16px;
	color: #2d2d2d;
}
.frm-field select {
	background: url(../images/sel-img.jpg) 100% center no-repeat #fff;
	-webkit-appearance: none;
}
.pay-bx .frm-box-inr {
	padding: 30px 50px;
	text-align: left;
}
.billing {
	float: left;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	padding-left: 25px;
	width: 100%;
	margin-bottom: 20px;
}
.frm-checkbox {
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 0;
}
.frm-checkbox + span {
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 3px;
}
.frm-checkbox:checked + span {
	background: url(../images/frm-tike.png) center center no-repeat #fff;
	background-size: 80%;
}
.we-acp {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}
.we-acp img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.half {
	width: 48% !important;
}
.full {
	width: 100% !important;
}
.wht-ths {
	float: left;
	margin: 10px 0 0 20px;
	color: #19abe6;
	font-style: italic;
	text-decoration: underline;
}
.default-hide {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.frm-billing {
	float: left;
	width: 100%;
	cursor: pointer;
}
.chk-btn, .mny-back-100, .secur-logo {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.chk-btn {
	margin: 40px auto 10px;
}
.secur-logo {
	margin: 25px auto;
}
.chk-inr-rgt {
	width: 40%;
	float: right;
	text-align: left;
}
.chk-prc-bx {
	float: left;
	width: 100%;
	border: 1px solid #e6ebf4;
	text-align: left;
	margin: 20px 0;
}
.chk-prc-bx-hdg {
	color: #005a39;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	background: #f4f8f7;
	border-bottom: 1px solid #e3e3e8;
	padding: 10px 20px;
}
table.chk-prd-det {
	padding: 10px 20px;
	width: 100%;
	float: left;
}
table.chk-prd-det tr td:first-child {
	width: 40%;
	text-align: left;
}
table.chk-prd-det tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.chk-prd-det tr td:last-child {
	width: 40%;
	text-align: right;
}
table.chk-prd-det tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.chk-prd-det tr:last-child td {
	border-bottom: none;
}
table.chk-prd-det .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}
table.chk-prd-det .input-group-prepend, table.chk-prd-det .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}
.chk-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 20px;
}
.chk-inr-rgt .comn-hdg {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 5px;
	padding-bottom: 35px;
}
ul.chk-list {
	display: inline-block;
	width: 100%;
	text-align: center;
}
ul.chk-list li {
	width: 32.3%;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 20px;
	border-right: 2px dotted #e3e5e5;
	font-size: 18px;
	font-weight: 500;
}
ul.chk-list li:nth-child(3), ul.chk-list li:last-child {
	border-right: none;
}
ul.chk-list li img {
	display: block;
	margin: 10px auto;
}
.chk-mny-bck {
	border: 1px solid #d0cfcb;
	border-radius: 5px;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-left: 170px;
	position: relative;
	margin: 12px 0;
}
.chk-mny-bck h3 {
	color: #005a39;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	padding: 10px 10px 0 0;
}
.chk-mny-bck p {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 10px 15px 0;
}
.chk-mny-bck-lft {
	width: 150px;
	background: #1c6c4f;
	padding: 15px;
	position: absolute;
	left: 0;
	height: 100%;
}
.chk-mny-bck-img {
	width: 125px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.chk-mny-bck-lft:after {
	content: '';
	background: url(../images/chk-mny-rgt-img.jpg) right center no-repeat;
	width: 11px;
	height: 61px;
	right: -11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.chk-tsti {
	width: 100%;
	margin: 0 auto;
}
.chk-tsti-bx {
	float: left;
	width: 100%;
	text-align: center;
}
.chk-tsti-bx img {
	margin-bottom: 10px;
}
.chk-tsti-bx small {
	width: 86px;
	height: 86px;
	background: #eee;
	border-radius: 50%;
	color: #8c8c8c;
	font-size: 30px;
	line-height: 86px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 15px;
	display: block;
}
.chk-tx1 {
	font-size: 20px;
	line-height: 26px;
	color: #005a39;
	font-weight: 500;
	margin-bottom: 10px;
}
.chk-tx2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.chk-tx3 {
	font-size: 16px;
	line-height: 20px;
	color: #616161;
}
.chk-tx3 span {
	font-size: 18px;
	line-height: 24px;
	color: #005a39;
	font-weight: 500;
}
.resour-pg {
	margin: 30px 0 45px;
}
.resour-inr {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.resour-inr .comn-hdg {
	font-family: 'Overpass', sans-serif;
	color: #2b2b2b;
}
.resour-inr-lft {
	width: 74%;
	float: left;
	text-align: left;
}
.res-hdg {
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
	margin-bottom: 15px;
}
.resour-img-bx {
	max-width: 100%;
	border: 1px solid #dfdfdf;
	padding: 5px;
	margin-bottom: 15px;
}
.resou-bx-cont {
	background: #f4f8f7;
	padding: 20px;
	border-left: 5px solid #6baf24;
}
.resour-inr-rgt {
	width: 23%;
	float: right;
	border-top: 5px solid #005a39;
	border-bottom: 2px solid #005a39;
	text-align: left;
	margin: 60px 0 20px;
}
.rec-post {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: #005a39;
	margin: 15px 0;
}
.rec-post-bx {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #dcdbdb;
}
.rec-post-bx p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
.rec-post-bx img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 83px;
}
.faq-sec {
	width: 100%;
	float: left;
}
/*********************ACCORDION SECTION**********************/
.accordion-container {
	display: inline-block;
	margin: 30px 0 60px;
	padding: 0 15px;
}
p.txt1 {
	margin: 10px 0;
}
.accordion {
	box-sizing: border-box;
	color: #3e3e3e;
	cursor: pointer;
	float: left;
	font-weight: 400;
	font-size: 24px;
	text-align: left;
	line-height: 28px;
	padding: 15px 25px 15px 50px;
	width: 100%;
	margin-right: 20px;
	border: 1px solid #cef5eb;
	letter-spacing: -0.5px;
	border-bottom: none;
}
.accordion-open {
	background: url(../images/ahov2.jpg), url(../images/faq-sel-img.jpg);
	background-position: right center, 22px center;
	background-repeat: no-repeat, no-repeat;
	border-bottom: 1px solid #cef5eb;
	color: #005a39;
	border-radius: 5px 5px 0 0;
	margin-top: 5px;
}
.accordion-close {
	background: url(../images/acord2.jpg), url(../images/faq-un-sel-img.jpg);
	background-position: right center, 20px center;
	background-repeat: no-repeat, no-repeat;
	border-radius: 5px;
	margin: 5px 0;
	border: 1px solid #cef5eb;
}
.acdn-content {
	box-sizing: border-box;
	color: #3e3e3e;
	float: left;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	padding: 15px 60px 20px 20px;
	width: auto;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #cef5eb;
	border-top: none;
	letter-spacing: -0.5px;
	margin-bottom: 5px;
	width: 100%;
}
.acdn-content p {
	font-size: 18px;
	line-height: 26px;
}
.acdn-content ul {
	float: left;
	padding-left: 40px;
	width: 100%;
}
.acdn-content ul li {
	list-style: disc;
	font-size: 16px;
}
/**********************************/
.contact-inr {
	padding: 30px 0 145px;
	text-align:center;
}
ul.contact-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    float: left;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    margin-top: 20px;
    column-gap: 20px;
    background: #f7fcff;
    padding: 20px;
}
ul.contact-list li {
    width: 32%;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    background: #ffffff;
    padding: 18px;

}
ul.contact-list li p strong {
	margin-top: 10px;
	float: left;
	width: 100%;
}
ul.contact-list li img {
    display: inline-block;
    /* filter: opacity(0.5); */
    margin-bottom: 5px;
}
ul.contact-list li h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}
.thank-pg {
    padding: 40px 0 145px;
    text-align: center;
}
.thank-hdg {
	font-size: 50px;
	line-height: 54px;
}
.baktohme {
	font-size: 16px;
	color: #6baf24;
	line-height: 20px;
	text-decoration: underline;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.thnk-bx {
	display: inline-block;
	width: 88%;
	background: #f4f8f7;
	padding: 25px;
	text-align: left;
}
.thnk-bx-lft {
	width: 55%;
	float: left;
}
.thnk-bx-hdg {
	color: #005a39;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 10px;
}
.del-dat {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e8;
}
table.thank {
	float: left;
	width: 100%;
}
table.thank tr td:first-child {
	width: 40%;
	text-align: left;
}
table.thank tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.thank tr td:last-child {
	width: 40%;
	text-align: right;
}
table.thank tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.thank tr:last-child td {
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 15px;
}
.thank-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 0;
}
.thnk-bx-rgt {
	width: 40%;
	float: right;
}
.thnk-bx-rgt p {
	font-size: 16px;
	line-height: 24px;
}
.thnk-ship, .thnk-bill {
	margin-bottom: 5px;
}
.thnk-bill {
	margin-top: 10px;
}


/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
.bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2{
    height: 52px;
    width: 258px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin: 30px 0 0 0;
    font-weight: 700;
    /* font-family: 'Noto Sans', sans-serif; */
    font-size: 26px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #00c36a;
    /* background-image: linear-gradient(to right, #8aa9f5 , #9d9ae7 , #bc7fd1 , #c577ca); */
    padding-left: 0px;
    position: relative;
    border-radius: 50px;
    text-transform: capitalize;
}
.btn-arrow{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 15px;
	}
.bnrbtn span{
	display:none;
	margin:0 0 0 12px;}
.bnrbtn i, .cart-btn2 i, .s2btn i{
	    font-weight: 400;
    font-size: 20px;
    float: right;
    position: relative;
    z-index: 999;
    color: #fff;
    
    padding: 20px 30px;
	display:none;
	}
.bnrbtn:hover{ background:#00c36a; /*background-image: linear-gradient(to right, #8aa9f5 , #9d9ae7 , #bc7fd1 , #c577ca);*/}

.s2btn{   
	margin: 18px 0 0 0;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    width: 210px;
}
.s2btn i{padding: 15px 30px;}
.s3btn, .s5btn{
	border: 2px solid #589037;
    color: #589037;
    margin: 10px 0 0 0;
    width: 100%;
    height: 54px;
    line-height: 50px;
    font-size: 16px;
    max-width: 230px;
}
.view-all-cat-btn {
    border: 1px solid #ccc;
    color: #333;
}
/*.s3btn{display:none;}
ul.s3list li:hover .s3btn{display:block;}*/
.s4btn{	
	margin: 30px 0 0 0;
	border: 2px solid #589037;
	color: #589037;
}
.s5btn{	
	width:228px;
	height:64px;
	line-height:60px;
	margin:50px auto 0 auto;
	font-size:20px;
}
.cart-btn{
	border: none;
    height: 42px;
    background: #b7b7b7;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 42px;
    margin: 20px 0 0;
    border-radius: 30px;
}
.cart-btn2, .s2btn{
    width: 212px;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
	background:#00c36a;
    /*background-image: linear-gradient(to right, #8aa9f5 , #9d9ae7 , #bc7fd1 , #c577ca);*/
    margin: 0 0 0;
    border-radius: 45px;
	color:#fff;
}
.cart-btn2:after, .s2btn:after{width: 68px;}
.cart-btn2 i, .s2btn i{padding: 14px 20px;}
.cart-btn2:hover{
	background:#00c36a;
	/*background-image: linear-gradient(to right, #c577ca , #bc7fd1 , #9d9ae7 , #8aa9f5);*/
    color: #fff !important;
    /*border: 1px solid #c59b68;*/}

@media only screen and (max-width:1185px) {
.s2btn{width: 178px; padding-left: 10px;}
.bnrbtn:after, .cart-btn2:after, .s2btn:after{ width: 74px;}
.cart-btn2, .s2btn {
    width: 188px;
    height: 44px;
    line-height: 44px; font-size: 18px;
}
}

/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #325990;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #325990;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 1185px){
	.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .cart-btn{}
	.cart-btn{
	margin: 10px 0 0 0;
	}
}
@media only screen and (max-width: 1023px){	
.bnrbtn{margin: 25px 0 0 0; width: 236px; font-size: 20px;}
ul.contact-list li{width: 48%;}
}
@media only screen and (max-width: 767px){
.s2btn, .s4btn, .s5btn{margin:26px auto 0 auto;}
ul.contact-list li {width: 100%; font-size:16px;}
ul.contact-list li h3{font-size: 18px;}
}
@media only screen and (max-width: 479px){
.cart-btn2 {    margin: 10px 0;}

}
@media only screen and (max-width: 359px){
.bnrbtn, .s2btn{height:54px;line-height:50px;}
.cart-btn2 {font-size: 14px;margin:6px auto 0 auto;}
}
/*---------------------------*/
.hide-desk, .show-479, .show-tab, .show-767, .show-400, .show-340, .show-359, .tab-video {display:none;}
.hide-400, .hide-479{display:inline-block;}
@media only screen and (max-width: 1185px){
.show-desk{display:block;}
.show-hide{display:none;}
}
@media only screen and (max-width: 1023px){
.show-tab{display:block;}
.hide-tab{display:none;}
.tab-video{display:block;}
}

@media only screen and (max-width: 767px){
.hide-767, .show-desk{display:none;}
.show-767{display:block;}
}
@media only screen and (max-width: 570px){
.hide-570{display:none;}
}
@media only screen and (max-width: 479px){

.hide-479, .tab-video{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 359px){
.show-359{display:block;}
}
@media only screen and (max-width: 340px){
.show-340{display:block;}
}
/********************************/
