/* checkout payment buttons */ div#wc-square-digital-wallet { display: none !important; } div#ppc-button-ppcp-gateway { display: none !important; } div#wc-stripe-express-checkout-element { display:none !important; } div#customer_details { padding:20px; background:#e7e5d9!important; } 



/* size */
tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_size {
    display: none !important;
}

.woocommerce-message {
    background:#000!important;
}

input#coupon_code {
    padding:27px!Important;
}

.product-additional-galleries {
    position: absolute;
    top: 0!important;
}

/* Disable WooCommerce product image zoom on hover */
.woocommerce-product-gallery__image img {
  transform: none !important;
  transition: none !important;
}

/* Hide the zoomed duplicate image if it appears */
.zoomImg {
  display: none !important;
}

span.featured.product-label {
    display:none;
}

.page-id-1245 .product-element-top.wd-quick-shop img{
    height:300px;
    object-fit:cover;
}

.wd-next .wd-arrow-inner:after, 
.wd-prev .wd-arrow-inner:after {
    color: #bc9e51!important;
    font-size: 30px;
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: var(--wd-primary-color);
    background-color: var(--wd-primary-color);
}

.wd-product img{
    height:350px;
    width:auto;
    object-fit:cover;
}

/* checkout Popup  */
.widget_shopping_cart_content {
    padding: 20px;
}

.elementor-menu-cart__product-price.product-price {
    padding-top: 5px;
    padding-bottom: 5px;
}

.elementor-menu-cart__product-name.product-name {
    padding-top: 10px;
}

.elementor-menu-cart__subtotal {
	padding-bottom: 10px;
}

/* checkout Spaceing  */
input#billing_email {
    margin-bottom: 20px;
}

.previous-button {
    margin-bottom: 20px;
}

/* checkout extra */
/*
.wd-progress-bar.wd-free-progress-bar {}
.woocommerce-additional-fields {}
.e-checkout__order_review {}
.e-checkout__column-inner.e-sticky-right-column {}
.elementor-element.elementor-element-0a42263.wd-shipping-details.wd-title-show.elementor-widget.elementor-widget-wd_checkout_shipping_details_from {}
*/

img.sv-wc-payment-gateway-icon.wc-square-cash-app-pay-payment-gateway-icon {
    display: none;
}


/*  on checkout  */

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    display: none;
}

.quantity {
    display: none !important;
}


/* popup Buttons  */

a.elementor-button.elementor-button--view-cart.elementor-size-md {
    margin-bottom: 10px;
}


/*  */

.wd-progress-bar.wd-free-progress-bar {
    display: none !important;
}
