/***********

FONTES

**************/

@font-face {
    font-family: 'josefin_sansbold';
    src: url('../fonts/josefinsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin_sansregular';
    src: url('../fonts/josefinsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin_sanssemibold';
    src: url('../fonts/josefinsans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/********************

 atributos gerais

 *********************/

*{
    margin: 0;
    padding: 0;
    outline:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* Firefox */
    -moz-transition: all 0.4s ease;
    /* WebKit */
    -webkit-transition: all 0.4s ease;
    /* Opera */
    -o-transition: all 0.4s ease;
    /* Standard */
    transition: all 0.4s ease;

    font-family: 'josefin_sansregular';
    font-size: 14px ;
    color: #666666;
}

body{
    font-family: 'josefin_sansregular';
    font-size: 14px ;
    color: #666666;
    background: #ffffff;
    float: left;
    width: 100%;
}

input, textarea, form, label{
    font-family: 'josefin_sansregular';
    font-size: 14px ;
    color: #666666;
}

ol, ul{
    list-style: none;
}

a{
    color: #666666;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

img{
    border: none;
}
.wrapper{
    width: 1100px;
    margin: 0 auto;
}
section, footer{
    float: left;
    width: 100%;
}
.pad{
    float: left;
    width: 100%;
    padding: 0 30px;
}
header{
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    left: 0;
}
.margin-top{
    margin-top: 160px;

    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.scrolled.margin-top{
    margin-top: 100px;
}
.shop .scrolled.margin-top{
    margin-top: 60px;
}
ul.social-fixed{
    position: fixed;
    top: 182px;
    right: 0;
    width: 54px;
    z-index: 99;
}
ul.social-fixed li{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
ul.social-fixed li a{
    background: url(../images/bg-facebook.png) no-repeat;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 100%;
    float: left;
    height: 41px;
}
ul.social-fixed li:nth-child(2) a{
    background: url(../images/bg-twitter.png) no-repeat;
}
ul.social-fixed li:nth-child(3) a{
    background: url(../images/bg-instagram.png) no-repeat;
}
ul.social-fixed li:nth-child(4) a{
    background: url(../images/bg-wp.png) no-repeat;
}
ul.social-fixed li a i{
    width: 40px;
    float: right;
    text-align: center;
    color: #fff;
    line-height: 41px;
    height: 41px;
}

.cover-all{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background: rgba(0,0,0,0.75);
    visibility: hidden;
    opacity: 0;
}
.cover-all.show{
    visibility: visible;
    opacity: 1;
}
.cover-all .banner-pop,
.cover-all .frete-info,
.cover-all .formas-pgto,
.cover-all .frete-cart{
    width: 400px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    border:2px solid #ebebeb;
}
.cover-all .banner-pop{
    width: 490px;
    padding: 30px;
    background: #0099ff;
    border:0;
    overflow: hidden;
    position: relative;
}
.cover-all .banner-pop strong{
    float: right;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 30px;
    font-weight: normal;
}
.cover-all .banner-pop strong b{
    font-weight: normal;
    font-size: 42px;
    color: #fff;
    font-family: 'josefin_sansbold';
}
.cover-all .banner-pop form{
    float: left;
    width: 100%;
    margin-top: 35px;
}
.cover-all .banner-pop form input{
    float: left;
    width: 48%;
    background: #fff;
    border:0;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.cover-all .banner-pop form input:nth-child(2){
    float: right;
}
.cover-all .banner-pop form button{
    background: #003b57;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    float: left;
    width: 270px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    border:0;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    margin: 20px 80px 0;
    cursor: pointer;
}
.cover-all .banner-pop form button:hover{
    background: #002334;
}


.cover-all .banner-pop > i{
    float: left;
    margin-top: -45px;
    left: 0px;
    font-size: 160px;
    color: #fff;
    opacity: 0.2;
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    position: absolute;
}
.cover-all .formas-pgto{
    width: 600px;
}
.cover-all .aviseme,
.cover-all .login{
    width: 360px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    top: 100px;
    border:2px solid #666;
    opacity: 0;
    visibility: hidden;
}
.cover-all .aviseme.visible,
.cover-all .banner-pop.visible,
.cover-all .frete-info.visible,
.cover-all .formas-pgto.visible,
.cover-all .frete-cart.visible,
.cover-all .login.visible{
    visibility: visible;
    opacity: 1;
}
.cover-all .aviseme > strong,
.cover-all .frete-info > strong,
.cover-all .formas-pgto > strong,
.cover-all .login > strong{
    width: 100%;
    float: left;
    height: 60px;
    font-size: 14px;
    background: #ebebeb;
    line-height: 20px;
    padding: 20px;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    text-align: left;
    position: relative;
}
.cover-all .formas-pgto{
    border-color: #fd9f17;
}
.cover-all .aviseme strong i,
.cover-all .frete-info > strong i,
.cover-all .formas-pgto > strong i,
.cover-all .login strong i{
    color: #afafaf;
    height: 40px;
    float: left;
    margin: -10px 10px -10px 0;
    font-size: 36px;
}
.cover-all .formas-pgto > strong{
    background: rgba(253, 159,23,0.1);
}
.cover-all .formas-pgto .close i,
.cover-all .formas-pgto > strong i{
    color: #fd9f17;
}
.cover-all .formas-pgto .tabs{
    width: calc(100% - 40px);
    margin: 20px;
}


.cover-all .aviseme .close,
.cover-all .banner-pop .close,
.cover-all .frete-info .close,
.cover-all .formas-pgto .close,
.cover-all .frete-cart .close,
.cover-all .login .close{
    position: absolute;
    right: -2px;
    top: -4px;
    font-size: 18px;
    width: 18px;
    height: 15px;
    line-height: 15px;
    color: #666;
    opacity: 0.5;
    z-index: 99;
    cursor: pointer;
}
.cover-all .banner-pop .close{
    opacity: 1;
    top: -1px;
    right: 0;
}
.cover-all .banner-pop .close i{
    color: #fff;    
}
.cover-all .frete-cart .close{
    right: -4px;
}
.cover-all .login.t1 strong{
    text-align: center;
}
.cover-all .frete-info p,
.cover-all .login.t1 ul{
    float: left;
    width: 100%;
    padding:20px;
}
.cover-all .frete-info p a{
    text-decoration: underline;
}
.cover-all .login.t1 ul li{
    margin-top: 10px;
    float: left;
    width: 100%;
}
.cover-all .login.t1 ul li:first-child{
    margin-top: 0;
}
.cover-all .login.t1 ul li a{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #ebebeb;
    position: relative;
    font-size: 14px;
    font-family: 'josefin_sansbold';
}
.cover-all .login.t1 ul li a i{
    font-size: 36px;
    width: 36px;
    text-align: center;
    opacity: 0.2;
    color: #fff;
    position: absolute;
    right: 3px;
    top: 0;
    height: 40px;
    line-height: 40px;
}
.cover-all .login.t1 ul li:nth-child(1) a{
    background: #54b714;
}
.cover-all .login.t1 ul li:nth-child(2) a{
    background: #3b5998;
}
.cover-all .login.t1 ul li:nth-child(3) a,
.cover-all .login.t1 ul li:nth-child(3) a i{
    color: #dd4b39;
}
.cover-all .login.t1 ul li:nth-child(4) a,
.cover-all .login.t1 ul li:nth-child(4) a i{
    color: #666;
}
.cover-all .aviseme form,
.cover-all .login form{
    float: left;
    width: 100%;
    padding: 15px 20px 0;
}
.cover-all .aviseme form label,
.cover-all .aviseme form label span,
.cover-all .aviseme form label input,
.cover-all .aviseme form div,
.cover-all .login form label,
.cover-all .login form label span,
.cover-all .login form label input,
.cover-all .login form div{
    float: left;
    width: 100%;
}
form label{
    margin-bottom: 10px;
}
form label span{
    line-height: 20px;
    float: left;
    width: 100%;
}
article.form-atendimento form select,
form label textarea,
form label input{
    float: left;
    width: 100%;
    border-radius: 3px;
    height: 40px;
    border:1px solid #ebebeb;
    padding: 0 10px;
    margin-top:5px;
}
.cover-all .login.t3 form label span{
    line-height: 16px;
}
.cover-all .login.t3 form label span strong{
    font-weight: normal;
    font-family: 'josefin_sansbold';
}
.cover-all .login form .btns-log a{
    float: left;
    font-size: 12px;
    text-decoration: underline;
    font-style: italic;
}
.cover-all .login form .btns-log a:last-child{
    float: right;
}
.cover-all .aviseme form .btns-down,
.cover-all .login form .btns-down{
    background: #ebebeb;
    padding:15px 20px;
    height: 70px;
    width: calc(100% + 40px);
    float: left;
    margin:15px -20px 0;
}
.cover-all .aviseme form .btns-down a,
.cover-all .login form .btns-down a{
    float: left;
    line-height: 40px;
}
.cover-all .aviseme form .btns-down a i,
.cover-all .login form .btns-down a i{
    font-size: 12px;
}
.cover-all .aviseme form .btns-down button,
.cover-all .login form .btns-down button{
    height: 40px;
    line-height: 40px;
    float: right;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #54b714;
    width: 120px;
    border:0;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'josefin_sansbold';
}
.cover-all .aviseme form .btns-down{
    background: transparent;
    padding: 0 20px;
    height: 55px;
    margin-top: 0px;
}
.cover-all .aviseme form .btns-down button{
    background: #cc2229;
}
.cover-all .aviseme form .btns-down button:hover{
    background: #a4151b;
}
.cover-all .aviseme{
    border-color:  #cc2229;
}
.cover-all .aviseme .close i,
.cover-all .aviseme strong,
.cover-all .aviseme strong i{
    color: #cc2229;
}
.cover-all .aviseme strong{
    background: rgba(204,34,41,0.1);
}




.container-header{
    height: 120px;
    background: #fff;
    position: fixed;
    z-index: 9;
    left: 0;

    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;

}
.container-header h1{
    float: left;
    margin: 20px 0;
}  
.container-header h1 img{
    height: 80px;
    /* Firefox */
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
 
.container-header .pad{
    position: relative;
}


.container-header .menu-icon{
    position: absolute;

    cursor: pointer;
    width: 120px;
    float: left;
    text-align: center;
    color: #666;
    font-size: 18px;
    line-height: 30px; 
    top: 45px;
    left: 180px;
    border-left: 1px solid rgba(111,134,75,0.2);
    border-right: 1px solid rgba(111,134,75,0.2);
    opacity: 0;
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.fixed .container-header .menu-icon{
    top: 17px;
}
.container-header .menu-icon i{
    font-size:25px ;
    color: #6f864b;
    float: left;
    width: 22px;
    margin-left: 20px;
    line-height: 30px;
}
.fixed .container-header .menu-icon.active span,
.fixed .container-header .menu-icon.active i{
    color: #394621;
}

.container-header .menu-icon span{
    float: right;
    line-height: 30px;
    font-size: 14px;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'josefin_sansbold';
}
.fixed .container-header{
    height: 60px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
.fixed .container-header h1 img{
    height: 50px;
}
.fixed .container-header h1{
    margin: 5px 0;
}
.fixed .container-header .menu-icon{
    opacity: 1;
}
.fixed .container-header .mioloTop{
    width: 490px;
    margin-left: 20px;
    margin-top: 7px;
}
.fixed .container-header .mioloTop form{
    margin-top:0px;
}
.fixed .container-header .mioloTop .links{
    display: none;
}
.fixed .container-menu{
    z-index: 8;
}
.fixed .container-header .user{
    margin-top: 0;
}
.fixed .container-header .shop{
    margin-left: 30px;
    margin-top: 0;
}
.fixed .container-menu.closed{
    top: 20px;


    /* Firefox */
    -moz-transition: all 0.4s ease;
    /* WebKit */
    -webkit-transition: all 0.4s ease;
    /* Opera */
    -o-transition: all 0.4s ease;
    /* Standard */
    transition: all 0.4s ease;
}
.fixed .container-menu.opened{
    top: 60px;
}
.container-header .mioloTop{
    width: 550px;
    float: right;
    margin: 20px 35px 0;
    position: relative;
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.container-header .mioloTop .links{
    position: absolute;
    top: 0;
    width: 550px;
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.container-header .mioloTop .links a{
    float: left;
    font-size: 16px;
    display:    block;
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.container-header .mioloTop .links a:first-child{
    margin-left: 5px;
}
.container-header .mioloTop .links a:nth-child(3){
    float: right;
    margin-right: 5px;
}
.container-header .mioloTop .links a:nth-child(2){
    margin: 0 32px;
}
.container-header .mioloTop .links a:nth-child(3) i{
    color: #34af23;    
}
.container-header .mioloTop .links a i{
    color: #cc2229;
}
.container-header .mioloTop form{
    float: left;
    width: 100%;
    margin-top: 35px;
    position: relative;
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.container-header .mioloTop form input{
    float: left;
    width: 100%;
    padding: 0 20px;
    height: 45px;
    border-radius: 5px;
    border:1px solid #ebebeb;

    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.container-header .mioloTop form button{
    position: absolute;
    width: 100px;
    height: 35px;
    background: #394621;
    border-radius: 5px;
    right: 5px;
    top: 5px;
    border:0;
    cursor: pointer;
    line-height: 35px;

    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.container-header .mioloTop form button i{
    color: #fff;
    font-size: 14px;
    float: left;
    height: 35px;
    line-height: 32px;
    margin-left: 12px;
}
.container-header .mioloTop form button span{
    float: left;
    height: 35px;
    color: #fff;
    line-height: 35px;
    font-size: 18px;
    margin-left: 10px;
}
.container-header .mioloTop form button:hover{
    background: #6f864b;
}
.container-header .shop{
    float: right;
    line-height: 60px;
    margin-left: 45px;
    margin-top: 30px;
    position: relative;
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.container-header .shop i{
    color: #394621;
    font-size: 25px;
}

.container-header .shop .items{
    position: absolute;
    right: -7px;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    top: 5px;
    width: 18px;
    height: 18px;
    background: #54b714;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
}

.container-header .shop .mini-shop-cart{
    position: absolute;
    top: 50px;
    padding: 20px;
    border:2px solid #394621;
    background: #fff;
    width:360px;
    right: 0;
    z-index: 1; top: 200%; visibility: hidden; opacity: 0; 
     transition: opacity .2s ease 0s, top .2s ease 0s, height 0s linear .2s, visibility 0s linear .2s;
}
.container-header .shop.active .mini-shop-cart,
.container-header .shop:hover .mini-shop-cart{ 
    z-index: 2; 
    top: calc(100% - 2px); 
    visibility: visible; 
    opacity: 1; 
    overflow: visible; 
    transition: opacity .5s ease 0s, top .5s ease 0s, height 0s linear 0s, visibility 0s linear 0s;
}
.container-header .shop .mini-shop-cart:after{
    position: absolute;
    top: -7px;
    right: 0px;
    border:2px solid #394621;
    background: #fff;
    width: 10px;
    height: 10px;
    border-right: 0;
    border-bottom: 0;
    content: '';
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container-header .shop .mini-shop-cart ul,
.container-header .shop .mini-shop-cart ul li{
    float: left;
    width: 100%;
    position: relative;
}
.container-header .shop .mini-shop-cart ul li:first-child{
    margin-top: 0;
}
.container-header .shop .mini-shop-cart ul li{
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #f5f5f5;
}
.container-header .shop .mini-shop-cart ul li img{
    float: left;
    width: 50px;
    border:1px solid #f5f5f5;
}
.container-header .shop .mini-shop-cart ul li .desc{
    float: left;
    margin-left: 10px;
    width: 120px;
    margin-top: 2.5px;
}
.container-header .shop .mini-shop-cart ul li .desc strong,
.container-header .shop .mini-shop-cart ul li .desc span{
    float: left;
    width: 100%;
    line-height: 15px;
}
.container-header .shop .mini-shop-cart ul li .desc strong{
    font-weight: normal;
    text-transform: none;
    font-family: 'josefin_sanssemibold';
}
.container-header .shop .mini-shop-cart ul li .value{
    float: right;
    width: 90px;
    font-size: 16px;
    line-height: 50px;
    color: #394621;
    text-align: right;
    font-family: 'josefin_sansbold';
    font-weight: normal;

}

.container-header .shop .mini-shop-cart ul li .remove{
    float: right;
    width: 0px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin-left: 0px;
    visibility: hidden;
    opacity: 0;
}
.container-header .shop .mini-shop-cart ul li:hover .remove{
    visibility: visible;
    width: 20px;
    margin-left: 10px;
    opacity: 1;
}
.container-header .shop .mini-shop-cart ul li .remove i{
    font-size: 14px;height: 50px;
    line-height: 50px;
    color: #ababab;
    position: absolute;
}

.container-header .shop .mini-shop-cart > strong{
    float: left;
    width: 100%;
    font-weight: normal;
    font-family: 'josefin_sansbold';
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    color: #394621;
}
.container-header .shop .mini-shop-cart strong span{
    font-size: 18px;
    float: right;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    color: #394621;
}
.button-shop{
    float: left;
    width: 100%;
    border-radius: 5px;
    background: #54b714;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}
.button-shop:hover{
    background: #489913;
}




.container-header .user{
    margin-top: 30px;
    float: right;
    line-height: 60px;
    position: relative;
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;

}
.container-header .user i{
    color: #6f864b;
    font-size: 25px;
    line-height: 60px;
    float: left;
}
.container-header .user i.fa-angle-down{
    font-size: 14px;
    line-height: 60px;
    float: left;
    margin-left: 5px;
}
.container-header .user > span span,
.container-header .user > a span{
    float: left;
    font-family: 'josefin_sanssemibold';
    margin-left: 10px;
}
.container-header .user .mini-menu-user{
    position: absolute;
    top: 50px;
    padding: 20px;
    padding-bottom: 0;
    border:2px solid #6f864b;
    background: #fff;
    width:205px;
    left: 0;
    z-index: 1; top: 200%; visibility: hidden; opacity: 0; 
     transition: opacity .2s ease 0s, top .2s ease 0s, height 0s linear .2s, visibility 0s linear .2s;
}
.container-header .user:hover .mini-menu-user{ 
    z-index: 2; 
    top: calc(100% - 2px); 
    visibility: visible; 
    opacity: 1; 
    overflow: visible; 
    transition: opacity .5s ease 0s, top .5s ease 0s, height 0s linear 0s, visibility 0s linear 0s;
}
.container-header .user .mini-menu-user:after{
    position: absolute;
    top: -7px;
    left: 25px;
    border:2px solid #6f864b;
    background: #fff;
    width: 10px;
    height: 10px;
    border-right: 0;
    border-bottom: 0;
    content: '';
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container-header .user .mini-menu-user ul{
    float: left;
    width: 100%;
}
.container-header .user .mini-menu-user ul li{
    float: left;
    width: 75px;
    margin-bottom: 20px;
}
.container-header .user .mini-menu-user ul li:nth-child(even){
    margin-left: 10px;
}
.container-header .user .mini-menu-user ul li a{
    float: left;
    width: 100%;
    text-align: center;
}
.container-header .user .mini-menu-user ul li a i{
    color: #6f864b;
    font-size: 26px;
    float: left;
    width: 100%;
    line-height: 18px;
    text-align: center;
}
.container-header .user .mini-menu-user ul li a span{
    line-height: 16px;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}





.container-menu{
    position: fixed;
    top: 120px;
    -moz-transition: all 0.5s ease;
    /* WebKit */
    -webkit-transition: all 0.5s ease;
    /* Opera */
    -o-transition: all 0.5s ease;
    /* Standard */
    transition: all 0.5s ease;
}
.container-menu .lft{
    width: calc(50% - 550px);
    height: 40px;
    background: #cc2229;
    float: left;    
}
.container-menu{
    height: 40px;
    background: #fd9f17; 
}
.container-menu .rgt{
    width: calc(50% - 550px);
    height: 40px;
    background: #fd9f17;
    float: right;    
}
.container-menu nav,
.container-menu nav ul{
    float: left;
    width: 100%;
    text-align: center;
}
.container-menu nav > ul > li{
    float: left;
    position: relative;
}
.container-menu nav > ul > li > a{
    padding: 0 17px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    background: #333;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    font-family: 'josefin_sanssemibold';
}


.container-menu nav > ul > li.marcas > a{
    background: #cc2229;
}
.container-menu nav > ul > li.marcas .sub:after,
.container-menu nav > ul > li.marcas .sub{
    border-color: #cc2229;
}
.container-menu nav > ul > li.marcas .sub .col ul li.title a,
.container-menu nav > ul > li.marcas .sub .col2 strong{
    color: #cc2229;
}

.container-menu nav > ul > li.saude > a{
    background: #6f864b;
}
.container-menu nav > ul > li.saude .sub .col ul li.title a,
.container-menu nav > ul > li.saude .sub .col2 strong{
    color: #6f864b;
}
.container-menu nav > ul > li.saude .sub:after,
.container-menu nav > ul > li.saude .sub{
    border-color: #6f864b;
}

.container-menu nav > ul > li.cabelos > a{
    background: #54b714;
}
.container-menu nav > ul > li.cabelos .sub .col ul li.title a,
.container-menu nav > ul > li.cabelos .sub .col2 strong{
    color: #54b714;
}
.container-menu nav > ul > li.cabelos .sub:after,
.container-menu nav > ul > li.cabelos .sub{
    border-color: #54b714;
}

.container-menu nav > ul > li.rosto > a{
    background: #93c758;
}
.container-menu nav > ul > li.rosto .sub .col ul li.title a,
.container-menu nav > ul > li.rosto .sub .col2 strong{
    color: #93c758;
}
.container-menu nav > ul > li.rosto .sub:after,
.container-menu nav > ul > li.rosto .sub{
    border-color: #93c758;
}

.container-menu nav > ul > li.corpo > a{
    background: #0099ff;
}
.container-menu nav > ul > li.corpo .sub .col ul li.title a,
.container-menu nav > ul > li.corpo .sub .col2 strong{
    color: #0099ff;
}
.container-menu nav > ul > li.corpo .sub:after,
.container-menu nav > ul > li.corpo .sub{
    border-color: #0099ff;
}

.container-menu nav > ul > li.maos > a{
    background: #0e6d98;
}
.container-menu nav > ul > li.maos .sub .col ul li.title a,
.container-menu nav > ul > li.maos .sub .col2 strong{
    color: #0e6d98;
}
.container-menu nav > ul > li.maos .sub:after,
.container-menu nav > ul > li.maos .sub{
    border-color: #0e6d98;
}

.container-menu nav > ul > li.organicos > a{
    background: #003b57;
}
.container-menu nav > ul > li.organicos .sub .col ul li.title a,
.container-menu nav > ul > li.organicos .sub .col2 strong{
    color: #003b57;
}
.container-menu nav > ul > li.organicos .sub:after,
.container-menu nav > ul > li.organicos .sub{
    border-color: #003b57;
}

.container-menu nav > ul > li.materias-primas > a{
    background: #144859;
}
.container-menu nav > ul > li.materias-primas .sub .col ul li.title a,
.container-menu nav > ul > li.materias-primas .sub .col2 strong{
    color: #144859;
}
.container-menu nav > ul > li.materias-primas .sub:after,
.container-menu nav > ul > li.materias-primas .sub{
    border-color: #144859;
}

.container-menu nav > ul > li.casa > a{
    background: #666666;
}
.container-menu nav > ul > li.casa .sub .col ul li.title a,
.container-menu nav > ul > li.casa .sub .col2 strong{
    color: #666;
}
.container-menu nav > ul > li.casa .sub:after,
.container-menu nav > ul > li.casa .sub{
    border-color: #666;
}

.container-menu nav > ul > li.veganos > a{
    background: #93c758;
}
.container-menu nav > ul > li.veganos .sub .col ul li.title a,
.container-menu nav > ul > li.veganos .sub .col2 strong{
    color: #93c758;
}
.container-menu nav > ul > li.veganos .sub:after,
.container-menu nav > ul > li.veganos .sub{
    border-color: #93c758;
}

.container-menu nav > ul > li.pet > a{
    background: #63ca20;
}
.container-menu nav > ul > li.pet .sub .col ul li.title a,
.container-menu nav > ul > li.pet .sub .col2 strong{
    color: #63ca20;
}
.container-menu nav > ul > li.pet .sub:after,
.container-menu nav > ul > li.pet .sub{
    border-color: #63ca20;
}

.container-menu nav > ul > li.ofertas > a{
    background: #fd9f17;
}
.container-menu nav > ul > li.ofertas .sub .col ul li.title a,
.container-menu nav > ul > li.ofertas .sub .col2 strong{
    color: #fd9f17;
}
.container-menu nav > ul > li.ofertas .sub:after,
.container-menu nav > ul > li.ofertas .sub{
    border-color: #fd9f17;
}




.container-menu nav > ul > li.materias-primass > a{
    background: #6f864b;
}
.container-menu nav > ul > li.materias-primass .sub .col ul li.title a,
.container-menu nav > ul > li.materias-primass .sub .col2 strong{
    color: #6f864b;
}
.container-menu nav > ul > li.materias-primass .sub:after,
.container-menu nav > ul > li.materias-primass .sub{
    border-color: #6f864b;
}






.container-menu nav ul li .sub{
    position: absolute;
    top: 50px;
    padding: 20px;
    border:2px solid #666;
    background: #fff;
    width: 644px;
    left: 0;

     z-index: 1; top: 200%; visibility: hidden; opacity: 0; 
     transition: opacity .2s ease 0s, top .2s ease 0s, height 0s linear .2s, visibility 0s linear .2s;
}

.container-menu nav ul li.maos .sub{
    left: -150px;
}
.container-menu nav ul li.maos .sub:after{
    left: 180px;
}


.container-menu nav ul li.organicos .sub{
    left: -180px;
}
.container-menu nav ul li.organicos .sub:after{
    left: 210px;
}


.container-menu nav ul li.materias-primas .sub{
    left: -210px;
}
.container-menu nav ul li.materias-primas .sub:after{
    left: 240px;
}


.container-menu nav ul li.veganos .sub{
    left: auto;
    right: 0;
}
.container-menu nav ul li.veganos .sub:after{
    left: auto;
    right: 30px;
}
.container-menu nav ul li.pet .sub{
    left: auto;
    right: 0;
}
.container-menu nav ul li.pet .sub:after{
    left: auto;
    right: 30px;
}
.container-menu nav ul li.ofertas .sub{
    left: auto;
    right: 0;
}
.container-menu nav ul li.ofertas .sub:after{
    left: auto;
    right: 30px;
}

.container-menu nav ul li.materias-primass .sub{
    left: auto;
    right: 0;
}
.container-menu nav ul li.materias-primass .sub:after{
    left: auto;
    right: 30px;
}



.container-menu nav ul li.casa .sub{
   
    left: auto;
    right: 0;
}
.container-menu nav ul li.casa .sub:after{
    
    left: auto;
    right: 30px;
}

.container-menu nav ul li:hover .sub{ 
    z-index: 2; 
    top: calc(100% - 2px); 
    visibility: visible; 
    opacity: 1; 
    overflow: visible; 
    transition: opacity .5s ease 0s, top .5s ease 0s, height 0s linear 0s, visibility 0s linear 0s;
}



.container-menu nav ul li .sub:after{
    position: absolute;
    top: -7px;
    left: 30px;
    border:2px solid #666;
    background: #fff;
    width: 10px;
    height: 10px;
    border-right: 0;
    border-bottom: 0;
    content: '';
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container-menu nav ul li .sub .col{
    width: 160px;
    float: left;
    margin-left: 20px;
}
.container-menu nav ul li .sub .col:first-child{
    margin-left: 0;
}
.container-menu nav ul li .sub .col ul,
.container-menu nav ul li .sub .col ul li,
.container-menu nav ul li .sub .col ul li a{
    float: left;
    width: 100%;
    text-align: left;
    line-height: 22px;
}
.container-menu nav ul li .sub .col ul li a{
    font-size: 14px;
    color: #666;
}
.container-menu nav ul li .sub .col ul li.title a{
    text-transform: uppercase;
    color: #222;
    font-family: 'josefin_sansbold';
}
.container-menu nav ul li .sub .col ul{
    margin-top: 10px;
}
.container-menu nav ul li .sub .col ul:first-child{
    margin-top: 0;
}

.container-menu nav ul li .sub .col2{
    width: 240px;
    float: left;
    position: relative;
    margin-left: 20px;
}
.container-menu nav ul li .sub .col2 figure{
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 50px;
    left: 0;
    width: 100%;
    right: 0;
}
.container-menu nav ul li .sub .col2 figure img{
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.container-menu nav ul li .sub .col2 .tx{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
}
.container-menu nav ul li .sub .col2 strong{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    font-family: 'josefin_sansbold';
    color: #222;
    line-height: 24px;
    text-align: center;
}
.container-menu nav ul li .sub .col2 span{
    float: left;
    width: 100%;
    line-height: 18px;
    font-style: italic;
}














.container-banner{
    height: 300px;
    background: #effbe1;
}

.container-news{
    background: #003b57;
    height: 75px;
    overflow: hidden;
}
.container-news .pad{
    position: relative;
}
.container-news i{
    float: left;
    margin-top: -15px;
    left: 0px;
    font-size: 110px;
    color: #fff;
    opacity: 0.1;
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    position: absolute;

}
.container-news span{
    float: left;
    color: #fff;
    line-height: 75px;
    font-size: 22px;
}
.container-news span strong{
    font-family: 'josefin_sansbold';
    font-weight: normal;
    font-size: 22px;
    color: #fff;
}
.container-news form{
    float: right;
    height: 35px;
    margin: 20px 0;
}
.container-news form input{
    height: 35px;
    width: 200px;
    background: #99b1bc;
    line-height: 35px;
    padding: 0 10px;
    border:0;
    border-radius: 5px;
    float: left;
    margin: 0 10px;
    color: #000;
    font-size: 16px;
}
.container-news form button{
    float: right;
    width: 180px;
    background: #e6ecef;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #003b57;
    font-size: 16px;
    font-family: 'josefin_sansbold';
    text-transform: uppercase;
    border:0;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}
.container-news form button:hover{
    background: #fff;
}
.container-miolo{
    background: #ebebeb;
    padding-bottom: 30px;
}


.container-miolo .banners-destaque-top{
    margin-top: 5px;
}
.container-miolo .banners-destaque-top li:first-child{
    margin-left: 0;
}
.container-miolo .banners-destaque-top li{
    width: 200px;
    float: left;
    height: 90px;
    margin-left: 25px;
    color: #003b57;
    text-align: center;
}
.container-miolo .banners-destaque-top li i{
    font-size: 28px;
    line-height: 30px;
    float: left;
    width: 100%;
    text-align: center;
    color: #003b57;
    margin-top: 5px;
}
.container-miolo .banners-destaque-top li strong{
    font-size: 16px;
    font-family: 'josefin_sansbold';
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;
    color:#003b57; 
    font-weight: normal;
    margin-top: 10px;
}
.container-miolo .banners-destaque-top li span{
    font-size: 14px;
    line-height: 16px;
    color:#003b57; 
    float: left;
    width: 100%;
    text-align: center;

}
.container-miolo .banners-destaque-top li:nth-child(3) span{
    font-size: 11px;
}

.container-miolo .marcas-carrousel{
    float: left;
    height: 90px;
    background: #fff;
    width: 100%;
    margin-top: 7px;
}
.container-miolo .marcas-carrousel .cliente{
    text-align: center;
    width: 100%;
    float: left;
    height: 70px;
    margin: 10px 0;
}
.container-miolo .marcas-carrousel .pad{
    padding: 0 50px;
}
.container-miolo .vitrine .pad:nth-child(2){
    padding: 0 75px;
}
.container-miolo .vitrine{
    padding: 30px 0;
    background:#fff;
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}
.container-miolo .vitrine h2{
    color: #666;
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: normal;
    font-family: 'josefin_sansbold';
}
.container-miolo .vitrine h2 i{
    font-size: 24px;
    color: #333;
}


/*CORES VITRINES*/

.container-miolo.marcas article.list-prods .filter-ico i,
.container-miolo article.list-marcas .pad h2 i,
.container-miolo.marcas article.list-prods .pad h2 i, 
.container-miolo.marcas aside.filter .pad > h2 i, 
.container-miolo.marcas aside.filter .pad > strong i,
.container-miolo .marcas.vitrine h2 i{
    color: #cc2229;
}
.marcas .owl-vitrine.owl-theme .owl-controls .owl-buttons div{
    background: #cc2229;
}

.container-miolo.saude article.list-prods .filter-ico i,
.container-miolo.saude article.list-prods .pad h2 i, 
.container-miolo.saude aside.filter .pad > h2 i, 
.container-miolo.saude aside.filter .pad > strong i,
.container-miolo .saude.vitrine h2 i{
    color: #6f864b;
}
.saude .owl-vitrine.owl-theme .owl-controls .owl-buttons div{
    background: #6f864b;
}

.container-miolo.cabelos article.list-prods .filter-ico i,
.container-miolo.cabelos article.list-prods .pad h2 i, 
.container-miolo.cabelos aside.filter .pad > h2 i, 
.container-miolo.cabelos aside.filter .pad > strong i,
.container-miolo .cabelos.vitrine h2 i{
    color: #54b714;
}
.cabelos .owl-vitrine.owl-theme .owl-controls .owl-buttons div{
    background: #54b714;
}

.container-miolo.rosto article.list-prods .filter-ico i,
.container-miolo.rosto article.list-prods .pad h2 i, 
.container-miolo.rosto aside.filter .pad > h2 i, 
.container-miolo.rosto aside.filter .pad > strong i,
.container-miolo .rosto.vitrine h2 i{
    color: #93c758;
}
.rosto .owl-vitrine.owl-theme .owl-controls .owl-buttons div{
    background: #93c758;
}

.container-miolo.corpo article.list-prods .filter-ico i,
.container-miolo.corpo article.list-prods .pad h2 i, 
.container-miolo.corpo aside.filter .pad > h2 i, 
.container-miolo.corpo aside.filter .pad > strong i,
.container-miolo .corpo.vitrine h2 i{
    color: #0099ff;
}
.corpo .owl-vitrine.owl-theme .owl-controls .owl-buttons div{
    background: #0099ff;
}

.container-miolo.maos article.list-prods .filter-ico i,
.container-miolo.maos article.list-prods .pad h2 i, 
.container-miolo.maos aside.filter .pad > h2 i, 
.container-miolo.maos aside.filter .pad > strong i,
.container-miolo .maos.vitrine h2 i{
    color: #0e6d98;
}
.maos .owl-vitrine.owl-theme .owl-controls .owl-buttons div{
    background: #0e6d98;
}

.container-miolo.organicos article.list-prods .filter-ico i,
.container-miolo.organicos article.list-prods .pad h2 i, 
.container-miolo.organicos aside.filter .pad > h2 i, 
.container-miolo.organicos aside.filter .pad > strong i,
.container-miolo .organicos.vitrine h2 i{
    color: #003b57;
}
.organicos .owl-vitrine.owl-theme .owl-controls .owl-buttons div{
    background: #003b57;
}

.container-miolo.materias-primas article.list-prods .filter-ico i,
.container-miolo.materias-primas article.list-prods .pad h2 i, 
.container-miolo.materias-primas aside.filter .pad > h2 i, 
.container-miolo.materias-primas aside.filter .pad > strong i,
.container-miolo .materias-primas.vitrine h2 i{
    color: #144859;
}
.materias-primas .owl-vitrine.owl-theme .owl-controls .owl-buttons div{
    background: #144859;
}


.container-miolo.casa article.list-prods .filter-ico i,
.container-miolo.casa article.list-prods .pad h2 i, 
.container-miolo.casa aside.filter .pad > h2 i, 
.container-miolo.casa aside.filter .pad > strong i,
.container-miolo .casa.vitrine h2 i{
    color: #666666;
}
.casa .owl-vitrine.owl-theme .owl-controls .owl-buttons div{
    background: #666666;
}

.container-miolo.veganos article.list-prods .filter-ico i,
.container-miolo.veganos article.list-prods .pad h2 i, 
.container-miolo.veganos aside.filter .pad > h2 i, 
.container-miolo.veganos aside.filter .pad > strong i,
.container-miolo .veganos.vitrine h2 i{
    color: #93c758;
}
.veganos .owl-vitrine.owl-theme .owl-controls .owl-buttons div{
    background: #93c758;
}

.container-miolo.oferta article.list-prods .filter-ico i,
.container-miolo.oferta article.list-prods .pad h2 i, 
.container-miolo.oferta aside.filter .pad > h2 i, 
.container-miolo.oferta aside.filter .pad > strong i,
.container-miolo .oferta.vitrine h2 i{
    color: #fd9f17;
}
.oferta .owl-vitrine.owl-theme .owl-controls .owl-buttons div{
    background: #fd9f17;
}





.container-miolo.pet article.list-prods .filter-ico i,
.container-miolo.pet article.list-prods .pad h2 i, 
.container-miolo.pet aside.filter .pad > h2 i, 
.container-miolo.pet aside.filter .pad > strong i,
.container-miolo .pet.vitrine h2 i{
    color: #63ca20;
}
.pet .owl-vitrine.owl-theme .owl-controls .owl-buttons div{
    background: #63ca20;
}







.container-miolo .vitrine a.produto{
    border:1px solid #ebebeb;
    border-radius: 5px;
    width: 225px;
    float: none;
    display: inline-block;
    padding: 15px 15px 0;
}
.container-miolo .vitrine .owl-vitrine{
    margin-top:25px;
    float: left;
}
.container-miolo .vitrine .owl-item{
    text-align: center;
}
.container-miolo .vitrine a.produto img{
    float: left;
    max-width: 100%;
}
.container-miolo .vitrine a.produto > strong{
    font-size: 16px;
    font-family: 'josefin_sanssemibold';
    color: #666;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: normal;
    margin-top: 15px;
    line-height: 20px;
}
.container-miolo .vitrine a.produto .star{
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
.container-miolo .vitrine a.produto .star i{
    font-size: 16px;
    color: #fd9f17;
}
.container-miolo .vitrine a.produto .bg{
    background: #ebebeb;
    float: left;
    width: calc(100% + 30px);
    padding: 15px 0;
    margin: 0 -15px;
}
.container-miolo .vitrine a.produto .bg > strong{
    float: left;
    width: 100%;
    color: #279b21;
    font-size: 24px;
    line-height: 24px;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    text-align: center;
    margin: 0;
}

.container-miolo .vitrine a.produto .bg > span{
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}
.container-miolo .vitrine a.produto.unavailable .bg > strong,
.container-miolo .vitrine a.produto.unavailable .bg > span{
    visibility: hidden;
}
.container-miolo .vitrine a.produto .bg > span > strong{
    color: #d28602;
    font-weight: normal;
    font-family: 'josefin_sansbold';
    font-size: 18px;
}
.container-miolo .vitrine a.produto .bg > i{
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'josefin_sanssemibold';
}


.container-top-footer{
    background: #4e4e4e;
}
footer .pad{
    padding: 30px;
}
footer .col{
    float: left;
    width: 245px;
    margin-left: 20px;
}
footer .col.col2{
    width: 510px;
}
footer .col:first-child{
    margin-left: 0;
}
footer .col h3{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
}
.container-top-footer .col h3 i{
    font-size: 18px;
    color: #fff;    
}
footer .col ul,
footer .col p{
    margin:20px 0 0 0;
}
footer .col p,
footer .col ul,
footer .col ul li,
footer .col p a{
    float: left;
    width: 100%;
}

footer .col.col2 ul{
    margin-top: 15px;
}
footer .col.col2 ul li{
    width: auto;
    margin:0px 0 0 20px;
    padding: 0;
}
footer .col.col2 ul li:before{
    display: none;
}
footer .col.col2 ul li:first-child{
    margin-left: 0;
}
footer .col ul li,
footer .col p{
    padding-left: 15px;
    position: relative;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}
footer .col p{
    padding-left: 0;
}
footer .col ul li a{
    color: #fff;
    /* Firefox */
    -moz-transition: all 0.4s ease;
    /* WebKit */
    -webkit-transition: all 0.4s ease;
    /* Opera */
    -o-transition: all 0.4s ease;
    /* Standard */
    transition: all 0.4s ease;
}
footer .col ul li a:hover{
    opacity: 0.6;
}
footer .col ul li:before{
    position: absolute;
    left: 2px;
    font-size: 12px;
    color: #fff;
    top: 0;
    line-height: 24px;
    content: "\f0da";
    font-family: 'FontAwesome';
    /* Firefox */
    -moz-transition: all 0.4s ease;
    /* WebKit */
    -webkit-transition: all 0.4s ease;
    /* Opera */
    -o-transition: all 0.4s ease;
    /* Standard */
    transition: all 0.4s ease;
}   
footer .col ul li:hover::before{
    left: 4px;
    opacity: 0.6;
}
.container-bot-footer{
    background: #fff;
}
.container-bot-footer .col h3,
footer .container-bot-footer .col ul li:before,
footer .container-bot-footer .col ul li a,
footer .col p,
footer .col p a{
    color: #666;
}
footer .col p a i{
    color: #bbbbbb;
    float: left;
    width: 18px;
    font-size: 14px;
    line-height: 24px;
}
footer .col p a span{
    float: left;
    width: calc(100% - 18px);
}
footer .col.col2 > img:nth-child(4){
    float: left;
    margin: 10px 0 0 0;
}
footer .container-bot-footer .sign{
    float: left;
    width: 100%;
    border-top:2px solid #ebebeb;
    border-bottom:2px solid #ebebeb;
    padding: 15px 30px;
}
footer .container-bot-footer .sign > img{
    float: left;
    width: 100px;
}
footer .container-bot-footer .sign > .info{
    float: right;
    width: calc(100% - 130px);
    font-size: 12px;
    padding: 4px 0 4px 15px;
    line-height: 17.5px;
    letter-spacing: -.2px;
    border-left:1px solid #ebebeb;
}
footer .container-bot-footer .sign > .info strong{
    font-weight: normal;
    font-family: 'josefin_sansbold';
}
footer .container-bot-footer .bottom{
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}
footer .container-bot-footer .bottom a{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin:20px;
}
footer .container-bot-footer .bottom a i{
    font-size: 24px;
    color: #82888e;
}
footer .container-bot-footer .bottom a:last-child{
    border-left: 1px solid #82888e;
    padding-left: 40px;
    width: 118px;
    height: 25px;
    background:url(../images/jucamillo-web-co-design.jpg) no-repeat right;
    text-indent: -9999px;
}







/*PAGINA PRODUTO*/
.titulo-produto{
    float: left;
    width: 100%;
    margin-top: 30px;
    background: #fff;
    padding: 30px 0;
}
.titulo-produto ul{
    float: left;
    width: 100%;
    text-align: center;
}
.titulo-produto ul li{
    display:inline-block;
    float: none;
}
.titulo-produto ul li:before{
    content: "\f101";
    font-family: 'FontAwesome';
    color: #666;
    font-size: 14px;
    display: inline-block;
    margin:0 10px; 
}
.titulo-produto ul li:first-child::before{
    display: none;
}
.titulo-produto h2{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    margin-top: 10px;
}
.produto-display{
    float: left;
    width: 100%;
    background: #eef2f7;
    padding: 30px;
}
.produto-display .galery{
    float: left;
    width: 700px;
    height: 440px;
}
.produto-display .galery ul{
    float: left;
    width: 80px;
    height: 440px;
}
.produto-display .galery ul li{
    width: 80px;
    height: 80px;
    border:1px solid #ebecec;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    background: #fff;
}
.produto-display .galery img{
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}
.produto-display .galery ul li:first-child{
    margin-top: 0;
}
.produto-display .galery figure{
    width: 600px;
    height: 440px;
    position: relative;
    overflow: hidden;
    border:1px solid #ebecec;
    background: #fff;
    float: right;
}
.produto-display .side-info{
    float: right;
    width: 300px;
}
.produto-display .side-info .preco{
    float: left;
    width: 100%;
    position: relative;
}
.produto-display .side-info .preco > i{
    font-size: 24px;
    color: #6f864b;
    float:left;
    width: 55px;
    text-align: right;
    height: 40px;
    line-height: 40px;
}
.produto-display .side-info .preco > strong{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    color:#54b714;
    font-weight: normal;
    font-size: 36px;
    font-family: 'josefin_sansbold';
    line-height: 40px;
    height: 40px;
}
.produto-display .side-info .preco > .tag{
    float: right;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 80px;
    position: relative;
}
.produto-display .side-info .preco > .tag strong{
    position: absolute;
    right: 0;
    z-index: 2;
    height: 18px;
    width: 50px;
    background: #fd9f17;
    color: #fff;
    text-align: center;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    line-height: 18px;
    font-size: 13px;
    margin-top: 11px;
}
.produto-display .side-info .preco > .tag:after{
    position: absolute;
    top: 13.2px;
    right: 43px;
    background: #fd9f17;
    width: 13px;
    height: 13.3px;
    content: '';
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.produto-display .side-info .preco .descontos{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
}
.produto-display .side-info .preco .descontos a{
    color: #fd9f17;
    display: 12px;
    font-weight: normal;
    font-family: 'josefin_sansbold';
}
.produto-display .side-info .preco-cartao{
    margin-top: 20px;

}
.produto-display .side-info .preco-cartao i{
    font-size: 18px;
    width: 85px;
    line-height: 30px;
    height: 30px;
}
.produto-display .side-info .preco-cartao > strong{
    font-size: 26px;
    color: #fd9f17;
    line-height: 30px;
    height: 30px;
}
.produto-display .side-info .preco .descontos strong{
    font-weight: normal;
    font-family: 'josefin_sansbold';    
}
.produto-display .side-info .bg-wrap{
    float: left;
    width: 100%;
    border:1px solid #ebecec;
    background: #fff;
    margin-top: 12px;
}
.produto-display .side-info .bg-wrap a.button{
    background: #54b714;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
    width: 230px;
    float: left;
    margin: 15px 35px 10px;
    line-height: 40px;
    font-weight: normal;
    font-family: 'josefin_sansbold';  
    text-align: center;
}
.produto-display .side-info .bg-wrap a.button:hover{
    background: #489913;
}

.produto-display .side-info .bg-wrap a.button i{
    font-size: 18px;
    color: #fff;
}
.produto-display .side-info .bg-wrap span.disponivel{
    color: #54b714;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 11px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.produto-display .side-info .bg-wrap span.disponivel i{
    font-size: 12px;
    color: #54b714;
}
.produto-display .side-info.unavailable .bg-wrap:nth-child(3){
    margin-top: 0;
}
.produto-display .side-info.unavailable .bg-wrap span.disponivel i,
.produto-display .side-info.unavailable .bg-wrap span.disponivel{
    color: #cc2229;
}
.produto-display .side-info.unavailable .bg-wrap span.disponivel{
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #ebecec;
}
.produto-display .side-info.unavailable .preco{
    display: none;
}
.produto-display .side-info.unavailable .bg-wrap a.button{
    background: #cc2229;
}
.produto-display .side-info.unavailable .bg-wrap a.button:hover{
    background: #a4151b;
}
.produto-display .side-info .bg-wrap.frete{
    padding: 10px;
}
.produto-display .side-info .bg-wrap.frete span{
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    margin-right:8px;
}
.produto-display .side-info .bg-wrap.frete span i{
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 8px;
}
.produto-display .side-info .bg-wrap.frete input{
    background: #f5f5f5;
    float: left;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    width: 98px;
    border:1px solid #ececec;
}
.produto-display .side-info .bg-wrap.frete button{
    background: transparent;
    border:0;
    width: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #54b714;
    height: 30px;
    line-height: 30px;
    float: right;
    border-left: 1px solid #666;
    font-weight: normal;
    font-family: 'josefin_sansbold';  
    cursor: pointer;
    text-align: right;
}
.produto-display .side-info .bg-wrap.size > strong{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: normal;
    font-family: 'josefin_sansbold'; 
    border-bottom: 1px solid #ebebeb; 
}
.produto-display .side-info .bg-wrap.size > strong i{
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 8px;
}
.produto-display .side-info .bg-wrap.size ul{
    float: left;
    width: 100%;
    padding: 7px 10px;
}
.produto-display .side-info .bg-wrap.size ul li{
    width: 50px;
    float: left;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}
.produto-display .side-info .bg-wrap.size ul li:first-child{
    margin-left: 0;
}
.produto-display .side-info .bg-wrap.size ul li img{
    width: 50px;
    max-height: 50px;
    float: left;

}
.produto-display .side-info .bg-wrap.size ul li i{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #54b714;
}
.produto-display .side-info .bg-wrap.size ul li span{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.produto-display .side-info .bg-wrap.size ul li.unavailable{
    opacity: .5;
}
.produto-display .side-info .bg-wrap.size ul li.unavailable i{
    color: #cc2229;
}
.produto-infos{
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
}
.container-miolo .vitrine.mtb{
    margin: 20px 0;
}
.tabs{
    float: left;
    width: 100%;
}
.tabs ul.buttons{
    float: left;
    width: 100%;
}
.tabs ul.buttons li{
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 2px;
}
.tabs ul.buttons li a{
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px 5px 0 0;
    border:#ebebeb solid 1px;
    float: left;
    border-bottom: 0;
    background: #ebebeb;
}
.tabs ul.buttons li a:hover{
    background: #f5f5f5;
}
.tabs ul.buttons li a.active{
    background: #fff;
    position: relative; 
    color: #000;
}
.tabs ul.buttons li a.active:after{
    content: '';
    background: #fff;
    bottom: -3px;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;

}
.tabs ul.info{
    float: left;
    width: 100%;
    padding: 30px;
    border:#ebebeb solid 1px;
}
.tabs ul.info li table,
.tabs ul.info li p,
.tabs ul.info li{
    float: left;
    width: 100%;
}
.tabs ul.info li p{
    margin-bottom: 20px;
}
.tabs ul.info li{
    display: none;
}
.tabs ul.info li ul.selos{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.tabs ul.info li ul.selos li{
    display: inline-block;
    float: none;
    width: 80px;
    margin: 0 15px;
}
.tabs ul.info li ul.selos li img{
    width: 100%;
}
.tabs ul.info li.active{
    display: block;
}
.tabs ul.info li a.btn-responsive{
    float: left;
    width: 100%;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border:#ebebeb solid 1px;
    float: left;
    border-bottom: 0;
    background: #ebebeb;
    display: none;
}
.produto-infos .aval{
    float: left;
    width: 100%;
}
.produto-infos .aval h4{
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: normal;
    font-family: 'josefin_sansbold'; 
}
.produto-infos .aval .nota{
    line-height: 40px;
    float: left;
    font-size: 18px;
    margin-top: 30px;
    font-weight: normal;
    font-family: 'josefin_sansbold'; 
}
.produto-infos .aval .nota span{
    font-weight: normal;
    font-family: 'josefin_sans'; 
    font-size: 14px;

}
.produto-infos .aval .nota i{
    color: #fd9f17;
    font-size: 30px;
    display: inline-block;
    line-height: 40px;
    margin: 0 5px;
}
.produto-infos .aval .comment{
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f5f5f5;
}
.produto-infos .aval .comment > strong{
    float: left;
    width: 100%;
    font-weight: normal;
    font-family: 'josefin_sansbold'; 
    font-size: 18px;

}
.produto-infos .aval .comment > .grade{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.produto-infos .aval .comment > .grade i{
    font-size: 16px;
    color: #fd9f17;
}
.produto-infos .aval .comment > .txt em,
.produto-infos .aval .comment > .txt p,
.produto-infos .aval .comment > .txt{
    float: left;
    width: 100%;
    margin-top:10px;
}
.produto-infos .aval .comment > .txt p:first-child{
    margin-top: 0;
}





/*AREA DO USUARIO*/
aside.user-area-menu{
    float: left;
    width: 275px;
    background: #fff;
    margin-top: 30px;
}
aside.user-area-menu > strong{
    float: left;
    width: calc(100% - 60px);
    padding: 30px 0  20px 30px;
    font-family: 'josefin_sanssemibold';
    font-weight: normal;
    line-height: 15px;
}
aside.user-area-menu > strong em{
    font-size: 12px;
    font-family: 'josefin_sans';
    font-weight: normal;
}
aside.user-area-menu > a.logout{
    float: right;
    width:30px;
    text-align: right;
    margin: 30px 30px 0 0;
    height: 30px;

}
aside.user-area-menu > a.logout i{
    font-size: 18px;
    line-height: 30px;
    color: #6f864b;
}
aside.user-area-menu > ul,
aside.user-area-menu > ul li,
aside.user-area-menu > ul li a{
    float: left;
    width: 100%;
}
aside.user-area-menu > ul li a{
    padding: 0 30px;
    line-height: 40px;
    height: 41px;
    border-top: 1px solid #dadada;
    font-size: 14px;
    color: #6f864b;
    text-align: left;
}
aside.user-area-menu > ul li a i{
    font-size: 16px;
    color: #6f864b;
}
aside.user-area-menu > ul li:hover a{
    border-top: 1px solid #fff;
}
aside.user-area-menu > ul li a.active,
aside.user-area-menu > ul li a:hover{
    background: #6f864b;
    color: #fff;
}
aside.user-area-menu > ul li a.active i,
aside.user-area-menu > ul li a:hover i{
    color: #fff;
}
.user-area article{
    float: right;
    width: 785px;
}
.user-area article > div{
    margin-top: 20px;
    background: #fff;
    float: left;
    width: 100%;
    padding: 30px;
}
.user-area article > div:first-child{
    margin-top: 30px;
}
.user-area article > div:first-child h2{
    float: left;
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #ddd;
    font-family: 'josefin_sanssemibold';
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
    color: #6f864b;
}
.user-area article > div:first-child h2 i{
    font-size: 18px;
    color: #6f864b;
    line-height: 40px;
    float: left;
    margin-right: 10px;
}
.user-area article .meus-pedidos-top  form{
    float: left;
    width: 60%;
    position: relative;
}
.user-area article .meus-pedidos-top form input{
    float: left;
    width: 100%;
    background: #f5f5f5;
    border:0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
}
.user-area article .meus-pedidos-top form button{
    width: 50px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border:0;
    text-align: center;
    cursor: pointer;
    background: transparent;
}
.user-area article .meus-pedidos-top form button i{
    font-size: 18px;
}
.user-area article .meus-pedidos-top label{
    float: right;
    width: 30%;
    margin-top: 5px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
}
article.list-prods form select,
.user-area article .meus-pedidos-top label select{
    float: right;
    width: calc(100% - 70px);
    height: 30px;
    padding: 0 10px;
    line-height: 30px;  
}
.user-area article .pedido{
    position: relative;
}
.user-area article .pedido .status{
    position: absolute;
    top: 0;
    height: 5px;
    left: 30px;
    width: calc(100% - 60px);
}
.user-area article .pedido .status.verde,
.user-area article .pedido .status.entregue{
    background: #63ca20;
}
.user-area article .pedido .status.azul,
.user-area article .pedido .status.transporte{
    background: #0e6d98;
}
.user-area article .pedido .status.vermelho,
.user-area article .pedido .status.cancelado{
    background: #cc2229;
}



.user-area article .pedido .col{
    width: 165px;
    float: left;
    background: #f5f5f5;
    padding: 20px;
    margin-left: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    min-height: 140px;
}
.user-area article .pedido .col:nth-child(2){
    margin-left: 0;
}
.user-area article .pedido .col span{
    float: left;
    width: 100%;
    text-align: center;   
    line-height: 20px; 
}
.user-area article .pedido .col > strong{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 70px;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    line-height: 58px;
}
.user-area article .pedido.vale .col.mn{
    position: relative;
}
.user-area article .pedido.vale .col.mn strong{
    font-size: 38px;
    line-height: 38px;
    position: absolute;left: 0;
    bottom: 20px;
}
.user-area article .pedido.vale .col.mn strong small{
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 35px;
    font-family: 'josefin_sansbold';
    font-weight: normal;
}
.user-area article .pedido.aval .col ul{
    float: left;
    width: 100%;
    text-align:center;
}
.user-area article .pedido.aval .col ul li{
    float: none;
    width: auto;
    display: inline-block;
    line-height: 60px;
}
.user-area article .pedido.aval .col ul li i{
    color: #fd9f17;
    font-size: 20px;    
}
.user-area article .pedido .col > strong i{
    font-size: 64px;
    line-height: 58px;
}
.user-area article .pedido .col.aval,
.user-area article .pedido .col.pedido{
    background-image: url(../images/shadow-logo.png);
    background-repeat:  no-repeat;
    background-position: right;
    background-size: auto 100%;
}
.user-area article .pedido .col.pedido span{
    margin-top: 35px;
}
.user-area article .pedido .col.pedido span strong{
    float: left;
    width: 100%;
    line-height: 25px;
    font-size: 20px;
    font-family: 'josefin_sansbold';
    font-weight: normal;
}
.user-area article .pedido .col.aval{
    padding: 20px 5px;
    position: relative;
}
.user-area article .pedido .col.aval span,
.user-area article .pedido .col.aval strong{
    font-size: 14px;
    line-height: 16px;
}
.user-area article .pedido .col.aval strong{
    position: absolute;
    bottom: 20px;
    left: 0;
}
.user-area article .pedido .col.aval strong a{
    font-family: 'josefin_sansbold';
    font-weight: normal;
    text-decoration: underline;

}
.user-area article .pedido .btn-area{
    float: left;width: 100%;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    padding-top: 20px;
}
.user-area article .pedido .btn-area button,
.user-area article .pedido .btn-area a{
    background: #f5f5f5;
    border-radius: 5px;
    border:1px solid #e5e5e5;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    float: left;
}
.user-area article .pedido .btn-area table.hist td span a{
    background: transparent;
    height: auto;
    padding: 0;
    border:0;
    width: auto;
    color: #666;
    text-decoration: underline;
    float:none;
}
.user-area article .pedido .btn-area button:hover,
.user-area article .pedido .btn-area a:hover{
    background: #e5e5e5;
}
.user-area article .pedido .btn-area label input,
.user-area article .pedido .btn-area label{
    margin: 0;
}


.user-area article .meus-enderecos ul{
    float: left;
    width: 100%;
}
.user-area article .meus-enderecos ul li{
    width: calc(50% - 10px);
    float: left;
    background: #f5f5f5;
    padding: 20px 20px 0;
    position: relative;
    margin-top: 20px;
    min-height: 126px;
}
.user-area article .meus-enderecos ul li:nth-child(2),
.user-area article .meus-enderecos ul li:first-child{
    margin-top: 0;
}
.user-area article .meus-enderecos ul li:nth-child(even){
    float: right;
}
.user-area article .meus-enderecos ul li strong{
    font-size: 16px;
    float: left;
    line-height: 20px;
    height: 20px;
    width: calc(100% - 60px);
    font-family: 'josefin_sansbold';
    font-weight: normal;
}
.user-area article .meus-enderecos ul li p{
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.user-area article .meus-enderecos ul li label{
    float: left;
    width: calc(100% + 40px);
    margin: 0 -20px;
    background: #fff;
    height: 32px;
    line-height: 30px;
    padding: 0 20px;
    border:1px solid #f5f5f5;
}
.user-area article .meus-enderecos ul li label input{
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.user-area article .meus-enderecos ul li label span{
    float: left;
    height: 30px;
    line-height: 30px;
}
.user-area article .meus-enderecos ul li .btns{
    width: 60px;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 30px;
    line-height: 30px;
}
.user-area article .meus-enderecos ul li .btns a,
.user-area article .meus-enderecos ul li .btns a i{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
.user-area article .meus-enderecos ul li .btns a:hover{
    opacity: 0.6;
}
.user-area article .meus-enderecos ul li:last-child {
    padding: 0;
    background: #fafafa;
    border:2px dashed #d9d9d9;
}
.user-area article .meus-enderecos ul li:last-child a{
    float: left;
    width: 100%;
    min-height: 124px;
    text-align: center;
}
.user-area article .meus-enderecos ul li:last-child a i{
    color: #fd9f17;
    font-size: 32px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 10px;
    float: left;width: 100%;
    text-align: center;
}
.user-area article .meus-enderecos ul li:last-child a span{
    float: left;width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    color: #fd9f17;

}
.user-area article .meus-enderecos ul li:last-child:hover{
    border-color: #fd9f17;    
}
.user-area article .meus-enderecos ul li:last-child a:hover{
    background: rgba(253,159,23,0.1);
}




.user-area article form.aval{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.user-area article form.aval label.full{
    width: 100%;
}
.user-area article form label,
.user-area article form .half{
    width: calc(50% - 10px);
    float: left;
}
.user-area article form label.rt,
.user-area article form label:nth-child(even),
.user-area article form label:nth-child(even){
    float: right;
}
.user-area article form .half label{
    width: calc(70% - 10px);
}
.user-area article form.aval .half label:nth-child(even),
.user-area article form.aval .half label{
    width: auto;
    margin: 0;
    float: left;
}
.user-area article form.aval .half label:last-child{
    margin-left: 20px;
}
.user-area article form.aval .half label span{
    width: auto;
    line-height: 40px;
    margin-left: 5px;
}
.user-area article form.aval .half label input{
    width: 15px;
    margin: 0;
}
.user-area article form .half label:nth-child(even){
    width: calc(30% - 10px);
}
.user-area article form.aval .half > span{
    width: 100%;
    float: left;
}
.user-area article form.aval label.full ul.star{
    float: left;
    width: 100%;
}
.user-area article form.aval label.full ul.star li{
    float: left;
    width: 30px;
    height: 40px;
    position: relative;
    margin-left: 5px;
}
.user-area article form.aval label.full ul.star li:first-child{
    margin-left: 0;
}
.user-area article form.aval label.full ul.star li span{
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #fd9f17
}
.user-area article form.aval label.full ul.star li span.full{
    z-index: 9999;
    opacity: 0;
}
.user-area article form.aval label.full ul.star li span i{
    font-size: 30px;
    color: #fd9f17;
    float:left;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.user-area article form.aval label.full ul.star.ss1.ss1 li:first-child span.full,
.user-area article form.aval label.full ul.star.s1 li:first-child span.full{
    opacity: 1;
}
.user-area article form.aval label.full ul.star.ss1.ss2 li:nth-child(2) span.full,
.user-area article form.aval label.full ul.star.s1.s2 li:nth-child(2) span.full{
    opacity: 1;
}
.user-area article form.aval label.full ul.star.ss1.ss2.ss3 li:nth-child(3) span.full,
.user-area article form.aval label.full ul.star.s1.s2.s3 li:nth-child(3) span.full{
    opacity: 1;
}
.user-area article form.aval label.full ul.star.ss1.ss2.ss3.ss4 li:nth-child(4) span.full,
.user-area article form.aval label.full ul.star.s1.s2.s3.s4 li:nth-child(4) span.full{
    opacity: 1;
}
.user-area article form.aval label.full ul.star.ss1.ss2.ss3.ss4.ss5 li:nth-child(5) span.full,
.user-area article form.aval label.full ul.star.s1.s2.s3.s4.s5 li:nth-child(5) span.full{
    opacity: 1;
}

.user-area article form.aval label.full textarea{
    height: 200px;
    line-height: 24px;
    padding: 5px 10px;
}
.cart .col-checkout .tabela .body-table form.editAdressLog button,
article.form-atendimento form button,
.user-area article button{
    float: right;
    cursor: pointer;
    background: #f5f5f5;
    border-radius: 5px;
    border:1px solid #e5e5e5;
    padding: 0 35px;
    height: 40px;
    line-height: 40px;

}
.cart .col-checkout .tabela .body-table form.editAdressLog button{
    margin-top: 10px;
    padding: 0 15px;
    height: 30px;
    line-height: 16px;
}
.cart .col-checkout .tabela .body-table form.editAdressLog button:hover,
article.form-atendimento form button:hover,
.user-area article button:hover{
    background: #e5e5e5;

}
.user-area article .full{
    float: left;width: 100%;
}
.user-area article > .pedido:first-child h2{
    border-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    font-family: 'josefin_sansregular';
    color: #666;
    margin-bottom: 15px;
}
.user-area article > .pedido:first-child h2 strong{
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    font-family: 'josefin_sansbold';

}
.shop .cart .col-def,
.user-area article > .pedido .col-def{
    float: left;
    width: 225px;
    margin-left: 20px;
}
.shop .cart .col-def{
    float: right;
    margin:20px 0 0 0;
    width: 300px;
}
.user-area article > .pedido .col-def:nth-child(2){
    margin-left: 0;
}
.user-area article > .pedido .col-def strong{
    float: left;
    width: 100%;
    font-weight: normal;
    font-family: 'josefin_sansbold';
    line-height: 20px;
    height: 20px;
}
.user-area article > .pedido .col-def p{
    float: left;
    width: 100%;
    margin-top: 6px;
    line-height: 20px;
}
.cover-all .tabs ul.info li table,
.shop .cart .col-def table,
.user-area article > .pedido .col-def table{
    float: left;
    width: 100%;
    border-collapse: collapse;
    border-left: 0;
    border-right: 0;
    border-color: #eeeeee;
}
.shop .cart .col-def table{
    border:0;
}
.cover-all .tabs ul.info li table td,
.shop .cart .col-def table td,
.user-area article > .pedido .col-def table td{
    width: 50%;
    line-height: 30px;
    height: 30px;
    text-align: right;
    border-left: 0;
    border-right: 0;
    border-color: #eeeeee;
}
.cover-all .tabs ul.info li table td:first-child{
    border-right: 1px solid #eeeeee;
}
.cover-all .tabs ul.info li table td{
    border-bottom:1px solid #eeeeee;
    padding: 0px 20px;
    text-align: left;
}
.cover-all .tabs ul.info li table tbody tr:last-child td{
    border-bottom: 0;
}
.cover-all .tabs ul.buttons li a i{
    font-size: 20px;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
}
.cover-all .tabs ul.buttons li a.active i{
    color: #fd9f17;   
}
.cover-all .tabs ul.info li p:last-child{
    margin-bottom: 0;
}
.cover-all .tabs ul.info li table thead td{
    font-size: 16px;
    font-weight: normal;
    font-family: 'josefin_sansbold';
}
.shop .cart .col-def table tr:last-child td,
.user-area article > .pedido .col-def table tr:last-child td{
    font-size: 16px;
    font-weight: normal;
    font-family: 'josefin_sansbold';
}
.user-area article > .pedido .info-ped{
    float: left;width: 100%;
    border-top: 1px solid #dddddd;
    margin-top: 30px;
    padding-top: 20px;
}
.user-area article > .pedido .info-ped > strong{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    font-family: 'josefin_sansbold';
}
.user-area article > .pedido .info-ped > p{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}
.user-area article > .pedido .info-ped > p strong{
    font-weight: normal;
    font-size: 14px;
    font-family: 'josefin_sansbold';
}
.user-area article > .pedido .info-ped > p a{
    text-decoration: underline;
}
.user-area article > .pedido ul.timeline{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.user-area article > .pedido ul.timeline li{
    width: 14.285%;
    float: left;
    position: relative;
}
.user-area article > .pedido ul.timeline li strong{
    font-size: 18px;
    font-weight: normal;
    font-family: 'josefin_sansbold';
    float: left;
    width: 100%;
    text-align: center;
    line-height: 20px;
    height: 20px;
}
.user-area article > .pedido ul.timeline li .item{
    width: 20px;
    height: 20px;
    top: 25px;
    border-radius: 40px;
    border:1px solid #ebebeb;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.user-area article > .pedido ul.timeline li:first-child::before{
    display: none;
}
.user-area article > .pedido ul.timeline li:last-child::after{
    display: none;
}
.user-area article > .pedido ul.timeline li:before{
    content: '';
    width: 50%;
    background: #ebebeb;
    height: 2px;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 1;
}
.user-area article > .pedido ul.timeline li:after{
    content: '';
    width: 50%;
    background: #ebebeb;
    height: 2px;
    position: absolute;
    top: 34px;
    right: 0;
    z-index: 1;
}
.user-area article > .pedido ul.timeline li span{
    float: left;
    width: 100%;
    text-align: center;
    line-height: 18px;
    margin-top: 30px;
    padding: 0 5px;
}
.user-area article > .pedido ul.timeline li.checked .item,
.user-area article > .pedido ul.timeline li.checked:before,
.user-area article > .pedido ul.timeline li.checked:after{
    background: #54b714;
    border-color: #54b714;
}
.user-area article > .pedido ul.timeline li.checked.last:after{
    background: #ebebeb;
}

.user-area table.hist,
.user-area article table.cart.aval-prod,
.user-area article .pedido .btn-area table.cart,
.shop .cart table.cart,
.user-area article > .pedido table.cart{
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 30px;
}
.user-area article table.cart.aval-prod,
.user-area article .pedido .btn-area table.cart{
    margin: 0;
}
.user-area table.hist thead td strong,
.shop .cart table.cart thead td,
.user-area article > .pedido table.cart thead td{
    border-bottom: 1px solid #eeeeee;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    font-family: 'josefin_sansbold';
}
.user-area table.hist thead td strong{
    border:0;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}
.user-area article table.cart.aval-prod td:first-child,
.shop .cart table.cart td:first-child,
.user-area article > .pedido table.cart td:first-child{
    width: calc(100% - 300px);
    text-align: left;
}
.user-area article .pedido .btn-area table.cart td:first-child{
    width: calc(100% - 170px);
    text-align: left;
}
.user-area article .pedido .btn-area table.cart td{
    width: 165px;
    text-align: right;
}
.user-area table.hist{
    margin-top: 15px;
}
.user-area table.hist td{
    width: 25%
}
.user-area table.hist td:first-child{
    text-align: left;
}
.user-area table.hist td{
    text-align: right;
}
.user-area article .pedido .btn-area form button,
.user-area article .pedido .btn-area table.cart td a{
    padding: 0;
    width: 100%;
    text-align: center;
}
.user-area article .pedido .btn-area form button{
    width: 165px;
    float: right;
}
.user-area article .pedido .btn-area form label{
    width: calc(100% - 185px);
}
.user-area article table.cart.aval-prod td,
.shop .cart table.cart td,
.user-area article > .pedido table.cart td{
    width: 100px;
    text-align: right;
    padding: 10px 0 0;
}
.user-area article table.cart.aval-prod td{
    width: 150px;
    padding: 0;
}
.user-area article table.cart.aval-prod td:first-child img,
.user-area article .pedido .btn-area table.cart td:first-child img,
.shop .cart table.cart td:first-child img,
.user-area article > .pedido table.cart td:first-child img{
    width: 50px; height:50px;
    float: left;
    border:1px solid #f3f3f3;
}
.user-area article table.cart.aval-prod td:first-child span,
.user-area article .pedido .btn-area table.cart td:first-child span,
.shop .cart table.cart td:first-child span,
.user-area article > .pedido table.cart td:first-child span{
    float: right;
    width: calc(100% - 60px);
    line-height: 18px;
    padding: 7px 0;
}
.user-area article table.cart.aval-prod td span,
.shop .cart table.cart td span,
.user-area article > .pedido table.cart td span{
    float: right;
    width:100%;
    line-height: 50px;
}

.user-area article table.cart.aval-prod td span{
    line-height: 18px;
    padding: 7px 0;
}

/*CARRINHO*/


.shop header ul.timeline{
    float: left;
    width: calc(100% - 320px);
    text-align: center;
    position: absolute;
    left: 160px;
    right: 160px;
    top: 13px;
}
.shop header ul.timeline li{
    width: 100px;
    display: inline-block;
    float: none;
    position: relative;
}
.shop header ul.timeline li .item{
    width: 15px;
    height: 15px;
    top: 0px;
    border-radius: 40px;
    border:1px solid #ebebeb;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.shop header ul.timeline li:first-child::before{
    display: none;
}
.shop header ul.timeline li:last-child::after{
    display: none;
}
.shop header ul.timeline li:before{
    content: '';
    width: 50%;
    background: #ebebeb;
    height: 2px;
    position: absolute;
    top: 6.5px;
    left: -5px;
    z-index: 1;
}
.shop header ul.timeline li:after{
    content: '';
    width: 50%;
    background: #ebebeb;
    height: 2px;
    position: absolute;
    top: 6.5px;
    right:  -5px;
    z-index: 1;
}
.shop header ul.timeline li span{
    float: left;
    width: 100%;
    text-align: center;
    line-height: 18px;
    margin-top: 20px;
    padding: 0 5px;
    font-size: 12px;
}
.shop header ul.timeline li.checked .item,
.shop header ul.timeline li.checked:before,
.shop header ul.timeline li.checked:after{
    background: #54b714;
    border-color: #54b714;
}
.shop header ul.timeline li.checked.last:after{
    background: #ebebeb;
}
.shop header a.fone-shop{
    float: right;
    font-size: 16px;
    text-align: right;
    line-height: 60px;
    height: 60px;
}
.shop header a.fone-shop i{
    margin-right: 3px;
    color: #6f864b;
}
.shop footer .col{
    width: 510px;
    float: left;
}
.shop footer .col p{
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.shop footer .col p a{
    width: auto;
    float: none;
    display: inline-block;
    margin-left: 10px;
}
.shop footer .col p a i,
.shop footer .col p a span{
    float: none;
    width: auto;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
}

.shop footer .col p a i{
    line-height: 18px;
    font-size: 12px;

}
.shop footer .col p a:nth-child(2),
.shop footer .col p a:nth-child(5){
    margin-left: 0;
}
.shop footer .container-bot-footer img{
    max-width: 100%;
}
.shop footer .container-bot-footer .bottom a{
    width: 20px;
    height: 20px;
    margin: 10px;
    text-align: center;
    margin-bottom: 0;
}
.shop footer .container-bot-footer .bottom a i{
    font-size: 18px;
    line-height: 20px;
}
.shop footer .container-bot-footer .bottom a:first-child{
    margin-left: 0;
}
.shop footer .container-bot-footer .bottom a:last-child{
    width: 82px;
    padding-left: 20px;
    height: 20px;
    background-size: 62px 20px;
}
.shop footer .container-bot-footer .bottom{
    text-align: left;
    padding: 0;
    margin-top: 5px;
}
.shop footer .container-bot-footer h3{
    font-size: 14px;
    line-height: 14px;
    height: 14px;
}
.shop footer .container-bot-footer .sign{
    padding: 0;
    border: 0;
}
.shop footer .container-bot-footer .sign > .info strong{
    font-size: 11px;
}
.shop footer .container-bot-footer .sign > .info{
    padding: 0;
    border:0;
    width: 100%;
    font-size: 11px;
    line-height: 13px;
}



.cart{
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 30px;
    padding: 30px;
}
.cart h2{
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top: 0px;
    line-height: 20px;
    font-weight: normal;
}
.cart table.cart-big{
    float: left;
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border:1px solid #ebebeb;
}
.cart table.cart-big td{
    border:1px solid #ebebeb !important;
    width: 110px !important;
    padding: 0 20px;
    text-align: right;
}
.cart table.cart-big thead td{
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    background: #fafafa;
}
.cart table.cart-big thead td:first-child{
    padding: 0 20px;
}
.cart table.cart-big td:first-child{
    width: calc(100% - 530px) !important;
    text-align: left;
    padding: 10px;
}
.cart table.cart-big td:last-child{
    width: 200px !important;
}
.cart table.cart-big td:first-child img{
    width: 50px; height:50px;
    float: left;
    border:1px solid #f3f3f3;
}
.cart table.cart-big td:first-child span{
    float: right;
    width: calc(100% - 60px);
    line-height: 18px;
    padding: 7px 0;
}
.cart table.cart-big td span{
    float: right;
    width:100%;
    line-height: 50px;
}
.cart table.cart-big td:last-child span{
    font-family: 'josefin_sansbold';
    font-size: 18px;
    font-weight: normal;

}
.cart table.cart-big td input{
    float: left;
    width: 55px;
    height: 40px;
    background: #fafafa;
    padding-left: 10px;
    border:1px solid #ebebeb;
}
.cart table.cart-big td .sign{
    width: 20px;
    height: 20px;
    border:1px solid #ebebeb;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.cart table.cart-big td .sign.minus{
    bottom: 0px;
    top: auto;
}
.cart table.cart-big td .sign:hover{
    border-color: #d6d6d6;

}
.cart table.cart-big td .sign:hover i{
    color: #fff;
    background: #d6d6d6;
}
.cart table.cart-big td .sign i{
    font-size: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 19px;
    color: #ebebeb;
    background: #fff;
    float: left;
}
.cart table.cart-big td span.input{
    height: 40px;
    line-height: 40px;
    float: left;
    width: 100%;
    position: relative;
}
.cart table.cart-big td a.exclude{
    float: left;
    width: 100%;
    text-align: center;
}
.cart table.cart-big td a.exclude i{
    font-size: 18px;
}
.cart .full{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.cart .full label,
.cart .full form{
    float: left;
    height: 40px;
    line-height: 40px;
    border:1px solid #ebebeb;
    background:#fafafa;
    padding: 0 20px;
    padding-left: 15px;

}
.cart .full form{
    padding-right: 4px;
    padding-left: 15px;
    margin-left: 20px;
}
.cart .full label i,
.cart .full form i{
    font-size: 22px;
    color: #fd9f17;
    line-height: 40px;
    float: left;
    margin-right: 10px;
}
.cart .full label input,
.cart .full form input{
    line-height:30px;
    height: 30px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}
.cart .full form input{
    width: 150px;
    border:1px solid #ebebeb;
    background:#fff;
    margin-right: 0;
    padding: 0 10px;
}
.cart .full form button{
    float: left;
    width: 50px;
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
    background: #54b714;
    color: #fff;
    text-transform: uppercase;
    border:0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-family: 'josefin_sansbold';
    text-align: center;
}
.cart .full form button:hover{
    background: #489913;
}
.cart .full .frete{
    float: right;
    width: 420px;
}
.cart .full .frete em{
    float: right;
    width: 400px;
    line-height: 35px;
    height: 35px;
    text-align: right;
}
.cart .full .frete em a{
    text-decoration: underline;
}
.cart .full .frete em a:hover{
    text-decoration: none;
}
.cart .full form span{
    line-height: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}
.cart .full .frete form input{
    width:  163px;
}
.cover-all .frete-cart table.frete-table,
.cart .full .frete table.valor{
    float: left;
    margin-left: 20px;
    width: calc(100% - 20px);
    margin-top: 20px;
    border-collapse: collapse;
}
.cover-all .frete-cart table.frete-table{
    width: 100%;
    margin: 0;
}
.cover-all .frete-cart table.frete-table thead td{
    background: #fafafa;
    font-family: 'josefin_sansbold';
}
.cover-all .frete-cart table.frete-table td{
    border:1px solid #ededed;
    height: 30px;
    padding: 0 15px;
    text-align: right;
    line-height: 30px;
}
.cover-all .frete-cart table.frete-table td span{
    float: left;
    width: 100%;
    line-height: 30px;
    height: 30px;
}
.cover-all .frete-cart table.frete-table td:last-child{
    width: 40px;
}


.cart .full .frete table.valor{
    border-collapse: collapse;
}
.cart .full .frete table.valor td{
    border:1px solid #ebebeb;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-align: right;

}
.cart .full .frete table.valor tr:last-child td{
    height: 40px;
    line-height: 40px;
}
.cart .full .frete table.valor tr:last-child td span{
    font-size: 16px;
    font-family: 'josefin_sansbold';
}
.cart .full .frete a.btn{
    float: right;height: 40px;
    line-height: 40px;
    background: #54b714;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'josefin_sansbold';
    border-radius: 5px;
    margin-top: 20px;
}
.cart .full .frete a.btn:hover{
    background: #489913;
}

.cart > strong.title-id{
    font-family: 'josefin_sansbold';
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    float: left;
    width: 100%;
    line-height: 40px;
    height: 40px;
    margin: 20px 0;

}
.cart > strong.title-id.tnks{
    margin:30px 0 0;
}
.cart > strong.title-id span{
    color: #9a9a9a;
    font-size: 24px;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    line-height: 40px;
    height: 40px;
}
.cart > form.id{
    float: left;
    width: 600px;
    position: relative;
    margin: 0px 220px;
    height: 50px;
}
.cart > form.id input{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    border:1px solid #f5f5f5;
}
.cart > form.id input:focus{
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}
.cart > form.id button{
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    background: #54b714;
    padding: 0 30px;
    color: #fff;
    border:0;
    text-transform: uppercase;
    font-family: 'josefin_sansbold';
    border-radius: 5px;
}
.cart > form.id button:hover{
    background: #489913;
}
.cart > .warn{
    position: relative;
    height: 170px;
    float: left;
    width: 420px;
    border:1px solid #ebebeb;
    overflow: hidden;
    margin: 20px 320px 0;
}
.cart > .warn i{
    font-size: 210px;
    color: #f9f9f9;
    line-height: 180px;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1;
}
.cart > .warn strong{
    float: left;width: 100%;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'josefin_sansbold';
    font-weight: normal;
}
.cart > .warn div{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    padding: 20px;    
    bottom: 0;
}
.cart > .warn div ul{
    margin-top: 10px;
}
.cart > .warn div ul,
.cart > .warn div ul li{
    float: left;
    width: 100%;
}
.cart > .warn div ul li{
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    position: relative;
}
.cart > .warn div ul li:after{
  font-family: 'FontAwesome';
  content: "\f00c";
  position: absolute;
  left: 0;
  color: #fd9f17;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  width: 25px;
  text-align: center;
}
.cart .steps{
    float: left;
    width: 100%;
}
.cart .col-checkout{
    float: left;
    width: 330px;
    margin-left: 25px;
}
.cart .col-checkout img.img-mercado{
    float: right;
    margin-top: -40px;
}
.cart .col-checkout:first-child{
    margin-left: 0;
}
.cart .col-checkout .tabela{
    float: left;
    width: 100%;
    border:1px solid #ebebeb;
    margin-top: 20px;
}
.cart .col-checkout .tabela h3{
    padding: 0 20px;
    float: left;
    width: 100%;
    height: 41px;
    line-height: 40px;
    background:#f5f5f5 ;
    border-bottom:1px solid #ebebeb;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    text-transform: uppercase;
}
.cart .col-checkout .tabela .body-table{
    float: left;
    width: 100%;
    padding: 0 20px 20px;
}
.cart .col-checkout .tabela .body-table > strong,
.cart .col-checkout .tabela .body-table > p,
.cart .col-checkout .tabela .body-table > p strong,
.cart .col-checkout .tabela .body-table form,
.cart .col-checkout .tabela .body-table form label,
.cart .col-checkout .tabela .body-table > p a{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.cart .col-checkout .tabela .body-table > strong{
    width: calc(100% + 40px);
    margin: 0 -20px;
    height: 50px;
    line-height: 50px;
    background: #fafafa;
    padding: 0 20px;
}
.cart .col-checkout .tabela .body-table form .endereco-entrega-new.off,
.cart .col-checkout .tabela .body-table form.editAdressLog.off,
.cart .col-checkout .tabela .body-table > .adressCheckoutLog.off{
    display: none;
}
.cart .col-checkout .tabela .body-table form.editAdressLog,
.cart .col-checkout .tabela .body-table > p{
    margin-bottom: 20px;
}
.cart .col-checkout .tabela .body-table > p strong{
    margin: 0;
}
.cart .col-checkout .tabela .body-table > p a{
    text-decoration: underline;
    font-style: italic;
    margin-top: 5px;
}
.cart .col-checkout .tabela .body-table > p a:hover{
    text-decoration: none;
}
.cart .col-checkout .tabela .body-table form label{
    margin-top: 8px;
    margin-bottom: 0;
}
.cart .col-checkout .tabela .body-table form label span,
.cart .col-checkout .tabela .body-table form label strong{
    width: 85px;
    height: 30px;
    line-height: 30px;
}
.cart .col-checkout .tabela .body-table form label input{
    height: 30px;
    float: right;
    line-height: 30px;
    border-radius: 0;
    margin: 0;
    width: calc(100% - 90px);
}
.cart .col-checkout .tabela .body-table form label.select input{
    float: left;
    width: 15px;
    border:0;
}
.cart .col-checkout .tabela .body-table form.endereco-entrega-logged-in label.select{
    margin-top: 0;
}
.cart .col-checkout .tabela .body-table form.endereco-entrega-logged-in label.select span{
    width: calc(100% - 20px);
    float: right;
}

.cart .col-checkout > strong,
.cart .col-checkout .tabela .body-table form label strong{
    font-family: 'josefin_sansbold';
    font-weight: normal;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 110px;
    margin-left: 8px;
}
.cart .col-checkout .tabela .body-table form label.select span:nth-last-child(2){
    float: right;
    width: 70px;
    text-align: right;
}
.cart .col-checkout .tabela .body-table form label.select .info-label{
    display: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.cart .col-checkout .tabela .body-table form label.select.open .info-label{
    display: block;
}
.cart .col-checkout .tabela .body-table form label.select .info-label,
.cart .col-checkout .tabela .body-table form label.select .info-label p,
.cart .col-checkout .tabela .body-table form label.select .info-label ul,
.cart .col-checkout .tabela .body-table form label.select .info-label ul li{
    float: left;
    width: 100%;
    margin: 0;
}
.cart .col-checkout .tabela .body-table form label.select .info-label ul li{
    position: relative;
    padding-left: 7px;
    margin-top: 5px;
}
.cart .col-checkout .tabela .body-table form label.select .info-label ul li:first-child{
    margin-top: 0;
}
.cart .col-checkout .tabela .body-table form label.select .info-label ul li:after{
    content: '';
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 0.3;
}
.cart .col-checkout .tabela .body-table form label.select .info-label ul li{
    font-size: 12px;
    line-height: 14px;    
}
.cart .col-checkout .tabela .body-table form label.select .info-label ul,
.cart .col-checkout .tabela .body-table form label.select .info-label p{
    padding-left: 23px;
    font-size: 12px;
    line-height: 14px;
}
.cart .col-checkout .tabela .body-table form label.select .info-label ul:nth-child(2){
    margin-top: 8px;
}
.cart .col-checkout .tabela .body-table form em a{
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;    
}
.cart .col-checkout .tabela .body-table form em{
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    margin-top: 15px;
}
.cart .col-checkout .tabela .body-table table{
    float: left;
    width: 100%;
    border:0;
}
.cart .col-checkout .tabela .body-table table.cart-m td {
    vertical-align: middle;
    padding-top: 10px;
}
.cart .col-checkout .tabela .body-table table.cart-m td img{
    width: 50px;
    height: 50px;
    float: left;
    border:1px solid #f4f4f4;
}
.cart .col-checkout .tabela .body-table table.cart-m td strong{
    float: left;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    font-family: 'josefin_sanssemibold';
    font-weight: normal;
    margin-left: 10px;
}
.cart .col-checkout .tabela .body-table table.cart-m td span{
    float: left;width: 100%;
    font-size: 12px;
    line-height: 14px;
    margin-left: 10px;

}
.cart .col-checkout .tabela .body-table table.cart-m td:nth-child(2){
    padding-top: 5px;
}
.cart .col-checkout .tabela .body-table table.cart-m td:last-child{
    width: 80px;
}
.cart .col-checkout .tabela .body-table table.cart-m td:last-child strong{
    font-family: 'josefin_sansbold';
    font-weight: normal;
    font-size: 18px;
    float: right;text-align: right;
    margin: 0;

}
.cart .col-checkout .tabela .body-table h4{
    float: left;
    width: 100%;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 0;

}
.cart .col-checkout .tabela .body-table h4 i{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    color: #fd9f17;
    margin-right: 5px;
}
.cart .col-checkout .tabela .body-table label.ticket input{
    float: left;
    width: calc(100% - 50px);
}
.cart .col-checkout .tabela .body-table label.ticket button{
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    text-transform: uppercase;
    background: #54b714;
    border:0;
    cursor: pointer;
}
.cart .col-checkout .tabela .body-table label.ticket button:hover{
    background: #489913;
}
.cart .col-checkout .tabela .body-table table.value{
    margin-top: 10px;
}
.cart .col-checkout .tabela .body-table table.value td{
    width: 50%;
    height: 30px;
    line-height: 30px;

}
.cart .col-checkout .tabela .body-table table.value td:last-child{
    text-align: right;
}
.cart .col-checkout .tabela .body-table table.value tr:last-child td{
    font-size: 18px;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

.cart .col-checkout .button-shop{
    margin-top: 20px;
}

.cart .col-checkout > strong{
    width: 100%;
    margin: 0;
    padding: 0;
}
.cart .col-checkout > p a{
    text-decoration: underline;
}
.cart .col-checkout > p a.button-shop{
    text-decoration: none;
    margin-top: 10px;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select{
    margin: 0;
    padding-left: 5px;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select img{
    float: left;
    width: 33px;
    height: 20px;
    margin: 5px 3px;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select span:nth-last-child(2){
    float: left;
    padding: 0;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select span{
    text-align: left;
    overflow: hidden;
    font-size: 11px;
    width: calc(50% - 27px);    
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select span:last-child{
    text-align: right;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros > span{
    width: calc(100% - 20px);
    float: right;
    text-align: left;
    font-size: 14px;
}

.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form{
    float: left;
    width: 100%;
    display: none;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form.open{
    display: block;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form label:first-child{
    margin-top: 0;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form label{
    margin: 0;
    padding-left: 15px;
    margin-top: 6px;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form label.select{
    margin: 0;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form label.select input{
    float: left;
    width: 15px;
    height: 30px;
    line-height: 30px;
    border:0;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form label.select span{
    width: calc(100% - 20px);
    float: right;
    font-size: 12px;
    text-align: left !important;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form span{
        width: 85px;
    height: 30px;
    line-height: 30px;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form span.l2{
    line-height: 12px;
    padding: 3px 0;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form span small{
    font-size: 80%;
    line-height: 12px;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form .fl,
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form select,
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form input{
    height: 30px;
    float: right;
    line-height: 30px;
    border-radius: 0;
    margin: 0;
    width: calc(100% - 90px);
    height: 30px;
    border: 1px solid #ebebeb;
    padding: 0 5px;
    margin-top: 0;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form .fl{
    padding: 0;
    border:0;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form label span sup{
    font-size: 70%;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form .fl select{
    width: 48%;
    float: left;
}
.cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form .fl select:last-child{
    float: right;
}
.container-value{
    position: fixed;
    top: -100px;
    z-index: 8;
    border-bottom: 2px solid #ebebeb;
    /* Firefox */
    -moz-transition: all 0.4s ease;
    /* WebKit */
    -webkit-transition: all 0.4s ease;
    /* Opera */
    -o-transition: all 0.4s ease;
    /* Standard */
    transition: all 0.4s ease;
}
.container-value.fixed{
    top: 60px;
}
.container-value.fixed.menu{
    top: 100px;
}
.container-value .produto-infos{
    padding: 5px;
}
.container-value .produto-infos img{
    float: left;
    width: 40px; height: 40px;
    border: 1px solid #f3f3f3;
}
.container-value .produto-infos h2{
    float: left;
    width: calc(100% - 215px);
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    color: #666;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
    font-family: 'josefin_sansbold';
}
.container-value .produto-infos span.value{
    float: right;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-family: 'josefin_sansbold';
    color: #fd9f17;
    font-weight: normal;
    text-align: right;
    font-size: 20px;
}
.container-value .produto-infos a.button{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    height: 40px;
    border-radius: 5px;
    width: 40px;
    float: left;
    margin:0px 0 0 10px;
    line-height: 40px;
    font-weight: normal;
    font-family: 'josefin_sansbold';
    text-align: center;
    background:#54b714;
    float: right;
}
.container-value .produto-infos a.button:hover{
    background: #489913;
}
.container-value .produto-infos a.button i{
    font-size: 20px;
    color: #fff;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;

}

.filter.filter-mob,
aside.filter{
    width: 275px;
    float: left;
    margin-top: 10px;
}
.filter.filter-mob .pad,
aside.filter .pad{
    padding: 30px;
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 20px;
}
.filter.filter-mob .pad h2,
.filter.filter-mob .pad > strong,
.filter.filter-mob .pad > h2,
article.list-marcas .pad h2,
article.list-prods .pad h2,
aside.filter .pad > strong,
aside.filter .pad > h2{
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
}
.filter.filter-mob .pad > h2,
article.list-marcas .pad h2,
article.list-prods .pad h2,
aside.filter .pad > h2{
    margin-bottom: 0;
}

.filter.filter-mob .pad h2 i,
.filter.filter-mob .pad > strong i,
article.list-marcas .pad h2 i,
article.list-prods .pad h2 i,
aside.filter .pad > h2 i,
aside.filter .pad > strong i{
    float: left;
    font-size: 22px;
    line-height: 22px;
    color: #666666;
}
.filter.filter-mob ul.filt-options,
.filter.filter-mob ul.filt-options li,
aside.filter ul.filt-options,
aside.filter ul.filt-options li{
    float: left;
    width: 100%;
}
.filter.filter-mob ul.filt-options li a.delete-filter,
aside.filter ul.filt-options li a.delete-filter{
    width: 15px;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}
.filter.filter-mob ul.filt-options li a.delete-filter i,
aside.filter ul.filt-options li a.delete-filter i{
    line-height: 22px;
    float: left;
}
.filter.filter-mob ul.filt-options li a.delete-filter:hover,
aside.filter ul.filt-options li a.delete-filter:hover{
    opacity: 0.6;
}
.filter.filter-mob ul.filt-options li,
aside.filter ul.filt-options li{
    line-height: 20px;
    height: 20px;
    margin-top: 10px;
}
.filter.filter-mob ul.filt-options li b,
aside.filter ul.filt-options li b{
    font-family: 'josefin_sansbold';
    font-weight: normal;    
    line-height: 20px;
}
.filter.filter-mob .pad form,
.filter.filter-mob .pad form strong,
.filter.filter-mob .pad label,
aside.filter .pad form,
aside.filter .pad form strong,
aside.filter .pad form label{
    float: left;
    width: 100%;
    margin: 0;
}
.filter.filter-mob .pad form strong,
aside.filter .pad form strong{
    height: 30px;
    line-height: 30px;
    font-family: 'josefin_sansbold';
    font-weight: normal;  
    border-bottom: 1px solid #f6f6f6;
    margin-top: 15px;
    margin-bottom: 10px;
}
.filter.filter-mob .pad form label input,
aside.filter .pad form label input{
    width: 15px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0;
}
.filter.filter-mob .pad form label span,
aside.filter .pad form label span{
    float: left;
    height: 30px;
    line-height: 30px;
    width: calc(100% - 25px);
    margin-left: 10px;
}
.filter.filter-mob .price-bar,
aside.filter .price-bar{
    float: left;
    width: 100%;
    margin-top: 10px;

}
.noUi-target.noUi-horizontal{
    box-shadow: none;
    background: #ebebeb;
    border:0;
    height:10px;
    border-radius: 20px;

}
.filter.filter-mob .price-bar *,
aside.filter .price-bar *{
    -moz-transition: all 0s ease;
    /* WebKit */
    -webkit-transition: all 0s ease;
    /* Opera */
    -o-transition: all 0s ease;
    /* Standard */
    transition: all 0s ease;
}
.noUi-connect{
    border:0;
    box-shadow: none;
    background: #c3c2c2;
}
.noUi-horizontal .noUi-handle:after,.noUi-horizontal .noUi-handle:before{
    display: none;

}
.noUi-horizontal .noUi-handle:after{
    display: block;
    content: "\f276";
    font-family: 'FontAwesome';
    font-size: 20px;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #666;
    background: transparent;

}
.noUi-horizontal .noUi-handle {
    width: 10px;
    height: 20px;
    background: transparent;
    border: 0;
    box-shadow: none;
    left: -3px;
    top: -2px;
}
.filter.filter-mob .pad form label.values,
aside.filter .pad form label.values{
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
}
.filter.filter-mob .pad form label.values input,
aside.filter .pad form label.values input{
    width: 90px;
    height: 30px;
    background: #fff;
    border:1px solid #dadada;
    border-radius: 0;
    line-height: 30px;
    text-align: center;
}
.filter.filter-mob .pad form label.values:after,
aside.filter .pad form label.values:after{
    content: '-';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 30px;
    line-height: 30px;
    line-height: 22px;
    font-size: 35px;
    top: 0;
    text-align: center;
}
.filter.filter-mob .pad form label.values input:last-child,
aside.filter .pad form label.values input:last-child{
    float: right;
}
article.list-marcas,
article.list-prods{
    float: right;
    width: 785px;
    margin-top: 30px;
}
article.list-marcas .pad,
article.list-prods .pad{
    padding: 30px;
    background: #fff;
    float: left;
    width: 100%;
}
article.list-marcas .list-flt,
article.list-prods .list-flt{
    float: left;
    margin-top: 30px;
    width: 100%;
}
article.list-marcas .list-flt select,
article.list-prods .list-flt select{
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 60px;
}
article.list-marcas .list-flt > select,
article.list-prods .list-flt > select{
    width: 170px;
}
article.list-marcas .list-flt .arrows,
article.list-marcas .list-flt label,
article.list-prods .list-flt .arrows,
article.list-prods .list-flt label{
    float: right;
    line-height: 30px;
    height: 30px;
    text-align: right;
    width: calc(100% - 240px);
    margin-right: 15px;
}
article.list-marcas .list-flt .arrows,
article.list-prods .list-flt .arrows{
    width:55px;
    margin: 0;
}
article.list-marcas .list-flt label span,
article.list-prods .list-flt label span{
    width: auto;
    height: 30px;
    line-height: 30px;
    float: none;
    display: inline-block;
    margin: 0 5px;
}
article.list-marcas .list-flt label select,
article.list-prods .list-flt label select{
    float: none;
    display: inline-block;
}
article.list-marcas .list-flt .arrows a,
article.list-prods .list-flt .arrows a{
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    width: 25px;
}
article.list-marcas .list-flt .arrows a:first-child,
article.list-prods .list-flt .arrows a:first-child{
    margin-right: 5px;
}
article.list-marcas .list-flt .arrows a:hover,
article.list-prods .list-flt .arrows a:hover{
    opacity: 0.6;
}
.vitrine  a.produto{
    overflow: hidden;
    position: relative;
}
article.list-prods .vitrine  a.produto{
    margin: 0 10.5px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.vitrine  a.produto .faixa-indisponivel{
    position: absolute;
    width: 120%;
    margin: 0 -10%;
    background: #cc2229;
    color: #fff;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    left: 0;
    text-align: center;
    top: 100px;
    font-size: 16px;


    display: none;
    transform: rotate(15deg) ;
    -webkit-transform: rotate(15deg) ;
    -moz-transform: rotate(15deg) ;
    -o-transform: rotate(15deg) ;
    -ms-transform: rotate(15deg) ;


}
.vitrine  a.produto .faixa-indisponivel i{
    font-size: 20px;
    color: #fff;
}
.vitrine  a.produto.unavailable{
    opacity: 0.5;
}
.vitrine  a.produto.unavailable .faixa-indisponivel{
    display: block;
}
article.list-prods .vitrine{
    padding: 0;
}
article.list-prods .vitrine  a.produto:nth-child(3n){
    margin-right: 0;
}
article.list-prods .vitrine  a.produto:nth-child(3n+1){
    margin-left: 0;
}
article.list-prods .vitrine  a.produto:nth-last-child(2),
article.list-prods .vitrine  a.produto:nth-last-child(1),
article.list-prods .vitrine  a.produto:nth-last-child(3){
    margin-bottom: 0;
}
article.list-prods .list-flt:last-child{
    margin-top: 20px;
}
article.list-marcas{
    width: 100%;
}
article.list-marcas .arrows{
    float: right;
}
article.list-marcas ul.marcas-listagem{
    margin-top: 10px;
}
article.list-marcas ul.marcas-listagem,
article.list-marcas ul.marcas-listagem li{
    float: left;
    width: 100%;
}
article.list-marcas ul.marcas-listagem li:last-child{
    margin-bottom: 0;
}
article.list-marcas ul.marcas-listagem li{
    margin-bottom: 20px;
}
article.list-marcas ul.marcas-listagem li figure{
    width: 700px;
    height: 250px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    float: left;
}
article.list-marcas ul.marcas-listagem li figure img{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
    height: 100%;
}
article.list-marcas ul.marcas-listagem li .info{
    float: right;
    width: calc(100% - 720px);
    min-height: 250px;
    position: relative;
    padding-bottom: 50px;
}
article.list-marcas ul.marcas-listagem li .info strong,
article.list-marcas ul.marcas-listagem li .info em,
article.list-marcas ul.marcas-listagem li .info p{
    float: left;
    width: 100%;
}
article.list-marcas ul.marcas-listagem li .info p{
    margin-top: 10px;
}
article.list-marcas ul.marcas-listagem li .info em{
    line-height: 12px;
    height: 15px;
}
article.list-marcas ul.marcas-listagem li .info strong{
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    font-family: 'josefin_sansbold';
}
article.list-marcas ul.marcas-listagem li .info a.button{
    float: left;
    height: 40px;
    line-height: 40px;
    background: #cc2229;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    padding: 0 30px;
    text-transform: uppercase;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
article.list-marcas ul.marcas-listagem li .info a.button:hover{
    background: #a31a20;
}


.head-central-antendimento{
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    margin-top: 30px;
}
aside.aside-atendimento h3,
article.form-atendimento h3,
.info-central h3,
.head-central-antendimento h2{
    float: left;
    width: 100%;
    text-align: center;
    color: #6f864b;
    font-size: 28px;
    font-weight: normal;
    font-family: 'josefin_sansbold';
    line-height: 30px;
    height: 30px;
}
.head-central-antendimento strong{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin-top: 20px;
    line-height: 20px;
    height: 30px;
}
.head-central-antendimento ul{
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.head-central-antendimento ul li{
    display: inline-block;
    margin: 0 3.5px;

}
.head-central-antendimento ul li:first-child{
    margin-left: 0;
}
.head-central-antendimento ul li:last-child{
    margin-right: 0;
}
.head-central-antendimento ul li a{
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    border:1px solid #666;
    background: #f5f5f5;
    font-size: 16px;
}
.head-central-antendimento ul li a.active,
.head-central-antendimento ul li a:hover{
    background: #ebebeb;
}
.info-central{
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 20px;
    padding: 30px;
}
aside.aside-atendimento h3,
article.form-atendimento h3,
.info-central h3{
    height: 30px;
    line-height: 20px;
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.info-central .txt{
    float: left;
    width: 100%;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    margin-top: 20px;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}
.info-central .txt p{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.info-central .txt p:last-child{
    margin-bottom: 0;
}
.info-central .txt ol li{
    list-style: decimal;
    list-style-position: inside;
    font-family: 'josefin_sansbold';
    font-weight: normal;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.info-central .txt ol li strong{
    font-family: 'josefin_sansbold';
    font-weight: normal;   
    display: inline-block;
    margin-bottom: 10px; 
    float: right;
    width: calc(100% - 15px);
}
.info-central .txt ol li p{
    float: right;
    width: calc(100% - 15px);
}
ul.icons-items-central{
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 20px;
    padding: 30px;
}
ul.icons-items-central li{
    float: left;
    width: 330px;
    margin-left: 25px;
}
ul.icons-items-central li:first-child{
    margin-left: 0;
}
ul.icons-items-central li strong{
    float: left;
    width: 100%;
    text-align: center;
    color: #6f864b;
    font-size: 22px;
    font-family: 'josefin_sansbold';
    font-weight: normal;   
}
ul.icons-items-central li strong i{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #6f864b;
    margin-bottom: 10px;
}
ul.icons-items-central li p{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

aside.aside-atendimento,
article.form-atendimento{
    float: left;
    background: #fff;
    padding: 30px;
    width: 680px;
    margin-top: 30px;
}
aside.aside-atendimento{
    float: right;
    width: 400px;
}
article.form-atendimento form{
    float: left;
    width: 100%;
    margin-top: 20px;
}
article.form-atendimento form label{
    width: 48%;
    float: left;
}
article.form-atendimento form label.full{
    width: 100%;
}
article.form-atendimento form label:nth-child(odd){
    float: right;
}
article.form-atendimento form textarea{
    height: 200px;
    line-height: 20px;
    padding: 10px;
}
aside.aside-atendimento p{
    float: left;
    width: 100%;
    margin-top: 20px;
    line-height: 25px;
}
aside.aside-atendimento p a{
    float: left;
    width: 100%;
}
aside.aside-atendimento p a i{
    color: #6f864b;
}

.filter.filter-mob,
article.list-prods .filter-ico,
.container-search-mob,
.search-ico{
    display: none;
}

@media (max-width: 1100px){
    .wrapper{
        width: 700px;
    }
    .container-header .user > span span,
    .container-header .user > a span {
        display: none;
    }
    .container-header{
        height: 90px;
    }
    .container-header .shop{
        line-height: 57px;
        margin-left: 0px;
        width: 40px;
        text-align: right;

    }
    .container-header h1{
        margin: 13px 0;
    }
    .container-header h1 img {
        height: 60px;
    }
    .fixed .container-header .mioloTop,
    .container-header .mioloTop {
       width: 330px;
        margin: 20px 15px 0;
    }
    .fixed .container-header .mioloTop{
        margin-top: 11px;
        width: 360px;
    }
    .container-header .mioloTop .links{
        width: 500px;
        left: -60px;
    }
    .container-header .mioloTop .links a{
        font-size: 14px;
    }
    .container-header .mioloTop .links a:nth-child(2) {
        margin: 0px 38px;
    }
    .fixed .container-header .shop{
        margin-left: 15px;
    }
    .fixed .container-header .menu-icon{
        left: 160px;
    }
    .container-header .mioloTop form{
        margin-top: 30px;
    }
    .container-header .mioloTop form input{
        height: 40px;
    }
    .container-header .mioloTop form button i,
    .container-header .mioloTop form button span,
    .container-header .mioloTop form button{
        height: 30px;
        line-height: 27px;
    }
    .container-header .mioloTop{
        margin-top: 10px;
    }
    .container-header .shop,
    .container-header .user {
        margin-top: 35px;
        height: 52px;
        line-height: 52px;
    }
    .container-header .user i{
        line-height: 48px;
    }
    .container-header .user i.fa-angle-down{
        line-height: 50px;
    }
    .fixed .container-header .shop,
    .fixed .container-header .user{
        height: 60px;
        line-height: 65px;
    }
    .fixed .container-header .user i.fa-angle-down,
    .fixed .container-header .user i{
        line-height: 60px;
    }
    .container-header .menu-icon {
        opacity: 1;
        width: 42px;
        top: 44px;
        left: 190px;
    }
    .container-header .menu-icon i{
        margin-left: 8px;
    }
    .container-header .menu-icon span{
        display: none;
    }
    .margin-top {
        margin-top: 90px;
    }
    .container-menu{
        background: #ebebeb;
        top: -360px;
        height: 360px;
    }
    .fixed .container-menu.closed{
        top: -360px;
    }
    .container-menu.opened{
        top: 90px;
    }
    .container-menu .wrapper{
        width: 100%;
    }
    .container-menu nav > ul{
        display: block;
        height: 360px;
    }
    .container-menu nav > ul > li{
        width: 100%;
        height: 30px;
    }
    .container-menu nav > ul > li > a{
        width: 100%;
        text-align: center;
        padding: 0;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .container-menu nav ul li:hover .sub{ 
        display: none;
            left: calc(50% - 322px) !important;
    }
    .container-menu nav ul li .sub:after{
        left: 30px !important;
    }
    .container-header .user .mini-menu-user{
        left: -128px;
    }
    .container-header .user .mini-menu-user:after{
        left: auto;
        right: 35px;
    }
    .container-news{
        width: 100%;
    }

    .container-news i{
        margin-top: -22px;
    }
    .container-news span{
        width: 100%;
        text-align: center;
        line-height: 25px;
        margin-top: 5px;
    }
    .container-news form{
        height: 30px;
        margin: 5px 0;
        position: absolute;
        top: 30px;
        z-index: 2;
    }
    .container-news form input,
    .container-news form button{
        height: 30px;
        line-height:30px;
    }
    .container-miolo .banners-destaque-top li{
        width: 136px;
        margin-left: 5px;
        height: 65px;
    }
    .container-miolo .banners-destaque-top li strong{
        font-size: 12px;
    }
    .container-miolo .banners-destaque-top li:last-child strong{
        letter-spacing: -.6px;
    }
    .container-miolo .banners-destaque-top li span{
        display: none;
    }
    footer .pad {
        padding: 20px;
    }

    footer .col {
        width: 157.5px;
        margin-left: 10px;
    }
    footer .col h3{
        font-size: 16px;
    }
    footer .col ul li, footer .col p,
    footer .col ul li a{
        font-size: 12px;
    }
    footer .col ul, footer .col p {
        margin: 10px 0 0 0;
    }
    footer .container-bot-footer .col.col2{
        width: 100%;
        margin: 0;
    }
    footer .container-bot-footer .col{
        width: 320px;
    }
    footer .container-bot-footer .sign > img{
        margin: 17px 0;
    }
    .container-miolo .vitrine a.produto{
        width: 180px;
        padding: 5px 5px 0;
    }
    .owl-vitrine.owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -30px !important;
    }
    .owl-vitrine.owl-theme .owl-controls .owl-buttons .owl-next {
        right: -30px !important;
    }
    .container-miolo .vitrine a.produto strong{
        font-size: 14px;
        line-height: 18px;
    }
    .container-miolo .vitrine a.produto .bg{
        width: calc(100% + 10px);
            margin: 0 -5px;
            padding: 10px 0;
    }
    .container-miolo .vitrine a.produto .star{
        margin: 10px 0;
    }
    .container-miolo .vitrine a.produto .bg > strong{
        font-size: 20px;
        line-height: 20px;
    }
    .container-miolo .vitrine a.produto .bg > span > strong{
        font-size: 15px;
    }
    .container-miolo .vitrine a.produto .bg > span{
        font-size: 12px;
        margin-bottom: -3px;
    }
    .container-miolo .vitrine h2{
        font-size: 20px;
    }
    .container-miolo .vitrine{
        padding: 20px 0;
    }
    .pad{
        padding: 0 20px;
    }
    .container-miolo .vitrine .pad:nth-child(2){
        padding: 0 50px;
    }



    aside.filter{
        width: 200px;
        margin-top: 0;
    }
    aside.filter .pad{
        padding: 15px;        
    }

    .filter.filter-mob .pad > strong,.filter.filter-mob .pad > h2,
    article.list-marcas .pad h2, article.list-prods .pad h2, aside.filter .pad > strong, aside.filter .pad > h2{
        font-size: 14px;
        margin-bottom: 0;
    }
    .filter.filter-mob .pad > h2 i,.filter.filter-mob .pad > strong i,
    article.list-marcas .pad h2 i, article.list-prods .pad h2 i, aside.filter .pad > h2 i, aside.filter .pad > strong i{
        font-size: 18px;
    }
    .filter.filter-mob ul.filt-options li a.delete-filter i,
    .filter.filter-mob ul.filt-options li a.delete-filter,
    .filter.filter-mob ul.filt-options li,
    .filter.filter-mob ul.filt-options li b,
    aside.filter ul.filt-options li a.delete-filter i,
    aside.filter ul.filt-options li a.delete-filter,
    aside.filter ul.filt-options li,aside.filter ul.filt-options li b{
        font-size: 12px;
        line-height: 18px;
        height: 18px;
    }
    .filter.filter-mob ul.filt-options li a.delete-filter,
    aside.filter ul.filt-options li a.delete-filter{
        margin-right: 2px;
    }
    .filter.filter-mob .pad form label input,
    .filter.filter-mob .pad form label span,
    .filter.filter-mob .pad form strong,
    aside.filter .pad form label input,
    aside.filter .pad form label span,
    aside.filter .pad form strong{
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .filter.filter-mob .pad form label input,
    aside.filter .pad form label input{
        width: 10px;
    }
    .filter.filter-mob .pad form label span,
    aside.filter .pad form label span{
        width: calc(100% - 15px);
        margin-left: 5px;
    }
    .filter.filter-mob .pad form strong,
    aside.filter .pad form strong{
        margin-bottom: 5px;
    }
    .filter.filter-mob .pad form label.values input,
    aside.filter .pad form label.values input{
        width: 70px;
        padding: 0 5px;
        font-size: 12px;
    } 
    article.list-marcas .pad, article.list-prods .pad{
        padding: 15px;
    }

    article.list-marcas, article.list-prods{
        width: 480px;
        margin-top: 20px;
    }
    article.list-marcas .list-flt select, article.list-prods .list-flt select{
        padding: 0 5px;
    }
    article.list-prods .vitrine  a.produto{
        margin: 0 0 15px 0;
        width: 215px;
    }
    article.list-prods .vitrine  a.produto:nth-child(even){
        float: right;
    }


    article.list-marcas{
        width: 100%;
    }

    article.list-marcas ul.marcas-listagem li figure {
        width: 670px;
        height: 240px;
    }
    article.list-marcas ul.marcas-listagem li .info{
        width: 100%;
        min-height: 0;
    }
    .produto-display{
        padding: 15px;
    }

    .produto-display .galery{
        width: 400px;
    }
    .produto-display .galery ul{
        width: 60px;
        height: 340px;
    }
    .produto-display .galery ul li{
        width: 60px;
        height: 60px;
    }
    .produto-display .galery figure {
        width: 330px;
        height: 340px;
    }
    .produto-display .side-info{
        width: 255px;
    }
    .produto-display .side-info .preco > i{
        width: 30px;
    }
    .produto-display .side-info .preco > .tag strong{
        font-size: 10px;
        width: 40px;
    }
    .produto-display .side-info .preco > .tag:after{
        right: 33px;
    }
    .produto-display .side-info .bg-wrap a.button{
        width: 200px;
        margin: 15px 27px 10px;
    }
    .produto-display .side-info .bg-wrap.frete input{
        width: calc(100% - 40px);
    }


    .tabs ul.info li .txt,
    .tabs ul.buttons{
        display: none;
    }
    .tabs ul.info li.active .txt,
    .tabs ul.info li{
        display: block;
    }
    .tabs ul.info li a.btn-responsive{
        display: block;
        width: calc(100% + 20px);
        margin: 0px -10px 0px;
        border-bottom: 1px solid #fff;
    }
    .tabs ul.info li:first-child a.btn-responsive{
        margin-top: -10px;
    }
    .tabs ul.info li.active a.btn-responsive{
        margin-bottom: 20px;

    }
    .tabs ul.info li a.btn-responsive:hover {
        background: #f5f5f5;
    }
    .tabs ul.info{
        padding: 10px 10px 0;
    }

    .tabs ul.info li:last-child a.btn-responsive{
        border-bottom: 0;
    }




    aside.user-area-menu{
        width: 220px;
    }
    aside.user-area-menu > strong{
        padding: 15px 0  10px 15px;
        width: calc(100% - 45px);
    }
    aside.user-area-menu > a.logout{
        margin: 15px 15px 0 0;
    }
    aside.user-area-menu > ul li a{
        padding: 0 15px;
    }
    .user-area article{
        width: 460px;
    }
    .user-area article > div{
        padding: 15px;
    }
    .user-area article .meus-pedidos-top  form{
        width: 50%;
    }
    .user-area article .meus-pedidos-top  form input{
        padding: 0 40px 0 10px;
        font-size: 12px;
    }
    .user-area article .meus-pedidos-top form button{
        padding: 0;
        width: 40px;
    }
    .user-area article .meus-pedidos-top label select{
        padding: 0 5px;
    }
    .user-area article .meus-pedidos-top label{
        width: 40%;
        font-size: 14px;
    }
    article.list-prods form select, .user-area article .meus-pedidos-top label select{
        width: calc(100% - 50px);
    }
    .user-area article .pedido .col{
        width: 210px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .user-area article .pedido .col:nth-child(3n+1){
        margin-left: 0;
    }
    .user-area article > .pedido:first-child h2{
        margin-bottom: 5px;
    }
    .user-area article .pedido .btn-area{
        margin-top: 10px;
    }
    .shop .cart .col-def, .user-area article > .pedido .col-def{
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .user-area article > .pedido .info-ped{
        margin-top: 0;
        border-top: 0;
    }
    .user-area article > .pedido ul.timeline li strong{
        font-size: 14px;
    }
    .user-area article > .pedido ul.timeline li span{
        line-height: 14px;
        font-size: 11px;
    }
    .user-area article table.cart.aval-prod td, .shop .cart table.cart td, .user-area article > .pedido table.cart td{
        width: 70px;
    }
    .user-area article table.cart.aval-prod td span, .shop .cart table.cart td span, .user-area article > .pedido table.cart td span{
        font-size: 12px;
    }
    .user-area article table.cart.aval-prod td:first-child span, .user-area article .pedido .btn-area table.cart td:first-child span, .shop .cart table.cart td:first-child span, .user-area article > .pedido table.cart td:first-child span{
        height: 36px;
        overflow: hidden;
        padding: 0;
        margin: 7px 0;
    }
    .user-area article .meus-enderecos ul li .btns{
        top: 10px;
        right: 10px;
    }
    .user-area article .meus-enderecos ul li label input{
        width: 15px;
        margin-right: 5px;
    }
    .user-area article .meus-enderecos ul li label span{
        width: calc(100% - 20px);
        font-size: 12px;
    }

    .shop header a.fone-shop{
        display: none;
    }
    .shop header ul.timeline{
        width: calc(100% - 150px);
        text-align: right;
    }
    .cart{
        padding: 15px;
    }
    .cart h2{
        font-size: 16px;
    }
    .cart table.cart-big{
        margin-top: 15px;
    }
    .cart table.cart-big thead td:first-child {
        padding: 0 10px;
    }
    .cart table.cart-big td {
        width: 80px !important;
        padding: 0 10px;
    }
    .cart table.cart-big td:nth-child(4){
        width: 40px !important;
    }
    .cart table.cart-big td:last-child {
        width: 130px !important;
    }
    .cart table.cart-big td:last-child span{
        font-size: 14px;
    }
    .cart table.cart-big td:first-child {
        width: calc(100% - 330px) !important;
    }
    .cart .full{
        margin-top: 15px;
    }
    .cart .full form{
        float: right;
    }
    .cart .full .frete{
        width: 100%;
        margin-top: 15px;
    }
    .cart .full .frete form{
        float: left;
        margin: 0;
    }
    .cart .full .frete em{
        width: 100%;
        text-align: left;
    }
    .cart .full .frete table.valor{
        margin: 0;
        width: 100%;
    }
    .cart .full .frete a.btn{
        margin-top: 10px;
    }
    .cart > strong.title-id{
        font-size: 22px;
        height: 30px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .cart > strong.title-id span{
        font-size: 18px;
        line-height: 30px;
        height: 40px;
    }
    .cart > form.id{
        margin: 0 35px;
    }
    .cart > .warn{
        margin: 20px 125px 0;
    }

    .cart .col-checkout {
        width: 215px;
        margin-left: 12.5px;
    }
    .cart .col-checkout .tabela .body-table form{
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .cart .col-checkout .tabela .body-table,
    .cart .col-checkout .tabela h3{
        padding: 0 10px;
        font-size: 12px;
    }
    .cart .col-checkout .tabela .body-table form label span, .cart .col-checkout .tabela .body-table form label strong{
        font-size: 12px;
        width: 65px;
    }
    .cart .col-checkout .tabela .body-table form label input{
        width: calc(100% - 70px);
    }
    .cart .col-checkout .tabela .body-table form label.select input{
        width: 10px;
    }
    .cart .col-checkout .tabela .body-table form label strong{
        margin-left: 3px;
        font-size: 10px;
    }
    .cart .col-checkout .tabela .body-table form label.select span:nth-last-child(2){
        width: 45px;
    }
    .cart .col-checkout .tabela .body-table form label{
        margin-top: 5px;
    }
    .cart .col-checkout .tabela .body-table form label.select .info-label ul, .cart .col-checkout .tabela .body-table form label.select .info-label p{
        padding-left: 13px;
    }

    .cart .col-checkout .tabela:nth-child(2) .body-table form label.select strong{
        width: 100px;
    }
    .cart .col-checkout .tabela .body-table form label.select .info-label label.select.outros .form label{
        padding: 0;
    }
    .cart .col-checkout .tabela .body-table table.cart-m td strong{
        font-size: 12px;
    }
    .cart .col-checkout .tabela .body-table table.cart-m td:last-child strong{
        font-size: 14px;
    }
    .cart .col-checkout .tabela .body-table table.cart-m td span{
        display: none;
    }
    .cart .col-checkout .tabela .body-table > strong{
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .cart .col-checkout .tabela .body-table form.endereco-entrega-logged-in label.select span{
        width: calc(100% - 13px);
        font-size: 11px;
    }
    .cart .col-checkout .tabela .body-table > p strong,
    .cart .col-checkout .tabela .body-table form.editAdressLog, .cart .col-checkout .tabela .body-table > p{
        font-size: 12px;
    }
    .head-central-antendimento{
        padding: 15px;
    }
    aside.aside-atendimento, article.form-atendimento{
        padding: 15px;
        width: 430px;
        margin-top: 20px;
    }
    aside.aside-atendimento{
        width: 250px;
    }
    .head-central-antendimento strong{
        font-size: 14px;
        margin-top: 5px;
        line-height: 16px;
        height: 16px;
    }
    .head-central-antendimento h2{
        font-size: 22px;
        line-height: 22px;
        height: 22px;
    }
    .head-central-antendimento ul{
        margin-top: 10px;
    }

    .head-central-antendimento ul li a{
        line-height: 30px;
        height: 32px;
        padding:  0 10px;
    }
    ul.icons-items-central,
    .info-central{
        padding: 15px;
    }
    .info-central .txt{
        margin-top: 10px
    }
    ul.icons-items-central li{
        width: 216px;
        margin-left: 10px;
    }
    ul.icons-items-central li strong{
        font-size: 18px;
    }
    ul.icons-items-central li strong i{
        font-size: 30px;
        margin-bottom: 5px;
    }
    ul.icons-items-central li p{
        margin-top: 5px;
    }
    .cover-all .formas-pgto{
        width: 450px;
    }
    .cover-all .tabs ul.info li table thead td{
        font-size: 14px;
    }
    .cover-all .tabs ul.info li table td{
        font-size: 12px;
        line-height: 18px;
        height: 18px;
        padding: 0 5px;
        margin-bottom: 5px;
    }
    .cover-all .tabs ul.info li p,
    .cover-all .tabs ul.info li table,
    .cover-all .tabs ul.info li.active a.btn-responsive{
        margin-bottom: 5px;
    }
    .cover-all .tabs ul.info li p{
        font-size: 12px;
    }
    .cover-all .tabs ul.info li.active .txt{
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .vitrine  a.produto .faixa-indisponivel{
        font-size: 13px;
        height: 30px;
        line-height: 30px;
    }
    .vitrine  a.produto .faixa-indisponivel i{
        font-size: 15px;
    }



}




@media (max-width: 710px){
    .wrapper{
        width:320px;
    }
    .pad{
        padding: 0 10px;
    }
    .container-miolo .vitrine{
        padding: 10px 0;
    }
    .container-header{
        height: 60px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    }
    .container-header h1{
        margin: 5px 0;
    }

    .container-header h1 img {
        height: 50px;
    }
    .container-header .mioloTop{
        display: none;
    }
    .container-header .menu-icon,
    .fixed .container-header .menu-icon {
        left: 140px;
        top: 17px;
    }
    .container-header .shop, .container-header .user,
    .fixed .container-header .shop, .fixed .container-header .user {
        height: 60px;
        line-height: 65px;
        margin-top: 0;
    }
    .container-header .shop,
    .fixed .container-header .shop{
        margin-left: 10px;
    }
    .container-header .shop{
        margin-left: 0;
        width: 40px;
    }
    .container-header .user i.fa-angle-down,
    .container-header .user i {
        line-height: 60px;
    
    }
    .margin-top{
        margin-top: 60px;
    }


    .search-ico{
        display: block;
        float: right;
        width: 30px;
        line-height: 60px;
        height: 60px;
        cursor: pointer;
        margin-left: 10px;

    }
    .search-ico i{
        color: #6f864b;
        font-size: 20px;
        line-height: 53px;
        float: left;
        width: 100%;
        text-align: right;
    }
    .container-search-mob{
        display: block;
        position: fixed;

    }
    .container-search-mob.closed{
        top: -60px;
    }
    .container-search-mob.opened{
        top: 63px;

    }
    .container-search-mob form{
        width: 100%;
        position: relative;
    }


    .container-menu.opened {
        top: 60px;
    }

    .container-search-mob form input{
        float: left;
        width: 100%;
        padding: 0 20px;
        height: 40px;
        border-radius: 5px;
        border:1px solid #ebebeb;

        -moz-transition: all 1s ease;
        /* WebKit */
        -webkit-transition: all 1s ease;
        /* Opera */
        -o-transition: all 1s ease;
        /* Standard */
        transition: all 1s ease;
    }
    .container-search-mob form button{
        position: absolute;
        width: 35px;
        height: 30px;
        background: #394621;
        border-radius: 5px;
        right: 5px;
        top: 5px;
        border:0;
        cursor: pointer;
        line-height: 30px;

        -moz-transition: all 1s ease;
        /* WebKit */
        -webkit-transition: all 1s ease;
        /* Opera */
        -o-transition: all 1s ease;
        /* Standard */
        transition: all 1s ease;
    }
    .container-search-mob form button i{
        color: #fff;
        font-size: 14px;
        float: left;
        height: 30px;
        line-height: 28px;
        width: 100%;
        text-align: center;
    }
    .container-search-mob form button:hover{
        background: #6f864b;
    }


    .container-menu nav ul li:hover .sub {
        left: calc(50% - 160px) !important;
        width: 320px;
        padding: 10px;
        display: none;
    }
    .container-menu nav ul li .sub .col{
        width: 140px;
        margin-left: 10px;
    }
    .container-menu nav ul li .sub .col ul, .container-menu nav ul li .sub .col ul li, .container-menu nav ul li .sub .col ul li a{
        font-size: 12px;
        line-height: 18px;
    }
    .container-menu nav ul li .sub .col2{
        width: 100%;
        margin: 0;
        display: none;
    }

    .container-news{
        height: 115px;
    }
    .container-news span{
        font-size: 14px;
        line-height: 20px;
    }
    .container-news span strong{
        font-size: 18px;
    }
    .container-news form{
        height: auto;
    }
    .container-news form input{
        width: 145px;
        margin: 0 5px;
    }
    .container-news form button{
        font-size: 14px;
        width: 150px;
        margin: 10px 75px 0;
    }
    .container-news i{
        margin-top: 0;
    }
    .container-miolo .banners-destaque-top li{
        width: 100%;
        margin: 0;
    }
    .container-miolo .banners-destaque-top li strong{
        margin-top: 5px;
    }
    .container-miolo .marcas-carrousel .pad {
        padding: 0 30px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev{
        left: -15px !important;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next{
        right: -15px !important;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev:after,
    .owl-theme .owl-controls .owl-buttons .owl-next:after{
        font-size: 20px !important;
    }
    footer .pad{
        padding:15px 10px;
    }
    footer .col{
        width: 145px;
    }
    footer .col:nth-child(2n+1){
        margin-left: 0;
    }
    footer .col:first-child,
    footer .col:nth-child(2){
        margin-bottom: 15px;
    }
    footer .container-bot-footer .col{
        width: 100%;
        margin-left: 0;
    }
    footer .col.col2 ul{
        text-align: center;
    }
    footer .col.col2 ul li{
        float: none;
        display: inline-block;
        margin-left: 10px;
    }
    footer .col.col2 ul li:nth-child(1) img{
        width: 65px;
    }
    footer .col.col2 ul li:nth-child(2) img{
        width: 72px;
    }
    footer .col.col2 ul li:nth-child(3) img{
        width: 40px;
    }
    footer .col.col2 ul li:nth-child(4) img{
        width: 30px;
    }
    footer .col.col2 ul li:nth-child(5) img{
        width: 35px;
    }
    footer .col.col2 h3:nth-child(3){
        margin-top: 15px;
    }
    footer .col.col2 > img:nth-child(4){
        margin: 5px 0 0 0;
        max-width: 100%;
    }
    footer .container-bot-footer .sign{
        padding: 10px;
    }
    footer .container-bot-footer .sign > .info{
        width: 100%;
        padding: 10px 0 0 0;
        border:0;
        text-align: center;
        border-top: 1px solid #ebebeb;
        font-size: 10px;
    }
    footer .container-bot-footer .sign > img {
        margin: 0px 100px 15px;
    }
    .container-bot-footer .col ul li,
    .container-bot-footer .col h3, footer .container-bot-footer .col ul li:before, footer .container-bot-footer .col ul li a, footer .col p, footer .col p a{
        text-align: center;
    }
    footer .col p a i,
    footer .col p a span{
        float: none;
    }
    .container-bot-footer .col ul li:before{
        display: none;
    }

    footer .container-bot-footer .bottom a{
        margin: 10px;
    }
    footer .container-bot-footer .bottom a i{
        font-size: 18px;
        line-height: 25px;
    }
    footer .container-bot-footer .bottom a:last-child{
        padding-left: 20px;
        width: 85px;
        height: 20px;
        background-size: auto 20px;
    }







    aside.filter{
        display: none;
    }
    .filter.filter-mob.closed{
        display: none;
    }
    .filter.filter-mob.opened{
        display: block;
    }
    .filter.filter-mob{
        width: calc(100% + 20px);
        margin: 10px -10px;
        position: relative;
        padding-bottom: 20px;

    }
    .filter.filter-mob:before{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background: #ebebeb;
        content: '';
    }
    .filter.filter-mob:after{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background: #ebebeb;
        content: '';
    }

    .filter.filter-mob .pad{
        padding: 10px;
        margin: 10px 0 0 0;
    }
    .filter.filter-mob .pad.mt{
        margin-top: 0;
        padding-top: 0;
    }
    .filter.filter-mob .pad form strong{
        margin-top: 0px;
    }
    .filter.filter-mob .pad.mt h2{
        display: none;
    }
    article.list-marcas .pad, article.list-prods .pad{
        padding: 10px;
    }
    article.list-marcas .list-flt, article.list-prods .list-flt{
        margin-top: 15px;
        height: 30px;
    }
    article.list-marcas .list-flt label, 
    article.list-prods .list-flt label{
        width: calc(100% - 150px);
        margin-right: 5px;
    }
    article.list-marcas .list-flt label span, article.list-prods .list-flt label span{
        font-size: 12px;
    }
    article.list-marcas .list-flt select, article.list-prods .list-flt select{
        width: 40px;
        font-size: 12px;
        padding: 0 2px;
    }
    article.list-marcas, article.list-prods{
        width: 100%;
    }
    article.list-marcas .list-flt > select, article.list-prods .list-flt > select{
        font-size: 12px;
        width: 100px;
    }
    article.list-marcas .list-flt .arrows, article.list-prods .list-flt .arrows{
        width: 40px;
    }
    article.list-marcas .list-flt .arrows a, article.list-prods .list-flt .arrows a{
        width: 20px;
        font-size: 16px;
    }
    article.list-marcas .list-flt .arrows a:first-child, article.list-prods .list-flt .arrows a:first-child{
        margin-right: 0;
    }
    article.list-prods .vitrine a.produto {
        margin: 0 0 10px 0;
        width: 145px;
    }
     .container-miolo article.list-prods .vitrine a.produto strong {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }
    article.list-prods{
        position: relative;
    }
    article.list-prods .filter-ico{
        position: absolute;
        right: 5px;
        top: 5px;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 22px;
        line-height: 15px;
        cursor: pointer;
        display: block;
    }

    article.list-marcas ul.marcas-listagem li figure{
        width: 300px;
        height: 110px;
    }
    article.list-marcas ul.marcas-listagem li .info strong{
        font-size: 14px;
    }
    article.list-marcas ul.marcas-listagem li .info em,
    article.list-marcas ul.marcas-listagem li .info p{
        font-size: 12px;
    }
    article.list-marcas ul.marcas-listagem li .info a.button{
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        padding: 0 20px;
    }
    article.list-marcas ul.marcas-listagem li .info{
        padding-bottom: 40px;
    }
    .titulo-produto{
        margin-top: 20px;
        padding: 10px 0;
    }
    .titulo-produto ul li a,.titulo-produto ul li span{
        font-size: 12px;
    }
    .titulo-produto ul li:before{
        font-size: 11px;
        margin: 0 5px;
    }
    .titulo-produto h2{
        font-size: 22px;
        margin-top: 5px;
    }
    .container-value .produto-infos h2{
        font-size: 14px;
        width:calc(100% - 180px);
    }
    .container-value .produto-infos a.button{
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
    }
    .container-value .produto-infos a.button i{
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }
    .produto-display{
        padding: 10px;
    }
    .produto-display .galery figure,
    .produto-display .galery{
        width: 100%;
        height: auto;
    }
    .produto-display .galery figure{
        height: 300px;
    }
    .produto-display .galery ul{
        width: 100%;
        height: 56px;
        margin-top: 5px;
    }
    .produto-display .galery ul li{
        float: left;
        margin-top: 0;
        margin-left: 5px;
        width: 56px;
        height: 56px;
    }
    .produto-display .galery ul li:first-child{
        margin-left: 0;
    }

    .produto-display .side-info{
        width: 100%;
        margin-top: 10px;
    }

    .produto-display .side-info .bg-wrap a.button {
        width: 230px;
        margin: 15px 35px 10px;
    }
    .produto-infos{
        padding: 10px;
    }
    .produto-infos .aval h4{
        font-size: 16px;
    }
    .produto-infos .aval .comment{
        margin-top: 15px;
        padding-top: 10px;
    }
    .produto-infos .aval .nota{
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
        height: 20px;
    }
    .produto-infos .aval .nota i{
        font-size: 22px;
        margin: 0 3px;
        line-height: 20px;
        height: 20px;
    }
    .produto-infos .aval .nota span{
        font-size: 12px;
    }
    .produto-infos .aval .comment > strong{
        font-size: 14px;
    }
    .produto-infos .aval .comment > .txt em, .produto-infos .aval .comment > .txt p, .produto-infos .aval .comment > .txt{
        font-size: 12px;
    }
    .produto-infos .aval .comment > .grade{
        margin-top: 5px;
    }
    .container-value .produto-infos span.value{
        font-size: 16px;
        width: 80px;
    }



    .cover-all .login{
        width: 300px;
    }
    .cover-all .frete-info > strong, .cover-all .formas-pgto > strong, .cover-all .login > strong{
        font-size: 12px;
        letter-spacing: -.3px;
    }
    .cover-all .login form label, .cover-all .login form label span, .cover-all .login form label input, .cover-all .login form div{
        font-size: 12px;
    }
    .cover-all .login form .btns-log a{
        font-size: 11px;
    }

    .container-header .shop .mini-shop-cart{
        width: 310px;
        right: -45px;
        padding: 10px;
    }
    .container-header .shop .mini-shop-cart ul li .value{
        font-size: 14px;
        width: 70px;
    }
    .container-header .shop .mini-shop-cart:after{
        right: 48px;
    }



    aside.user-area-menu{
        width: 100%;
        margin-top: 20px;
    }
    .user-area article > div:first-child{
        margin-top: 20px;
        padding-top: 0;
    }
    .user-area article{
        width: 100%;
    }
    .user-area article .meus-pedidos-top label,
    .user-area article .meus-pedidos-top  form{
        width: 100%;
    }
    .user-area article > div{
        padding: 10px;
    }
    .user-area article .meus-pedidos-top label{
        margin-top: 10px;
    }
    .user-area article > div:first-child h2{
        margin-bottom: 10px;
    }
    .user-area article .pedido .col{
        width: 100%;
        margin-left: 0;
    }
    .user-area article > .pedido ul.timeline li{
        width: 25%;
    }
    .user-area article table.cart.aval-prod td, .shop .cart table.cart td, .user-area article > .pedido table.cart td{
        width: 55px;
    }
    .user-area article table.cart.aval-prod td span, .shop .cart table.cart td span, .user-area article > .pedido table.cart td span{
        font-size: 11px;
        letter-spacing: -.3px;
    }

    .user-area article .meus-enderecos ul li{
        width: 100%;
        margin: 0 0 10px 0;
    }

    .user-area article form label, .user-area article form .half{
        width: 100%;
    }
    .user-area article .pedido .btn-area table.cart td{
        width: 125px;
    }
    .user-area article .pedido .btn-area table.hist span,
    .user-area article .pedido .btn-area form button, .user-area article .pedido .btn-area table.cart td a{
        font-size: 12px;
    }
    .user-area article .pedido .btn-area table.hist td span a,
    .user-area article .pedido .btn-area table.hist span{
        line-height: 14px;
    }


    .shop .fixed .container-header h1 img {
        height: 35px;
    }
    .shop .fixed .container-header h1{
        margin: 10px 0;
    }
    .shop header ul.timeline {
        width: calc(100% - 80px);
        left: auto;
        right: 10px;
    }
    .shop header ul.timeline li{
        width: 50px;
    }
    .shop header ul.timeline li span{
        font-size: 10px;
        padding: 0;
    }

    .cart {
        padding: 10px;
        margin-top: 20px;
    }
    .cart h2 {
        font-size: 14px;
    }
    .cart table.cart-big{
        border:0;
    }
    .cart table.cart-big thead{
        display: none;
    }
    .cart table.cart-big tr{
        width: 100%;
        display: block;
        float: left;
        border:1px solid #ebebeb !important;
        margin-bottom: 10px;
    }
    .cart table.cart-big td:first-child{
        border-bottom:1px solid #ebebeb !important;

    }
    .cart table.cart-big td:last-child,
    .cart table.cart-big td {
        width: 85px !important;
        padding: 0 5px;
        display: block;
        border:0 !important;
        float: left;
    }
    .cart table.cart-big td:first-child{
        width: 100% !important;
    }
    .cart table.cart-big td span.input{
        margin: 5px 0;
    }
    .cart table.cart-big td a.exclude{
        line-height: 50px;
    }
    .cart .full label, .cart .full form{
        width: 100%;
    }
    .cart .full {
        margin-top: 5px;
    }
    .cart .full label,
    .cart .full form{
        margin-left: 0;
        margin-top: 10px;
    }
    .cart .full .frete{
        margin-top: 10px;
    }
    .cart .full form input{
        width: 195px;
    }
    .cart .full .frete form{
        height: auto;
    }
    .cart .full .frete form input,
    .cart .full .frete form button{
        margin-top: -3px;
        margin-bottom: 5px;
    }
    .cart .full .frete form input{
        width: 198px;
    }
    .cart .full .frete form i,
    .cart .full .frete form span{
        height: 30px;
        line-height: 30px;
    }
    .cart .full .frete form i{
        height: 62px;
        line-height: 63px;
    }
    .cover-all .banner-pop, .cover-all .frete-info, .cover-all .formas-pgto, .cover-all .frete-cart {
        width: 300px;
    }
    .cover-all .frete-cart table.frete-table thead td{
        font-size: 12px;
        line-height: 16px;
        padding: 5px;
    }
    .cover-all .frete-cart table.frete-table td{
        padding: 0 5px;
    }
    .cover-all .frete-cart table.frete-table td span{
        font-size: 12px;
    }
    .cart .full .frete em a,
    .cart .full .frete em{
        font-size: 11px;
    }
    .shop footer .container-bot-footer .bottom{
        text-align: center;
    }
    .cart > form.id{
        width: 100%;
        margin: 0;
    }
    .cart > form.id input{
        height: 40px;
        line-height: 40px;
        padding: 0 5px;
    }
    .cart > form.id button{
        height: 30px;
        padding: 0 15px;
        font-size: 11px;
    }
    .cart > strong.title-id{
        height: auto;
        line-height: 18px;
        font-size: 16px;
        margin-top: 5px;
    }
    .cart > strong.title-id span{
        font-size: 14px;
        line-height: 18px;
        height: auto;
    }
    .cart > .warn {
        margin: 0px 0px 0;
        width: 100%;
    }
    .cart > .warn strong{
        font-size: 13px;
        line-height: 16px;
        height: 16px;
    }
    .cart > .warn div ul li:after{
        font-size: 14px;
        width: 15px;
        height: 20px;
        line-height: 20px;
    }
    .cart > .warn div ul li{
        padding-left: 18px;
        font-size: 12px;
        line-height: 20px;
        height: 20px;
    }
    .cart > .warn{
        height: 140px;
    }
    .cart > .warn div{
        padding: 15px;
    }
    .cart > .warn i {
        font-size: 180px;
        line-height: 150px;
    }
    .cart .col-checkout{
        width: 100%;
        margin: 0;
    }

    .cart .col-checkout p a,
    .cart .col-checkout p{
        font-size: 12px;
    }
    .cart > strong.title-id.tnks{
        margin: 10px 0;
    }
    .head-central-antendimento{
        margin-top: 20px;
    }
    aside.aside-atendimento, article.form-atendimento{
        width: 100% !important;
        padding: 10px;
    }
    .head-central-antendimento h2{
        font-size: 18px;
    }
    .head-central-antendimento strong{
        height: auto;
        font-size: 12px;
        line-height: 14px;
    }
    .head-central-antendimento ul li a{
        font-size: 14px;
    }
    aside.aside-atendimento h3, article.form-atendimento h3, .info-central h3{
        font-size: 16px;
    }
    article.form-atendimento form{
        margin-top: 10px;
    }
    .info-central .txt{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
    ul.icons-items-central li p,
    .info-central .txt p{
        font-size: 12px;
        margin-bottom: 10px;
    }
    ul.icons-items-central li{
        width: 100%;
        margin: 0;
    }
    ul.icons-items-central li:last-child p{
        margin-bottom: 0;
    }
    .cover-all .aviseme{
        width: 300px;
    }



    .vitrine  a.produto .faixa-indisponivel{
        top: 80px;
    }
    article.list-prods .vitrine  a.produto .faixa-indisponivel{
        top: 60px;
        font-size: 11px;
    }
    article.list-prods .vitrine  a.produto .faixa-indisponivel i{
        font-size: 13px;
    }

    .cover-all .banner-pop strong{
        font-size: 24px;
        line-height: 26px;
    }
    .cover-all .banner-pop strong b{
        font-size: 27px;
    }
    .cover-all .banner-pop form{
        margin-top: 20px;
    }
    .cover-all .banner-pop form input{
        width: 100%;
        margin-bottom: 10px;
    }
    .cover-all .banner-pop form button{
        width: 100%;
        margin: 0;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
}