/*.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{display:none;} */
.wc-block-components-product-price .woocommerce-Price-amount.amount, .currentSelectedPrice{ 
	color: #f2300a;
    font-size: 20px;
    font-weight: 800;
}
button.add_to_cart_button { display:none  !important; }
.red { color: #f2300a; }
h3.cover-section-title {
    font-size: 24px;
    font-weight: 700;
    padding: 0 15px;
}

 
 /*------ archive product css -----------*/


.pool-measurement-category-parent .pool-category-parent {
   display: grid;
   grid-template-columns: 1fr 1.5fr;
   grid-gap: 25px 40px;
   margin: 30px 0 50px;
}

.pool-measurement-category-parent .pool-category-parent .pool-category-image-parent {
   padding: 20px;
   border: solid 2px #ccc;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
}
.pool-measurement-category-parent label.pool-select-category {
   font-weight: 500; 
   margin-left: 10px;
   cursor: pointer;
}
.pool-measurements-fields button#view_cart_button {
    margin-left: 20px;
}


.pool-measurements-fields label.control-label {
   font-size: 16px;
   min-width: 160px;
   display: inline-block;
   font-weight: 500;
   padding-right: 20px;                
}
.pool-measurement-category-parent .wp-block-post-title input.pool_product {
    width: 15px;
    height: 15px;
}
.pool-measurements-selection {
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}                             
.pool-measurements-fields select.form-control{
    font-size: 15px;
    min-width: 60px;
}


.pool-category-parent .pool-measurements-parent h3.cover-section-title { padding: 0; }


.pool-measurement-category-parent ul.wc-block-product-template {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: 1fr !important;
    margin-top: 40px;
}
.pool-measurement-category-parent ul.wc-block-product-template li.wc-block-product {
    clear: both;
}

.pool-measurement-category-parent ul.wc-block-product-template li.wc-block-product h2.wp-block-post-title ,
.pool-measurement-category-parent ul.wc-block-product-template li.wc-block-product .wc-block-components-product-price {
    text-align: left;
} { text-align:left; }

.pool-measurement-category-parent ul.wc-block-product-template li.wc-block-product .wp-block-woocommerce-product-image {
    float: left;
    width: 130px;
    margin-right: 20px;
}


@media only screen and (max-width: 1023px) {
    

    .pool-measurement-category-parent .pool-category-parent {
       display: grid;
       grid-template-columns: 1fr ;
       grid-gap: 5px;
    }

}


@media only screen and (max-width: 840px) {


}


@media only screen and (max-width: 580px) {

    .pool-measurement-category-parent ul.wc-block-product-template li.wc-block-product .wp-block-woocommerce-product-image {
        width: 100px;
        margin-right: 15px;
    }

}

.pool-category-image-parent img.pool-category-image {
   height: 200px;
   object-fit: cover;
   max-width: 100%;
}