/**
*/


@font-face {
    font-family: 'ACaslonPro-Bold';
    src: url('../fonts/ACaslonPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ACaslonPro-Bold.otf')  format('opentype'),
        url('../fonts/ACaslonPro-Bold.woff') format('woff'), url('../fonts/ACaslonPro-Bold.ttf')  format('truetype'), url('../fonts/ACaslonPro-Bold.svg#ACaslonPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ACaslonPro-BoldItalic';
    src: url('ACaslonPro-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/ACaslonPro-BoldItalic.otf')  format('opentype'),
        url('../fonts/ACaslonPro-BoldItalic.woff') format('woff'), url('../fonts/ACaslonPro-BoldItalic.ttf')  format('truetype'), url('../fonts/ACaslonPro-BoldItalic.svg#ACaslonPro-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ACaslonPro-Italic';
    src: url('../fonts/ACaslonPro-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/ACaslonPro-Italic.otf')  format('opentype'),
        url('../fonts/ACaslonPro-Italic.woff') format('woff'), url('../fonts/ACaslonPro-Italic.ttf')  format('truetype'), url('../fonts/ACaslonPro-Italic.svg#ACaslonPro-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ACaslonPro-Regular';
    src: url('ACaslonPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/ACaslonPro-Regular.otf')  format('opentype'),
        url('../fonts/ACaslonPro-Regular.woff') format('woff'), url('../fonts/ACaslonPro-Regular.ttf')  format('truetype'), url('../fonts/ACaslonPro-Regular.svg#ACaslonPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cart-wrapper{ position: relative;}
#top-cart-dropdown{
    position: absolute;
    top: 40px!important;
}


#link-header{
    height: 104px;
    position: relative;
}
.top-login-header{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    background-color: #6bacb0;
    height: 29px;
    width: 100%;
    float: left;
}
.top-login-header a{
    color: #ffffff;
    text-decoration: none;
}
.item-top-header{
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    height: 29px;
    line-height: 29px;
}
.item-top-header:after{
    width: 1px;
    height: 9px;
    background: #ffffff;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.item-top-header:first-child{
    padding-left: 0px;
}
.item-top-header:last-child{
    padding-right: 0px;
}
.item-top-header:last-child:after{
    content: none;
}
.envelope{
    background: transparent url(../img/envelope.png) center center no-repeat;
    width: 18px;
    height: 13px;
    display: inline-block;
    margin-right: 20px;
    float:left;
    margin-top: 8px;
}
.location{
    background: transparent url(../img/location.png) center center no-repeat;
    width: 11px;
    height: 16px;
    display: inline-block;
    float:left;
    margin-top: 6px;
}
.link-langs a.select{
    font-weight: 700;
}
.menu-area-header{
    background-color: #6c6c6c;
    height: 75px;
    float: left;
    width: 100%;
    position: relative;
}

.logo-link{
    width: 143px;
    height: 42px;
    background: transparent url(../img/logo-link.png) center center no-repeat;
    float: left;
    display: block;
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1024px){
    .logo-link{
        width: auto;
        float: initial;
        margin-top: auto;
    }
}

.col-md-3{
    width: 25%;
    float: left;
    position: relative;
    z-index: 2;
}
.col-md-6{
    width: 50%;
    float: left;
}

.lupa{
    background: transparent url(../img/lupa.png) center top no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
}
.wishlist{
    background: transparent url(../img/wishlist.png) center top no-repeat;
    width: 22px;
    height: 19px;
    display: inline-block;
    margin-right: 16px;
}
.cart{
    background: transparent url(../img/cart.png) center top no-repeat;
    width: 19px;
    height: 21px;
    display: inline-block;
    position: relative;
}
.cart span{
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #8fc0cf;
    border-radius: 9px; 
    right: -9px;
    bottom: -9px;
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 18px;
    color: #232929;
    font-size: 11px;
}
.icones-top-wrapper{
    margin-top: 25px;
}
.item-header-wrapper{
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    float: left;
}
.item-header-wrapper:after{
    width: 1px;
    height: 15px;
    content: " ";
    background: #646464;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-wrapper{
    display: inline-block;
}

.footer-top{
    background-color: #6c6c6c;
    float: left;
    width: 100%;
    padding: 40px 0 30px 0;
}
.cols2{
    width: 16.666%;
    float: left;
    box-sizing: border-box;
    padding-right: 40px;
}
.cols2:nth-child(6n){
    padding-right: 0px;
}
.cols3{
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.cols2 h3,.cols3 h3{
    color: #232929;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #87dadf;
    font-size: 13px;
    margin-bottom: 10px;
}
.newsletter{
    float: left;
    width: 100%;
}
.newsletter input {
    box-sizing: border-box;
    padding: 0 14px;
    height: 43px;
    border: none;
    margin: 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 202px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #818585;
    background: #505252;
    float: left;
}
.newsletter .btn-nl{
    width: 85px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #f7f7f7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background-color: #87dadf;
    border: none;
    float: left;
}

.footer-bottom{
    background-color: #232929;
    float: left;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 20px;
}

.second-line{
    color: #646464;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.second-line a{
    color: #646464;
    font-size: 10px;
    text-decoration: none;
}
.second-line a:hover{
    color: #6bacb0;
}
.second-line span{
    font-weight: 400;
}
.link-color{
    color: #6bacb0;
}

/*#myCarousel{
    height: auto;
    width: 100%;
    overflow: hidden;
}
.carousel-inner, .carousel{
    height: auto;
    width: 100%;
    
}
.carousel-inner{
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    
    width: 9999px;
}
.carousel-inner > .item{
    height: auto;
    width: 100%;
    position: relative;
    float: left;
}*/
.main-banners{
    margin-bottom: auto;
}
.main-banner-content .pre-title{
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 6px;
}
.main-banner-content .title{
    color: #ffffff;
    font-size: 70px;
    text-transform: uppercase;
    font-family: 'ACaslonPro-Bold';
    font-weight: 400;
    margin-bottom: 143px;
}
.banner-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-wrapper .container{
    position: relative;
    height: 100%;
}
.banner-wrapper .container .main-banner-content{
    position: absolute;

}
.banner-wrapper .container .main-banner-content.banner-left{
    left: 0;    
}
.banner-wrapper .container .main-banner-content.banner-right{
    left: 67%;    
}
.banner-wrapper .container .main-banner-content.banner-center{
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-wrapper .container .main-banner-content.bottom{
    top: auto;
    bottom: 85px;
}
.banner-wrapper .container .main-banner-content.top{
    bottom: auto;
    top: 85px;
}
.banner-wrapper .container .main-banner-content.middle{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.btn-holder{
    display: block;
    white-space: nowrap;
}
.banner-btn{
    height: 32px;    
    line-height: 32px;    
    width: 194px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-right: 26px;  
    text-align: center;
}
.banner-btn:last-child{
    margin-right: 0px;   
}
.banner-btn:hover{
    text-decoration: underline;
}

/*.carousel-inner > .item{
    display: block;
}*/





.home-column{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 13px;
}
.home-column:nth-child(2n){
    padding-right: 0px;
    padding-left: 13px;
}

.home-column-line{
    float: left;
    width: 100%;
}

.square-big, .square-small, .square-large{
    float: left;
    box-sizing: border-box;
    padding-bottom: 26px;
}
.square-big{
    width: 67.34375%;
    padding-right: 13px;
}

.square-small{
    width: 32.65625%;
    padding-left: 13px;
}
.square-large{
    width: 100%;
}
.square-big img, .square-small img, .square-large img{
    width: 100%;
    height: auto;    
    float: left;
}

.home-column-line:nth-child(2n) .column-small-sq{
    box-sizing: border-box;
    width: 32.65625%;
    padding-right: 13px;
    float: left;
}
.home-column-line:nth-child(2n) .column-small-sq .square-small{
    padding-right: 0px;
    padding-left: 0;
    width: 100%;
}
.home-column-line:nth-child(2n) .square-big{
    padding-right: 0;
    padding-left: 13px;
}
.line-small-sq{
    float: left;
    width: 100%;
}
.line-small-sq .square-small:first-child{
    padding-left: 0;
}
.line-small-sq .square-small{
    padding-right: 13px;
}
.line-small-sq .square-small:nth-child(2n){
    padding-right: 0px;
}
.line-small-sq .square-small:last-child{
    padding-right: 0px;
    float: right;
}

.insta-intro{
    margin-bottom: 35px;    
    float: left;
    width: 100%;
}
.insta-title{
    font-family: 'ACaslonPro-Bold';
    text-transform: uppercase;
    font-size: 25px;
    color: #373c3c;
}
.mont-grey{
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c;
}

.verInsta{
    display: inline-block;
    font-size: 13px;
    color: #373c3c;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    padding-right: 28px;
    padding-left: 42px;
    margin-top: 11px;
}
.verInsta:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #6bacb0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);    
    height: 1px; 
    width: 31px;
}
.verInsta:after{    
    content: "";
    width: 18px;
    height: 9px;    
    position: absolute;
    top: 50%;
    background: transparent url(../img/seta-insta.png) right center no-repeat;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);    
}
.verInsta:hover{
    text-decoration: underline;
}

.filtros-area{
    float: left;
    width: 33.3%;
    margin-top: 40px;
}

.filter-intro-title{
    font-family: 'ACaslonPro-Bold';
    font-size: 30px;
    color: #434949;
    margin-bottom: 30px;
}

.filter-block{
    float: left;
    width: 75%;
    margin-bottom: 28px;
}

.filter-block-type{
    color: #434949;
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700;
}
.filter-block-type:before{
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #d7d7d7;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
    z-index: 0;    
}
.filter-block-type span{
    background-color: #ffffff;
    position: relative;
    padding-right: 10px;
}

.filter-block label{
    margin-left: 30px;
    position: relative;    
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #434949;
    margin-bottom: 9px;
    display: inline-block;
}
.filter-block label:hover{
    color: #8fc0cf;
}
.filter-block label.selected:before{
    top: 50%;
    left: -30px;
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
    height: 1px;
    width: 20px;
    background-color: #8fc0cf;
}
.filter-block label input[type=radio]{
    position: absolute;
    opacity: 0;       
}

.filter-block label span{
    color: #a0a0a0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}


.produtos-area{
    float: left;
    width: 66.7%;   
}

.two .product{
    width: calc(50% - 13px);
    margin: 0px;
    margin-left: 0px;
    margin-right: 13px;
    position: relative;
    margin-bottom: 41px;
}
.two .product:nth-child(2n){
    margin: 0px;
    margin-left: 13px;
    margin-right: 0px;
}
.two .product:nth-child(5n+1){
    clear: none;
}
.two .product:nth-child(2n+1){
    clear: left;
}

.product .wishlist-wrapper{
    position: absolute;
    top: 13px;
    right: 19px;
    z-index: 2;
}
.product .image{
    border: 1px solid transparent;
    text-align: center;
    margin-bottom: 17px;
}

.product .image:hover{
    border: 1px solid #d7d7d7;
}

.product .image .product-over{
    float: none;
}
.product .image a{
    display: inline-block;

}
.product .image a img{
    width: 100%;
    text-align: center;
}

.type-of-view{
    color: #818585;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.type-of-view .ver2{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent url(../img/ver2.png) center top no-repeat;
    margin-right: 5px;
    position: relative;
    top: 3px;

}
.type-of-view .ver2:hover, .type-of-view .ver2.select{
    background-position: center -18px;
}

.type-of-view .ver4{
    display: inline-block;
    width: 38px;
    height: 18px;
    background: transparent url(../img/ver4.png) center top no-repeat;
    position: relative;
    top: 3px;

}
.type-of-view .ver4:hover, .type-of-view .ver4.select{
    background-position: center -18px;
}


.four .product{
    width: calc(25% - 13px);
    margin: 0px;
    margin-left: 0px;
    margin-right: 13px;
    position: relative;
    margin-bottom: 41px;
}
.four .product:nth-child(4n){
    margin: 0px;
    margin-left: 13px;
    margin-right: 0px;
}
.four .product:nth-child(5n+1){
    clear: none;
}
.four .product:nth-child(2n+1){
    clear: none;    
}
.four .product:nth-child(4n+1){
    clear: left;
}

.product-detail-area{
    width: 100%;
    float: left;
}
.detail-galery-area{
    width: 58.3%;
    float: left;
}
#product-detail .images{
    width: 100%;    
    margin: 0;
}
.detail-info-area{
    width: 41.7%;
    float: left;
}


#product-detail .title , #product-detail .bag-options{
    float: left;
    width: 100%;
}

.bx-wrapper .bx-pager{
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item{

}
.bx-pager-link {
    border: 1px solid #ececec;
    display: block;
    position: relative;
}
.bx-pager-link:hover {
    border: 1px solid #c8c8c8;  
}
.bx-pager-link.active {
    border: 1px solid #c8c8c8;
}
.bx-pager-link.active:after {
    height: 1px;
    width: 21px;
    content: "";
    background-color: #87dadf;
    position: absolute;
    right: -11px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.bx-controls-direction{
    display: none;
}

.prod-reference{
    font-family: 'Montserrat', sans-serif;
    color: #646464;
    font-size: 15px;
    padding-left: 40px;
    position: relative;
    display: inline-block;
}
.prod-reference:before{
    height: 1px;
    width: 20px;
    content: "";
    background-color: #87dadf;
    position: absolute;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.prod-reference .light{
    font-weight: 300;
}

#product-detail .combo{
    margin-right: 0px;
    float: none;
    width: auto;
    display: inline-block;
}
#product-detail .customization .left{
    text-indent: 20px;
    font-size: 13px;
}

div.checkboxWrapper label.checkbox{
    position: relative;
    top: 4px;
}
#bag div.checkboxWrapper label.checkbox{
    top: 0px;
}

.block-title{
    color: #646464;
    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    margin-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}
.block-title::before {
    background-color: #d7d7d7;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 0;
}
.block-title span {
    background-color: #ffffff;
    padding-right: 10px;
    position: relative;
}
.size-area{
    width: calc(60% - 26px);
    padding-right: 26px;
    float: left;
    margin-bottom: 15px;
}

.size-area select, .quantidade-area select {
    border: 1px solid #c8c8c8;
    display: inline-block;
    margin-left: 1px;
    padding: 5px;
    min-width: 145px;
}
.colors-area{
    width: 40%;
    float: left;
    margin-bottom: 15px;
}
.quantidade-area{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.link-cor{
    float: left; 
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: relative;
    border: 1px solid #e2e2e2;
    margin-right: 10px;
}
.link-cor span{
    width: 18px;
    height: 18px;
    border-radius: 10px;
    position: absolute;
    border: 1px solid;
    top: 5px;
    left: 5px;    
    content: "";
}
.link-cor.checked{

}
.link-cor input[type=radio]{
    opacity: 0;
}
.link-cor.checked:after{
    background: transparent url(../img/visto.png) center center no-repeat;
    width: 13px;
    height: 10px;
    content: "";
    position: absolute;    
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
}
.color-name{
    color: #b4b4b4;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 7px;
}

.ask_popup_open{
    float: left;
}
.ask_popup_open .image{
    float: left;
    width: auto;
}
.ask_popup_open .text{
    color: #8c8c8c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 11px;
    font-style: normal;
    text-decoration: none;
    float: left;
    margin-left: 5px;
    margin-top: 4px;
}
.ask_popup_open:hover .text{
    color: #6aacb0;
}
.ask_popup_open:hover .image i{
    background-position: -242px -185px;
}

.addToWishlist{
    color: #87dadf;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-decoration: none;
    padding-left: 25px;
    height: 16px;
    line-height: 16px;
    background: transparent url(../img/heart2.png) left center no-repeat;
    margin-top: 15px;
}
.addToWishlist .text{
    float: left;    
}
.addToWishlist:hover .text{
    text-decoration: underline;    
}
.txtCaslon{
    color: #a0a0a0;
    font-family: "ACaslonPro-Italic";
    font-size: 11px;
    text-align: center;
}    

.line-sep{
    margin: 30px 0 20px 0;
    display: block;
    border-top: 1px solid #ececec;

}

#product-detail .information ul.tabs{
    border-bottom: 3px solid #ececec;    
}
#product-detail .information ul.tabs li a.active{
    border-top: 0px;
    position: relative;
}
#product-detail .information ul.tabs li a{
    border-bottom: 0px;
}
#product-detail .information ul.tabs li a.active:after{
    position: absolute;
    bottom: -7px;
    left: 0;
    content: "";
    height: 3px;
    background-color: #87dadf;
    width: 100%;
}

