/*
 * YO Menu v1.2.0
 * Author: iDiY (info@idiy.club)
 */

/*  Default Style  */
.yo-menu
{
    margin-bottom: 0px;
}
.yo-heading
{font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;font-weight:700;
    position: relative;
     padding: 10px 14px 10px;min-width:210px;width:100%;
    cursor: pointer;line-height:28px;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
     border-bottom:0px solid #FF5500;
    border-radius:4px 4px 0 0px;
	color:#fff;
    background:#E14988;
    /*text-shadow: 0 1px 0 #fff;*/
}

/*
.yo-heading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    left: -22px;
    right: auto;
    border-bottom: 0 solid transparent;
	border-top: 9px solid transparent;
	border-right: 10px solid #c60009;
	border-left: 12px solid transparent;
}

.yo-heading::after {
content: "";
position: absolute;
top: 0;
bottom: auto;
left: auto;
right: -22px;
border-bottom: 0 solid transparent; 
border-top: 9px solid transparent;
border-left: 10px solid #c60009;
border-right: 12px solid transparent;
}
*/


.yo-heading.yo-open
{width:210px;
    border-bottom-color: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.yo-heading.yo-close
{width:210px;
    background-color: none;
}
.yo-heading i.fa.fa-bars
{margin-right:10px;
    line-height: 30px;
    float: left;
}
.yo-wrapper
{margin-top:0px;width:275px;
    border: 1px solid #eee;
    border-radius: 0px;background:#fff;
	 
}
.yo-heading + .yo-wrapper
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.yo-menu ul.yo-fm li
{
    line-height: 20px;
    display: block;
    float: none;
    margin: 0;
    padding: 0; border-bottom: 0px solid #eee;border-top: 0px solid #9862AD;
     
    background: #fff;
}
.yo-menu ul.yo-fm li:first-child
{border-top:none;}.yo-menu ul.yo-fm li:last-child
{border-bottom:none;}
.yo-menu ul.yo-fm > li + li
{
    
}
.yo-menu ul.yo-fm li > a
{font-weight:500;font-family: 'Montserrat', Arial, sans-serif;
    padding: 9px 10px 9px 10px;font-size:14px;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
    text-decoration: none;border-left:3px solid #fff;
    color: #222;position:reletive;
    background-color:  none;
	border-bottom:1px solid #f9f9f9;
    /*text-shadow: 0 1px 0 #fff;*/
}
.yo-menu ul.yo-fm li a:hover
{border-left:3px solid #FF2D37;
    color: #FF2D37;z-index:7777;
    background-color:#f9f9f9;
}
.yo-menu ul.yo-fm li a.active
{
    font-weight: 400;
    color: #000;
    background-color:#fff;
}
/*  End Default Style  */

ul.yo-fm,
ul.yo-fm ul
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.yo-fm li > a
{
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
    outline: none;
}
ul.yo-fm .fm-image a
{
    display: block;
    padding: 4px !important;
    text-align: center;
}
ul.yo-fm img
{
    overflow: hidden;
    max-width: 100% !important;
    height: auto;
    vertical-align: middle;
    border: 0;
}
ul.yo-fm img.fm-icon
{
    margin-right: .7em;
}
ul.yo-fm li a.fm-parent:after
{
    font-family: FontAwesome;
    float: right;
    margin-right: 1px;
    content: '\f105';
}
ul.yo-fm li a span
{
    vertical-align: middle;
}
ul.yo-fm li a span.fm-badge
{
    font-size: 85%;
    font-weight: bold;
    margin-left: .4em;
    padding: 2px 6px;
    text-align: center;
    color: #444;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #f5f5f5;
}
ul.yo-fm.fm-one ul,
ul.yo-fm .fm-container
{
    position: absolute;
    z-index: 777;
    top: 0;
    left: 100%;
    display: none;
}
#column-right ul.yo-fm.fm-one ul,
#column-right ul.yo-fm .fm-container
{
    right: 100%;
    left: auto;
}
ul.yo-fm.fm-one ul
{
    top: -10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #f5f5f5;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
}
ul.yo-fm.fm-one li
{
    position: relative;
}
ul.yo-fm.fm-one li li > a
{
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .085);
       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .085);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .085);
}
ul.yo-fm.fm-one li li + li > a
{
    margin-top: 1px;
}
ul.yo-fm.fm-multi
{
    position: relative;
}
ul.yo-fm .fm-container
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
	border:1px solid #ddd;
    padding: 20px 10px;min-height:500px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #fff;
   -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0,0.1);
