.simple-content fieldset {
    text-align: left;
    border: 0;
    padding: 0;
    margin: 0;
}

.simple-content fieldset h3 {
    margin: 0;
}
.simple-content .name {
    float: none !important;
}
.simple-content .button, #simplecheckout_login .button {
    margin: 0px !important;
}
.simple-content .buttons {
    margin: 0px 0px 15px 0px;
    border: none;
}
.simple-content .form-control {
    width: 100%;
}
#simplecheckout_login .buttons {
    margin: 0;
    border: none;
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout {
    width:100%;
}
.simplecheckout:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-button-block:after {
    content:"";
    display:block;
    clear:both;
}
.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;
    margin-right:10px;
    min-width: 280px;
    max-width: 900px;
    width:52%;
}
.simplecheckout-right-column {
    float:right;
    min-width: 280px;
    max-width: 900px;
    width:46%;
}
@media only screen and (max-width:1024px) {
    .simplecheckout-left-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
    .simplecheckout-right-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
}
@media only screen and (max-width:1200px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width:768px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.simplecheckout-block {
    clear: both;
}
.simplecheckout-block-content {
    padding: 0px;
}
@media only screen and (min-width:1200px) {
    .simplecheckout-block-content>fieldset:nth-of-type(2),
    .simplecheckout-block-content>fieldset:nth-last-of-type(2) {
        width: 49%;
        margin-right: 1%;
        float: left;
        text-align: left;
    }
}
.simplecheckout-block-content:after {
    content:"";
    display:block;
    clear:both;
}
.simpleregister {
    margin-bottom: 5px;
}
@media only screen and (min-width:1200px) {
    .simpleregister-block-content>fieldset:nth-of-type(2),
    .simpleregister-block-content>fieldset:nth-last-of-type(2) {
        width: 49%;
        margin-right: 1%;
        float: left;
        text-align: left;
    }
}
.simpleregister-block-content:after {
    content:"";
    display:block;
    clear:both;
}
@media only screen and (max-width:600px) {
    .simpleregister-block-content .simplecheckout-customer {
        width: 100%;
    }
}
.simpleregister-button-block {
    overflow: auto;
    margin-bottom: 20px;
    padding: 6px;

    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%;
}
.simplecheckout-methods-table td.code {
    width: 1px;
}
.simplecheckout-methods-table td.title {
    padding: 5px;
}
.simplecheckout-methods-table td.title label {
    display: block !important;
}
.simplecheckout-methods-table td.quote {
    width: 15%;
    text-align: right;
}
.simplecheckout-methods-description {
    padding: 5px;
    margin: 5px 0px;
}
.simplecheckout-required {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-button-block {
    clear: both;
    margin-bottom: 20px;
    padding: 6px;
    background: none repeat scroll 0 0 #FFFFFF;
    text-align:right;
}
.simplecheckout-button-right {
    float: right;
    text-align: right;
}
.simplecheckout-button-left {
    float: left;
    text-align: left;
}
.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;
    -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;
}

.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 .form-control {
    display: inline-block !important;
    min-width: 43px;
    max-width: 43px;
    text-align: center;
    background: transparent;
    border: 0;
    font-size: 16px;
}
.simplecheckout-cart {
    margin: 0px !important;
    width: 100%;
    border-collapse: collapse;
}
.simplecheckout-cart-total {
    padding: 7px 3px;
    border-right: 0px solid #DDDDDD;
    border-bottom: 0px solid #DDDDDD;
    border-left: 0px solid #DDDDDD;
    text-align: right;
}
.simplecheckout-cart-total:after {
    content:"";
    display:block;
    clear:both;
}
.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: 0 3px 0 0 !important;
    display: inline-block !important;
}
.simplecheckout-cart-total span.inputs input[type=text]{
    margin: 0px;
}
.simplecheckout-cart-total-value {
    display: inline-block;
    margin: 0px 3px;
    min-width: 60px;
}
.simplecheckout-cart-total-remove {
    display: inline-block;
    width: 18px;
    text-align: center;
}
.user_page {
    padding: 20px 0 60px;
    position: relative;
}

