@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #2f2915;
	text-align: center;
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
	margin: 0;
	padding: 0;
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
table, tr, td {
	border: 0;
}
a {
	outline: none;
	color: #333;
	text-decoration: none;
}
a:hover {
	outline: none;
	color: #000;
	text-decoration: none;
}
img {
	border: none;
	max-width:100%;
	vertical-align:middle;
}
li {
	list-style: none;
}
* {
	box-sizing: border-box;
}
.img-full {
	max-width: 100%;
}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
/*-------------pulse-------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
transform: scale(0.9);
opacity: 0.9;
}
 50% {
transform: scale(1);
opacity: 1;
}
 100% {
transform: scale(0.9);
opacity: 0.9;
}
}
 @-webkit-keyframes pulse {
 0% {
-webkit-transform: scale(0.95);
opacity: 0.9;
}
 50% {
-webkit-transform: scale(1);
opacity: 1;
}
 100% {
-webkit-transform: scale(0.95);
opacity: 0.9;
}
}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/*-------------------------
CSS FOR TOP BAR
--------------------------*/
.blk-bar {
	padding: 8px 0;
	float: left;
	width: 100%;
	color: #a7a7a7;
	font-size: 14px;
	line-height: 21px;
	background: #0e0e0e;
	text-transform: uppercase;
}
.blk-bar p{
	float:left;
}
.red-clr{
	color: #ec1919;
}
.blk-bar p+p{
	float:right;
}
.call-spn{
	font-size:18px;
	color:#000000;
}
/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.top-sec {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.top-bar {
	float: left;
	width: 100%;
	height: 70px;
	margin-top: -70px;
	position: relative;
	top: 70px;
	padding: 10px 0;
}
.menu-bar {
    display: inline-block;
    margin-top: 20px;
}
.menu-bar li {
    float: left;
    color: #b8b8b8;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 30px;
}
.menu-bar li a {
	color: #737171;
}
ul.menu-bar li a:hover, ul.menu-bar li a.active {
	color: #20b58f;
}
.menu-bar li:last-child {
    margin-right: 0;
    padding-right: 30px;
}
.logo {
	float: left;
	max-width: 120px;
	margin-top: 3px;
}
.top-bar-right{
	position:absolute;
	right:0;
	top:-9px;
	border-right:1px solid #323232;
	border-left:1px solid #323232;
}
.top-bar-right p{
	float:right;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	color:#fff;
	border-right:1px solid #323232;
	padding:17px 10px;
}
.top-bar-right p img{
	vertical-align:middle;
	margin:0 3px 0 4px;
}
.search-ic{
    float:right;
    -webkit-appearance: none;
	margin:18px 10px;
	vertical-align:middle;
}
.fixed-nav {
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	background: #fff;
}
.cart-img {
    position: absolute;
    right: 11px;
	top: -3px;
}
.mobimenu .cart-pg .cart-img {
    top: 20px;
    left: 70px;
}
.cntct-txt{
	float:right;
	color:#000000;
	margin:15px 0 0;
	font-size:16px;
	}
.cart-pg{
	position:relative;
	}
.cart-pg span {
    position: absolute;
    right: 0;
    top: -5px;
    background: #b8b8b8;
    width: 14px;
    color: #191918;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    border-radius: 50%;
    height: 15px;
    padding: 0 3px 0;
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
	width: 100%;
	background:#f9f9f9;
	/*background: url(../images/banner-bg.jpg) no-repeat center top;*/
	padding:45px 0 0;
	overflow:hidden;
}
.bnr-box{
	display: inline-block;
    width:100%;
    text-align: center;
}
.bnr-books{
    position: absolute;
    top: 420px;
    left: 45%;
	}
.bnr-prodt{
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin-top: 16px;
	}
.no-txt{
	float:left;
	font-size:54px;
	line-height:64px;
	color:#010101;
	font-weight:400;
	
	}
.no-txt span{
	display:inline-block;
	width:34px;
	padding:2.5px 0;
	background:#f13809;
	margin: 0px 0 15px;
}
.bnr-sub-p1{
	float: left;
    width: 100%;
    color: #000;
    font-size: 28px;
    line-height: 32px;
    text-transform: capitalize;
    margin-top: 0px;
    letter-spacing: 0px;
	position:relative;
	z-index:1;
	}	
.bnr-p1 {
        float: left;
    width: 100%;
    color: #1a1519;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    text-transform: capitalize;
}
.bnr-p1 span{ color: #007e8b;}
.bnr-p2 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 68px;
	line-height: 70px;
	font-weight: 900;
	text-transform:uppercase;
	letter-spacing:-0.5px;
	margin:12px 0 5px;
}
.bnr-ylw-strp{
	float: left;
    width: 80%;
    background: url(../images/bnr-ylw-strip.png) repeat-x center top;
    padding: 15px 10px 15px 60px;
    display: flex;
    justify-content: space-between;
	position:relative;
}
.bnr-ylw-strp:before, .bnr-ylw-strp:after{
	content:url(../images/bnr-ylw-strip-l.png);
	position:absolute;
	left:0;
	top:0;
}
.bnr-ylw-strp:after {
    content: url(../images/bnr-ylw-strip-r.png);
    left: auto;
    right: -126px;
}
.bnr-ylw-strp li{
	float:left;
	color: #0a0b0d;
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	text-transform:uppercase;
	padding:0 5px 0 10px;
}
.bnr-ylw-strp li img{
	vertical-align:middle;
	margin-right:5px;
}
.bnr-p3 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	margin:18px 0 10px;
	font-weight:600;
}
.bnr-p3 span{
	color:#f4a20e;
}
.bnr-p4 {
	display: inline-block;
	width: 100%;
	color: #222222;
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
	margin-top: 12px;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.btn-div{
	display:inline-block;
	width:330px;
	text-align:center;
}
.shop-btn {
    width: 200px;
}
a.shop-nw-btn{
        margin-top:25px;
    display: inline-block;
    width:265px;
    height: 52px;
    text-align: center;
    color: #fff;
    text-transform: uppercase; 
    font-size:16px;
    line-height:52px;
    font-weight: 700;
    /* font-family: "Poppins", sans-serif; */
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
	background: rgb(32,181,143);
    background: linear-gradient(90deg, rgba(32,181,143,1) 25%, rgba(30,81,127,1) 75%);
}
.bnr-box  a.shop-nw-btn{vertical-align: top;margin-top: -77px;}
.btn-p{
	float: left;
	width: 100%;
	color: #d9d9d9;
	font-size: 14px;
	line-height:22px;
	letter-spacing:0.5px;
	margin-top:5px;
}
.btn-p a{
	color: #d9d9d9;
	text-decoration:underline;
}

/*-------------------------
CSS FOR WHITE SEC
--------------------------*/
.wht-strip {
    float: left;
    width: 100%;
    padding: 65px 0 40px;
    text-align: center;
}
.wht-strip .s1-p1 {
    width: 20%;
    font-size: 30px;
    line-height: 40px;
	text-align:left;
	}
.wht-ul{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    column-gap: 10px;
}
.wht-ul li{
     float: left;
    width:24%;
    padding: 0px 10px 25px;
    position: relative;
    text-align: center;
	background:#f9f9f9;
	border-radius:100px;
}
.wht-ul li:nth-child(2){}
.wht-p1{
	float: left;
    width: 100%;
    color: #101010;
    font-size:18px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 700;
}
.wht-p2{
        float: left;
    width: 100%;
    color: #101010;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.wht-ic-1{
	display:block;
	margin: -35px auto 10px;
}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
    float: left;
    width: 100%;
    padding:60px 0;
    text-align: center;
    background:#f9f9f9;
    overflow: hidden;
}
.s1-inner_rit{
	display:inline-block;
    width:100%;
    text-align: center;
    padding: 0 0 0;
	}