-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0,0.1);
box-shadow: 0 0 10px 0 rgba(0, 0, 0,0.1);
}
ul.yo-fm .fm-container .fm-brand-info
{
    overflow: hidden;
    margin: 0 10px;
}
ul.yo-fm .fm-container .fm-title
{
    margin-bottom: 20px;
}
ul.yo-fm .fm-container .fm-title a
{
    font-size: 18px;
    display: block;
    padding: .6em 1.2em;
    text-decoration: none;
    color: #111;
    background-color: #f7f7f7;
}
ul.yo-fm .fm-container .fm-brand-info .fm-image
{
    /*    float: left;
    margin-right: 20px;*/
    margin-bottom: 15px;
    text-align: center;
}
ul.yo-fm .fm-container .fm-descr
{
    font-style: italic;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 5px;
}
ul.yo-fm .fm-container > ul
{
    display: block;
    float: left;
    width: 50%;
}
ul.yo-fm .fm-container > ul > li
{
    overflow: hidden;
    margin: 0 10px;
}
ul.yo-fm .fm-container > ul > li + li
{
    margin-top: 20px;
}
ul.yo-fm ul.fm-list
{
    overflow: hidden;
    width: auto;
    padding: 2%;
}
ul.yo-fm ul.fm-list li
{
    display: inline-block;
    vertical-align: top;
}
ul.yo-fm ul.fm-list li a
{
    font-size: 12px;
    line-height: 1;
    padding: 0;
    background: transparent;
}
ul.yo-fm ul.fm-list li a span:before
{
    font-size: 2em;
    line-height: 0;
    margin-right: .1em;
    content: '\00B7';
    vertical-align: middle;
    color: #08c;
}
ul.yo-fm .fm-container .fm-image-center
{
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    border: 1px solid #f3f3f3;
}
ul.yo-fm .fm-container .fm-image-center:hover
{
    border: 1px solid #e7e7e7;
}
ul.yo-fm .fm-container .fm-image-center > a
{color:#111;
    font-weight: bold;padding:6px;
    text-align: center;
    background-color: #f7f7f7;
}
ul.yo-fm .fm-container .fm-image-center a.fm-pr-name
{
    text-align: left;
}
ul.yo-fm .fm-container .fm-image-center .fm-image
{
    position: relative;
}
ul.yo-fm .fm-container .fm-image-left .fm-image
{
    float: left;
    width: 30%;
    margin-right: 5%;
    border: 1px solid #eee;
}
ul.yo-fm .fm-container .fm-image-left > a
{
    font-size: 110%;
    font-weight: bold;
    background-color: #f7f7f7;
}
ul.yo-fm .fm-price
{
    font-size: 85%;
    float: right;
    margin-left: .4em;
    padding: 0 .6em;
    text-align: center;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: rgba(0, 0, 0, .03);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
       -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
            box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
}
ul.yo-fm .fm-container .fm-image-center .fm-price
{
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
       -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
            box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
}
ul.yo-fm .fm-rating
{
    float: right;
    margin: 5px 0;
}
ul.yo-fm .fm-price-left
{
    display: inline-block;
    float: none;
    overflow: hidden;
    margin: .6em 0;
}
ul.yo-fm .fm-rating-center
{
    position: absolute;
    bottom: 11%;
    left: 5%;
}
ul.yo-fm .fm-cart-center
{
    position: absolute;
    right: 5%;
    bottom: 10%;
    visibility: hidden;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    opacity: 0;
}
ul.yo-fm li:hover > .fm-image .fm-cart-center
{
    visibility: visible;
    opacity: 1;
}
