/*
Theme Name: 50ban
Theme URI: 
Description: ...
Version: 1.0
Author: 50ban
Author URI: 
*/

.load {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit
}
.load::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 30px;
    height: 30px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    animation: loading1 1s ease infinite;
    z-index: 10
}
.load::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 3px dashed #fff;
    width: 30px;
    height: 30px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    animation: loading1 2s linear infinite;
    z-index: 5
}
@keyframes loading1 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.add-to-cart.activeLoading .loading {
    visibility: visible;
    opacity: 1
}

.add-to-cart .loading {
    opacity: 0;
    visibility: hidden
}
.add-to-cart {
    position: relative;
}
.disabled {
    pointer-events: none;
}
.added::before {
    content: "";
    right: 15px;
    position: absolute;
    background-image: url('/wp-content/themes/50ban/images/tick.png');
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.main {
    padding: 80px 0;
}
.main .container {
    max-width: 1200px;
}
.woocommerce .form-row input {
    min-height: 36px;
    border: 1px solid #dfdfdf;
}
.contact-preview .form-btns {
    display: flex;
    justify-content: space-between;
    max-width: 630px;
}
.contact-preview .form-btns button {
    max-width: 300px;
    width: 100%;
    height: 45px;
}
div .red-outline {
    background-color: transparent;
    border: 1px solid #eb3e37;
    color: #eb3e37;
}
div .red-outline:hover {
    background-color: #eb3e37;
    color: #fff;
}
.contact-preview {
    margin-top: -20px;
}
.thank-you {
    padding-top: 50px;
    padding-bottom: 30px;
    max-width: 870px;
    margin: 0 auto;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-thank-you .main-wrap {
    padding-bottom: 0;
}
.thank-you p {
    line-height: 2;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #eb3930;
    color: white;
    height: 50px;
    border-color: #eb3930;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #eb3930;
    margin-bottom: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: transparent;
    color: #eb3930;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0;
}
.error404 .display-1 {
    font-size: 18rem;
    line-height: 0.7;
    margin: 0;
    color: #eb3e37;
    position: relative;
}
.relative {
    position: relative;
}
.img-404 {
    position: absolute;
    top: 130px;
    left: 50px;
    max-width: 600px;
}
.head-404 {
    margin-top: 250px;
}
.error404 .them-btn {
    color: #fff;
    margin: 50px auto 0px;
}
.head-404 {
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 35px;
}
.lead {
    color: #848484;
    font-size: 1.8rem;
    letter-spacing: 0;
}
.cart_item dl.variation {
    margin: 0;
}
#billing_country_field {
    display: none !important;
}
.card-name img {
    width: auto !important;
}
.woocommerce-cart .woocommerce table.shop_table {
    border-width: 0 !important;
    margin: 0 !important;
}
.woocommerce-cart .woocommerce table.shop_table td {
    padding: 0 !important;
}
.woocommerce-cart .woocommerce table.shop_table td {
    line-height: 1.3;
    border-width: 0;
}
.card-pice bdi {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1.5px;
}
.card-pice bdi .woocommerce-Price-currencySymbol {
    font-weight: 300;
	color: #838383;
}
button.update_cart {
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    padding: 0 !important;
}
.woocommerce a.remove {
    display: inline !important;
    font-size: inherit !important;
    height: auto !important;
    width: auto !important;
}
.woocommerce-cart .product-subtotal .woocommerce-Price-amount.amount {
    color: #eb3930;
}
.woocommerce a.remove:hover {
    background-color: transparent !important;
}
.card-left-inner:nth-last-child(2) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
tr.btn-row {
    height: 0;
    font-size: 0;
}
.woocommerce-cart .woocommerce table.shop_table_responsive tr td::before, .woocommerce-cart .woocommerce-page table.shop_table_responsive tr td::before {
    content: none !important;
}
/*.tab-link-img * {*/
/*    pointer-events: none;*/
/*}*/
.tab-link-img {
    position: relative;
}
img.gallery-img {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    position: absolute;
    left: 0;
    top: 0;
}
.tab-link-img:hover .gallery-img,
.mobile-device .tab-link-img:active .gallery-img{
    opacity: 1;
    visibility: visible;
}
.product-tab-info .hide-dropdown .dropdown-info {
    display: block;
}
.slide-text {
    position: absolute;
    color: #fff;
    font-size: 2em;
    letter-spacing: 4px;
}
.slide-text.text-1 {
    left: 4rem;
    bottom: 20px;
    line-height: 1.5;
}
.slide-text.text-2 {
    right: 8rem;
    top: 12rem;
}
.slide-text.text-3 {
    top: 4rem;
    left: 5rem;
}
.main-store-right br {
    display: block !important;
}
div.gift-item .product-tab-info .dropdown-title::after {
    content: none;
}
.form-error {
    display: none;
}
.contact-main p.form-error {
    margin-bottom: 0;
    margin-top: 6px;
    font-size: 0.8em;
    color: #eb3930;
}
.privacy-main b {
    font-weight: 600;
}
.tg {
    border-collapse:collapse;
    border-spacing:0;
}
.tg td {
    border-color:#dfdfdf;
    border-style:solid;
    border-width:1px;
    font-family:Arial, sans-serif;
    font-size:14px;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}
.tg .tg-0lax {
    text-align:left;
    vertical-align:top;
}
.tg tr .tg-0lax:first-child {
    background-color: #ededed;
}
.tg tr .tg-0lax:last-child {
    text-align: center;
    word-break: break-word;
}
.add-to-cart {
    font-size: 1.15em;
}

.delivery-week-left, .delivery-week-right {
    position: relative;
}
.delivery-week-left::before, .delivery-week-right::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 11px;
    height: 11px;
    background: #f9b62b;
    border-radius: 100px;
}
.delivery-week-right::before {
    left: 60px;
}
.delivery-week-left p, .delivery-week-right p {
    padding-left: 20px;
}
.adc-btn iframe {
    width: 100% !important;
    max-width: 220px;
}
.adc-btn p {
    padding: 0 !important;
    margin: 0 !important
}