.simplecheckout-cart-total-remove img {
    vertical-align: -2px;
    cursor: pointer;
}
.simplecheckout-cart col.image {
    width: 24%;
}
.simplecheckout-cart col.name {

}
.simplecheckout-cart col.model {
    width: 10%;
}
.simplecheckout-cart col.quantity {
width: 16%;
}
.simplecheckout-cart col.price {
    width: 10%;
}
.simplecheckout-cart col.total {
    width: 18%;
}
.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;
    display: table-cell;
    vertical-align: middle;
    position: static !important;
}
.simplecheckout-cart th.name {
    text-align: center;
}
.simplecheckout-cart .name {
    font-size: inherit !important;
}
.simplecheckout-cart th.model {
    text-align: center;
}
.simplecheckout-cart th.quantity {
    text-align: center;
}
.simplecheckout-cart .price {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}
.simplecheckout-cart .total {
    display: table-cell !important;

}
.simplecheckout-cart .quantity {
    display: table-cell !important;
    float: none !important;
    position: static !important;
}
.simplecheckout-cart th.remove {
    width: 7px;
    text-align: center;
}
.simplecheckout-cart td {
    padding: 10px 40px;
    border-bottom: 0px solid #DDDDDD;
    vertical-align: top;
}
.simplecheckout-cart td.image {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
    position: static !important;
    padding: 20px 20px;
}
.simplecheckout-cart td.name {
    text-align: left;
    padding: 20px 7px;
    box-sizing: border-box;
    width: 100%;
    max-width: 38%;
    box-sizing: border-box;
}
.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;
    white-space: nowrap;
    padding: 20px 31px;
}
.simplecheckout-cart td.quantity input {
    float: none !important;
}
.simplecheckout-cart  td.quantity .input-group {
    margin: auto !important;
}
.simplecheckout-cart  td.quantity .quantity button {
    margin: 0 !important;
}
.simplecheckout-cart td.quantity img {
    display:inline-block;
    border: 0px;
    cursor:pointer;
}
.simplecheckout-cart td.price {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
    font: inherit !important;
}
.simplecheckout-cart td.total {
    text-align: left;
    white-space: nowrap;
    display: table-cell !important;
    padding: 20px 60px;
}
.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;
}
.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: block;
    margin-top: 3px;
    color: #FF0000;
}
.simplecheckout-warning-text {
    margin: 5px 0;
    font-weight: bold;
}
.simplecheckout-warning-block {
    clear: both;
    margin-bottom: 35px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    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;
    color: #555555;
    text-align: left;
}
.simplecheckout-proceed-payment {
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    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:absolute;
    top:0;
    left:0;
    z-index:99990;
    display:none;
    width:100%;
    background-color:#000000;
}
#simple_login {
    position:fixed;
    z-index:99991;
    display: none;
    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:after {
    content:"";
    display:block;
    clear:both;
}
#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;
    margin-bottom: 10px;
}
.simplecheckout label, .simpleregister label {
    display: inline-block !important;
    margin: 0;
}
#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;
    margin-bottom: 5px;
}
.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: 100% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100px;
}

.checkout-heading:after {
    content:"";
    display:block;
    clear:both;
}
.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;
}
.simplecheckout-cart i {
    cursor: pointer;
    font-style: normal;
    font-size: 20px;
}
.simple-content .table-responsive{
    margin-bottom: 0 !important;
    border: none !important;
}

