.col-main {
	width: 100%;
	padding:0 0.9375rem;
}
.cms-index-index .col-main, .pagecontent_holder .col-main{
	padding:0;
}
.col-main .or {
	display: none;
}
h2 {
	color: #252727;
	font-size: 1.375rem;
	margin: 0 0 0.9rem;
}
.pagecontent .page-title h1{
	font-size:1.8rem;
	margin-bottom:0.75rem;
}

ul.form-list {
	list-style: none;
	padding: 0;
}
ul, ol{
	list-style: none;
	padding: 0;
}
.cms-index-index .main-container{
	padding-bottom:0;
}
.main-container{
	padding-bottom:2rem;
}
/*===remember me=============*/
.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 0.625rem;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.625rem;
  font-size: 0.75rem;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}
/*===remember me=============*/
h3 {
	color: #252727;
	font-size: 1.375rem;
	margin-bottom: 0.75rem;
}
.new-users table.form-list .label.mytable {
	white-space: nowrap;
	padding-right:1.25rem;
	text-align:right;
	width:7rem;
}
/*.new-users table.form-list .mytable {
	padding:0 0 0.5rem;
}*/
.input-box > .input-text {
	margin-bottom: 0.3125rem;
}

table{
	width:100%;
}
.control > .checkbox, .field input[type="checkbox"]{
	position:absolute;
	z-index:9;
	opacity:0;
	height:1.5rem;
	width:1.5rem;
	cursor:pointer;
	margin-top:4px;
	
}
.control > .checkbox ~ label, .field input[type="checkbox"] ~ label{
	padding-left:1.875rem;
	position:relative;
}
.control > .checkbox ~ label:after, .field input[type="checkbox"] ~ label:after{
	position:absolute;
	left:0;
	top:4px;
	height:1.5rem;
	width:1.5rem;
	background:#fff;
	border:0.125rem solid #ddd;
	content:"";
	z-index:1;
}
.control > .checkbox:checked ~ label:before, .field input[type="checkbox"]:checked ~ label:before{
	content: "\f00c";
	font-family: 'FontAwesome';
	z-index:2;
	position:absolute;
	left:0;
	top:4px;
	height:1.5rem;
	width:1.5rem;
	text-align:center;
	line-height:1.5rem;
}
li > .radio, dt > .radio{
	position:absolute;
	z-index:1;
	opacity:0;
	
}
li > .radio ~ label, dt > .radio ~ label{
	padding-left:1.875rem;
	position:relative;
	cursor:pointer;
}
li > .radio ~ label:after, dt > .radio ~ label:after{
	position:absolute;
	left:0;
	top:0.2rem;
	height:1.2rem;
	width:1.2rem;
	background:#fff;
	border-radius:100%;
	border:0.125rem solid #ddd;
	content:"";
	z-index:1;
}
li > .radio:checked ~ label:before, dt > .radio:checked ~ label:before{
	content: "";
	z-index:2;
	position:absolute;
	left:0.3rem;
	top:0.5rem;
	height:0.6rem;
	width:0.6rem;
	text-align:center;
	line-height:0.6rem;
	border-radius:100%;
	background:#375d81;
}

.webforms- .fieldset .form-list li label {
    /*position:relative;*/
}
.form-list label.required em{
/*	color: #555555;
    float: right;
    font-style: normal;
    position: absolute;
    right: -8px;
    top: 0;*/
}
table.cart-table td .btn-remove.btn-remove2{
	height:1.5rem;
	width:1.5rem;
	overflow:hidden;
	display:inline-block;
	margin:0 auto;
	position:relative;
	text-indent:-9999999rem;
}
table.cart-table td .btn-remove.btn-remove2:after{
	content: "\f014";
	font-family: 'FontAwesome';
	text-align:center;
	line-height:1.5rem;
	color:#f00;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	line-height:1.5rem;
	opacity:1;
	text-indent:0;
	font-size:1.25rem;
	text-align:center;
}
.cart-links, .product-cart-actions{
	text-align:center;
}
a[title="Edit item parameters"]{
	height:1.5rem;
	width:1.5rem;
	overflow:hidden;
	display:inline-block;
	margin:0 auto;
	position:relative;
	text-indent:-9999999rem;
	margin-top:0.625rem;
}
a[title="Edit item parameters"]:after{
	content: "\f040";
	font-family: 'FontAwesome';
	text-align:center;
	line-height:1.5rem;
	color:#f00;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	line-height:1.5rem;
	opacity:1;
	text-indent:0;
	font-size:1.25rem;
	text-align:center;
}

