/*
Theme Name: Molla Child
Theme URI: https://molla.org/
Author: D-THEMES
Author URI: https://molla.org/about-me/
Description: Molla Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: molla
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.woocommerce-tabs .size_tab,
li.size_tab,
#tab-size {
    display: none !important;
}

.woocommerce .shop-table-wrapper{
	margin: 1.3rem !important;
}
.cart-page-header{
		margin: 1.5rem;
	}
.cart-popup .buttons .button  {
	width: 100%;
}
.cart-popup .buttons .checkout  {
	display: none;
}
.woocommerce-products-header{
	display: none;
	margin-top: 4rem;
}

@media (max-width: 768px){
	 header,
  .site-header,
  .header-main,
  .main-header,
  .navbar {
   padding-top: 0 !important;
    margin-top: 0 !important;
    min-height: unset !important;
  }

  /* Reduce logo size/spacing */
  .site-logo,
  .custom-logo-link,
  .logo,
  header img {
    width: auto !important;
    height: auto !important;
    max-height: 100px !important;
    max-width: 100px !important;
    object-fit: contain !important;

    padding: 0 !important;
    margin: 0 !important;
  }

  /* Reduce logo container */
  .site-branding,
  .logo-container,
  .header-logo {
    padding: 5px !important;
    margin: 0 !important;
  }
	
	
	.container .toolbox{
		margin-top: 4rem !important;
	}
	.cart-page-header{
		margin: 4.3rem 0 0 2.3rem;
	}
	.woocommerce-products-header{
	margin-top: 4rem;
}
.woocommerce-cart .page-content{
	padding-top: 20px;
	}
 .page-wrapper .main .page-header .page-title{
		padding-top: 20px;
	}
	.page-content{
			 margin-top: 0rem !important;
		} 
	.social-icons {
			display: none !important;
	}
}



/* Hide Sidebar Toggle / Arrow Icon */
.sidebar-toggler,
.mobile-menu-toggler
{
  display: none !important;
}