.simple-content {
    margin: 0px 5px;
}

@media (max-width:492px){
    .simple-content {
    margin: 0px 0px;
}
}

.simple-content fieldset {
    text-align: left;
}

#simplecheckout_cart .btn-primary {
    background-color: white;
    box-shadow: none;
    color: grey;
    position: relative;
    top: 0px;
}

#simplecheckout_cart .btn-danger {
    background: none;
    border: none;
    box-shadow: none;
    font-weight: 300;
    font-size: 10px;
    color: black;
}

.simplecheckout-cart .image {
    margin-top: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.simplecheckout-cart .name {
    margin-top: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.simplecheckout-cart .name a {
    font-weight: 300;
    font-size: 14px;

    color: #666;
    font-weight: 700;
}

#simplecheckout_cart .btn-primary:active,
#simplecheckout_cart .btn-primary:focus,
{
    background-color: white;
    box-shadow: none;
    border: none;
    color: black;
}

#simplecheckout_cart .btn-primary:hover {
    background-color: white;
    color: black;
    box-shadow: none;
    border: none;
}

.quantity input {
    height: 30px;
    box-shadow: none !important;
    border: none !important;
}
.quantity{
   vertical-align: middle; 
}



.checkout-simplecheckout input.form-control {
    box-shadow: 0 0 0 1px #c7c7c7;
    border: 0;
    font-size: 14px !important;

}

.simple-content fieldset h3 {
    margin: 0;
}

.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%;
    padding-bottom: 45px;
}

.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;
    margin-bottom: 20px;
}
.simplecheckout-block-content {
    padding: 0px 40px;
    padding-bottom: 15px;
}

@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;
}

.row-shipping_address_city .form-horizontal .control-label {
    text-align: left;
}
.simple-content label {
    font-weight: 300;
}
.simplecheckout-block .options {
    font-size: 10px;
    position: relative;
   
}
.simplecheckout label,
.simpleregister label {
    display: inline-block !important;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}



.simplecheckout-button-right {
    float: left;
}

.simplecheckout-button-left {
    float: left;
    text-align: left;
}

.simplecheckout-button {
    margin: 0 auto;
text-align: center;
}

.simplecheckout-button-left .button {
    margin: 0;
}

@media only screen and (max-width:780px) {
    .simplecheckout-button-left {
        display: none;
    }
}

#simplecheckout_customer .simplecheckout-block-content {
    text-align: center;
}

#simplecheckout_customer, #simplecheckout_shipping, #simplecheckout_shipping_address, #simplecheckout_payment, #simplecheckout_payment_address, #simple-order{
    background-color: white;
    padding-top: 20px;
}

#simple-order{
    padding-top: 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: 30px;
   

}

.simplecheckout-cart {
    margin: 0px !important;
    width: 100%;
   
}

.fixed {
    position: fixed;
    top: 10px;
    max-width: 26%;
}

.promo_section {
    padding: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
}

.promo_section a {
    color: black;
    text-decoration: underline;
    text-decoration-style: dashed;
    font-weight: 700;
}

.promo {
    text-align: center !important;
}

.promo #simplecheckout_button_cart {
    background-color: #fd3;
    border: 1px solid #fd3;
    color: black;
    padding: 10px 70px;
    text-align: center;
    border-radius: 1px !important;
}



.checkout-heading .panel-heading {
    background: transparent;
}

.simplecheckout-cart-total {
    padding: 0;

}

.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;
}

.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;
}

#total_total {
    font-size: 18px;
    border: none;
  
}

.off{
    display: none;
}
.on{
    display: block
}


.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: 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;
    display: table-cell;
    vertical-align: middle;
    position: static !important;
}

.simplecheckout-cart th.name {
    text-align: center;
}

.simplecheckout-cart .name {
    font-size: inherit !important;
    width: 230px;
}

.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;
    position: relative;
top: 3px;
    vertical-align: middle;
}

.simplecheckout-cart .total {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}

.simplecheckout-cart .quantity {
    display: table-cell !important;
    float: none !important;
    position: relative;
left: -8px;

}

.simplecheckout-cart .quantity .btn-block {

}

.delete{
    position: relative;
top: 2px;
}

.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;
    display: table-cell;
    vertical-align: middle !important;
    position: static !important;
}

.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;
    white-space: nowrap;
}

.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: right;
    white-space: nowrap;
    display: table-cell !important;
}

.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;
    font-size: 11px;
}

.call_question_icon {
    height: 31px;
}

.call_question {
    position: relative;
    top: -7px;
    left: -10px;
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700;
    position: absolute;
    right: 34px;
    top: 45px;
    z-index: 100;
}

