
.cart_total_voucher{display:none !important}

.custom-radio p {font:14px Jost, sans-serif;color:black}

h2 small {
    font-size: 15px !important;
}

@media (max-width: 800px) {
.table-responsive {
    width: 350px;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    border: 1px solid #d6d4d4;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 25px;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}
.table-responsive::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
}


.table-bordered th {display:none}
.table-bordered tbody tr td
{  display: inline-block;
white-space:normal !important;
width:170px
}

.red-button {
    margin:15px 20px !important;
}
}


.table tfoot tr, .table > thead > tr > th {background:#fff;font-family: Jost;}
table.totalTable {margin-bottom:5px !important}

.opc_shipping_method li.alert-info label, .opc_payment_method li.alert-info label, .opc_payment_method li.alert-info label p {font-weight:bold;color:black}





@media(min-width:800px){

#checkoutShippingAddress h2{margin-bottom:0px !important}
#checkoutBillingAddress h2{margin-bottom:0px !important}

.opc_shipping_address div[data-percentage="3"], .opc_billing_address div[data-percentage="3"] {
  width:50%;
  padding-right: 15px;
  float:left;
}

.opc_shipping_address div[data-percentage="5"]{
  width:33%;
  float:left;
  padding-left:16px !important
  /*padding-right: 15px;*/
}

.opc_shipping_address div[data-percentage="7"] {
  width:20%;
  float:left;
  padding-left:16px !important
  /*padding-right: 15px;*/
}

.opc_shipping_address div[data-percentage="5"]  .col-sm-6:first-child {width:35%}
.opc_shipping_address div[data-percentage="5"]  .col-sm-6:nth-child(2) {width:65%}


.opc_shipping_address div[data-percentage="14"]  {
  width:50%;
  float:left;
  
  /*padding-right: 15px;*/
}

.opc_billing_address div[data-percentage="4"] {
  padding-left:16px !important;
    width:50%;
  float:left;
}  

.opc_shipping_address div[data-percentage="15"] {
  width:50%;
  float:left;
  padding-left:16px !important
}

}




.table-bordered thead tr th {
border-bottom:1px solid #ccc;
border-top:1px solid #ccc !important;
border-radius:0px;}

.table-bordered thead tr td {
border-bottom:1px solid #ccc;

border-radius:0px;}

.label-warning {padding-top:0px !important}

.text-right .price {
    color:black !important;
    font-family: Jost;
}

.input-different-shipping{margin-top:-20px;margin-bottom:30px;}

.opc_shipping_address, .opc_billing_address {
 background: #fbfbfb;
    border: 1px solid #d6d4d4 !important;
    padding: 14px 18px 13px;
    margin: 0 0 30px 0;

}

  .opc-container .custom-panel h2 small {
    margin-right: 25px;
    font-family: Jost;
    /*background: url(https://y4u8i2o6p0v.digital/themes/lahome/images/accordion-hover.png) no-repeat;*/
    float: left;
    display: block;
    width: 123px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    background: #999
    
}

.opc-container a, .opc-container a:hover, .opc-container a:focus {
   
    text-decoration: none !important;
    -o-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.opc-container {
    padding-bottom: 20px !important;
    padding-top: 0px !important;
    /*letter-spacing: 1px !important;*/
}
.opc-container .panel {
    background: #ffffff!important;
    border: 0 !important;
}
.opc-container [type="radio"]:checked,
.opc-container [type="radio"]:not(:checked) {
    position: absolute !important;
    width: 100% !important;
    height: unset !important;
    z-index: 9 !important;
    opacity: 0 !important;
    left: 0  !important;
    right: 0 !important;
    cursor: pointer !important;
    top: 0 !important;
    margin: 0 auto !important;
}
.opc-container [type="radio"]:checked + label,
.opc-container [type="radio"]:not(:checked) + label
{
    position: relative !important;
    padding-left: 28px !important;
    cursor: pointer !important;
    line-height: 20px !important;
    display: inline-block !important;
    color: #666 !important;
}
.opc-container [type="radio"]:checked + label:before,
.opc-container [type="radio"]:not(:checked) + label:before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #ddd !important;
    border-radius: 100% !important;
    background: #fff !important;
}
.opc-container [type="radio"]:checked + label:after,
.opc-container [type="radio"]:not(:checked) + label:after {
    content: '' !important;
    width: 12px !important;
    height: 12px !important;
    background: #8ed6aa !important;
    position: absolute !important;
    top: 3px !important;
    left: 3px !important;
    border-radius: 100% !important;
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}
.opc-container [type="radio"]:not(:checked) + label:after {
    opacity: 0 !important;
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
}
.opc-container [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.opc-container .login-options .radio-inline {
    position: relative;
    padding-left: 0;
}
.opc-container .azm-btn, .azm-btn:hover, .azm-btn:focus {
    height: 48px;
    margin: 8px;
    padding: 11px 13px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color:#ffffff !important;
}
.opc-container .azm-facebook {
    background: #4862a3;
}
.opc-container .azm-google-plus {
    background: #dd4b39;
}
.opc-container .azm-btn i {
    padding-right: 27px;
    font-size: 21px;
    line-height: 21px;
    vertical-align: top;
    position: relative;
}
.opc-container .azm-btn i:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 70%;
    width: 1px;
    height: 36px;
    background: #ccc;
    background: rgba(255, 255, 255, 0.3);
}
.opc-container .social-head {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.opc-container .social-head span {
    background: #ffffff;
    padding: 0;
    z-index: 999;
    position: relative;
    letter-spacing: 1.5px;
    box-shadow: 0 1px 4px #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 2.5;
}
.opc-container .social-head:after {
    position: absolute;
    content: '';
    border-bottom: 1px dashed #ccc;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 16px;
}
.opc-container .register_type{display:none;}
.opc-container .social-login {
    text-align: center;
}
.opc-container .custom-panel {
    border: 0;
}
.opc-container .custom-panel h2 {
    font-size: 14px;
    font-family: Jost;
    margin: 0;
/*    padding:  15px;*/
    margin-bottom: 15px;
    position: relative;
    /*border-bottom: 1px solid #efefef;*/
    /*background: #f3f3f3; */
    background: rgba(244,241,237);
    text-transform: uppercase;
    margin-top:10px;
    height: 45px;
    line-height: 45px;
}

.opc-container input, .opc-container textarea, .opc-container select, .opc-container .form-control {
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 500ms;
    padding: 6px 12px;
    font-size: 14px;
    outline: none;
    min-height: 30px;
 /*   background: #f3f3f3;*/
    background: #fff;
    margin-top: 1px;
    border-radius: 4px 
}


input[type="text"]:focus, input[type="password"]:focus,     input[type="number"]:focus, input[type="email"]:focus, select:focus {
  background-color: #ddf4ff;
}
.opc-container .register-section{
    display:none;
}
.opc-container .section-login label {
    font-weight: normal;
    cursor: pointer;
    font-family: Jost;
    font-size: 13px;
}
.opc_shipping_method ul, .opc_payment_method ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.opc_shipping_method li .fa, .opc_payment_method li .fa {
    color: #4ca241;
    font-size: 19px;
    padding-right: 10px;
}
.opc_shipping_method li, .opc_payment_method li {
    width: 100%;
    list-style: none;
    margin: 15px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    /* display: grid
; */
    /* grid-template-columns: 30px 1fr 100px; */
    /* gap: 8px 4px; */
    align-items: center;
    /* position: relative; */
    padding: 15px 15px;
    transition: all 200ms ease-out;
}

.alert-info {
/*background-color:#f6f6f6 !important; border:2px solid #555555 !important;*/
background-color:#f2f6eb !important; 
  border:2px solid #78b429 !important;
padding:10px 6px !important}
 .opc_shipping_method li:hover, .custom-radio:hover {background-color:#f6f6f6 !important; }

.opc_shipping_method li.alert-info, .opc_payment_method li.alert-info{
    width: 100%;
    list-style: none;
    margin: 15px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    /* display: grid
; */
    /* grid-template-columns: 30px 1fr 100px; */
    /* gap: 8px 4px; */
    align-items: center;
    /* position: relative; */
    padding: 15px 15px;
    transition: all 200ms ease-out;
}


.opc-container input[type=checkbox] + label {
    display: block;
    margin: 0em;
    cursor: pointer;
    padding: 0.2em;
}

.opc-container input[type=checkbox] {
    width: 100%;
    height: 100%;
/*    opacity:0;*/
margin-top: -1px;
}

.opc-container input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #ccc;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    padding-left: 0;
    padding-bottom: 0;
    margin-right: 0.5em;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
    line-height: 1.2;
    text-align: center;
}

.opc-container input[type=checkbox] + label:active:before {
    transform: scale(0);
}

/*.opc-container input[type=checkbox]:checked + label:before {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}*/
.opc-container label {
    font-weight: normal;
    width: 100%;
    text-align: left;
    font-size: 14px;	
}
.opc_billing_address {
    /*margin-top: 30px;*/
    margin-bottom: 30px;
}
.custom-panel.rewardsection {
    margin-top: 0px;
    margin-bottom: 10px;
}
.opc-container span.required {
    color: #fb1a1a;
}
.rewardsection .input-group {
    width: 100%;
    float: left;
    margin-bottom:20px
}
.rewardsection .control-label {
    width: 40%;float:left;
}
.rewardsection .form-group {
    display: inline-block;
    width: 100%;
}
.opc-container .opc_confirmcart  .btn.btn-success {
    /*float: right;*/
    font-size: 22px;
    font-family: Jost;
    font-weight:600; 
    padding: 10px 20px;
    width: 100% !important;
    max-width: 350px !important;
    text-transform: uppercase !important;
    border:0px !important;
border-radius: 20px;
    padding: 12px 8px !important;
}
.opc_shipping_method .radio {
    margin: 0 !important;
    padding: 10px 0 !important;
}
.opc-container .checkbox a {
    z-index: 999;
    cursor: pointer;
    position: relative;
}
.opc_shoppingcart.custom-panel strong {
    font-weight: 500;
}
.opc-container .form-group {
    /*margin-bottom: 10px;*/
    margin-bottom: 0px;
}
.opc-container .custom-panel h2 img {
    /*  max-width: 24px; */
}
.form-group.login-options .radio-inline label:after, .form-group.login-options .radio-inline label:before {
    display: none !important;
}
.opc-container .login-options [type="radio"]:checked + label, .opc-container .login-options [type="radio"]:not(:checked) + label, [type="radio"]:checked + label
{
    padding-left: 0px !important;
    padding: 5px 10px !important;
    cursor:pointer !important;	
    text-align: center !important;
    font-size: 14px !important;
}

.opc-container .section-login  [type="radio"]:checked + label {
    padding-left: 0px !important;
    padding: 5px 10px !important;
    cursor:pointer !important;	
    text-align: center !important;
    font-size: 14px !important;
}

.opc-container .login-options [type="radio"]:checked + label{
    background: #4862a3 !important;
    color: #fff !important;
}

.login-options [type="radio"]:checked + label{
    background: #4862a3 !important;
    color: #fff !important;
}

#button-login {
    width: 100%;
    background: #5cb85c;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 16px;
    max-width: 130px;
    border-radius: 4px;	
}
.button-save-address {
    width: 100%;
    background: #5cb85c;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 16px;
    max-width: 130px;
    border-radius: 4px;	
}
#supercheckout_save_address_button {
    text-align: center;
}
.progress-bar-grey {
    background: #c5c5c5;
}
.freeShipping h3 {
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    margin-top: 10px;
    margin-bottom: 15px;

}
.login-form p a {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.freeShipping .progress {
    height: 25px;
    background: #e4e4e4;
}
.freeShipping .progress-bar{
    line-height:24px;
}
.product_img {
    max-width: 100px;
    border: 5px solid #fff;
    box-shadow: 0 0 2px #ccc;
}
.opc_shoppingcart.custom-panel table td, .opc_shoppingcart.custom-panel table {
    border: 0;
    text-align: center;
    vertical-align: middle;	
/*    margin-bottom: 10px;*/
}
.opc_shoppingcart.custom-panel table td p {
    margin-bottom: 2px;
    font-size: 12px;
    text-align: left;
}
.opc_shoppingcart.custom-panel table td.text-left {
    text-align: left;
}
.opc_shoppingcart .input-group input {
    text-align: center;
}
.opc_shoppingcart.custom-panel table thead td {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.opc_shoppingcart.custom-panel table tr.coloredRow {
    border:0px solid #ddefe4;
    background:#f7f7f7
}
tr.coloredRow button {
    line-height: 1;
    font-size: 12px;
}
.opc_shoppingcart .shoppingTable .input-group {
    max-width: 95px;
    margin: 0 auto;
}
.form-group.form-coupon .btn span {
    font-size: 14px;
}
.form-group.form-coupon .input-group {
    max-width: 400px;
    margin: 10px 0px 0px 19%;
}
.opc_shoppingcart .input-group .btn-number {
    padding: 4px 7px !important;
    line-height: 1;
    font-size: 9px !important;
}
tr.coloredRow b {
    font-weight: normal;
    color: #000;
}
tr.coloredRow {
    font-size: 13px;
}
.badge-success {
    background: #5cb85c !important;
}
.badge-danger {
    background: #dd4b39;
}
.delete_product i{
    width: 22px;
    height: 20px;
    border: 1px solid #929090;
    display: inline-block;
    border-radius: 50%;
    color: #929090;
    cursor: pointer;
    line-height: 1.3;
    text-align: center;
    background: #ffffff;

}
.opc_shoppingcart.custom-panel .table-responsive {
/*    max-height: 470px;*/
}
table.table.table-bordered.shoppingTable {
    /*border-collapse: separate;   */
    border-spacing: 0 10px;
    margin-bottom: 0px !important;
}
.opc_shoppingcart .shoppingTable tr {
    background: #f9f9f9;
    border-bottom:1px solid #ccc;
}
.opc_shoppingcart.custom-panel input#quantity {
    padding: 5px;
    font-size: 14px;
    height: 20px;
    text-align: center;
    background: #fff;
    min-height:auto;
        min-width: 36px;
    /* max-width: 70px; */
}
.opc_shoppingcart.custom-panel table tr.coloredRow td {
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
    text-align: center;
}
.table.table-bordered.totalTable td {
padding: 3px 5px;
    font-family: Jost;
    font-size: 17px;
    text-align: right;
    font-weight: 700;
    letter-spacing: normal;
}

.value .price {font-size:16px !important;
margin-right: 10px;
}


.table-bordered.totalTable tr:last-child {
    border-bottom: 1px dashed #dcdcdc;
}
.table-bordered.totalTable tr:last-child td{
    padding-bottom:15px;
}
.table-bordered.totalTable tr td:last-child {
    text-align: right;
}
.rewardHeader, .rewardHeader a {
text-align: center;
    /* padding-bottom: 10px; */
    font-size: 13px;
    color: #337ab7;
    /* padding-left: 3px; */
    display: block;
    background: #e7e7e7;
    width: 230px;
    /* padding: 5px; */
    padding: 5px 0px 5px 0px;
    border-radius:6px
}

.rewardHeader:hover, .rewardHeader a:hover {
    background: #c0c0c0 !important;

}

.totalAmount h3 {
    margin: 0;
    font-size: 18px;
    font-family: Jost;
    padding: 0px 10px;
    color: #000;
    text-align: right;
}



.totalAmount h3 .amountMoney {
    text-align: right;
/*    float: right;*/
}
.custom-panel label img {
    margin-right: 10px;
    margin-left: 8px;
}
.shippingPrice {
    float: right;
    color:black
}
 .radio-inline {
    width: 32% !important;
    text-align: center !important;
    margin-left: 0 !important;
}
.radio-inline label{
  /*  background: #f4fef8 !important;*/
  background: #fefefe;
    border: 1px solid #ddefe4 !important;
    position: relative;
    top: -20px;
    padding: 13px 0px;
    text-align: center;
}

.radio-inline label .selback{
background:#ccc !important;
}


.radio-inline input[type="radio"]:checked + label  ,
.opc-container input[type="radio"]:checked + label{
background: #ccc !important;
}


.freeShipping {
    /* background: #f7f7f7; */
    padding: 25px;
    /*margin: 20px 0;*/
    box-shadow: 0 0 2px #ccc;
}
.freeShipping h3 {
    margin-top: 10px;
    text-transform: uppercase;
}
.paymentInfo {
    display: none;
}
.alert-info .paymentInfo {
    display: block;
    margin-top: 10px;
    padding-left: 28px;
    font-size: 12px;	
}

.shippingInfo {
    display: block;
    margin-top: 10px;
    padding-left: 28px;
    font-size: 12px;	
}

.loginBtn {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
.title.section-title i, h2 i {
    float: right;
    margin: 15px;
}
.opc_shoppingcart.custom-panel table td
.opc_shoppingcart.custom-panel table td p {
    margin-bottom: 0;
    font-size: 12px;
}
.opc_shoppingcart.custom-panel table td p b {
    font-weight: normal;
    color: #636060;
}
.payment-icon {
    max-width: 200px;
    margin: 0 auto;
    padding: 10px;
    width: 100px;
    height: 100px;
    background: #f3f6ff;
    border-radius: 50%;
    border: 5px solid #ccd8f7;

}
.payment-icon img {
    max-width: 60px;
    text-align: center;
    margin: 0 auto;
    padding-top: 8px;
}
.payment-heading h4 {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0;
    color: #f3f6ff;
    font-weight: normal;
    letter-spacing: 1.5px;
    border-bottom: 2px solid #fff;
}
.pay-modal-heading .close {
    color: #fff;
    opacity: 0.7;
}
.payment-body {
    background: #ffffff;
    min-height: 200px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    overflow: auto;
    max-height: 300px;
}
.payment-body p {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    margin: 0;
    color: #2f2f2f;
}
.payment-body label{
    font-size: 16px;
    color: #2f2f2f;
}
.pay-modal-heading {
    background: #4862a3;
    padding: 20px 10px;
}

.pay-loader .lds-hourglass {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin-top: 23%;
}
.pay-loader .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #fff;
    border-color: #abd3ff transparent #ff9090 transparent;
    animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(400deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1200deg);
    }
}