@media only screen and (max-width:640px) {
    .simplecheckout-cart col.image,
    .simplecheckout-cart th.image,
    .simplecheckout-cart td.image,
    .simplecheckout-cart col.model,
    .simplecheckout-cart th.model,
    .simplecheckout-cart td.model,
    .simplecheckout-cart col.price,
    .simplecheckout-cart th.price,
    .simplecheckout-cart td.price,
    .simplecheckout-cart td.quantity [data-onclick*=increase],
    .simplecheckout-cart td.quantity [data-onclick*=decrease] {
        display: none !important;
    }
    .simplecheckout-cart td.name div.image {
        display: block;
    }
    
}
@media only screen and (max-width:1000px) {
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
}
@media only screen and (max-width:600px) {
    #total_shipping span:first-child {
        max-width: 300px;
        display: inline-block;
    }
}
@media only screen and (max-width:420px) {
    #total_shipping span:first-child {
        max-width: 200px;
        display: inline-block;
    }
}
.row-customer_register .radio {
    display: inline-block !important;
    margin-right: 10px;
}
.simplecheckout-vertical-menu .checkout-heading {
    cursor: pointer;
    margin-bottom: 3px;
}
.simplecheckout-steps-wrapper {
    padding: 10px;
}
#agreement_checkbox {
    float: left;
    margin-right: 20px;
}
#agreement_checkbox .checkbox {
    margin: 0;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
    border: 0;
}


.user_page .d_3 {
 display:block  !important;
 width:100% !important;
 flex-basis:100% !important;
}

.name_head {
    font-size: 10px;
    margin-bottom: 10px;
    text-align: left;
}
.simplecheckout-cart thead {display:none !important}

td.name a {
    max-width: 100%;
    display: block;
    text-align: left;
    padding-top: 10px;
    color: #000;
}

td.image a img {
    max-width: 210px;
    max-height: 210px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.quantity .btn.btn-primary {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    border: 0;
    background: transparent;
    padding: 8px;
}
.total .total_item {
    display: block;
    padding-top: 10px;
} 
.simplecheckout-cart tbody tr {position:relative}

.input-group-btn .btn.btn-danger {
    position: absolute;
    top: 0;
    right: 20px;
    background: transparent;
    border: 0;
}
.quantity .name_head {text-align:center}

.simplecheckout-cart td {
    padding-top: 25px;
    padding-bottom:25px;
}
.remove_container {
    position: relative;
}
.remove_container .btn.btn-danger {
    position: absolute;
    right: 0;
    top: -10px;
    width: 30px;
    height: 23px;
    opacity: 0.9;
    z-index: 99;
    cursor: pointer;
    border: 0;
    background: transparent;
}
.quantity .btn.btn-danger:hover {
opacity: 1;
}

.remove_container .btn.btn-danger:before, .remove_container .btn.btn-danger:after {
position: absolute;
left: 15px;
content: ' ';
height: 19px;
top: 0;
width: 2px;
background-color: #E30D18;
}

.remove_container .btn.btn-danger:hover:before, .remove_container .btn.btn-danger:hover:after {
background-color: #666666;
}
.remove_container .btn.btn-danger:before {
transform: rotate(45deg);
}
.remove_container .btn.btn-danger:after {
transform: rotate(-45deg);
}
td.quantity .btn.btn-primary {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    border: 0;
    background: transparent;
    padding: 0px 11px;
    display: inline-block;
    line-height: 20px;
    transition:0.5s;
    cursor:pointer;
    
}
td.quantity .btn.btn-primary:hover {background:#E3C968}

.form-group.row-customer_register {
    display: block;
    float: none !important;
    width: 100% !important;
}

.form-group.row-customer_newsletter {
    width: 100% !important;
    display: block;
}

.row-customer_newsletter label.control-label {}

.row-customer_newsletter > .col-sm-8 {
    float: left;
}

.form-group.row-customer_newsletter {
    margin-top: 48px !important;
}

.block-content_items {
    width: 25%;
    float: left;
}


#simplecheckout_shipping .radio label >input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#simplecheckout_shipping .radio label > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-weight: 500;
    margin-bottom: 4px;
    color: #030000;
}

#simplecheckout_shipping .radio label > span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #BABABA;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: 0.5s;
    position: absolute;
    left: 5px;
    top: 2px;
}

#simplecheckout_shipping .radio label >input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #E3C968;
}

#simplecheckout_shipping .radio label >input:not(:disabled):active+span::before {
  background-color: #E3C968;
  border-color: #E3C968;
}

#simplecheckout_shipping .radio label >input:focus+span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#simplecheckout_shipping .radio label >input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}

