/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.woocommerce-product-gallery .owl-carousel .product-image-wrap {
    padding-right: 2px;
    padding-left: 2px;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.woocommerce-product-gallery .owl-carousel .product-image-wrap figure {
    width: auto;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.woocommerce-product-gallery .owl-carousel .product-image-wrap figure a {
justify-content: center;
align-items: center;
margin: 0 auto;
}
.woocommerce-product-gallery .owl-carousel .product-image-wrap  figure a img {
        position: relative;
    display: block;
    width: auto;
    height: auto;
    min-height: max-content;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.product_list_widget>li .widget-product-wrap > a.widget-product-img {
    height: 100px;
    overflow: hidden;
}
.product-grid-item .product-image-link {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    background-color: white;
}




@media only screen and (max-width: 768px) {
.product-grid-item .product-image-link img {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    padding: 60px; /*exela 30*/

    min-height: max-content;
	min-height: 100%;
    justify-content: center;
    margin: 0 auto;
    align-items: center;

}
}



.product_list_widget>li .widget-product-wrap > a.widget-product-img {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.product_list_widget>li .widget-product-wrap > a.widget-product-img img {
    padding: 20px;
    width: fit-content;
    height: auto;
}


/* Style the profile and search input container */
.header-profile {
    display: flex;
    align-items: center;
}

/* Style the input field next to the profile */
#profile-search-form input[type="text"] {
    margin-left: 15px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#profile-search-form button {
    margin-left: 5px;
    padding: 8px 10px;
    background-color: #ed7904; /* Customize the button color */
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#profile-search-form button:hover {
    background-color: #d66d04; /* Hover effect for the button */
}
/*  ----------------------------------------*/
.page-title-default{
	background-color:#ed7904;
}