.product-cart-info{
	text-align:center;
}
.product-cart-info h2{
	font-size:1.1rem;
}
.product-cart-image{
	max-width:6rem;
}
.product-cart-image img{
	max-width:100%;
}
.product-cart-actions .input-text.qty{
	width:3rem;
	margin:0.625rem auto;
}
table.cart-table thead th, table.cart-table tfoot th, table.cart-table thead td, table.cart-table tfoot td {
    border-bottom: 1px solid #c8cdcd;
    border-top: 1px solid #c8cdcd;
    font-weight: 600;
    white-space: nowrap;
}
.shipping-form > form{
	margin-bottom:2rem;
}
/*==========================loginpartform===============*/
.loginpartform li label{
	width:7rem;
	text-align:right;
	float:left;
	padding-right:1.25rem;
}
.loginpartform li .input-box{
	margin-left:7rem;
}
.userholder{
	border:1px solid #d9d9d9;
}
.userholder h2{
	background:#f4f7f8;
	color:#375d81;
	font-size:1.125rem;
	margin:0;
	padding:0.8rem 1rem;
	border-bottom:1px solid #e1e8ec;
}
.userholderinn{
	padding:1rem;
	min-height:20rem;
}
.userholderinn .buttons-set .button{
	width:130px;
}
.logintitle h1{
	display:inline-block;
	padding-right:30px;
	background:url(../images/lock.png) no-repeat right 10px;
}


/*==checkout===*/
#shopping-cart-table a[title="Delete"]:before{
	content: "\f014";
	font-family: 'FontAwesome';
	position:relative;
	color:#bbbdbd;
	font-size:20px;
	margin-right:100px;
	top:2px;
}
#shopping-cart-table a[title="Delete"]:hover:before{
	color:#d26335;
}
#shopping-cart-table a[title="Delete"]{
	width:20px;
	overflow:hidden;
	display:inline-block;
}
.checkout-cart-index table.cart-table tr td:first-child{
	text-align:center;
}
.checkout-cart-index table.cart-table tr td.a-right:first-child{
	text-align:right;
}
.checkout-cart-index input.input-text.qty{
	text-align:right;
	width:60px;
}
.tablefooter{
	border:none;
}
.checkout-cart-index table.cart-table tbody tr.even {
    background-color: rgba(0, 0, 0, 0);
}
.checkout-cart-index  table.cart-table .tablefooter .table{
	border:none;
}
.checkout-cart-index  table.cart-table .tablefooter > tr > td{
	border:none;
	border-top:1px solid #c8cdcd;
}
.checkout-cart-index  table.cart-table .tablefooter > tr > td .discount-form label, .checkout-cart-index  table.cart-table .tablefooter > tr > td .discount-form .input-box, .checkout-cart-index  table.cart-table .tablefooter > tr > td .discount-form .buttons-set{
	display:inline-block;
	margin-right:0.5rem;
}
.btn-default1{
	background:#dddddd;
	color:#444;
}
.couponpart{
	position:absolute;
	z-index:9;
	width:65%;
	left:0;
	top:-3.8rem;
}
.couponpart .discount .discount-form label, .couponpart .discount .discount-form .input-box, .couponpart .discount .discount-form .buttons-set{
	display:inline-block;
	margin-right:0.5rem;
}
.couponpart .discount .discount-form .input-box .input-text{
	display:inline-block;
}
.couponpart .discount .discount-form label{
	font-weight:bold;
}
/*==messages===*/
.messages, .messages ul {
	margin-bottom: 0.625rem;
	list-style: none;
	padding: 0;
}
.messages li li {
	position: relative;
	margin-bottom: 0.3125rem;
	padding: 0.4375rem 0.625rem 0.4375rem 1.25rem;
	background: #f4f4f4;
}
.messages li li:before {
	top: 50%;
	left: 0;
	margin-top: -0.375rem;
}
.messages .error-msg li {
	border-left: 0.3125rem solid red;
}
.messages .error-msg li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 0.375rem solid transparent;
	border-bottom: 0.375rem solid transparent;
	border-left: 0.375rem solid red;
	border-right: none;
}
.messages .notice-msg li {
	border-left: 0.3125rem solid #e26703;
}
.messages .notice-msg li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 0.375rem solid transparent;
	border-bottom: 0.375rem solid transparent;
	border-left: 0.375rem solid #e26703;
	border-right: none;
}
.messages .success-msg li {
	border-left: 0.3125rem solid #11b400;
}
.messages .success-msg li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 0.375rem solid transparent;
	border-bottom: 0.375rem solid transparent;
	border-left: 0.375rem solid #11b400;
	border-right: none;
}
.hor-scroll{
	overflow:auto;
	padding-bottom:0.625rem;
}
.input-box{
	margin-bottom:0.5rem;
}
.input-box .validation-advice{
	font-size:0.6rem;
	color:#f00;
}
p.required{
	font-size:0.8rem;
	color:#f00;
}
.required em{
	margin-right:0.3125rem;
}
ul.checkout-types{
	list-style:none;
	padding:0;
}
table.cart-table{
	margin-bottom: 1rem;
    max-width: 100%;
    width: 100%;
}
table.cart-table tr.odd {
    background: #fff none repeat scroll 0 0;
}
table.cart-table tbody tr.even {
    background-color: rgba(0, 0, 0, 0.05);
}
table.cart-table .table tbody td {
    border: medium none;
}
table.cart-table th, table.cart-table td {
    padding: 0.75rem 1rem;
}
table.cart-table thead th, table.cart-table tfoot th {
    border-bottom: 1px solid #c8cdcd;
    border-top: 1px solid #c8cdcd;
    font-weight: 600;
    white-space: nowrap;
}
.a-right{
	text-align:right;
}


