.woocommerce .product-wrapper .onsale:after, .woocommerce .single-product-image .onsale:after {
    border-right: 4px solid #ff0011;
}


.header-container .horizontal-menu #primary > .menu_holder .menu_inner > ul > li:hover > a.item_link *,
.header-container .horizontal-menu #primary > .menu_holder .menu_inner > ul > li.current-menu-ancestor > a.item_link *,
.header-container .horizontal-menu #primary > .menu_holder .menu_inner > ul > li.current-menu-item > a.item_link *  {
  color: #e6d788;
}


#secondary .button {
    background: #e6d788;
	color: #7a2127;
}

.header-container .header-search .search-without-dropdown .searchform .ws {
	width: 550px;
}

.header-container .header-sticky.ontop .horizontal-menu {
    float: left;
    margin-left:20px;
}

.sale-perc {
background-color: #ff0011;
display: inline;
padding: .2em .6em .3em;
font-size: 15px;
font-weight: bold;
color: #fff;
text-align: center;
border-radius: .25em;
}

.woocommerce .product-wrapper .onsale, .woocommerce .single-product-image .onsale {
    font-size: 15px;
	font-weight: 700;
	height: 34px;
    line-height: 34px;
}

.header-container .header-search .search-without-dropdown .categories-container {
	display: none;
}

@media screen and (max-width: 1199px) {
    .header-container .header-social-icon, .header-container .topbar {
        display: none;
    }
    .header-container .header-menu-social {
        padding: 0;
    }
    .header-container .logo {
        margin: 0 0 10px 0;
    }
}

/*mobile screen*/
@media only screen and (max-width: 768px) {
    .shop-products.grid-view .gridview {
        border: 2px solid #ebebeb;
    }

    .topbar {
        display: block !important;
	}

    .header-text {
        display: none !important;
    }

    .wpb_wrapper ul li {
        font-size: 12px !important;
    }
    
    .wpb_wrapper .wpb_text_column {
        margin: 0;
    }
    
    .header-container .header-nav {
        margin-bottom: 0;
    }

}

#responsive-sidebar-btn {
    bottom: 40px;
    left: 20px;
}