.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

input#coupon_code {
    padding: 12px;
    border-radius: 10px !important;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    max-height: 38px !important;
    min-height: 35px !important;
    padding: 4px 9px !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background-color: #F7C87F;
    fill: #000000;
    color: #000000;
    border-radius: 50px;
    font-weight: 500;
    padding: 12px 24px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background-color: #000000;
    fill: #F7C87F;
    color: #F7C87F;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: white !important;
    border-top: none !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px !important;
}

.woocommerce-error:focus, 
.woocommerce-info:focus,
.woocommerce-message:focus {
    outline: none !important;  
}

.woocommerce a.added_to_cart {
    margin-left: 10px;
    color: #ceb261;
    font-weight: 600;
}

.elementor-widget-woocommerce-checkout-page a {
    color: #E5AE41 !important;
}

.elementor-widget-woocommerce-checkout-page a:hover {
    color: black !important;
}

img.zoomImg {
    display: none !important;
}

.woocommerce-notices-wrapper {
    max-width: 1200px;
    margin: auto;
    margin-top: 25px;
}

.gallery-images-style-2 .woocommerce-product-gallery__wrapper {
    display: none !important;
}

.woocommerce div.product .gallery-images-style-2  div.images .flex-control-thumbs li img {
    opacity: 1 !important;
        aspect-ratio: 1 / 1;
    border: 2px solid #ddd9d9;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: white !important;
    color: #69727d !important;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

.custom-add-cart-btn span.woocommerce-Price-amount.amount {
    margin-right: 10px;
}

.cart-btn-yellow span.woocommerce-Price-amount.amount {
    color: #f7c87f !important;
}



@media (max-width: 767px) {
    .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
        padding: 6px 6px !important;
    }
}