/*main banner section*/
.banner-section-content{
    min-height: 600px;
}
.banner-section-content .wp-block-buttons {
    justify-content: center;
}
.banner-section-content h1 {
    font-weight: 700 !important;
}
.banner-section-content a.wp-block-button__link {
    font-weight: bold !important;
    padding: 15px 25px !important;
    color: #fff !important;
    text-decoration: none !important;
}
.banner-section-content a.wp-block-button__link:hover {
    background: #000 !important;
    color: #fff !important;
}
.banner-section-content a.wp-block-button__link:after {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    content: "\f061" !important;
    padding-left: 6px !important;
}
/*new product section*/
.new-product-section h2 {
    letter-spacing: 2px;
    position: relative;
    font-weight: bold !important;
}
.new-product-section h2:after {
    position: absolute;
    border-bottom: solid 3px var(--primary-color);
    width: 10%;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.new-product-section .wc-block-grid__product-title {
    font-size: 20px !important;
    color: #525151;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase !important;
}
.new-product-section img {
    position: relative !important;
    width: 250px !important;
    height: 250px !important;
}
.new-product-section .wc-block-grid__product-onsale {
    position: absolute !important;
    top: 0;
    right: 0;
    padding: 10px 8px 10px 8px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    border: 1px;
    font-size: 13px;
}
.new-product-section .wc-block-grid__product {
    box-shadow: 4px 4px 10px #ccc;
    max-width: 20% !important;
    margin-left: 45px;
    height: 100% !important;
    border: 0;
    padding: 10px;
}
.new-product-section a.wp-block-button__link {
    background: #515152 !important;
    color: #fff !important;
    border-radius: 30px !important;
    display: inline-block;
    text-decoration: none;
    font-size: 15px !important;
}
.new-product-section a.wp-block-button__link:hover{
    border:solid var(--primary-color) !important  ;
}
.new-product-section .wc-block-grid__product-price {
    font-weight: 700 !important;
    color: #525151 !important;
}
.new-product-section ins .woocommerce-Price-amount {
    color: #000 !important;
}
.new-product-section ins{
    text-decoration: none !important;
}
.new-product-section .wc-block-grid__product:hover .wc-block-grid__product-title {
    color: var(--primary-color) !important;
}
.new-product-section .add_to_cart_button {
    padding: 6px 23px 6px 23px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.new-product-section .wp-block-button {
    margin-bottom: 15px !important;
}
.new-product-section .wc-block-grid__product:hover .add_to_cart_button {
    background: var(--primary-color) !important;
    color: #fff !important;
    box-shadow: none !important;
    transition: 0s;
}
.new-product-section ul li a {
    text-decoration: none;
}
@media screen and (max-width: 720px) {
    .new-product-section .wc-block-grid__product {
        max-width: 100% !important;
        margin-top: 20px;
    }
    .new-product-section ul.wc-block-grid__products {
        margin: 0 0 0 0px !important;
    }
    .new-product-section li.wc-block-grid__product {
        padding: 10px !important;
    }
    .new-product-section h2:after {
        width: 30%;
    }
    .new-product-section .mx-md-5{
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
    .new-product-section li.wc-block-grid__product {
        max-width: 23% !important;
        margin-left: 10px !important;
    }
    .new-product-section a.wp-block-button__link {
        font-size: 14px !important;
    }
    .new-product-section .mx-md-5{
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
    .new-product-section .add_to_cart_button {
        padding: 6px 20px 6px 20px !important;
    }
    .new-product-section img {
        width: 200px !important;
        height: 200px !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 1000px) {
    .new-product-section li.wc-block-grid__product {
        max-width: 23% !important;
        margin-left: 13px !important;
    }
    .new-product-section .mx-md-5{
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
}