@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

h2.hdbx1{
	color: #000; margin: 0px; position: relative; font-weight: 400; font-size: 26px;
}
h2 .fixedabs{
	position: absolute;
	right: 0px;
	top: -15px;
}
.width50 {width: 50%;}
.checkoutpage_table {
	width: 100%;
	
}
.myAccpad{padding: 40px 80px;}
.td_txt1 {
	font-weight: 600;
	text-transform: capitalize;
	color: #333333;
	text-align: center;
	border-bottom: 1px solid #ccc;
	letter-spacing: 0px;
	line-height: 45px;
	font-size: 14px;
	letter-spacing: 1px;
}
table{}
table.table11 tr td{border: 1px solid #dddddd; color: #000;}
/* table.table11 tr:nth-child(even) {background-color: #f2f2f2;}
table.table11 tr:nth-child(odd) {background-color: #fff;} */

.table2 tr td{border-top: 1px solid #dfdfdf;}
.table2 tr td{
	padding: 10px;
	font-size: 16px;
}
.fontb1{
	font-weight: 600;
}

.f_text {
	font-size: 15px;
}
.td1 {
	width: 7%;
}
.td2 {
	width: 33%;
	text-align: left;
}
.td3 {
	width: 10%;
}
.td4 {
	width: 10%;
}
.td5 {
	width: 10%;
}
.td6 {
	width: 10%;
}
.del1 {
	font-size: 14px;
	color: #fff;
	padding:5px 10px;
	border: 1px solid #f4ce12;
	transition: all 0.5s ease 0s;
	background-color: #f4ce12;
}
.del1:hover {
	transition: all 0.5s ease 0s;
	color: #fff;
	background-color: #244082;
	border: 1px solid #244082;
}
.checkqtydiv {
	width: auto;
	display: table;
	margin: auto;
}
.checkoutpage_qty {
	width: 45px;
	height: 30px;
	margin: 5px 5px;
	font-size: 13px;
	text-align: center;
	color: #333;
	float: left;
	border: 1px solid #ccc;
}
.qutadd {
	float: left;
	text-decoration: none;
	color: #fff;
	font-size:14px;
	margin-top: 5px;
	line-height:30px;
	text-align:center;
	outline: none;
	font-weight:400;
	width: 32px;
	transition:ease all .5s;
	height: 30px;
	border: 1px solid #244082;
	background-color: #244082;
}
.qutadd:hover {
	color: #fff;
	background-color: #244082;
	border: 1px solid #244082;
	transition:ease all .5s;

}
.shopingcarthd1 {
	font-size: 32px;
	line-height: 50px;
	margin: 40px auto 20px;
	text-align: center;
	border-bottom: 1px solid #aeaeb0;
	border-top: 1px solid #aeaeb0;
	padding: 0 0 8px 0;
	clear: both;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
}
.buttons {
	clear: both;
	display: table;
	margin: 20px 0;
	text-align: right;
	width: 100%;
}
.chk_out {
	float: right;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	padding: 10px 40px;
	transition: all 0.3s ease 0s;
	border: 1px solid #f4ce12;
	background-color: #f4ce12;
	
	font-size: 15px;
	cursor: pointer;
}
.chk_out:hover {
	background-color: #244082;
	border: 1px solid #244082;
	color: #fff;
}
.cnt_shp {
	float: left;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	padding: 10px 40px;
	transition: all 0.3s ease 0s;
	border: 1px solid #244082;
	background-color: #244082;
	
	font-size: 15px;
	cursor: pointer;
}
.cnt_shp:hover {
	background-color: #fff;
	border: 1px solid #244082;
	color: #244082;
}
.viewcart_img {
	float: left;
	width: 100%;
	padding: 10px;
	transition: all 0.3s ease 0s;
}
.checkoutpage_table table tr td a{transition: all 0.3s ease 0s;}
.checkoutpage_table table tr td a:hover .viewcart_img{opacity: 0.5}
.viewcart_imgname {
	color: #000;
	float: right;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding: 0px 15px;
	text-align: left;
	margin: 0px;
	width: 100%;
	transition: all 0.3s ease 0s;
}
.viewcart_imgname1{font-weight: 300; margin-top: 10px;}
.viewcart_imgname:hover{
	color: #444;
}
.viewcart_imgname1 select{margin-left: 10px; cursor: pointer;}

.gr_total{
	width: 100%;
	display: table;
	padding: 40px 0 0;
	clear: both;
}






.progressing{
	clear: both;
	width: 100%;
	display: table;
}
.opc-progress-bar{
	margin: 0 0 20px;
	counter-reset: i;
	display: block;font-size: 0;
	text-align: center;
	padding: 0
}
.opc-progress-bar-item{
	
	width: 33.33%;
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
.opc-progress-bar-item:before{
	background: #e4e4e4;
	top: 19px;
	transition: background .3s;
	content: '';
	height: 7px;
	left: 0;
	position: absolute;
	width: 100%
}
.opc-progress-bar-item:first-child:before{
	border-radius: 6px 0 0 6px
}
.opc-progress-bar-item:last-child:before{border-radius: 0 6px 6px 0}
.opc-progress-bar-item > span{
	display: inline-block;
	padding-top: 45px;
	width: 100%;
	word-wrap: break-word;
	color: #999;
	font-weight: 300;
	font-size: 16px
}
.opc-progress-bar-item > span:before,.opc-progress-bar-item > span:after{
	background: #e4e4e4;
	height: 38px;
	margin-left: -19px;
	transition: background .3s;
	width: 38px;
	border-radius: 50%;
	content: '';
	left: 50%;
	position: absolute;top: 0;
	line-height: 25px;
}
.opc-progress-bar-item > span:after{
	background: #f2f2f2;
	height: 26px;
	margin-left: -13px;
	top: 6px;
	width: 26px;
	content: counter(i);
	counter-increment: i;
	color: #333;
	font-weight: 600;
	font-size: 16px
}
.opc-progress-bar-item._complete{cursor: pointer}
.opc-progress-bar-item._complete:hover:before{background: #d7d7d7}
.opc-progress-bar-item._complete:hover > span:before{background: #d7d7d7}
.opc-progress-bar-item._complete > span{color: #121212}
.opc-progress-bar-item._complete > span:after{font-family: FontAwesome;content: '\f00c'}
.opc-progress-bar-item._active:before{background: #244082}
.opc-progress-bar-item._active > span{color: #333}
.opc-progress-bar-item._active > span:before{background: #244082}
.opc-progress-bar-item._active > span:after{font-family: FontAwesome;content: '\f00c'; color: #244082;}



/*----------placeOrder----------*/
.checokout_left {
	width: 60%;
	float: left;
	padding: 0px 60px 40px 0px;
	
}
.section__title {
	color: #333333;
	width: 100%;
	float: left;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.fieldset {
	width: 100%;
	display: table;
	margin-bottom: 10px;
}
.field__input {
	background-color: white;
	color: #333333;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 11px 11px;
	word-break: normal;
	font-size: 14px;
}
.section__content__text {
	margin-top: 5px;
	width: 100%;
	float: left;
	font-size: 14px;
	margin-bottom: 40px;
}
.section__content{width: 100%; display: table;}
.shipping-address {
	display: table; 
	width: 100%;
}
.field--half {
	width: 49%;
	float: left;
}
.field--halfright {
	float: right;
}
.select {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}
.select select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 0px 10px;
	outline: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #7b7b7b;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 45px;
}
.select select option {
	padding: 3px;
}
/*.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}*/
.select__arrow {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #7b7b7b transparent transparent transparent;
}

.continue_shopping_but {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	height: 41px;
	line-height: 38px;
	background-color: #244082;
	display: block;
	float: right;
	transition: all 0.3s ease 0s;
	padding: 0 25px;
}
.continue_shopping_but:hover {
	color: #fff;
	background-color: #244082;
}

.checkout_right {
	width: 40%;
	height: 100%;
	display: table;
	position: relative;
	float: left;
	color: #333;
	padding: 20px;
	background: #fff;
	z-index: 0;
	border: 1px solid #e1e1e1;
	margin-top: 20px;
	

	-webkit-box-shadow: 1px 3px 5px 2px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    1px 3px 5px 2px #ccc;  /* Firefox 3.5 - 3.6 */
  	box-shadow:         1px 3px 5px 2px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.wrapp
{
	position:relative
}
.checkout_right::after {
	/*position: absolute;
	top: 0px;
	bottom: 0px;
	display: block;
	content: '';
	left: 0px;
	height: 100%;
	background: #EAEAEA;
	z-index: -1;
	display: block;
	width: 300%;*/
}
.returntocart {
	text-decoration: none;
	color: #244082;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	height: 41px;
	line-height: 38px;
	border: 2px solid #244082;
	border-radius: 2px;
	background-color: #fff;
	display: block;
	float: left;
	transition: all 0.3s ease 0s;
	padding: 0 25px;
}
.returntocart:hover {
	color: #fff;
	background-color: #244082;
}
.returntocart i{margin-right: 2px;}
.right_checkoutinner {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.right_checkoutdivider {
	width: 100%;
	float: left;
	margin: 15px 0px 0px;
}
.rightcheckoutimg {
	float: left;
	position: relative;
	width: 80px;
}
.rightcheckoutimg img {
	width: 100%;
	height: 100%;
}
.rightcheckout_qty {
	width: 26px;
	height: 26px;
	background: #244082;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: absolute;
	right: -12px;
	top: -10px;
	border-radius: 50%;
	line-height: 26px;
}
.rightcheckout_info, .rightcheckout_price {
	float: left;
	width: 60%;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding: 0px 10px 0px 25px;
	text-align: left;
}
.rightcheckout_info h4 {
	color: #000;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 500;
}
.rightcheckout_info p {
	color: #4b4b4b;
	font-size: 13px;
	font-weight: 500;
}
.rightcheckout_price {
	width: 20%;
	padding: 0px;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	float: right;
	margin-top: 10px;
}
.discount_apply {
	color: #fff;
	background: #c8c8c8;
	width: 18%;
	float: right;
	font-size: 14px;
	font-weight: 500;
	border: none;
	border-radius: 4px;
	padding: 13px 0px;
	transition: ease all .5s;
}
.discount_apply:hover {
	background: #EC8E2A;
	transition: ease all .5s;
}
.rightcheckout_footer {
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 16px;
}
.rightcheckout_footerinner {
	width: 100%;
	float: left;
	padding-top: 15px;
}
.rightcheckout_footerinner h4 {
	float: left;
	/* width: 30%; */
	font-size: 14px;
	font-weight: 500;
	margin: 0px;
}
.rightcheckout_footerinner span {
	float: right;
	/* width: 68%; */
	font-size: 14px;
	font-weight: 500;
	text-align: right;
}

.payment_box
{
	width:100%;
	float:left;
	border:1px solid #d9d9d9;
}

.section__content a.plOrda{
	text-decoration: underline;
	color: #cc1d23;
	font-weight: 600;
}
.section__content a.plOrda:hover{text-decoration: none;}


.login_signup {
	width: auto;
	float: left;
	
	padding-left: 25px;
	margin-left:70px;
}
.login_signup ul {
	list-style-type: none;
	margin-top: 30px;
}
.login_signup ul li {
	float: left;
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right: 10px;
}
.login_signup ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.login_signup ul li:last-child {
	border: none;
}
.login_signup ul li a {
	font-weight: 500;
	transition: ease all .5s;
	font-size: 12px;
	outline: none;
	font-weight: 600;
	color: #fff;
}
.login_signup ul li a:hover {
	color: #FCD123;
	transition: ease all .5s;
	text-decoration: none;
}
.log_in {
	font-weight: 300;
	transition: ease all .5s;
	font-size: 18px;
	color: #000;
	width: 100%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.log_in a{color: #ee8600; cursor: pointer;}
.log_in a:hover {
	color: #e65100;
	text-decoration: none;
}
.pop1_hd1{
	width: 100%;
	display: table;
	clear: both;
	font-size: 30px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 5px;
}
.regi_box_js, .reci_box_js {
	display: none;
}




.enquiry_field {
	background: #fff;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	color: #333;
	float: left;
	font-size: 13px;
	font-weight: 300;
	margin-top:20px;
	padding: 10px;
	transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
	width: 100%;
}
.cn_submit {
	float: right;
	margin: 5px 0px;
	padding: 0 30px;
	color: #fff;
	height: 36px;
	border: none;
	text-align: center;
	font-weight: 600;
	line-height: 36px;
	margin-top: 20px;
	transition: ease all .5s;
	font-size: 15px;
	text-transform: uppercase;
	background-color: #ee8600;
	cursor: pointer;
}
.cn_submit:hover {
	background-color: #e43b3b;
}

.regi_box_js .terms{text-decoration: none; color: #2f20da;}
.regi_box_js .terms:hover{text-decoration: underline;}


.addnewaddress {
	border: medium none;
	width:100%;
	margin-top:20px;
	padding:15px;
	display:table;
	color: #000;
    font-size: 14px;
    font-weight: 400;
	border: 1px solid #ccc;
	text-align: left;
	transition:ease all .3s;
	text-decoration: none;
	background-color: #fff;
	text-transform: uppercase;
}
.addnewaddress i
{
	float:right;
	padding-top:3px;
}
.addnewaddress:hover {
	background: #244082;
	transition:ease all .3s;
	color: #fff;
	text-decoration: none;
}

.main_inner{clear: both; display: table; width: 100%;}

.boxes1left {
	width:48%;
	float: left;
	min-height: 250px;
	position:relative;
	background: #fbfbfb;
	border: 1px solid #ccc;
	padding: 14px 18px 13px;
	font-size: 14px;
	cursor:pointer;
	margin: 20px 1% 0px 1%;
	line-height: 23px;
	transition:ease all .5s;
}
.add_boxcheck
{
	position:absolute;
	right:10px;
	bottom:10px;
	width:25px;
	height:25px;
	transition:ease all .5s;
	border-radius:50%;
	text-align:center;
	line-height:20px;
	border:1px solid #ee8600;
	background:#fff;
	color: #ee8600;
}
.boxes1left:hover
{
	border: 1px solid #ee8600;
	transition:ease all .5s;
	background:#f7f7f7;
}
.boxes1left:hover > .add_boxcheck
{
	border: 1px solid #ee8600;
	transition:ease all .5s;
}

.checkout_hd {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size:14px;
	color:#000;
	font-weight:600;
	margin-top: 0px;
}

.edit_but {
	position: relative;
	display: inline-block;
	border: none;
	color: #043872;
	margin-top: 10px;
	display: table;
	font-size: 14px;
	font-weight:500;
	outline: none;
	text-decoration: none;
}
.edit_but:hover {
	text-decoration: none;
	color: #ee8600;
	outline: none;
}


.shipping_date_time
{
	float: left;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 5px;
}
.prodetails_select {
	width: 60%;
	height: 35px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	float: left;
	font-size: 14px;
}
.shipping-address p{margin-bottom: 15px; line-height: 26px; font-size: 14px;}



.placeOrd1{
	margin-bottom: 10px;
	text-decoration: none;
	float: right;
	display: inline-block;
	padding: 0 50px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	transition: all 0.3s ease 0s;
	background-color: #244082;
	border: 0px;
}
.placeOrd1:hover{
	background-color: #000;
	color: #fff;
}


#ddmenu ul {
  position: absolute;
  top: 55px;
  right: 7px;
  z-index: 99999999999999999999999999999;
  width: 220px;
  background: #fff;
  display: none;
  margin: 0;
  padding: 10px;
  list-style: none;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}




/*---------Login/Create Account--------*/
.login_hd1{
	width: 100%;
	display: table;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #848589;
	text-transform: uppercase;
	color: #848589;
	font-size: 22px;
	font-weight: 700;
	margin-top: 30px;
	
}
.width100{
	width: 100%;
}
.width50{
	float: left;
	display: inline-block;
	width: 50%;
	padding: 0 20px;
}
.padd20{
	padding: 0 20px;
}
.login_hd2{
	width: 100%;
	display: table;
	margin-bottom: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 17px;
	
	color: #333333;
}
.login_cont1{
	width: 100%;
	display: table;
	clear: both;
	letter-spacing: 1px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	
}
.minheight1{
	min-height: 242px;
	clear: both;
	width: 100%;
	display: block;
}
.login_btm1{
	clear: both;
	width: 100%;
	display: table;
	margin-top: 50px;
	border-top: 1px solid #e5e5e5;
	padding: 10px 0;
}
.login_btn1{
	float: right;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #244082;
	padding: 10px 20px;
	transition: all 0.3s ease 0s;
	border: 1px solid #244082;
	
	font-size: 13px;
}
.login_btn1:hover{
	background-color: #244082;
	color: #fff;
}
.login_fb1, .login_gg1{
	float: left;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #3b5998;
	padding: 10px 20px;
	transition: all 0.3s ease 0s;
	border: 1px solid #3b5998;
	
	font-size: 13px;
}
.login_fb1 i, .login_gg1 i{margin-right: 15px; font-size: 18px;}

.login_gg1{
	float: right;
	color: #dd4b39;
	border: 1px solid #dd4b39;
}
.login_fb1:hover{background-color: #3b5998; color: #fff;}
.login_gg1:hover{background-color: #dd4b39; color: #fff;}
.login_center{
	text-align: center;
	display: inline-block;
	clear: both;
	width: 100%;
	margin-top: 20px;
}
.login_center .login_btn1{float: none;}

.login_btn2{
	float: left;
	display: inline-block;
	color: #000;
	text-decoration: none;
	line-height: 32px;
	transition: all 0.3s ease 0s;
	letter-spacing: 1px;
	font-size: 12px;
	
}
.login_btn2:hover{
	text-decoration: underline;
	color: #333;
}

.login_btn3{
	float: right;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	transition: all 0.3s ease 0s;
	border: 1px solid #244082;
	background-color: #244082;
	
	font-size: 13px;
	cursor: pointer;
}
.login_btn3:hover{
	background-color: #244082;
	border: 1px solid #244082;
	color: #fff;
}

/* .login {
	clear: both;
	display: table;
	width: 100%;
	
	margin-top: 10px;
} */
.form-row {
	margin: 0 0 6px;
}
.form-row label {
	display: block;
	width: 100%;
	font-size: 13px;
    font-weight: normal;
    line-height: 20px;
	color: #000;
	font-weight: 500;
	letter-spacing: 1px;
}
.form-row-wide .required {
	border: 0 none;
	font-size: 14px;
    color: #f4ce12;
}
.form-row  .input-text {
	display: block;
    width: 100%;
    height: 42px;
    padding: 5px 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 6px 0;
}
.form-row  .input-text:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}

.requ1{
	clear: both;
	width: 100%;
	display: table;
	color: #f4ce12;
	font-size: 12px;
	margin-top: 20px;
	
	letter-spacing: 1px;
	text-align: right;
}


.login_hd11{
	color: #000;
	font-size: 18px;
	display: table;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

/*---------Login/Create Account--------*/

.flright{
	float: right;
}





/*---------myOrders----------*/
.myaccountpage_left {
	width: 74%;
	float: left;
	
}
.myaccountpage_right
{
	width: 22%;
	float: right;
	margin-bottom:20px;
	
	-webkit-box-shadow: 1px 1px 3px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    1px 1px 3px 1px #ccc;  /* Firefox 3.5 - 3.6 */
  	box-shadow:         1px 1px 3px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.myaccount_hd
{
	color: #222;
    line-height: 18px;
	font-size: 26px;
	width:100%;
	float:left;
	margin: 0px 0px 20px 0px;
}
.myaccount_menu
{
	list-style-type:none;
	width:auto;
	background:#fff;
	border: 1px solid #efefef;
	padding:12px;
	margin-bottom: 0px;
	margin-top: 0;
}
.myaccount_menu li
{
	width:100%;
	list-style:none;
}
.myaccount_menu li a
{
	color: #222;
	position:relative;
	padding:10px 0px 10px 15px;
	width:100%;
	display:table;
	outline:none;
	border-bottom:1px dotted #ccc;
	font-size:14px;
	text-decoration: none;
	transition: all 0.3s;	
}
.myaccount_menu li:last-child a{border-bottom: 0px;}
.myaccount_menu li a:before
{
	content:'\f105';
	font-family:'FontAwesome';
	color: #f4ce12;
	position:absolute;
	left:0px;
	top:12px;
	font-size: 14px;
}
.myaccount_menu li a:hover
{
	color: #244082;
	text-decoration:none;
}
.ordered_imgname {
    color:#3e7cb4;
    float: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 7px;
    text-align: left;
    width:62%;
	float:left;
}
.ordered_txt1 {
    border-bottom: 1px solid #ccc;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.myaccount_hdright
{
	margin-top:60px;
	padding:10px;
	color: #fff;
	font-size:20px;
	font-weight:500;
	background:#244082;
	margin:0px;
}
.forgottenpassword
{
	width:100%;
	float:left;
}
.forgotsubmit
{
    float: right;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	padding: 10px 40px;
	transition: all 0.3s ease 0s;
	border: 1px solid #f4ce12;
	background-color: #f4ce12;
	
	font-size: 15px;
	cursor: pointer;
}
.forgotsubmit:hover
{
	background-color: #244082;
	border: 1px solid #244082;
	color: #fff;
}

.orderedhistory table tr td{font-size: 14px;}

.orderedeye {
	background:#244082;
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
	margin:12px 0px;
	display:inline-block;
    transition: all 0.5s ease 0s;
}
.orderedeye:hover {
	background:#f4ce12;
	 color: #fff;
	transition: all 0.5s ease 0s;
}
.orderedhistory
{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.forgottenpassword label
{
	width:20%;
	float:left;
    font-size: 14px;
    font-weight: 500;
	position:relative;
	line-height:40px;
}
.forgottenpassword label:after
{
	content:':';
	font-family:'FontAwesome';
	color: #222;
	position:absolute;
	right:0px;
	top:0px;
}
.forgottenpassword_fields
{
	background-color: white;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #333333;
    display: block;
    padding: 12px 15px;
    width:78%;
	float:right;
	border-radius: 5px;
    word-break: normal;
}
.viewdetailspage_table
{
	padding:15px 0px;
}
.viewdetailsleft
{
	float:left;
	width:48%;
	line-height:24px;
	padding:10px;
	font-size: 14px;
}
.deliveredcharges
{
	float:right;
	width:48%;
	padding:10px;
}
.deliveredcharges ul
{
	list-style-type:none;
}
.deliveredcharges ul li
{
	width:100%;
	display:table;
    font-size: 14px;
    font-weight: 500;
	color:#222;
	text-align:right;
	margin-bottom:15px;
}
.deliveredcharges ul li span
{
	width:25%;
	float:right;
}
.viewdetailsleft_hd
{
	border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
/*---------myOrders_end------------*/

.rightcheckout_footerinner h4{color: #244082;}

.loginmain{
	border-radius: 5px;
box-shadow: 0 1px 4px rgba(127,127,127,0.11);
}
.login_box123 {
    min-height: 260px;
    clear: both;
    width: 100%;
    display: block;
    background: #fff;

}
.login_hd2 {
    width: 100%;
    display: table;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 17px;
    color: #333333;
}
.login_hd {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #848589;
    text-transform: capitalize;
    color: #333;
    font-size: 22px;
    font-weight: 400;
}
.login_cont {
    width: 100%;
    display: table;
    clear: both;
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.in_box {
    position: relative;
    margin: 10px 0;
}
.login_box form {
  margin-top: 10px;
}
.in_box input {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  color: #333;
  padding: 10px;
  padding-left: 50px;
  font-size: 12px;
  transition: all .5s;
}
.in_box p{font-size: 14px; font-weight: 500;}
.in_box p span {
  color: #ff0000;
}
.in_box input + label {
  position: absolute;
  bottom: -4px;
  left: 1px;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  color: #eee;
  background: #ddd;
  transition: all .5s;
}
.in_box input:hover + label, .in_box input:focus + label {
  color: #fff;
  background: #244082;
  transition: all .5s;
}
.in_box input:hover, .in_box input:focus {
  border: 1px solid #244082;
  transition: all .5s;
}
input.log_btn {
  float: right;
  padding: 10px 30px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  border: 0px;
  background: #f4ce12;
  transition: all .5s;
}
input.log_btn:hover, input.log_btn:focus {
  background: #244082;
  transition: all .5s;
}
input.remeber {
  display: none;
}
input.remeber + label {
    color: #333;
    cursor: pointer;
    margin-top: 10px;
    font-size: 12px;
    float: left;
    display: inline-block;
    padding-left: 30px;
    position: relative;
} 
input.remeber + label:before {
  position: absolute;
  top: 0;
  left: 0px;
  width: 20px;
  height: 20px;
  content: '';
  color: #fff;
  text-align: center;
  line-height: 20px;
  background: #ccc;
  transition: all .5s
} 
input.remeber:checked + label:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  background: #f4ce12;
  transition: all .5s
} 
input.remeber:checked + label {
    color: #333;
} 
input.remeber + label a{
  text-decoration: none;
  color: #f4ce12;
}
a.forgotPWD {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  color: #f4ce12;
  transition: all .5s;
} 
a.forgotPWD:hover {
  opacity: 1;
  transition: all .5s;
}
.requ1 {
    float: right;
    color: #f20000;
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 1px;
    text-align: right;
}
.login_btm {
    clear: both;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
}
.login_btn, .login_btn3 {
    float: right;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
    border: 1px solid #244082;
    font-size: 13px;
}
.login_btm a.login_btn{color: #244082;}
.login_btn:hover , .login_btn3:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    background: #244082;
}
.login_btm a.login_btn:hover{color: #fff;}



/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
	h2.hdbx1{font-size: 18px;}
	h2 .fixedabs{top: 0}
	.myaccountpage_left, .myaccountpage_right{width: 100%; clear: both;}
	.forgottenpassword label{width: 100%; font-size: 12px; line-height: 16px;}
	.forgottenpassword label:after{display: none;}
	.forgottenpassword_fields{width: 100% !important;}
	.forgotsubmit{padding: 5px 20px;}
	.orderedhistory table tr td, table.table11 tr td{font-size: 12px; line-height: 16px; padding: 10px;}
	.viewdetailsleft{width: 100%; clear: both; margin-bottom: 10px;}
	.deliveredcharges{clear: both; width: 100%; }
	.deliveredcharges ul{padding: 0}
	.viewcart_imgname{width: 140px; font-size: 14px; line-height: 18px;}
	.checkqtydiv{width: 100px;}
	.qutadd{width: 20px; font-size: 12px;}
	.table2 tr td{font-size: 14px;}
	.cnt_shp, .chk_out{font-size: 12px; padding: 5px 10px; letter-spacing: 0}
	.checokout_left{padding: 0px; width: 100%; clear: both;}
	.checkout_right{clear: both; width: 100%;}
	.opc-progress-bar-item > span{font-size: 12px;}
	.radio{font-size: 12px;}

	.section__title{margin-top: 20px; font-size: 18px;}
	.popaddnewaddress{width: 100% !important;}
	.boxes1left{width: 100%;}
	.rightcheckout_info{width: 52%;}
	.returntocart span{display: none;}
	.placeOrd1{width: 100%; display: block; position: fixed; left: 0px; bottom: 0px; z-index: 999;
		margin-bottom: 0; font-size: 16px; font-weight: 700;}
		.myAccpad{display: table; padding: 20px; width: 100%}
	.orderedhistory{border:0px !important; width:100%;}
	.breadcrumb{padding: 0px !important;}
}
/*------iphone----------------*/  
@media only screen and (min-width : 240px) and (max-width : 480px)
{

}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
    
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{

}
@media only screen and (min-width : 960px) and (max-width : 1170px)
{
  .container {max-width: 100%;width: 100%;min-width: 100%;}
}
@media only screen and (min-width : 960px) and (max-width : 1240px)
{

}
@media only screen and (min-width : 1024px) and (max-width : 1240px)
{
    
}