.simple-content {
    margin: 0px 5px;
}
.simple-content label {
    float: none !important;
    width: auto !important;
}
.simple-content .button, #simplecheckout_login .button {
    margin: 0px !important;
}
.simple-content .buttons {
    margin: 0;
    border: none;
    padding: 0;
}
#simplecheckout_login .buttons {
    margin: 0;
    border: none;
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout {
    overflow:hidden;
    width:100%;
}
.simplecheckout-three-column {
    float:left;
    margin-right:2%;
    min-width: 200px;
    max-width: 500px;
    width:32%;
}
.simplecheckout-three-column + .simplecheckout-three-column + .simplecheckout-three-column {
    margin-right:0px;
    float: right;
}
@media only screen and (max-width:768px) {
    .simplecheckout-three-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }
}
.simplecheckout-left-column {
    float:left;
    min-width: 280px;
    max-width: 900px;
    width: calc(50% - 15px);
    margin-right: 30px;
}
.simplecheckout-right-column {
    float:right;
    min-width: 280px;
    max-width: 900px;
    width: calc(50% - 15px);
}
@media only screen and (max-width:768px) {
    .simplecheckout-left-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }
    .simplecheckout-right-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }
}
/*.simplecheckout-block {
    clear: both;
    margin-bottom: 20px;
}*/
.simplecheckout-block-content {
    overflow:hidden;
    #padding: 10px;
    #border: 1px solid #EEEEEE;
}
.simpleregister {
    margin-bottom: 5px;
}
.simpleregister-block-content {
    overflow:hidden;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #EEEEEE;
}
.simpleregister-block-content .simplecheckout-table-form-left {
    width: 50%;
}
@media only screen and (max-width:600px) {
    .simpleregister-block-content .simplecheckout-customer {
        width: 100%;
    }
}
.simpleregister-button-block {
    overflow: auto;
    margin-bottom: 20px;
    padding: 6px;
    border: 1px solid #EEEEEE !important;
    background: none repeat scroll 0 0 #FFFFFF;
    text-align:right;
}
.simpleregister-button-right {
    float: right;
    text-align: right;
}
.simpleregister-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-methods-table {
    width: 100%;
    padding-bottom: 10px;
}

.simplecheckout-methods-table .checkout-heading {
    margin-bottom: 8px;
}
.simplecheckout-methods-table tr + tr {
    margin-top: 10px;
}

.simplecheckout-methods-table td.code {
    display: flex;
    padding-top: 2px;
    padding-right: 5px;
}
.simplecheckout-methods-table td.title {
    padding: 0;
}
.simplecheckout-methods-table td.title label {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #161616;
    padding-bottom: 10px;
}
.simplecheckout-methods-table td.quote {
    width: 15%;
    text-align: right;
}
.simplecheckout-methods-description {
    padding: 5px;
    margin: 5px 0px;
}
.simplecheckout-required {
    color: #FF0000;
    font-weight: 300;
}
.simplecheckout-button-block {
    clear: both;
    overflow: auto;
    #margin-bottom: 20px;
    #padding: 6px;
    #border: 1px solid #EEEEEE !important;
    #background: none repeat scroll 0 0 #FFFFFF;
    text-align:right;
}
.simplecheckout-button-right {
    float: right;
    text-align: right;
}
.simplecheckout-button-left {
    float: none;
    text-align: center;
}
.simplecheckout-button {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    background: url('../image/button.png') top left repeat-x;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
    cursor: pointer;
    -khtml-border-radius: 7px 7px 7px 7px;
}
.simplecheckout-button-left .button {
    margin: 0;
}
@media only screen and (max-width:780px) {
    .simplecheckout-button-left {
       
    }
}
.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 {
    max-width: 160px !important;
    text-align:left;
}
.simplecheckout-cart {
    /*margin: 0px !important;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;*/
}

.simplecheckout-cart-total .buttons {
    background: inherit !important;
    padding: 0px !important;
}
.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-remove {
    #display: inline-block;
    #width: 18px;
    #text-align: center;
}
.simplecheckout-cart-total-remove img {
    vertical-align: -2px;
    cursor: pointer;
}
.simplecheckout-cart-total {
    overflow: hidden;
    padding: 7px 3px;
    #border-right: 1px solid #DDDDDD;
    #border-bottom: 1px solid #DDDDDD;
    #border-left: 1px solid #DDDDDD;
    text-align: right;
	color: #bd2031;
	font: 500 20px CalibriMy;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
#total_sub_total {
	border-top: 1px solid #bd2031;
	margin-top: 40px;
	padding-top: 6px;
}
.simplecheckout-cart-total-value-text {
    display: inline-block;
    margin: 0px 3px;
    min-width: 200px;
	text-align: left;
	display: block;
	float: right;
}
.simplecheckout-cart-total-value {
    display: inline-block;
    margin: 0px 3px;
    min-width: 60px;
	font-weight: bold;
	text-align: right;
	display: block;
	float: right;
}


