/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


/*CSS to make sure the Quantity and Add to cart button are next to each other*/


/*Styling the Add to cart

.woocommerce ul.products li.product a.add_to_cart_button.ajax_add_to_cart {
    margin-bottom: 0;
    height: auto;
    text-indent: -9999px;
    border-width: 0;
    border-radius: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 0;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fff !important;
    padding: 10px 22px;

}



.woocommerce ul.products li.product a:hover {

    
}


   .woocommerce ul.products li.product a.add_to_cart_button.ajax_add_to_cart:before {
   
   display:block;
   color: #101010;
    font-size: 18px;
    margin-right: 0;
    font-family: ETmodules !important;
    content: "\e07a";
    opacity:1 !important;
    font-weight: inherit;
    float: left;
    line-height: 20px;
    text-indent: 0;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
*/
/*Disables the icon appear when you hover to add to cart button*/

.woocommerce ul.products li.product a:after {
	display: none;
}


/* Product Detail Page hide buy now button sticky code start */
.hide_buy_now_sticky_button button.buy_now_button{
	display:none !important;
}
/* Product Detail Page hide buy now button sticky code end */

.hide_buy_now_sticky_button .woobt-products-1381344{
	display:none !important;
}


/* @media only screen and (max-width: 767px) { */
    .woobt-wrap-responsive .woobt-products .woobt-product {
        display: flex;
        flex-direction: row;
        text-align: left;
        padding: 10px 0;
    }
	
    .product-specifications tbody tr td {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 50%;
        border-width: 0px !important;
        padding: 5px;
    }
/* } */


.product-specifications tbody{
	display:block !important;
}

.product-specifications tbody tr{
	height:max-content;
	display:flex;
}