* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

html {
	box-sizing: border-box;
	height:100%;
 
}

body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	line-height: 1.3;
	background: radial-gradient(circle at top left, rgba(233, 248, 255, 1), rgba(233, 248, 255, 0));
 
	position: relative;
	min-height: 100vh;
padding-bottom: 650px;
}


.alignCenter {text-align:center;
}

nav {
	background: #b35321; /* Old browsers */
 
}

.navbar-brand img {
	max-height:46px;
	margin-left: 10px;
}

nav .container {
	margin-top:0;
}

a {
	background: transparent;
}

b,
strong {
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

.padd20 {
	padding: 0 20px !important;
}


a {
	color: #428bca;
	text-decoration: none
}

a:hover,
a:focus {
	color: #2a6496;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.container {
	width: 990px;
	position: relative;
 
	margin: 10px auto;
	border-radius: 10px;
	padding: 10px;
}

.f30 {
	font-size: 30px;
}

.subblock-step2 p {
	padding-left: 98px;
}

.pat {
	padding: 1rem 0;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .5);
	background: #ffffff;
	box-shadow: 0 7px 22px rgba(0, 0, 0, 0.11);
}

.pat .logo {
	max-width: 960px;
	margin: 0 auto;
}

.logo img {
	max-width: 120px;
}


.hot {
	background: red none repeat scroll 0 0;
	border-radius: 10px 10px 0 0;
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.tableTitle {
	font-size: 35px;
	text-align: center;
	font-style: italic;
	line-height: 27px;
	font-weight: bold;
	margin: 14px auto;
}

.tableTitle span {
	font-size: 21px;
	color: #317aa5;
	font-style: normal;
	font-weight: normal;
	display: block;
}



.right {
	 
	max-width: 570px;
	 
	width: 100%;
	background: rgba(255, 255, 255, 1);
	float: right;
}


.rushOrder {

	background: #47CA67;
	padding: 1rem 1.25rem;
	border-radius: 3px;
	outline: none;
	border: none;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.16);
	color: #fff;
	cursor: pointer;
	transition: all .25s ease-in-out;
	font-weight: 600;
	width: 100%;
	margin:10px 0;
	background: #47CA67;
}

.rushOrder::first-letter {
	text-transform: capitalize;
}

.rushOrder:hover {
	background: rgb(56, 175, 86);
}


.payment-details {
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 31px 81px rgba(0, 0, 0, 0.16);
	box-shadow: 0 31px 81px rgba(0, 0, 0, 0.16);
	padding: 1.5rem 1rem;
}

.payment-details h3 {
	font-size: 32px;
	color: #444444;
	margin-bottom: 0;
}

.sub-title {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #888888;
	text-align: center;
}

.payment-details .payment-method {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 1rem;
	display: flex;
}

.payment-details .payment-method .cod,
.payment-details .payment-method .cc {
	display: flex;
	justify-content:center;
	align-items: center;
	padding: 0.5rem 1.25rem;
	background: rgba(201, 201, 201, 0.16);
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.16);
}

.payment-details .payment-method .cod .img-holder,
.payment-details .payment-method .cc .img-holder {
	height: 51px;
}

.payment-details .payment-method .cod .img-holder img,
.payment-details .payment-method .cc .img-holder img {
	width: 46px;
	margin: 0 5px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.total {
	color: #1f9e11;
}

.left {
	float: left;
	width: 380px;
	 
}

.plus {
	color: #f9ff00;
	display: block;
	font-size: 100px;
	line-height: 15px;
	position: absolute;
	text-align: center;
	text-shadow: -1px -1px 0 #f7001f, 1px -1px 0 #f00, -1px 1px 0 #f00, 1px 1px 0 #f00;
	z-index: 2;
	top: 135px;
	left: 320px;
}

.pBox {
	background-color: #fff;
	border: 1px solid #1a68a1;
	border-radius: 10px;
	margin: 20px auto 10px;
	overflow: auto;
	position: relative;
	width: 617px;
	padding-bottom: 10px;
	cursor: pointer;
	box-shadow: 0 36px 61px rgba(0, 0, 0, 0.16);display: none;
}

.products {
	 
display: flex;
justify-content: center;
align-items: center;
	padding: 0 5px;
}

.products img {
	width: 200px;
}

.pBoxActive {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
	background: linear-gradient(23deg, rgba(2,0,36,1) 0%, rgba(30,120,180,1) 23%, rgba(0,212,255,1) 100%);
}


.pContent {
	font-size: 16px;
	font-weight: bold;
	text-align: center;

	width: 70%;
}

.pContent p {

	padding: 0;
	font-size: 15px;
}

.pBox .priceOld,
.pBoxActive .priceOld {
	color: #FF0000;
	text-decoration: line-through;
	font-size: 19px;
}

.pBox .priceNew,
.pBoxActive .priceNew {
	font-size: 35px;
	color: #1f9e11;
}

.pBoxActive .priceNew {
	color: #fff;
}
.star5 {
	left: 423px !important;
}

.pContent button {
	background-color: #1a68a1;
	border: medium none;
	border-radius: 10px;
	box-sizing: inherit;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 46px;
	margin: 10px auto 0;
	max-width: 300px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	padding: 0 5px;
}

.pContent button:hover {
	background-color: #ffdf00;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color:#000;
}

.pNav {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #003975;
	font-size: 18px;
	padding: 5px;
	text-transform: uppercase;
	border-bottom: dashed 1px;
	width: 95%;
	margin: 0 auto;
}

.pNavR {
	float: right;
	font-size: 13px;
	margin-top: 5px;
	font-weight: bold;
}

.pBoxActive .pNav {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	color: #FFF;
}

.pBoxActive button {
	background-color: #FFFFFF;
	border: none;
	color: #012873;
	font-weight: 900;
}

.star {
	background: rgba(0, 0, 0, 0) url("../images/save_bg.png") no-repeat scroll left top;
	color: #fff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 104px;
	padding: 31px 0 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 95px;
	width: 146px;
}

#showProductSelect {
	background-color: #c6c3c3;
	border-radius: 10px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-align: right;
	width: 100%;
	margin: 10px 0;
}

