.cart-step3-succes:hover/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 10, 2020, 9:02:54 AM
    Author     : gasper
*/

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cart-table {
    box-shadow: 0px 0px 9px 0px #b8b8b8;
}

.table {
    background-color: #1a1d2b;
    color: white;
}

.cart-table .table {
    margin: 0;
    white-space: nowrap;
    color: white;
}

.cart-table .table tr .pro-thumbnail, .cart-table .table tr .pro-price, .cart-table .table tr .pro-quantity, .cart-table .table tr .pro-subtotal, .cart-table .table tr .pro-remove {
    width: 140px;
    color: white;
}
.cart-table .table thead tr th {
    border-color: #f6f7f9;
    border-bottom: 0 solid transparent;
    color: #051824;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.cart-table .table tbody tr td.pro-thumbnail {
    height: 120px;
}

.cart-table .table tbody tr td.pro-thumbnail img {
    height: 100%;
    width: auto;
    max-width: 100%;
}

.cart-table .table tbody tr td {
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 600;
    color: #222222;
}

.cart-table .table tr .pro-qty {
    width: 90px;
    height: 40px;
    border: 1px solid #e8e6e6;
    padding: 0 15px;
    float: left;
}

.cart-table .table tr .pro-qty .qtybtn {
    width: 13px;
    display: block;
    float: left;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: white
}

.cart-table .table tr .pro-qty input {
    width: 32px;
    font-size: 13px;
    float: left;
    border: none;
    height: 40px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.cart-table .table tr .pro-qty .qtybtn {
    width: 13px;
    display: block;
    float: left;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: white;
}

.shop-cart-overview{
    padding-top: 100px;
    background-color: #1a1d2b;
    padding-bottom: 100px;
}

.shop-cart-overview h2{
    margin-bottom: 40px;
    color: white;
    text-align: center;
    font-weight: 800;
    margin-top: 60px;
}

.cart-table table tbody{
    background-color: #ffffff;
}

.cart-table table tbody tr{
    margin-bottom: 10px;
    background-color: #1a1d2b;
}

.cart-calculator-wrapper {
    margin-top: 30px;
    width: 400px;
    margin-left: auto;
    margin-right: 0px;
    font-size: 14px;
    max-width: 100%;
}


.cart-calculator-wrapper .totalSum{
    font-weight: 700;
    border-top: 1px solid #e8e6e6;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 18px;
}

.cart-calculator-wrapper .totalSum.promocodeActive p{
    text-decoration: line-through;
    font-weight: 500;
}

.shop-cart-button{
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    transition: .3s;
    font-weight: 700;
    background-color: #323953;
    border: 1px solid #323953;
}


/*.enterosgel-container .shop-cart-button{
    background-color: #07438f;
    border: 1px solid #07438f;
}

.enterozoo-container .shop-cart-button{
    background-color: #cb3062;
    border: 1px solid #cb3062;
}*/


.shop-cart-button:hover{
    color: #cfa368;
    background: none;
    border: 1px solid #cfa368;
}

.shop-cart-button.step1{
    margin-top: 0px;
}

.shop-cart-overview .multi-steps{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.shop-cart-overview .multi-steps .is-active {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
}

.shop-cart-overview .multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    font-weight: 700;
    color: grey;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.shop-cart-overview .multi-steps > li.is-active:after, .shop-cart-overview .multi-steps > li.is-active ~ li:after {
    background-color: #ffffff;
}

.shop-cart-overview .multi-steps > li.is-active:before, .shop-cart-overview .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
    background-color: #cfa368;
}

.shop-cart-overview .multi-steps > li:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #e2b07d;
    width: 19px;
    height: 19px;
    line-height: 18px;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    color: white;
}

.shop-cart-overview .multi-steps > li.is-active ~ li:before {
    background-color: #e0e0e0;
    color: #e0e0e0;
}



.shop-cart-overview .multi-steps > li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #cb5612;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
    display: block;
}


.shop-cart-overview .multi-steps > li.is-active ~ li {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    border-top: 1px solid #fafafa;
}

.cart-calculator-wrapper-step-1{
    width: 100%;
}

.shop-cart-overview-box h5{
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    padding-top: 0px;
}
.shop-cart-overview-box h7{
    font-size: 14px;
    padding-top: 0px;
}
.shop-cart-overview-box h6{
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}
.shop-cart-overview-box{
    padding: 20px;
    padding-left: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: white;
}
.shop-cart-overview-box .dropzone {
    min-height: 150px;
    border: none;
    background: #fbfbfb;
    border-radius: 8px;
    padding: 0px 20px;
}
.dropzone.dz-clickable .dz-message {
    cursor: pointer;
    background-image: url(../images/upload2.svg) !Important;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 122px;
    margin-top: -40px;
    padding-bottom: 0px;
    background-size: 40px;
}