.pay-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    z-index: 9999;
    text-align: center;
    left: 0;
    opacity: 0.3;
}

.parent-three-column .three-column {
    width: 50%;
    float: left;
}
.parent-three-column .three-column [class^=col-] {
    width: 100%;
}
.parent-three-column .three-column:first-child{
    padding-right:20px;
}

.parent-three-column .table.table-bordered.shoppingTable td:nth-child(n-2) {
    display: inline-block;
}
.parent-three-column .opc_payment_method {
    /*padding-top: 20px;*/
}
.card.userAddressData {
    padding: 10px;
    box-shadow: none;
    margin-top: 0px;
        border: 1px solid rgba(0,0,0,.125)
}
.actionAddress {
    margin-top: 10px;
    text-align: center;
}
.actionAddress a{
    text-align:center
}
.actionAddress a, .actionAddress a:focus, .actionAddress a:hover, .actionAddress span {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.section-user-login h4 {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-top: 20px;
    margin-bottom: 20px;
}
.accountOptions{
    margin-bottom:20px;
}
.accountOptions {
    margin-bottom: 0px;
    display: inline-block;
    width: 90%;
}

.accountLogoutLi a, .accountLogoutLi a:focus, .accountLogoutLi a:hover {
    background: #d9534f;
    color: #fff;
}
ul.accountOptions li {
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 14px;
}
.accountOptions li a {
    display: inline-block;
    padding: 10px;
    /*padding: 6% 0% 6% 0%;*/
    width: 95%;
    text-align: center;
}
.userAddressDetails li {
    margin-bottom: 20px;
}
@media(max-width:1200px){
    .opc-container {
        width: 100%;
    }
    .opc-container .azm-btn {
        margin:5px 0;
    }
    
}
@media(max-width:992px){
    .opc-container .radio .fa {
        display: none;
    }
    .opc_shoppingcart.custom-panel input#quantity{width:45px;}
}
@media(max-width:767px){
    .parent-three-column .three-column {
        width: 100%;
        float: left;
    }
    .parent-three-column .table.table-bordered.shoppingTable td:nth-child(n-2) {
        padding:2px;
    }
}

@media(max-width:1200px){
    .opc-container {
        width: 100%;
    }
    .opc-container .azm-btn {
        margin:5px 0;
    }
}
@media(max-width:992px){
    .opc-container .radio .fa {
        display: none;
    }
    .opc_shoppingcart.custom-panel input#quantity{width:45px;}
}
@media(max-width:640px){
    .opc-container .azm-btn{font-size:0;}
    .opc-container .azm-btn i:after {
        display: none;
    }
    .opc-container .azm-btn i{padding-right:0;    width: 100%;}
    .opc_shoppingcart .input-group, .opc_shoppingcart .control-label {
        max-width: 100%;
        width: 100%;
    }
    tr.coloredRow input#quantity{max-width:100%;}

}
@media(max-width:336px){
    ul.accountOptions li a{
        font-size: 12px;
    }
}

#supercheckout-fieldset .permanent-warning,  .supercheckout-empty-page-content .permanent-warning{
    background: url("../../img/front/supercheckout-warning.png") no-repeat scroll 10px center #FFD1D1 !important;
    border: 1px solid #F8ACAC !important;
    border-radius: 5px !important;
    position: static;
    height: auto !important;
    width: 100%;
    color: #555555 !important;
    margin-bottom: 15px !important;
    padding: 10px 10px 10px 33px !important;
}

