/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */


/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}

/**** Products Sidebar ****/
li .cat-parent{
cursor:default;
}
#sidebar .widget h3{
    margin: 0 0 5px 0 !important;
    padding: 20px 10px;
    background: rgb(204, 204, 255);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: black !important;
}
#sidebar .product-categories li{
    padding: 10px 5px;
    background: rgb(204, 204, 255);
}
#sidebar .product-categories>.cat-item{
    display: none;
}
#sidebar .product-categories>.cat-parent{
    display: block;
}
#sidebar a:focus, #sidebar a:hover {
    text-decoration: none!important;
}
@media only screen and (min-width: 768px){
    #sidebar .product-categories li {
    	position: relative;
    	float: left;
    	zoom: 1;
    	list-style: none;
	width: 100%;
        z-index: 100;
    }
    #sidebar .product-categories ul {
    	width: 100%;
    	visibility: hidden;
    	display: none;
    	position: absolute;
   	top: 0px;
    	left: 90%;
	opacity: 0;
    	z-index: 100;
    	margin: 0;
   	-webkit-transition: all 1s ease;
    	-moz-transition: all 1s ease;
	transition: all 1s ease;
    }
    #sidebar .product-categories li:hover > ul {
    	visibility: visible;
    	display: block;
	opacity: 1;
	left: 100%;
    }
#sidebar .product-categories li:hover, #sidebar .product-categories .current-cat-parent{background:rgb(236, 236, 236);}
#sidebar .product-categories li:hover a, #sidebar .product-categories .current-cat-parent>a{color:white;}
}
.yith_magnifier_mousetrap{z-index:99 !important;}
.our-products .woocommerce ul .product-category:last-child{
	display:none;
}
.cpf-section .tm-epo-field-label {
    max-width: 100% !important;
    font-weight: 500 !important;
    line-height: 30px;
    color: #000;
    text-align: justify;
    font-size: 18px;
}
#menu-item-3618 .sub-menu{
    border-top: 2px solid #fff;
}
#menu-item-3618 .sub-menu li:hover a{
	background-color:rgb(236, 236, 236) !important;
}
#menu-item-3618 .sub-menu li {
    border-bottom: 2px solid #fff;
}