#showProductSelect td {
	height: 30px;
	width: 50%;
}

#showProductSelect td:last-of-type {
	text-align: left;
	padding: 0 10px;
}

.freeShipping {
	line-height: 18px;
	padding: 5px;
	margin-bottom: 15px;
}

.freeShipping h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}

#totalStep2 {
	font-size: 20px;
}

#full_price,
.total,
#discount,
.total {
	text-align: center;
}

#full_price {
	color: #F00;
	text-decoration: line-through;
}

.subblock-step2 {
	clear: both;
	color: #000;
	margin: 15px auto;
	overflow: auto;
	padding: 5px;
	width: 100%;
}

.subblock-step2 h4 {
	font-weight: bold;
	font-size: 17px;
	margin: 0px 0 10px 0;
}

.subblock-step2 img {
	float: left;
	width: 80px;
	margin-right: 10px;
}

/***************************************/
/*****     11. Footer area css     *****/
/***************************************/

footer{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0672b6+0,0672b6+50,0098d9+100,eb4c00+100,0672b6+100 */
background: #b35321; /* Old browsers */
 

	padding: 80px 0;
	text-align: center;
	clear: both;
}

.fa-facebook-official, .fa-instagram {
	color:#fff;
	font-size: 22px !important;
	cursor: pointer;
	margin:10px 5px;
}
.footer-logo img {
	width: 100%;
	max-width: 499px;

}

.footer-menu{
	margin-top: 30px;
}

.footer-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu ul li{
	display: inline-block;
	text-transform: uppercase;
}

.footer-menu ul li a{
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.04em;
	padding: 0 6px;
}

.footer-menu ul li a:hover, .fa-facebook-official:hover, .fa-instagram:hover {
	color: #ffc600;
}

.footer-social{
	margin-top: 30px;
}

.footer-social a{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #fff;
	text-align: center;
	color: #06122c;
	font-size: 20px;
	padding-top: 5px;
	border-radius: 50%;
	margin: 0 4px;
	transition: all 0.3s ease-in-out;
}

.footer-social a:hover{
	background: #ffc600;
}

.footer-siteinfo{
	margin-top: 30px;
}



.footer-siteinfo p{
	color: #fff;
	font-weight: 300;
}

/*//////////////////////////////// STEP 3 //////////////////////////////////////////*/

.fontCenter {
	text-align:center;
}
.f19 {
	font-size:19px;
}
.f26 {
	font-size:26px;
}
.congrats {
	display:table;
	margin:20px auto 0;
}
.congrats img {
	margin:0 10px 0 0;
}
.congrats strong {
	display:table-cell;
	vertical-align:middle;
	font-size:22px;
	font-weight:bold;
}
.step3_box {
	text-align:center;
	background-color:#1dc51d;
	max-width:700px;
	margin:20px auto;
	padding:20px 0;
	font-size:16px;
	width:100%;
}

.subscribe_text {
	border:1px dotted grey; 
	display:block; 
	padding:10px; 
	max-width:700px; 
	margin:0 auto
}

.subscribe_text a {
	text-decoration:none; 
	padding:10px; 
	background:green; 
	border-radius:5px; 
	color:#fff;
	margin:10px auto 0px; 
	display:block;
	max-width:310px; 
	font-size:15px;
}
table.tableStep3 {
	background: #ffffff none repeat scroll 0 0;
	border-collapse: collapse;
	border-radius: 10px;
	font: 13px Arial, Helvetica, sans-serif;
	text-align: left;
	max-width: 470px;
	margin:20px auto;
	border:1px solid #000;
	color:#000;
	width:100%;
}
table.tableStep3 th {
	background: #8cc1e9;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 5px 10px 10px;
}
table.tableStep3 td {
	border: 1px solid #000000;
	margin: 0;
	padding: 10px 5px 10px 10px;
}

@media only screen and (max-width: 962px) {

	.container {
		width: 100%;
		padding: 0;
	}

	.pBox {
		width: 98%;
	}

	.left {
		float: none;
		width: 100%;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.plus {
		position: relative;
		top: 0;
		left: 0;
	}

	.freeShipping {
		width: 98%;
	}

	.right {
		margin: 0 auto;
		float: none;
	}
	.mu-logo-area {
		margin-top:15px !important;
	}
	
}
@media only screen and (max-width: 420px) {	
	.products img {
		width: 150px;
	}
	
	.pBox .priceNew, .pBoxActive .priceNew {
		font-size: 30px;
	}
	}
	