#supercheckout-fieldset .errorsmall {
    display: block;
    color: #FF0000 !important;
    font-size:85% !important;
}

#supercheckout-fieldset .supercheckout-threecolumns .supercheckout-required{
    color: #FF8A1E !important;
    font-weight: normal !important;
}
#velsof_payment_dialog{
    position:absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    z-index: 999999;
    display:none;
}

/* The Modal (background) */
.modal_supercheckout {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.ui-dialog[aria-describedby="divKbgiftMessage"] {
    min-width:363px;
    z-index: 4000;

}
.ui-dialog[aria-describedby="divKbgiftMessage"] .ui-widget-header .ui-dialog-title {
    font-size: 14px;
}	
@media(max-width:360px)
{
    .ui-dialog[aria-describedby="divKbgiftMessage"] {
        width: 300px !important;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .ui-dialog[aria-describedby="divKbgiftMessage"] .ui-widget-header .ui-dialog-title {
        font-size: 12px;
        white-space: normal;
    }
}
@media(max-width:767px)
{
    .ui-dialog[aria-describedby="divKbgiftMessage"] .ui-widget-header {
        padding-left: 10px;
    }

    .ui-dialog[aria-describedby="divKbgiftMessage"] .ui-widget-header .ui-dialog-title {
        font-size: 14px;
        white-space: normal;
    }
    .ui-dialog[aria-describedby="divKbgiftMessage"] {
        width: 90% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        max-width:370px;
        min-width:100%;
    }
} 

[aria-describedby=divkbmobilelogin] input[type=text]{
    min-height: 32px !important;
    border: 1px solid #969A96 !important;
    background-color: transparent !important;
    color: #000000 !important;
    border-radius: 3px !important;
    width: 97%;
    padding: 2px 3px;
}
[aria-describedby=divkbmobilelogin] input[type=number]{
    min-height: 32px !important;
    border: 1px solid #969A96 !important;
    background-color: transparent !important;
    color: #000000 !important;
    border-radius: 3px !important;
    width: 97%;
    padding: 2px 3px;
}
[aria-describedby=divkbmobilelogin] input[type=password]{
    min-height: 32px !important;
    border: 1px solid #969A96 !important;
    background-color: transparent !important;
    color: #000000 !important;
    border-radius: 3px !important;
    width: 97%;
    padding: 2px 3px;
}
.divkbmobilelogin .supercheckout-extra-wrap label {
    color: #000 !important;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
}
.divkbmobilelogin .supercheckout-extra-wrap {
    padding-top: 5px !important;
    padding-right: 6% !important;
    color: #000000 !important;
    font-size: 12px;
    margin-top: 3px;
}
[aria-describedby=divkbmobilelogin] .ui-dialog-titlebar.ui-widget-header {
    margin-bottom: 3px !important;
    margin-top: 0 !important;
    color: #7b7b7b !important;
    background: transparent;
    border: 0;
    font-size: 14px !important;
    font-weight: bold !important;
}
.divkbmobilelogin select.supercheckout-large-field {
    width: 98%;
    border-radius: 3px !important;
    min-height: 32px;
}
.divkbmobilelogin select {
    border: 1px solid #969A96 !important;
    background-color: transparent !important;
    color: #000000 !important;
    border-radius: 3px !important;
}

#divkbmobilelogin {
    padding-top: 0;
}

.divkbmobilelogin .supercheckout-required {
    color: #FF8A1E !important;
    font-weight: normal !important;
}

#supercheckout_order_progress_bar{
    display: none;
    position: fixed;
    width:100%;
    top: 40%;
    z-index: 9999;

    left: 0;
    max-width: 600px;
    right: 0;
    margin: 0 auto;
}