.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 {
    padding: 8px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #F8F8F8;
    color: #4D4D4D;
    font-weight: bold;
}
.simplecheckout-cart th.image {
    width: 1px;
    text-align: center;
}
.simplecheckout-cart th.name {
    text-align: center;
}
.simplecheckout-cart th.model {
    text-align: center;
}
.simplecheckout-cart th.quantity {
    text-align: center;
}
.simplecheckout-cart th.price {
    text-align: right;
}
.simplecheckout-cart th.total {
    text-align: right;
}
.simplecheckout-cart th.remove {
    width: 7px;
    text-align: center;
}
.simplecheckout-cart td {
    padding: 7px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
.simplecheckout-cart td.image {
    text-align: center;
}
.simplecheckout-cart td.name {
    text-align: center;
}
.simplecheckout-cart td.name div.image {
    display: none;
}
.simplecheckout-cart td.model {
    text-align: center;
}
.simplecheckout-cart td.quantity {
    min-width:70px;
    vertical-align:top;
    text-align: center;
}
.simplecheckout-cart td.quantity input[type=text] {
    margin:0;
    padding:0;
    width:20px;
    vertical-align:top;
    text-align:right;
}
.simplecheckout-cart td.quantity img {
    display:inline-block;
    border: 0px;
    cursor:pointer;
}
.simplecheckout-cart td.price {
    text-align: right;
    white-space: nowrap;
}
.simplecheckout-cart td.total {
    text-align: right;
    white-space: nowrap;
}
.simplecheckout-cart td.remove {
    padding-right: 3px;
    padding-left: 3px;
    width: 7px;
    vertical-align: top;
    text-align: center;
}
.simplecheckout-cart td.remove img {
    max-width: 30px !important;
    cursor: pointer;
}
.simplecheckout-cart td.product-warning {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-cart td.right {
    vertical-align: middle;
    text-align: right;
}
@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{
    overflow-y:scroll;
    max-height:300px;
}
.simplecheckout-error-text {
    /*display: none !important;*/
    /*margin-top: 3px;*/
    color: #FF0000;
}
.simplecheckout-warning-text {
    margin: 5px 0;
    font-weight: bold;
}
.simplecheckout-warning-block {
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    background: url("../image/warning.png") no-repeat scroll 10px center #FFD1D1;
    color: #555555;
    text-align: left;
}
.simpleregister-warning-block {
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    background: url("../image/warning.png") no-repeat scroll 10px center #FFD1D1;
    color: #555555;
    text-align: left;
}
.simplecheckout-proceed-payment {
    display: none;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
}
#simple_payment_address_block {
    margin-top: 15px;
}
.simplecheckout-customer-same-address {
    text-align: left;
    margin: 15px 0px;
}
#simplecheckout_login {
    margin: auto;
    text-align: center;
}
#simplecheckout_payment_form {
    padding: 5px;
}
#simplecheckout_payment_form .checkout-content {
    display: block;
}
#simplecheckout_payment_form div.buttons {
    display: none;
}
#simplecheckout_login .simplecheckout-block-content {
    padding: 5px !important;
}
#simple_login_layer {
    position:fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    z-index:99990;
    display:none;
    background-color:#000000;
}
#simple_login {
    position:fixed;
    z-index:99991;
    display: none;
    overflow:hidden;
    padding:5px;
    width:300px;
    height:250px;
    border:1px solid #FFD9FF;
    -webkit-border-radius:7px 7px 7px 7px;
    -moz-border-radius:7px 7px 7px 7px;
    border-radius:7px 7px 7px 7px;
    background:none repeat scroll 0 0 #FFFFFF;
    -khtml-border-radius:7px 7px 7px 7px;
}
#simple_login_header {
    padding: 0px 0px;
    text-align: right;
}
#simple_login_header img {
    margin: 0 0 0 auto;
}
.you-will-be-registered {
    font-weight: bold;
}
.simplecheckout label, .simpleregister label {
    display: inline-block !important;
    margin: 0;
}
.simplecheckout label input, .simpleregister label input {
    margin: 0px 5px 0px 0px !important;
}
#simple_summary {
    display: none;
}
#simplecheckout_step_menu {
    margin-bottom: 10px;
}
.simple-step {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #D9D9D9;
    color: #000000;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}
.simple-step-current {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-delimiter {
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    margin: 0px 5px;
}
.simple-step-completed {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-completed a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 13px !important;
}
.simplecheckout-summary-info {
    margin-top: 15px !important;
}
.simplecheckout-summary-info th.name {
    text-align: left;
}
.simplecheckout-summary-info td {
    text-align: left;
}
.simplecheckout-cart-buttons .buttons {
    border: none !important;
    padding: 0 !important;
}
#simple_login .simplecheckout-block-content {
    border: none !important;
}
#temp_flat_container {
    text-align: center;
    margin: 10px 0px 20px 0px;
}
#simplecheckout_comment .simplecheckout-block-content {
    border: 0 !important;
    padding: 0 !important;
}
/*#simplecheckout_comment textarea {
    width: 330px;
	padding: 8px;
	height: 132px;
	 font-size: 14px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
	border: 1px solid #CECECE;
	border-radius: 6px;
}*/
.simplecheckout-table-form {
    width: 49%;
    margin-right: 1%;
    float: left;
    text-align: left;
}
@media only screen and (max-width:768px) {
    .simplecheckout-table-form {
        width: 100%;
        margin-right: 0%;
        float: none;
    }
}
.simplecheckout-three-column .simplecheckout-table-form,
.simplecheckout-left-column .simplecheckout-table-form,
.simplecheckout-right-column .simplecheckout-table-form {
    width: 100%;
    margin-right: 0%;
    float: none;
}
/*.simplecheckout-table-form-left {
    width: 100%;
    text-align: left;
    padding: 3px;
    vertical-align: top;
	display: block;
	color: #393939;
	font: 500 18px CalibriMy;
	padding-left: 7px;
}*/
/*.simplecheckout-table-form-right {
    width: 330px;
    text-align: left;
    padding: 3px;
	display: block;
}*/
.simplecheckout-table-form-right input[data-valid=false],.simplecheckout-table-form-right input[data-valid=false] {
	border: 1px solid #bd2031 !important;
	#background: #FAEBE7;
}


