.simple-content {
    margin: 0px 5px;
}
.simple-content label {
    float: none !important;
    width: auto !important;
}
.simple-content .buttons {
    border: none;
    margin: 0px 0px 15px 0px;
}
#simplecheckout_login .buttons {
    border: none;
    margin: 0;
    padding: 0;
}
.simplecheckout {
    overflow:hidden;
    width:100%;
}
.simplecheckout-three-column {
float: left;
    width: 31%;
    margin-right: 3px;
    min-width: 285px;
    max-width: 500px;
}
#button-confirm {
    display: none;
}
.show-modal {
    display: block !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 100 !important;
}
.show-overlay {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 100 !important;
}
@media only screen and (max-width:989px) {
	.simplecheckout-three-column{
    width: 90%;
    margin-left: 10%;
    
}
	.buy1ClickButton {

	}
}

@media only screen and (max-width:479px) {
	.buy1ClickButton {

	}
	.simplecheckout-three-column{
    min-width: 270px;
	margin-left:0;
}
.simplecheckout-customer-block tr, .simplecheckout-customer-block td {
	display:inline;
	/*width:100%;*/
	
}

.simplecheckout-customer-left {
    	display:inline;
	width:100%;
    padding-right: 0px;
  
}
.simplecheckout-cart td {padding-right: 0 !important;
    padding-left: 0 !important;}
	body, td, th, input, textarea, select, a {
		font-size:13px;
	}
}