#simplecheckout_shipping .radio label > input:checked + span::before {
    border-color: #fff;
    background-color: #E3C968;
    border-width: 3px;
    width: 0.8em;
    height: 0.8em;
    box-shadow: 0 0 0 1px #BABABA;
}

#simplecheckout_shipping .radio label >input:disabled+span::before {
  background-color: #e9ecef;
}

.block-content_desc .block-content_desc_item .form-horizontal {
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    padding: 30px 0;
}
.block-content_desc .block-content_desc_item .form-horizontal .form-group {width:100%;padding: 10px;}

.control-label {color:#666666}

.block-content_desc .block-content_desc_item .form-horizontal  .form-group.row-shipping_field21 {
  width: 25% ;
}

.block-content_desc .block-content_desc_item .form-horizontal  .form-group.row-shipping_field22 {
  width: 25% ;
}

.block-content_desc .block-content_desc_item .form-horizontal  .form-group.row-shipping_field23 {
  width: 25%;
}

.block-content_desc .block-content_desc_item .form-horizontal  .form-group.row-shipping_field24 {
  width: 25% ;
}

.block-content_desc .block-content_desc_item .form-horizontal  .form-group.row-shipping_field27 {
  width: 25% ;
}


#simplecheckout_shipping .block-content_items label {
    padding-left: 30px;
    position: relative;
}

.simplecheckout-block-content div.price {
    color: #666666;
}

#simplecheckout_payment_address .radio label >input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#simplecheckout_payment_address .radio label > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-size: 14px;
    line-height: 1em;
    color: #666666;
}

.namepay {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
}
#shipping_field25 {
    min-height: 54px;
}

#simplecheckout_payment_address .radio label > span.namepay:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #BABABA;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: 0.5s;
    position: absolute;
    left: 10px;
    top: 2px;
}

#simplecheckout_payment_address .radio label >input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #E3C968;
}

#simplecheckout_payment_address .radio label >input:not(:disabled):active+span::before {
  background-color: #E3C968;
  border-color: #E3C968;
}

#simplecheckout_payment_address .radio label >input:focus+span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.namepay {
    color: #060000 !important;
}
#simplecheckout_payment_address .radio label >input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}

#simplecheckout_payment_address .radio label > input:checked + span::before {
    border-color: #fff;
    background-color: #E3C968;
    border-width: 3px;
    width: 0.8em;
    height: 0.8em;
    box-shadow: 0 0 0 1px #BABABA;
}

#simplecheckout_payment_address .radio label >input:disabled+span::before {
  background-color: #e9ecef;
}


#simplecheckout_payment_address label {
    padding-left: 40px;
    position: relative;
}

#simplecheckout_payment_address .terms  {color:#666666}
#simplecheckout_payment_address div.form-group {width:100%}
#simplecheckout_payment_address .control-label.col-sm-4 {
    display: none !important;
}
#simplecheckout_payment_address div.radio {
    width: 33%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
}

#simplecheckout_payment_address fieldset.form-horizontal {
    padding: 40px 0;
}
.block_zakaz{
border: 1px solid #BABABA;
}
.block_zakaz .simplecheckout-block {
    clear: both;
    margin-bottom: 0;
    padding: 40px 60px;
    border: 0;
}

#simplecheckout_payment_address {
    padding-top: 10px;
}

#total_sub_total span,#total_sub_total span b {
    font-size: 17px;
    font-weight: 500;
}

.simplecheckout-cart-total-remove {
    display: none;
}

.simplecheckout-cart-total-value {
    margin-left: 50px;
}

#simplecheckout_cart .simplecheckout-cart-total .form-control {
    display: inline-block !important;
    min-width: 100px;
    max-width: 350px;
    text-align: center;
    background: transparent;
    border: 1px solid #bababa;
    font-size: 16px;
    margin: 5px 0 !important;
}

.simplecheckout-cart-total.total_coupon {
    float: left;
    width: 50%;
    text-align: left;
    margin-top: -13px;
}