.opc .section .step-title a {
    display: none;
}


.opc .section .step-title, .opc .allow .step-title{
    -moz-user-select: none;
    border-top: 1px solid #ececec;
    position: relative;
    width: 100%;
}
.opc .allow .step-title {
    cursor: pointer;
}
.opc .section .step.a-item{
	padding:1rem;
}

.opc .section.active .step-title {
    border-bottom: 1px solid #ececec;
}
.opc .section .step-title .number, .opc .allow .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number {
    background-color: #375d81;
    color: #ffffff;
    display: block;
    height: 1.625rem;
    left: 0.625rem;
    line-height: 1.625rem;
    margin-top: -0.8125rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 1.625rem;
}
.opc .section .step-title h2, .opc .allow .step-title h2 {
    font-size: 1.25rem;
    font-weight: 400;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0.25rem 0 3rem;
	color:#444;
}
.opc .section.allow .step-title h2{
	color:#375d81;
}
#shopCart > a {
    background: #375d81;
    color: #fff;
    line-height: 1.25;
    padding: 0.25rem 0.5rem;
    position: absolute;
    right: 0.5rem;
    top: 0.4rem;
	text-transform:uppercase;
	font-size:0.8rem;
}
#shopCart > a:hover {
	background:#d26335;
}

#checkoutSteps li > .minicart-checkout{
	display:none;
}
#checkoutSteps li.active > .minicart-checkout{
	display:block;
}
.minicart-checkout{
    background: #f4f7f8;
    border: 1px solid #ddd;
    flex-basis: 0;
    flex-grow: 1;
    margin-bottom: 1rem;
    max-width: 100%;
    padding: 1rem;
	text-align:right;
}
.minicart-checkout > div span{
	width:40%;
	margin-left:15px;
	display:inline-block;
}
.grand-total-div{
	padding-top:15px;
	margin-top:15px;
}
.grand-total-div {
    border-top: 1px dashed #ccc;
    margin-top: 15px;
    padding-top: 15px;
}
.grand-total-div span{
	font-size:20px;
	color:#d26335;
}
#custAddress {
	/*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;*/
}
.address_title{
	/*font-weight:600;*/
	color:#375d81;
}
.sep_or_cls{
	text-transform:uppercase;
	font-weight:600;
	font-size:1.5rem;
}
#addNewtext a{
	/*font-weight:600;*/
	color:#375d81;
	font-size: 1.4rem;
}
#addNewtextbilling a{
color:#375d81;
font-size: 1.4rem;
}
#checkout-step-payment h2{
color:#375d81;
font-size: 1.4rem;
}
#checkout-review-table-wrapper h2.item_summ{
color:#375d81;
font-size: 1.4rem;	
}
#custAddress #addresseList {
    /*background: #f4f7f8;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    padding: 1rem 1rem 3rem;
	position:relative;
	
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;*/
}
#addresseList > a{
	position:absolute;
	z-index:1;
	bottom:15px;
	left:15px;
	width:calc(100% - 30px);
	background:#375d81;
	color:#fff;
	padding:5px;
	text-align:center;
	border-radius:5px;
}
#addresseList > a:hover{
	background:#d26335;
}
.addresses-additional ol.row, .address_lists.row{
	/*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;*/
	margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.addresses-additional ol li, .address_lists.row .address_li{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
	position:relative;
	margin-bottom:1rem;
	
	/*-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;*/
}
.addresses-additional ol li:after, .address_lists.row .address_li:after{
	background: #f4f7f8;
    border: 1px solid #ddd;
	content:"";
	z-index:1;
	position:absolute;
	width:calc(100% - 1rem);
	height:100%;
	left:0.5rem;
	top:0;
}
.addressbox{
	position:relative;
	z-index:9;
	padding:1rem;
}
.addressbox address{
	/*min-height:13.75rem;*/
}
.addressbox address{
	min-height:1rem;
}
.addressbox{
	padding-bottom:3rem;
}
.addressbox ~ p{
	position:absolute;
	z-index:1;
	bottom:1rem;
	left:1.5rem;
	z-index:99;
	margin-bottom:0;
}
.checkout-onepage-index .addressbox ~ p{
	width: calc(100% - 3rem);
}
/*.addressbox{
	background: #f4f7f8;
    border: 1px solid #ddd;
    padding: 1rem;
}*/
.addressbox > p{
	margin-bottom:0;
}
.col-main .col-2.addresses-additional{
	-moz-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}
.addresses-additional ol li p a{
	display:inline-block;
	padding:0.25rem 1rem;
	background:#375d81;
	color:#fff;
	font-size:0.8rem;
	border-radius:0.25rem
}
.addresses-additional ol li p a:hover{
	background:#d26335;
}
.addresses-additional ol li p a.link-remove{
	background:#dddddd;
	color:#444;
}
.addresses-additional ol li p a.link-remove:hover{
	background:#375d81;
}
.myoder {
	font-size:1.375rem;
}
.myoder a{
	font-size:0.8rem;
}
.checkout-onepage-index h3{
	font-size:1.20rem;
}
.checkout-onepage-index .input-box .custom_first_name, .checkout-onepage-index .input-box .custom_last_name{
	width:50%;
	float:left;
}
.checkout-onepage-index .input-box .custom_first_name{
	padding-right:0.5rem;
}
.checkout-onepage-index .input-box .custom_last_name{
	padding-left:0.5rem;
}
.checkout-onepage-index .field .required[for="billing:firstname"] ~ .input-box{
	display:table;
	width:100%;
}

.checkout-onepage-index .required ~ .input-text > span[style="float:left;width:50%;"]{
	padding-right:0.5rem;
	
}
.checkout-onepage-index .required ~ .input-text > span[style="float:left;width:50%;"] ~ span[style="float:left;width:50%;"]{
	padding-right:0rem;
	padding-left:0.5rem;
	
}
#firstdataglobalgateway_cc_type_exp_div .v-fix {
    float: left;
    width: 50%;
}
#firstdataglobalgateway_cc_type_exp_div .v-fix {
	padding-right:0.5rem;
}
#firstdataglobalgateway_cc_type_exp_div .v-fix  ~ .v-fix{
	padding-left:0.5rem;
	padding-right:0rem;
}