.form-control:focus {
    border-color: grey !important;
    border: 2px solid grey !important; 
}

.dropzone {
    background-image: linear-gradient(116deg, #272f36 -13%, #29323d 42%, #181e24 100%) !important;
}

input:-webkit-autofill { 
    -webkit-box-shadow: 0 0 0 1000px #29323d inset !important;
    -webkit-text-fill-color: white;
}
input:-webkit-autofill:focus { 
    -webkit-box-shadow: 0 0 0 1000px #29323d inset !important;
    -webkit-text-fill-color: white;
}

.form-control {
    border: solid 1px grey;
    padding-top: 10px;
    height: 50px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    background-color: #1a1d2b;
    color: white !important;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "RedHatDisplay", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: white !important;
}
#inputContainer{
    padding-bottom:20px;
    margin-left: 5%;
    width: 80%;
}


.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: "RedHatDisplay", sans-serif !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.8);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    font-family: "RedHatDisplay", sans-serif !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.8);
}
.form-control:focus{
    border: solid 1px grey;
    box-shadow:none;
}
.label {
    display: none;
    position: absolute;
    top: -5px;
    left: 30px;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: #1665d8;
    height: 17px;
    background-color: #f9fafb;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}
.StripeInput{
    border: solid 1px rgba(0, 0, 0, 0.32);
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    outline: 10px solid white;
    display: block;
    width: 100%;
    color: #051824;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.StripeCardInput{
    border: solid 1px rgba(0, 0, 0, 0.32);
    padding-top: 10px;
    height: 40px;
    padding-left: 10px;
    font-family: "RedHatDisplay", sans-serif;
    font-weight: 400;
    font-size: 14px;
    outline: 10px solid white;
    display: block;
    width: 100%;
    color: #051824;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#PaymentBox_CC{
    background: transparent;
}
/*.shop-cart-overview-box label{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    letter-spacing: 0.13px;
    width: 100%;
}*/

.shop-cart-addition-data label{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    letter-spacing: 0.13px;
    width: 100%;
    color: white;
}

/*.shop-cart-overview-box label span{
    font-size: 12px;
    color: #c7c7c7;
}*/

/*.shop-cart-overview-box input {
    border-radius: 5px;
    width: 100%;
    height: 38px;
    padding-left: 10px;
    border-radius: 1px;
    border: solid 1px #f4f4f4;
}*/

.shop-cart-addition-data{
    margin-bottom: 10px;
    padding: 10px;
}

.shop-cart-addition-data.promocode-data {
    padding-bottom: 20px;
}


.shop-cart-addition-data select{
    width: 100%;
    padding: 5px;
    border: solid 1px #f4f4f4;
}

.shop-cart-addition-data input {
    border-radius: 5px;
    width: 100%;
    height: 38px;
    padding-left: 10px;
    border-radius: 1px;
    border: solid 1px grey;
    width: 70%;
    display: inline-block;
    background-color: #1a1d2b;
    color: white;
}


.cart-calculate-items {
    color: white;
}

.shop-cart-addition-data input::placeholder{
    font-size: 12px;
    color: white !important;
}

.shop-cart-addition-data button {
    width: 30%;
    height: 38px;
    background-color: #1a1d2b;
    color: white;
    display: inline-block;
    float: right;
    transition: all .2s ease-in-out;
    border: 1px solid grey;
}

.shop-cart-addition-data button:hover{
    cursor: pointer;
    color: #cfa368;
    background: #323953;
    border: 1px solid #cfa368;
}

/* CHECKBOX */


.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 37px;
    margin-bottom: 12px;
    margin-top: 10px;
    padding-top: 4px;
    font-weight: 400;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid grey;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
    background-color: #1a1d2b;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #cfa368;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxContainer:hover input ~ .checkmark {
    background-image: linear-gradient(116deg, #272f36 -13%, #29323d 42%, #181e24 100%);
}

.enterosgel-container .checkboxContainer .checkmark:after {
    border: solid #0064a7;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.enterozoo-container .checkboxContainer .checkmark:after {
    border: solid #0064a7;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.requiredCheckbox .checkmark{
    background: #f9d8d863;
}

#CartAddPromocodeBoxError{
    display: none;
    background-image: linear-gradient(107deg, #272f36, #29323d 49%, #181e24 100%);
    padding: 20px;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    color: red;
}

#CartAddPromocodeBoxEmailError{
    display: none;
    background-image: linear-gradient(107deg, #272f36, #29323d 49%, #181e24 100%);
    padding: 20px;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    color: red;
}


.shop-cart-button-2{
    text-align: center;
    display: block;
    margin-top: 10px;
    transition: .3s;
    color: white;
}

.checkboxContainer a:hover {
    color: grey !important;
}

.shop-cart-button-2:hover{
    color: #cfa368;
}

.payment-radio .payment-radio-title{

}

.payment-radio-box{
    background-color: #323953;
    padding: 15px;
    margin-top: 5px;
    border-radius: 5px;
}


#LoadingCard{
    font-size: 30px;
    margin-top: 20px;
    margin-left: 20px;
}