/*.simplecheckout-table-form-right input[type=text],
.simplecheckout-table-form-right input[type=password],
.simplecheckout-table-form-right input[type=email],
.simplecheckout-table-form-right input[type=tel],
.simplecheckout-table-form-right input[type=phone],
.simplecheckout-table-form-right input[type=date],
.simplecheckout-table-form-right input[type=time],
.simplecheckout-table-form-right select,
.simplecheckout-table-form-right textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important;
		border: 1px solid #CECECE;
	border-radius: 6px;
	  padding: 8px;
	    font-size: 14px;
		background: #fff;
}*/
.simplecheckout-table-form-right label {
    display: block !important;
}
.simplecheckout-table-form-right label input {
    margin: 0px 5px 0px 0px !important;
}
.checkout-heading {
    overflow: hidden;
}
.checkout-heading span {
    display: inline-block !important;
    float: left;
}
.checkout-heading-button {
    float: right !important;
    display: inline-block !important;
}
.simplecheckout-select-address {
    text-align: left;
    margin-bottom: 10px;
}
.simple-captcha-container {
    margin-top: 5px;
}
.simplecheckout-tooltip {
    display: none;
}
#easyTooltip {
    padding:5px;
    border:1px solid #ccc;
    background:#fde910;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    opacity:1 !important;
}
#easyTooltip:before {
    content:'';
    position:absolute;
    left:10px;
    top:-8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fde910;
}
input[type=email],input[type=tel],input[type=phone],input[type=date],input[type=time] {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
}

h1 {
  color: #bc2031;
  font-size: 30px;
  padding: 10px 0px 5px 0px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-family: CalibriMy;
  margin-bottom: 15px; 
  margin-left: 5px;
}
/*#shipping_address_address_1::-webkit-input-placeholder {
text-align:center;
}

#shipping_address_address_1:-moz-placeholder { 
   text-align:center;  
}

#shipping_address_address_1::-moz-placeholder {  
   text-align:center;  
}

#shipping_address_address_1:-ms-input-placeholder {  
   text-align:center; 
}

#shipping_address_address_1::-webkit-input-placeholder { color:#787878; }
#shipping_address_address_1:-moz-placeholder { color:#787878; }*/


