/**
* Theme Name: Dealsdot Child
* Description: This is a child theme of Dealsdot, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: dealsdot
* Version: 1.8.7
*/

.single-product .favorite-button a.compare.button {
display:none;
}

.favorite-button .woocommerce.product.compare-button, .lnk .woocommerce.product.compare-button {
display:none;
}

media (min-width: 768px) and (max-width: 991px)
.product .product-image .image img {
    width: 100%;
    height: 250px;
    display: block;
}

@media (min-width: 426px) {
  #my-account {
    display: none !important;
  }
}


.woocommerce-form .form-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; /* Stacking items vertically */
}

.custom-buttons {
    margin-top: 10px; /* Adjust as needed for spacing */
}

.elementor-element.elementor-element-b82151b {
display:block !important;
}

.elementor-32121 .elementor-element.elementor-element-0fef102.elementor-element {
    --align-self: flex;
}