.input-box textarea{
	width:100%;
	height:5rem;
}
.webforms- .fieldset.fieldset-1 .wide > div, .webforms- .fieldset.fieldset-1 .fields > div{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.field.type-text.webforms-fields-12.webforms-fields-country_name {
    display: none !important;
}
.webforms- .fieldset.fieldset-1 .wide label, .webforms- .fieldset.fieldset-1 .fields label{
	width:30%;
	display:flex;

}
.webforms- .fieldset.fieldset-1 .wide .input-box, .webforms- .fieldset.fieldset-1 .fields .input-box{
	width:70%;
	display:flex;
	position:relative;
	margin-bottom:0.8rem;
}

.webforms- .fieldset.fieldset-1 .wide.webforms-fields-row-1 .input-box{
	width:33.5%;

}
.webforms- .fieldset.fieldset-1 .wide.webforms-fields-row-2 label {
	display:none;
	/*width:calc(100% - 30%);*/
}
.webforms- .fieldset.fieldset-1 .wide.webforms-fields-row-2{
	position:relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.webforms- .fieldset.fieldset-1 .wide.webforms-fields-row-2 .input-box {
	position:absolute;
	z-index:9;
	top:-3.4375rem;
	right:0;
	width:33.5%;
}
.webforms- .buttons-set{
	padding-left:30%;
}
.webforms- .buttons-set p.required{
	float:right;
	margin-top:0.625rem;
}
.webforms- .validation-failed{
}
.webforms- .input-box .validation-advice{
	position:absolute;
	z-index:1;
	bottom:-0.5rem;	
	left:0;
}
.address_ul{
	position:relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:1rem 0 2rem 0;
	border-bottom:1px dashed #ddd;
	margin-bottom:2rem;
}
.address_ul li{
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.checkout-cart-index table.cart-table td.catelog{
	width:10%;
}
.checkout-cart-index table.cart-table td.name_product{
	width:50%;
}
.checkout-cart-index table.cart-table td.name_product h2.product-name{
	font-size:1rem;
	margin:0;
}
.cart-collaterals{
	position:relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cart-collaterals .span5{
	/*-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;*/
	padding:0 1rem;
	background: #f4f7f8 none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    padding: 1rem;
}
.cart-collaterals .span5.left.coup{
	border-right:none;
}
.cart-collaterals .span5 .discount-form .buttons-set{
	text-align:center;
}
.cart-collaterals .span5 .discount-form .buttons-set .button {
	padding:0.4rem 0.7rem;
}
.cart-collaterals .span5 .totals{

}
.checkout-cart-index table.cart-table thead th.a-center + .a-center{
	text-align:right;
}
/*====row===*/
.recent_item_cart, #crosssell-products-list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
}
.recent_item_cart, #crosssell-products-list{
	margin-bottom:2rem;
}
#crosssell-products-list li.item{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding:0 1rem 1rem;
}
.recent_item, .order_total{
	/*-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;*/
}
.recent_item, .crosssell-products-list{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	padding:0 1rem;
}
.order_total{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	padding:0 1rem;
}

code{
	font-size:100%;
}
.order_tot_ul li.button{
	
}
/*====*/
.messages ~ p > code:empty{
	display:none;
}
.recent_item .item .product-image, #crosssell-products-list li.item .product-image{
	float:left;
	margin:0 1rem 0.5rem 0;
}
.recent_item .product-details p{
	color:#4e5357;
	margin-bottom:0.357143rem;
	line-height:1.28571rem;
}
#crosssell-products-list li.item .product-details h3 a{
	font-size:0.9375rem;
	font-weight:600;
	color:#4e5357;
}
#crosssell-products-list li.item .product-details h3 a:hover{
	color:#d26335;
}
.order_tot_ul {
    border: 1px solid #c8cdcd;
    line-height: 2rem;
    margin-bottom: 0;
    padding: 1rem;
	text-align:right;
}
.order_tot_ul > li > span{
	width:25%;
	font-size:1.25rem;
	color:#d26335;
	display:inline-block;
}
.order_tot_ul > li > .custom_added_cart{
	margin-right:2rem;
	width:auto;
	color:#4e5357;
	font-size:1rem;
}
.order_tot_ul > li.button{
	padding:1rem 0 0;
}
.view-product_page{
	padding-bottom:1rem;
}
.view-product_page a{
	position:relative;
	color:#3073b5;
	display:inline-block;
	padding-right:1rem;
}
.view-product_page a:after{
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-bottom-width: 0.25rem;
	border-top-width: 0.25rem;
	border-left: 0.25rem solid #3073b5;
	content:"";
	position:absolute;
	z-index:1;
	right:0.2rem;
	top:0.6rem;
}
.view-product_page a:hover{
	color:#d26335;
}
.view-product_page a:hover:after{
	border-left: 0.25rem solid #d26335;
}
.no-display {
    display: none;
}
#shipping-new-address-form, #billing-new-address-form {
    display: block !important;
}
.please-wait {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.please-wait img{
	position:absolute;
	z-index:99;
	top:50%;
	left:50%;
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.validation-advice {
    color: #f00;
    font-size: 0.6rem;
}
.input-box .v-fix #firstdataglobalgateway_cc_cid{
	width:7.5rem;
}
.cart-label.hidden-desktop{
	display:none;
}
.customer-account .my-account .form-list .customer-name > label, .customer-account .my-account .form-list li > label, .customer-account .my-account .form-list li > .field > label{
	width:10rem;
	float:left;
	padding-right:1.25rem;
	text-align:right;
	line-height:34px;
}
.namepartdiv, .customer-account .my-account .form-list li > .input-box, .namepartdiv, .customer-account .my-account .form-list li > .field > .input-box{
	margin-left:10rem
}
.namepartdiv .name-firstname{
	float:left;
	padding-right:0.5rem;
	width:50%;
}
.namepartdiv .name-lastname{
	float:left;
	padding-left:0.5rem;
	width:50%;
}
.namepartdiv, .customer-account .my-account .form-list li:after{
	display:block;
	position:relative;
	content:"";
}
.input-text.no-display{
	display:none !important;
}
.boxaccountinfo{
	background: #f4f7f8;
    border: 1px solid #ddd;
	padding:1rem 1rem .5rem;
}
.boxaccountinfo .box-account.box-info{
	padding-bottom:2rem;
}
.boxaccountinfo .box-account.box-info:last-child{
	padding-bottom:0;
}
.boxaccountinfo .box-head{
	padding-bottom:1rem;
}
.customer-account .buttons-set .button{
	min-width:8rem;
}
.dashboard .welcome-msg {
	padding-bottom:1.5rem;
}
/*==============pradip=================*/
.checkout-cart-index .checkout-types.top{
	padding-bottom:1rem;
	border-bottom:1px solid #ddd;
	margin-bottom:1rem;
}
.checkout-cart-index .checkout-types.top li{
	text-align:right;
}
.checkout-cart-index .checkout-types.top li p{
	float:left;
}
.checkout-cart-index table.cart-table thead th{
	border-top:none;
}
.checkout-cart-index .discount, .checkout-cart-index .shipping, .checkout-cart-index .cart-totals-wrapper{
	/*background:#f4f7f8;
	padding:1rem;
	border:1px solid #ddd;
	margin-bottom:1rem;*/
}
.checkout-cart-index .shipping-region {
    float: left;
    width: 65%;
}
.checkout-cart-index .shipping-postcode {
    float: right;
    width: 30%;
}
.checkout-cart-index .cart-totals-wrapper{
	text-align:right;
}
.checkout-cart-index .cart-totals-wrapper button[title="keep Shopping"]{
	display:none;
}
.checkout-cart-index .cart-totals-wrapper button{
	font-size:1.25rem;
	margin-bottom:1rem
}
.checkout-cart-index .cart .cart-totals table tfoot td {
    font-size: 1.5rem;
    padding: 0.125rem 0.3125rem;
    vertical-align: top;
}
.checkout-cart-index table.cart-table th, .checkout-cart-index table.cart-table td{
	padding:0.5rem 0.2rem;
}
.checkout-cart-index ul.checkout-types{
	margin-bottom:0;
}




/*==============form-part=================*/
button{
	cursor:pointer;
}

input.input-text, select, textarea {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
input.input-text::-ms-expand {
 background-color: transparent;
 border: 0;
}
input.input-text:focus {
	color: #464a4c;
	background-color: #fff;
	border-color: #5cb3fd;
	outline: none;
}
input.input-text::-webkit-input-placeholder {
 color: #636c72;
 opacity: 1;
}
input.input-text::-moz-placeholder {
 color: #636c72;
 opacity: 1;
}
input.input-text:-ms-input-placeholder {
 color: #636c72;
 opacity: 1;
}
input.input-text::placeholder {
 color: #636c72;
 opacity: 1;
}
input.input-text:disabled, .input-text[readonly] {
	background-color: #eceeef;
	opacity: 1;
}
input.input-text:disabled {
	cursor: not-allowed;
}
select.input-text:not([size]):not([multiple]) {
	height: calc(2.25rem + 0.125rem);
}
 select.input-text:focus::-ms-value {
 color: #464a4c;
 background-color: #fff;
}
/*========================btn magento============*/
/*=======btn button magento========*/
/*===*/
button.button, a.button {
	display: inline-block;
	padding: 0.25rem 0.8rem;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.checkout-cart-index button.button, .checkout-cart-index a.button{
	padding: 0.5rem 0.8rem;
}
button.button:hover, a.button:hover, button.button:focus, a.button:focus {
	text-decoration: none;
}
button.button.focus, a.button.focus, button.button:focus, a.button:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.125rem rgba(2, 117, 216, 0.25);
	box-shadow: 0 0 0 0.125rem rgba(2, 117, 216, 0.25);
}
.button.disabled, .button:disabled {
	cursor: not-allowed;
	opacity: .65;
}
.button:active, .button.active {
	background-image: none;
}
a.button.disabled, fieldset[disabled] a.button {
	pointer-events: none;
}
/*=======*/
button.button, a.button {
	color: #fff;
	background-color: #375d81;
	border-color: #375d81;
}
button.button:hover, a.button:hover {
	color: #fff;
	background-color: #d26335;
	border-color: #d26335;
}
button.button.focus, a.button.focus, button.button:focus, a.button:focus {
	-webkit-box-shadow: 0 0 0 0.125rem rgba(2, 117, 216, 0.5);
	box-shadow: 0 0 0 0.125rem rgba(2, 117, 216, 0.5);
}
.button.disabled, .button:disabled {
	background-color: #70b2f0;
	border-color: #70b2f0;
}
.button:active, .button.active, .show > .button.dropdown-toggle {
	color: #fff;
	background-color: #d26335;
	background-image: none;
	border-color: #d26335;
}
/*========button2========*/
.button2 {
	display: inline-block;
	padding: 0.25rem 0.8rem;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button2:focus, .button2:hover {
	text-decoration: none;
}
.button2:focus, .button2.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.125rem rgba(2, 117, 216, 0.25);
	box-shadow: 0 0 0 0.125rem rgba(2, 117, 216, 0.25);
}
.button2.disabled, .button2:disabled {
	cursor: not-allowed;
	opacity: .65;
}
.button2:active, .button2.active {
	background-image: none;
}
a.button2.disabled, fieldset[disabled] a.button2 {
	pointer-events: none;
}
/*=======*/
.button2 {
	color: #fff;
	background-color: #375d81;
	border-color: #375d81;
}
.button2:hover {
	color: #fff;
	background-color: #d26335;
	border-color: #d26335;
}
.button2:focus, .button2.focus {
	-webkit-box-shadow: 0 0 0 0.125rem rgba(2, 117, 216, 0.5);
	box-shadow: 0 0 0 0.125rem rgba(2, 117, 216, 0.5);
}
.button2.disabled, .button2:disabled {
	background-color: #70b2f0;
	border-color: #70b2f0;
}
.button2:active, .button2.active, .show > .button2.dropdown-toggle {
	color: #fff;
	background-color: #d26335;
	background-image: none;
	border-color: #d26335;
}

/*==========responsive======*/

/*=======btn magento========*/
.buttons-set .button {
	min-width:120px;
	display: inline-block;
	padding: 0.75rem 0.7rem;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.buttons-set .button:focus, .buttons-set .button:hover {
	text-decoration: none;
}
.buttons-set .button:focus, .buttons-set .button.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.125rem rgba(2, 117, 216, 0.25);
	box-shadow: 0 0 0 0.125rem rgba(2, 117, 216, 0.25);
}
.buttons-set .button.disabled, .buttons-set .button:disabled {
	cursor: not-allowed;
	opacity: .65;
}
.buttons-set .button:active, .buttons-set .button.active {
	background-image: none;
}
a.buttons-set .button.disabled, fieldset[disabled] a.buttons-set .button {
	pointer-events: none;
}
.item_summ .edit_cart, .ship_add h3 span, .bill_add h3 span, .checkout-onepage-index h3 span{
	font-size:70%;
}
/*======================*/
	.opc .section .step.a-item#checkout-step-review{
		left: 0;
		padding: 1rem;
		width: 100%;
	}
	.opc .section .step.a-item#checkout-step-review .order-review{
		padding:0 1rem;
	}
	.opc .section .step.a-item#checkout-step-review .order-review > div{
		overflow:auto;
	}
	.opc .section .step.a-item#checkout-step-review .order-review .checkout-review tr td, .opc .section #checkout-step-review.step.a-item .order-review .checkout-review tr th{
		padding:0.5rem;
		border-bottom:1px solid #ddd;
	}
	.opc .section #checkout-step-review.step.a-item .order-review .checkout-review tr th{
		white-space:nowrap;
	}
	.opc .section .step.a-item#checkout-step-review .order-review .checkout-review tr td:first-child{
		width:10%;
	}
	.opc .section #checkout-step-review.step.a-item .order-review .checkout-review tfoot tr td .price{
		font-weight:600;
	}
	.opc .section .step.a-item#checkout-step-review .order-review .checkout-review tr td:nth-child(2){
		width:50%;
	}
	.opc .section .step.a-item#checkout-step-review .order-review .checkout-review tbody tr td.a-right{
		white-space:nowrap;
	}
	.ship_bill_details{
		position:relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin:1rem -1%;
	}
	.ship_bill_details .shipping_details,
	.ship_bill_details .billing_details{
		background: #f4f7f8;
		border: 1px solid #ddd;
		margin: 1rem 1%;
		padding: 1rem 1rem 3rem;
		
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 48%;
		position:relative;
	}
	.ship_add, .ship_oth, .bill_add, .bill_oth{
		width:50%;
		float:left;
		position:relative;
	}
	.shipping_details h2, .billing_details h2{
		border-bottom:1px solid #ddd;
		padding-bottom:0.5rem;
	}
	/*======================*/