.small_span {
	color: #787878;
	font: 500 12px CalibriMy;
	padding: 4px 0 0 5px;
	
}
.small_span2 {
	color: #393939;
	font: 500 14px CalibriMy;
	padding: 4px 0 3px 0px;
	display: block;
}
/*
#simplecheckout_payment,#simplecheckout_comment {
	padding-left: 7px;
	margin-bottom: 10px !important;
}*/
.cart_product {
	background: #FFF7EE;
	border-radius: 5px;
	border: 1px solid #EAE3DC;
	margin-bottom: 15px;
	padding: 7px 7px 4px 7px;
	overflow: auto;
}
.cart_product:last-of-type {
	margin-bottom: 0px;
}

.cart_product .image {
  float: left;
}

.name_block {
  float: left;
  width: 235px;
  padding-left: 20px;
}


.cart_product .image img {
  padding: 4px;
	border-radius: 5px;
	border: 1px solid #EAE3DC;
	background: #fff;
}

.name a {
	color: #313131;
	text-decoration: none;
	font: 500 16px CalibriMy;
	line-height: 16px
}
.name img { 
	cursor: pointer;
	margin-bottom: -4px; 
	display: none;
}
.name a:hover { 
	text-decoration: underline;
}

.total_block {
	overflow: auto;
	margin-top: 15px;
}

.total {
	color: #cc3036;
	font: 700 20px CalibriMy;
	float: left;
	width: 50%;
	padding: 12px 0 0 30px;
}

.total_block  .quantity {
	float: left;
 background: url(../image/input-cart.png) no-repeat center center;
 width: 76px;
 height: 50px;
	position: relative;
}
.total_block .quantity input {
	border: none;
  border-radius: 0px;
  box-shadow: none;
 # box-shadow: 0 1px 0px #BCBCBC inset;
  text-align: center;
  color: #2d2d2d;
  font: 500 22px CalibriMy;
  position: absolute;
  toP: -2px;
  left: 10px;
  background: transparent;
}
.minus_cart {
	cursor: pointer;
	height: 8px;
	width: 16px;
	background: url(../image/arrow-bottom-w.png) no-repeat 10px 10px;
	display: block;	
	position: absolute;
	bottom: 0px;
	right: -2px;	
	padding: 10px;
}
.minus_cart:hover {
	background: url(../image/arrow-bottom-g.png) no-repeat 10px 10px;
}

.plus_cart {
	cursor: pointer;
	height: 8px;
	width: 16px;
	background: url(../image/arrow-top-w.png) no-repeat 10px 10px;
	display: block;	
	position: absolute;
	top: 0px;
	right: -2px;	
	padding: 10px;
}
.plus_cart:hover {
	background: url(../image/arrow-top-g.png) no-repeat 10px 10px;
}
.sht {
	position: absolute;
  top: 23px;
  left: 22px;
	color: #676767;
	font-size: 18px;
}
.cart_delete {
padding: 5px 0 0 18px;
  display: block;
  color: #FEAA14;
  text-decoration: none;
}
.cart_delete:hover{
  text-decoration: underline;
}
#simplecheckout_button_confirm, #button-confirm {
    /* background: url(../image/button-cart.png) no-repeat left top; */
    height: 40px;
    width: 200px;
    border: 0;
    padding: 0px;
    background: linear-gradient(
    132.23deg
    , rgba(255, 255, 255, 0) 12.58%, rgba(255, 255, 255, 0.13) 40.11%, rgba(255, 255, 255, 0.06) 44.09%, rgba(255, 255, 255, 0.07) 47.8%, rgba(255, 255, 255, 0) 54.81%, rgba(255, 255, 255, 0.07) 62.45%, rgba(255, 255, 255, 0.03) 67.95%), linear-gradient(
    0deg
    , #6EC759, #6EC759), #5CCE40;
    border-radius: 7px;
    /*font-weight: bold;*/
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FBFBFB;
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'CalibriMy';
    /* padding: 0; */
    margin: 0 auto !important;
}
#simplecheckout_button_confirm:hover, #button-confirm:hover {
	/*background: url(../image/button-cart.png) no-repeat left bottom;*/
}
#simplecheckout_button_confirm:hover, #button-confirm:hover {
    background: linear-gradient(132.23deg, rgba(255, 255, 255, 0) 12.58%, rgba(255, 255, 255, 0.13) 40.11%, rgba(255, 255, 255, 0.06) 44.09%, rgba(255, 255, 255, 0.07) 47.8%, rgba(255, 255, 255, 0) 54.81%, rgba(255, 255, 255, 0.07) 62.45%, rgba(255, 255, 255, 0.03) 67.95%), #85E34F;
    box-shadow: 0px 4px 12px rgba(118, 118, 118, 0.2)
}   
#simplecheckout_button_confirm:focus, #simplecheckout_button_confirm:active,
#button-confirm:focus, #button-confirm:active {
    background: linear-gradient(132.23deg, rgba(255, 255, 255, 0) 12.58%, rgba(255, 255, 255, 0.13) 40.11%, rgba(255, 255, 255, 0.06) 44.09%, rgba(255, 255, 255, 0.07) 47.8%, rgba(255, 255, 255, 0) 54.81%, rgba(255, 255, 255, 0.07) 62.45%, rgba(255, 255, 255, 0.03) 67.95%), #85E34F;
    box-shadow: none;
}


