.simple-content {
    margin: 0px 5px;
}
.simple-content fieldset {
    text-align: left;
}

.simple-content fieldset h3 {
    margin: 0;
}
/*.simple-content .name {
    float: none !important;
}*/

.simple-content .button, #simplecheckout_login .button {
    margin: 20px auto !important;
    display: block;
    width: auto;
    padding: 0 30px;
    text-align: center;
    line-height: 38px;
    border-radius: 30px;
    height: 38px;
}
.simplecheckout-button-right input#button-confirm {
    border-radius: 20px !important;
}
.simplecheckout-button-right input.btn.btn-primary.button {
    border-radius: 20px !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:49%;
}
.simplecheckout-right-column {
    float:right;
    min-width: 280px;
    max-width: 900px;
    width:48%;
}
@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;
    margin-bottom: 20px;
}
.simplecheckout-block-content {
    padding: 10px;
}
@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;
}
.simpleregister-block-content {
    margin-bottom: 10px;
    padding: 10px;
}
@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;
    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 {
        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 {
    max-width: 160px !important;
    text-align:left;
}
#simplecheckout_cart .form-control {
    display: inline-block !important;
    min-width: 50px;
}
.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 {
    padding: 7px 3px;
/*    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px 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;
}
.simplecheckout-cart-total-remove img {
    vertical-align: -2px;
    cursor: pointer;
}
.simplecheckout-cart col.image {
    width: 6%;
}
.simplecheckout-cart col.name {
    width: 100%;
}

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

}
.simplecheckout-cart col.price {
    width: 5%;
}
.simplecheckout-cart col.total {
    width: 7%;
}
.simplecheckout-cart col.remove {
    width: 0px;
}
.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 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: 15px;
    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;
}
.simplecheckout label input, .simpleregister label input {

}
#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;
    height: 1px;
}
.form-group.row-customer_register {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: -9px;
}
#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;
}
.simple-content input[type=text],
.simple-content input[type=password],
.simple-content input[type=email],
.simple-content input[type=tel],
.simple-content input[type=phone],
.simple-content input[type=date],
.simple-content input[type=time],
.simple-content select,
.simple-content textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important;
}
.checkout-heading:after {
    content:"";
    display:block;
    clear:both;
}
/*.col-sm-12 .checkout-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}*/
.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;
}

.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 {
        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;
    }
    
}
@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;
    }
    td.quantity button[data-onclick*="Quantity"] {
        display: none;
    }
}
@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;*/
        width: 50%;
}
.simplecheckout-steps-wrapper {
    padding: 10px;
}
.simple-step-vertical-completed {
    
}
#agreement_checkbox {
    float: left;
    margin-right: 20px;
}
#agreement_checkbox .checkbox {
    margin: 0;
}

.cartheading {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 24px;
}
div#simplecheckout_cart {
    box-shadow: 0px 10px 30px #ccc;
        padding: 20px;

}