@media(max-width: 1459px) {
    .card-pice bdi{
		font-size: 18px;
	}
    .tab-link-text p b {
        height: 43px;
    }
}
@media(max-width: 1199px) {
    .delivery-week-right::before {
        left: 0;
    }
}
@media(max-width: 767px) {
    .woocommerce-cart .woocommerce table.shop_table_responsive tr, .woocommerce-cart .woocommerce-page table.shop_table_responsive tr, .woocommerce-cart .woocommerce table.shop_table_responsive tr td.card-name {
        display: flex;
    }
    .woocommerce-cart .woocommerce table.shop_table_responsive tr td, .woocommerce-cart .woocommerce-page table.shop_table_responsive tr td  {
        text-align: left !important;
    }
    .woocommerce-cart .woocommerce td.product-quantity {
        min-width: auto;
    }
    .slide-text {
        font-size: 1.4em;
        letter-spacing: 1px;
    }
    .slide-text.text-1 {
        left: 1rem;
        bottom: 24px;
        line-height: 1.4;
    }
    .slide-text.text-3 {
        top: 5rem;
        left: 0;
        text-align: center;
        width: 100%;
    }
    .slide-text.text-2 {
        right: 1rem;
        top: 5rem;
    }
    footer .footer-links-top {
        margin-bottom: 12px;
    }
    div .home-banner {
        padding-bottom: 0;
    }
    .product-tab-info .close-btn, .eat-delicious-left .close-btn {
        font-size: 38px;
        background: no-repeat;
        line-height: 1;
        top: 0;
        font-weight: 500;
        border: 1px solid #818181;
        float: right;
        width: 38px;
        height: 38px;
        display: flex;
        /*align-items: center;*/
        justify-content: center;
        border-radius: 50px;
        margin: 10px 10px 0 0;
    }
    .prodect-tab-img img {
    }
    .delivery-week-left::before, .delivery-week-right::before {
        top: 3px;
    }
    .woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr {
        justify-content: space-between;
    }
    .woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr th {
        display: table-cell;
    }
    .woocommerce-cart .woocommerce  table.shop_table_responsive.cart tr {
        margin-bottom: 20px;
    }
    .woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr th, .woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td {
        padding: 12px 5px !important;
        background-color: transparent !important;
        border-width: 0 !important;
    }
    .tg tr .tg-0lax:first-child {
        border-left: 2px solid #fff;
    }
    .eat-delicious-img {
        width: 100%;
    }
    .eat-delicious-img img {
        /*margin-top: -10px;*/
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent !important;
    }
    .adc-btn iframe {
        max-width: 100%;
        max-height: 40px;
    }
}

@media(max-width: 575px){
    .card-pice bdi {
        font-size: 12px;
        letter-spacing: 0;
    }
    .card-pice bdi .woocommerce-Price-currencySymbol {
		font-weight: 300;
		color: #838383;
		font-size: 10px;
	}
    .woocommerce-cart .container {
        padding: 0 18px;
    }
    .tab-link-text .price {
        margin-top: 6px;
    }
}