#simplecheckout_button_back {
background: none;
  padding: 0px;
  border: none;
  color: #0b87e7;
  font: 500 14px CalibriMy;
  border-bottom: 1px solid #82C0F0;
  border-radius: 0px;
  margin: 10px 0 0 20px !important;
}	

#simplecheckout_button_back:hover { 
	border: none;
}


input[type=radio] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

input[type=radio]:checked {
  background: url(../image/icons/radio-green-cirle.svg) no-repeat center center;
}



/*NEW CHECKOUT*/
.simplecheckout-heading {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #161616;
    border-bottom: 1px solid #eee;  
    padding-bottom: 4px;
    margin-bottom: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.simplecheckout-heading_client {
    margin-bottom: 20px;
}
.simplecheckout__help-link {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    text-decoration-line: underline;
    color: #767676;   
    cursor: pointer; 
}
.simplecheckout__help-link:hover {
    text-decoration: none;
}

/*CART*/
.simplecheckout-cart {
    margin-bottom: 30px;
}
    .simplecheckout-cart__product {
        background: radial-gradient(162.04% 206.87% at 11.58% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%), #FBFBFB;
        box-shadow: inset -2px -1px 16px rgba(255, 255, 255, 0.4), inset 2px 1px 6px rgba(255, 255, 255, 0.69);
        border-radius: 5px; 
        border: 1px solid transparent;
        box-sizing: border-box; 
        position: relative; 
        padding: 10px 42px 10px 10px;
        display: flex;
        flex-flow: row nowrap;
        border-color: #f6efe7;
    }
    .simplecheckout-cart__product:hover {
        background: radial-gradient(162.04% 206.87% at 11.58% 0%, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%), #FBFBFB;
        box-shadow: inset -2px -1px 16px rgba(255, 255, 255, 0.4), inset 2px 1px 6px rgba(255, 255, 255, 0.69);
        border-color:#E9DDCF;
    }
    .simplecheckout-cart__product + .simplecheckout-cart__product {
        margin-top: 10px;
    }
        .simplecheckout-cart__product-link {
            text-decoration: none !important;
            line-height: 1;
        }

        .simplecheckout-cart__product-img-column {
            margin-right: 20px;
        }
            .simplecheckout-cart__product-link_img {
                display: block;
            }
                .simplecheckout-cart__product-img {
                    border-radius: 5px; 
                }
        
        .simplecheckout-cart__product-description-column {
            padding-top: 10px;
        }
            .simplecheckout-cart__product-description-column > div {
               display: inline-block;
            }       
            .simplecheckout-cart__product-name {
                margin-bottom: 18px;
            }
                .simplecheckout-cart__product-link_name {
                    font-weight: 300;
                    font-size: 26px;
                    line-height: 32px;
                    color: #161616;
                }
                .simplecheckout-cart__product-link_name:hover {
                    color: #4a4a4a;
                }
                .simplecheckout-cart__product-options {}

            .simplecheckout-cart__product-quantity-price-wrapper {
                display: flex !important;
                align-items: center;
            }   

            .simplecheckout-cart__product-quantity {
                display: flex;
                flex-flow: row nowrap;
                position: relative;
                width: 105px;
                height: 30px;
                margin-right: 16px;
            }
                input.simplecheckout-cart__product-quantity-value {
                    border: 1px solid #C4C4C4;
                    border-radius: 7px; 
                    width: calc(100% - 2px);
                    height: calc(100%);
                    font-size: 18px;
                    line-height: 18px;
                    text-align: center;
                    color: #161616; 
                    box-shadow: none;
                    margin: 0;
                    padding: 0;
                    font-family: 'CalibriMy';       
                    background: transparent;                                
                }
                input.simplecheckout-cart__product-quantity-value:focus {
                   background: #FFFFFF;
                   /*box-shadow: inset 0px 2px 4px rgb(118 118 118 / 20%);*/
                }               
                .simplecheckout-cart__product-quantity-change {
                    border: 1px solid #DADADA;
                    border-radius: 7px;
                    display: flex;
                    width: 30px;
                    height: 30px;
                    align-items: center;
                    justify-content: center;
                    position: absolute;
                    top: 0;
                    bottom: 0;      
                    cursor: pointer;        
                    font-weight: 600;
                    font-size: 13px;
                    line-height: 18px;  
                    background: #FBFBFB;                    
                }               
                .simplecheckout-cart__product-quantity-change:hover {
                    border-color: #ACB3BA;
                    /*box-shadow: 0px 4px 12px rgba(118, 118, 118, 0.2);                    */
                }
                .simplecheckout-cart__product-quantity-change_minus {
                    position: absolute;
                    left: 0;
                }
                .simplecheckout-cart__product-quantity-change_plus {
                    right: 0;               
                }
            .simplecheckout-cart__product-price {
                color: #161616;             
            }
                .simplecheckout-cart__product-price-value {
                    font-size: 22px;
                    line-height: 21px;                  
                    font-weight: bold;
                }
                .simplecheckout-cart__product-price-currency-symbol {
                    font-size: 17px;
                    line-height: 21px;                  
                    font-weight: 300;                   
                }

            .simplecheckout-cart__product-remove {
                position: absolute;
                right: 20px;
                top: 20px;
                width: 15px;
                height: 15px;
                opacity: 1; 
                cursor: pointer;            
            }   
            .simplecheckout-cart__product-remove:hover {
                opacity: 1;
            }
            .simplecheckout-cart__product-remove:before, .simplecheckout-cart__product-remove:after {
                position: absolute;
                left: 7px;
                content: ' ';
                height: 16px;
                width: 2px;
                background-color: #ACB3BA;
            }
            .simplecheckout-cart__product-remove:before {
                transform: rotate(45deg);
            }
            .simplecheckout-cart__product-remove:after {
                transform: rotate(-45deg);
            }       

@media (max-width: 673px) {
    .simplecheckout-cart__product {
        flex-flow: wrap;
        padding: 10px 10px 20px 10px;
    }
    .simplecheckout-cart__product-img-column {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }   
    .simplecheckout-cart__product-description-column {
        padding-top: 0;
    }
    .simplecheckout-cart__product-name {
        text-align: center;
    }
    .simplecheckout-cart__product-quantity-price-wrapper {
        justify-content: center;
    }   
}   



/*TOTAL*/
.simplecheckout-cart__total {
    display: flex;
    align-items: center;
    justify-content: center;    
    background: linear-gradient(290.94deg, rgba(255, 255, 255, 0) 13.84%, #FFFFFF 40.21%, #FFFFFF 59.79%, rgba(255, 255, 255, 0) 86.16%), #FBFBFB;
    box-shadow: inset -2px -1px 6px rgba(255, 255, 255, 0.4), inset 2px 1px 6px rgba(255, 255, 255, 0.69);
    border-radius: 5px; 
    padding: 23px 23px;
    margin-bottom: 50px;
}
    .simplecheckout-cart__total-wrapper {
        margin-right: 18px;
    }
    .simplecheckout-cart__total-text {
        font-weight: normal;
        font-size: 16px;
        line-height: 16px;
        color: #161616; 
        margin-right: 8px;      
    }
    .simplecheckout-cart__total-value {}
        .simplecheckout-cart__total-value-price {
            font-weight: bold;
            font-size: 30px;
            line-height: 25px;
            color: #5CBA45;     
            margin-right: 4px;  
        }
        .simplecheckout-cart__total-value-price-currency-symbol {
            font-weight: normal;
            font-size: 16px;
            line-height: 16px;
            color: #161616;         
        }
    .simplecheckout-cart__oneclick-order-bnt {
        background: #FFFFFF;
        border: 1px solid #FFB92D;
        box-sizing: border-box;
        box-shadow: 0px 2px 8px rgba(118, 118, 118, 0.2);
        border-radius: 7px;     
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        color: #393939;     
        text-decoration: none !important;
        width: 252px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }   
    .simplecheckout-cart__oneclick-order-bnt:hover {
        box-shadow: 0px 4px 12px rgba(118, 118, 118, 0.2);
    }   
    .simplecheckout-cart__oneclick-order-bnt:active {
        border: 2px solid #FFB92D;
    }

@media (max-width: 673px) {
    .simplecheckout-cart__total {
        flex-flow: column;
        padding: 24px 20px 20px 20px;
    }
    .simplecheckout-cart__total-wrapper {
        margin-right: 0;
        margin-bottom: 14px;
    }   
}



/*ONECLICK*/
#oneclickcartform .header__callback-label {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #393939; 
    margin-bottom: 4px; 
}
#oneclickcartform .header__callback-btn {
    box-shadow: none;
    background: linear-gradient(132.23deg, rgba(255, 255, 255, 0) 12.58%, rgba(255, 255, 255, 0.13) 40.11%, rgba(255, 255, 255, 0.06) 44.09%, rgba(255, 255, 255, 0.07) 47.8%, rgba(255, 255, 255, 0) 54.81%, rgba(255, 255, 255, 0.07) 62.45%, rgba(255, 255, 255, 0.03) 67.95%), #5CCE40;
    box-shadow: 0px 2px 8px rgba(118, 118, 118, 0.2);
    border-radius: 7px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FBFBFB;     
}   
#oneclickcartform .header__callback-btn:hover {
    background: linear-gradient(132.23deg, rgba(255, 255, 255, 0) 12.58%, rgba(255, 255, 255, 0.13) 40.11%, rgba(255, 255, 255, 0.06) 44.09%, rgba(255, 255, 255, 0.07) 47.8%, rgba(255, 255, 255, 0) 54.81%, rgba(255, 255, 255, 0.07) 62.45%, rgba(255, 255, 255, 0.03) 67.95%), #85E34F;
    box-shadow: 0px 4px 12px rgba(118, 118, 118, 0.2)
}   
#oneclickcartform .header__callback-btn:focus, #oneclickcartform .header__callback-btn:active {
    background: linear-gradient(132.23deg, rgba(255, 255, 255, 0) 12.58%, rgba(255, 255, 255, 0.13) 40.11%, rgba(255, 255, 255, 0.06) 44.09%, rgba(255, 255, 255, 0.07) 47.8%, rgba(255, 255, 255, 0) 54.81%, rgba(255, 255, 255, 0.07) 62.45%, rgba(255, 255, 255, 0.03) 67.95%), #85E34F;
    box-shadow: none;
}