input.form-control.inptquant {
    padding: 4px;
    text-align: center;
}
.model span {
    font-size: 14px;
    color: #000;
}
.simplecheckout-cart td.price {
    color: #444;
    font-size: 16px !important;
    text-align: left;
}
.simplecheckout-cart td.total {
    color: #444;
    font-size: 16px !important;
    text-align: left;
    font-weight: 500 !important;
    padding-bottom: 28px;
}
.minusbtn {
    margin-right: 3px !important;
    width: 18px !important;
    padding: 0px;
    font-size: 10px;
    line-height: 19px;
    background: #f6a0a3;
    border-color: #f6a0a3 !important;
    height: 20px !important;
    border-radius: 50%;
    color: #000;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
}
button.btn.btn-primary.minusbtn i {
    font-size: 7px;
}
.plusbtn {
    margin-left: 3px !important;
    width: 20px !important;
    padding: 0px;
        line-height: 21px;
    font-size: 8px;
    background: #f6a0a3;
    border-color: #f6a0a3 !important;
    height: 20px !important;
   	border-radius: 50%;
    color: #000;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
}
.inptquant {
    height: 34px !important;
    min-width: 34px !important;
}
.proddel {
    background: #f5f5f5;
    padding: 0;
    width: 18px;
    height: 18px;
    float: right;
    border-color: #f5f5f5;
    color: #f6a0a3;
    font-size: 16px;
    line-height: 1;
}
/*.product-price {
    font-size: 24px;
    color: #f6a0a3;
    padding-left: 0px;
    margin-top: 10px;
}*/
span.promokod {
    width: 18px;
    height: 18px;
    color: #fff;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    background: #f6a0a3;
    display: inline-block;
}
/*a#simplecheckout_button_cart {
-moz-box-shadow: inset 0 -3px 0 0 #d83b4f;
    -webkit-box-shadow: inset 0 -3px 0 0 #d83b4f;
    box-shadow: inset 0 -3px 0 0 #d83b4f;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#d93c50),color-stop(1,#f6a0a3));
    background: -moz-linear-gradient(center top,#d93c50 5%,#f6a0a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55cc10', endColorstr='#40ae09');
    background-color: #d83b4f;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    display: inline-block;
    color: #fafcff;
    height: 42px;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-weight: 700;
    font-style: normal;
    width: 100px!important;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-border-radius: 3px;
    border-radius: 3px;
        padding: 8px 0px;
}
a#simplecheckout_button_cart:hover {
    -moz-box-shadow: inset 0 -3px 0 0 #d83b4f;
    -webkit-box-shadow: inset 0 -3px 0 0 #d83b4f;
    box-shadow: inset 0 -3px 0 0 #d83b4f;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#d93c50),color-stop(1,#f6a0a3));
    background: -moz-linear-gradient(center top,#d93c50 5%,#f6a0a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55cc10', endColorstr='#40ae09');
    background-color: #d83b4f;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    background-color: #40ae09;
}*/

.step1 h3 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #999;
    line-height: 44px;
    text-transform: none;
    color: #999;
    display: inline-block;
    width: 88%;
    position: relative;
}
.step1 {

    position: relative;
}
.step1 span {
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 22px;
    border-radius: 50%;
    border: 1px solid #999;
    padding: 8px;
    text-align: center;
    color: #999;
    margin-right: 20px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}
#div2 {
    top: 0;
    right: 0;
  display:none;
  position: absolute;
cursor: pointer;
  -moz-box-shadow: inset 0 -3px 0 0 #3a910e;
    -webkit-box-shadow: inset 0 -3px 0 0 #3a910e;
    box-shadow: inset 0 -3px 0 0 #3a910e;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#55cc10),color-stop(1,#40ae09));
    background: -moz-linear-gradient(center top,#55cc10 5%,#40ae09 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55cc10', endColorstr='#40ae09');
    background-color: #55cc10;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    color: #fafcff;
    height: 38px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-style: normal;
    width: 120px!important;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}
#div1 {
    float: right;
    margin-right: 10px; 
    cursor: pointer;
  -moz-box-shadow: inset 0 -3px 0 0 #3a910e;
    -webkit-box-shadow: inset 0 -3px 0 0 #3a910e;
    box-shadow: inset 0 -3px 0 0 #3a910e;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#55cc10),color-stop(1,#40ae09));
    background: -moz-linear-gradient(center top,#55cc10 5%,#40ae09 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55cc10', endColorstr='#40ae09');
    background-color: #55cc10;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    color: #fafcff;
    height: 38px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-style: normal;
    width: 120px!important;
    display: block;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-border-radius: 3px;
    border-radius: 3px;
     font-size: 14px;
}
#div2:hover {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#40ae09),color-stop(1,#55cc10));
    background: -moz-linear-gradient(center top,#40ae09 5%,#55cc10 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40ae09', endColorstr='#55cc10');
    background-color: #40ae09;    
    }

