/*
Theme Name: Emall Child
Theme URI: https://demo.theme-sky.com/emall/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: emall
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: emall-child
*/

#okapi-wasb-button, .btn-wp {
    position: fixed;
    z-index: 9999999;
    bottom: 5px;
    left: 5px;
}
#okapi-wasb-icon, .btn-wp-img {
    opacity: 0.95;
    width: 30px;
    height: 30px;
}
#to-top a{
		background-color:#D3AF37;
}
.breadcrumb-title-wrapper{
	    background-color: #f2f2f2;
}
.breadcrumb-title-wrapper{
	min-height:142px;
}
.woocommerce-page #main > .page-container{
	padding-top:50px;
}
.woocommerce button[name="update_cart"] {
    display: none !important;
}
.woocommerce .products .product a img{
	    height: 280px;
    object-fit: cover;
}
.breadcrumb-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.my-account-wrapper .dropdown-container{
	display:none !important;
}
.woocommerce .product .thumbnail-wrapper{
	border: 1px solid #ccc;
}
.coupon{
	display:none !important;
}
.ts-sidebar-content .ts-tiny-cart-wrapper .cart-wrapper a.button.checkout-button, .order-total {
    display: none !important;
}
form.woocommerce-cart-form{
	margin-bottom:0px !important;
}
#main > .page-container{
	min-height:unset;
}
#main > .list-categories, #main > .page-container {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    #main > .list-categories, #main > .page-container {
        padding-top: 50px !important;
    }
	.woocommerce .products .product a img {
    height: 180px;
	}
	#main > .page-container{
		min-height:auto !important;
	}
	    #to-top a, #to-top {
        width: 30px;
        height: 30px;
    }
	#to-top a:before{
		line-height:30px;
	}
	    .ts-sidebar {
        display:none;
    }
}