@media (min-width: 768px) {
    .pull-sm-left {
        float: left !important;
    }
    .pull-sm-right {
        float: right !important;
    }
    .pull-sm-none {
        float: none !important;
    }
}

.DivCartBlock {
    margin:auto;
    font-family: Roboto;
    width:100%;
    max-width:1240px;
}

.dropdown-header span {
    font-size: 1.5em;
}

.change-currency p {
    margin: 0 !important;
}

.DivContainerCart {
    width: 100%;
    display: table;
}

.DivImage {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.DivDesc {
    text-decoration: none;
    display: table-cell;
    width: 41%;
}
.div-show-frame {
    display:table-cell;
}
@media (max-width: 500px) {
    .div-show-frame {
        display:block;
    }
}
.DivPrice {
    text-decoration: none;
    display: table-cell;
    width: 7%;
}

.DivQty {
    text-decoration: none;
    display: table-cell;
    width: 15%;
    text-align: center;
}

.DivSubTotal {
    text-decoration: none;
    display: table-cell;
    width: 8%;
    text-align: center;
}

.DivSeparatorPhone {
    border-top: 1px dashed #ddd;
    display: none;
}
.DivBasketPhone {
    display: none;
}
@media (max-width: 870px) {
    .DivSeparatorPhone {
        display: block;
    }
    .DivSubTotal {
        display: none;
    }
    .DivBasketPhone {
        display: block;
    }
}
.DivQtyPhone {
    display: none;
}
.DivRemovePhone {
    display: none;
}
@media (max-width: 750px) {
    .DivQty {
        display: none;
    }
    .DivQtyPhone {
        display: inline-block;
    }
    .DivRemovePhone {
        display: block;
    }
    .DivDesc {
        width: 40%;
    }
}
.DivPricePhone {
    display: none;
}

@media (max-width: 650px) {
    .DivPrice {
        display: none;
    }
    .DivPricePhone {
        display: inline-block;
    }
    .DivDescPhone ul {
        margin-top:-10px !important;
    }
}
.DivDescPhone {
    display: none;
}
@media (max-width: 600px) {
    .DivDesc {
        display: none;
    }
    .DivDescPhone {
        display: block;
    }
}

#DivSellerPic, #DivSocialLinks {
    text-decoration: none;
    display: table-cell;
    width: 5%;
}

#DivSocialLinks {
    white-space:nowrap;
}

.body-order-addresses {
    background-image: url(../../include/images/backgrounds/bg_shoppingcart.jpg);
    background-size:cover;
    background-attachment: fixed;
}

.btn-checkout {
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 70%;
    font-size: 1em;
}

.btn-arrow:after {
    font-family: 'FontAwesome';
    content: '\f054';
    padding-left: 30px;
    position: relative;
    font-size: 90%;
}

.f1 {
    padding: 25px; background: #ffffff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase;}

.f1-steps { overflow: hidden; position: relative; margin-top: 20px;}

.f1-progress { position: absolute; top: 21px; left: 0; width: 100%; height: 1px; background: #9b9b9b;}
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #9e0e40; }

.f1-step { position: relative; float: left; width: 25%; padding: 0 5px; }
.f1-step-icon {
    display: inline-block; width: 33px; height: 33px; margin-top: 4px; background: #ffffff;
    font-size: 14px; color: #9b9b9b; line-height: 33px;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    margin-bottom:5px;
}
.f1-step.activated .f1-step-icon {
    background: #9e0e40; border: 1px solid #9e0e40; color: #ffffff; line-height: 33px;
    transition: all .3s ease-out;
}
.f1-step.active .f1-step-icon {
    width: 40px; height: 40px; margin-top: 1px; background: #9e0e40; font-size: 22px; line-height: 40px;
    border: 1px solid #9e0e40;
    color:#ffffff;
    font-weight: bold;
}

.f1-step p { color: #9b9b9b; }
.f1-step p span { padding: 0px 5px; }
.f1-step.activated p { color: #9e0e40; }
.f1-step.active p  { color: #9e0e40; }
.f1-step.active p span { font-weight: bold; /*border-bottom: 4px solid #ffffff;*/}

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #ffffff; }

.btn-must-login {
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 70%;
    font-size: 14px;
}

/**
   DirectPayment
*/
div[id^="DivError"] {
    margin-bottom: -14px;
    font-size: 15px;
    padding-left: 5px;
}

input:read-only {
    background-color: white !important;
}


/**
 * Addresses
 */
[id^="DivAddress"] p {
    margin: 5px 10px !important;
}
.brd-col {
    border-right: 1px dashed #573d3a;
}

@media (max-width: 768px) {
    .brd-col {
        border-right: none;
        border-bottom: 1px dashed #573d3a;
    }
}

.div-address {
    opacity: .6;
}
.div-address.active {
    opacity: 1;
}
.div-address .div-name {
    background: #757575;
    color: #573d3a;
    color: white;
}
.div-address.active .div-name {
    background:#9e0e40;
    color: #ffffff;
}


.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #f96415;
}

input:focus + .slider {
    box-shadow: 0 0 1px #f96415;
}

input:checked + .slider:before {
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/**
* Payment
*/
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.error {
    display: none;
    font-size: 13px;
}
.error.visible {
  display: inline;
}


.div-card {
    border:1px solid #ccc;
}

.div-card.active {
    border:1px solid #f96415;
}

#DivFormPayment form {
    width: 480px;
    margin: 20px 0;
}

#DivFormPayment .group {
    background: white;
 /*   box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);*/
    border-radius: 4px;
    margin-bottom: 20px;
}

#DivFormPayment label {
    position: relative;
    color: #353535;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
}

#DivFormPayment .group label:not(:last-child) {
    border-bottom: 1px solid #F0F5FA;
}

#DivFormPayment label > span {
    width: 120px;
    text-align: right;
    margin-right: 30px;
}

#DivFormPayment label > span.brand {
    width: 30px;
}
#DivFormPayment input {
    color: black !important;
}
#DivFormPayment .field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: #8f8f8f;
    outline: none;
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
}

#DivFormPayment .field::-webkit-input-placeholder {
    color: #CFD7E0;
}

#DivFormPayment .field::-moz-placeholder {
    color: #CFD7E0;
}

#DivFormPayment button {
    float: left;
    display: block;
    background: #666EE8;
    color: white;
    box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    border: 0;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 40px;
    line-height: 38px;
    outline: none;
}

#DivFormPayment button:focus {
    background: #555ABF;
}

#DivFormPayment button:active {
    background: #43458B;
}

#DivFormPayment .outcome {
    float: left;
    width: 100%;
    padding-top: 8px;
    min-height: 24px;
    text-align: center;
}

#DivFormPayment .success,
#DivFormPayment .error {
    display: none;
    font-size: 13px;
}

#DivFormPayment .success.visible,
#DivFormPayment .error.visible {
    display: inline;
}

#DivFormPayment .error {
    color: #E4584C;
}

#DivFormPayment .success {
    color: #666EE8;
}

#DivFormPayment .success .token {
    font-weight: 500;
    font-size: 13px;
}

/**
 * Result payment
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.div-confirmation-payment {
    padding-left: 40px;
}

@media (max-width: 570px) {
    .div-confirmation-payment {
        padding-left: 0px;
    }
}
