@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Poppins';
	}
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; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}


/*-----------------------
	MAIN CSS font
------------------------*/

@font-face {
    font-family: 'Poppins';
    src: url('Poppins.woff2') format('woff2'),
        url('Poppins.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Light.woff2') format('woff2'),
        url('Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-BoldItalic.woff2') format('woff2'),
        url('Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBold.woff2') format('woff2'),
        url('Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.overflow{
	overflow:hidden;
}

.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

/*-----------------------
TOP STRIP
------------------------*/
.top{
	float:left;
	width:100%;
	background:#affbfd;
	padding:12px 0 8px;
	height:37px;
	}
.top p{
	font-size:15px;
	line-height:17px;
	color:#15286f;
	font-weight:600;
	text-transform:uppercase;
	}
.top p img{
	display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0 0;
	}

/*-----------------------
HEADER CSS
------------------------*/
.header{
	float:left;
	width:100%;
	padding:14px 0;
	background:#1f284f;
}
.logo{
	float:left;
	margin-top:1px;
	width: 225px;
}
ul.bredcrumb{
	float:right;
	max-width:340px;
	width:100%;
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	position:relative;
	margin-top:5px;
}
ul.bredcrumb:before, ul.bredcrumb:after{
	content:'';
	position:absolute;
	left:35px;
	top:9px;
	right:35px;
	border-top:1px solid #b6b6b6;
}
ul.bredcrumb:after{border-top:1px solid #1ac004;}
ul.bredcrumb li{
	color:#fff;
	font-size:15px;
	line-height:15px;
	font-weight:500;
	text-transform:uppercase;
	position:relative;
}
ul.bredcrumb li:before{
	content:'';
	width:9px;
	height:9px;
	background:#b6b6b6;
	border-radius:50%;
	display:block;
	margin:0 auto 10px;
	position:relative;
	border:5px solid #1f284f;
	z-index:1;
}
ul.bredcrumb li.active{font-weight:bold;}
ul.bredcrumb li.active:before{background:#1ac004;}
.checkout-pg ul.bredcrumb:after{width:25%;}

/*-----------------------
INNER CONTENT CSS
------------------------*/
.inr-cont{
	float:left;
	width:100%;
	padding:30px 0 50px;
}
.inr-cont-lft{
	width:57.26%;
	float:left;
	margin-top:20px;
}
.comn-bx{
	float:left;
	width:100%;
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
	text-align:left;
	margin-top:20px;
}
.cmn-bx-hd{
	float:left;
	width:100%;
	background:#f0f6ff;
	padding:15px 20px;
}
.cmn-bx-hd p{
	float:left;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	color:#000;
}
.comn-bx-cont{
	padding:20px 20px 30px;
	float:left;
	width:100%;
}
.incl-tx{
	font-size:17px;
	line-height:21px;
}
.incl-tx span{font-weight:600;}
.cmn-bx-strp{
	background:#fff8ca;
	border-radius:100px;
	padding:5px 15px;
	margin-top:20px;
}
.cmn-bx-strp img{
	width:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.cmn-bx-strp p{
	width:calc(100% - 40px);
	display:inline-block;
	vertical-align:middle;
	font-size:17px;
	line-height:20px;
	font-weight:500;
}

/* ---------------------------- */
.pck-opt-sec{
	float:left;
	width:100%;
	/* margin-top:15px; */
}
.pck-opt{
	display:flex;
	-webkit-display:flex;
	padding:15px;
	border-radius:10px;
	position:relative;
	margin-top:15px;
	cursor:pointer;
	box-shadow:0px 0px 0px 1px #bababa;
}
.pck-opt.active{box-shadow: 0px 0px 0px 3px #00b763;}
.pck-opt-btn{
	width:7%;
}
.pck-rad{
	opacity:0;
	position:absolute;
}
.pck-rad + .rad-icn{
	width:25px;
	height:25px;
	border:1px solid #aeaeae;
	float:left;
	border-radius:5px;
	margin-top:4px;
}
.pck-rad:checked + .rad-icn{
	border:1px solid #000000;
	position:relative;
	background:url(../images/opt-tick.png) center center no-repeat; 
	background-size:65%;
}
.pck-opt-prd-bx{
	display:flex;
	-webkit-display:flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:calc(100% - 7%);
}
.pck-opt-prd-info{
	width:48.61%;
}
.pck-prd-nm{
	font-size:24px;
	line-height:32px;
	font-weight:bold;
}
.pck-prd-nm span{
	color:#00b763;
}
.pck-prd-cut-prc{
	font-size:20px;
	line-height:30px;
	color:#a3a5b0;
	margin-top:10px;
}
.pck-prd-cut-prc span{
	position:relative;
}
.pck-prd-cut-prc span:before{
	content:'';
	position:absolute;
	left:0;
	top:15px;
	width:100%;
	border-top:1px solid #f00;
	transform:rotate(-10deg);
	-webkit-transform:rotate(-8deg);
	opacity:1;
}
.pck-prd-prc{
	font-size:20px;
	line-height:28px;
	font-weight:500;
	color:#1f284f;
}
.pck-prd-prc span{
	font-size:30px;
	line-height:32px;
	font-weight:700;
}
.pck-prd-sh{
	font-size:16px;
	line-height:20px;
	color:#1f284f;
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
}
.pck-prd-sh img{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	margin:0 0 0 5px;
}
.pck-opt-prd{
	width:51%;
	position:relative;
}
.label-text{
	font-size:14px;
	line-height:20px;
	background:#1f284f;
	color:#fff;
	position:absolute;
	right:0;
	top:-54px;
	border-radius:100px;
	padding:5px 15px;
	font-weight:500;
}
ul.prd-lst{
	display:flex;
	-webkit-display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	text-align:center;
	float:left;
}
ul.prd-lst3{
	display:inline-block;
	vertical-align:top;
}
ul.prd-lst li{
	width:50%;
	display:inline-block;
	vertical-align:top;
}
ul.prd-lst li img{
	max-width:130px;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.pck-seal{
	width:72px;
	height:72px;
	background:#fff000;
	border-radius:50%;
	border:2px solid #fff;
	font-size:16px;
	line-height:18px;
	text-transform:uppercase;
	color:#000;
	text-align:center;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	font-weight:bold;
	padding-top:15px;
	position:absolute;
	left:-20%;
	top:-20px;
}

.size-hd{
	font-size:17px;
	line-height:21px;
	font-weight:600;
	float:left;
	width:100%;
	margin-top:20px;
}
ul.size-lst{
	margin-top:5px;
	float:left;
	width:100%;
}
ul.size-lst li{
	width:calc(50% - 20px);
	float:left;
	margin:5px 10px;
	border-radius:5px;
	padding:0 10px;
	height:42px;
	display:flex;
	-webkit-display:flex;
	align-items:center;
	-webkit-align-items:center;
	text-align:center;
	box-shadow:0px 0px 0px 1px #bababa;
	cursor:pointer;
	position:relative;
}
ul.size-lst li label{
	width:100%;
	cursor:pointer;
}
.size-rad-btn, .color-rad-btn{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
	cursor:pointer;
}
ul.size-lst li.active{box-shadow:0px 0px 0px 3px #1f284f;}
ul.size-lst li p{
	font-size:17px;
	line-height:21px;
	width:100%;
}

.mt-0{margin-top:0px;}
.inr-btn-bx{
	display:inline-block;
	vertical-align:top;
	margin-top:35px;
	width:100%;
	text-align:center;
}
.button-caption {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #15204e;
    text-transform: uppercase;
    position: relative;
}
.inr-btn, .inr-btn:hover{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#00b763;
	height:68px;
	color:#fff;
	text-transform:uppercase;
	border-radius:8px;
	font-size:24px;
	line-height:72px;
	font-weight:bold;
	text-align:center;
	font-family: 'Poppins';
	-webkit-appearance:none;
	border:none;
	outline:none;
	cursor:pointer;
	margin:5px auto 11px;
    padding: 0;
}
.button-text {
    float: left;
    width: 100%;
    font-size: 11px;
    line-height: 15px;
    color: #000;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 500;
}
.button-text span {
    display: inline-block;
    vertical-align: top;
}
.button-text span:first-child {
    padding-left: 15px;
    position: relative;
}
.button-text span:first-child:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0fae5a;
    animation: blinker 1s infinite ease-in-out;
}
.hourglass{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 2px 0 3px;
	width:10px;
	}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}	

.hourglass{
	animation:rotate 2.5s  ease-in-out forwards infinite 
	}
@keyframes rotate{
0%{transform:rotate(0)}
50%{transform:rotate(180deg)}
100%{ transform:rotate(180deg)}
} 

.step2{max-width:100%;}

.inr-cont-rgt{
	width:36.75%;
	float:right;
	margin-top:20px;
}
.inr-rgt-prd-info{
	display:flex;
	-webkit-display:flex;
	align-items:center;
	-webkit-align-items:center;
	border-bottom:1px solid #dbdbdb;
	padding:0 0 20px;
}
.prd-info{
	width:50%;
	text-align:left;
}
.prd-nm{
	font-size:22px;
	line-height:30px;
	font-weight:600;
	color:#2e3b6e;
}
.prd-tx{
	font-size:11px;
	line-height:18px;
	background:#fa924c;
	color:#fff;
	display:inline-block;
	vertical-align:top;
	padding:1px 10px 0;
	margin-top:10px;
}
.chk-rgt-prd{
	width:50%;
}
.chk-rgt-prd img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
ul.cont-rgt-lst{
	float:left;
	width:100%;
	margin-top:15px;
}
ul.cont-rgt-lst li{
	font-size:20px;
	line-height:30px;
	font-weight:500;
	background:url(../images/bnr-bult.png) left 3px no-repeat;
	float:left;
	width:100%;
	background-size:20px;
	text-align:left;
	margin-top:10px;
	padding-left:35px;
}
.risk-fr-bx{
	float:left;
	width:100%;
	background:#fcf4e8;
	padding:15px 12px 15px 90px;
	margin-top:25px;
	position:relative;
	font-size:15px;
	line-height:22px;
	font-weight:500;
	border-radius:5px;
	text-align:left;
}
.rsk-fr-seal{
	position: absolute;
    left: 18px;
    top: 18px;
}
.comment-bx{
	float:left;
	width:100%;
	margin-top:20px;
}
.rev-hd{
	font-size:20px;
	line-height:24px;
	font-weight:600;
	color:#243060;
	border-top:1px solid #ccc;
	margin:30px 0 0;
}
.rev-hd span{
	display:inline-block;
	vertical-align:top;
	margin-top:-12px;
	background:#fff;
	padding:0 20px;
}
.comment-bx-col {
    background:#fff;
	border-radius:6px;
	padding:25px 0;
	text-align:left;
	border-bottom:1px solid #dbdbdb;
}
.comment-bx-col:last-child{border-bottom:none; padding-bottom:0px;}
.t-star{
	display:block;
	margin:0 0 0;
	}
.t-txt1{
	font-size:17px;
	line-height:27px;
	color:#000000;
	margin-top:20px;
	}	
.t-txt2{
	font-size:12px;
	line-height:20px;
	color:#000000;
	margin-top:20px;
	}	
.t-txt2 img{
	display:inline-block !important;
	vertical-align:middle;
	margin:-2px 0 0 4px;
	}		
.t-txt2 span{
	color:#122e4b;
	display:block;
	font-weight:600;
	font-size:16px;
	padding-bottom:5px;
	}

/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
	text-align:center;
	background:#2e3b6e;
    padding: 40px 0;
	}
.ftr-logo{
	margin:0 auto 20px;
	display:block;
	width:225px;
	}	
.ftr-txt{
    font-size: 14px;
    line-height:20px;
    color: #fff;
	letter-spacing:0.5px;
	margin-top:10px;
	font-weight:300;
	}	
.footer .ftr-txt a{
    padding: 0 5px;
    color: #fff;
	font-weight:300;
	}


/*-----------------------
SHIPPING PAGE CSS
------------------------*/
.shipping-pg ul.bredcrumb:after {
    width: 60%;
}
.inp-fld, input.inp-fld, select.inp-fld{
	width:100%;
	float:left;
	height:60px;
	font-family: 'Poppins';
	border:1px solid #ccc;
	border-radius:5px;
	padding:0 15px;
	outline:none;
	-webkit-appearance:none;
	margin-top:12px;
	font-size:18px;
	line-height:22px;
	background:#fff;
	color:#000;
}
.delvry-tx{
	font-size:17px;
	line-height:22px;
	color:#192554;
	text-align:left;
	margin-top:30px;
	display: inline-block;
    vertical-align: top;
    text-align: center;
}
.delvry-tx p{
	display: inline-block;
    vertical-align: middle;
}
.delvry-tx span{
	font-weight:600;
}
.shp-icn{
	width:34px;
	margin-right:8px;
	display: inline-block;
	vertical-align: middle;
}
.secur-bx{
	display:inline-block;
	vertical-align:top;
	max-width:350px;
	with:100%;
	margin:30px auto 0;
}
.secur-tx{
	font-size:14px;
	line-height:20px;
	font-weight:500;
	color:#000;
	border-top:1px solid #192554;
}
.secur-tx span{
	background:#fff;
	display:inline-block;
	vertical-align:top;
	padding:0 12px;
	margin-top:-10px;
}
.secur-img{
	width:100%;
	display:block;
	margin:0 auto;
}

/*-----------------------
PAYMENT PAGE CSS
------------------------*/
.pay-cards{
	width:180px; 
	float:right;
}
.pay-pal-btn-bx{
	border:2px solid #d4d4d4;
	float:left;
	width:100%;
	text-align:center;
	padding: 0 18px 18px;
	margin-top:20px;
}
.exp-tx{
	font-size:17px;
	line-height:21px;
	background:#fff;
	padding:0 20px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin-top:-12px;
}
.pay-pal-btn, .pay-pal-btn:hover{
	height:65px;
	background:#f6c657;
	border-radius:5px;
	-webkit-appearance:none;
	outline:none;
	border:none;
	display:inline-block;
	vertical-align:top;
	width:100%;
	cursor:pointer;
    padding: 0;
}
.pay-pal-icn{
	width:140px;
}
.or-tx{
	float:left;
	width:100%;
	border-top:1px solid #c8c8c8;
	text-align:center;
	margin-top:60px;
}
.or-tx span{
	font-size:25px;
	line-height:25px;
	padding:0 20px;
	background:#fff;
	display: inline-block;
	vertical-align: top;
	margin-top:-12px;
}
.inp-fld-bx{
	float:left;
	width:100%;
	margin-top:25px;
}
.inp-fld-lbl{
	font-size:18px;
	line-height:22px;
	font-family: 'Poppins';
}
.inp-fld-bx-inr{
	width:49%;
}
.inp-fld-bx-prt2{
	width:100%;
}
.inp-fld-bx-prt2 .inp-fld{
	width:48%;
}
select.inp-fld{
	background:url(../images/sel-opt.png) 98% center no-repeat #fff;
}
.inp-fld.fr{float:right;}
.wht-th{
	font-size:13px;
	line-height:18px;
	color:#5ba0ff;
	margin: 32px 0 0 12px;
	float: left;
	text-decoration:underline;
	cursor:pointer;
}
.inp-fld-bx-inr.fr .inp-fld{width:66%;}

.bump-up-bx{
	float:left;
	width:100%;
	border:1px solid #ffe221;
	border-radius:8px;
	margin-top:60px;
	background:#fffce8;
}
.bump-up-hd{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	vertical-align:top;
	margin-top:-16px;
	border-radius:6px;
	background:#1f284f;
	padding:7px 35px;
}
.bump-up-inr{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	padding:10px 20px;
}
.bump-up-lft{
	width:20%;
	padding:15px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:6px;
	display:flex;
	-webkit-display:flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
}
.bump-up-lft img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
.bump-up-rgt{
	width:75%;
	text-align:left;
	padding:15px;
}
.bumb-up-info{
	font-size:16px;
	line-height:22px;
}
.bump-up-prc{
	padding-top:8px;
}
.bump-up-prc span{
	font-size:20px;
	line-height:24px;
	font-weight:600;
}
.remove{
	font-size:14px;
	line-height:20px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin: 25px 0 0 10px;
}
.rem-icn{
	width:13px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 2px 0 0;
}
.bump-up-prc small{
	color:#a3a3a3;
	font-size:15px;
	line-height:20px;
	font-weight:500;
	text-decoration:line-through;
	padding-left:5px;
}
.bump-btn-bx{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:100%;
}
.bumb-up-btn{
	width:100%;
	background:#00b763;
	color:#fff;
	font-size:18px;
	font-weight:600;
	line-height:45px;
	height:43px;
	float:left;
	text-align:center;
	margin-top:12px;
	max-width:222px;
	border-radius:5px;
}
.bump-up-btm{
	font-size:15px;
	line-height:20px;
	color:#fe0000;	
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	padding:0 15px 20px;
	margin-top:5px;
}
.bump-clk{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-3px 10px 0;
}
.add-bump{
	border:0px solid #ccc;
	padding:0px;
	margin-top:20px;
}
.add-bump-up-prd{
	max-width: 100%;
    scale: 1.2;
}
.add-bump-prc{
	font-size:20px;
	line-height:24px;
	font-weight:600;
}

.odr-sum-bx{
	float:left;
	width:100%;
	text-align:left;
	margin-top:20px;
}
.odr-sum-hd{
	font-size:18px;
	line-height:22px;
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
}
.odr-sum-info{
	float:left;
	width:100%;
	display:flex;
	padding-top:20px;
}
.odr-sum-prd{
	width:20%;
	position:relative;
	text-align:center;
}
.odr-sum-prd-img{
	max-width:100%;
}
.show-qty{
	width:20px;
	height:20px;
	background:#243060;
	color:#fff;
	font-size:12px;
	line-height:20px;
	border-radius:50%;
	text-align:center;
	position:absolute;
	right:-5px;
	top:-5px;
	font-weight:500;
}
.odr-prd-desc{
	width:65%;
	padding-left:15px;
}
.sum-prd-nm{
	font-size:20px;
	line-height:22px;
	font-weight:500;
}
.sum-qty, .sum-size, .sum-color{
	font-size:14px;
	line-height:20px;
	color:#565555;
	width:100%;
	float:left;
	margin-top:8px;
	padding:0;
}
.sum-qty span, .sum-size span, .sum-color span{
	color:#000; 
	font-weight:500; 
	float:left; 
	width: calc(100% - 80px);
} 
.sum-qty small, .sum-size small, .sum-color small{
	font-size:14px; 
	float:left;
	margin-right:10px;
	width:60px;
	position:relative;
} 
.sum-qty small:after, .sum-size small:after, .sum-color small:after{
	content:':';
	position:absolute;
	right:0;
	top:0;
}
.odr-sum-prc{
	width:16%;
	text-align:right;
}
.sum-cut-prc{
	font-size:16px;
	line-height:16px;
	color:#b4b4b4;
	position:relative;
}
.sum-cut-prc:before{
	content:'';
	position:absolute;
	left:0;
	top:10px;
	width:100%;
	border-top:1px solid #f00;
	transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
}
.sum-prc{
	font-size:20px;
	line-height:30px;
	font-weight:600;
	margin-top:0px;
}
.odr-sum-prc-info{
	float:left;
	width:100%;
	margin-top:20px;
}
table.sum-prc-tbl{
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	padding-top:10px;
}
table.sum-prc-tbl tr td{
	font-size:16px;
	line-height:18px;
	padding:8px 10px;
}
table.sum-prc-tbl tr td:first-child{text-align:left;}
table.sum-prc-tbl tr td:last-child{text-align:right; font-weight:500;}
table.sum-prc-tbl tr:last-child td{font-size:16px; line-height:20px;}



@media only screen and (max-width:1200px){
.container{width:1000px;}

.label-text{top:-58px;}
}

@media only screen and (max-width:1023px){
.container{width:750px;}

.inr-cont{padding:30px 0;}
.payment-pg .inr-cont, .shipping-pg .inr-cont{padding:10px 0 30px;}
.inr-cont-lft{margin-top:10px;}
.incl-tx{font-size:16px; line-height:20px;}
.pck-opt{padding:15px;}
.pck-rad + .rad-icn{width:22px; height:22px; margin-top:1px;}
.prd-qty-tx{font-size:18px; line-height:24px;}
.pck-opt-btn{width:8%; margin-top:1px;}

.button-caption{font-size:14px;}
.button-text{font-size:10px;}

.cmn-bx-hd p{font-size:19px; line-height:25px;}
.comn-bx-cont{padding:20px 15px 25px;}

.pck-prd-nm{font-size:20px; line-height:26px;}
.pck-seal{left:0; font-size:14px; line-height:16px; padding-top:13px; width:62px; height:62px;}
.label-text{font-size:12px; line-height:18px; top:-68px;}

.inr-cont-rgt{width:39%;}
.prd-nm{font-size:18px; line-height:24px;}
.prd-tx{font-size:12px; line-height:16px; padding:5px 8px 3px;}
.chk-rgt-prd img{width:130px;}
ul.cont-rgt-lst li{font-size:17px; line-height:25px; background-size:20px;}
.risk-fr-bx{font-size:14px;}
.rev-hd{margin:20px 0 -5px;}
.comment-bx-col{padding:15px 0;}
.t-txt1{font-size:16px; line-height:25px; margin-top:10px;}

/*-----------------------
PAYMENT PAGE CSS
------------------------*/
.pay-cards{width:135px;}
.pay-pal-btn-bx{padding:0 12px 12px; margin-top:15px;}
.or-tx{margin-top:40px; margin-bottom:-5px;}
.or-tx span{font-size:20px; line-height:20px;}
.inp-fld-bx{margin-top:15px;}
.inp-fld-lbl{font-size:16px; line-height:20px;}
.inp-fld{font-size:16px; line-height:20px; height:50px; margin-top:10px;}
.inp-fld-bx-inr.fr .inp-fld{width:55%;}
.bump-up-inr{align-items: flex-start;}
.bump-up-lft{width:40%;}
.bump-up-rgt{width:60%; padding-top:0px;}
.remove{margin:8px 0 0 10px;}
.add-bump-prc{font-size:16px;}

.sum-prd-nm{font-size:16px; line-height:20px;}
.sum-qty small, .sum-size small, .sum-color small{font-size:12px; line-height:17px;}
.sum-qty span, .sum-size span, .sum-color span{font-size:12px; line-height:17px; width: calc(100% - 85px);}
.sum-cut-prc{font-size:14px; line-height:14px;}
.sum-prc{font-size:24px; line-height:24px;}


}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.top{padding:10px 0 5px 0; height:30px;}
.top p{ font-size: 12px; line-height: 15px;}
.top p img{margin: -5px 3px 0 0; width: 16px;}
.header{padding:10px 0 0;}
.logo{float:none; margin:0px auto 5px; width:150px;}

ul.bredcrumb{width:calc(100% + 30px); margin-left:-15px; background:#fff; max-width:none; float:left; padding:15px 15px 10px; margin-top:0;}
ul.bredcrumb:before, ul.bredcrumb:after{top:24px; left:55px; right:55px;}
ul.bredcrumb li:before{border:5px solid #fff;}
ul.bredcrumb li{color:#000;}
.payment-pg ul.bredcrumb{padding-bottom:15px;}

.inr-cont{padding:20px 0 25px;}
.shipping-pg .inr-cont{padding:5px 0 25px;}
.inr-cont-lft{width:calc(100% + 30px); margin-left:-15px; margin-top:0px;}
.inr-cont-rgt{width:100%; margin-top:0;}
.comment-bx, .inr-rgt-prd-info, .cont-rgt-lst{display:none;}

.label-text{top:-25px;}
.pck-rad + .rad-icn{width:18px; height:18px; border-radius:2px;}
.pck-prd-nm{font-size:18px; line-height:24px;}
.pck-prd-cut-prc{font-size:20px; line-height:24px;}
.pck-prd-prc{font-size:17px; line-height:20px;}
.pck-prd-prc span{font-size:26px; line-height:30px;}
ul.prd-lst{margin-left:70px;}
ul.prd-lst li{width:100%;}
ul.prd-lst li img{max-width:75px;}
.pck-seal{top:0px; width:55px; height:55px; padding-top:11px; font-size:12px; line-height:14px;}
.pck-opt3 .pck-seal{top:20px;}
.pck-prd-sh{font-size:14px; line-height:18px;}
.pck-prd-sh img{width:25px;}

ul.size-lst li{width:calc(50% - 10px); margin:5px;}
ul.size-lst li p{font-size:15px; line-height:20px;}

.comn-bx{box-shadow:none;}
.comn-bx-cont{padding:15px 15px 0;}
.cmn-bx-hd{padding:15px;}
.cmn-bx-hd p{font-size:16px; line-height:22px;}
.incl-tx{font-size:14px; line-height:16px;}
.cmn-bx-strp{margin-top:15px;}
.cmn-bx-strp p{font-size:15px;}
.pck-opt{padding: 8px 12px;  align-items: center !important; -webkit-align-items: center !important;; border-radius:5px;}
.inr-btn{height:55px; line-height:58px;}
.button-text{ font-size:8px;}
.step2, .step5{max-width:92%;}

.footer{padding:25px 0;}
.ftr-logo{width:160px; margin:0 auto 15px;}
.ftr-txt{font-size:12px; line-height:16px;}

/*-----------------------
SHIPPING PAGE CSS
------------------------*/
.delvry-tx{width:calc(100% - 10px); margin:25px 5px 0; font-size:13px; line-height:19px;}
.shp-icn{margin-right:5px;}
.step3{max-width:90%;}
.shipping-pg .comn-bx{margin-top:0px;}

/*-----------------------
PAYMENT PAGE CSS
------------------------*/
.pay-cards{width:125px;}

.inp-fld-bx-inr.fl{width:55%;}
.inp-fld-bx-inr.fr{width:42%;}
.inp-fld-bx-inr.fr .inp-fld{width:50%;}
.pay-pal-btn-bx{margin-top:0px;}
.bump-up-bx{margin:35px 3% 0; width:94%;}
.bump-up-inr{padding:10px 15px;}
.bump-up-rgt{padding-right:0px;}
.bump-up-hd{font-size:16px; line-height:20px; padding:7px 25px;}
.bumb-up-info{font-size:14px; line-height:20px;}
.bump-up-btm{font-size:13px; line-height:20px;}
.bump-clk{margin:-3px 5px 0;}
.odr-sum-bx{margin-top:0px;}
.odr-sum-prc-info{padding-left:0;}
table.sum-prc-tbl tr:last-child td{padding-bottom:0px;}

.summry-tog p{float:left; font-weight:500; color:#000;}
.sum-prc-mob{float:right; font-size:18px; line-height:26px; font-weight:500; padding-right:40px; color:#000;}
.summry-tog:after {
    display: block;
    content: '';
    position: absolute;
    right:8px;
    top: 6px;
    font-size: 30px;
    line-height: 30px;
    border: none;
    font-weight: normal;
    background: url(../images/arw-dwn.png) no-repeat center center;
    width: 20px;
	background-size:18px;
    height:11px;
}
.summry-tog.open:after {
    transform: rotate(-180deg);
}
.odr-sum-cont{float:left; width:100%; display:none;}
.risk-fr-bx{margin-top:22px;}
}


/*-----------------------
		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);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}


/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


.newOrder_section .bump-up-rgt{
    width: 100%;
}
.OdrerColorList ul{

}
.OdrerColorList ul li{
        width: 20%;
        height: 100px;
    display: inline-flex;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    margin-right: 2%;
    border-radius: 5px;
    vertical-align: middle;
    
}
.OdrerColorList ul li img{
    object-fit: contain;
}
.OdrerColorList ul li:last-child{
margin-right: 0%;
}
.OdrerColorList ul li.active{
    border: 4px solid #071a32;
}
.OdrerSizeList ul{

}
.OdrerSizeList ul li{
    width: 18%;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #cacaca;
    font-size: 15px;
    padding: 10px 0;
    margin-right: 1%;
        font-weight: 500;
        background-color: #fff;
        cursor: pointer;
}
.OdrerSizeList ul li:last-child{
margin-right: 0%;
}
.OdrerSizeList ul li.active{
    background-color: #071a32;
    color: #fff;
}
.orderSection{
        margin-top: 25px;
}
.orderColor h3, .orderSize h3{
    margin-bottom: 5px;
}
.orderColor, .orderSize{
    margin-bottom: 25px;
}


@media screen and (max-width:992px){
.OdrerColorList ul li {
    width: 25%;
        height: 80px;
}
.OdrerSizeList ul li{
    margin-right: 0.5%;
    font-size: 13px;
    padding: 8px 0;
}
.newOrder_section .bump-up-rgt{
    padding: 0;
}
}

@media(max-width:1025px){
.sum-prd-nm {
    font-size: 18px;
}
.sum-prc {
    font-size: 20px;
    margin-top: 0;
}
.sum-qty span, .sum-size span, .sum-color span {
    width: calc(100% - 70px);
    font-size: 12px;
}
.sum-qty small, .sum-size small, .sum-color small {
    width: 50px;
}
.add-bump-prc {
    font-size: 14px;
}
}

@media(max-width:992px){
.sum-prc {
    font-size: 17px;
}
.add-bump-prc {
    font-size: 18px;
}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}
.add-bump-prc {
    font-size: 16px;
}
}






@media(max-width:480px){
  .wht-th{
    font-size: 10px;
}  
.OdrerSizeList ul li{
    font-size: 12px;
}
.OdrerColorList ul li {
    height: 60px;
}
}

@media(max-width:400px){
    .OdrerSizeList ul li{
    font-size: 12px;
}
.add_pillow .opt-prc {
    font-size: 14px;
}
.wht-th{
    font-size: 8px;
}
}

@media(max-width:380px){
    .OdrerSizeList ul li{
    font-size: 11px;
}
}

@media(max-width:340px){
    .OdrerSizeList ul li{
    font-size: 10px;
}
}



