/*! Place your custom styles here */
.table-10, .table-20, .table-40 {
    text-align: left
}

.type--promo-text {
    font-size: 1.1em;
    color: #fff
}

#loginForm button[type=button]:not([class*=col-]), #signupForm button[type=button]:not([class*=col-]) {
    width: 100%
}

#loginForm .alert, #signupForm .alert {
    padding: 5px
}

.table-10 {
    width: 10%
}

.table-20 {
    width: 20%
}

.table-40 {
    width: 40%
}

#checkoutForm tbody, #checkoutForm thead, #coupons tbody, #coupons thead, #order-history tbody, #order-history thead {
    display: table-header-group
}

.fullwidth {
    width: 100%
}

.btn-add {
    padding: 5px 12px
}

.cart-form button[type=submit] {
    margin-top: 0
}

.cart-form .product-image img {
    width: auto;
    height: auto;
    max-width: none
}

.cart-form .data-table {
    width: 100%
}

.cart-form table {
    background-color: transparent
}

.quantity .minus, .quantity .plus, .quantity .qty {
    background-color: #EEE;
    text-align: center;
    float: left
}

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

.cart td, .cart th {
    padding: 12px 15px !important
}

.iproduct .product-image, .iproduct .product-image a, .iproduct .product-image img {
    height: auto
}

.cart .remove {
    font-size: 14px;
    color: red;
    cursor: pointer
}

.cart .remove:hover {
    color: #000
}

.cart th {
    font-size: 14px;
    color: #555
}

.cart td {
    vertical-align: middle !important;
    border-color: #E5E5E5 !important
}

.cart-product-thumbnail a {
    display: block;
    width: 68px
}

.cart-product-thumbnail img {
    display: block;
    width: 64px;
    height: 64px;
    border: 2px solid #EEE
}

.cart-product-thumbnail img:hover {
    border-color: #1ABC9C
}

.cart-product-name a, .product-name a {
    font-weight: 700;
    font-size: 13px;
    color: #333
}

.cart-product-name a:hover, .product-name a:hover {
    color: #666
}

.cart-product-price, .cart-product-quantity, .cart-product-subtotal {
    text-align: center !important
}

.cart-product-quantity .quantity {
    display: inline-block;
    margin: 0;
    float: none
}

.quantity {
    float: left;
    margin-right: 30px
}

.quantity .qty {
    width: 50px;
    border: 0;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    margin-bottom: 0
}

.quantity .minus, .quantity .plus {
    display: block;
    cursor: pointer;
    border: 0 transparent;
    padding: 0;
    width: 36px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear
}

.quantity .minus:hover, .quantity .plus:hover {
    background-color: #DDD
}

.quantity .minus:focus, .quantity .plus:focus, .quantity .qty:focus {
    box-shadow: none !important;
    outline: 0 !important
}

.quantity .qty, .single-product .add-to-cart.button {
    height: 40px;
    line-height: 40px
}

.quantity input {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important
}

@media (max-width: 767px) {
    table.cart .quantity {
        display: block
    }

    table.cart .quantity .minus, table.cart .quantity .plus, table.cart .quantity .qty {
        float: none;
        width: 100%
    }

    table.cart .quantity .qty {
        border: 0;
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD
    }
}

a.coupon-remove.checkmark.checkmark--cross {
    width: 1.2em;
    height: 1.2em
}

a.coupon-remove.checkmark.checkmark--cross:before {
    content: '\00d7';
    font-size: 18px;
    top: -5px
}

#returnPolicy ul {
    list-style: inherit;
    margin-left: 20px;
}

#returnPolicy ol {
    margin-left: 20px;
}

#returnPolicy ol li {
    margin: 0;
}


#returnPolicy a {
    text-decoration: underline;
}

footer .logo {
    max-height: unset;
    width: 140px;
    height: auto;
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}

img.flag {
    max-width: 25px;
}

#language_dropdown {
    left: 50% !important;
    width: 220px; 
    margin-left: -110px;
}
#language_dropdown_content {
    left: unset !important;
    width: 100%; 
}

#languageModalSection {
    padding-top: 50px; 
    padding-bottom: 50px;
}


@media (max-width: 500px) {
    #languageModalSection {
        padding-top: 50px; 
        padding-bottom: 80px;
    }
}