@import url("./fonts.css");
:root {
    --primary-color: #2d3192;
    --secondary-color: #82c443;
    --regular-font: 'Nunito-Regular';
    --light-font: 'Nunito-Light';
    --bold-font: 'Nunito-Bold';
    --semibold-font: 'Nunito-SemiBold';
}
body {
    font-family: var(--regular-font), sans-serif !important;
    background-color: #FFF;
    /* font-size: 14px; */
    color: #000;
}
p {
    font-family: var(--regular-font), sans-serif !important;
}
body {
    line-height: normal;
}
a {
    color: initial;
    text-decoration: none;
}
a:hover {
    color: initial;
}
small {
    font-size: x-small;
    color: #888;
}
.product-cart-wrap .product-img-action-wrap {
    padding: 0px;
    height: 300px;
    overflow: hidden;
}
.product-cart-wrap .product-img-action-wrap img {
    object-fit: cover;
}
.product-cart-wrap {
    border-radius: 3px;
}
.product-cart-wrap .product-img-action-wrap .product-img {
    border-radius: 0;
}
.product-cart-wrap .product-content-wrap {
    padding: 10px;
}
.btn {
    align-items: center;
    display: flex;
    justify-content: center;
}
.btn-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.btn-dark {
    background-color: black;
    color: #fff;
}
.btn-dark:hover {
    background-color: transparent;
    color: #000;
}
.btn-outline-dark {
    border-color: black;
    background-color: transparent;
    color: black;
}
.btn-outline-dark:hover {
    border-color: black;
    background-color: black;
    color: white;
}
.product-cart-wrap .product-card-bottom {
    margin-top: 0;
}
.product-cart-wrap {
    border-color: #f5f5f5;
    border-radius: 10px;
}
.product-cart-wrap:hover {
    border-color: black;
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.1);
}
.header-style-1 .header-middle-ptb-1 {
    padding-bottom: 27px;
}
.header-style-1 .search-style-2 form {
    border-color: #f5f5f5;
    margin: auto;
    max-width: 800px;
}
.cart-dropdown-wrap ul li .shopping-cart-img {
    height: 70px;
    overflow: hidden;
}
.detail-extralink .detail-qty {
    margin: 0;
}
label {
    font-size: 12px;
    color: #888;
}
input.form-control, select.form-control, textarea.form-control {
    border-radius: 3px;
    border-color: #888;
    font-size: small;
}
input.form-control {
    height: 50px;
}
textarea.form-control {
    height: unset;
}
.archive-header {
    border-radius: 0;
}
.empty-shop-container {
    text-align: center;
    margin-top: 100px;
}
.empty-shop-container img {
    height: 100px;
}
.logo.logo-width-1 a img {
    width: unset;
    min-width: unset;
    height: 30px;
    object-fit: contain;
    /* max-width: 80px; */
}
.detail-qty > a.qty-up::after {
    content: none;
    border: none;
}
.qty-up img {
    height: 12px !important;
    border: none !important;
}
.detail-qty > a.qty-up {
    top: 0;
}
.detail-qty > a.qty-down {
    bottom: 0;
}
.qty-down img {
    height: 12px !important;
    border: none !important;
}
.checkout-shipping-method {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
/*.checkout-each-product-name {*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    width: 130px;*/
/*}*/
.checkout-products tr {
    border: none;
}
.cart-totals {
    border-radius: 5px;
}
/* button.submit, button[type=submit] {
    border: none;
}
button.submit, button[type=submit]:hover {
    background-color: initial !important;
    color: black;
} */
.slick-track figure {
    margin-bottom: 0 !important;
}
.cart-product-thumbnail {
    height: 60px;
    width: 60px;
}
.detail-extralink {
    margin-right: 15px;
}
.shop-category-badge {
    background-color: white;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, .1);
    font-size: small;
    padding: 7px 15px;
    border-radius: 20px;
}
.shop-category-badge.active {
    background-color: black;
    color: white;
}
.shop-category-badge:hover {
    background-color: black;
    color: white;
}
.slick-track {
    margin-left: 0;
    margin-right: 0;
}
.button-add-to-cart {
    padding: 10px 15px !important;
    border-radius: 3px !important;
    min-width: 300px;
}
.cart-quantity-container {
    display: flex;
    gap: 5px;
}
.cart-quantity-container button {
    /* background-color: ; */
    font-size: 20px !important;
    width: 30px;
    height: 30px;
    background-color: #ddd;
}
.cart-quantity-container button:hover {
    background-color: #333;
    color: white;
}
.cart-quantity-container button:disabled {
    background-color: #f5f5f5;
    border: none;
    color: #999;
}
.cart-quantity-container input {
    width: 60px;
    /*height: 30px;*/
    text-align: center;
    padding: 0;
    border-radius: 5px;
    font-size: small;
}
header.show-cart .cart-dropdown-wrap {
    opacity: 1 !important;
    visibility: visible !important;
    top: calc(100% + 10px);
}
.product-image-thumbnail img {
    height: 50px;
    width: 100%;
    object-fit: cover;
    background-color: white;
    border-radius: 3px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .1);
    padding: 2px;
}
/* .product-image {
    background-color: white;
    border-radius: 3px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .1);
    padding: 10px;
} */
.shop-landing-banner {
    min-height: 400px;
    background-size: cover;
    background-position: center;
}
.sold-out-badge {
    font-size: x-small;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff7070;
    border: 1px solid #FFF;
    box-shadow: 3px 3px 10px 5px rgba(255, 112, 112, .2);
    z-index: 10;
    padding: 3px 10px;
    border-radius: 15px;
    color: white;
}
.css-11vndyr-MuiFormLabel-root-MuiInputLabel-root {
    color: rgb(136, 136, 136) !important;
}
.css-w76bbz-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.css-w76bbz-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.css-w76bbz-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input {
    display: flex;
    gap: 3px;
    align-items: center;
}
.MuiInputBase-formControl .checkout-delivery-method-description {
    display: none;
}
.header-middle {
    background-color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: none;
}
/*.sticky-header.header-middle.fixed {*/
/*    height: 120px;*/
/*}*/
.product-default .btn-add-cart, .product-default .btn-icon-wish, .product-default .btn-quickview {
    background-color: #f0f0f0;
}
.heading-border.section-title {
    margin: 0 -2rem 1.9rem;
    letter-spacing: -0.02em;
    line-height: 1.4;
}
.heading-border {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    margin: 0 -8px;
}
.section-title {
    text-transform: uppercase;
    font-size: 1.8rem;
}
.heading-border.section-title:after, .heading-border.section-title:before {
    margin: 0 1.5rem;
    margin-top: 2px;
}
.heading-border:after, .heading-border:before {
    content: "";
    margin: 0 8px;
    flex: 1;
    -ms-flex: 1;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-default {
    border: 1px solid #f5f5f5;
}
.minipopup-box .product-action {
    display: flex;
    gap: 5px;
}
/*.dropdown.cart-dropdown .cart-overlay {*/
/*    display: none !important;*/
/*}*/
/*.dropdown.cart-dropdown.show .cart-overlay {*/
/*    display: flex;*/
/*}*/
select.form-control:not([size]):not([multiple]) {
    height: 46px;
}
.product-default:hover .product-action {
    color: #ddd !important;
}
.checkout-progress-bar li.active a {
    color: #000 !important;
}
/*.table-mini-cart .cart-subtotal td, .table-mini-cart .cart-subtotal th, .table-mini-cart .cart-tax td, .table-mini-cart .cart-tax th {*/
/*    padding: 0;*/
/*}*/
.table-mini-cart .price-col, .table-mini-cart .product-col {
    padding: 1rem 0;
}
.order-confirmation-table td, .order-confirmation-table th {
    font-size: 1.4rem;
}
.main-nav .menu>li>a {
    border-top-width: 0;
}
.sticky-header {
    flex-direction: column;
}
.MuiMenu-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.checkout-container .order-summary {
    padding: 20px;
}
.payment-methods {
    margin-bottom: 0;
    border-bottom: none;
}
.MuiSelect-select {
    padding: 5px 14px !important;
    min-height: 35px !important;
}


@media (min-width: 1400px) {
    .header-middle .header-center {
        margin-right: 0;
    }
}

@media(max-width: 768px) {
    .product-cart-wrap .product-img-action-wrap {
        height: 150px;
    }
    .display-2 {
        font-size: 30px;
    }
    .cart-product-thumbnail {
        height: 100px;
        width: 100px;
    }
    .shopping-summery td {
        text-align: end;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .shopping-summery td.action {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .shopping-summery td.product-thumbnail {
        text-align: center;
        margin-top: 10px;
    }
    .detail-extralink {
        margin: 10px 0 10px;
        flex: 1;
    }
    .detail-info {
        /* display: flex !important; */
        align-items: center;
        /* width: 100%; */
    }
    .detail-info::before {
        margin-top: 10px;
    }
    .shop-landing-banner {
        min-height: 200px;
    }
}