@media screen and (max-width:991px){
	.order_tot_ul > li > span{
		width:35%;
	}
}


@media screen and (min-width:768px){
	.col-main .col-1, .col-main .col-2 {
		-moz-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col2-set {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
		margin-bottom: 0.5rem;
	}

	#checkoutSteps {
		display:flex;
		width:100%;
		border:1px solid #ddd;
		padding:1rem;
		min-height:91rem;
	}
	#checkoutSteps > li{
		display:table-cell;
	}
	#checkoutSteps li.section > .minicart-checkout{
		display:none;
	}
	#checkoutSteps li.active > .minicart-checkout{
		display:block;
	}
	.opc .section .step-title .number, .opc .allow .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number{
		position:relative;
		left:auto;
		top:auto;
		margin:0 auto;
		border-radius:100%;
	}
	#shopCart > a{
		display:none;
	}
	.opc .section .step-title h2, .opc .allow .step-title h2{
		padding:0 2rem;
		height:auto;
		white-space:nowrap;
		font-size:1rem;
		margin:0;
	}
	.opc .section .step-title, .opc .allow .step-title{
		border:none;
	}
	.opc .section .step.a-item{
		position:absolute;
		z-index:9;
		left:1rem;
		width:60%;
	}
	
	
	#checkoutSteps li.active > .minicart-checkout{
		position:absolute;
		z-index:9;
		right:2rem;
		width:35%;
		margin-top:3rem;
	}
	#checkoutSteps .step ul li fieldset ul{
		
	}
	#checkoutSteps .step ul li fieldset ul li > div, #checkoutSteps .step ul li fieldset ul li.wide{
		position:relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