#supercheckout_order_progress_bar .supercheckout_order_progress_status{
    margin: 0 auto;
    width: 50%;
    height: 30px;
    border-radius: 20px;
    position: relative;margin-left: 35%;
}

#supercheckout_order_progress_bar .supercheckout_order_progress_status img{
    margin-left: 22%;
}

#supercheckout_order_progress_bar #supercheckout_order_progress_status_text{
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding-left: 5px;
    /*    margin-left: 29%;*/
}

.submit_progress_disable{
    display: none;
    width: 100%;/* Added for Prestshop 1.5*/
    position: fixed;
    background-color: #666;
    z-index: 999;
    opacity: 0.4;
    text-align:center;
    left: 0;
    right: 0;
    top: 0;
}

#velsof_supercheckout_form .progress-title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    margin: 0 0 15px;
}


#velsof_supercheckout_form .progress{
    height: 26px;
    background: rgba(0,0,0,0.1);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
}
#velsof_supercheckout_form .progress .progress-bar{
    box-shadow: none;
    border-radius: 0;
    position: relative;
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes,animate-positive 1s;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes,animate-positive 1s;
}
#velsof_supercheckout_form .progress-bar .progress-value{
    width: 50px;
    height: 100%;
    background: #000;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    line-height: 27px;
    top: 0;
    left: 0;
}
#velsof_supercheckout_form .progress:after,
.progress .progress-bar:after,
.progress .progress-value:after{
    content: "";
    border-left: 13px solid rgba(0,0,0,0.1);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
    top: 0;
    right: -13px;
}
/*#velsof_supercheckout_form .progress.red .progress-bar:after{ border-left-color: #d9534f; }
#velsof_supercheckout_form .progress .progress-value:after{ border-left: 13px solid #000; }
#velsof_supercheckout_form .progress.blue .progress-bar:after{ border-left-color: #5bc0de; }
#velsof_supercheckout_form .progress.yellow .progress-bar:after{ border-left-color: #f0ad4e; }
#velsof_supercheckout_form .progress.green .progress-bar:after{ border-left-color: #5cb85c; }*/


