@charset "utf-8";

.forMob,.forTab{ display:none ;}
/*==============Media=============*/

@media only screen and (max-width:1187px){
.container{ width:1004px;}

.bnr-p1 { font-size: 31px; line-height: 35px;}
.bnr-p1 span {
    font-size: 43px;
    line-height: 62px;
}
.bnr-prd {  right: 222px;}

ul.s2list li.s2list-st{ width:39.3%;}

.ftr-p2{font-size: 16px;line-height: 30px;}

ul.cart-prclist li{ font-size:18px;}

.s2list li{ width:32%;}
.s2list-prd li{width:100% }
.pro1-dtl{ max-width:315px;}
.s2prd:nth-child(2){/* right:23px;*/}
.s2prd:nth-child(3){/* left:23px;*/}
.s2prd:nth-child(4){/* right:5px;*/}
.s2prd:nth-child(5){/* left:5px;*/}
.s2lhding { font-size: 25px;}
.s2ltxt { font-size: 15px;}

.s3-ul li {}

/***************************/
.pro-dtl-sec1:after{height: 560px;}
.pro-dtl-sec1.bundle:after {height: 820px;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}
.header{background: linear-gradient(90deg, #fff 45% 45%, #ff7800 45% 45%);}
.mainMenu{}
.mainMenu li{ margin-right:29px;}
.header ul li a{ font-size: 20px; line-height: 20px;}
.mainMenu li:after{top: 10px;}

.banner{ padding:40px 0; height:auto; background-size:cover;}
.bnr-lft{ float: left; width: 66.7%;margin-top: 16px;}
.bnr-txt1 { font-size: 25px;line-height: 32px;}
.bnr-p1{font-size: 29px;line-height: 35px;}
.bnr-p1 span { font-size: 41px; line-height: 51px;}
.bnr-p1 span span{ font-size: 21px; line-height: 27px;}
.bnr-p2{ font-size:17px; line-height: 27px; width: 100%}
.bnr-prd {right: 45px; top: 210px; width: 270px;}

.section-1 {
	background-size: 1833px;
    background-position: 58% top;
    padding: 50px 0 50px;
    height: auto;
}
.s1-rit {width: 68%; margin-top: 30px;}
.s1-p1 span { font-size: 32px; line-height: 38px;}
.s3-ul li {padding: 0 10px;width: 50%;}

.strp-lst{ }
.stp-hd { font-size: 27px;line-height: 36px;}
.strp-lst li { width: 25%;}

.s2list{ justify-content: center; column-gap:10px;}


.s2list li.s2list-st{ float: none; width: 100%; margin: 0; display: inline-block; vertical-align: top; max-width: 468px;}
.s2list li,.s2list li:nth-child(5), .s2list li:nth-child(6), .s2list li:last-child {width: 48%;}
.s5-ul li {font-size: 17px; line-height: 25px; padding: 0; width: 32%;}
.s2list-prd{width:100%;}
.s2list-prd li { margin-top: 0; width: 49%;}
a.s2btn{padding:10px 20px}
.pro-sec2-content{width:100%; margin-top: 20px;}
.pro-sec2-content img{top: 20px;  max-width: 170px;}

.ftr-box1{ width:100%;}
.ftr-box3 {width: 100%; margin-top:0px;}
.cards{ float:none;}
.ftr-txt2{ width:100%; text-align: center;}
.ftr-txt3{width:100%; text-align: center;}

/*==========Shop===========*/
.pro-sec1{ padding: 41px 0 30px;} 

/*==========Product Details===========*/
.pro1-dtl{ max-width: 250px;}
.pr-dtl-s1-rgt-p1{ margin-top:0;}
.shp-cart{ }

.pro-dtl-sec1:after {height: 610px;}
.pro-dtl-sec1.bundle:after {height: 900px;}
.pr-dtl-s1-rgt-p3{line-height: 26px;}
.pr-dtl-s1-lft{padding: 10px 0;}
.pr-dtl-s1-lft .s2prd {/*max-width: 150px;*/}
.wht-ul li{width:50%;}
/*==========CART===========*/
.cart-sec1, .cart-strp{ width:100%;}
.cart-strp{margin-top:20px;}
div#frmsec{ width:100%; margin-top:30px;}

.crt-frm1, .crt-frm2{width:100%;}
.safebox{border-left: 30px solid #ff7800;}
}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 10px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.top-fix-bar{margin-bottom: 50px;}
.header{ height:50px; margin-top:-50px; top:50px; padding:10px 0;  background: linear-gradient(90deg, #fff 70% 70%, #ff7800 70% 70%);}
.logo{width: 170px;margin-top: 3px;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:4px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #fff;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#fff;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#fff;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:51px;
	background:#fff;
	z-index:999;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

img.bnr-prod1,img.bnr-prod2,img.bnr-prod3,img.bnr-prod4{ display:none;}


.banner{ padding:25px 0 35px; background:url(../images/bnr-bg-mob.jpg) no-repeat center top; background-size:cover;  background-position: right 27% top; }
.bnr-lft{ width:100%; text-align:center; margin-top:0;}
.bnr-txt1 {font-size: 21px;line-height: 26px;}
.bnr-p1{ font-size: 20px; line-height: 25px; margin-top:3px;}
.bnr-p1 span{ font-size: 29px;line-height: 32px; margin-top: 0px;}	
.bnr-p1 span span{ font-size: 21px; line-height: 27px; margin-top: 5px;}	
.bnr-p2{ font-size: 16px; line-height: 24px;margin-top: 10px;}
.bnr-prd {width: 320px; position: static; margin: 10px auto 0;}
.order-now-btn{margin-top: 20px;height: 50px;line-height: 50px;font-size: 20px;}
.strip { padding: 30px 0 30px;}	
.stp-hd {font-size: 25px; line-height: 37px;}
.strp-lst li{ padding: 0;width: 49%;font-size: 17px;}	
.cart-strp .strp-lst{row-gap: 20px;}
.cart-strp .strp-lst li{width:49%}
.strp-lst li:last-child{margin-bottom:0;}	
	
.section-1{ padding:20px 0 35px; background:none;}
.s1-p1{ font-size: 18px;line-height: 27px; margin-bottom:0px;}
.s1-p1 span{ font-size: 26px;line-height: 32px;}
.s1-p1 p{ padding: 10px 30px; font-size: 18px;}
.s1-p2{ font-size: 16px; line-height: 24px;}
.s1-rit {width: 100%;margin-top: 0;text-align: center;}
.s1-img {        display: inline-block;margin: 10px auto 0 -10px;max-width: inherit;width: calc(100% + 20px);}

.section-3{ padding:30px 0 35px;}
.s3-ul{ margin-top:20px;}
.s3-ul li{ width:100%;}
.s3-ul li:after{ border:none;}
.s3-ul li span{ margin-bottom:5px;}

.section-4{ padding:30px 0 35px;}
ul.s2list{ margin-top:25px;}
ul.s2list li.s2list-st .s2lhding{ font-size: 32px; line-height: 38px; padding: 15px 0;}
ul.s2list li.s2list-st .s2ltxt{ font-size: 26px; line-height: 30px; margin: 20px 0 0 0;}
.prd-star{ margin-top:12px;}
ul.s2list li.s2list-st .s2prd{ top:155px;  max-width: 330px; margin:0;}
ul.s2list li.s2list-st{ min-height:620px;}
ul.s2list li.s2list-st p.s2price{ margin-top:312px;}
.s2list li,.s2list li:nth-child(5), .s2list li:nth-child(6), .s2list li:last-child ,.pro-dtl-sec2 .s2list-prd li{width: 100%;    max-width: 350px;}
.s2prd:nth-child(3) {/*left: 49px;*/}
.s2prd:nth-child(2) {/*right: 49px;*/}

.opt-left{ width:100%; padding: 25px 0 0;}
.s2ltxt {font-size: 18px;line-height: 28px;padding: 5px 0;margin: 5px 0;letter-spacing: 1px;}
.opt-right{ width:100%; margin-top:0;}

	
.section-5{padding: 30px 0;}
.s5-ul{margin-top:10px;}
.s5-ul li {width:100%;font-size: 16px;line-height: 24px;}
.s5-ul li img{margin-bottom: 10px;}
.s5-ul li span{        line-height: 28px;margin-bottom: 3px;}

.footer{ padding:30px 0 15px;}
.ftr-box4{ padding:25px 0;}
.ftr-txt-box{padding: 10px; margin-top: 20px; font-size: 13px; line-height: 20px;}
.ftr-txt2,.ftr-txt3{ font-size:14px; margin-top: 6px;}

/*=======pro-dtl-sec=============*/
	.inner-top{}
ul.inr-top-list li{margin-right: 21px;}
ul.inr-top-list li a, ul.inr-top-list li a:hover{ font-size:13px;}

.pro-sec1{ padding:30px 0;}
p.s1-p2.s4-p2{ width:100%; line-height:27px;}
.s2list-prd li { max-width: 400px;}

ul.s2list.s2list-prd{ margin-top:25px;}

ul.s2list.s2list-prd li .s2ltxt{ margin-top:20px; min-height:auto;}

.pro-dtl-sec1{ padding:25px 0 40px;}
.shop-lft { display: inline-block;position: relative;width: 100%;padding: 10px 0 0;}
.pr-dtl-s1-lft .s2prd { }
.pr-dtl-s1-lft{ width: 100%;  padding: 0px 0; min-height: auto;}
.pr-dtl-s1-lft img {/* max-width: 210px;&*/}
.pr-dtl-s1-lft .s2prd:nth-child(2), .pr-dtl-s1-lft .s2prd:nth-child(3) {/*max-width: 176px; top: 41px;*/}
.pr-dtl-s1-lft .s2prd:nth-child(4), .pr-dtl-s1-lft .s2prd:nth-child(5) {/*max-width: 159px; top: 60px;*/}
.stars{ float:none; margin:0 auto 13px; display:none;}
.pr-dtl-s1-rgt-p4{font-size: 17px;line-height: 25px;}
.pr-dtl-s1-rgt-p1{ margin:0;font-size: 32px;line-height: 38px;}
.pr-dtl-s1-rgt-p1 span{font-size: 16px;line-height: 24px;}
.pro1-dtl{ padding:0;max-width: 340px;}
.pr-dtl-s1-rgt{ width:100%; text-align:center; padding: 15px;}
.pr-dtl-s1-rgt-p3{ margin:10px 0 10px;        font-size: 16px;line-height: 26px; }
.wht-ul li { width: 70%; text-align: left;}
.pr-dtl-s1-rgt-p2{font-size: 28px; line-height: 30px; margin-top:5px;}
.add-to-cart{  margin:20px auto 0;}
.shp-cart{ margin: 10px 0 0 14px;float: none;display: inline-block;}
.pro-dtl-sec1:after { height: 1000px;}
.pro-dtl-sec1.bundle:after {height: 1350px;}
.qty-blk{justify-content: center;}

.pro-sec2{ padding:25px 0 30px;}

.pro-dtl-sec2{ padding:20px 0;}
.pro-p1{margin-top: 15px;font-size: 17px; line-height: 24px;}

/***************************/
.pro-sec2-content{padding:20px; text-align: center;}
.pro-sec2-content img { position: static; margin-top:10px; max-width: 160px;}

/*==========CART===========*/
.summry-lft{width: 100%}
.cart-frm{ padding:30px 0;}
.cart-box1{font-size: 16px;}
.one{ text-align:left;width: 50%;}
.two, .three, .four {width: 23%;}
.two{display: none;}
.cart-prd1, .cart-prd2, .cart-prd3{ width:50px;top: 7px;}
.cart-remv{ left: 0px; width: 20px; top: 0; z-index: 99;}
.cart-prdname {    padding: 0 0px 0 20px; font-size: 20px; line-height: 20px;}
.cart-prdname .pd-bx{ display:none;}
.span3{font-size: 18px;line-height: 20px;}
.span2 {font-size: 14px;line-height: 18px;}
.unit-price, .sub-total{font-size: 14px;line-height: 22px;}

.card-box3{display: flex;flex-wrap: wrap;flex-direction: column-reverse;padding: 0px 0; width: 100%;}
.ship-time{ width:100%;}
.card-box3rgt{ width:100%;}
ul.cart-prclist li{ padding:5px 10px; font-size:16px;}
ul.cart-prclist li:last-child{padding:7px 10px;}
ul.cart-prclist li span.span2{ font-size:18px;}
.submit-btn{font-size: 25px;line-height: 29px;padding: 12px 20px 12px; letter-spacing:0.5px;}
.secure{ width:220px;}
.trm{ font-size: 13px; line-height: 21px;}

.continue-shpbtn, .proceed-chkbtn, .continue-brwbtn, #browse{margin: 0px 0px 0 0;padding: 10px 14px;    width: 100%;}
	
.safebox {border-left: 10px solid #ff7800;}
.safebox p{font-size: 22px;line-height: 28px;}
.frmElmnts{width:100%}
	
/*==========CONTACT===========*/
.contact-lft{ width:100%;}
.contact-rgt{width:100%; margin-top:30px;}
.cont-lst{ margin-top:28px;}
.cont-lst li{ font-size:16px; letter-spacing:0.5px; min-height:auto;}
	
	.pop-innr{width:100%; text-align: center}

}