#checkoutSteps .step ul li fieldset ul li > div > label, #checkoutSteps .step ul li fieldset ul li.wide > label{
	width:30%;
	display: flex;
}
#checkoutSteps .step ul li fieldset ul li > div > .input-box, #checkoutSteps .step ul li fieldset ul li.wide > .input-box{
	width:70%;
	display: flex;
	margin-bottom:0.8rem;
}
#checkoutSteps .step ul li fieldset ul li > div > .input-box .validation-advice{
	position:absolute;
	bottom:0.25rem;
	left:30%;
}
.checkout-onepage-index #checkoutSteps .step ul li fieldset ul li > div > .input-box .custom_first_name input{
	margin-bottom:0.25rem;
}
.minicart-checkout{
    background: #f4f7f8;
    border: 1px solid #ddd;
    flex-basis: 0;
    flex-grow: 1;
    margin-bottom: 1rem;
    max-width: 100%;
    padding: 1rem;
}
#custAddress{
	/*padding-right:1rem;*/
}
#custAddress {
	/*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;*/
}
#custAddress #addresseList {
    /*background: #f4f7f8;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    padding: 1rem 1rem 3rem;
	
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	position:relative;*/
}
#addresseList > a{
	position:absolute;
	z-index:1;
	bottom:1rem;
	left:1rem;
	width:calc(100% - 2rem);
	background:#375d81;
	color:#fff;
	padding:5px;
	text-align:center;
	border-radius:5px;
}
#addresseList > a:hover{
	background:#d26335;
}
.required-entry.validate-select.validation-failed{
	margin-bottom:5px;
}
.opc .section.active .step-title{
	border:none;
}
.opc .allow .step-title h2{
	color:#375d81;
	border:none;
}
.opc .section .step-title h2{
	color:#4e5357;
	border:none;
}
.opc .section.allow.active .step-title h2{
	color:#d26335;
	border:none;
}
.opc .allow .step-title span.number, .opc .allow .step-title span.number:hover, .no-touch .opc .allow:hover .step-title span.number, .no-touch .opc .section.allow .step-title:hover span.number{
	background-color:#375d81;
}
.opc .section .step-title span.number, .opc .section .step-title span.number:hover, .no-touch .opc .section:hover .step-title span.number{
	background-color:#4e5357;
}
.opc .section.allow.active .step-title span.number, .opc .section.allow.active .step-title span.number:hover, .no-touch .opc .section.allow.active:hover .step-title span.number{
	background-color:#d26335;
}
}
@media screen and (max-width:991px){
	.opc .section .step-title h2, .opc .allow .step-title h2{
		padding:0 0.5rem;
	}
}