.opc_shipping_method p {
    margin: 0;
    font-size: 14px;
    padding-left: 18px;
}
.opc_shipping_method label {
    width: 70%;
    margin-bottom: 0;
}


@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}

/* Modal Content (Image) */
.modal-content_supercheckout {
    margin: auto;
    display: block;
    width: 30%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption_supercheckout {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content_supercheckout, #caption_supercheckout { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close_supercheckout {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close_supercheckout:hover,
.close_supercheckout:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content_supercheckout {
        width: 50%;
    }
}


.parent-three-column .three-column {
    width: 50% !important;
    float: left !important;
}
.parent-three-column .three-column [class^=col-] {
    width: 100%;
}
.parent-three-column .three-column:first-child{
    padding-right:20px;
}

.parent-three-column .table.table-bordered.shoppingTable td:nth-child(n-2) {
    display: inline-block;
}
.parent-three-column .opc_payment_method {
    /*padding-top: 20px;*/
}

@media(max-width:767px){
    .parent-three-column .three-column {
        width: 100%;
        float: left;
    }
    .parent-three-column .table.table-bordered.shoppingTable td:nth-child(n-2) {
        padding:2px;
    }
}

#column-1-inside, #column-2-inside, #columnleft-3 {
    height:auto!important;
    min-height:auto !important;
}