.simplecheckout-left-column {
    float:left;
    width:50%;
    margin-right:2%;
    min-width: 280px;
    box-sizing: border-box;
}
.simplecheckout-right-column {
    float:right;
    width:48%;
    min-width: 280px;
    box-sizing: border-box;
}
@media only screen and (max-width:768px) {
    .simplecheckout-left-column {
        display:block;
        width: 100%;
        min-width: auto !important;
        max-width: 1900px !important;
        float: none;
		margin-right: 0;
    }
    .simplecheckout-right-column {
        display:block;
        width: 100%;
        min-width: auto !important;
        max-width: 1900px !important;
        float: none;
    }
}
.simplecheckout-block {
    clear: both;
}
.simplecheckout-block-heading {
    overflow: hidden;
    border-bottom: none;
    padding-top: 8px;
    margin: 15px 0 10px;
    font-size: 20px;
    color: #000;
}
.simplecheckout-block-heading-button {
    float:right;
}
.simplecheckout-block-heading-button a {
    display:inline-block;
}
.simplecheckout-block-content {
    overflow:hidden;
	border-top:none;
    padding: 10px 0;
}
.simpleregister {
    margin-bottom: 5px;
}
.simpleregister-block-content {
    overflow:hidden;
    margin-bottom: 10px;
    padding: 10px;
}
.simpleregister-block-content .simplecheckout-customer {
    width: 50%;
}
@media only screen and (max-width:600px) {
    .simpleregister-block-content .simplecheckout-customer {
        width: 100%;
    }
}
.simpleregister-button-block {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 20px;
    overflow: auto;
    padding: 6px;
    text-align:right;
}
.simpleregister-button-right {
    float: right;
    text-align: right;
}
.simpleregister-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-methods-table {
    width: 100%;
}
#simplecheckout_customer tbody {
    width: 100%;
}
.simplecheckout-methods-table tr {
    display: inline-block;
    flex-direction: row;
}
a.resumeButton {
    min-width: 185px;
    width: auto;
    text-align: center;
}
.simplecheckout-methods-table td.code {
    width: auto;
}
.buttons-area {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.buttons-area .row{
    justify-content: flex-end;
}
.simplecheckout-methods-table td.title {
    padding: 2px;    
}
.simplecheckout-methods-table td.title label {
    display: block !important;   
}
.simplecheckout-methods-table td.quote {
    text-align: right;
    width: 15%;
}
.simplecheckout-required {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-button-block {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 20px;
    overflow: auto;
    padding: 6px;
    text-align:right;
    clear: both;
}
.simplecheckout-button-right {
    float: right;
    text-align: right;
}
.simplecheckout-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-button {
    display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
    cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') top left repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
.simplecheckout-button-left .button {
    margin: 0;
}
@media only screen and (max-width:780px) {
    .simplecheckout-button-left {
        display: none;
    }
}
.simplecheckout-button:hover {
   background: url('../image/button-active.png') repeat-x;
}

#simplecheckout_customer .simplecheckout-block-content {
    text-align: center;
}
.simplecheckout-login {
    display: inline-block;
}
.simplecheckout-login-left {
    width:50%;
    text-align: left;
}
.simplecheckout-login-right {
    width:50%;
    text-align:left;
}
.simplecheckout-login-right .button {
    float: left;
    margin: 0;
}
.simplecheckout-login-right input {
    text-align:left;
    max-width: 160px !important;
}
.simplecheckout-customer-block {
    overflow: hidden;
}
.dont-call {
    text-align: left;
    font-size: 12px;
    margin-top: -12px;
}
.simplecheckout-customer-block input[type="checkbox"] {
    margin-left: 0;
}
.simplecheckout-company-header {
    font-weight:bold;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}
.simplecheckout-customer-left {
    width: 50%;
    text-align: left;
    padding-right: 10px;
  
}
.simplecheckout-customer-right {
    width: 50%;
    text-align: left;
}
.simplecheckout-customer-right input[type=text],.simplecheckout-customer-right input[type=password],.simplecheckout-customer-right textarea,.simplecheckout-customer-right select {
    width: 100%;
}
.simplecheckout-customer-right textarea {
	resize:none;
	    height: 90px !important;
}
.simplecheckout-customer-one-column {
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
}
#simplecheckout_shipping + .simplecheckout-customer-one-column tbody tr:first-child {
    display: block !important;
    width: 100% !important;
}
#simplecheckout_shipping + .simplecheckout-customer-one-column tbody tr:nth-child(4n) {
    display: block !important;
    width: 100% !important;
}
.simplecheckout-methods-table input[type="radio"] {
    transform: scale(1.4);
    display: block;
    margin-bottom: 2px;
}
.simplecheckout-customer-two-column-left {
    width: 48%;
    text-align: left;
    margin-right: 20px;
    float: left;
    margin-bottom: 0px;
}
.simplecheckout-customer-two-column-right {
    width: 48%;
    text-align: left;
    float: left;
    margin-bottom: 0px;
}
@media only screen and (max-width:640px) {
.simplecheckout-customer-two-column-left {
    width: 98%;
    text-align: left;
    margin-bottom: 0px;
}
.simplecheckout-customer-two-column-right {
    width: 98%;
    text-align: left;
    margin-bottom: 0px;
}
}
.simplecheckout-customer-type-select {
    text-align: left;
    margin-bottom: 10px;
}
.simplecheckout-customer-address {
    text-align: left;
    margin-bottom: 10px;
}
.simplecheckout-cart {
    border-collapse: collapse;
    margin: 0px !important;
    width: 100%;
}
.simplecheckout-cart-total {
    text-align: right;
    padding: 3px 3px;
    overflow: hidden;
	display: table;
    width: 100%;
}
.simplecheckout-cart-total span {
	display: inline;
    width: 100%;
    text-align: right;
	padding-right: 2%;
}
#total_shipping {
    font-size: 18px;
}
#total_total {
    font-size: 24px;
    font-weight: normal;
    color: #F29781;
}
table.simplecheckout-cart {
    margin-bottom: 20px;
}
.simplecheckout-cart-total input {
    margin-right: 0px !important;
    max-width: 100px;
}
.simplecheckout-cart-total span.inputs {
    margin-right: 3px;
}
.simplecheckout-cart-total span.inputs input[type=text]{
    margin: 0px;
}
.simplecheckout-cart-total-value {
    min-width: 60px;
	width:30%;
    margin: 0px 3px;
    display: inline-block;
	text-align: right !important;
}
.simplecheckout-cart-total-remove {
    width: 18px;
    text-align: center;
    display: inline-block;
}
.simplecheckout-cart-total-remove img {
    vertical-align: -2px;
    cursor: pointer;
}
.simplecheckout-cart col.image {
    width: 5%;
}
.simplecheckout-cart col.name {

}
.simplecheckout-cart col.model {
    width: 10%;
}
.simplecheckout-cart col.quantity {

}
.simplecheckout-cart col.price {
    width: 10%;
}
.simplecheckout-cart col.total {
    width: 10%;
}
.simplecheckout-cart col.remove {
    width: 7px;
}
.simplecheckout-cart th {
    color: #7588B9;
    font-weight: bold;
    font-size: 18px;
    padding: 4px;
}
.simplecheckout-cart th.image {
    text-align: center;
    width: 1px;
}
.simplecheckout-cart th.name {
    text-align: left;
    padding-left: 10px;
}
.simplecheckout-cart th.model {
    display: none;
}
.simplecheckout-cart th.quantity {
    text-align: left;
}
.simplecheckout-cart th.price {
    text-align: left;
}
.simplecheckout-cart th.total {
    text-align: left;
}
.simplecheckout-cart th.remove {
    text-align: center;
    width: 17px;
}
.simplecheckout-cart td {
    vertical-align: middle;
    padding: 7px 7px 17px;
}
.simplecheckout-cart tr {
    position: relative;
    min-height: 60px;
    background: linear-gradient(rgba(255, 234, 229, 0.28) 90%, #fff 90%);
}
.simplecheckout-cart thead tr {
    background: unset;
}
.simplecheckout-cart td.image {
    text-align: right;
    padding-right: 0;
    position: relative;
    min-width: 50px;
    height: 48px;
}
.simplecheckout-cart td.image img {
    position: absolute;
	left: 0;
    top: 30px;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    border-radius: 15px;
    padding: 10px;

}
.simplecheckout-cart td.name {
    text-align: left;
    padding-left: 0;
    text-transform: uppercase;
}
.simplecheckout-cart td.name a {
    text-decoration: none;
}
.simplecheckout-cart td.name div.image {
    display: none;
}
.simplecheckout-cart td.model {
    display: none;
}
.simplecheckout-cart td.quantity {
    text-align: center;
    vertical-align:middle;
    min-width:80px;

}
.simplecheckout-cart td.quantity input[type=text] {
    padding:5px;
    margin:0;
    text-align:center;
    vertical-align:middle;
    width:20px;
    font-size: 18px;
    background: unset;
}
.simplecheckout-cart td.quantity img {
    border: 0px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    cursor:pointer;
    display:inline-block;
}
.simplecheckout-cart td.price {
    text-align: right;
    font-size: 18px;
}
.simplecheckout-cart td.total {
    text-align: right;
    font-size: 18px;
    display: none;
}
th.total {
    display: none;
}
.simplecheckout-cart td.remove {
    text-align: center;
    width: 17px;
    padding-left: 3px;
    padding-right: 3px;
}
.simplecheckout-cart td.remove img {
    max-width: 30px !important;
}
.simplecheckout-cart td.product-warning {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-cart td.right {
    text-align: right;
    vertical-align: middle;
}
@media only screen and (max-width:640px) {
    .simplecheckout-cart col.image,.simplecheckout-cart th.image,.simplecheckout-cart td.image {
        display: none;
    }
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
    .simplecheckout-cart col.price,.simplecheckout-cart th.price,.simplecheckout-cart td.price {
        display: none;
    }
    .simplecheckout-cart td.name div.image {
        display: block;
    }
    .simplecheckout-cart td.name div.options {
        display: none;
    }
}
@media only screen and (max-width:1000px) {
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
}
.simplecheckout-three-column .simplecheckout-cart col.image,
.simplecheckout-three-column .simplecheckout-cart th.image,
.simplecheckout-three-column .simplecheckout-cart td.image,
.simplecheckout-three-column .simplecheckout-cart col.price,
.simplecheckout-three-column .simplecheckout-cart th.price,
.simplecheckout-three-column .simplecheckout-cart td.price,
.simplecheckout-three-column .simplecheckout-cart col.model,
.simplecheckout-three-column .simplecheckout-cart th.model,
.simplecheckout-three-column .simplecheckout-cart td.model {
    display: none;
}
.simplecheckout-three-column .simplecheckout-cart td.name .image {
    display: block;
}
.simplecheckout-scroll{
    max-height:300px;
    overflow-y:scroll;
}
.simplecheckout-error-text {
    color: #FF0000;
    margin-top: 3px;
    display: block;
}
.simplecheckout-warning-text {
    font-weight: bold;
    margin: 5px 0;
}
.simplecheckout-warning-block {
    text-align: left;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    background: url("../image/warning.png") no-repeat scroll 10px center #FFD1D1;
    border-radius: 5px 5px 5px 5px;
    clear: both;
}
.simpleregister-warning-block {
    text-align: left;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    background: url("../image/warning.png") no-repeat scroll 10px center #FFD1D1;

    border-radius: 5px 5px 5px 5px;
}
.simplecheckout-proceed-payment {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    display: none;
}
#simple_payment_address_block {
    margin-top: 15px;
}
.simplecheckout-customer-same-address {
    text-align: left;
	display:none;
}
#simplecheckout_login {
    padding:30px;
    margin: auto;
    text-align: center;
}
.simplecheckout-customer-same-address {
    margin: 15px 0px;
}
.simplecheckout-company {
    margin: 15px 0px 0px 0px;
}
#simplecheckout_payment_form {
    /*padding: 70px 0 0;*/
    display: none;
}
#simplecheckout_payment_form .checkout-content {
    display: block;
}
#simplecheckout_payment_form div.buttons {

}
.simplecheckout-cart-block {
    height: calc(100% + 55px);
    display: flex;
    flex-direction: column;
}