#div1:hover {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#40ae09),color-stop(1,#55cc10));
    background: -moz-linear-gradient(center top,#40ae09 5%,#55cc10 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40ae09', endColorstr='#55cc10');
    background-color: #40ae09;    
    }
#step2-cont {
    display: none;
}
.content.simple_socnetauth2_bline_content {
    display: none;
}

span.reg1 {
    float: left;
    display: inline-block;
    margin-right: 20px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 22px;
   /* background: #f6a0a3;*/
   /* color: #fff;*/
    /*padding: 10px;*/
}
span.login1 a {
    float: left;
    display: inline-block;
    /* margin-right: 20px; */
    line-height: 40px;
    width: 100%;
    /* margin-bottom: 10px; */
    font-size: 14px;
    text-align: center;
    color: #f6a0a3;
    /*border-bottom: 1px dashed #f6a0a3;*/
    /* padding: 10px 0px 2px 0px; */
}

/*.simplecheckout input, .simplecheckout select {
    border: 1px solid #f7d4d7 !important;
    border-radius: 4px;
}*/
.simplecheckout label {
    text-align: left !important;
    font-size: 14px !important;
    color: #333;
    font-weight: 600;
}
.simplecheckout textarea {
    border-radius: 5px;
    border: 1px solid #999 !important;
    font-size: 14px !important;
}
.simplecheckout .control-label::before {
    display: none;
}
.simplecheckout .comment {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: none;
    color: #999;
    display: inline-block;
    width: 100%;
    position: relative;
}

.titleshippay {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: none;
    color: #333;
    display: inline-block;
    width: 100%;
}


/*.simplecheckout input[type=radio] + label ~ p {
    display: inline-block;
    font-size: 14px !important;
    color: #888;
    font-weight: 600 !important;
    line-height: 32px;
}
.simplecheckout input[type="radio"]:checked + label ~ p {
    display: inline-block;
    font-size: 14px !important;
    color: #333 !important;
    font-weight: 600 !important;
    line-height: 32px;
}
.simplecheckout input[type=radio] + label ~ p ~ div > label {
    display: inline-block;
    font-size: 14px !important;
    color: #888;
    font-weight: 600 !important;
}
.simplecheckout input[type="radio"]:checked + label ~ p ~ div > label {
    display: inline-block;
        font-size: 14px !important;
    color: #333 !important;
    font-weight: 600 !important;
}
.simplecheckout input[type=radio] + label ~ p ~ div > label {
    display: inline-block;
    font-size: 14px !important;
    color: #888;
    font-weight: 600 !important;
}
.simplecheckout input[type="radio"]:checked + label ~ p ~ div > label {
    display: inline-block;
        font-size: 14px !important;
    color: #333 !important;
    font-weight: 600 !important;
}*/

.simplecheckout .radio {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
}
.simplecheckout .radio p {
    margin-bottom: 0px;
    margin-left: 44px;
}
.simplecheckout .radio .form-group {
    margin-left: 44px;
    margin-bottom: 0px;
}
.simplecheckout .radio.def p {
    margin-top: 3px;
    margin-left: 34px;
}
.simplecheckout input[type=radio] + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #f6a0a3 !important;
    border-radius: 50%;
}
.simplecheckout input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22px;
    height: 22px;
    background: #f6a0a3;
    border-radius: 50%;
}

