#module-supercheckout-supercheckout #wrapper {
    background: #21212d;
    /*! background: #ccc; */
}
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 46%;
  transform: translateY(-50%);
  border: 2px solid #727893;
  border-radius: 3px;
  background: transparent;
}

input[type="checkbox"]:checked + label:after {
  content: "✓";
  color: #fff;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
#module-supercheckout-supercheckout .form-control,
#module-supercheckout-supercheckout .custom-selector {
    background: transparent;
    border: 1px solid #727893;
}
#module-supercheckout-supercheckout .custom-selector .selected-option {
    font-size: 16px;
    line-height: 1.25;
    padding-top: 8px;
    padding-bottom: 8px;
}
#module-supercheckout-supercheckout .form-control:focus {
    background: #000;
}
.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: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.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;
}
.modal-content_supercheckout {
    margin: auto;
    display: block;
    width: 30%;
    max-width: 700px;
}
.modal-content_supercheckout, #caption_supercheckout { 
    animation-name: zoom;
    animation-duration: 0.6s;
}
#velsof_payment_dialog{
    position:absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    z-index: 999999;
    display:none;
}
.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;
}
.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;
}
#supercheckout-option {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.opc-container .login-options .radio-inline {
    position: relative;
    padding-left: 0;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    margin: 2px !important;
}
.opc-container .login-options [type="radio"]:checked + label, .opc-container .login-options [type="radio"]:not(:checked) + label
{
    padding-left: 0px;
    padding: 5px 10px;
    cursor:pointer;	
    text-align: center;
    font-size: 14px;
    background: #8c2cc969;
    color: #ccc;
}
.opc-container .login-options [type="radio"]:checked + label{
    background: #8c2cc9;
    color: #fff;
}
.form-group.login-options .radio-inline label{
    border: 1px solid #8c2cc9;
	border-radius: 4px;
}
#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;
}
#velsof_supercheckout_form .row {
    display: block;
}
#supercheckout_update_address_button {
    margin-bottom: 20px;
}
.button-save-address {
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 130px;
    background: #8c2cc990;
    border-radius: 3px;
    margin: 5px 5px;
    width: 140px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    border: none;
}
#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;
    height: 27px;
}
#velsof_supercheckout_form .progress .progress-bar{
    box-shadow: none;
    border-radius: 0;
    position: relative;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes,animate-positive 1s;
}
#supercheckout_order_progress_bar #supercheckout_order_progress_status_text{
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding-left: 5px;
}
#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;
}
.opc-container .register-section{
    display:none;
}
.superCheck-shadow {
    padding: 20px;
    margin-bottom: 50px;
    /*! box-shadow: 9px 8px 30px 0px rgba(255, 255, 255, 0.1); */
    border-radius: 20px;
    border: 1px solid #727893;
}
.opc-container .custom-panel h2 {
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}
.opc-container label {
    width: 100%;
    font-size: 16px;	
    display: inline-block;
}
#supercheckout-fieldset .supercheckout-threecolumns .supercheckout-required{
    color: #f00;
}
.opc-container input[type="checkbox"] + label
{
    padding-left: 25px;
}
.opc_billing_address {
    margin-top: 30px;
    margin-bottom: 30px;
}
.radio, 
.checkbox {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.supercheckout-extra-wrap p {
    margin: 0;
}
.opc-container [type="radio"]:checked,
.opc-container [type="radio"]:not(:checked) {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    top: 0;
    margin: 0 auto;
}
.opc-container [type="radio"]:checked + label,
.opc-container [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;;
}
.opc-container [type="radio"]:checked + label:before,
.opc-container [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #727893;
    border-radius: 100%;
    background: transparent;
}
.opc-container [type="radio"]:checked + label:after,
.opc-container [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #8c2cc9;
    position: absolute;
    top: 50%;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #ccc;
}
.opc-container [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.opc-container [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1) translateY(-50%);
}
.form-group.login-options .radio-inline label:after, .form-group.login-options .radio-inline label:before {
    display: none;
}
.input-box {
    position: relative;
}
.opc-container input[type="checkbox"] {
margin-left: 0px !important;
}



.loginBtn {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 0px;	
	margin-bottom: 5px;
}
#button-login {
    width: fit-content;
    background: #8c2cc9;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 16px;
    border-radius: 4px;	
    color: #fff;
}
#forgotpasswordlink a {
    margin: 15px 0; 
    text-decoration: underline;
}
.accountOptions {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
ul.accountOptions li {
    width: 50%;
    float: left;
    font-size: 14px;
}
.accountOptions li a {
    display: inline-block;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
	border-radius: 3px;
    background: #8c2cc9;
    color: #fff;
    max-width: 130px;
    float: right;
    margin: 0px 5px;
}
.actionAddress {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.card.userAddressData {
    padding: 10px;
    border-radius: 4px;
    box-shadow: none;
	font-size: 13px;
    margin: 10px 0 10px;
    background: #333;
    font-style: italic;
}
.accountLogoutLi a, .accountLogoutLi a:focus, .accountLogoutLi a:hover {
    background: #d9534f;
    color: #fff;
}
#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 .permanent-warning, .supercheckout-empty-page-content .permanent-warning {
    font-size: 13px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
#supercheckout-fieldset .warningsmall {
    display: block;
    color: #f76818 !important;
    font-size:85% !important;
}



/* Modal Content (Image) */
#caption_supercheckout {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.opc_shipping_method li, 
.opc_payment_method li {
    background: #421360;
    padding: 3px 10px;
    margin-bottom: 5px;
    color: #ccc;
    border-radius: 10px;
}
.opc_shipping_method li.alert-info, 
.opc_payment_method li.alert-info {
    background-color: #8c2cc9;
    color: #fff;
}
.opc_shipping_method li .radio > * {
    padding-left: 28px;
    margin-bottom: 10px;
    display: block;
}
.opc_shipping_method li .radio > p {
    margin: 0;
}
#ps_checkout-loader, [name="select_payment_option"]{
    display: none;
}
.custom-panel label img {
    margin-right: 10px;
}
#confirmCheckout .cart_list_item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
	    border-bottom: 1px solid #333;
	margin-bottom: 8px;	
    align-items: center;
}
.row.cart_list_item > div {
    margin-bottom: 8px;
    /*! display: flex; */
    justify-content: center;
}
.row.cart_list_item .quantity-section {
    display: flex;
    justify-content: center;
}
.smallViewSection .Cart-product-Image {
    width: 25%;
    max-width: 120px;
}
.smallViewSection .shopping-cart-description{
    width:73%
}
.clear-mobile-div{
    clear: both;
    width: 100%;
}
.smallViewSection .shopping-product-price {
    padding-right: 0;
}
.smallViewSection .productTotalSection {
    padding-left: 0;
}
.supercheckout-column-right .quantity-section{
	display: flex;
    justify-content: center;
}
.shopping-cart-description .product-title span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.shopping-cart-description .product-title .product_reference {
    padding-top: 5px;
}
.shopping-cart-description .product-title{
	font-size: 14px;
	margin: 0;
	color: #ccc;
}
#confirmCheckout .remove-from-cart {
    margin-left: 5px;
    margin-top: 0;
	font-size: 16px;
    color: #ccc;
}
.qty_control {
  display: flex;
  max-width: 100%;
  height: 24px;
}
.qty_control>* {
  height: 24px;
  display: flex;
}
.qty_control button {
  max-width: 40px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0;
  background: transparent;
  border: 1px solid #cac8c8;
  color: #ccc;
}
.qty_control .qty_down button {
  border-radius: 3px 0 0 3px; 
}
.qty_control .qty_up button {
  border-radius: 0 3px 3px 0; 
}
.quantity-section .bootstrap-touchspin {
  max-width: 100%
}
.quantity-section .quantitybox {
  max-width: 40px;
  text-align: center;
  border: 1px solid #cac8c8;
  border-left: none;
  border-right: none;
  background: transparent;
  color: #ccc;
}
.opc_shoppingcart.custom-panel table td, .opc_shoppingcart.custom-panel table {
    border: 0;
    text-align: center;
    vertical-align: middle;	
    margin: 20px 0;
}
.table.table-bordered.totalTable td {
    text-align: left;
    padding: 10px 5px;
}
.table-bordered.totalTable tr td:last-child {
    text-align: right;
}
.totalAmount h3 {
    margin: 0;
    font-size: 16px;
    padding: 5px 0px;
}
.totalAmount h3 .amountMoney {
    float: right;
}
.opc-container .opc_confirmcart .btn.btn-success {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
	margin-top:10px;
	border-radius: 4px;
    background: #8c2cc9;
    transition: 0.3s all;
}
.opc-container .opc_confirmcart .btn.btn-success:hover{
    background: #8c2cc9;
}
.gender_select {
  display: flex;
  margin-top: 10px;
}
.gender_select > div {
  margin-right: 20px; 
}
#module-supercheckout-supercheckout img {
    border-radius: 5px;
}
.unit-price-text,
.total-price-text {
    /*! margin-bottom: 5px; */
    display: block;
}
.rewardBody {
    margin-bottom: 20px;
}
.highlighten {
    color: #fff;
}
.actionAddress .btn {
    background: #8c2cc990;
    border-radius: 3px;
    margin: 5px 5px;
    width: 140px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5;
}
.accountOptions .accountLogoutLi a {
    background: #8c2cc970;
    float: left;
}
.total-price-text, .cart-product-price {
    font-size: 14px;
}

@media(max-width:767px){
}





/* Add Animation - Zoom in the Modal */
@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);
    }
}@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}