#supercheckout-fieldset .warningsmall {
    display: block;
    color: #f76818 !important;
    font-size:85% !important;
}


td.supercheckout-name.text-left.td-product a{
    max-width: 275px;
    color:black;
    text-decoration:none 
}


td.supercheckout-name.text-left.td-product a:hover{text-decoration:underline !important}


@media (min-width: 1200px){

}
@media (max-width: 1200px){
.form-group.login-options .radio-inline{
    width:auto !important;
}
#supercheckout-option {
    text-align: center;
}
}
div#social_login_block ul li a{
        padding: 6px;
}

#html_element_login{
    margin: 0% 0% 6% 6%;
}

.error_border_sc {
    border: 1px solid red;
    padding: 8px;
}

.errorsmall_custom
{
    display: block;
    color: #FF0000 !important;
    font-size:85% !important;
}

#velsof_supercheckout_form #supercheckout-fieldset .supercheckout-threecolumns .error-form {
    border: 1px solid #f13340 !important;
    color: #f13340 !important;
    background: url(../../img/front/form-error.png) 98% 8px no-repeat #fff1f2 !important;
    
}

input.kbfiletype {
    -webkit-appearance: none;
    background: #eaeaea;
    padding: 10px !important;
    height: auto;
    border-radius: 4px !important;
    margin-bottom: 6px !important;
}