.simplecheckout-payment-block {
    width: 100%;
}
.simplecheckout-red-border {
    
}
#simple_login_layer {
    width:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:99990;
    background-color:#000000;
    display:none;
}
#simple_login {
    background:none repeat scroll 0 0 #FFFFFF;

    -webkit-border-radius:7px 7px 7px 7px;
    -moz-border-radius:7px 7px 7px 7px;
    -khtml-border-radius:7px 7px 7px 7px;
    border-radius:7px 7px 7px 7px;
    height:250px;
    overflow:hidden;
    padding:5px;
    position:fixed;
    width:300px;
    z-index:99991;
    display: none;
}    
#simple_login_header {
    text-align: right;
    padding: 0px 0px;
}
#simple_login_header img {
    margin: 0 0 0 auto;
}
.you-will-be-registered {
    font-weight: bold;
}
.simplecheckout-customer-right label input {
    margin-right:3px;
}
.simplecheckout label, .simpleregister label {
    display: inline-block !important;
    margin: 0;
}
.picDelivery {display:none;}
.simplecheckout-methods-table .picDelivery {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
	margin-right:5px;
}
.textDelivery {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 55px);
}

.simplecheckout-cart-total .picDelivery {display:none;}

.simplecheckout-cart-total .textDelivery { vertical-align: baseline;} 



