body.woocommerce-page .woocommerce-breadcrumb {
    display: none !important;
}

body.woocommerce-page .woocommerce-products-header,
body.woocommerce-page .woocommerce-result-count {
    max-width: 1380px;
    width: 100%;
    /* padding: 15px !important; */
    margin: 0 auto 30px !important;
}

body.woocommerce-shop .container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
}

body.woocommerce-page .woocommerce-products-header h1 {
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
}

body.woocommerce .woocommerce-result-count,
body.woocommerce .woocommerce-ordering {
    width: calc(50% - 10px);
    margin: 0;
}

body.woocommerce .woocommerce-ordering select {
    max-width: 200px;
    margin-left: auto;
    margin-right: 0;
}

body.woocommerce .products ul,
body.woocommerce ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    padding-bottom: 50px !important;
}

body.woocommerce .products ul:before,
body.woocommerce .products ul:after,
body.woocommerce ul.products:before,
body.woocommerce ul.products:after {
    display: none !important;
}

body.woocommerce ul.products.columns-3 li.product,
body.woocommerce-page ul.products.columns-3 li.product {
    margin: 0 !important;
    width: calc(33.33% - 27px) !important;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .15) !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    text-align: center !important;
    padding: 0 0 20px !important;
    transition: .2s all ease-in-out;
}

body.woocommerce ul.products.columns-3 li.product:hover,
body.woocommerce-page ul.products.columns-3 li.product:hover {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .25) !important;
}

body.woocommerce ul.products li.product .onsale {
    aspect-ratio: 1/1 !important;
    margin: 0 !important;
    top: 10px !important;
    right: 10px !important;
    background-color: #A71C21;
    line-height: 1.2 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

body.woocommerce ul.products li.product .woocommerce-loop-category__title,
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce ul.products li.product h3 {
    padding: 0 20px !important;
    margin-bottom: 20px !important;
    font-weight: bold !important;
}

body.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
body.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: left !important;
    transition: .2s all ease-in-out !important;
}

body.woocommerce ul.products li.product .woocommerce-LoopProduct-link img,
body.woocommerce ul.products li.product .woocommerce-loop-product__link img {
    width: 100% !important;
}

body.woocommerce ul.products li.product .star-rating,
body.woocommerce ul.products li.product .price {
    margin: 0 !important;
    margin-left: 15px !important;
    font-size: 18px !important;
}

body.woocommerce ul.products li.product .price {
    color: #A71C21 !important;
    font-weight: 500 !important;
}

body.woocommerce ul.products li.product .woocommerce-LoopProduct-link+a,
body.woocommerce ul.products li.product .woocommerce-loop-product__link+a {
    background-color: #A71C21 !important;
    color: #fff !important;
    padding: 10px 15px !important;
    border: 1px solid #A71C21 !important;
    transition: .2s all ease-in-out !important;
    margin-top: 20px !important;
    border-radius: 3px !important;
}

body.woocommerce ul.products li.product .woocommerce-LoopProduct-link+a:hover,
body.woocommerce ul.products li.product .woocommerce-loop-product__link+a:hover {
    background-color: #ffff !important;
    color: #A71C21 !important;
}

#products-product-blk .type-product:hover {
    transform: none !important;
}


body.single-product.woocommerce div.product .product_title {
    font-weight: bold;
}

body.single-product.woocommerce div.product form.cart .variations td,
body.single-product.woocommerce div.product form.cart .variations th {
    background: transparent !important;
}

body.single-product.woocommerce div.product form.cart .variations td.label,
body.single-product.woocommerce div.product form.cart .variations th.label {
    padding-top: 14px !important;
}

body.single-product.woocommerce div.product p.price,
body.single-product.woocommerce div.product span.price {
    color: #A71C21 !important;
}

body.single-product.woocommerce div.product p.price del,
body.single-product.woocommerce div.product span.price del {
    margin-right: 5px;
}

body.single-product.woocommerce .woocommerce-variation-add-to-cart .button {
    background-color: #A71C21 !important;
    transition: .2s all ease-in-out;
}