/*HELP*/
.simplecheckout__help-content {
    margin-bottom: 55px;
}
    .simplecheckout__help-description {
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        color: #393939; 
        margin-bottom: 24px;
    }
    .simplecheckout__help-description p {
        padding: 0;
        margin: 0;
    }
    .simplecheckout__help-description p + p {
        margin-top: 20px;
    }
    .simplecheckout__help-description b {
        font-size: inherit;
        line-height: inherit;
        font-weight: 600;
        text-shadow: none;
    }
    .simplecheckout__help-description a {
        color: #5CBA45;
        text-decoration: none;
        font-size: inherit;
        line-height: inherit;
    }
    .simplecheckout__help-description a:hover {
        text-decoration: underline;
    }
    .simplecheckout__help-callback {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-end;
        justify-content: flex-start;            
    }
        .simplecheckout__help-callback-phone {
            margin-right: 20px;
        }
            .simplecheckout label.simplecheckout__help-callback-phone-label {
                position: relative;
                font-weight: 300;
                font-size: 16px;
                line-height: 20px;
                color: #393939;     
                margin-bottom: 4px; 
                display: block !important;  
            }
            .simplecheckout__help-callback-phone-label_required:after {
                content: " *";
                color: red;
                font-weight: 300;
                font-size: 16px;
                line-height: 20px;              
            }
          input[type='text'].simplecheckout__help-callback-phone-input {
                width: 100%;
                background: #FBFBFB !important;
                border: 1px solid #ACB3BA !important;
                box-shadow: inset 0px 4px 4px rgba(118, 118, 118, 0.2);
                border-radius: 7px;  
                font-size: 18px !important;
                line-height: 24px !important; 
                font-family: "Calibri", sans-serif !important;       
                box-sizing: border-box;     
                outline: none !important;  
                width: 300px; 
                height: 40px;    
                display: flex;
                align-items: center;
                justify-content: center;      
                padding: 8px 16px 4px 12px;                          
          }
          input[type='text'].simplecheckout__help-callback-phone-input:focus {
              background: #fff !important;
              color: #161616;
          }
        .simplecheckout__help-callback-btn-send {
            background: #ACB3BA url('../image/phone_light.svg') no-repeat left 17px center;
            border-radius: 7px;
            font-weight: bold;
            font-size: 18px;
            line-height: 18px;
            text-align: center;
            color: #FBFBFB; 
            width: 162px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none !important;   
            padding-left: 20px;    
            box-sizing: border-box;
        }       
        .simplecheckout__help-callback-btn-send:hover {
            background: linear-gradient(132.23deg, rgba(255, 255, 255, 0) 12.58%, rgba(255, 255, 255, 0.13) 40.11%, rgba(255, 255, 255, 0.06) 44.09%, rgba(255, 255, 255, 0.07) 47.8%, rgba(255, 255, 255, 0) 54.81%, rgba(255, 255, 255, 0.07) 62.45%, rgba(255, 255, 255, 0.03) 67.95%), #5CCE40; 
            background-image: url(../image/phone_light.svg);
            background-position: left 17px center;
            background-repeat: no-repeat;
        }