#card-element, .MyStripeElement {
    box-sizing: border-box;
    background-color: #1a1d2b;
    width: 100%;
    border: 1px solid grey;
    padding: 6px;
    padding-left: 10px;
    font-size: 14px;
}

.MyStripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.MyStripeElement--invalid {
    border-color: #fa755a;
}

.MyStripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#payment-request-button{
    display: none;
}

.StripeLabel {
    width: 100%;
    text-align: left;
}

.contracts-container textarea{
    width: 100%;
    padding: 10px;
    resize: none;
    min-height: 200px;
    border-radius: 1px;
    border: solid 1px #f4f4f4;
}

.contracts-container button{
    width: 250px;
    margin-left: auto;
    margin-right: 0px;
    position: relative;
    display: block
}

.contracts-container a{
    text-align: left;
    padding: 10px;
}

#CartAddContractBox{
    display: none;
    background: #fafafa;
    padding: 20px;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}


.loadingBox{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background-color: #ffffff61;
}

.loadingBox .loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #8792a0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spinLoader 2s linear infinite;
    position: absolute;
    top: 40%;
    left: 44%;
}

@keyframes spinLoader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.step2-extra-text{
    font-size: 12px;
    margin-bottom: 20px;
    color: white;
}

.cartOverViewSingleProduct {
    padding-bottom: 20px;
    border-top: solid 0.5px #f5f3f3;
    padding-top: 10px;
}

.cartOverViewProductShort {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    color: white;
}

.cartOverViewProductPrice {
    font-size: 14px;
    font-weight: 700;
    color: white;
}

.cartStep1QuantityTitle {
    font-size: 12px;
    color: white;
}

.country_shipping_container label {
    color: white;
}

.empty_shipping option {
    background-color: #181e24;
}

.cartOverViewProductImage {
    height: 95px;
    background-color: #1a1d2b;
    border-radius: 5px;
    text-align: center;
}

.cartOverViewProductImage img {
    max-width: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.optionsCheckbox label{
    font-size: 12px;
    color: white;
}

.cart-step3-succes {
    border: 1px solid #323953;
    width: 200px;
    margin-bottom: 20px;
    color: white;
    font-size: 16px;
    transition: .3s;
    max-width: 100%;
    border-radius: 0;
    background-color: #323953;
}

.cart-step3-succes:hover{
    color: #cfa368;
    background: none;
    border: 1px solid #cfa368;
}

@media screen and (max-width: 768px){
    .contracts-container button{
        width: 100%;
    }

    .table-responsive{
        border: none;
    }

    .cart-table .table tbody tr td.pro-thumbnail {
        height: 80px;
        padding: 0px;
    }
}


/* UPDATE 06-11-2020 */

.empty_shipping{
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
    /*    border: 2px solid #fafafa;*/
    border-radius: 8px;
}

.empty_shipping p{
    padding: 20px;
}

.empty_shipping div{
    margin-top: -10px;
    padding-bottom: 15px;
    text-decoration: underline;
    transition: .3s;
}

.empty_shipping div:hover{
    opacity: 0.7;
    cursor: pointer;
}


.country_shipping_container select {
    background-color: #1a1d2b;
    width: 100%;
    padding: 5px;
    border: solid 1px grey;
    height: 38px;
    color: white;
}

.shop-cart-add-box{
    border-radius: 8px;
    padding: 20px;
}

.errorMessage{
    padding: 20px;
    display: none;
    background-color: #323953;
    margin-bottom: 20px;
    color: red;
}

.errorMessage li{
    display: none;
    font-size: 14px;
}

.pro-title {
    color: white !important;
}