.has-error input {
    border: 1px solid red !important;
    box-shadow: none !important;
}

.simplecheckout .content {
    padding: 15px 20px;
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.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;
}
#simplecheckout_shipping_address p{
    font-size: 11px;
    margin-left: 13px;
    padding-bottom: 10px;
}
#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;
}

.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;
}

.simple-content .checkout-heading {
    background-color: transparent;
    border-color: none;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 15px 0px;
    font-size: 16px;
}


}
.checkout-heading span {
    display: inline-block !important;
    float: left;
    font-size: 16px;
}
.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;
position: relative;
top: -4px;
    padding: 6px 7px;
    border-radius: 30px;
}

.bp{

padding: 2px 7px;
}

.bm{

padding: 2px 8px;
}

.bp, .bm{
    background-color: white;
        border: 0.1px solid #999;
border-radius: 30px !important;
color: grey;
}

.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: none;
    
}
#agreement_checkbox .checkbox {
    margin: 0;
    padding-bottom: 20px;
    color: #999;
}

#agreement_checkbox .checkbox a {
       color: #999;
}

#agreement_checkbox .checkbox b{
    font-size: 13px !important;
font-weight: 400;
text-transform: lowercase;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
    border: 0;
}
.checkout-simplecheckout .col-sm-12 .checkout-heading {
    padding-left: 0
}
.row-customer_email,
.row-shipping_address_firstname {
    width: 50%;
    float: left
}
.row-customer_telephone,
.row-shipping_address_lastname {
    width: 50%;
    float: right
}
.simplecheckout-cart a {
    color: #4d4d4d;
    font-size: 1em;
    font-weight: 700
}
.checkout-simplecheckout {
    background-color: #f9f9f9;
}

.checkout-simplecheckout .sale-line,
.checkout-simplecheckout header {}
.checkout-simplecheckout a {
    color: black;
}
.checkout-simplecheckout .breadcrumb {
    text-align: left;
    font-size: 12px
}
.checkout-simplecheckout .breadcrumb a {
    color: #464646
}
.checkout-simplecheckout .breadcrumb li:first-child {
    padding-left: 0
}
.checkout-simplecheckout .breadcrumb li:first-child a {
    color: #dc143c
}
.checkout-simplecheckout .breadcrumb li:last-child:after {
    display: none
}
.checkout-simplecheckout .breadcrumb li:after {
    border-color: #8c8c8c
}
.chcoup {
    min-width: 79%!important
}
.app_but {
    background: #ccc;
    padding: 10px;
    border-radius: 4px;
    color: #fff!important;
    cursor: pointer
}
.simplecheckout-right-column .btn {
    padding: 4.5px 9px;
    font-size: 12px;
    border-radius: 0!important;
}
#simplecheckout_cart .simplecheckout-cart-total-remove {
    width: 0;
}

.promoOn {
    display: block !important;
}
.checkbox+.checkbox,
.radio+.radio {
    margin-top: 0px;
}
.step {
    border-radius: 30px;
    display: none;
}
.sOne {
    padding: 4px 11px;
}
.sTwo {
    padding: 4px 11px;
}
.sThree {
    padding: 4px 11px;
}
.sFour {
    padding: 4px 11px;
}
.sFive {
    padding: 4px 11px;
}
.form-horizontal .control-label {
    color: gray;
    font-weight: 300;
    padding-bottom: 5px;
    font-size: 12px;
}
.simple-content .form-group input {
    border-radius: 0px !important;
}
.radio label {
    font-size: 14px;
}
.checked {
    border: 1px solid #fd3;
    background: black;
    border-radius: 4px;
    font-weight: 500;
    color: white;
    -webkit-font-smoothing: antialiased;
}
.radio {
    padding: 15px;
    border: 0px !important;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
}
.radio input[type=radio] {
    position: relative !important;
    display: none;
}
.radio:hover: {
    border: 1px solid #fd3;
    background: white;
}

