@charset "utf-8";
/*===========================
CSS FOR MEDIA QUERY
===========================*/
.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fr {float: right;}
.fl {float: left;}
.tc{text-align:center;}

@media only screen and (max-width:1185px) {
.container{width:1004px;}

ul.menu-list li a{ font-size: 16px; line-height: 24px; padding: 0 0px;}
ul.menu-list li { margin-right: 20px;}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.bnr-cont{ width: 54%; padding: 80px 0 95px;}
.bnr-prod{ max-width: 100%; top: 40px; right: -92px;}
.bnr-heading{ font-size: 60px; line-height: 68px;}
.bnr-section{height: auto;}

/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {padding: 30px 0; height:auto;}
.s1-right-head:before { left: 24%;}
.s1-right-head:after { right: 24%;}
.common-heading { font-size: 42px;line-height: 48px;}
.s1-lft { width: 48%; padding: 44px 0;}
.s1-img-1 { width: 450px; max-width: 100%;}
.s2-p1{ font-size:17px;}
ul.sec1-list{ margin-top:25px;}
.bnr-p1-txt { font-size: 20px; line-height: 38px; top: 34%; right: 9%;}
.bnr-p1 { font-size: 42px; line-height: 52px;}

/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {padding: 50px 0;}
.s2-slide-col{ margin: 0px 0px 0px;}
.s2-col-prod{ width:145px;}
.s2-col-icon{ margin-bottom:15px;}
.s2-slide-col span{ font-size: 24px; line-height: 32px; padding-right: 0;}
.common-txt { margin-top: 12px; }
.s2-slide-col a.shop-btn{ margin-top:20px; }
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3{padding: 50px 0;}
.s3-mdright-row { padding: 0px 0px 0px 85px;}
.s3-mdright-row:before { top: 80px; left: 7%;}
.s3-row-img{}
.s3-right-rowHead{ font-size: 24px; line-height: 30px;}
.s3-right-rowHead p{}
.s3-bottom-row{ padding:0 0 10px;}
.s3-midRight { width: 50%;}
.s3-midRight .btnBlk { margin-top: 30px;}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4{ padding: 50px 0;}
.s4-rit { width: 53%; padding-bottom: 0px;}
ul.s4-list{ column-gap:10px;     margin-top: 25px; }
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5{ padding:50px 0;}
.s5-text2{font-size: 20px; line-height: 30px;}
.s5-col-content{ padding:0px;}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.section-6{ padding:50px 0px; }
.faq-section { margin: 30px 0 0; max-width: 880px;}

/*-==============================
CSS FOR CART PAGE
=================================*/
.cart-sec-box-left {width: 63%;}
.cart-sec-box-right {width: 35%;}
.cart-proms-box {padding: 30px 15px;}
.cart-proms-box .s3-ul li {padding: 8px 10px;}

/*-============================
CSS FOR CONTACT PAGE
===============================*/
.cont-pad {width: 90%;}
.contact-ul li {padding: 0 20px;}

/*-======================
CSS FOR CHECKOUT PAGE
=========================*/
.chk-lft {width: 60%;}
.chk-rit {width: 38%;border: 17px solid #dbecf4;}
.chk-box {padding: 30px 25px;height: 731px;}

/*-==============================
CSS FOR THANK YOU PAGE
=================================*/
.thnk-Addressinfo {padding: 10px 0 0;}
ul.user-info {padding: 20px 20px;}
.ty-lft-Address, .ty-rgt-Address {width: 49%;}

.footer {   padding: 30px 0px 0px;}
.footer-text-box { padding: 15px 10px;}
.footer-logo-row-left { width: 47%;}
.footer-logo-row-right { width: 100%;}
.footer-link-row li { font-size: 16px; line-height: 16px;}
.footer-link-row li:after { right:-28px;}
.copyright--logos { width:350px;}
}


@media only screen and (max-width:1023px) {
.container {width: 750px;}
.show-mob, .show-desk {display: none;}
.show-tab {display: block;}

/*-------------------------
CSS FOR LOGO BAR
--------------------------*/
.mob-mnu-ic{
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 13px;
    z-index: 16;
    height: 30px;
}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin-top:4px;
	margin-right:5px;
}
.bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background-color: #737373;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.bar2{margin: 5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#737373;
}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);
	background:#737373;
}	
.mobilemenu{left:0; position:fixed;	top:99px; background:rgba(255,255,255,1); z-index:10; right:0; bottom:0; overflow:scroll; display:none;	border-top:1px solid #acacac;}
.mobimenu-top{ top:70px;}	
.mobilemenu li{float:left;	width:100%;	text-align:left; border-bottom:1px solid #ddd;}
.mobilemenu li a{float:left; width:100%; padding:17px 20px;	font-size:18px;	color:#000;}	
.mobilemenu li a:hover{color:#000;}
ul.menu-list{ display:none;}
.logo { max-width: 180px;}
.nav-sec{height: 70px; margin-top: -70px; top: 70px;}
.top-fix-bar{margin-bottom: 70px;}

/*-----------------------
CSS FOR BANNER
-------------------------*/
.bnr-section{ height:auto; background-size:cover; padding:40px 0;}
.bnr-cont{ width: 58%; padding: 0;}
.bnr-heading1 { font-size: 24px; line-height: 30px;}
.bnr-heading{ font-size: 44px; line-height: 50px;}
.bnr-para{ font-size: 18px;line-height: 28px;}
.bnr-list{ margin-top:30px;}
.bnr-list li{ padding:0 14px 0 50px;}
.bnr-list li:nth-child(2){ margin: 0 2.5%;}
.bnr-prod { top: 10px; right: -55px; width: 450px;}
.bnr-list li p{font-size: 16px; line-height: 24px;}
.bnr-list li img{max-width: 42px;}
.bnr-section .btnBlk { margin-top: 28px;}
.btnBlk { width: 268px;}
a.shop-btn { height: 50px; font-size: 20px; line-height: 50px;}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {padding:30px 0px;}
.common-heading { font-size: 35px; line-height: 40px;}
.common-para{ font-size: 18px; line-height: 28px;}
sec1-mid{ max-width:540px;}
.s1-img{ max-width:100%;}
.s1-right{ width:100%; margin-top:0px;}
.sec1-mid{margin: 0px 0px;}
.s1-right-head:before, .s1-right-head:after { left: 11%; width: 156px;}
.s1-right-head:after { left:auto; right:11%; }
ul.s1-right-list li p { font-size: 16px; line-height: 26px;}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 { padding: 40px 0;}
.s2-ul { margin: 40px 0 0; column-gap: 15px;}
.s2-slide-row{ padding:0 0px;}
.s2-slide-col{width:48%; margin: 0px 0px 0px;}
.box_left{ width:100%;}
.box_right{ width:100%;}
ul.s2-col-list li{ font-size:16px;}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3{ padding:40px 0;}
.s3-mid{ float:none; display:inline-block; vertical-align:top; max-width:100%; text-align:center;}
.s3-midLeft{ width:100%; max-width:100%;}
.s3-midRight{ width:100%; margin-top: 20px; text-align: center;}
.s3-right-rowHead { font-size: 22px; line-height: 28px;}
.s3-mdright-row { width: 86%;}
.s3-mdright-row:before{ left:5%;}
.s3-rgt-cont-text { font-size: 17px; line-height: 27px;}
img.s1-video-img{ margin:0px 0px;}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4{ height:auto; padding: 40px 0;}
.s4-rit{ width:100%; float:none; display:inline-block; text-align:center; padding:0px 0px; }
img.s4-product{ position:static; display:inline-block; margin: 15px auto 0px; max-width: 360px; }
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5{ padding:40px 0;}
.s5-text1{font-size: 16px; line-height: 24px;}
.sec5-row{margin-top: 26px; row-gap:15px; justify-content: center; column-gap: 15px; margin-bottom:0px; }
.sec5-col { width: 37%;}

/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.section-6 { padding: 40px 0px; }
.s6-left{ width:100%;}
.faq-section{ width:88%;}
.accordion{ font-size:20px; }


/*-=======================
CSS FOR CONTACT PAGE
==========================*/
.cont-pad {width: 100%;}
.contact-ul li {padding: 0 10px;}

/*-========================
CSS FOR CHECKOUT PAGE
==========================*/
.crt-from-sec{padding-right: 20px;}
.crt-frm1, .crt-frm2{width:100%;}
.summary {width: 44%;padding-left: 4%;}
.cart-prd1, .cart-prd2, .cart-prd3{width: 70px;}
.cart-prdname{ }
.cart-prdname {	/*padding: 30px 0 30px 73px;*/	font-size: 18px;}

.continue-shpbtn, .proceed-chkbtn {font-size: 18px; line-height: 26px;}
.unit-price, .sub-total {font-size: 18px; line-height: 26px;}
.cart-box2 .four {width: 20%;}

.safebox {/*padding: 0 0 0 80px;*/}
.safe-head {font-size: 24px; line-height: 28px;}
.safe-iconbox, .safe-iconbox2 {width: 54px; height: 62px; background-size: 37px;}
.sameas {font-size: 15px; line-height: 28px; margin: 13px 1% 0 1%;}
.submit-btn {padding: 10px 0px;   margin-top: 0px;   font-size: 20px;   letter-spacing: 0;}
.weaccept {	font-size: 16px; line-height: 30px; text-align: center; margin: 0 0 10px;}
.weaccept span.span1 {}
.cards {/*width: 163px;*/}
.paypal {width: 93px;}
.contact-us .pro-p1 {width: 100%;}
.contact-us {padding-bottom: 50px;}
.cont-lst li {font-size: 16px;}
.contact-btm {min-height: 290px; background-size: 1200px;}
.contact-btm img {max-width: 600px;}

a.show-btn { float: left;  margin: 16px 0 0 0;}
.shop-s3-img1 { display:inline-block; max-width:400px; vertical-align:top; float:none;}
.shop-s3-img1 img{ max-width:240px;}
img.shop-slide { max-width: 240px;}

/*-======================
CSS FOR THANK YOU PAGE
========================*/
.thnk-rit-price-row {width: 48%;}
.thnk-Addressinfo {padding:0px 0 0;}
.sh-heading {font-size: 31px; line-height: 38px;}
ul.user-info li { font-size: 18px; line-height: 23px;padding-left: 105px;}
ul.user-info {padding: 10px 10px;border: 5px solid #dbecf4;}

.shop-s3-img{ max-width:100%; margin-top:20px;}
.shop-s3-img img{ max-width:320px;}

.footer-text-box { padding: 15px 20px;}
.footer-top-text { font-size: 13px; line-height: 19px; font-weight: 300;}
.footer-logo-row { margin-top:20px;}
.footer-logo-row-left { width: 46%;}
.footer-logo { width: 180px;}
.footer-logo-text { margin-left: 10px; padding-left: 15px; font-size: 12px; font-weight: 300;}
.footer-logo-row-right { width: 100%;}
.footer-logo-row-right li:first-child { }
.footer-logo-row-right li img { width: 18px; margin-right: 5px;}
.footer-logo-row-right li a { }
.footer-link-row { padding: 20px 0;}
.footer-link-row li { font-size: 16px; line-height: 22px;}
.footer-link-row li:after { right: -18px;}
.ftr-desc { width: 31%;}

.copyright-section { padding: 20px 0;}
.copyright--text { font-size: 14px;}
.copyright--logos { width: 300px;}

}


@media only screen and (max-width:767px) {
.container {width: 100%;padding: 0 10px;max-width: 600px;}
.show-desk, .show-tab, .hideMob {display: none;}
.show-mob {display: block;}

/*-------------------------
CSS FOR LOGO BAR
--------------------------*/
ul.topbar-cont{ float:none; display:inline-block; vertical-align:top; text-align:center; padding:0 7px;}
ul.topbar-cont li{ float:left; margin-right:0; letter-spacing:0.2px;}
ul.topbar-cont li img{margin: 0px 2px 0 0;}
ul.topbar-cont li:last-child{ float:right;}
.mob-mnu-ic{ top:2px; right:15px;}
.mobilemenu{ top:50px;}
.mobimenu-top{ top: 50px;}

.header{ height: 30px; padding: 9px 0;}
.header-items li{ font-size: 11px; line-height: 11px; padding: 0px 10px;}

.top-fix-bar{ margin-bottom:50px;}
.nav-sec{ height:50px; margin-top: -50px; top: 50px; padding:13px 0;}
.logo{width: 130px; margin-top: -2px;}
.nav-rgt{ margin: 2px 40px 0 0;}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.bnr-section{ padding:30px 0; text-align:center;}
.bnr-cont{ width: 100%; text-align: center; float: none; display: inline-block; max-width: 355px; padding: 0px 0px;}
.bnr-heading1 { font-size: 22px; line-height: 28px; padding: 0px 0px 10px;}
.bnr-heading1:before{ left:50%; transform:translateX(-50%); top: 35px;}
.bnr-heading{ font-size: 28px; line-height: 36px; margin-top: 3px;}
.bnr-para{ font-size:16px; line-height:24px; margin-top:10px; padding:0 0px; width:100%;}
.bnr-prod{ display:none;}
.bnr-prod-mob{ float: none; width: 100%; display: inline-block; margin: 15px 0 0 0px;}
.bnr-list{ margin-top:10px;}
.bnr-list li{ width:33.33%; padding:0; text-align:center;}
.bnr-list li img{ position:static; margin:0 auto 7px; display:block; max-width: 40px;}
.bnr-list li p{ font-size: 16px; line-height: 22px;}
.bnr-list li:nth-child(2){ margin:0;}
.bnr-section .btnBlk{ margin-top: 20px;}
.btnBlk{ margin-top:20px;}
a.shop-btn{ height: 48px; line-height: 48px; font-size: 20px;}
.mbg-txt{ font-size:15px; line-height:16px;}

/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {padding: 30px 0;}
.common-heading { font-size: 26px; line-height: 34px;}
.common-para{font-size: 16px; line-height: 24px; margin-top:10px;}
.sec1-mid{ margin:0px 0 0;}
.s1-right-head{ font-size: 17px; line-height: 18px;}
.s1-right-head span{ padding:0 8px;}
.s1-right-head:before, .s1-right-head:after { top:8px; left: 5%; width: 62px;}
.s1-right-head:after{ left:auto; right:5%;}
.s1-icon{  width: 50px; margin: 0 auto 10px;}
ul.s1-right-list { justify-content: center; margin-top: 20px; row-gap:15px; column-gap:12px; }
ul.s1-right-list li{ padding:0px 0 0px; width:31%;}
ul.s1-right-list li p{ font-size:16px; line-height:24px;}
ul.s1-right-list li:after{ bottom:10px; top:10px;}
ul.s1-right-list li:nth-child(3):after, ul.s1-right-list li:nth-child(6):after{ display:none; }
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {padding: 30px 0;}
.s2-slide-row{ padding:0; margin-top:15px; justify-content: center;}
.s2-slide-col{ width:100% !important; margin:0px 0 0; padding:15px 15px 18px;/*display: flex;align-items: center;*/ max-width:355px; }
.s2-mob-resp{ float:left; width:100%; text-align: center;}
.s2-slide-col span{ padding: 0; font-size: 22px; line-height: 26px; min-height: auto; margin-bottom: 10px; text-align: left;}
.s2-slide-col span:after{ display:none;}
a.shopBtn{ width:120px; text-align:center; font-size:12px; height:30px; line-height:32px; margin-top:10px; border-radius:5px;}
.shop-arrow{ width:14px; margin:-1px 0 0 10px;}
.s2-col-prod{ position:static; float: none; display:inline-block; }
.s2-col-icon { margin-bottom: 0; max-width: 140px;}
.s2-slide-col a.shop-btn { height: 46px; font-size: 16px; margin-top: 10px; line-height: 46px;}
.s2-slide-col p{width: 100%; font-size: 16px; line-height: 24px; min-height:auto;}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 { padding: 30px 0;}
.s3-mid{ margin-top: 0px; max-width: 355px;}
.s3-video-img{ height:auto;object-fit:cover;}
.s3-row-img{ width: 60px; position: static; display: block; margin: 0 auto 10px;}
.s3-right-rowHead{ font-size: 20px; line-height: 28px; background-size: 16px; padding:0px 0px 0px; }
.s3-right-rowHead.active{ background-size:16px;}
.s3-right-rowHead p{ width: 100%; padding: 0; float: none; display: inline-block; text-align: center;}
.s3-rgt-cont-text{ margin-top:10px; font-size: 16px; line-height: 26px;}
.s3-right-rowHead img{ max-width:36px;}
.s3-midRight { width: 100%; margin-top: 0px;}
.s3-midRight-lst { margin-top: 20px; justify-content: center; row-gap: 20px;}
.s3-mdright-row{ width:100%; max-width:355px; text-align:center; box-shadow:0px 0px 5px #bbb; padding: 20px 20px; border-radius:10px 10px; }
.s3-mdright-row:before{ display:none; }
.s3-midRight .btnBlk { margin-top: 16px;}
.s1-video-img-mob{ display:inline-block; vertical-align:middle; margin:15px 0px 0px; max-width:100%; }
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4{ padding: 30px 0; text-align:center; }
.s4-left{ width: 100%; text-align: center; float: none; display: inline-block; max-width: 355px;}
.s4-product{ position:static; display:inline-block; vertical-align:top; margin-top:25px; max-width:320px;}
img.s4-product { max-width: 100%;}
ul.s4-list { margin-top: 20px; justify-content: center; row-gap:20px; column-gap:10px; }
ul.s4-list li{ width: 100%; max-width: 355px; text-align: center; font-size: 16px; line-height: 24px; padding: 15px 20px;}
ul.s4-list li img{ margin:0px auto 10px; }
/*------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {padding: 30px 0;}
.s3-text2{ font-size:22px; line-height:28px;min-height: auto;}
.s3-text3{ margin-top:20px;}
.sec5-col{ width: 100%; text-align: center; max-width: 280px; padding: 180px 18px 35px; height:auto; }
.sec5-row{ row-gap:20px; justify-content: center; margin-top: 20px;}
.s5-text2 { font-size: 20px; line-height: 28px;}
.s5-text1 { font-size: 16px; line-height: 26px;}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.section-6{ padding:30px 0 30px;}
.s6-left{ width:100%; text-align:center;}
.faq-section{ width:100%; margin-top:20px;}
.acdn-content{ padding:0 0 0px 0;}
.acdn-para{ font-size:16px; line-height:24px;}
ul.acdn-list{ padding-left:0;}
ul.acdn-list li{ font-size:15px; line-height:20px;}
.accordion{ font-size: 18px; padding: 10px 25px 10px 0; line-height: 26px;}
.section-6 .btnBlk{ margin:10px auto 0;}
.faq-slide-row-open, .faq-slide-row{padding: 5px 12px 15px;}
.faq-slide-row{margin-bottom: 10px;}


/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer {padding: 25px 0;}
.f-p1 {    font-size: 16px; line-height: 24px; padding-bottom: 19px; margin: 10px 0 10px;}
.f-p1 a, .f-p1 a:hover {padding: 0 0;}
.f-p2 {width: 100%;padding: 3px 0;}
.f-p2 a, .f-p2 a:hover {padding: 0 1px;}
.foo-logo{max-width: 130px;}


/*-============================
CSS FOR CART PAGE
===============================*/
.cart-frm {padding: 20px 0 27px 0;}
.card-box3rgt {float: left; width: 100%;}
.cart-box1 {font-size: 17px; line-height: 22px; padding: 10px 0;}
.one {padding: 0 0 0 12px; position: relative;}
.cart-prd1 { width: 62px; height: 60px;}
.summary .span3 .summry-qty{left: 15px;}
.cart-prdname {	padding: 0px 0 0 10px; font-size: 17px;}
.summary .cart-prdname {  padding: 0px 0 0 12px;}
.cart-remv{top:23px;}
.unit-price, .sub-total {font-size: 18px; line-height: 22px;}
ul.cart-prclist li {font-size: 18px; line-height: 32px; padding: 10px;}
.continue-shpbtn, .proceed-chkbtn {float: left; width: 100%;  }
.continue-shpbtn img, .proceed-chkbtn img {	margin: 0 0 -4px 1px;}
.card-box3 {padding: 15px 5px;}

.crt-from-sec {padding: 20px 0 20px;  width: 100%;  border: none;}
.safe-head{ margin-top:0;}
.crt-frm1, .crt-frm2 {width: 100%; float: none; margin: 30px auto 0 auto; display: inline-block;}
.safe-iconbox, .safe-iconbox2 {width: 47px; height: 62px; background-size: 32px;}
.safebox {/*padding: 0 0 0 71px;*/}
.cards, .paypal {}
.sameas {font-size: 16px; line-height: 28px;}
.payment-cards-box{padding-left:10px;}

/*=======================
CSS FOR CONTACT PAGE
========================*/
.contact_section{ padding:30px 0;}
.contct_sub_text{ letter-spacing:0.3px; margin-top:20px;}
.contact_box{ margin-top:20px; max-width:375px;}
.contact_box_details{ width:100%; padding:15px 20px 20px;}
ul.contact_details_list li{ padding-left:60px; margin-top: 10px;}
ul.contact_details_list li img{ width:45px; top:3px;}
ul.contact_details_list li p{ font-size:16px; line-height:25px; margin-top:5px;}
ul.contact_details_list li span{ font-size:20px; padding:0;}

.contact_message_box{ width:100%; padding:25px 20px 30px;}
.form_element.half{ width:100%;}
.contact_send_btn{ margin-top:25px;}
.cancel-sub{ width:100%;}


/*===========================
CSS FOR CHECKOUT PAGE
=============================*/
.chk-rit {width: 100%;margin-top: 20px;padding: 15px 10px 20px;}
.chk-box {padding: 15px 10px;}
.chk-lft {width: 100%;}
.chk-lft-ul li {width: 48%;margin-right: 1%;}
.chk-ship-btn-row {margin: 0px 0 0;}
.chk-ship-btn-row .shop-btn {width: 100%;padding: 11px 10px;}
.chk-rit .cart-proms-box .s3-ul {margin: 0 0 20px;}
.chk-prc-ord-box {border: 4px solid #dbecf4;margin-bottom: 20px;padding: 12px 10px;}
.summry-drower {float: left;width: 100%;}
#summry-tog:after {content: '';position: absolute;right: 0px;top: 5px;
	height: 13px;
	width: 13px;
	background: url(../images/tab-plus.png) no-repeat center center;
	background-size: 100%;
	transition: transform 0.375s linear;
	}
.chk-p2 {position: relative;}
#summry-tog.open:after {transform: rotate(135deg);}
.chk-ord-box-2 {padding: 0;}
.chk-total {padding: 6px 5px;}
.chk-info-chng-box table td {font-size: 15px;line-height: 21px;padding: 10px 5px;}
.cart-sec1{ padding: 0 0 0px 0;}
.summary{width: 100%; padding-top: 0px; text-align: center; padding-left:0;}
.summary .logo { width: 180px;  margin-top: 10px;
}
.viewBx p{ }
.frmfld-30{ width:100%;     margin: 0 0 8px 0;}
.frmfld-30:last-child{ width:100%;}
.safe-head span{ font-size:16px;}
.viewBx{ margin:10px 0;}
.summary .summry-lft-hdr{ font-size:20px;}


/*===============================
CSS FOR THANK YOU PAGE
================================*/
.thank-section-1 {padding: 10px 0 30px;}
.thank-p1 {font-size: 25px;line-height: 30px;margin: 20px 0 -14px;}
.thank-ord {padding: 18px 2px;font-size: 18px;line-height: 24px;}
.thank-ord p{width:100%;text-align:left;padding:4px 0;}
.thank-dtl-box .cart-col-1 {padding: 0 0 0 5px;}
.thank-dtl-box .cart-col-4 {padding: 0 5px 0 0;}
.thank-dtl-box .cart-heading-row {font-size: 16px;line-height: 40px;}
.thank-dtl-box .cart-col-3 {display: inline-block;}
.thank-dtl-box .cart-col-1 {width: 40%;}
.thank-dtl-box .cart-col-2, .thank-dtl-box .cart-col-3, .thank-dtl-box .cart-col-4 {width: 20%;}
.thank-dtl-box .cart-prd-row {padding: 10px 0;}
.thank-dtl-box .cart-prd-name {padding: 0 0 0 0;}
.thnk-rit-price-row {width: 100%;}
.thnk-rit-price-row .cart-rit-price {font-size: 18px;padding: 12px 3px;}
.thank-dtl-box {margin: 20px 0 0px;}
.sh-heading {font-size: 26px;line-height: 32px;}
.ty-lft-Address, .ty-rgt-Address {width: 100%;}
.ty-rgt-Address {margin:25px 0 0;}
.thnk-rit-price-row .cart-prc-spn {text-align: right;width: auto;}

img.ftr-logo{max-width:120px}

.footer-logo-row { flex-direction:column; margin-top:0px; row-gap: 10px;}
.footer-logo-row-left { width:100%; text-align:center;}
.footer-logo {display: block; margin: 0 auto 10px; width: 150px;}
.footer-logo-text { margin:15px 0 0; padding-left:0; border-left:none; float:left; width:100%;}
.footer-logo-row-right { width:100%; text-align:center; margin-top:10px;}
.footer-logo-row-right li img { margin-right: 3px;width: 14px;}
.footer-logo-row-right li:first-child { margin-right: 7px; padding-right: 10px;}
.footer-link-row li:after {right: -8px;}
.footer-link-row {  padding: 5px 0;  flex-wrap: wrap;  column-gap: 15px;  row-gap: 2px; justify-content: center; width: 100%;}
.ftr-desc{ width:100%;}
.ftr-links-col, .ftr-links-col2, .ftr-links-col3{ width:100%;}

.copyright-section { padding: 15px 0;}
.copyright-row { flex-direction: column-reverse; row-gap:10px;}
.copyright-text { width:100%; text-align:center;}
.copyright-logos { width: 150px;}

}
@media only screen and (max-width: 640px) {
.cart-frm {padding: 0 0 14px;}
.cart-box1 {font-size: 16px; line-height: 17px; margin: 10px auto 0 auto; padding: 5px 5px;}
.cart-box2 {padding: 5px 5px;}
.crt-frm1, .crt-frm2 {margin: 0px 0 0 0 !important;}
.one {padding: 0 0 0 8px; width: 54%;}
.two, .three, .four {width: 17%;}
.cart-box2 .four {width: 19%;}
.cart-remv {top: 4px; left: 0;}
.two{ display:none;}

.cont-lst li {width: 100%; margin: 0 0 10px 0;font-size: 14px; line-height: 20px;}
.frm1, .frm2{padding: 5px 0px;}
.frmElmnts label{ font-size: 18px;  line-height: 20px;}
.span3{font-size: 16px; line-height: 23px;}
}