.simpleOrderButton #simplecheckout_button_confirm {
    margin-left: 10px !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    text-transform: uppercase !important;
    width: 270px;
    text-align: center;
    box-sizing: border-box;
}


	/* *********************** POPUP ****************************** */
/* Базовые стили слоя затемнения и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9400;
    display: none;
/* фон затемнения */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
/* активируем слой затемнения */
.overlay:target {
    display: block;
}
/* стили модального окна */
.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 9401;
    margin: 0;
    width: 85%;
    min-width: 250px;
    max-width: 600px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
/* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
/* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 10%;
}
/* формируем кнопку закрытия */
.close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
.buy1ClickWrapper {
	text-align:center;
	margin:auto;
	width:90%;
}
.buy1ClickWrapper .tittle
{
	font-size:28px;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}
.buy1ClickWrapper p
{
	font-size:16px;
	text-align:left;
	margin-top: 10px;
}
.buy1ClickWrapper .buy1ClickDesc
{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-top:15px;	
}
.buy1ClickWrapper #buy1ClickTel
{
	padding:7px;
	border: 1px solid;
	border-radius: 4px;
	width:90%;
	max-width:250px;
	display:block;
	margin:auto;
	font-size:22px;
	margin-bottom:20px;
}

.buy1ClickWrapper #simplecheckout_button_confirm
{
	padding-top: 20px !important;
    padding-bottom: 20px !important;
	width: 95%;
    max-width: 320px;
	border-radius: 5px;
}
.buy1ClickButton
{

}
.buy1ClickButton:hover
{

}
/* *********************** /POPUP ****************************** */