@media screen and (max-width:767px){
	.col-main .col-1, .col-main .col-2 {
		-moz-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom:1.875rem;
		padding:0;
	}
	.recent_item{
		margin-bottom:1rem;
	}
	.recent_item, .order_total{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding:0 1rem;
	}
	#crosssell-products-list li.item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.ship_bill_details .shipping_details, .ship_bill_details .billing_details{
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width:575px){
	.pages{
		text-align:right;
	}
	.cart-collaterals .span5{
		display:block;
		width:100%;
	}
	.cart-collaterals{
		display:block;
		margin:0;
	}
	.cart_round_border{
		overflow:auto;
		/*white-space:nowrap;*/
	}
	.cart-collaterals .span5.left.coup{
		border:1px solid #ddd;
	}
	#crosssell-products-list li.item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding:0 1rem 1rem;
	}
	#addresseList address{
		margin-bottom:1rem;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.webforms- .fieldset.fieldset-1 .wide label, .webforms- .fieldset.fieldset-1 .fields label{
		width:100%;
	}
	.webforms- .fieldset.fieldset-1 .wide.webforms-fields-row-1 .input-box{
		width:49%;
	}
	.webforms- .fieldset.fieldset-1 .wide.webforms-fields-row-2 .input-box{
		width:49%;
	}
	.webforms- .fieldset.fieldset-1 .wide .input-box, .webforms- .fieldset.fieldset-1 .fields .input-box{
		width:100%;
	}
	.webforms- .buttons-set{
		padding-left:0;
	}
	.ship_add, .ship_oth, .bill_add, .bill_oth{
		float:none;
		width:100%;
	}
	#custAddress #addresseList{
		flex: 0 0 100%;
		max-width: 100%;
		padding:1rem;
	}
	#addresseList > a {
		bottom: auto;
		left: auto;
		padding: 5px 30px;
		position: relative;
		top: auto;
		width: auto;
	}
}
@media screen and (max-width:399px){
	.recent_item .item .product-image, #crosssell-products-list li.item .product-image{
		float:none;
		text-align:center;
		display:block;
	}
}