body.single-product.woocommerce .woocommerce-variation-add-to-cart .button:hover {
    box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, .3);
}

body.single-product.woocommerce .woocommerce-product-gallery .flex-control-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding-top: 20px !important;
}

body.single-product.woocommerce .woocommerce-product-gallery .flex-control-nav li img {
    width: 100px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 5px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
}

body.single-product.woocommerce .elementor-products-grid ul.products.elementor-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1310px;
    margin: 0 auto;
}

body.single-product.woocommerce .elementor-products-grid .products-detail-blk li {
    padding: 0 !important;
}

body.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    max-width: 1000px;
    margin: 20px auto 20px;
    width: 90%;
}

body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,
body.woocommerce-cart .woocommerce-cart-form .actions .button,
body.woocommerce-edit-account .woocommerce-Button,
body.woocommerce-account .woocommerce-Button,
body.woocommerce-cart .button,
body.woocommerce-account .button {
    background-color: #A71C21 !important;
    color: #fff !important;
    padding: 10px 15px !important;
    border: 1px solid #A71C21 !important;
    transition: .2s all ease-in-out !important;
    border-radius: 3px !important;
    text-align: center;
}   

body.woocommerce-edit-account .woocommerce-Button {
    margin-top: 20px !important;
}

body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover,
body.woocommerce-cart .woocommerce-cart-form .actions .button:hover,
body.woocommerce-edit-account .woocommerce-Button:hover,
body.woocommerce-account .woocommerce-Button:hover,
body.woocommerce-cart .button:hover,
body.woocommerce-account .button:hover {
    background-color: #ffff !important;
    color: #A71C21 !important;
}

body.woocommerce-cart .woocommerce-cart-form td .remove {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 20px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .15);
    padding: 25px !important;
    border-radius: 5px !important;
    overflow: hidden;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0 0 10px 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
    text-decoration: none;
    color: #A71C21 !important;
}

body.woocommerce-account:not(.logged-in) .site-main {
    max-width: 540px;
}

@media(max-width: 1340px) {

    body.woocommerce .products ul,
    body.woocommerce ul.products {
        gap: 20px !important;
    }

    body.woocommerce ul.products.columns-3 li.product,
    body.woocommerce-page ul.products.columns-3 li.product {
        width: calc(33.33% - 14px) !important;
    }
}

@media(max-width: 1024px) {

    body.woocommerce ul.products li.product .woocommerce-loop-category__title,
    body.woocommerce ul.products li.product .woocommerce-loop-product__title,
    body.woocommerce ul.products li.product h3 {
        font-size: 20px !important;
    }

    body.woocommerce ul.products.columns-3 li.product,
    body.woocommerce-page ul.products.columns-3 li.product {
        width: calc(50% - 14px) !important;
    }
}

@media(max-width: 767px) {

    body.woocommerce ul.products.columns-3 li.product,
    body.woocommerce-page ul.products.columns-3 li.product {
        margin: 0 !important;
    }
}

@media(max-width: 650px) {

    body.woocommerce ul.products.columns-3 li.product,
    body.woocommerce-page ul.products.columns-3 li.product {
        width: 100% !important;
    }

    body.single-product.woocommerce div.product .product_title,
    body.single-product.woocommerce #product-info-blk .entry-title {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    body.single-product.woocommerce #product-description .elementor-widget-container {
        padding: 0 !important;
    }

    body.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
        display: flex;
        flex-direction: column-reverse;
    }

    body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
        margin-top: 20px !important;
    }
}

@media(max-width: 479px) {

    body.woocommerce .woocommerce-result-count,
    body.woocommerce .woocommerce-ordering {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px !important;
        padding: 0 !important;
    }

    body.woocommerce .woocommerce-ordering select {
        margin-left: 0 !important;
    }
}

/* 5-20-2024 */
.woocommerce-variation-add-to-cart{
    align-items: center;
}
.woocommerce-variation-add-to-cart  .qty-label{
    margin-right: 8px;
}
#my-collect-blk .single_variation_wrap .quantity .input-text{
    font-size: 16px !important;
    width: 60px !important;
    padding: 5px 10px !important;
}