/*
Theme Name: Build Bazaar
Theme URI: https://eskil.qodeinteractive.com
Description: Furniture Store Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: eskil
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.qodef-button.qodef-layout--outlined:hover{
	background-color:#AD896D !important;
	color:#fff !important;	
}

.qodef-button.qodef-layout--text-appear:hover{
	background-color:#AD896D !important;
	color:#fff !important;	
}
.yith-wcwl-form .wishlist_table.mobile.shop_table tbody .product-add-to-cart .add_to_cart:hover, .yith-wcwl-form .wishlist_table.shop_table tbody .product-add-to-cart .add_to_cart:hover{
	background-color:#AD896D !important;
	color:#fff !important;
}

.qodef-blog.qodef-item-layout--standard.qodef-item-borders .qodef-blog-item:hover .qodef-button.qodef-layout--text-appear{
	background-color:#AD896D !important;
	color:#fff !important;	
}
#qodef-top-area{
	margin: 0 !important;
	padding: 0 60px !important;
    width:100% !important;
}
.woocommerce-product-gallery__wrapper{
    display: flex;
    flex-direction: row-reverse;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image{
	width:calc(100% - 17.2%);
	position: relative;
    padding: 0 8px;
    margin-top: 16px;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__image img{
		width:100%;
	    height:100%;
	}
.qodef-woo-thumbnails-wrapper{
	width:17.2%;
}
@media only screen and (max-width: 680px) {
    .woocommerce-product-gallery__wrapper {
        flex-wrap: wrap;
    }
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__image {
        width: 100% !important;
    }
	
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 20% !important;
        margin-top: 8px;
        padding: 0 5px;
    }
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .qodef-woo-thumbnails-wrapper {
        width: 100% !important;
        display: flex;
/*         flex-wrap: wrap; */
    }
}