.simplecheckout input[type=radio] + label {
    /*padding: 0 40px 40px 0;*/
    padding: 0;
    display: inline-block !important;
    vertical-align: top;
    cursor: pointer;
}
/*.simplecheckout input[type=radio] + label ~ p ~ div.form-group {
    display: inline-block !important;
    vertical-align: top;
    margin-left: 44px;
    margin-top: -24px;
}*/
.simplecheckout input[type=radio] {
    display: none;
}
.simplecheckout-block-content.commenta {
    position: relative;
}
/*.instr {
    position: absolute;
    top: 0;
    left: calc(100% + 50px);
    width: 535px;
    font-size: 16px;
    color: #999;
}*/
/*.instr a {
display: block;
color: #0687ec;
}
*/
/*
a#simplecheckout_button_confirm {
-moz-box-shadow: inset 0 -3px 0 0 #d83b4f;
    -webkit-box-shadow: inset 0 -3px 0 0 #d83b4f;
    box-shadow: inset 0 -3px 0 0 #d83b4f;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#d93c50),color-stop(1,#f6a0a3));
    background: -moz-linear-gradient(center top,#d93c50 5%,#f6a0a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55cc10', endColorstr='#40ae09');
    background-color: #d83b4f;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    display: inline-block;
    color: #fafcff;
    height: 42px;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    font-weight: 700;
    font-style: normal;
    width: 170px!important;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
a#simplecheckout_button_confirm:hover {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#f6a0a3),color-stop(1,#d93c50));
    background: -moz-linear-gradient(center top,#f6a0a3 5%,#d93c50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40ae09', endColorstr='#55cc10');
    background-color: #f6a0a3;
}*/

#mymodal .modal-dialog {
margin-top: calc(50% - 100px) !important;
    width: 30% !important;
    margin: 20% auto !important;
}
div#myModal {
    background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
.modal-dialog {
margin-top: calc(50% - 100px) !important;
    width: 30% !important;
    margin: 20% auto !important;
    height: 80px !important;
    font-size: 16px !important;
    text-align: center; 
}
}
button.close.iks {
    float: right;
    color: #1c7bd3;
}


@media (max-width: 700px) {
    .checkout-heading.simple-step-vertical.simple-step-vertical-completed {
    width: 100% !important; 
}
.simplecheckout-vertical-menu .checkout-heading {
    cursor: pointer;
    /* margin-bottom: 3px; */
    width: 100% !important;
}
.step1 h3 {
    width: calc(100% - 68px) !important; 
    font-size: 12px;
    line-height: 16px;
}
.custblck {
    height: 40px !important;
    z-index: 1;
    top: 76px !important; 
}
.simplecheckout-left-column {
    float: left !important; 
}
/*.simplecheckout-step:first-child .simplecheckout-right-column {
    display: none !important; 
}*/

.simplecheckout-step:first-child .simplecheckout-right-column .instr {
    display: none !important;  
}
.simplecheckout-step:first-child .simplecheckout-right-column #simplecheckout_cart {
    margin-bottom: 0px;
}

span.login1 a {
    font-size: 12px;
}
span.reg1 {
    font-size: 12px;
}
.simplecheckout-steps-wrapper {
    padding: 0px;
}
.simplecheckout-block-content {
    padding: 0px;
}
.simplecheckout-block-content .form-horizontal {
    padding-top: 20px;

}
.simplecheckout-block {
    clear: both;
    margin-bottom: 5px;
}
.simplecheckout-step + .simplecheckout-step .simplecheckout-right-column {
     margin-top: 0px; 
}
.step1 span {
    font-size: 24px;
    width: 30px;
    height: 30px;
    padding: 4px;
}
.simplecheckout label {
    text-align: left !important;
    font-size: 12px !important;
    line-height: 16px;
}
.simplecheckout-step {
    float: left;
    width: 100%;
}
.titleshippay {
    padding: 5px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
}
.simplecheckout input[type=radio] + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #f6a0a3 !important;
    border-radius: 50%;
}
.simplecheckout input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    background: #f6a0a3;
    border-radius: 50%;
}
.simplecheckout input[type=radio] + label {
    padding: 0 30px 30px 0;
    display: inline-block !important;
    vertical-align: top;
}
.simplecheckout input[type="radio"]:checked + label ~ p {
    display: inline-block;
    font-size: 11px !important;
    color: #333 !important;
    font-weight: 600 !important;
}
.simplecheckout input[type=radio] + label ~ p ~ div.form-group {
    display: inline-block !important;
    vertical-align: top;
    margin-left: 44px;
    margin-top: -12px;
}
.simplecheckout input[type=radio] + label ~ p ~ div.form-group {
    margin-left: 12px !important;
}

