/*
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 .table {
    margin: 0;
    white-space: nowrap;
}

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

.cart-table .table thead tr th {
    border-color: #f6f7f9;
    border-bottom: 0 solid transparent;
    color: #44556f;
    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: 15px;
    display: block;
    float: left;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #555555;
}

.cart-table .table tr .pro-qty input {
    width: 28px;
    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: 15px;
    display: block;
    float: left;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #555555;
}

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

.shop-cart-overview h2{
    margin-bottom: 30px;
    color: #333333;
    text-align: center;
    margin-top: 60px;
}

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

.cart-table table tbody tr{
    margin-bottom: 10px;
}

.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;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    transition: .3s;
    font-weight: 700;
}



.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{
    background: none;
    color: #07438f;
}

.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: #373f48;
    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: #373f48;
    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;
}

.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: #07438f;
    width: 19px;
    height: 19px;
    line-height: 18px;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    color: #fafafa;
}

.enterosgel-container .multi-steps > li:before{
    background-color: #07438f;
}

.enterozoo-container .multi-steps > li:before{
    background-color: #cb3062;
}

.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: #373f48;
    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: #06438f;
    margin-bottom: 25px;
    padding-top: 0px;
}

.shop-cart-overview.enterosgel-container h5{
    color: #06438f;
}

.shop-cart-overview.enterozoo-container h5{
    color: #942d7e;
}

.shop-cart-overview-box{
    background-color: #ffffff;
    padding: 20px;
    padding-left: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}

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

.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{
    background-color: #fafafa;
    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 #f4f4f4;
    width: 70%;
    display: inline-block;
}

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

.shop-cart-addition-data button {
    width: 30%;
    height: 38px;
    border: 1px solid #07438f;
    background-color: #ffffff;
    color: #07438f;
    display: inline-block;
    float: right;
}

.shop-cart-addition-data button:hover{
    cursor: pointer;
    opacity: 0.8;
}

/* 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 #979797;
}

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

/* 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 #4396c9;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxContainer:hover input ~ .checkmark {
    background: #fafafa;
}

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

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


.enterosgel-container .requiredInputCheck{
    background: #f9d8d82b;
}

.enterozoo-container .requiredInputCheck{
    background: #f9d8d82b;
}

.requiredCheckbox .checkmark{
    background: #f9d8d863;
}

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

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

.shop-cart-button-2:hover{
    opacity: 0.7;
    color: #414042;
}

.payment-radio .payment-radio-title{

}

.payment-radio-box{
    background: #fafafa;
    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: white;
    width: 100%;
    border: 1px solid #efefef;
    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;
}

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

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

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

.cartStep1QuantityTitle {
    font-size: 12px;
}

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

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

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

.migration_box{
    background: #07438f;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    color: #ffffff;
    box-shadow: 5px 7px 5px 6px #3c352f;
}

.migration_box span{
    font-weight: 700;
}

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

.cart-step3-succes:hover{
    background-color: #07438f;
    color: #ffffff;
}

@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 {
    width: 100%;
    padding: 5px;
    border: solid 1px #f4f4f4;
    height: 38px;
}