/*.radio label:before {
    content: '•';
    color: transparent;
    font-size: 9px;
    padding: 3px 7px;
    border-radius: 100%;
    background: transparent;
    transform: scale(0);
    transition: all .2s ease;
    opacity: 1;
    pointer-events: none;
    border: 1px solid grey;
    position: relative;
    margin-right: 10px;
}
.radio label:hover:before {
    content: '•';
    color: transparent;
    font-size: 9px;
    padding: 3px 7px;
    border-radius: 100%;
    background: #fd3 !important;
    transform: scale(0);
    transition: all .2s ease;
    opacity: 1;
    border: 1px solid #fd3 !important;
    position: relative;
    margin-right: 10px;
}
.radio label.checked_label:before {
    content: '•';
    color: transparent;
    font-size: 9px;
    padding: 3px 7px;
    border-radius: 100%;
    background: #fd3 !important;
    transform: scale(0);
    transition: all .2s ease;
    opacity: 1;
    pointer-events: none;
    border: 1px solid #fd3 !important;
    position: relative;
    margin-right: 10px;
} */
.simplecheckout-left-column input {
    text-align: left !important;
    padding: 10px;
}
.simplecheckout-left-column .form-control {
    height: 40px !important;
}
.simplecheckout-left-column #total_sub_total,
.simplecheckout-left-column #total_total,
.simplecheckout-left-column .simplecheckout-cart-total {
    display: none;
}
.simple_header {
    background: white;
    border-bottom: 0.8px solid lightgray;
  
    color: black;
   padding: 20px 30px 15px 30px;
    text-align: center;
    margin: 0 auto;

}

.simple_header img{
    max-height: 30px;
    margin: 0 auto;
}


.simple_header .border {
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}
.simple_header a {
    color: #3e77aa;
    transition-duration: 0.4s;
}
.simple_header a:hover {
    color: red;
    cursor: pointer;
}
.simple_header span {
    margin-left: 15px;
}
.simple_header small {
    font-size: 10px;
}
.simple_header a {
    font-size: 16px;
    color: black;
}
.simple_header a:hover {
    color: red;
}
.simple_info_icon {
    list-style: none;
    display: inline-flex;
}
.simple_info_icon li {
    border: 1px solid #fd3;
    border-radius: 50%;
    margin-left: 10px;
}
.simple_info_icon li img {
    max-width: 30px;
    padding: 7px;
}
.commentAdd {
  padding: 15px 35px 25px;
text-decoration: underline;
text-decoration-style: dashed;
font-size: 13px;
text-align: center;
}
.commentAdd:hover {
    cursor: pointer;
}
#simplecheckout_comment {
    padding: 0px 33px;
    display: none;
    margin-top: 10px;
}
#simplecheckout_comment textarea {
    border: 1px solid #e9e9e9 !important;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: relative !important;
    margin-left: -20px;
    margin-right: 5px;
}
.terms {
    position: relative;
    top: 35px;
    color: lightgray;
    font-size: 10px;
    line-height: 11px;
    padding-left: 5px;
}
.terms a {
    color: lightgray;
    text-decoration: underline;
    text-decoration-style: dashed;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background: #f9d41e;
    color: black;
}
.footer_container {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 10px;
    padding-left: 40px;
}
.btn-primary {
    background: #ffdd33;
    border: 1px solid #ffdd33;
    padding: 20px 90px;
    font-size: 15px;
    font-weight: 500;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #f9d41e;
    border: 1px solid #ffdd33;
}
#buttons {
    position: relative;
    top: 10px;
    margin: 0 auto;
}
.cart_title {
    display: none;
}

.quantity ul{
    list-style: none;
    display: inline-flex;
    padding-left: 0px;
}

.simplecheckout-left-column #simplecheckout_cart{
    display: none;
}

#total_total ul{
    list-style: none;
    padding-left: 0;

}

.promoTotals {
   
    padding: 10px 20px;
    text-align: left;
    text-align: center;
    background-color: white;
    margin-bottom: 20px;
    }
.promocode{
    position: relative;
top: 12px;
font-size: 12px;
color: #333;
text-transform: uppercase;
font-weight: 700;
    text-align: left;
}

.promocode:hover, .promocode:focus{
    cursor: pointer;
    text-decoration: underline;
}

#promocode{
    list-style: none;
    padding-left: 0;
    position: relative
    
}

#promocode .inputs input{
padding: 30px 10px;
text-align: left;
border-radius: 1px !important;
}

#promocode .buttons{
    position: absolute;
    right: 10px;
    z-index: 5;
    background-color: transparent;
    color: black;
top: 40px;
}

#promocode .inputs input::placeholder {
  color: #999;
  font-size: 10px;
  text-align: left;
    position: relative;
    left: 5px;
   top: 0px;
}

.final_total{
    padding-left: 0;
    text-align: right;
    list-style: none;
    line-height: 2;
}


.simple_btn{
  
}
   

.simple_product_image{
  display: inline-flex;
padding-left: 0;
list-style-image: none;  
}

.simple_product_image li{
    list-style: none;
}

.simple_product_image li:first-child{
    margin-right: 15px;
    
}