.inputs span {
    display: block;
    color: #666;
    font-size: 14px;
}

.simplecheckout-cart-total a#simplecheckout_button_cart {
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline;
}

.simplecheckout-cart-buttons {
    display: none;
    text-align: left;
    padding: 0;
}

#simplecheckout_customer .checkout-heading-button {
    display: none !important;
}

.simplecheckout-cart {
    border-bottom: 1px solid #E3C968;
    margin-bottom: 30px !important;
}

.simplecheckout-cart-total input.form-control {
    margin-left: 20px !important;
}

#agreement_checkbox {
    float: right;
    margin-left: 60px;
    display: block;
    max-width: 974px;
    line-height: 50px;
}

#agreement_checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#agreement_checkbox span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.block-content_desc_item .form-horizontal .form-group:last-child > div {
    color: #666;
    font-size: 14px;
}
#agreement_checkbox span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

#agreement_checkbox input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #E3C968;
}

#agreement_checkbox input:not(:disabled):active+span::before {
  background-color: #E3C968;
  border-color: #E3C968;
}

#agreement_checkbox input:focus+span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#agreement_checkbox input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}


#agreement_checkbox input:checked+span::before {
  border-color: #E3C968;
  background-color: #E3C968;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}


#agreement_checkbox input:disabled+span::before {
  background-color: #e9ecef;
}

.colorbox.fancybox.agree {
    margin-left: 10px;
}

#simplecheckout_button_cart {
    cursor: pointer;
}

#buttons {
    padding: 40px;
    display: none;
}

.simplecheckout_cart:nth-of-type(2), .simplecheckout .cart_final:first-child {
    display: none;
}

.back {
    color: #666666;
    position: absolute;
    right: 0;
    top: 19px;
    text-decoration: underline;
}
.user_page h1 {
    display: block;
    width: 100%;
    color: #E30D18;
    border-bottom: 1px solid #E30D18;
    font-size: 18px !important;
    padding-bottom: 0px;
    font-weight:normal !important;
}

.user_page {
    padding: 20px 0 80px !important;
}

@media (max-width:1220px) {
.block-content_items {
    width: 50%;
    padding:0 0 20px 0;
}

#simplecheckout_payment_address div.radio {
    width: 50%;
    box-sizing:border:box;
    padding:0 0 20px 0;
    float:left;
}

#simplecheckout_button_confirm {
    margin: 0 auto !important;
    display: block;
    text-align: center;
    max-width: 350px;
}



#agreement_checkbox span {

  display: inline;
  line-height: 1em;
}

.colorbox.fancybox.agree {

  margin-left: 0;
  display: block;
}

.simplecheckout-button-left {
  width: 100%;
}

#agreement_checkbox {

  float: none;
  margin-left: 0;
  width: 100%;
  text-align: center;
}



.simplecheckout-cart .name .name_head {
    display: none;
}

.simplecheckout-block {

    padding: 20px 10px;

}

.block_zakaz .simplecheckout-block {
    padding: 20px 20px;
}

.simplecheckout-cart td.image {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
    position: static !important;
    padding: 20px 0;
    min-width: 100px;
}

.simplecheckout-cart td.quantity {
    padding: 20px 10px;
}

.simplecheckout-cart td.total {
    padding: 20px 20px;
}
}

@media (max-width:640px) {
    .simplecheckout-cart td.image {
    display: block !important;
}

.simplecheckout-cart td.name div.image {
    display: none;
}

.simplecheckout-cart td.quantity {
    display: none !important;
}

.simplecheckout-cart td.total {
    display: none !important;
}

.mobile_visible {
    display: block !important;
}

.simplecheckout-cart td.name {
    width: 100%;
    max-width: 60%;

}

#agreement_checkbox span {
    display: inline-block;
    line-height: 1.3em;
}

#agreement_checkbox {
    margin-top: 20px;
}

  .simplecheckout-cart .name .name_head {
    /* display: none; */
    display: block;
    margin-bottom: 0;
  }


td.name a {
  /* display: block; */
  display: inline-block;
}


