/* 
Theme Name:		 Elemix Child
Theme URI:		 https://tormuz.com/
Description:	 Elemix Child is a child theme of Elemix
Author:			 Kawsar
Author URI:		 https://tormuz.com/
Template:		 elemix
Version:		 1.0.0
Text Domain:	 elemix-child
*/


/*
    Add your custom styles here
*/

.hide {
    display: none;
}

#sidebar-menu-content .menu-homepages-link img{
  display: none!important;
}
.footer-logo img {
    max-width: 50px;
		margin-top: -20px;
}
.black-menu-color #theme-menu-layout .menu-layout .theme-primary-menu > li > a, .black-menu-color #theme-menu-layout .menu-layout .theme-search-btn, .black-menu-color #theme-menu-layout .menu-layout .header-wishlist-icon, .black-menu-color #theme-menu-layout .menu-layout .menu-woo-user, .black-menu-color #theme-menu-layout .menu-layout .menu-woo-cart {
    color: #c58a2e !important;
    /* font-weight: bold; */
}
.black-menu-color #theme-menu-layout .menu-layout .theme-primary-menu > li > a, .menu-layout-2 .theme-primary-menu li.current-menu-item > a {
    font-weight: bold;
}
.black-menu-color #theme-menu-layout .menu-layout .menu-toggle-btn span {
		background: #c58a2e !important;
}
.cat-image .elementor-widget {
    margin-bottom: 10px;
}

.widget a {
    line-height: 25px;
}

tr.woocommerce-product-attributes-item .woocommerce-product-attributes-item__value p {
    margin: 0;
}

.theme-logo {
    min-width: 26px;
    /*max-width: 26px;*/
}

/* footer */
@media (min-width: 992px) {
    .footer-logo {
        width: 5%;
    }
    .footer-copyright {
        width: 85%;
    }
    .footer-bot-right {
        width: 10%;
        font-size: 75%;
        margin-top: 10px;
    }
}

.home.elemix-menu-transparent .menu-layout--transparent.menu-layout {
    border-bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient( 
        180deg,
        rgba(0,0,0,0.9) 0%,
        rgba(0,0,0,.5) 100%
    );
}
/*.hide {
    display: none;
}*/

.variations .label::before {
    content: "Choose a ";
}

.tawcvs-swatches .swatch-item-wrapper {
    float: left;
    margin-right: 5px;
}

.variations .label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 7px;
    border: none;
    padding: 0;
    padding-bottom: 10px;
}

.variations .swatch-item-wrapper:has(.disabled) {
    display: none !important;
}