/* ==================================================
   Theme Name: Clotya Child
   Description: Child theme of Clotya, generated by Merlin WP.
   Author: KlbTheme (Sinan ISIK)
   Template: clotya
   Version: 1.2.8
   ================================================== */

/* ======================== General Styles ======================== */

/*NOTE: ALL STYLES HAVE BEEN APPLIED IN THE /INCLUDES/CSS/ FOLDER!!!*/
/*ONLY USE THIS FILE TO TEST NEW STYLING AND MOVE THEM TO APPROPRIATE FILES AFTER TESTING*/
#sb-main-container #header.widget {
  display: none !important;
}

.wa__btn_popup {
    bottom: 80px !important;
}

iframe#iframe1 {
    display: none;
}

div#parcelinfo-container {
    padding: 0;
    width: auto;
}
/* Intentional specificity: limit flex to WooCommerce product grid */
.elementor-products-grid ul.products.elementor-grid {
    display: flex;
}

.product-images{
    margin: 5px;
}

.thumbnail-wrapper .product-images {
    aspect-ratio: 1 / 2;
    overflow: hidden;
}

.thumbnail-wrapper .product-images img.etv-responsive-product-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
