.menu-colecao .x-shelf-product__price.x-shelf-product__price--list,.x-header__nav--items-block,.x-header__nav--items-title {
    margin-bottom: 10px
}

.x-header__nav--subMenu {
    margin-top: 8px
}

.x-header__nav--subMenu.wd-30 {
    display: flex;
    padding: 0;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    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;
    min-width: 200px;
    padding: 5px 30px
}

@media (max-width: 767px) {
    li.x-header__nav--subMenu--ul--list.x-sub-first:first-of-type {
        padding-top:30px;
    }
}

@media (min-width: 768px) {
    li.x-header__nav--subMenu--ul--list.x-sub-first {
        padding:30px;
        padding-bottom: 0px;
    }

    .pre-header__item p,
    .pre-header__item span {
    font-size: 12px;
    }
}

li.x-header__nav--subMenu--ul--list.x-sub-two {
    padding: 30px;
    text-align: center
}

@media (min-width: 1024px) and (max-width:1440px) {
    li.x-header__nav--subMenu--ul--list.x-sub-two {
        display:none
    }
}

.menu-colecao {
    min-width: 190px
}

.menu-colecao h2 {
    display: none
}

.menu-colecao .x-shelf-product__price-wrapper,.menu-colecao h5.x-shelf-product__name {
    font-size: 15px;
    font-family: Flama-Regular,sans-serif;
    color: #000;
    margin-top: 20px
}

.menu-colecao .x-shelf-product__price-in-installment-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px
}

.menu-colecao .x-shelf-product__price-in-installment-wrapper div,.menu-colecao .x-shelf-product__price-in-installment-wrapper span {
    margin-left: 3px
}

li.x-header__nav--subMenu--ul--list.x-sub-two .x-header__nav--subMenu--items.js--min-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.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,color-stop(0,#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
}

.submenu-title {
    margin-bottom: 15px;
    font-family: Branding,sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #ff8400
}

@media (min-width: 768px) {
    .submenu-title {
        font-size:18px
    }
}

.x-menu__navMain--items .exist-subMenu>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.x-menu__navMain--items .exist-subMenu>a:after {
    content: '';
    border-top: 2px solid #ff8400;
    border-right: 2px solid #ff8400;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px
}