#bundles .addToWishlist{
    padding: 0px;
    background: none;    
}

#products-list .addToWishlist{
    padding: 0px;
    background: none;    
}

#top-cart-dropdown-mobile ul.dropdown-panel li.cart-status, #top-cart-dropdown ul.dropdown-panel li.cart-status{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.header-desktop{
    display: none;    
}

.header-mobile{
    display: block;
}
@media screen and (min-width: 1024px){
    .header-desktop{
        display: block;
    }

    .header-mobile{
        display: none;
    }

    #menu-bar-mobile{
        display: none !important;
    }
}


#search-bar-mob{
    position: relative;
    top: 0;
}

#menu-bar-mobile{
    position: absolute;
    top: 76px;
}

#menu-bar-mobile ul.menu > li > a{
    color: #232929;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
#menu-bar-mobile ul.menu > li > a:hover{
    padding-bottom: 15px;
}
#menu-bar-mobile ul.menu > li:hover a, #menu-bar-mobile ul.menu > li a:hover{
    /*padding-bottom: 0px;*/
}

#menu-bar-mobile .submenu a{
    background: transparent;
}
#menu-bar-mobile .submenu > li:hover a{
    padding-bottom: 0px;
}
#menu-bar-mobile ul.menu > li:hover >a{
    padding-bottom: 15px;
}