.ui-dialog .ui-dialog-titlebar-close span{
    /*margin: 0px !important;*/
}

.div_custom_fields .checkbox label, .radio label{
    /*padding-left: 6px !important;*/
}

#columnleft-1 {
    min-height: auto !important;
}

li.custom-radio {
     position: relative;   padding: 8px 5px;
}
li.custom-radio label {
    width: 100%;
	display: inline-block;
}
.custom-radio div.radio, .custom-radio div.radio span, .custom-radio div.radio input{margin:0; width:auto;height:auto;}
.opc_shipping_method p.shippingInfo{
	display: block;
    margin-top: 5px;
    padding-left: 28px;
    font-size: 12px
	}
.custom-radio label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}	
.custom-radio label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #6d6d6d;
    border-radius: 100%;
    background: #fff;
}


.supercheckout_offers_option label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #6d6d6d;
    background: #fff;
}


.custom-radio label:after{
    content: '';
    width: 12px;
    height: 12px;
    background: #6d6d6d;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	opacity:0;
}
.custom-radio.alert-info label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-checkbox .checker {
    display: inline-block;
}
.custom-radio label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.checkbox label{
    padding-left: 5px !important;
}

/*table td, table th{
    padding: 0px 0px !important; 
}*/

tr.sort_data{
        height: 42px;
}