#simplecheckout_customer_login {display:none;}

#simplecheckout_customer tr,
#simplecheckout_customer td,
#simplecheckout_customer table,
#simplecheckout_customer tbody
{display: inline-block;}

#simplecheckout_customer input,
#simplecheckout_customer select {
    box-sizing: border-box;

}
#simplecheckout_customer select {
    height: 45px;
}
#simplecheckout_customer td {
    width: 100%;
    box-sizing: border-box;
}
#simplecheckout_customer .simplecheckout-methods-table td {
    width: auto;
	vertical-align: middle;
}
#simplecheckout_customer tr {
    width: 50%;
    margin-bottom: 15px;
    box-sizing: border-box;
}
#simplecheckout_customer .simplecheckout-methods-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#simplecheckout_customer .simplecheckout-methods-table tr {
    display: inline-block !important;
    min-width: 130px;
    width: auto;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: left;
}
#simplecheckout_customer tr:nth-child(odd) {
    padding-right: 5px;
}
#simplecheckout_customer tr[place="customer"] {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
#simplecheckout_customer tr[place="customer"] td {
    width: auto;
}
.checkbox-input-block input[type="radio"] {
	display: none;
}
.checkbox-input-block input[type="radio"] + label {
    position: relative;
    padding-left: 20px;
    min-width: 110px;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: left;
}
.checkbox-input-block input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    border: 3px solid #E9E9E9;
    background: #E9E9E9;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    transform: translate(0, -50%);
}
.checkbox-input-block input[type="radio"]:checked + label:before {
    background: #7588B9;
}
.checkbox-input-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.order-2 .simple_table_row[place="customer"] {
    display: none !important;
}
#simplecheckout_customer .order-2 tr.simple_table_row:nth-child(2) {
    width: 100%;
}
#simplecheckout_customer .order-2 tr.simple_table_row:nth-child(5) {
    display: none;
}
#simplecheckout_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.simplecheckout-cart-total b {
    font-weight: normal !important;
}
.w100 {
    width: 100%;
}
@media (max-width: 989px) {
    a.button.ctr {
        padding: 13px 8px;
    }
}
@media (max-width: 789px) {
    .simpleOrderButton {width:100%;}
    .simplecheckout-left-column,
    .simplecheckout-right-column {
        width: 100%;
    }
    #simplecheckout_customer tr {
        width: 100%;
    }
    a.button.ctr {
        margin: 10px 0;
    }
    #simplecheckout_customer tr:nth-child(odd) {
        padding-right: 0;
    }
    .simple-content {
        margin: 0;
    }
    #simplecheckout_customer select {
        height: 35px;
    }
    .simplecheckout-cart td.remove {
        padding-top: 10px !important;
    }
    .simpleOrderButton #simplecheckout_button_confirm {
        width: 100%;
        margin-top: 10px;
    	margin-left:0 !important;
	}
}
@media (max-width: 640px) {
    table.simplecheckout-cart thead {
        display: none;
    }

    table.simplecheckout-cart tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    table.simplecheckout-cart tr td.name {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .simplecheckout-cart td.price {
        font-size: 22px;
    }
    table.simplecheckout-cart tr td.name img {
        margin-right: 10px;
    }

    table.simplecheckout-cart tr td.price {
        display: inline-block;
        width: calc(100% - 110px);
        max-width: 310px;
    }

    .simplecheckout-cart td.remove {
        padding-top: 13px !important;;
    }
    .simplecheckout {
        overflow: visible !important;
    }
    #simplecheckout_form .simplecheckout-right-column {
        width: calc(100% + 50px) !important;
        margin-left: -25px;
        margin-right: -25px;
    }
    #simplecheckout_form .simplecheckout-right-column .simplecheckout-block-heading {
        padding: 0 25px;
    }
    #simplecheckout_form .simplecheckout-right-column table.simplecheckout-cart tr {
        padding: 0 25px;
    }
    #simplecheckout_form .simplecheckout-right-column .simplecheckout-cart-total span {
        padding-right: 16px;
    }
}


