:root {
  --header-invert: #FFF;
}
.category-menu-items{
  display: none;
}
.nav-link.cart-btn.mobile-cart-btn{
    display: none;
}
.header-nav .user-link,.header-nav  .wishlist-link{
    display: none;
}

@media only screen and (max-width: 1480px) and (min-width: 992px) {
	.site-header .extra-nav .extra-cell .login-link {
		display: flex !important;
		gap : 10px;
	}
}
@media only screen and (max-width: 991px) {
    .browse-category-menu .category-btn{
        display: none;
    }
    .browse-category-menu .category-menu-items{
      display: block !important;
      position : static !important;
      width: 100%;
    }
    .site-header .nav-link.cart-btn.mobile-cart-btn{
        display: block !important;
        float: right;
        position: relative;
        margin: 0.5rem;
    }
   .site-header .nav-link.cart-btn.mobile-cart-btn .iconly-Broken-Buy{
       font-size: 2.5rem;
       margin: 0.5rem;
   }
   
   .site-header .nav-link.cart-btn.mobile-cart-btn .badge.badge-circle {
    border-radius: 50%;
    position: absolute;
    right: 0;
    }
    .browse-category-menu .site-login-nav{
        display: none;
    }
    .category-menu-items .sub-menu {
        margin-left: 2rem !important;
    }
    .search-input-group, .header-item-search{
        margin-left: 0 !important;
    }
    .header-nav .user-link,.header-nav  .wishlist-link{
        display: block !important;
    }
}

footer .footer-logo{
    margin-bottom: 0;
}    

.footer-top .stores {
    padding: 0 0.5rem;
}
.footer-top .stores .divider{
    padding: 0 0.5rem;
}
.footer-top .subscribe_widget{
    width : 80%;
    margin-top : 1rem;
}
.product-thumb{
    width : 100%;
    height : 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.category-thumb{
    width : 100%;
    height : 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.shop-card.style-7 .dz-content .title{
    line-height: 1.5em;               /* Set line height */
    height: 3em;                 /* 1.5em x 2 lines = 3em */
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 2;           /* Show 2 lines only */
   -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.site-header .extra-nav .extra-cell .nav-link .info-content a {
    justify-content: left;
    line-height: 1.5rem;
    font-size: 1rem;
    color : var(--header-invert);
    font-weight : 300;
}
.site-header.style-2 .main-bar .browse-category-menu .category-btn .category-btn-title {
    color: var(--header-invert);
}
.site-header.style-2 .main-bar .browse-category-menu .category-btn .category-menu span {
    background: var(--header-invert);
}

.shop-card {
    margin: 1rem 0;
}

.common-modal .btn-close {
    margin: 0px;
    position: absolute;
    right: 0;
    background-color: var(--secondary) !important;
    top: 0;
    color: white;
    font-weight: 100;
    text-shadow: none;
    opacity: 1;
    font-size: 24px;
    padding: 0px;
    height: 40px;
    line-height: 1;
    z-index: 1;
    width: 40px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
}
.swiper-slide .banner-item {
    height: 415px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.category-wrapper .shop-card .dz-media,.category-slide .shop-card .dz-media{
    border : 1px solid #EEE;
    background: #FFF;
    box-shadow: 6px 0px 30px 0 rgba(82, 48, 0, 0.13);
}


.search-container {
	vertical-align: middle;
	width: 50%;
	padding: 20px 0;
	float: left;
}

.search-results-holder {
	width: 100%;
	position: relative;
}

.search_results {
	position: absolute;
	z-index: 4444;
	background: #FFF;
	width: 100%;
	top: 0;
}

.search-container .search-item {
	padding: 0.5rem;
}

.site-header.style-2 .search-input {
	/*border: 1px solid #CCC;
	display: block;
	background: transparent;
	border-radius: 4px;*/
	font-size: 1.5rem;
	padding: 0.5rem 1rem;
	width : 100%;
}
.search-container .search-item:hover {
	background: var(--primary);
	color: #FFF;
}

.search-container .search_results {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.13);
}

.search-container .search-item a {
	display: block;
	font-size: 1.1rem;
	padding: 0.5rem 0.5rem;
}

.search-container .search-item:hover a {
	color: var(--white) !important;
}
.header-item-search{
    position: static;
    display: block;
    width : 100%;
    height: auto !important;
    margin-bottom: 0 !important;
    margin-left: 60px;
}
.address-card .account-address-box {
    height: 70%;
}
.category-slide{
    height: 300px;
    overflow: hidden;
    margin: 1rem 0;
}
.category-slide .category-thumb{
    background: #FFF;
    border-radius: 1rem;
    box-shadow: 6px 0px 30px 0 rgba(82, 48, 0, 0.13);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.category-slide .sub-content{
    display: none;
    padding: 0 1rem;
}
.category-slide .title{
   text-align: center;
}
.category-slide.category-select .category-thumb{
    width: 50%;
    height: 100px;
    margin: 0 auto;
    transition: width 0.5s ease, height 0.5s ease;
}
.category-slide.category-select .sub-content{
    display: block;
    border-top : 1px solid #EEE;
    transition: height 0.5s ease;
}
.section-bg-2{
    background: #EEE;
    padding: 2rem 0;
    margin: 0 0 2rem 0;
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .search-container {
	    width: 45%;
    }

}  
@media only screen and (max-width: 990px) {
    .link-seperator {
    	display: none;
    }
    .login-link .nav-link{
        margin-bottom: 1rem;
    }
}
