.x-header__nav--subMenu{margin-top: 8px;}
.x-header__nav--subMenu.wd-30 {display: table;padding: 0px;box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);transition: .3s;}
.x-header__nav--items-main.exist-subMenu:hover>a::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f6f6f6;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
}
li.x-header__nav--subMenu--ul--list.x-sub-first {
    background: #f6f6f6;
    padding: 30px;
	min-width: 200px;
}
li.x-header__nav--subMenu--ul--list.x-sub-two {
    padding: 30px;
	text-align: center;
}
.menu-colecao {min-width: 190px;}
.menu-colecao h2 {display: none;}
.menu-colecao h5.x-shelf-product__name, .menu-colecao .x-shelf-product__price-wrapper {
    font-size: 15px;
    font-family: Flama-Regular,sans-serif;
    color: #000;
    margin-top: 20px;
}
.menu-colecao .x-shelf-product__price.x-shelf-product__price--list {
    margin-bottom: 10px;
}
.menu-colecao .x-shelf-product__price-in-installment-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 5px;
}
.menu-colecao .x-shelf-product__price-in-installment-wrapper span, .menu-colecao .x-shelf-product__price-in-installment-wrapper div {
    margin-left: 3px;
}
li.x-header__nav--subMenu--ul--list.x-sub-two .x-header__nav--subMenu--items.js--min-height {
    display: flex;
}
.x-header__nav--items-block, .x-header__nav--items-title {
    margin-bottom: 10px;
}
.x-header__nav--subMenu--items.js--min-height h3 {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Flama-Regular,sans-serif;
    margin-bottom: 30px;
}
.x-header__nav--subMenu--items.js--min-height h3:after {
    content: '';
    display: block;
    margin: 8px 0 0;
    height: 5px;
    width: 100%;
    background: #ff6f22;
    background: -moz-linear-gradient(left,#ff6f22 0,#feef8f 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#ff6f22),color-stop(100%,#feef8f));
    background: -webkit-linear-gradient(left,#ff6f22 0,#feef8f 100%);
    background: -o-linear-gradient(left,#ff6f22 0,#feef8f 100%);
    background: -webkit-gradient(linear,left top,right top,from(#ff6f22),to(#feef8f));
    background: linear-gradient(to right,#ff6f22 0,#feef8f 100%);
}
li.x-header__nav--subMenu--ul--list.x-sub-two .col-two {
    margin-left: 30px;
}