#menu-bar-mobile ul.menu > li:hover .submenu li > a{
    padding-bottom: 0px !important;
}
#menu-bar-mobile .menu > li .submenu{
    display: none;
}
#menu-bar-mobile .menu > li.opened .submenu{
    display: block;
}
#menu-bar-mobile .menu > li > a{
    position: relative;
}
#menu-bar-mobile .menu > li > a:after{
    position: absolute;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    content: "";
    height: 2px;
    width: 12px;
    background-color: #aaaaaa;
}
#menu-bar-mobile .menu > li > a:before{
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 25px;
    content: "";
    height: 12px;
    width: 2px;
    background-color: #aaaaaa;
}
#menu-bar-mobile .menu > li.opened > a:before{
    display: none;
}

#menu-bar-mobile .menu > li{
    border-bottom: 1px solid #dcdcdc;
}
#products-filter{
    display: none;
}
.filtros-area{
    display: block;
}



@media screen and (max-width: 1023px){
    .main-banners{
        margin-bottom: 20px;
    }
    .main-banner-content .pre-title{
        font-size: 13px;
    }
    .main-banner-content .title{
        font-size: 16px;
        margin: 0;
    }
    .banner-wrapper .container .main-banner-content,.banner-wrapper .container .main-banner-content.bottom, .banner-wrapper .container .main-banner-content.top, .banner-wrapper .container .main-banner-content.middle{
        top: auto;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    .banner-btn{
        width: auto;
        border: none;
    }

    .home-column{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .square-big{
        padding-right: 5px;
        padding-bottom: 10px;
    }
    .square-small{
        padding-left: 5px;
        padding-bottom: 10px;
    }
    .home-column-line:nth-child(2n) .square-big{
        padding-left: 5px;
    }
    .home-column-line:nth-child(2n) .column-small-sq{
        padding-right: 5px;
    }
    .home-column:nth-child(2n){
        padding: 0 20px;
    }
    .square-big, .square-small, .square-large{
        padding-bottom: 10px;
    }
    .line-small-sq .square-small{
        padding-right: 5px;
    }
    .insta-title{
        font-size: 15px;
    }
    .insta-intro{
        padding: 0 20px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .footer-link{        
    }
    .footer-top .cols2, .footer-top .cols3{
        padding: 10px 20px;
        box-sizing: border-box;
        width: 100%;
    }
    .newsletter .btn-nl{
        width: 75px;
    }
    .second-line{
        padding: 10px 20px;
        box-sizing: border-box;
        width: 100%;
    }

    #products-filter{
        display: block;
    }
    .filtros-area{
        display: none;
    }
    .produtos-area{
        width: 100%;
    }
    .type-of-view{
        display: none;
    }
    #products-filter #other-filters .pull-right-wrapper{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .detail-galery-area{
        width: 100%;
    }
    .detail-info-area{
        width: 100%;
    }
    #product-detail .question{
        font-size: 13px;
        font-weight: 300 !important;
        width: 100%;
    }
    div.checkboxWrapper, div.radioWrapper{
        margin: 0;        
    }
    #product-detail .customization .left{
        width: 100%;
        text-indent: 0;
    }
    #product-detail .title .price{
        padding: 0;
    }

    .addToWishlist{
        margin-bottom: 15px;
    }

    .askPopUp{margin: 15px 0;}
    #product-detail .information ul.tabs{
        border-bottom: 0px;
    }
    .bx-wrapper .bx-pager{
        top: auto;
        bottom: -50px;
        width: 100%;
        padding: 0;
        height: 50px;
    }

    .bx-wrapper .bx-pager img{
        max-width: 50px;
        height: auto;
    }
    .bx-wrapper .bx-pager .bx-pager-item{
        margin-right: 15px;
    }
    .bx-wrapper .bx-pager .bx-pager-item:last-child{
        margin-right: 0px;
    }
    .ask_popup_open{
        margin-left: 20px;
        margin-right: 20px;
    }
    .product-nav{
        margin-bottom: 0px;
    }
    .line-sep{
        display: none;
    }
    #product-detail .title .description h1 {
        line-height: 25px;
    }
}

.footer-middle {
    text-align:center;
}
.footer-middle img{
    width: 90%;
    max-width: 500px;
    padding:10px 0;
}

#menu-bar-mobile{
    z-index: 5;
}

.the-logo-link{
    z-index: 10;
}