@media screen and (max-width:359px){
	.new-users table.form-list{
		min-width:25rem;
	}
}



/* New Style 14-08-2017*/
.activition_div {
	border: 1px solid #d9d9d9;
	border-radius: 10px 10px 0 0;
}
.activition_div h3 {
	border-radius: 10px 10px 0 0;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
	padding: 10px 15px;
	margin: 0;
	border-bottom: 1px solid #d9d9d9;
	font-size:18px;
	color:#375d81;
	font-weight:normal;
}
.activition_div h4{
	font-size:20px;
	padding:0 0 15px;
	margin:0;
	color:#003398;
	font-weight:normal;
}
.activition_div p{
	font-size:16px;
	padding:0 0 10px;
	margin:0;
	color:#55595c;
}
.activition_div p.readmore_link{
	font-size:14px;
	padding:0 0 10px;
	margin:0;
	color:#007fc3;
}

.activition_div p.readmore_link a{
	color:#007fc3;
}
.activition_div p.readmore_link a:hover{
	color:#003398;
}
.clear{
	clear:both;
}
.activation_image{
	width:40%;
	padding:20px 0;
	text-align:center;
	float:right;
}
.activation_text{
	float:left;
	width:60%;
	box-sizing:border-box;
	padding:15px;
}

.activition_div_holder{
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaf8f8+0,ffffff+67 */
background: #eaf8f8; /* Old browsers */
background: -moz-linear-gradient(left,  #eaf8f8 0%, #ffffff 67%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #eaf8f8 0%,#ffffff 67%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #eaf8f8 0%,#ffffff 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf8f8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.activition_div{
	width:70%;
	float:left;
}
.information{
	width:28%;
	float:right;
	box-sizing:border-box;
	padding:0 30px 15px;
	background:#f8f8f8;
	border: 1px solid #d9d9d9;
    border-radius: 10px;
}
.information h2{
    color: #375d81;
    font-size: 1.07142857REM;
    font-weight: normal;
    margin: 0;
    padding: 0.78571429REM 0;
}
.information p{
	font-size:0.92857143REM;
	line-height:1.28571429REM;
	margin-bottom:0.57142857REM;
}
.information .cons{
	font-size:0.92857143REM;
}
.information a {
	overflow-wrap: break-word;
}
.customer-account-index .col1-layout, .sales-order-history .col1-layout, .sales-order-view .col1-layout, .customer-address-index .col1-layout, .customer-address-form .col1-layout, .customer-account-edit .col1-layout{
    max-width: 1000px;
    margin:0 auto;
}


.mbprice{
	display:block;
}
.latestnews .redmorelink {
  padding-top: 14px;
}
.news-item {
    padding-bottom: 20px;
}
.news-item h2{
    margin: 0 !important;
}
.news-item .description p{
	margin-bottom: 0px !important;
}
.paddingtop{
	padding-top:25px;
}
.g-recaptcha
{
  margin: 0 0 10px 31%;
}
@media screen and (max-width:767px) 
{
.g-recaptcha
{
 margin: 0 0 20px 0px;
}
 
}