@media (max-width: 600px) {
    .simplecheckout__help-callback-phone {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    input[type='text'].simplecheckout__help-callback-phone-input {
        width: 100%;
    }
    .simplecheckout__help-callback {
        flex-flow: column;
    }
    .simplecheckout__help-callback-btn-send {
        margin: 0 auto;
    }
}


/*FIELDS*/
/*INPUT, TEXTAREA*/
.simplecheckout-table-form input[type='text'], .simplecheckout-table-form input[type='tel']  {
    width: 100%;
    background: #FBFBFB !important;
    border: 1px solid #ACB3BA !important;
    box-shadow: inset 0px 4px 4px rgba(118, 118, 118, 0.2);
    border-radius: 7px;  
    font-size: 18px !important;
    line-height: 24px !important; 
    font-family: "Calibri", sans-serif !important;
    padding: 7px 16px;        
    box-sizing: border-box;     
    outline: none !important;                        
}
.simplecheckout-table-form input[type='text']:focus, .simplecheckout-table-form input[type='tel']:focus {
    background: #fff !important;
    color: #161616;
}
.simplecheckout-table-form textarea, .simplecheckout-block textarea {
    height: 120px;
    resize: vertical;
    width: 100%;
    padding: 12px 16px;
    font-size: 18px !important;
    font-family: "Calibri", sans-serif !important;
    line-height: 24px !important;    
    background: #FBFBFB;
    border: 1px solid #ACB3BA;
    box-shadow: inset 0px 4px 4px rgba(118, 118, 118, 0.2);
    border-radius: 7px;    
    box-sizing: border-box;  
    outline: none !important;                                         
}
.simplecheckout-table-form textarea:focus, .simplecheckout-block textarea:focus {
    background: #fff !important;
    color: #161616;                 
}


/*table > div*/
.simplecheckout-table-form, 
.simplecheckout-table-form tbody, 
.simplecheckout-table-form tr, 
.simplecheckout-table-form td
{
    display: block;
}
.simplecheckout-table-form .simplecheckout-error-text {
    display: block;
    color: #FF0000 !important;   
    font-size: 14px;
    padding: 5px;
}
.simplecheckout-table-form-left, .checkout-heading {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #393939;  
    margin-bottom: 4px;  
}
.simplecheckout-table-form tr {
    margin-bottom: 24px;
}
#simplecheckout_comment {
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    #simplecheckout_comment {
        margin-bottom: 24px;
    }
    #simplecheckout_payment {
        margin-bottom: 30px;
    }
}


