/*
Theme Name: Wescle Child
Theme URI: https://wescle.com/changelog/
Author: wescle.com
Author URI: https://wescle.com
Description: Powerful, Responsive, SEO Optimized WordPress Template Suitable for Any Type of Website from <a href="https://wescle.com">Wescle.com</a> | Contact email: <a href="mailto:info@wescle.com">info@wescle.com</a>
Template: wescle
Version: 1.0.28
Requires at least: 5.4
Requires PHP: 7.3
Text Domain:  wescle_child
Domain Path: /languages
*/

/* BELOW YOU CAN WRITE YOUR CODE */

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward:not(.checkout){
    display: none !important;
}
.widget_shopping_cart_content .quantity{
    display: none !important;
}
.woocommerce-mini-cart-item a,body .widget_shopping_cart a{
    display: flex !important;
  width: 100% !important;
  justify-content: flex-start !important;
  gap: 20px;
}
body .widget_shopping_cart a.remove.remove_from_cart_button:hover{
    color: red !important;
    background: none !important;
}



#order_review .product-total,#order_review .cart-subtotal,#order_review .woocommerce-shipping-totals,#order_review .order-total,#order_review  .woocommerce-info{
    display: none !important;
}
.woocommerce-mini-cart__total.total{
    display: none !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward{
    margin-top: 40px;
    justify-content: center !important;
}

.woocommerce-shipping-fields,.woocommerce-additional-fields{
    display: none !important;
}

.header-top__col_left{
    gap: 60px;
}
.woocommerce-billing-fields h3{
    display: none !important;
}

.woocommerce div.product._images-left .images .flex-control-thumbs{
    max-height: 663.75px !important;
}
.single-product .breadcrumb span:nth-child(3),.single-product .breadcrumb span:nth-child(4){
    display: none;
}
.archive.tax-product_cat .breadcrumb span:nth-child(3),.archive.tax-product_cat .breadcrumb span:nth-child(4){
    display: none;
}

.archive .product-cart .product-cart__image img{
    transition: 1s all;
}

.archive .product-cart:hover .product-cart__image img {
    transform: scale(120%);
}

.archive .product-cart .product-cart__quick-view a {
    widtH: 100%;
    height: 100%;
}
.archive .woocommerce-product-rating{
    display: none !important;
}
.archive .product-cart__name{
    font-family:'Gabriela',sans-serif;
    color: #819cb0;
}
.woocommerce-product-gallery,.flex-control-thumbs{
    max-height: 663.75px;
}