.simplecheckout-cart  .options {
    width: 100%;
    display: block;
}

.simplecheckout-cart .quantity {
    display: table-cell !important;
    float: none !important;
    position: static !important;
    width: 50%;
    max-width: 50%;
    display: block !important;
    float: left !important;
    margin-top: 50px;
    text-align: left !important;
}
.simplecheckout-cart .total {
    display: inline-block !important;
    margin-top: 50px !important;
    text-align: right;
    width: 50%;
}

.mobile_visible .total .name_head {
    text-align: right !important;
}



.mobile_visible  .quantity .name_head {
    text-align: left !important;
}

#simplecheckout_cart .form-control {
    background: #E3C968;
}



  .simplecheckout-cart .total {
    /* display: inline-block; */
    display: inline-block !important;
  }
  .mobile_visible .quantity .name_head {
    margin-bottom: 8px;
  }


#simplecheckout_cart .form-control {

  background: #E3C968;
}

.quantity .btn.btn-primary {

  background: rgba(196, 196, 196, 0.2);
  padding: 0 11px;
}

.simplecheckout-cart i {

  font-size: 18px;
}

.input-group-btn {
  font-size: 0;
}

.input-group.btn-block {
  font-size: 0;
}
.back {
    right: 0;
    top: 12px;
}

.user_page h1 {
    font-size: 16px !important;
    line-height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
}

.simplecheckout-cart-total.total_coupon {
    width: 100%;
    text-align: center;
}

}

@media (max-width:450px) {
.simplecheckout-cart-total.total_coupon {
    width: 100%;
    text-align: center;
}

.block-content_desc_item .form-horizontal .form-group:last-child > div {
    font-size: 10px;
}

.simplecheckout-cart-total a#simplecheckout_button_cart {

  margin-bottom: 38px;
  text-decoration: navajowhite;
  border: 1px solid #e3c968;
  display: block;
  background: #e3c968;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 20px;
}


#simplecheckout_button_cart > span {
  color: #fff;
}

.simplecheckout-cart-total.simplecheckout-cart-buttons {
  margin-bottom: 20px;
  transition: 0.5s;
}


  .quantity .btn.btn-primary {

    padding: 0 8px;
  }
.simplecheckout-cart .quantity {
    max-width: 100%;
    margin-top: 20px;
    width: 100%;
}
  .simplecheckout-cart .total {

    margin-top: 20px !important;
    text-align: left;
    width: 100%;
  }
  .mobile_visible .total .name_head {
 
    text-align: left !important;
  
}

.total .total_item {

  padding-top: 5px;
}


.block-content_items {
    width: 50%;
    padding:0 0 20px 0;
}

#simplecheckout_payment_address div.radio {
    width: 100%;
    box-sizing:border:box;
    padding:0 10px 25px;
    float:left;
}

#simplecheckout_button_confirm {
    margin: 0 auto !important;
    display: block;
    text-align: center;
    max-width: 350px;
    padding: 10px 20px;
}

.block-content_desc .block-content_desc_item .form-horizontal {
    padding: 20px;
}

#agreement_checkbox span {

  display: inline;
  line-height: 1em;
}

.colorbox.fancybox.agree {

  margin-left: 0;
  display: block;
}

.simplecheckout-button-left {
  width: 100%;
}

#agreement_checkbox {

  float: none;
  margin-left: 0;
  width: 100%;
  text-align: center;
}



.simplecheckout-cart .name .name_head {
    display: block;
}

.simplecheckout-block {

    padding: 20px 10px;

}

.block_zakaz .simplecheckout-block {
    padding: 20px 20px;
}

.simplecheckout-cart td.image {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
    position: static !important;
    padding: 20px 0;
    min-width: 100px;
}

.simplecheckout-cart td.quantity {
    padding: 20px 10px;
}

.simplecheckout-cart td.total {
    padding: 20px 20px;
}

.user_page h1 {
    font-size: 13px !important;
}
.back {
    font-size: 11px;
}

.block-content_desc .block-content_desc_item .form-horizontal {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
}
}