/*ADDRESS*/
#simplecheckout_shipping_address tr:first-of-type {
    margin-right: 10px;
    flex-grow: 1;
}
#simplecheckout_shipping_address tr:last-of-type {
    width: 100px;
}
#simplecheckout_shipping_address tr:last-of-type .simplecheckout-table-form-left {
    display: none;
}
#simplecheckout_shipping_address tbody {
    display: flex;
    align-items: flex-end;    
}


#simplecheckout_payment .simplecheckout-block-content {
    overflow: unset;
}

.simplechekout__payment-info {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #161616;
}
.simplechekout__payment-info span {

}
.simplechekout__payment-info a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;    
    color: #5CBA45;
    text-decoration: none;
}
.simplechekout__payment-info a:hover {
    text-decoration: underline;
}

.cash-payment-description {
    color: #767676;
}
i.question-cirle {
    background: url(../image/icons/question-circle.svg) no-repeat center center;
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.tooltip-link {
    position: relative; 
}
.tooltip-text {
    display: none;
    background: #393939;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    border-radius: 7px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 11px 12px 10px 11px;
    width: 175px;
    box-sizing: border-box;
    /*display: block;*/
    position: absolute;
    bottom: 20px;
    right: -10px;
}
.tooltip-text:after {
    content: "";
    background: url(../image/icons/tooltip-arrow.svg) no-repeat center center;
    display: block;
    position: absolute;
    bottom: -7px;
    right: 10px;
    width: 15px;
    height: 14px;
}

.tooltip-link:hover .tooltip-text {
    display: block;
}