.s1-prodt1{
	position: absolute;
    top: 138px;
    left: 50%;
    transform: translateX(-50%);
	}
.section-1 .no-txt{}
.section-1 .s1-p1{}
.section-1 .s1-p2{}

.s1-p1 {
	float: left;
    width: 100%;
    color: #313131;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.s1-p1 span {
       display: block;
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    color: #b9b9b9;
}
.s1-p2 {
	display: inline-block;
    width: 100%;
    color: #222222;
    font-size:18px;
    line-height:30px;
    margin: 10px 0 0;
}
.sec-line{
	display:inline-block;
	max-width:100%;
}
.s1-p3{
	    display: inline-block;
    width: 100%;
    color: #585858;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin: 0px 0 10px;
}
.catagory-select {
    float: left;
    width: 100%;
    position: relative;
}
.select-size {
	margin: 0px 0 10px;
	float:left;
	width:100%;
}
.select-size h3 {
    margin-bottom: 10px;
}

.catagory-select h3 {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
}
.inner {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.select-size a {
	padding: 20px 20px;
    border: 1px solid #eaeaea;
    color: #333;
    line-height: normal;
    min-width: 28px;
    text-align: center;
    float: left;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    width: 24%;
}
.select-size a.active {
	background-color: #333333;
	color: #fff;
}
.selector-level {
	color: #000;
	margin-top: 0;
	display: block;
	width: 100%;
	font-size: 20px;
}
.size-guide-box {
	position: absolute;
    top: 4px;
    right: 0px;
}
.size-guide-box i {
	font-size: 28px;
	display: inline-block;
	vertical-align: top;
	color: #ff0303;
	margin-top: 1px;
	margin-right: 4px;
}
.size-guide-box a {
    color: #11608f;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 26px;
}
.pad-1{
	
}
.s1-p4{
	float: left;
	width: 100%;
	color: #2d2d2d;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	text-transform:uppercase;
}
.s1-inner {
	float: left;
    width: 100%;
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 13px;
    row-gap: 20px;
}
.s1-ul{
    float: left;
    width:100%;
    margin:20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 60px;
    row-gap: 0px;
	position: relative;
    z-index: 1;
}
.s1-ul li{
	float: left;
    width: 35%;
    font-size: 22px;
    line-height: 32px;
    color: #121212;
    font-weight: 600;
    text-align: right;
    padding: 61px 112px 40px 0px;
    position: relative;
    text-transform: capitalize;
}
.s1-ul li:nth-child(even){ text-align:left;padding: 61px 0 40px 112px;}
.s1-ul li img{
	position: absolute;
	right: 0;
	top: 40px;
	max-width: 100px;
	}
.s1-ul li:nth-child(even) img{
	left:0;
	right:auto;
	}	
.s1-txt1{
    float: left;
    width: 62%;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
	}
.s1-txt1 span{
	display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
	}	
.s1-txt2{
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    margin-top: 0px;
	}	
.s1-ul-li .shop-nw-btn{
	margin-top: 10px;
    height: auto;
    width: auto;
    background: none;
    color: #007e8b;
	line-height: 20px;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 600;
    text-transform: uppercase;
	}		
.s1-ic-1{
    position: absolute;
    right: 2%;
    top: 5px;
    max-width: 145px;
}
.s1-ul:nth-child(2) .s1-ic-1{     
	position: static;
    display: block;
    margin: 0 auto 10px;
    max-width: 242px;
}
.s1-p5{
	float: left;
	width: 100%;
	color: #2d2d2d;
	font-size: 18px;
	line-height: 20px;
	font-weight: 900;
	text-transform:uppercase;
}
/*-------------------------
CSS FOR CTA
--------------------------*/
.cta-1 {
	float: left;
	width: 100%;
	padding:0px 0 0px;
	text-align:center;
	/*background:url(../images/cta-bg-1.jpg)#0f0f13 no-repeat center top;*/
}
.cta-2{
	float: left;
	width: 100%;
	padding:55px 0 55px;
	text-align:left;
}
.cta2-img{
	position: absolute;
    right: 2%;
    top: 68px;
	}
.cta-2 .s2-ul{width: 65%;}
.cta-2 .s2-ul li{width:49%;}
.cta-1 .no-txt{ float:right;}
.cta-1-rit_inr{
	display:inline-block;
	width:100%;
	text-align:center;
	}
.cta-1-rit_inr .s1-p2 { width: 72%;}
.cta-1-content{
	float: left;
    width: 100%;
    margin-top: 0px;
/*	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;*/
    /*align-items: center;*/
    /*column-gap: 10px;*/
}
.cta-1-lft{
	float: left;
    width: 47%;
    margin-top: 0px;
    text-align: left;
}
.cta-1-rit{
	float: left;
    width: 100%;
    margin-top: 0px;
}
.cta-2 .cta-1-rit {
    float: left;
    width: 30%;
    margin: 0;
}
.cta-p1{
	float: left;
	width: 100%;
	color: #fff;
	font-size:40px;
	line-height:45px;
	font-weight: 900;
	text-transform:uppercase;
}
.cta-p1 span{
	font-size:30px;
	line-height:30px;
	text-transform:capitalize;
	display:block;
	}
.cta-p2{
	float: left;
	width: 100%;
	color: #fff;
	font-size:18px;
	line-height: 28px;
	letter-spacing:0.5px;
	margin: 15px 0;
}
.pad-2{
	padding:12px 0 30px;
}
.cta-p3{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 30px;
}
.cta-p3 span{
	color:#ee891e;
}
ul.cta-1-list{
    float: left;
    width: 100%;
    margin-top:25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
    column-gap: 10px;
	}
ul.cta-1-list li{
    float: left;
    width: 49%;
    padding: 0px 0px 0px 0px;
    position: relative;
    overflow: hidden;
	background:#f9f9f9;
	border-radius:10px;
}	
ul.cta-1-list li img{
	float:left;
	width: 38%;
	}
ul.cta-1-list li div{
	float: right;
    width: 62%;
    padding: 56px 25px 0 18px;
    text-align: left;
	}	
ul.cta-1-list li p{
	font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    margin: 10px 0 0;
	}
ul.cta-1-list li span{
	font-size: 22px;
    line-height: 32px;
    color: #1c1c1c;
    font-weight:700;
	text-transform:uppercase;
	}		
ul.cta-1-list li a.shop-nw-btn{ margin-top: 15px; width: 245px;}
ul.cta-1-list li:last-child div{
	padding: 56px 18px 0 25px;
    text-align: right;
	}
ul.cta-1-list li:last-child img{
	float:right;
	}	
.cta-prodt1{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0;
	max-width:550px;
}	
ul.cta-2-list{
	float: right;
    width: 100%;
    margin-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px;
    column-gap: 8px;
}	
ul.cta-2-list li{
	float:left;
	width:19%;
	font-size:18px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	text-align:left;
	position:relative;
	border-radius:0px;
	}
ul.cta-2-list li span{
	display: block;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
	}
ul.cta-2-list li span span{ display:inline-block;}
.cta2-li-div{
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 10px 10px;
	border:1px solid #ececec;
	}
.cta2-li-div img{
    max-width: 140px;
    display: block;
    margin: 5px auto;
	}	
.cta2-li-div2{
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    position: relative;
    color: #ffb400;
    text-align: left;
    margin: 10px 0 0;
    font-size: 22px;
    line-height: 28px;
	}	
.cta2-li-div2 a{position: absolute; right: 10px; bottom: 20px;}
.cta2-li-div2 img{display:inline-block;}			
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
    width: 100%;
    padding: 60px 0;
    text-align: left;
    overflow: hidden;
}
.section-2 .no-txt{float:right;}
.s2-ul {
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 14px;
    row-gap: 25px;
    margin-top: 25px;
    margin-bottom: 0px;
}
.s2-ul-women {
    margin-bottom: 0;
}
.s2-ul li, li.item {
	float: left;
    width: 32%;
    position: relative;
    margin: 0px 0px 0px;
    overflow: hidden;
    /* transition: all 0.3s; */
    /* box-shadow: 0 0 2px #ccc; */
    padding: 0px 0px 0px;
    border-radius: 12px;
    text-align: left;
    border: 2px solid #f5f5f5;
}
li.item{}
.s2-ul li:hover:after{ display:block;}
.s2-ul li .shop-nw-btn{     
    margin-top: 8px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
	width: 185px;
	}