.simplecheckout input[type=radio] + label ~ p {
    display: inline-block;
    font-size: 11px !important;
    color: #888;
    font-weight: 600 !important;
}
.simplecheckout input[type=radio] + label ~ p ~ div > label {
    display: inline-block;
    font-size: 11px !important;
    color: #888;
    font-weight: 600 !important;
}
.simplecheckout input[type="radio"]:checked + label ~ p ~ div > label {
    display: inline-block;
    font-size: 11px !important;
    color: #333 !important;
    font-weight: 500 !important;
    line-height: 12px;
}
.simplecheckout input[type=radio] + label ~ p ~ div > label {
    display: inline-block;
    font-size: 11px !important;
    color: #888;
    font-weight: 500 !important;
}
#simplecheckout_login {
    background: #fff;
    transition: all 0.3s;
    padding-top: 10px;
    /* padding-bottom: 90px; */
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 320px; */
    z-index: 9;
}

/*.simplecheckout-cart td.name div.image {
    display: block;
    max-width: 40%;
}
.simplecheckout-cart td.name {
    text-align: left;
        width: 100% !important;
    display: block !important;
}
.simplecheckout-cart td.price {
    color: #444;
    font-size: 16px !important;
    line-height: 34px !important;
    font-weight: 500 !important;
    text-align: left;
    display: inline-block !important;
    width: 50% !important;
}
.simplecheckout-cart td.quantity {
    width: 48% !important;
    display: inline-block !important;
}
.simplecheckout-cart td.total {
    display: block !important;
    width: 100% !important;
}
*/
.cartheading {
    opacity: 0;
}
.simplecheckout-cart td.total button {
    float: right !important;
    position: absolute;
    right: 30px;
}
.simplecheckout-cart td.total {
    color: #444;
    font-size: 20px !important;
    text-align: left;
    font-weight: 600 !important;
    padding-bottom: 10px;
}
.simplecheckout-cart td.total > br {
    display: none;
}
#simplecheckout_cart {
    margin-bottom: 200px;
}
.instr {
    /* position: absolute; */
    /* top: 400px; */
    /* left: 0 !important; */
    /* width: 535px; */
    padding-top: 30px;
    font-size: 14px;
    color: #999;
    text-align: left;
    margin-bottom: -235px;
    margin-left: -20px;
}
.simplecheckout-step + .simplecheckout-step .simplecheckout-right-column {
    margin-top: 0px;
    float: right;
}

}

button.btn.btn-danger.proddel {
    width: 20px;
    height: 20px;
    padding: 0;
}
/*button.btn.btn-primary.plusbtn {
    text-align: center;
    width: 50px;
    padding: 0;
}
button.btn.btn-primary.minusbtn {
    text-align: center;
    width: 50px;
    padding: 0;
}*/
span.promokod {
    display: none;
}
.instr {
    font-size: 14px;
}


.simplecheckout .radio.def {
    position: relative;
    margin-top: -4px !important;
    margin-bottom: 0px;
}
.simplecheckout .radio.def input[type=radio] + label {
    padding: 0 12px 26px 0 !important;
    display: inline-block !important;
    vertical-align: top;
    cursor: pointer;
}
.simplecheckout .radio.def input[type=radio] + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 24px !important;
    height: 24px !important;
    border: 1px solid #f6a0a3 !important;
    border-radius: 50%;
}
.simplecheckout .radio.def input[type="radio"] + label ~ p {
    display: inline-block;
    font-size: 14px !important;
    color: #888 !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}
.simplecheckout .radio.def input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 3px !important;
    left: 3px !important;
    width: 18px !important;
    height: 18px !important;
    background: #f6a0a3;
    border-radius: 50%;
}
a#simplecheckout_button_login {
    width: 120px !important;
}
a.btn-fogot {
    display: block;
    margin: 0 auto;
    text-align: center;
}