.input-group-addon, .input-group-btn
{
    width:unset !important;
}
#velsof_supercheckout_form .row {
    display: block;
}
div.selector{
    width: 100% !important;
}
div.selector span{
        white-space: normal;
        width:100% !important;
}
.custom-radio .radio, li.custom-radio .radio input {
    display: none;
}
#checkoutLogin table td, #checkoutLogin table th {
    padding: 5px 0px !important;
}
.supercheckout-qty .quantitybox {
    max-height: 20px;
    min-height: 20px;
    padding: 0;
        margin: 0;
}
.opc_shoppingcart .input-group .btn-number.quantity-left-minus{
    border-top-right-radius: 0;    
    border-bottom-right-radius: 0;

}
.opc_shoppingcart .input-group .btn-number.quantity-right-plus{
    border-top-left-radius: 0;    
    border-bottom-left-radius: 0;

}
.opc_shoppingcart .input-group input:focus {
    box-shadow: none;
}
@media(max-width:1200px){
.accountOptions li .fa {
        clear: both;
        display: block;
    }
}

.opc-container #shipping-method [type="radio"]:checked, 
.opc-container #shipping-method [type="radio"]:not(:checked),
.opc-container #payment-method [type="radio"]:checked,
.opc-container #payment-method [type="radio"]:not(:checked){
   position: absolute;
   width: 100%;
   height: unset !important;
   z-index: 0;
   opacity: 0;
   left: 0;
   right: 0;
   cursor: pointer;
   top: 0;
   margin: 0 auto;
}


.selback {background:#f4fef8  !important}