@media all and (max-width:495px) {
    
    .promocode{
        text-align: center;
        padding-bottom: 30px;
    }
    .btn-delete{
        top: -50px;
    }
    
    .simplecheckout-cart .image:first-child {
margin-top: 10px;
    }
    
    
    
    .full-width {

top: -15px;
}
    
    .simplecheckout-cart .name {
margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
}
    
    .simplecheckout-cart .image {
margin-top: 3px;
padding-top: 10px;
padding-bottom: 0px;
}
    
    .caramel .image img{
        max-height: auto;
    }
    
    .
    
    #simplecheckout_cart .form-control {
        display: inline-block !important;
        min-width: 15px;
        padding: 0px !important;
    }
    
    .delete {
        position: relative;
        top: 6px;
        }
    .simplecheckout-cart{
        border: none;
    }
    
    .simplecheckout-left-column #simplecheckout_cart{
        display: block;
    }
    .call_question {
        position: relative;
        top: -7px;
        left: -10px;
        margin-right: px;
        padding-left: 21px;
    }
    
    .simplecheckout-cart .price {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
    position: relative;
    top: 0px;
    }
    .simple_header small {
        font-size: 10px;
        position: relative;
        top: 3px;
    }
    
    .fixed {
        position: relative;
        top: 10px;
        max-width: 100%;
    }
    
    .simplecheckout-right-column .cart_info{
        display: none;
    }
    

    
  
    .simplecheckout-right-column .cart_title,
    .simplecheckout-right-column .cart_info,
    {
        display: none;
    }
    
    .simplecheckout-left-column .cart_title {
        display: block;
    }
    
    .footer_container {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 10px;
        padding-left: 40px;
        line-height: 1;
    }
    

    
 

    
    .promo_section {
        padding: 15px 17px;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .simple_header {
        margin-top: 0px;
    }
    
    #buttons {
        margin: 0 auto;
    }
    
    .simplecheckout-block-content {
        padding: 0px 10px;
    }
    
    .row-customer_email,
    .row-shipping_address_firstname {
        width: 100%;
        float: left;
        position: relative;
        z-index: 10000;
    }
    
    .simplecheckout-cart {
        box-shadow: none;
    }
    
    #content h1 {
        font-size: 26px;
    }
    
    .radio {
        padding: 10px 0px;
        -webkit-font-smoothing: antialiased;
    }
    
    .row-customer_telephone,
    .row-shipping_address_lastname {
        width: 100%;
        float: left;
        position: relative;
        z-index: 10000;
    }
    
    .form-horizontal .form-group {
        margin-right: 0px;
        margin-left: 0;
        */
    }
    
    .simple_header .border {
        border-bottom: none;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
    }
    
    .question_call {
        font-size: 10px;
    }
    
    .question_call a {
        color: white;
        font-size: 15px;
        font-weight: 500;
        position: relative;
        top: -7px;
    }
}
.caramel{
    background-color: white;
}
.promo ul{
    list-style: none;
    display: inline-flex;
    padding-left: 0;
}
.uoptions{
    list-style: none;
    padding-left: 0;
    display: grid; 
}

.uoptions li{
    line-height: 12px;
    color: #999;
}
.simple_product_info{
    list-style: none;
    display: block;
    padding-left: 0;
}
@media (min-width: 1200px){
 .simple_container{
width: 950px !important;
}
}@media (max-width: 355px){
    .btn-primary{
        padding: 20px 60px;
    }

}@media (max-width: 520px){
    div.required .control-label:before {
content: '* ';
color: red;
font-weight: 700;
position: absolute;
right: 25px;
top: 35px;
z-index: 100;
}

}
.cart_info{
    border-bottom: 1px solid #dcdee1;
}
.full-width{
	width: 100%;
	height: 100px;
	position: relative;
	display: table;
	margin: 0;
	padding: 0;
}
.full-width li {
	display: table-cell;
	position: relative;
}

.rp{
    position: absolute;
right: 10px;
top: 3px;
}

.ia{
    font-size: 12px;
color: #999;
letter-spacing: 0.3;
}
.iat{
    font-size: 14px;
color: #333;
    font-weight: 700;
letter-spacing: 0.3;
}

.btn-delete{
border-radius: 30px !important;
border: 0.1px solid #999;
position: relative;

right: -20px;
padding: 4px 7px;
background-color: white;
font-size: 9px;
}

.caramel .image img{
    max-height: 65px;
}

.delete{
    vertical-align: middle;
}

#simplecheckout_payment_address .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline{
    padding-top: 13px;
}

#agreement_checkbox input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: transparent;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: black;
  width: 1em;
  height: 1em;
  border: 0.15em solid black !important;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
    left: -10px;
float: left;
top: 5px;
}

#agreement_checkbox input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

#agreement_checkbox input[type=checkbox]:checked::before {
  transform: scale(1);
}

#agreement_checkbox input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

#agreement_checkbox input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

