/* 
Theme Name:		 Ocean Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Ocean Child is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:			 Abdulrahman
Author URI:		 http://childtheme-generator.com/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	 ocean-child
*/
/*shop page sticky header*/

.w3-shop-scroll-logo{
	display: none;
}
.w3-shop-sticky-header.she-header .w3-shop-default-logo{
	display: none;
}
.w3-shop-sticky-header.she-header .w3-shop-scroll-logo{
	display: block;
}
.w3-shop-sticky-header.she-header #w3prCategory_open_btn {
color: #fff!important;
}
.w3-shop-sticky-header.she-header .hfe-search-icon-toggle i{
color: #fff!important;
}
.hfe-search-button-wrapper.hfe-input-focus i{
color: #ED1C24!important;
}
/*categories menu*/
.w3-category-menu{
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0px;
	padding-top: 50px;
	height: 100%;
	overflow-y: auto;
}

#w3prCategory_open_btn{
	color: #fff;
	cursor: pointer;
	/*margin-top: 4px;*/
    margin-left: 7px;
	font-size: 25px;

}
#w3_shopHeader #w3prCategory_open_btn{
	color: #000;
} 
#w3prCategory_open_btn:hover, #w3prCategory_close_btn:hover{
	cursor: pointer;
}
#w3prCategory_close_btn{
	color: #fff;
	float: right;
    display: none;
    position: absolute;
        right: 0px;
    bottom: 17px;
    font-size: 30px;
}
.w3-category-menu-main .w3-category-menu ul{
	padding: 30px 20px 20px 20px;
	list-style-type: none;
	margin: 0px 0 0px 10px;
}
.w3-category-menu-main .w3-category-menu ul li ul{
	padding: 7px;
	margin: 0 0 10px;
}
.w3-category-menu-main .w3-category-menu ul li ul li{
	border-left: 1px solid #ED1C24;
    padding-left: 20px;
}
.w3-category-menu-main .w3-category-menu ul li ul li:before{
	display: flex;
    left: -20px;
    position: relative;
    content: '';
    top: 12px;
    width: 17px;
    height: 1px;
    background-color: #ED1C24;
}

.w3-category-menu-main .w3-category-menu ul li a{
color: #fff;
}

.woo-entry-inner.clr .image-wrap{
	display:none;
}
.site-breadcrumbs{position:relative !important;}