.btn-cart-icn{ margin: -5px 8px 0 0px; display:none;}
.s2-li-div, .prd-s2-prds {
	float: left;
    width: 43%;
    text-align: center;
    padding: 16px 5px;
    background: #f9f9f9;
	}
.s2-img-1 {
	display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    margin: 0px auto;
    width: 100%;
}
.dis_txt{
    position: absolute;
    top: -10px;
    right: 10px;
    padding: 0px 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    background: #ffb400;
	}
.blk{ background:#000;}
.s2-li-div2{
	float:right;
	width:57%;
	text-align:left;
	padding:18px 10px 0 15px;}
.s2-p1 {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
    min-height: 48px;
    text-transform: uppercase;
	margin-bottom:3px;
}
.s2-p1 span {
}
.s2-p2 {
    display: inline-block;
    width: 140px;
    color: #ff8300;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    z-index: 5;
    position: relative;
    margin: 34px auto 0;
    border: 1px solid #ff8300;
    padding: 7px 10px;
}
.s2-ul li:hover .s2-p2{display:block;}
.s2-p3 {
	display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    color: #1e517f;
    position: relative;
    font-weight: 700;
}
.off-30{
	position:absolute;
	left:0;
	top:0;
}
.section-2 .pad-1 {
    padding-bottom:0;
}
.section-2 .btn-div {
    margin-top: 30px;
    width: 310px;
}
.section-2 .btn-div .btn-p, .section-2 .btn-div .btn-p a {
    color: #111;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
	float: left;
    width: 100%;
    padding: 0px 0 40px;
    overflow: hidden;
}
.sec3-box {
	display: inline-block;
    width: 100%;
    padding: 12px 12px;
    text-align: left;
    background: rgb(32, 181, 143);
    background: linear-gradient(90deg, rgba(32, 181, 143, 1) 25%, rgba(30, 81, 127, 1) 75%);
    border-radius: 11px;
}
.sec3-box-inr{
	display: inline-block;
    width: 100%;
	background:rgb(255, 255, 255, 0.2);
	position:relative;
	border-radius: 11px;
	}
.sec3-box-inr .shop-nw-btn{     
	float: right;
    margin: 44px 50px 0 0;
    width: 265px;}
.sec3-box-inr .s1-p2 {
    display: inline-block;
    vertical-align: middle;
    width: 63%;
    color: #fff;
    font-size: 38px;
    line-height: 48px;
    padding: 20px;
    font-weight: 700;
	margin:0;
}	
.s3-books{
    position: absolute;
    top: 45px;
    left: 0;
	}
.s3-models{
	display: inline-block;
    vertical-align: middle;
    margin: 14px 10px 13px 10px;
	}
.s3-p1{
	float: left;
	width: 100%;
	color: #2d2d2d;
	font-size: 22px;
	line-height: 31px;
	font-weight:600;
	margin:5px 0;
}
.s3-star, .s3-vari{
	display:inline-block;
	max-width:100%;
	margin:25px auto 8px;
}
.s3-vari{
	margin:5px auto 0px;
}
.s3-p2{
	float: left;
	width: 100%;
	color: #2d2d2d;
	font-size: 20px;
	line-height: 30px;
	font-weight:600;
}
.sec3-p3 {
    float: left;
    width: 100%;
    color: #585858;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.5px;
	margin-bottom:10px;
	}
/*-------------------------
CSS FOR FOOTER TOP
--------------------------*/
.foo-top{
	float:left;
	width:100%;
	padding:45px 0;
	background:#376f90;
}
.f-t-p1{
	float: left;
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    margin: 0px 0px 10px 0;
    width: 100%;
}
.sub-box {
    display: inline-block;
    width: 50%;
    position: relative;
    vertical-align: middle;
}
.sub-inp {
    float: left;
    width: 100%;
    border: none;
    outline: none;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    padding: 0 0px 0 10px;
    height: 43px;
}
.sub-btn{
	position: absolute;
    right: 0px;
    bottom: 0;
    border: 0px;
    -webkit-appearance: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    background: #ff9400;
    padding: 10px 10px;
	cursor: pointer;
}
.foo-ul{
	float:right;
}
.foo-ul li{
	float:left;
	margin-left:10px;
}
.foo-ul-2{
	float: left;
    width: 100%;
    /* border-top: 1px solid #3b3b3b; */
    padding-top: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foo-ul-2 li{
	float:left;
	width:22%;
	color:#fff;
}
.foo-ul-2 li a{
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	width: 100%;
	float: left;
}
.foo-ul-2 li a:hover{
	color:#fff;
}
.foo-ul-2 li:nth-child(1){ width:30%;}

.f-t-p2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:23px;
	color:#fff;
	font-weight: bold;
	margin-bottom:5px;
}
.f-t-p2 img{
	vertical-align:middle;
	margin-right:3px;
	margin-top:0px;
	filter: grayscale(1);
}
.f-t-p3, .f-t-p4{
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	color:#fff;
	padding-left:26px;
}
.marg-1{
	margin-top:15px;
}
.f-t-p4{
	padding-left:0;
	text-transform:capitalize;
}
.foo-img{
	    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
	max-width:150px;
}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer {
    float: left;
    width: 100%;
    padding: 25px 0;
	background:#1b1b1b;
}
footer p {
    float: left;
    width: 100%;
    color: #dedede;
    font-size: 14px;
    line-height: 20px;
}
footer p a, footer p a:hover{
	color: #dedede;
}

/*-=================================================================================================
CSS FOR PRODUCT PAGE
========================================================================================================-*/
.prd-name-strip {
    float: left;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.prd-name-strip p {
    float: left;
    width: 100%;
    color: #797979;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
.prd-name-strip p span{
	color:#2d2d2d;
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.prd-bnr{
	float:left;
	width:100%;
	padding:50px 0;
}
.prd-bnr-lft{
	float:left;
	width:40%;
}
.prd-bnr-rit{
	float:right;
	width:58%;
	text-align:left;
}
.prd-bnr-p1{
    float: left;
    width: 100%;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 16px;
    margin: 0px 0 18px;
	border-bottom:1px solid #cccccc;
	padding-bottom:18px;
}
.prd-bnr-p1 img {
    margin: 10px 0px 0 0;
    vertical-align: top;
}
.prd-bnr-ul{
	float: left;
    width: 100%;
    margin: 0px 0 20px;
}
.prd-bnr-ul li{
	float: left;
    width: 100%;
    margin: 0 0 10px;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 20px;
    background: url(../images/prd-s1-arw.png) no-repeat left 7px;
    text-align: left;
}
.prd-bnr-row{
	float:left;
	width: 41%;
}
.prd-bnr-p2{
    display: inline-block;
    color: #000;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    vertical-align: middle;
	width:100%;
}
.prod-sub-head {
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 40px;
    
    margin: 10px 0;
	text-transform:uppercase;
}
.ul-details {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.ul-details li {
    float: left;
    width: 49%;
    font-size: 16px;
    line-height: 27px;
    color: #686767;
}

.ul-details li span {
    display: block;
    font-weight: 700;
    
    color: #333;
    text-transform: uppercase;
}
.qty-div {
    float: left;
    padding: 0 0px;
    text-align: left;
    width: 100%;
}
.qty-div-txt {
    float: left;
    width: 100%;
    vertical-align: middle;
    line-height: 25px;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 17px;
}
.qty-div .wan-spinner2 {
    margin: 0;
	vertical-align:middle;
}
.sub, .add {
    float: left;
    width: 55px;
	border:1px solid #e6e6e6;
	height:55px;
	padding:20px 2px 0;
	background:#969595;
	cursor:pointer;
	outline:none;
}
.qty-div input {
    float: left;
    border: 1px solid #e6e6e6;
    background: none;
    width: 64px;
    text-align: center;
	height:55px;
	padding:1px 0px 0;
	font-size:26px;
	font-weight:600;
	color:#2d2d2d;
}
.money-bk{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	padding:5px 0 0 80px;
	font-size:20px;
	line-height:23px;
	color:#2d2d2d;
	font-weight:bold;
	text-align:left;
	}
.money-bk img{
	position:absolute;
	left:0;
	top:-8px;
	}
a.add-to-cart-btn{
	display: inline-block;
    vertical-align: middle;
    max-width: 280px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    background: rgb(32, 181, 143);
    background: linear-gradient(90deg, rgba(32, 181, 143, 1) 25%, rgba(30, 81, 127, 1) 75%);
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
}
.or-icon{
	display:inline-block;
	vertical-align:middle;
	margin:20px 10px 0;
	}
.save-btn{
	display:inline-block;
	vertical-align:middle;
	max-width:320px;
	width:100%;
	height:55px;
	background:#fff;
	border:1px solid #ed8415;
	border-radius:5px;
	text-align:center;
	margin-top:20px;
	padding:5px;
	position:relative;
	}
.save-btn p{
	display:inline-block;
	vertical-align:middle;
	width:85%;
	height:100%;
	font-size:17px;
	line-height:26px;
	font-weight:600;
	color:#ed8415;
	text-transform:uppercase;
	padding:10px 5px 10px 0;
	}
.qsn-popup{
	display:inline-block;
	vertical-align:middle;
	width:10%;
	height:100%;
	border-left:1px solid #eea558;
	padding:10px 0 10px 10px;
	}
.toltip-content{
	position:absolute;
	left:-30px;
	right:-30px;
	top:55px;
	background:#ecf7fe;
	z-index:99;
	padding:12px;
	color:#2d2d2d;
	border-radius:5px;
	text-align:left;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.5px;
	box-shadow: 0px 0 25px -5px rgba(0,0,0,0.5);
	}
.toltip-content:after{
	content:'';
	position:absolute;
	top:-11px;
	right:40px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #ecf7fe;
	}
.close-ttp{
	position:absolute;
	right:0px;
	top:0;
	width:20px;
	height:20px;
	background:#ed8517;
	border-radius:0 5px 0 5px;
	cursor:pointer;
	line-height:20px;
	text-align:center;
	font-size:10px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.prd-bnr-ul-2{
	float:left;
	width:100%;
	padding:25px 0 0;
}
.prd-bnr-ul-2 li{
	float:left;
	padding-left:57px;
	color: #2d2d2d;
    font-size: 16px;
    line-height: 18px;
	position:relative;
	padding-right:60px;
}
.prd-bnr-ul-2 li img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.prd-sec1{
	float:left;
	width:100%;
	padding:80px 0 0;
}

.prd-s1-ul{
	float:left;
	width:100%;
}
.prd-s1-ul li{
	float:left;
	width:22.9%;
	margin-right:2.8%;
	position:relative;
}
.prd-s1-ul li:last-child{
	margin-right:0;
}
.prd-s1-img-1{
	display:inline-block;
	max-width:100%;
	vertical-align:top;
}
.prd-s1-ul li p{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	color: #fff;
    font-size: 20px;
    line-height: 20px;
	background:#f38c24;
	font-weight:700;
	text-transform:uppercase;
	padding:8px 5px;
}

/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.prd-sec2{
	float:left;
	width:100%;
	padding:80px 0 70px;
}
.prd-s2-box{
	float:left;
	width:100%;
	padding:0px 94px;
}
.prd-s2-ul{
	float:right;
	width:56%;
	padding:15px 0 0;
}
.prd-s2-ul li{
	float:right;
	width:100%;
	padding-left:70px;
	margin-bottom:28px;
	position:relative;
	text-align:left;
}
.prd-s2-ic-1{
	position:absolute;
	left:0;
	top:0;
}
.prd-s2-p1{
	float: left;
    width: 100%;
    color: #2d2d2d;
    font-size: 20px;
    line-height: 23px;
    font-weight: 900;
    text-transform: uppercase;
}
.prd-s2-prd{
	float:left;
	max-width:100%;
	margin-top:50px;
}
.prd-s2-prd-mgnt{ margin-top:0;}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.prd-sec3{
	float:left;
	width:100%;
	padding:80px 0 0;
}
.prd-s3-box{
	float:left;
	width:100%;
	padding:10px 94px 0;
}
.prd-s3-row {
    float: left;
    width: 100%;
    padding: 30px 5px 30px 155px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
.prd-fc1{
	position: absolute;
    left: 40px;
    top: 30px;
}
.prd-s3-p1{
	float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 22px;
	font-weight:600;
	border-right: 1px solid #dee4e6;
    padding-right: 10px;
    margin-right: 10px;
}
.prd-s3-p1 img {
    display: inline-block;
}
.prd-s3-row .s1-p3 {
    margin-bottom: 15px;
}
.var-cust {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0 0;
}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.prd-sec4{
	    float: left;
    width: 100%;
    padding: 50px 0;
    background:#fff;
}
.prd-sec4 .s1-p2 {
    margin: 0;
}
.prd-s4-ul {
    float: left;
    width: 100%;
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prd-s4-ul li{
	float: left;
    width: 24%;
    border: 1px solid #cccccc;
    position: relative;
    padding: 20px 10px;
}
.prd-s4-ul li:last-child{
	margin-right:0;
}
.prd-s4-prd-1{
	display:inline-block;
	max-width:100%;
}
.prd-s4-prd {
    float: left;
    width: 100%;
    min-height: 250px;
    position: relative;
}
.prd-s4-prd img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.prd-s4-p1{
	float: left;
    width: 100%;
    color: #2d2d2d;
    font-size: 19px;
    line-height: 28px;
    font-weight: 900;
	margin:0px 0 2px;
}
.prd-s4-ul .s2-p3 {
    color: #333;
}
.prd-s4-p2{
	float: left;
    width: 100%;
    color: #ff8300;
    font-size: 16px;
    line-height: 20px;
    font-weight:700;
}
.inr-cont{
	float:left;
	width:100%;
	padding:40px 0 60px;
	}
/*===========survival-Kit===========*/
.kit-s2-box {
    float: left;
    width: 100%;
	position:relative;
	}
.kit-s2-prd{
	position:absolute;
	left: 50%;
    margin-left: -180px;
    top:150px;
	}
ul.kit-s2-list{
	width:30%;
	padding:15px 0 0;
	}
ul.kit-s2-list.lft{
	float:left;
	}
ul.kit-s2-list.rgt{
	float:right;
	}
ul.kit-s2-list li{
	float:left;
	width:100%;
	margin-bottom:28px;
	position:relative;
	text-align:center;
	padding:0 40px;
	}
ul.kit-s2-list li span {
    float: left;
    width: 100%;
    color: #2d2d2d;
    font-size: 20px;
    line-height: 23px;
    font-weight: 900;
    text-transform: uppercase;
	}
ul.kit-s2-list li p {
    float: left;
    width: 100%;
    color: #585858;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
	min-height:72px;
	}
ul.kit-s2-list li img{
	display:block;
	margin:0 auto 10px;
	}
/*================================*/
.caryy-prd2{ width:450px;}

/*===========T-Shirt===========*/
.slct-size {
	float:left;
	width:100%;
	margin-top:20px;
	}
.slctHdng {
	float:left;
	width:100%;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #2d2d2d;
    font-weight: bold;
	}
.slct-size ul {
    display: inline-block;
    vertical-align: middle;
	}
.slct-size ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    min-width: 40px;
    text-align: center;
	}
.buyOpt-row {
    float: left;
    width: 100%;
    padding: 0 5px;
    cursor: pointer;
    position: relative;
    border: 1px solid #808080;
    border-radius: 5px;
	}
.buyOpt-row.active{
	background:#969595;
	color:#fff;
	}
.buyOpt-row.active .packageOpt p{ color:#fff;}
.packageOpt{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	}
.packageOpt input[type=radio]{
	position:absolute;
	opacity:0;
	}
.packageOpt p{
	float:left;
	width:100%;
	color:#282828;
	font-size:16px;
	line-height:40px;
	font-weight:500;
	text-align:center;
	}
/*=============SUPPORT_PAGE==============*/
.support-sec{
	float: left;
    width: 100%;
    padding:50px 0;
	}
.contact-sec{
	float:left;
	width:100%;
	margin-top:30px;
	}
.cntct-lft{
	float:left;
	width:42%;
	text-align:left;
	}
.cntct-hdng{
	color:#231f20;
	font-size:26px;
	text-transform:uppercase;
	line-height:26px;
	float:left;
	width:100%;
	margin-top:35px;
	font-weight:bold;
	}
.cntct-txt1{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#4d4d4d;
	font-weight:300;
	margin-top:15px;
	}
ul.cntct-list{
	float:left;
	width:100%;
	padding:30px 0px 0 0px;
	}
ul.cntct-list li{
	float:left;
	width:100%;
	padding:0 0 25px 40px;
	position:relative;
	}
ul.cntct-list li img{
	position:absolute;
	left:0;
	top:0;
	}
ul.cntct-list li span{
	float: left;
    width: 100%;
    font-size: 18px;
    color: #323232;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
	}
ul.cntct-list li p{
	float: left;
    width: 100%;
    font-size: 17px;
    color: #2d2d2d;
    line-height: 24px;
	border-bottom:1px solid #cad6df;
	padding-bottom:20px;
	}
ul.cntct-list li:last-child p{ border:none;}
.cntct-rght{
	float:right;
	width:48%;
	background:#f9f9f9;
	border:1px solid #ebebeb;
	padding:35px 45px;
	}
.msgbx-txt {
    float: left;
    width: 100%;
    font-size: 28px;
	text-align:left;
	text-transform:uppercase;
    line-height: 28px;
    color: #231f20;
    padding-bottom: 10px;
	font-weight:bold;
	}
.msg-frmfild{
	float:left;
	width:100%;
	}
.msg-frmfild input,.msg-frmfild textarea{
	float:left;
	width:100%;
	text-align:left;
	height:60px;
	margin-top:10px;
	background:#fff;
	font-size:17px;
	color:#000;
	border:1px solid #ebebeb;
	padding:5px 5px 5px 15px;
	outline:none;
	}
.msg-frmfild textarea{ 
	height:100%;
	min-height:110px;
	padding-top:15px;
	resize:none;
	}
.submit{
	float:left;
	width:160px;
	background: rgb(32, 181, 143);
    background: linear-gradient(90deg, rgba(32, 181, 143, 1) 25%, rgba(30, 81, 127, 1) 75%);
	border-radius:3px;
	color:#fff;
	padding:10px 0;
	margin-top:35px;
	outline:none;
	border:none;
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	-webkit-appearance:none;
	}


/********************************/
.thank-pg {
    margin: 60px 0;
	float:left;
	width:100%;
}
.thank-hdg {
	font-size: 50px;
	line-height: 54px;
}
a.baktohme {
	font-size: 16px;
	color: #6baf24;
	line-height: 20px;
	text-decoration: underline;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.comn-txt {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    display: inline-block;
    width: 70%;
}
.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;
}

/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 40px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:20px 0 20px 0;
	padding:0 10px;
	font-size:26px;
	float: left;
    width: 100%;
}
.trms-sec2 h3{
        font-size: 24px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin: 10px 0;
    line-height: 30px;
}
.trms-sec2 p{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    margin: 0px 0 10px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 0px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
	float: left;
	width: 100%;
	background: rgb(32, 181, 143);
	background: linear-gradient(90deg, rgba(32, 181, 143, 1) 25%, rgba(30, 81, 127, 1) 75%);
	margin-bottom: 20px;
	text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
.ing-lft-bx {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.ing-lft-bx img {
    max-width: 500px;
}

@media only screen and (max-width: 767px){
	.tems_bg {    padding: 10px 0;}
	.trms-sec2 .top-txt{font-size: 20px;line-height: 24px;padding: 9px 0;}
	.trms-sec2 h3{font-size: 22px;line-height: 30px;}
	.trms-sec2 p, .trms-sec2 ol li{font-size: 15px;line-height: 24px;}
	.suprt-hour{font-size: 15px;line-height: 22px;letter-spacing: 0;margin-top: 10px;}
	.ing-lft-bx img{ max-width:100%;}
	}