@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);
@import url('https://fonts.googleapis.com/css?family=Amaranth:400,700|Frank+Ruhl+Libre:400,700|Open+Sans:400,700|Play:400,700|Roboto:300,400,700|Saira+Semi+Condensed:400,700&display=swap');
/* fonts
font-family: 'Roboto', sans-serif;
font-family: 'Josefin Slab', serif;
font-family: 'Pontano Sans', sans-serif;
font-family: 'Kaushan Script', cursive;
font-family: 'Yantramanav', sans-serif;
font-family: 'Quattrocento Sans', sans-serif;
font-family: 'Abel', sans-serif;
font-family: 'Barlow Condensed', sans-serif;
font-family: 'Roboto Slab', serif;
*/
body{
    /*font-family:'Open Sans', sans-serif;*/
    font-family: 'Montserrat',sans-serif;
    background:#fff;
}

img[src*=".gif"], img[src*=".png"], img[src*=".jpg"] {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: optimizeQuality;
}

/* Header */
.header-container.themeFive{
    border-top-width: 0px;
}

.header-container.themeFive .top-new-menu{
    display: none;
}

.header-container.themeFive .header{
    border-top: solid 1px #e0e0e0;
    border-bottom: none!important;
}

.header-container.themeFive .top-links-container{
    /*display: block;*/
    background: #C0262B;
    height: 28px;
    line-height: 16px;
    color: #FFF!important;
    text-transform: capitalize;
    font-weight: 400;
}

.header-container.themeFive .top-links-container a{
    color: #fff!important;
    font-size: 11px;
}

.header-container.themeFive .top-links-container a:hover{
    color: #BABABA!important;
    text-decoration: none;
}

.header-container.themeFive .top-links-area{
    float: right;
}

.header-container.themeFive{
    background: #fff!important;
}

.header-container.themeFive .top-links-area .links{
    margin: 0px;
}

.header-container.themeFive .top-links-area .links li{
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}

.header-container.themeFive .top-links-area .links li:after{
    content: " ";
    border-right: .3px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.header-container.themeFive .top-links-area .links li.last:after{
    content: " ";
    border-right: none;
    padding-left: 0px;
    padding-right: 0px;
}

.header-container.themeFive .top-links-area .links li:hover{
    color: #fff;
}

.header-container.themeFive .top-links-area .links li i{
    color: #000;
    margin-right: 3px;
}

.page {
    position: relative;
    left: 0;
    transition: left 0.3s;
    background-color: #fff;
    padding: 0;
}

.wrapper {
    background-color: #fff;
}

.themeFive .header .logo{
    padding-top: 5px;
}

.themeFive .header .logo img {
    max-width: 100%;
    max-height: 56px;
}

.themeFive .header>.logo {
    margin: 15px 40px 15px 0;
    text-decoration: none !important;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    transition: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sticky-logo {
    float: left;
    margin-right: 20px;
    margin-top: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.sticky-logo img {
    max-height: 50px;
    margin-top: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.logo .open-menu-sus{
    display: none;
    width: 30px;
    height: 30px;
    background: 0 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -30px;
    border:0;
    z-index: 99;
}

.logo .open-menu-sus:after {
    color: #fff;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 2em;

}

.themeFive .home-bar{
    background-color: #fff!important;
    display: block;
    background: none;
    margin-top: 10px;
}

.themeFive .home-bar i{font-size:26px;color:#65D276;display:inline-block;vertical-align:middle}
.themeFive .home-bar i:before{width:auto}
.themeFive .home-bar .home-bar-icon{display:inline-block;vertical-align:middle; }
.themeFive .home-bar h3{color:#2E393B;font-size:16px;margin:0;line-height:1.5}
.themeFive .home-bar p{font-size:14px;margin:0;line-height:1; color: #3174AF; font-weight: bold}
.themeFive .home-bar .col-md-3{border-left:0px solid #e1e1e1;padding-top:28px;padding-bottom:21px}
.themeFive .home-bar .col-md-3:last-child{border-left:0px solid #e1e1e1;padding-top:20px;padding-bottom:21px}
.themeFive .home-bar .col-md-3:first-child{border-left:0}
.themeFive .home-bar .text-area{display:inline-block;vertical-align:middle;text-align:left;margin-left:5px; margin-top: -5px}

.themeFive .msg-bar p{
    font-size: 32px;
    color: #367eb1;
    font-weight: 600;
    text-align: center;
    font-family: "open sans";
    margin: 0;
}

.themeFive .msg-bar{
    padding-top: 20px;
}

.themeFive .search-msg {
    color: #333;
    margin-bottom: 0px;
    width: 50%;
    display: block;
    float: left;
    margin-top: 3px;
}

.themeFive .search-msg a{
    color: #1194de!important;
}


.header-container.themeTwo .header {
    display: block;
    vertical-align: middle;
    padding: 0px 0;
    text-align: center;
}

.header-container.themeTwo .header>.logo {
    margin: 30px 0!important;
}

.header-container.themeTwo .header>.logo {
    margin: 30px 40px 30px 0;
    text-decoration: none!important;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 241px;
    position: relative!important;
    z-index: 2;
    transition: none;
}

.header-container.themeTwo .search-icon{
	display: none;
}

.header-container.themeTwo .header .form-search {
    overflow: visible;
    border: 1px solid #ccc;
    border-radius: 0px;
    position: relative;
    width: 100%;
    min-width: 300px;
    padding-right: 30px;
    background-color: #fff;
}

.header-container.themeFive1 .search-area {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    display: inline-block;
    height: 0px!important;
    left: 20px;
    vertical-align: middle;
}

.header-container.themeFive .search-area {
    height: 40px;
}

.header-container.themeFive .header .form-search #search {
    border: 0;
    height: 42px;
    background-color: transparent;
    padding: 10px 15px;
    color: #999;
    font-family: Arial;
    width: 100%;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    border-radius: 0px 0 0 0px;
}


/* Search Mini */
.themeFive .header-wrapper .menu-wrapper .search-area {
    position: absolute;
    margin:0;
    height: 40px;
    top: 4px;
    z-index: 1;
    display: inline-block;
    left: 200px;
    vertical-align: middle;
    width: 600px;
}

.themeFive .header-wrapper .menu-wrapper .search-area #search_mini_form .form-search {
    overflow: visible;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    position: relative;
    width: 100%;
    min-width: 250px;
    padding-right: 0px;
    background-color: #eaeaea;
}

.themeFive .header-wrapper .menu-wrapper .search-area #search_mini_form {
    overflow: visible;
    border: none;
    border-radius: 0px;
    position: relative;
    width: 100%;
    min-width: 250px;
    background-color: #eaeaea;

}

.themeFive .header-wrapper .menu-wrapper .search-area #search_mini_form .form-search label {
    float: left;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
    display: none;

}

.themeFive .header-wrapper .menu-wrapper .search-area #search_mini_form .form-search #search {
    border: 0;
    height: 38px;
    background-color: transparent;
    padding: 10px 15px;
    color: #999;
    font-family: Arial;
    width: 93%;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    border-radius: 0px 0 0 0px;
}

.themeFive .header-wrapper .menu-wrapper .search-area #search_mini_form .form-search button.button {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    font-size: 25px;
    font-weight: bold;
}


.themeFive .header-wrapper .menu-wrapper .account-user {
    position: absolute;
    float: left;
    top: 3px;
    z-index: 1;
    min-height: 43px;
    width: 210px;
    vertical-align: middle;
    right: 180px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-container.themeTwo .header .custom-block {
    display: inline-block;
    text-align: left;
    font-size: 11px;
    height: 42px;
    line-height: 1;
    border-right: solid 2px #dde0e2;
    padding-right: 35px;
    margin-right: 0;
}

.header-container.themeTwo .header .custom-block span {
    color:#787d7f !important;
}
.header-container.themeTwo .header .custom-block b {
    color:#333333 !important;
}

/* rastreio */
.themeFive .rastreio{
    display: inline-block;
    position: relative;
}

.themeFive .rastreio:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    color: #cbb971;
    font-weight: 600;
}

.themeFive .rastreio a .icon {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin-right: 0px
}

.themeFive .rastreio a .icon .a {
    fill: #cbb971
}

.themeFive .rastreio a span {
    color: #cbb971;
}

.themeFive .rastreio .form-rastreio {
    background: #fff;
    border: solid 1px #d4d5d6;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    width: 220px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.themeFive .rastreio .form-rastreio .wrap {
    position: relative;
    margin: 10px 0
}

.themeFive .rastreio .form-rastreio span {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin: 10px 0;
    text-align: left;
    line-height: 20px
}

.themeFive .rastreio .form-rastreio input {
    width: 100%;
    padding: 0 10px;
    height: 48px;
    background: #eaeaea;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 0;
    color: #4d4d4d;
    outline: 0;
    border: none
}

.themeFive .rastreio .form-rastreio input::-webkit-input-placeholder {
    color: #9b9b9b;
    font-size: 14px
}

.themeFive .rastreio .form-rastreio input:-moz-placeholder {
    color: #9b9b9b;
    font-size: 14px
}

.themeFive .rastreio .form-rastreio input::-moz-placeholder {
    color: #9b9b9b;
    font-size: 14px
}

.themeFive .rastreio .form-rastreio input:-ms-input-placeholder {
    color: #9b9b9b;
    font-size: 14px
}

.themeFive .rastreio .form-rastreio button {
    position: absolute;
    right: 10px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    background: 0 0;
    color: #cbb971;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.themeFive .rastreio .form-rastreio button:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    font-weight: 600;
}

.themeFive .rastreio:hover .form-rastreio {
    visibility: visible;
    opacity: 1
}

.header-container.themeFive .main-nav, .header-container.themeFive .main-nav .container {
    background-color: rgb(33, 134, 196)!important;
    border-bottom: none!important;
}

.header-container.themeFive .main-nav .menu-wrapper {
    background-color: transparent!important;
    margin-bottom: 0px;
}

.header-container.themeFive .links li{
    border-left: none;
    text-transform: none;
    font-size: 13px;
    padding: 0 5px;
    color: #333;
}

.header-container.themeFive .links li:hover{
    text-decoration: none;
    color: #1194de;
}

.header-container.themeFive .links li a:hover{
    text-decoration: none;
    color: #1194de;
}

.header-container.themeFive .header .form-search button.button {
    color: #fff;
    background-color: #C0262B;
    border-color: transparent;
    font-size: 14px;
    font-weight:bold;
    border-radius: 10px;
    height: 42px;
    width: 50px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.header-container.themeFive .header .form-search button.button:hover {
    color: #fff;
    background-color: #C0262B;
    border-color: transparent;
    opacity: 0.7;
}

.header-container.themeFive .header .form-search {
    overflow: visible;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    position: relative;
    width: 100%;
    min-width: 250px;
    padding-right: 40px;
    background-color: #fff;
}

.header-container.themeFive .mini-cart{
    position: relative;
    float: right;
    z-index: 1;
    right: 0px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #E1E1E1;
    background: #F5F5F5;
    color: #545454;
    border-radius: 10px;
    width: 195px!important;
    top: 0px;
    height: 42px;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    padding: 0px;
    margin-right: 15px;
}

.header-container.themeFive .mini-cart:hover {
    /*opacity: 0.7;*/
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border:1px solid #C0262B;
}

.header-container.themeFive .mini-cart .mybag-link{
    display: inline-block;
    width: 100%!important;
    max-width: 100%;
    font-family: Montserrat;
    position: relative;
    height: 42px!important;
    text-align: left;
    padding-left: 15px;

}

.header-container.themeFive .mybag-link .cart-info {
    height: 42px;
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 0px!important;
    position: relative;
    top: -3px;
    border-radius: 10px!important;
    overflow: hidden;

}

.header-container.themeFive .mybag-link .cart-qty {
    font-size: 12px;
    color: #fff!important;
    text-align: center;
    line-height: 14px;
    text-transform: none;
    position: absolute;
    background: #C0262B;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    top: -15px;
    right: -10px;
}

.header-container.themeFive .cart-area .mybag-link .cart-info p{
    text-align: left;
    font-weight: 400;
    color: #545454;
    font-size: 14px;
    line-height: 42px!important;
    text-transform: initial;
    font-weight: 600;
}

.header-container.themeFive .cart-area .mybag-link .cart-info:before{
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    margin-left: 10px;
    font-weight: 600;
    height: 42px;
    position: absolute;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    right: 0;
    z-index: 1;
    border-radius: 10px;
    font-size: 20px;
    line-height: 41px;
}

.header-container.themeFive .cart-area .mybag-link .cart-info:after {
    content: '';
    position: absolute;
    z-index: -1!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 30%;
    height: 300%;
    background: #545454;
    right: -20px;
    top: 0;
    margin: -25px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(20deg);
    transform-origin: 0 0;
    transform: rotate(20deg);
}

.header-container.themeFive .cart-area .mybag-link .cart-info:hover:after {
    background: #C0262B;
}


.header-container.themeFive .account-user {
    position: relative;
    float: left;
    top: 8px;
    z-index: 1;
    min-height: 43px;
    width: 210px;
    vertical-align: middle;
    right: 0px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-container.themeFive .account-user:hover {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border:1px solid #C0262B;
}

.header-container.themeFive .account-user .account-user-box{
    display: inline-block;
    width: 100%;
    font-family: Montserrat;
    position: relative;

}

.header .cart-area .account-user {
    border: 1px solid #E1E1E1;
    background: #F5F5F5;
    color: #545454;
    border-radius: 10px;
    width: 195px;
    top: 0px;
    height: 42px;
}

.header-container.themeFive .account-user .account-user-box a{
    font-size: 14px;
    display: block;
    position: relative;
    height: 42px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    padding-left: 15px;
    font-weight: 600;

}

.header-container.themeFive .account-user .account-user-box a>span{
    font-size: 14px;
    display: block;
    color: #545454;
    margin-top: 3px;
    line-height: 40px!important;
    position: relative;
}

.header-container.themeFive .account-user .account-user-box a>span:before{
    content: "\f2bd";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    margin-left: 10px;
    font-weight: 600;
    height: 42px;
    position: absolute;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    right: 0;
    z-index: 1;
    border-radius: 10px;
    font-size: 20px;
    line-height: 41px;
}

.header-container.themeFive .account-user .account-user-box a>span:after {
    content: '';
    position: absolute;
    z-index: -1!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 30%;
    height: 300%;
    background: #545454;
    right: -20px;
    top: 0;
    margin: -25px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(20deg);
    transform-origin: 0 0;
    transform: rotate(20deg);
}

.header-container.themeFive .account-user .account-user-box a>span:hover:after {
    background: #C0262B;
}

.header-container.themeFive .account-user .account-user-box a>strong{
    font-size: 14px;
    display: block;
    color: #cbb971;
    margin-top: 3px;
}

.header-container.themeFive .account-user .account-user-box a:hover{
    text-decoration: none;

}



.header-container.themeFive .account-user .icon-account{
    fill:#cbb971;
    width: 30px;
    margin-right: 10px;
}


.header-container.themeFive .cart-area {
    position: absolute;
    top: 30%;
    margin-top: -15px;
    z-index: 1;
    display: inline-block;
    min-height: 43px;
    vertical-align: middle;
}

.header-container.themeFive .cart-area .links{
    display: none;
}

.header-container.themeFive .cart-area .mybag-link .icon-bag {
    color: #cbb971;
    width: 30px;
    fill: #cbb971;
    margin-top: 3px;
    margin-left: 5px;
}



.header-container.themeFive .cart-area .mybag-link .cart-info span{
    text-align: right;
    font-size: 14px;
    color: #cbb971;

}

.themeFive .header-container.sticky-header .menu-wrapper .mybag-link .cart-info {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 15%;
}

.themeFive .header-container.sticky-header .menu-wrapper .mybag-link .cart-info span{
    text-align: right;
    font-size: 14px;
    color: #cbb971;

}

.themeFive .header-container.sticky-header .menu-wrapper .mybag-link .cart-info p{
    text-align: right;
    font-weight: 400;
    color: #9b9b9b;
    font-size: 14px;
    margin-top: 3px;
}

.themeFive .header-container.sticky-header .menu-wrapper .mybag-link .cart-info p:after{
    content: "\f107";
    font-family: FontAwesome;
    color: #9b9b9b;
    margin-left: 10px;
}

.themeFive .header-container.sticky-header .menu-wrapper .mybag-link {
    background: none;
    display: block;
    max-width: 177px;
    border-radius: 0px;
    text-align: left;
    padding: 0px;
    min-height: 43px;
    margin-top: 10px;
}

.themeFive .header-container.sticky-header .menu-wrapper .mybag-link .icon-bag {
    color: #fff;
    width: 30px;
    fill: #fff;
    margin-top: 3px;
    margin-left: 5px;
}

.header-container.themeFive .mini-cart .topCartContent {
    border-top: solid 5px #fff!important;
    display: none;
}

.header-container.themeFive .mini-cart .topCartContent:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    display: block;
    right: 15px;
    top: -25px;
    border-bottom-color: #fff;
}

.header-container.themeFive .mini-cart .topCartContent:after {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    height: 25px;
    width: 100%;
    display: none!important;
}

.header-container.themeTwo .mini-cart .topCartContent .product-name{
	margin: 0px 0;
}

.header-container.themeTwo .mini-cart .topCartContent .product-name a {
    margin: 0 0 5px;
    min-height: 0px;
    max-height: 33px;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000!important;
    font-weight: bold;
}


.header-container.themeTwo .mini-cart .mybag-link i {
    font-size: 28px;
    color: #393f4f;
}

.header-container.themeTwo .mybag-link .cart-item {
   display: none;
}

.header-container.themeTwo .mybag-link {
	position: relative;
    padding: 0 10px 0 0;
    line-height: 37px;
    color: #000;
}

.header-container.themeTwo .mini-cart > a:after {
    right: 6px;
}

.header-container.themeTwo .mini-cart > a:after {
    content: "\f107";
    font-family: 'fontawesome';
    position: absolute;
    right: 0;
    top: 2px;
}

.header-container.themeTwo .mini-cart .qty-price{
	color: #ec7b1c;
	font-weight: bold;
	font-size: 14px;
}

.header-container.themeTwo .mini-cart .qty-price .price{
	color: #ec7b1c;
}

.header-container.themeTwo .mini-cart .totals .label{
	color: black;
}

.header-container.themeTwo .mini-cart .totals .price-total{
	color: #ec7b1c;
}

.themeFive .entry-content h3{
    color: #333;
}


/*
 * Menu
 */
.header-container.themeTwo .main-nav {
    background-color: transparent;
    font-size: 12px;
    border-top: 1px solid #D1D5D9;
    border-bottom: 1px solid #D1D5D9;
    padding: 0;
    text-align: left;
}

.header-container.themeTwo .main-nav .menu-wrapper {
    background-color: #FFF;
    border-radius: 0px 0px 0 0;
    position: relative;
}

/*
 * Slide Show
 */
.owl-theme .owl-controls .owl-page span {
    width: 14px;
    height: 14px;
    background: #FFF;
    opacity: 0.5;
    filter: Alpha(Opacity=80);
    border-radius: 0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    width: 14px;
    height: 14px;
    background: #FFF;
    opacity: 1;
    filter: Alpha(Opacity=100);
    border-radius: 0;
}

/*
 * Login
 */
.account-login #login-form,#form-validate{
    border-top-color: #262626!important;
    box-shadow: 0 0px 0px rgba(0,0,0,0.08)!important;
    border:none;
}

.contact-info i{
    background: #006bb1!important;
}

#contactForm button.button span{
    background: #006bb1!important;
}

button.button span {
    display: block;
    border: 0;
    background: #262626;
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    line-height: 38px;
    border-radius: 5px;
}


/*
 novo menu
 */

/*nav.menu_2_0 ul ul {
    display: none;
}
*/
.header-container.sticky-header .header-wrapper{
    background-color: #262626!important;
}

.header-container.sticky-header .header-wrapper .main-nav .menu-wrapper{
    margin-bottom: 0px;
    border-bottom: none!important;
    background-color: #262626!important;
}

.header-container.sticky-header .header-wrapper .main-nav nav.menu_2_0 ul li{
    min-width:125px!important;
}

.header-container.sticky-header .header-wrapper .main-nav nav.menu_2_0 ul li a{
    text-align: center;
}

.header-container.sticky-header .header-wrapper .main-nav nav.menu_2_0 ul li ul li a{
    text-align: left;
}

nav.menu_2_0 ul li.father > a{
    height: 70px;
    line-height: 40px;
}

nav.menu_2_0 ul li > a{
    height: 70px;
    line-height: 40px;
}



nav.menu_2_0 a[href*="https://www.tnsoutlet.com.br/category/marcas"]{
   font-weight: bold;
   background: #F2F2F2;
}

/*  nav.menu_2_0 ul li:hover> ul {
    display: block;
    z-index: 10;

 }*/

nav.menu_2_0 {
 margin: 0 auto;
 text-align: left;
 text-transform: uppercase;
 font-weight: 600;
}

nav.menu_2_0 ul {
 padding: 0 0px;
 list-style: none;
 position: relative;
 display: inline-table;
 margin: 0 auto;
 background: transparent;
 width: 100%;
}
 nav.menu_2_0 ul:after {
 content: "";
 clear: both;
 display: block;
 transition: color 0.1s,
 background-color 0.1s;
 }

 nav.menu_2_0 ul li {
    /*float: left;*/
    position: relative;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: table-cell!important;
 }

nav.menu_2_0 ul li:hover a {
    color: #FFF;
    background-color: #3F3F3F;
 }



 nav.menu_2_0 ul li.children > a:after {
    content: '\e850';
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -20px;
    left: 0;
    font-family: "porto";
    width: 10px;
    height: 10px;
    top: 60%;
    right: 10px;
    left: auto;
    margin-top: -7px;
    font-size: 8px;

 }

 nav.menu_2_0 ul li.father > a:after {
    content: '\e81c';
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -20px;
    left: 0;
    font-family: "porto";
    width: 15px;
    height: 15px;
    top: 35%;
    right: 10px;
    left: auto;
    margin-top: -7px;
 }

 nav.menu_2_0 ul li a {
    display: block;
    padding: 16px 16px;
    color: #FFF;
    text-decoration: none;
    transition: color 0.1s,
    background-color 0.1s;
    text-align:center;
    padding-right: 35px;
    font-size: 14px;
    font-weight: 600;
    background: transparent!important;
    text-transform: capitalize;
 }

/*nav.menu_2_0 ul li a:hover {
    color: #3F3F3F;
    background: #fff;
}*/

/* nav.menu_2_0 ul ul {
    background-color: #FFF;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
    border-top: none;
    border: none;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    min-width: 260px;
    width: 190px;

 } */
/*nav.menu_2_0 ul ul li {
    float: none;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;

    min-width: 190px;
    width: 100%;
    white-space: nowrap;
    background-color: #FFF!important;
 }*/

/*nav.menu_2_0 ul ul li a {
     display: block!important;
     padding: 10px 5px;
     padding-right: 30px;
     padding-top: 15px;
     padding-bottom: 15px;
     color: #545454 !important;
     text-align: left;
     transition: all 0.1s;
     font-weight: normal;
     border-bottom: none;
     padding-left: 15px;
     background-color: #fff!important;
     font-size: 13px!important;
     text-transform: capitalize;


}*/

nav.menu_2_0 ul li.father{
    /*width: 33.33%;*/
    color: #FFF;
    display: block;
}


nav.menu_2_0 ul li.father a:hover {
    background: #333;
    color: #FFF;
    display: block;
}

nav.menu_2_0 ul ul li a:hover {
    background-color: #F4F4F4!important;
    color: #000!important;
    transition: all 0.1s;
    display: block;
 }



/* nav.menu_2_0 ul ul ul {
    position: absolute;
    left: 100%;
    top:0;
    text-transform: capitalize;
    width: 380px;
 }*/

 /*nav.menu_2_0 ul li:last-child ul ul {
     left: -100%;
 }*/

/* nav.menu_2_0 ul ul ul li{
    min-width: 190px;
 }*/

 /* nav.menu_2_0 ul ul ul li{
    min-width: 190px;
    display: block;
 }*/

/* Full menu */
/*nav.menu_2_0  li.father:nth-child(2) ul {
    width: 1145px;
    z-index: 1100;

    left: -0px;
}*/

nav.menu_2_0  li.father:nth-child(2) ul li {
    width: 160px;
}

nav.menu_2_0  li.father:nth-child(2) ul li a {
    font-weight: bold;
}

nav.menu_2_0  li.father:nth-child(2) ul li ul {
    position: initial;
    box-shadow: none;
    font-weight: 600;
    display: block;
    width: 160px;
    height: 50px;
    margin-left: 0;
}

nav.menu_2_0  li.father:nth-child(2) ul li ul li {

}

nav.menu_2_0  li.father:nth-child(2) ul li ul li a {
    color: #cbb971!important;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
}


nav.menu_2_0  li.father:nth-child(3) ul {
    width: 1145px;
    z-index: 1100;
    /* right: 0!important; */
    left: -175px;
}

nav.menu_2_0  li.father:nth-child(3) ul li {
    width: 160px;
}

nav.menu_2_0  li.father:nth-child(3) ul li a {
    font-weight: bold;
}

nav.menu_2_0  li.father:nth-child(3) ul li ul {
    position: initial;
    box-shadow: none;
    font-weight: 600;
    display: block;
    width: 160px;
    height: 50px;
    margin-left: 0;
}

nav.menu_2_0  li.father:nth-child(3) ul li ul li {

}

nav.menu_2_0  li.father:nth-child(3) ul li ul li a {
    color: #cbb971!important;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
}

nav.menu_2_0  li.father:last-child ul {
   right:0;
}

/* MEGAMENU */
nav.menu_2_0 li.megamenu{
    position: static;
}

nav.menu_2_0 li.megamenu a{
    position: relative;
}

nav.menu_2_0 ul li a:hover{
    background-color: rgba(244, 244, 244, 0.1);
    box-shadow: 0px 3px 3px 0px rgb(20 20 20 / 20%);
}

nav.menu_2_0 ul li.megamenu:hover{
    background-color: rgba(244, 244, 244, 0.1);
    box-shadow: 0px 3px 3px 0px rgb(20 20 20 / 20%);
}

nav.menu_2_0 li.megamenu a:after{
    content: '\f0da';
    font-family: 'font Awesome\ 5 Free';
    font-weight: 600;
    position: absolute;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 17px;
    right: 25px;
    font-size: 12px;
}

nav.menu_2_0 li.megamenu:hover a:after{
    transform: rotate(90deg);
    color: #F4CCC0;
}



nav.menu_2_0 ul li.megamenu > .ul-megamenu{
    padding: 0;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #D0D0D0!important;
    border-right: 1px solid #D0D0D0!important;
    border-bottom: 1px solid #D0D0D0!important;
    left: 0px;
    right: 0!important;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    position: absolute;
    top: calc(100%);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%;
    white-space: nowrap;
    z-index: 10;
}

nav.menu_2_0 ul li.megamenu:hover> ul.ul-megamenu{
    opacity: 1;
    visibility: visible;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}



nav.menu_2_0 ul li.megamenu:hover> #overlay{
    display: block!important;
}

.header-container.themeFive .main-nav .ul-megamenu .container {
    background-color: #fff!important;
    border-bottom: none!important;
    width: 100%!important;
    min-height: 300px;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.megamenu-content-opc{
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.megamenu-content-opc h4{
    text-align: center;
    margin-bottom: 15px;
    text-transform: initial;
}

/* Tamanho */
#megamenu-content-opc-size{
    display: inline-flex!important;
    justify-content: center;
}

#megamenu-content-opc-size li{

}

#megamenu-content-opc-size li a{
    padding: 0;
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background: #D0D0D0!important;
    color: #3D3D3D!important;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
}

#megamenu-content-opc-size li:hover a{
    background:#C0262B!important;
    color: #fff!important;
}

#megamenu-content-opc-size li:nth-child(2) a{
    margin-left: 15px;
    margin-right: 15px;
}

#megamenu-content-opc-size li a:after{
    content: "";
}

/* Formato */
#megamenu-content-opc-format{
    display: inline-flex!important;
    justify-content: center;
}

#megamenu-content-opc-format li{

}

#megamenu-content-opc-format li a{
    padding: 0;
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background: #D0D0D0!important;
    color: #3D3D3D!important;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
}

#megamenu-content-opc-format li:hover a{
    background:#C0262B!important;
    color: #fff!important;
}

#megamenu-content-opc-format li:nth-child(2) a{
    margin-left: 15px;
}

#megamenu-content-opc-format li a:after{
    content: "";
}

#megamenu-content-opc-format li.redondo a{
    position: relative;
}

#megamenu-content-opc-format li.redondo a:after{
    position:absolute;
    background: url('../images/icon-formato-redondo.png');
    width: 19px;
    height: 32px;
    transform: rotate(0deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#megamenu-content-opc-format li.redondo:hover a:after{
    position:absolute;
    background: url('../images/icon-formato-redondo-branco.png');
    width: 19px;
    height: 32px;
    transform: rotate(0deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#megamenu-content-opc-format li.quadrado a{
    position: relative;
}

#megamenu-content-opc-format li.quadrado a:after{
    position:absolute;
    background: url('../images/icon-formato-quadrado.png');
    width: 19px;
    height: 32px;
    transform: rotate(0deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#megamenu-content-opc-format li.quadrado:hover a:after{
    position:absolute;
    background: url('../images/icon-formato-quadrado-branco.png');
    width: 19px;
    height: 32px;
    transform: rotate(0deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* Cores */
#megamenu-content-opc-color{
    display: flex!important;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#megamenu-content-opc-color li{
 margin-bottom: 1px;
}

#megamenu-content-opc-color li a{
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #D0D0D0!important;
    color: #3D3D3D!important;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    border: 1px solid #D0D0D0;
}

#megamenu-content-opc-color li:hover a{
    background:transparent!important;
    color: #fff!important;
    border: 1px solid #C0262B;
}

#megamenu-content-opc-color li a{
    margin-left: 5px;
}

#megamenu-content-opc-color li a:after{
    content: "";
}

#megamenu-content-opc-color li.redondo a{
    position: relative;
}

/* Material */
#megamenu-content-opc-material{
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap;
}

#megamenu-content-opc-material li{
    margin-bottom: 3px;
}

#megamenu-content-opc-material li a{
    padding: 0;
    margin: 0;
    min-width: 1px;
    height: auto;
    border-radius: 50px;
    background: #D0D0D0!important;
    color: #3D3D3D!important;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 3px;
}

#megamenu-content-opc-material li a:hover{
    background:#C0262B!important;
    color: #fff!important;
}

#megamenu-content-opc-material li a:after{
    content: "";
}

/* Price */
#megamenu-content-opc-price{
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap;
}

#megamenu-content-opc-price li{

}

#megamenu-content-opc-price li a{
    padding: 0;
    margin: 0;
    min-width: 1px;
    height: auto;
    border-radius: 50px;
    background: #D0D0D0!important;
    color: #3D3D3D!important;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#megamenu-content-opc-price li a:hover{
    background:#C0262B!important;
    color: #fff!important;
}

#megamenu-content-opc-price li a:after{
    content: "";
}

/* Brand */
#megamenu-content-opc-brand{
    display: flex!important;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#megamenu-content-opc-brand li{

}

#megamenu-content-opc-brand li a{
    padding: 0;
    margin: 0;
    width: autopx;
    height: auto;
    border-radius: 5px;
    background: transparent!important;
    color: #3D3D3D!important;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    border: 1px solid #D0D0D0;
}

#megamenu-content-opc-brand li:hover a{
    background:transparent!important;
    color: #fff!important;
    border: 1px solid #C0262B;
}

#megamenu-content-opc-brand li a{
    margin-right: 5px;
    margin-bottom: 5px;
}

#megamenu-content-opc-brand li a:after{
    content: "";
}

/* FIM MEGAMENU */

/* Lista de Produtos */
.themeFive .main-container {
    padding: 20px 0 50px;
    min-height: 0px;
}

.themeFive .category-products .item-area{
    position: relative;
    padding-bottom: 0px;
    border: solid 2px #fff;
    border-radius: 2px 2px 28px 2px;
    transition:all 0.3s;
    background: #fff;
}

.themeFive .category-products .item-area:hover{
    position: relative;
    padding-bottom: 0px;
    border: 2px solid #f1f1f1c9 !important;
    border-radius: 2px 2px 28px 2px;
}


.themeFive .category-products .item-area:hover .sale-product-icon{
    background: #006bb1!important;
}

.themeFive .category-products .item-area:hover .bt-add-qty{
    bottom: 1.8%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.themeFive .category-products .products-grid li.item:hover .details-area .consult-price {
  margin-top: 10px;
}

.themeFive .item .details-area .actions a.addtocart {
    background: #03CD46;
    border: none;
    width: 180px;
    color: #fff;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 35px;
    height: 35px;

}

.themeFive .category-products .item-area .template-1-item-transparent-bt-comprar{
    display: none;
    position: absolute;
    margin: 0 auto!important;
    z-index: 10;
    text-align: center;
    width: 100%;
    top:90%;
    left: 0;
    right: 0;
    background: #FFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border:2px solid #262626;
    box-sizing: border-box;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    font-family: Montserrat;

}





/*.themeFive .category-products .item-area:hover .template-1-item-transparent-bt-comprar{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 95%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    margin-bottom: 0px;
    opacity: 1;
    border:2px solid #81bf84;
    font-family: Montserrat;
    font-weight: 600px!important;
}*/

/*.themeFive .category-products  .template-1-item-transparent-bt-comprar a{
    display: block;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat!important;
    font-weight: bold;
    font-size: 14px!important;
    background: #81bf84;
}

.themeFive .category-products  .template-1-item-transparent-bt-comprar a:hover{
    text-decoration: none;
}

.themeFive .category-products  .template-1-item-transparent-bt-comprar a:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 10px;
}*/

/*.themeFive .category-products  .template-1-item-transparent-bt-comprar .icon-box{
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
    fill: #fff;
}

.themeFive .category-products .item-area:hover .template-1-item-transparent{
    text-decoration: none;
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,0.5)!important;
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.33);
    border: 1px solid rgba(0,0,0,0.035);
    background-color: rgba(255,255,255,0.0);
    transition: transform .08s ease 0;
    -webkit-transition: -webkit-transform .08s ease 0;
    z-index: 1;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}*/

/*.themeFive .category-products .template-1-item-transparent:hover {
    text-decoration: none;
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,0.5)!important;
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.33);
    border: 1px solid rgba(0,0,0,0.035);
    background-color: rgba(255,255,255,0.0);
    transition: transform .08s ease 0;
    -webkit-transition: -webkit-transform .08s ease 0;
    z-index: 1;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.themeFive .category-products .template-1-item-transparent:hover .template-1-item-transparent-bt {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 3px solid rgba(0,0,0,0.5);
    color: #000;
    font-weight: bold;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 18px;
}*/

.themeFive .i-titulo{
    text-align: center;
    font-size: 30px;
    margin-top: 0px;
    font-weight: 600;
    padding: 20px 0;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 40px;
}

.themeFive .i-titulo::before{
    content: '';
    z-index: 2;
    width: 5%;
    bottom: -16px;
    left: 0;
    margin: auto;
    right: 0;
    border-radius: 0;
    position: absolute;
    background: #006bb1;
    height: 4px;
}

.themeFive .i-titulo-int{
    display: block;
    font-size: 16px;
    margin: 0px 0 0;
    padding: 10px 0;
    transition: all .2s ease;
    border-bottom: none !important;
    padding-bottom: 0px !important;
    padding-left: 0 !important;
    background: none !important;
    text-transform: uppercase;
}

.themeFive .i-titulo-int strong {
    color: #211a1a;
    font-size: 24px;
    font-weight: 700;
}

.themeFive .i-titulo-int span {
    color: #000;
    font-weight: 100;
    font-size: 24px;
    display: inline-block;
    margin-left: 5px;
}


.themeFive .brands-fix{

}

.themeFive .brands-fix .brands-item{
    display: inline-flex;
    width: 200px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.themeFive .brands-fix .brands-item a{
    display: inline-flex;
    width: 200px;
    margin: 0 auto;
}

.themeFive .brands-fix img{
    width: 100%;
    max-width: 265px;
    margin: 0 auto;
}

.themeFive .brands-fix .slick-prev{
    right: 35px!important;
    left: initial!important;
    top: -20px;
}

.themeFive .brands-fix .slick-prev:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #646464;
    line-height: 1.5;
}

.themeFive .brands-fix .slick-prev:after {
    content: " ";
    height: 48px;
    width: 48px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.themeFive .brands-fix .slick-next{
    right: 0px!important;
    left: initial!important;
    top: -20px;
}

.themeFive .brands-fix .slick-next:before{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #646464;
    line-height: 1.5;
}

.themeFive .brands-fix .slick-next:after {
    content: " ";
    height: 0px;
    width: 0px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.themeFive .bloc-novidades{
    background: transparent;
    padding-top: 35px;
    padding-bottom: 0px;
}

.themeFive .bloc-novidades .i-titulo>.i-titulo-int b:before {
    content: "";
    background: #E8E8E8;
}

.themeFive .bloc-depoimentos{
    background: #fff;
    padding: 35px 0.5rem 60px;
}

/* DEPOIMENTOS */
.themeFive .bloc-depoimentos .main.container {
  width: 100%;
  max-width: 1180px;
  padding: 0;
}

.themeFive .bloc-depoimentos .main.container .row {
  margin: 0;
}

.themeFive .bloc-depoimentos .main.container .fa-comments {
  font-style: normal;
  color: #006BB1;
  font-size: 22px;
}

.themeFive .bloc-depoimentos .main.container .i-titulo {
  padding: 20px 0;
  padding-bottom: 0;
}

.themeFive .bloc-depoimentos .main.container .i-titulo .i-titulo-int {
  border-bottom: none !important;
}

.themeFive .bloc-depoimentos .i-titulo>.i-titulo-int:before {
    content: "";
    background: #fff;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid {
    padding-left: 0;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item{
    padding: 15px 15px 15px 0;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area{
    padding-bottom: 0px;
    box-shadow: 0px 2px 6px 0px rgba(160, 160, 160, 0.25);
    border: solid 1px #F6F6F6;
    border-bottom: solid 3px #006bb1;
    border-radius: 4px;
    transition: all 0.3s;
    min-height: 170px;
    padding: 10px;
    line-height: 40px;

    transition: background 0.2s;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area:hover{
    background-color: #f9f9f9;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area .item-name,
.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area .item-city,
.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area .item-notes {
  text-align: left;
  padding-left: 10px;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area .item-name{
    color: #000;
    font-weight: 700;
    margin: 10px 0 0;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area .item-notes{
    color: #646464;
    margin-top: 10px;
    font-size: 14px;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area .item-city{
    color: #646464;
    margin: 0px;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area .item-ratings{
    width: 120px;
    position: relative;
    border-radius: 50px;
    height: 25px;
    padding-left: 10px;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area .item-ratings .item-rating-box {
    display: inline-block;
    vertical-align: middle;
    width: 79px;
    height: 15px;
    position: absolute;
    top: 5px;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area .item-ratings .item-rating-box .item-rating {
    float: left;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;

}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area .item-ratings .item-rating-box:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005\20\f005\20\f005\20\f005\20\f005";
    font-weight: 600;
    width: 79px;
    height: 11px;
    color: #c3c5c9;
    display: block;
    font-size: 11px;
    line-height: 15px;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area .item-ratings .item-rating-box .item-rating:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005\20\f005\20\f005\20\f005\20\f005";
    font-weight: 600;
    width: 79px;
    height: 11px;
    color: #006bb1;
    display: block;
    font-size: 11px;
    line-height: 15px;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .slick-prev {
  left: initial !important;
  right: 35px;
  top: -20px;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #646464;
  line-height: 1.5;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .slick-prev::after,
.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .slick-next::after {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .slick-next {
  right: 0 !important;
  top: -20px;
}

.themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #646464;
  line-height: 1.5;
}

/* NEWSLETTER */
.themeFive  .bloc-newsletter{
    background: #8B1E22;
    padding: 0px;
    background-image: url('./../images/background-newsletter.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 245px;
    position: relative;
}

.themeFive  .bloc-newsletter:after{
    content: url('./../images/relogio-rodape.png');
    width: 136px;
    height: 276px;
    position: absolute;
    top: -19px;
    right: 50%;
    left: 50%;
    margin-left: -68px;
    z-index: 20;

}

.themeFive .bloc-newsletter-left{
    padding: 40px 70px 10px 10px;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
    position: relative;
}

.themeFive .bloc-newsletter-left h3{
    color: #fff;
    font-size: 34px;
    position: relative;
}

.themeFive .bloc-newsletter-left h3:before{
    content: " ";
    height: 5px;
    background: #8B1E22;
    width: 200px;
    position: absolute;
    bottom: -15px;
}

.themeFive .bloc-newsletter-left-chevron:after{
    content: "\f054\20\f054\20\f054\20\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 25px;
    position: absolute;
    bottom: -40px;
    color: #fff;
    letter-spacing: 15px;
}

.themeFive .bloc-newsletter-left-chevron:before{
    content: "\20\f0da\20\f0da\20\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    bottom: -35px;
    color: #fff;
    letter-spacing: 21px;
    left: 40px;
}

.themeFive .bloc-newsletter-right{
    padding: 20px 70px 10px 80px;
    font-weight: 300;
    font-family: 'Montserrat', serif;
    position: relative;
    color: #fff;
}

.themeFive .bloc-newsletter-right p{
    margin-bottom: 10px;
}

.themeFive .bloc-newsletter-right .form-group{
    margin-bottom: 5px;
}

.themeFive .bloc-newsletter-right .form-group #news_nome{
    background: transparent;
    border: 1px solid #F05458;
    color: #fff;
}

.themeFive .bloc-newsletter-right .form-group #news_email{
    background: transparent;
    border: 1px solid #F05458;
    color: #fff;
}

.themeFive .bloc-newsletter-right .news_bt{
    background: transparent!important;
    border: 1px solid #F05458;
    color: #fff;
    margin-top: 3px;
    transition: all 0.3s ease;
}

.themeFive .bloc-newsletter-right .news_bt:hover{
    background: #C0262B!important;
    border: 1px solid #C0262B;
}

/* FIM NEWSLETTER */


.themeFive .item-area .product-label{
    width: 100%!important;
    position: absolute;
    top: 10px!important;
    padding-right: 15px;
    padding-left: 15px;
}

.themeFive .sale-product-icon{
    background: #006bb1;
    border-radius: 0;
    min-width: 60px;
    padding: 0px 0;
    font-size: 14px;
    font-weight: 400;
    float: left;
    line-height: 27px;
    border-radius: 5px;
    color: #fff;

}

.themeFive .sale-product-icon i{
    margin-right: 5px;
    font-style: normal;
}

.themeFive .sale-product-icon:after{
    content: "";
    display: block;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}

.themeFive span.new-product-icon {
    background: #211a1a;
    border-radius: 0;
    min-width: 67px;
    font-size: 14px;
    text-transform: capitalize;
    float: left;
    display: block;
    border-radius: 5px;
    color: #d4d4d4;
    margin-right: 10px;
}

.themeFive .category-products .products-grid li.item .product-image{
    height: 300px;
}

.themeFive .category-products li.item .product-image img {
    transition: all 0.3s;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.themeTwo .category-products .products-grid li.item{
    margin-bottom: 50px;
}

.themeTwo .category-products .products-grid li.item .item-area{
    position: relative;
}

.themeTwo .category-products .products-grid li.item .item-area .details-area {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.themeFive .category-products .products-grid li.item .item-area .details-area h2.product-name{
    width: 100%;
    text-align: left;
    font-weight: 300!important;
    min-height: 60px;

}

.themeFive .category-products .products-grid li.item .item-area .details-area h2.product-name a{
    font-weight: 500;
    font-size: 16px;
    max-height: none;
    color: #646464!important;
    line-height: 1.4!important;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.themeFive .product-image-area {
    position: relative;
    background: #fff;
    overflow: hidden;
    border: transparent;
    border-radius: 15px;
    padding: 3px;
    z-index: 0;
    margin: 7px;
}

.themeTwo .category-products .products-grid li.item .item-area .details-area h2.product-name a p.product_name_top{
    text-align: center;
    margin-bottom: -11px;
    line-height: 18px;
}

.themeTwo .category-products .products-grid li.item .item-area .details-area h2.product-name a p.product_name_bottom{
    font-weight: normal;
    font-size: 14px;
    line-height: 2.5;
    text-align: center;

}

.themeTwo .category-products .products-grid li.item .item-area .product-image-area{
    padding-top: 25px;
}

.themeFive .category-products .products-grid li.item .details-area {
    padding: 10px;
    text-align: center;
    background: transparent;
    border-radius: 15px;
    margin-top: 10px;
}

.themeFive .category-products .products-grid li.item .details-area .consult-price {
  margin: 60px 0 10px;
  text-align: center;
  font-size: 20px;
  color: #2186c4;

  transition: margin 0.1s ease-in-out;
}

.themeFive .product-by-category{
    padding-bottom: 0px;
    margin-bottom: 25px;
}

.themeFive .category-products .products-grid li.item .item-area .details-area .qty-holder p{
    margin: 0px;
}

.themeFive .category-products .products-grid li.item .item-area .details-area .price-box{
    margin: 0px;
    margin-top: 5px;
    border-top: 1px solid #dfdfdf;
}

.themeFive .category-products .products-grid li.item .item-area .details-area .price-box .regular-price{
    display: inline-block;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 5px;
}



.themeFive .category-products .products-grid li.item .item-area .details-area .price-box .regular-price .price{
    font-weight: normal;
    color: #006bb1;
    font-size: 20px;
    font-weight: 700;
}

.themeFive .category-products .products-grid li.item .item-area .details-area .price-box .old-price .price{
    font-weight: 400;
    color: #bdbdbd!important;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
}

.themeFive .category-products .products-grid li.item .item-area .details-area .price-box .old-price{
    display: inline-block;
    margin: 0;
    padding: 0;
}

.themeFive .qty-holder {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    color: #666;
    font-size: 14px!important;
    width: 100%;
    text-transform: initial;
}

.themeFive .qty-holder p{
    text-align: center;
}

.themeFive .qty-holder p span{
    color: #383a3d;
    font-weight: bold;
}

.themeFive .qty-holder p strong{
    text-align: center;
    color:#4d4d4d;
    text-transform: uppercase;
}

.themeFive .price-pix{
    margin-top: 3px;
}

.themeFive .price-pix p{
    text-align: center;
}

.themeFive .product-option{
    position: absolute;
    right: 0;
    width: 44px;
    height: 44px;
    display: flex;
    flex-wrap: wrap;
    top: 40px;
}

.themeFive a.btn-pay-wp{
    opacity: 1;
    border-radius: 10px;
    overflow: hidden;
    text-shadow: none;
    margin-top: 4px;
    padding: 0;
    width: 35px;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    text-align: center;
    color: rgb(255 255 255);
    background: #15c26e;
    border: 0;
    letter-spacing: .2px;
    z-index: 102;
    transition: all .2s ease-in-out;
    display: inline-block;
    z-index: 1;
    right: 10px;
    top: 40px;
    transition: all .2s ease-in-out;
}

.themeFive a.btn-pay-wp:hover {
    border-color: #18c370;
}

.themeFive .btn-pay-wp i{
    font-style: normal;

}

.themeFive a.btn-pay-wp p {
    width: 150px;
    height: 34px;
    border-radius: 10px;
    font-size: 11px;
    position: absolute;
    color: #383a3d;
    background: white;
    font-weight: 500;
    border: 1px solid #eaeaea;
    top: 5px;
    z-index: 102030;
    overflow: visible;
    left: -154px;
    transform: translatex(6px);
    opacity: 0;
    display: block;
    transition: all .4s;
    text-align: center;
    line-height: 30px;
}

.themeFive a.btn-pay-wp:hover p {
    opacity: 1;
    transform: translatex(0px);
}

.whats-button {
    display: block;
}

.pulse-button,.whats-button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    text-align: center;
    width: 58px;
    z-index: 1020;
    height: 54px;
    line-height: 50px;
    border: none;
    box-shadow: 0 4px 8px #29a25921;
    border-radius: 16px;
    padding: 2px 14px;
    background:linear-gradient(45deg,#46b352,#55d463, #4FCE5D);
    cursor: pointer;
    /*animation: pulse 1.85s infinite cubic-bezier(.66,0,0,.8)*/
}

.pulse-button:hover i {
    transform: scale(1.18)
}

.pulse-button i {
    font-style: normal !important;
    font-size: 40px;
    position:relative;
    right:2px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 2px 1px #13512a1a;
    transition: .25s;
    transform: scale(1);
    
}

.themeFive .cart-body .security-stamps{
    margin-top: 10px;
}

.themeFive .cart-body .security-stamps img{
    margin-right: 5px;
}

.themeFive .desc-boleto{
    margin-top: 15px;
}

.themeFive .desc-boleto p{
    margin: 0!important;
    line-height: 2;
    color: rgb(255, 168, 32);
    text-align: center;
}

.themeFive .desc-boleto p strong {
    font-weight: 700;
    vertical-align: middle;
    line-height: 30px;
    font-size: 16px;
}

.themeFive .desc-boleto p span {
    font-weight: 600;
    vertical-align: middle;
    line-height: 30px;
    font-size: 12px;
    color: #d3d3d3;
}

.themeFive .desc-boleto .desc-boleto-icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.themeFive .slick-prev, .themeFive .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: #646464;
    border: none;
    outline: none;
    height: 48px;
    width: 48px;
    z-index: 10;

}

.themeFive .slick-prev:after{
    content: " ";
    height: 48px;
    width: 48px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 3px 6px 0px rgb(151 151 151 / 20%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.themeFive .slick-prev:hover:after{
    opacity: .8;
}

.themeFive .slick-prev:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #646464;
    line-height: 1.5;
}

.themeFive .slick-next:after{
    content: " ";
    height: 48px;
    width: 48px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 3px 6px 0px rgb(151 151 151 / 20%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.themeFive .slick-next:hover:after{
    opacity: .8;
}

.themeFive .slick-next:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #646464;
    line-height: 1.5;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: -15px!important;
}

.slick-next {
    right: -15px!important;
}

.slick-dots{
     bottom: -60px!important;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75!important;
    background: #000!important;

}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #CFCDCD!important;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    transition: all 0.3s;

}

.slick-dots li button:hover {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #000!important;

}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ' '!important;
    text-align: center;
    opacity: .25!important;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.category-products .products-grid.columns4 {
    margin-left: 20px;
    margin-right: 20px;
}

.themeTwo .category-products .products-grid li.item .item-area .details-area .actions a{
    background: #000;
    border-radius: 0px;
    border-color: #000;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Pontano Sans', sans-serif;
    width: 50%;
}

.themeTwo .category-products .products-grid li.item .item-area .details-area .actions a:hover{
    background: #FFF;
    color: #000;
}

.themeTwo .category-products .products-grid li.item:hover .item-area .details-area .actions a{
    background: #FFF;
    color: #000;
}

.themeTwo .category-products .products-grid li.item:hover .item-area .details-area{
    border-radius: 15px;
}

.themeTwo .product-title{
    text-align: center;
    font-size: 38px;
    margin-top: 0px;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    letter-spacing: 21px;
    color: #000;
    display: block;
    font-weight: 600;
    margin-top: 50px;
}

/* Lista de Stylo */
.themeTwo .category-products.style .products-grid li.item{
    margin-bottom: 0px;
}

.themeTwo .category-products.style .products-grid li.item .item-area{
    position: relative;
}

.themeTwo .category-products.style .products-grid li.item .item-area .details-area h2.product-name{
    position: relative;
    bottom: -10px!important;
    text-align: center;
    font-family: 'Abel', sans-serif;
    font-weight: 300;
    letter-spacing: 4px;
}

.themeTwo .category-products.style .products-grid li.item .item-area .details-area h2.product-name a{
    font-weight: normal;
    font-size: 16px;
    max-height: none;
}

.themeTwo .category-products.style .products-grid li.item .item-area .details-area h2.product-name a p{
    text-align: center;
    margin-bottom: -11px;
}

.themeTwo .category-products.style .products-grid li.item .item-area .details-area h2.product-name a span{
    font-weight: normal;
    font-size: 14px;
}

.themeTwo .category-products.style .products-grid li.item .item-area .product-image-area{
    padding-top: 0px;
}


.themeTwo .category-products.style .products-grid li.item .item-area .details-area .actions a{
    background: #000;
    border-radius: 0px;
    border-color: #000;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Pontano Sans', sans-serif;
    width: 50%;
}

.themeTwo .category-products.style .products-grid li.item .item-area .details-area .actions a:hover{
    background: #FFF;
    color: #000;
}

.themeTwo .category-products.style .products-grid li.item:hover .item-area .details-area .actions a{
    background: #FFF;
    color: #000;
}

.themeTwo .category-products.style .products-grid.flex-grid li.item{
    border-left:0px solid #e3e4e4;
    display:flex;
    padding-top:0;
    margin-top:-1px;
    transition:all 0.3s;
    border-top:0px solid transparent;
    border-bottom:0px solid transparent
}
.themeTwo .category-products.style .products-grid.flex-grid li.item:hover{
    background-color:#fff;
    border-top-color:none;
    border-bottom-color:none;
    box-shadow:none;
}
.themeTwo .category-products.style .products-grid.flex-grid li.item .item-area{
    border-top: 0px solid #e3e4e4;
}

.themeTwo .category-products.style .products-grid.flex-grid li.item .details-area{
    padding-bottom:0;
    margin-bottom:-20px;
    padding:0px;
}

/*
 * Produto
 */
.themeFive .bar-product-int{
    margin-top: 0px;
    padding-bottom: 0px;
    border-bottom: nome;
    margin-bottom: 10px;
    padding: 0px;
}

.themeFive .product-view .product-img-box li.etalage_thumb, .product-view .product-img-box li.etalage_small_thumbs li {
    padding: 3px;
    border: none;
    border-radius: 0px;
    background: #fff;
    max-width: 100%;
}

.themeFive .product-view .product-img-box li.etalage_small_thumbs .etalage_smallthumb_active {
    padding: 3px;
    border: 1px solid #CCC;
    border-radius: 0px;
    background: #fff;
    max-width: 100%;
}

.themeFive .product-view .product-img-box .etalage-control {
    position: absolute;
    width: 100%;
    height: 0;
    left: 5px;
    top: 40%;
    margin-top: -20px;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 2;
}

.themeFive .product-view .product-name h1 {
    margin: 0 0 5px;
    font-size: 20px;
    color: #3D3D3D;
    margin-top: 0px;
    line-height: 28px;
    text-align: left;
    font-weight: 700;
}

.themeFive .product-view .product-shop .short-description {
    padding: 3px 0 0px;
    border-bottom: none;
    font-size: 1px;
    font-weight: 300;
    line-height: 1;
}

.themeFive .product-view p.product-sku{
    font-size: 14px;
    font-weight: 500;
    color: #848484;
    margin-bottom: 0px;
    text-align: left;
    margin-top: 0px;
}

.themeFive .product-view p.product-sku > span{
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}

.product-options dd {
    margin: 0 0 5px!important;
}

.themeFive .product-view .product-shop .short-description .product-brand{
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    text-align: right;
    margin-bottom: 0px;
}

.themeFive .product-view .product-shop .short-description .product-brand > span{
    font-size: 14px;
    font-weight: 400;
    color: #262626;
}

.themeFive .product-view .product-essential .ratings {
    background: none;
    margin-bottom: 15px;
    height: 0px;
    text-align: right;
    margin-top: 2px;
}

.themeFive .product-view .product-essential .ratings .rating-box {
    width: 100px;
    height: 15px;
}

.themeFive .product-view .product-essential .ratings .rating-box:before {
    width: 100px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
    color: #3D3D3D;

}

.themeFive .product-view .product-essential .ratings .rating-box .rating:before {
    width: 100px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
}

.themeFive .product-view .product-shop .short-description .product-label{
    position: relative;
    float: left;
    top:0px;
}

.themeFive .product-view .product-shop .short-description .product-free{
    background-color: #468847;
    font-size: 11px;
    font-weight: normal;
    padding: 0 6px 1px;
    text-transform: capitalize;
}

.themeFive .product-view .product-shop .short-description .product-off{
    background-color: #262626;
    font-size: 11px;
    font-weight: normal;
    padding: 0 6px 1px;
    text-transform: capitalize;
    margin-right: 10px;
}

.themeFive .product-view .product-shop .product-options {
    margin: 5px 0 0;
    position: relative;
    padding-bottom: 5px;
    border-bottom: none;
}

.themeFive .product-view .product-shop .product-options dl {
    margin: 0px;
}

.themeFive .product-view .product-shop .price-box{
    padding-top: 20px;
}

.themeFive .product-view .product-shop .plots-price{
    margin: 0;
    text-align: left;
    font-size: 14px;
}

.themeFive .product-view .product-shop .price-box .price{
    margin: 0;
    margin-top: 0px;
}

.themeFive .product-view .product-shop .price-box .price .regular-price{
    color: #262626!important;
    font-size: 30px;
    font-weight: 700;
    font-family: Montserrat;
    display: block;
    text-align: left;
    color: #C0262B!important;
    line-height: 32px;
}

.themeFive .product-view .product-shop .price-box .price .old-price{
    color: #9b9b9b!important;
    font-size: 16px!important;
    font-weight: 500;
    font-family: Montserrat;
    display: block;
    text-align: left;
    text-decoration: line-through;
    line-height: 20px;

}

.themeFive .product-tabs .tab-content {
    padding: 37px 15px;
    border: none;
    min-height: 198px;
    border-radius: 0 0 3px 3px;
    box-shadow: none;
    background-color: #fff;
    margin-top: 25px;
}

.themeFive span.new-price{
    text-decoration: none;
    color: #1194de!important;
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 1;
}

.themeFive .new-old-price{
    font-size: 13px!important;
    text-decoration: line-through;
}

.themeFive .swatch-label {
    border: 1px solid #fff;
    margin: 0;
    white-space: nowrap;
    background: #FFF;
}

.themeFive #tab_description_tabbed_contents h3{
    display: block;
}

.themeFive #tab_description_tabbed_contents .product-description-title{
    font-size: 24px;
    color: rgb(77,77,77);
    margin-bottom: 25px;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

.themeFive #tab_description_tabbed_contents .product-description{
    font-size: 1.375rem;
    color: rgb(77,77,77);
    margin-bottom: 25px;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

.product-shop{
    position: sticky;
    top: 60px;
    left: 0px;
}

.product-body{
    background: #F3F3F3;
    margin-left: 25px;
    margin-right: 25px;
    padding: 40px;
    font-family: "Montserrat"!important;
    position: relative;
}

.product-body:after{
    content: '';
    width: 100px;
    height: 100px;
    background: #DDDDDD;
    position: absolute;
    bottom: 0px;
    border: 7px solid #F3F3F3;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
    transform: rotate(45deg);
}

.themeFive #result-product-shipping p{
    color: #676767!important;

}

.themeFive #result-product-shipping ul li label span{
    color: #03CD46!important;

}

.themeFive .slide-item-show .product-label{
    z-index: 10!important;
    background: #C0262B;
    border-radius: 0;
    width: 50px;
    height: 58px;
    padding: 0px 0;
    font-size: 16px;
    float: right;
    line-height: 80px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 0;
    right: 30px;
}

.themeFive .slide-item-show .product-label span{
    display: block;
    padding: 0px;
    text-align: center;
    font-size: 14px;
}

.themeFive .product-options-bottom{
    margin-top: 0px;
    padding-bottom: 3px;
}

.themeFive .product-body .add-to-cart {
    width: 100%;
    margin-top: 0px;
}

.themeFive .product-body .add-to-cart .btn-cart {
    background: #03CD46;
    border: none;
    width: 100%;
    color: #fff;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
    height: 60px;
    border-radius: 10px;
    transition:all 0.3s;
}

.themeFive .product-body .add-to-cart .btn-cart:hover {
    opacity: .8;

}

.themeFive .product-body .product-shipping{
    font-family: "Montserrat";
    margin-top: 15px;
}

.themeFive .product-body .product-shipping .product-shipping-title{
    font-size: 12px;
    text-transform: uppercase;
    color: #505050;
}

.themeFive .product-body .product-shipping .product-shipping-form{
    position: relative;
    overflow: hidden;
}

.themeFive .product-body .product-shipping .product-shipping-form #calc-shipping{
    position: absolute;
    right: 0;
    top: 0;
    background: #DDDDDD;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #505050;
    border-radius: 0;
    height: 50px;
    line-height: 38px;
    padding-left: 20px;
    padding-right: 30px;
    transition:all 0.3s;
}

.themeFive .product-body .product-shipping .product-shipping-form #calc-shipping:hover{
    opacity: .8;

}

.themeFive .product-body .product-shipping .product-shipping-form #calc-shipping:after{
    content: "";
    height: 30px;
    width: 100px;
    background:#DDDDDD;
    position: absolute;
    left: -30px;
    bottom: -35px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-70deg);
}

.themeFive .product-body .product-shipping .product-shipping-form #zipcodeProd{
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    height: 50px;
    border: 2px solid #DDDDDD;
}

.themeFive .product-body .product-selos{
    margin-top: 20px;
}

.themeFive .product-body .product-selos img{
    margin: 0 auto;
}

.themeFive .calc-plots .calc-plots-show{
    width: 100%;
    border: 2px solid #DDDDDD;
    padding: 10px;
    margin-top: 15px;
    position: relative;
}

.themeFive .calc-plots .calc-plots-show b{
    padding-left: 35px;
    display: block;
    margin:0;
}

.themeFive .calc-plots .calc-plots-show b span{
    position: absolute;
    right: 5px;
    font-weight: 400;
    font-size: 12px;
}

.themeFive .calc-plots .calc-plots-show b:after{
    content: url('../images/icon-card.png');
    position: absolute;
    top: 3px;
    left: 5px;
    width: 35px;
    height: 30px;
}

.themeFive #calc-plots{
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
}



.themeFive .calc-plots .calc-plots-show:hover{
    text-decoration: none;
}

.themeFive #calc-plots ul {
    margin: 0;
    font-size: 12px;
    padding-left: 0px;
    width: 100%;
}

.themeFive .bloco-boleto{
    margin-top: 15px;
}

.themeFive .bloco-boleto p{
    margin: 0;
    background: #C0262B;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.themeFive .bloco-boleto p span{
    font-weight: bold;
}

.themeFive .bloco-boleto .bloco-boleto-icon{
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    padding-left: 5px;
    padding-right: 5px;
}

.themeFive .calc-plots-bol-txt {
    color: #505050;
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 8px;
}

.themeFive .product-view .product-options .swatch-attr {
    text-align: center;
}

.themeFive .product-view #result-product-shipping ul li label span{
    font-size: 12px!important;
}

.themeFive .product-view #result-product-shipping ul li label strong{
    font-size: 12px!important;
}

.product-view .product-img-box {
    margin-bottom: 10px;
}


/* Categoria */
.category-empty{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.pager .pages .current {
    padding: 0;
    border: 1px solid #262626;
    background-color: #262626;
    color: #fff;
}
.pager .pages li {
    display: inline-block;
    margin: 0;
    height: 34px;
    width: 34px;
    line-height: 32px;
    font-size: 13px;
    margin-left: 2px;
    text-align: center;
    border-radius: 3px;
}

/* fonts
font-family: 'Roboto', sans-serif;
font-family: 'Josefin Slab', serif;
font-family: 'Pontano Sans', sans-serif;
font-family: 'Kaushan Script', cursive;
font-family: 'Yantramanav', sans-serif;
font-family: 'Quattrocento Sans', sans-serif;
font-family: 'Abel', sans-serif;
font-family: 'Barlow Condensed', sans-serif;
*/

.themeFive .product-view .product-img-box:hover .etalage-control {
    visibility: visible;
}

.themeFive .product-view button.button span{
   background-color: #81bf84;
   border-radius: 0px;
   font-weight: 600;
   color: #FFF;
   font-size: 32px;
   transition:all 0.3s;
   text-shadow: 0 1px 1px rgba(0,0,0,0.9);
   text-transform: capitalize;
   font-family: Montserrat;
   height: 55px;

}

.themeFive .product-view .add-to-cart button.button span {
    height: 55px;
    line-height: 55px;
    padding-right: 5px;
}

.themeFive .product-view .product-options-bottom {
    border-bottom: none;
}

.themeTwo .product-view button.button:hover span {
    background: #FFF;
    border:1px solid #000;
    color: #000;
    opacity:0.8;
    filter:Alpha(Opacity=80);
    transition:all 0.3s
}

.themeTwo .product-view button.button:hover span span {
    background: #FFF;
    border:0px solid #000;
    color: #000;
    border-bottom: none;
    height: 40px;
}

.themeTwo .product-view  .category-products .products-grid li.item .item-area .details-area h2.product-name a {
    font-weight: normal;
    font-size: 14px;
    max-height: none;
}

.themeFive .breadcrumbs{
    padding-bottom: 10px;

}

.themeFive .breadcrumbs.category{
    padding-bottom: 10px;
    padding-top: 10px;
    background: none;

}

.themeFive .breadcrumbs li a {
    vertical-align: middle;
    font-weight: 400;
    color: #9b9b9b;
    font-size: 11px;
}

.themeFive .breadcrumbs li, .themeFive .breadcrumbs li i {
    vertical-align: middle;
    font-weight: 400;
    color: #9b9b9b;
    font-size: 11px;
    font-style: normal;
}

.themeFive .calc-plots-bol-txt-2 {
    color: #262626!important;
    font-size: 12px;
}
/*
 * Carrinho
 */
.themeFive .data-table{
    font-family: Montserrat!important;
}

.themeFive .data-table .center{
    text-align: center;
}

.themeFive .data-table thead th {
    background-color: rgba(0,0,0,0.03)!important;
    color: #000!important;
    font-size: 14px;
    font-weight: bold;
}

.themeFive .data-table thead tr {
    border:none;

}

.themeFive .cart-table tbody td.pr-img-td {
    text-align: left;
    border-right: 0;
    width: 100px;
}

.themeFive .cart-product-info{
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
    line-height: 19px;
    font-family: Montserrat!important;
}

.themeFive .cart-product-info a{
    color: #000;
    font-family: Montserrat!important;
}

.themeFive .cart-product-info ul li span{
    color: #000;
    font-family: Montserrat!important;
    font-size: 12px;
}

.themeFive .cart-product-price{
    text-align: center;
    font-family: Montserrat!important;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}



.themeFive .cart-product-qty{
    text-align: center;
    vertical-align: middle;

}

.themeFive .cart-product-qty-minus{
    font-size: 14px;
    color: #000;
    margin-right: 5px;
}

.themeFive .cart-product-qty-minus:hover{
    text-decoration: none;
}

.themeFive .cart-product-qty-minus:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.themeFive .cart-product-qty-plus{
    font-size: 14px;
    color: #000;
    margin-left: 5px;
}

.themeFive .cart-product-qty-plus:hover{
    text-decoration: none;
}

.themeFive .cart-product-qty-plus:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.themeFive .cart-product-qty .input-qty{
    border-radius: 50px;
    width: 60px;
    margin: 0 auto;
    text-align: center;
    display: initial;
}

.themeFive .cart-product-delete{
    text-align: center;
}

.themeFive .icon-delete{
    font-size: 18px;
    color: #000;
}

.themeFive .icon-delete:hover{
    text-decoration: none;
    color: #ccc;
}

.themeFive .icon-delete:before{
    content: "\f2ed";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.themeFive .cart .messages{
    display: none;
    margin-bottom: 0px;
}

.themeFive .cart-table tbody tr:nth-last-child(0n+1) td {
  border-bottom: none!important;
}

.themeFive .cart-footer{
    background-color: rgba(0,0,0,0.03)!important;
    min-height: 195px;
}

.themeFive .cart-new-cupom{
    padding-top: 25px;
    padding-bottom: 20px;
    font-family: Montserrat!important;
}

.themeFive .cart-new-cupom label{
    color: #000!important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.themeFive .cart-new-cupom .btn-default{
    background: #3b3536!important;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat!important;
    font-weight: bold;
    text-transform: uppercase;
}

.themeFive .cart-new-cupom input{
    border-radius: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}

.themeFive .cart-no-cep{
    text-align: center;
    display: block;
    margin-top: 10px;
    color: #000;
    position: relative;
}

.themeFive .cart-no-cep:hover{
    text-decoration: none;
    color: #BE4BDB;
}

.themeFive .cart-no-cep:before{
    content: "\f059";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 5px;
}

.themeFive .cart-new-calc-shipping{
    padding-top: 25px;
    padding-bottom: 20px;
    font-family: Montserrat!important;
}

.themeFive .cart-new-calc-shipping label{
    color: #000!important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.themeFive .cart-new-calc-shipping .btn-search-shipping{
    background: #3b3536!important;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat!important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.themeFive .cart-new-calc-shipping button.btn-search-shipping:active,
.themeFive .cart-new-calc-shipping button.btn-search-shipping:visited,
.themeFive .cart-new-calc-shipping button.btn-search-shipping:hover{
    color: #fff!important;
    background: #fff;
    opacity: 0.9;
}

.themeFive .cart-new-cupom .btn-aplic-coupon{
    background: #3b3536!important;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat!important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.themeFive .cart-new-cupom button.btn-aplic-coupon:active,
.themeFive .cart-new-cupom button.btn-aplic-coupon:visited,
.themeFive .cart-new-cupom button.btn-aplic-coupon:hover{
    color: #fff!important;
    background: #fff;
    opacity: 0.9;
}

.themeFive .cart-new-calc-shipping input{
    border-radius: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}

.themeFive .cart-new-calc-shipping-result{
    padding-top: 25px;
    padding-bottom: 20px;
    font-family: Montserrat!important;
}

.themeFive .cart-new-calc-shipping-result ul li{
    margin-bottom: 6px;
    font-family: Montserrat!important;

}

.themeFive .cart-new-calc-shipping-result ul li label{
    margin-bottom: 5px;
    font-family: Montserrat!important;
    font-size: 13px;
    display: block;
}

.themeFive .cart-new-calc-shipping-result ul li .frete-prazo{
    margin-top: 5px;
    margin-left: 22px!important;
    font-size: 13px;
    font-family: Montserrat!important;
    display: block;
}

.themeFive .cart-new-finish{
    font-family: Montserrat!important;
    position: relative;
    min-height: 175px;
}

.themeFive .cart-new-finish ul{
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.themeFive .cart-new-finish ul li{
    position: relative;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid 1px #E9E9E9;
}

.themeFive .cart-new-finish ul li .cart-position{
    position: absolute;
    right: 5px;
    font-weight: bold;
    color: #000;
}

.themeFive .cart-new-finish-pay-boleto{
    font-size: 12px;
    text-align: right;
}

.themeFive .cart-new-finish-pay-boleto b{
    font-size: 12px;
    text-align: right;
    color: #04BF00;
}

.themeFive .cart-new-finish-pay-boleto-desc{
    display: block;
    margin-top: 3px;
    color: #000!important;
}

.themeFive .cart-new-finish-pay-boleto-desc span{
    font-weight: normal;
    color: #000;
}

.themeFive .cart-new-finish-pay-card{
    font-size: 12px;
    text-align: right;
    padding: 0px!important;
    padding-right: 5px!important;
}

.themeFive .cart-new-finish ul li:nth-last-child(-n+3){
  border-bottom: none!important;
}

.themeFive .cart-new-finish-bts{
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

.themeFive .cart-new-bt-continuar{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #e3e3e3;
    color: #000;
    font-size: 14px;
    font-family: Montserrat!important;
    display: inline-block;
    font-weight: bold;
}

.themeFive .cart-new-bt-continuar:hover{
    opacity: .8;
    text-decoration: none;
}

.themeFive .cart-new-bt-finalizar{
    background: #55af59;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    font-family: Montserrat!important;
    margin-left: 15px;

}

.themeFive .cart-new-bt-finalizar:hover{
    text-decoration: none;
    opacity: .8;
}

.themeFive .icon-finish:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.themeFive .cart-new-title{
    padding-top: 25px;
}

.themeFive .cart-new-title h1{
    font-family: Montserrat!important;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.themeFive .cart-new-title span{
    font-size: 13px;
    color: #747474!important;
    font-weight: 400;
    font-family: Montserrat!important;
}

.themeFive .cart-new-empty{
    padding-top: 45px;
    text-align: center;
}


.themeFive .cart-empty{
    text-align: center;
}

.themeFive .cart-empty p{
    text-align: center;
    font-family: Montserrat!important;
    color: #747474!important;
    font-weight: 400;
    font-size: 16px;
}

.themeFive .cart-empty .bt-empty-cart{
    font-family: Montserrat!important;
    color: #fff!important;
    font-weight: 400;
    font-size: 16px;
    background: #3b3536!important;
    padding: 10px;
    margin-top: 15px;
    display: inline-block;
}

.themeFive .cart-empty .bt-empty-cart:hover{
    opacity: 0.8;
    text-decoration: none;
}


.themeFive .cart-new-empty h1{
    font-family: Montserrat!important;
    font-weight: 600;
    font-size: 35px;
    color: #000;
}

.cart-new-cupom-label{
    color: #000!important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-family: Montserrat!important;
    margin-top: -3px;
}

.cart-new-cupom-coupon{
    border: 1px #ccc dashed ;
    background: #55af59;
    color: #fff;
    font-weight: 600;
    font-family: Montserrat!important;
    text-align: center;
    margin-top: -3px;
    font-size: 25px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.themeFive .cart-new-cupom .btn-remov-coupon{
    background: #C9302C!important;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat!important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.themeFive .cart-new-cupom button.btn-remov-coupon:active,
.themeFive .cart-new-cupom button.btn-remov-coupon:visited,
.themeFive .cart-new-cupom button.btn-remov-coupon:hover{
    color: #fff!important;
    background: #fff;
    opacity: 0.9;
}


/*.themeFive .data-table button.button > span:hover {
    background: #1194de;
    border: 1px solid #1194de;
    color: #FFF;
    line-height: 32px;
    padding: 0 12px;
}

.themeFive .cart .cart-table-wrap {
    border: none;
    border-radius: 0px;
    background: #fff;
    display: block;
    padding: 0px;
    padding-bottom: 15px;
    margin-bottom: 60px;
    box-shadow: none;
}

.button.button.btn-checkout span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    line-height: 38px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px 15px;
    border-radius: 5px;
    background: #55af59;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.themeFive .cart .cart-collaterals h2 + * {
    padding: 10px;
    padding-bottom: 0px;
    font-size: 13px;
    border: none;
    border-top: 0;
    border-radius: 0;
    background-color: transparent;
}

.themeFive .cart .cart-collaterals h2 {
    padding: 10px 45px 10px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: none!important;
    background-color: transparent;
    color: #000;
    position: relative;
    border-radius: 0!important;
}


.themeFive .cart .cart-table .product-name-td h2.product-name a{
    text-align: left!important;
    min-height: 0!important;
}

.themeFive .cart .totals td {
    padding: 5px;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 300;
    text-align: left !important;
}

.themeFive .form-wrap{
    border-top-color: #000;
}

.themeFive .form-wrap,.themeFive #form-validate,.themeFive #login-form {
    display: block;
    border: 0px solid #ececec!important;
    border-radius: 0px!important;
    background: #fff;
    border-top: 4px solid #000!important;
    padding: 35px 25px;
    box-shadow: none!important;
}

.themeFive .form-wrap h2, .sub-title{
    color: #11DF20;
}
*/

/*
 * Rodapé
 */
.themeTwo .footer-container {
    border-top: 2px solid #D1D5D9;
}

.themeTwo .footer-middle {
    background-color: #FFF;
    color: #FFF;
    padding: 40px 0;
    font-size: 13px;
}

.footer-middle .block .block-title {
    margin-bottom: 20px;

}

.footer-middle .block .block-title strong {
    font-weight: bold;
    padding: 0;
    font-size: 14px;
    line-height: inherit;
    color: #3D3D3D;
    text-transform: none;
    text-transform: capitalize;
    font-weight: 600;
}

.footer-bottom {
    background: #3D3D3D;
    padding: 15px 0;
    text-align: center;
    border-top: none;
}

.footer-bottom .footer-copyright {
    margin-bottom: 0px;
    color: #fff;
    font-size: 11px;
    margin-top: 6px;
    text-align: left;
    line-height: 14px;
}

.footer-bottom .developer {
    float: right;
    text-align: right;
    line-height: 12px;
}

.footer-bottom .developer a {
    color: #828385;
}

.footer-bottom .developer-span {
    font-size: 8px;
}

.footer-bottom .developer a:hover{
    color: #e67e22;
    text-decoration: none;
}

.themeFive .footer-middle p {
    margin-bottom: 15px;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
}

.themeFive .bt-more{
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 136px;
    height: 44px;
    background: 0 0;
    border: solid 3px #cbb971;
    text-align: center;
    color: #cbb971!important;
    padding: 12px 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    margin: 20px 0;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.themeFive .bt-more:hover {
    text-decoration: none;
    background: #cbb971;
    color: #fff!important;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.footer-bottom address {
    float: none;
    line-height: 40px;
    text-align: center;
}

.themeFive .footer-middle {
    background: url('../images/background-rodape.jpg');
    background-repeat: no-repeat;
    background-position: right;
    color: #9b9b9b;
    padding: 40px 0;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    overflow: hidden;

}

.themeFive .footer-middle:after{
    content: " ";
    background: #fff;
    position: absolute;
    height: 100%;
    min-height: auto;
    width: 50%;
    z-index: 1;
    top: 0;
    left: -100px;
    z-index: 1;
    transform-origin: bottom left;
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
    display: block;

}

.footer-middle>.container {
    position: relative;
    z-index: 10;
}

.themeFive .logo-footer{
    margin-top: 90px;
}

.themeFive .footer-container {
    border-top: 1px solid #8B1E22!important;
    font-family: "Montserrat";
}

.footer-contact{
    margin-top: 45px;
    font-family: "Montserrat";
}

.footer-contact li{
    font-weight: 600;
    color: #3D3D3D;
    line-height: 18px;
    margin-bottom: 15px;
}

.footer-contact li span{
    display: block;
    font-weight: 400;
    color: #3D3D3D;
}

.footer-sobre h3{
    font-size: 13px;
    font-weight: 400;
}

.footer-sobre-container{
    margin-top: 20px;
}

.footer-social li{
    display: inline-block;
}

.footer-social li a{
    display: inline-block;
}

.footer-social li a i{
    font-size: 36px;
}

.footer-social li:nth-child(2n){
    margin-left: 10px;
    margin-right: 10px;
}

.footer-bottom {
     line-height: 30px;
}

.footer-middle a{color:#3D3D3D!important; font-size: 13px;}
.footer-middle a:hover{color:#CCC;text-decoration:none; opacity:.6}
.footer-middle ul.links{padding:0;margin-top:-5px}
.footer-middle ul.links li{position:relative;padding:3px 0;line-height:1;display:block}
.footer-middle ul.links li i{margin-left:-5px; color: #71BE41!important; display: none;}

.footer-selos{
    background: #565656;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-selos  .block{
    margin-bottom: 0px;
}

.footer-selos  .block .block-title{
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #fff;
}

.footer-dev{
    min-height: 40px;
}

.footer-dev-ul{
    color: #fff;
    font-size: 11px;
    text-align: right;
    display: block;
    margin-top: 5px;
}

.footer-dev-ul li{
    display: inline-block;
    height: 35px;
}

.footer-dev-ul li a{
    color: #fff;
    display: inline-block;
    text-align: left;
}

.footer-dev-ul li:nth-child(1){
    margin-right: 30px;
}

.footer-dev-ul li a:hover{
    opacity: .8;
    text-decoration: none;
}

.footer-dev-ul li a p{
    margin: 0px;
}

.footer-dev-ul li a p span{
    top: -7px;
    position: relative;
    left: 5px;
}

.footer-selos-seguranca{
    text-align: left;
}

.footer-selos-seguranca li{
    display: inline-block;
}

.footer-selos-seguranca li{
    margin-right: 15px;
}

.footer-selos-seguranca li:nth-child(4){
    margin-right: 0px;
}

.footer-selos-shipping{
    text-align: left;
}

.footer-selos-shipping li{
    display: inline-block;
}

.footer-selos-shipping li{
    margin-right: 15px;
}

.footer-selos-shipping li:nth-child(3){
    margin-right: 0px;
}

/* FIM RODAPE */

/* Back top */
#totop {
    height: 60px;
    width: 60px;
    position: fixed;
    right: 2em;
    z-index: 9999;
    bottom: 0;
    background-color: #2186c4!important;
    color: #fff!important;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    display: none;
    border-radius: 50%;
    bottom: 100px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-family: Montserrat;
    font-weight: 600;
}

#totop i {
    font-size: 18px;
    font-weight: 600;
}

#totop:active, #totop:focus, #totop:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none;
}


/*brand */
.box-brand {
  background: #fff;
  padding-bottom: 40px;
}

.box-brand .container {
  width: 100%;
  max-width: 1180px;
}

.box-brand .container .i-titulo .i-titulo-int {
  border-bottom: none !important;
}

.box-brand .container .i-titulo {
  padding: 20px 0;
  padding-bottom: 0;
}

.box-brand .container .i-titulo .fa-check-circle{
    color: #006BB1;
    font-style: normal;
    font-size: 22px;
}

/* Janela Flutuante */
.window-fixed{
    position: fixed;
    right: 0;
    bottom: 0;
    margin-bottom: 5%;
    padding: 20px;
    display: none;
    z-index: 999;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ddd;
}

.window-fixed .window-image img{
    max-width: 100%;
    max-height: 130px;
    width: auto;
    height: auto;
}

.window-fixed .window-title{
    margin:10px 0 15px;
    line-height: 20px;
    font-size: 16px;
    max-width: 200px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.window-price-promo{

}

.window-price-large{
    font-size: 14px;
    display:block;
    color: #777;
    margin-bottom: 5px;
}

.window-price{
    color: #262626;
    font-size:22px;
    margin-bottom: 10px;
}

.window-plots {
    margin-top: 15px;
    display: block;
    max-width: 200px;
    font-size: 20px;
}

.window-plots p{
    margin:0 0 0 0px;
    line-height: 22px;
    color: #000;
}

.window-botao-bt{
    background: #81bf84;
    display: block;
    font-size: 26px;
    padding: 3px 15px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    margin-top: 13px;
}

.window-botao-bt, .window-botao-bt:visited{
    color:#FFF;
}

.window-botao-bt:hover{
    background: #81bf84;
    color: #FFF;
    opacity: 0.7;
    text-shadow: 0 1px 1px rgba(0,0,0,0.9);
}

.window-stock{
    font-size: 11px;
    text-align: center;
    margin: 5px 0 0 0px;
}

.window-stock b{
    color:#1194de;
}

.window-close{
    left: -34px;
    top:0;
    background: #000;
    color: #FFF;
    position: absolute;
    padding: 10px 12px;
    font-size: 13px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.window-close:visited, .window-close:focus{
    color:#FFF;
}

/* Header Light */
.theme-light .header-container{
    padding-top: 20px;
    padding-bottom: 15px;
}

.theme-light .header-container .header {
    border-top:none;
    border-bottom: none;
}

@media screen and (max-width: 600px) {
  .themeFive .bloc-novidades .i-titulo>.i-titulo-int span {
    display: none;
  }
}


@media (max-width:767px){
    /*topo*/
    .header-container.themeTwo { border-top-width: 0px; height: 205px; }
    .header-container.themeFive .search-area { top: 100%; left: 20px; right: 10px; margin-top: -20px;  }
    .header-container.header-mobile.themeTwo {height: 150px!important; border-bottom: 1px solid #CCC; }
    /*.header-container.themeFive .top-links-container{ display: none; }*/
    .header-container.themeFive .search-msg{ display: none; }
    .header-container.themeFive .account-user{display: none;}


    /*menu superior*/
    .header-container.themeFive .top-new-menu{height: 42px; background: #444; display: block;}
    .header-container.themeFive .top-new-menu li{ line-height: 40px; float: right; }
    .header-container.themeFive .top-new-menu li:first-child { border: none; float: left; }
    .header-container.themeFive .top-new-menu li a { border: none; height: 42px; width: 45px; display: block; text-align: center;}
    .header-container.themeFive .top-new-menu li a:hover { background: #333; }
    .header-container.themeFive .top-new-menu li a i{vertical-align: middle; font-size: 20px; color: #fff;}

    .themeTwo .menu-icon a{background: #000; color: #FFF; display: block; padding: 8px 15px 8px 15px;}
    .header-container.themeFive .menu-icon { top:73px; }

    .header-container.themeFive .header .form-search { min-width: 100%!important;  }
    .header-container.themeFive .header>.logo { max-width: 230px; margin-top: 40px!important; }

    .header-container.themeFive .mini-cart { display: none; }
    .header-container.themeFive .header .custom-block{ display: none; }
    .themeFive .category-products .products-grid.columns2 li.item{width:100%}
    .themeFive .category-products .products-grid.columns3 li.item{width:100%}
    .themeFive .category-products .products-grid.columns4 li.item{width:100%}
    .themeFive .category-products .products-grid.columns5 li.item{width:100%}

    .footer-bottom .copyright {text-align: center;}
    .footer-bottom .developer {width: 100%; text-align: center;}
    .bt-next-email { padding: 14px 18px; width: 97%; margin-top: 5px; }
    .bt-checkoutone-email { width: 97%!important; }

    .checkoutOneSec { width: 100%!important; }

    /*checkout*/
    .checkoutOne-rodape { margin-left: 15px; }
    .checkoutOne-rodape-total-txt{width: 60%!important;}
    .checkoutOne-rodape-total{width: 40%!important}


    .themeFive form.news .enter_email_input {
        width: 100%;
        background: #fff;
        margin-left: 0%;
        margin-bottom: 5px;
    }

    .themeFive form.news .input_submit {
        margin-left: 0px;
        width: 100%;
    }

    .themeFive .logo-footer {
        margin-top: 0px;
        margin-bottom: 10px;
    }


}

/* fonts
font-family: 'Roboto', sans-serif;
font-family: 'Josefin Slab', serif;
font-family: 'Pontano Sans', sans-serif;
font-family: 'Kaushan Script', cursive;
font-family: 'Yantramanav', sans-serif;
font-family: 'Quattrocento Sans', sans-serif;
font-family: 'Abel', sans-serif;
font-family: 'Barlow Condensed', sans-serif;
*/


/****** HEADER ******/
.header-container.themeFive .top-new-menu {
    height: 42px;
    background: #444;
    display: block;
}

.header-container.themeFive .top-new-menu li a {
    border: none;
    height: 42px;
    width: 45px;
    display: block;
    text-align: center;
}

.header-container.themeFive .top-new-menu li a i {
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
}

.header-container.themeFive .top-links-container {
    display: none;
}

.header-container.themeFive .top-new-menu li:first-child {
    border: none;
    float: left;
}

.header-container.themeFive .top-new-menu li {
    line-height: 40px;
    float: right;
}

.header-container.type3 .header {
    padding: 0 15px;
}

.header .row {
    height: 140px;
    position: relative;
}

.header .logo {
    padding: 0 !important;
    text-align: center;
    height: 80px;
    z-index: 103 !important;
}

.header .logo h1 {
    margin: 15px 0;
    max-height: 60px;
}

.header .logo a {
    display: block;
}

.header .search-area {
    position: relative !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 75px 0 0 !important;
    z-index: 100 !important;
}

.header-container.type3 .header #search_mini_form {
    display: block;
    /*position: absolute;*/
    left: 0;
    right: 100;
    padding-left: 15px;
    padding-right: 15px;
}

.header-container.type3 .header .form-search:before {
    display: none !important;
}

.header .search-area .menu-icon,
.header .search-area .menu-icon-toggle {
    width: 60px;
    height: 42px;
    position: absolute;
    right: 10px;
    margin: 0 !important;
    top: auto !important;
    line-height: 42px;
    text-align: center;
    padding: 0;
    font-size: 20px;
    z-index: 101;
    top: 1px!important;
    border-radius: 10px;

}

.header-container.type3 .menu-icon > a,
.header-container.type3 .menu-icon-toggle > a {
    background: #C0262B;
    color: #FFF;
    display: block;
    padding: 0;
    border-radius: 10px;
    height: 42px;
}

.header .search-area .menu-icon-toggle {
    display: none;
}

.header .cart-area {
    display: none !important;
    position: relative !important;
    top: auto !important;
    left: auto;
    right: auto;
    padding: 19.5px 0;
    margin: 0 !important;
    height: 80px;
    text-align: right;
    z-index: 102 !important;
}







.header-container.themeFive .account-user .account-user-box a>span,
.header-container.themeFive .cart-area .mybag-link .cart-info p {
    margin: 0;
    line-height: 1.5;
}

.header .account-user .icon-account,
.header .mini-cart .icon-bag {
    width: 30px !important;
    height: 30px !important;
    margin: 0 15px 0 0 !important;
    float: left;
}

.freight-bar img {
    width: 100%;
}

.home-mini-banner{
    background: #E8E8E8;
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-mini-banner .mini-banner a img{

    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-mini-banner .mini-banner a:hover img{
    opacity: 0.7;
}

.header-container.header-mobile.type3,
.header-container.type3 {
    height: auto !important;
}

.theme-light .header-container {
    padding: 0 !important;
}


.brands-slick .slick-prev {
    left: 0px!important;
}

.brands-slick .slick-next {
    right: 0px!important;
}


/* categorias */
.filters-size ul li {
    margin-bottom: 10px;
}

.filters-size ul li label{
    color: #2186c4;
    line-height: 31px;    
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    width: 33px;
    height: 33px;
    font-weight: bold;
    border-radius: 50px;
    left: 0;
}


.filters-size ul li label:hover, .filters-size ul li input[type="radio"]:checked + label{    
    color: #000;
    position: relative;
    z-index: 1;
}



.filters-size ul li input[type="radio"]:checked + label::after{
   background: transparent;
   border: 2px solid #000;
   color: #000;
}

.filters-size ul li label::before{
    content:"";
    width: 33px;
    height: 33px;
    
    background: transparent;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;

}

.filters-size ul li label::after{
    content:"";
    width: 33px;
    height: 33px;
    border: solid 1px #2186c4;
    /*background: #ccc;*/
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;

}

.filters-size ul li input[type="radio"]{
    /*margin: 0;
    margin-top: -4px;
    margin-right: 5px;
    background: #555555;*/
    display: none;
}


.filters ul li {
    margin-bottom: 10px;
}

.filters ul li label{
    color: #fff;
    line-height: 16px;
    padding-left: 25px;
    cursor: pointer;
    display: block;
    position: relative;
}

.filters ul li input[type="checkbox"]:checked + label::after{
   background: #C0262B;
}

.filters ul li label::before{
    content:"";
    width: 18px;
    height: 18px;
    border: solid 1px #555555;
    background: #555555;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: -1.5px;
}

.filters ul li label::after{
    content:"";
    width: 14px;
    height: 14px;
    border: solid 1px #555555;
    /*background: #ccc;*/
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: 2px;
    top: 1px;
}

.filters ul li input[type="checkbox"]{
    /*margin: 0;
    margin-top: -4px;
    margin-right: 5px;
    background: #555555;*/
    display: none;
}


.filters-price ul li {
    margin-bottom: 10px;
}

.filters-price ul li label{
    color: #2186c4;
    line-height: 16px;
    padding-left: 25px;
    cursor: pointer;
    display: block;
    position: relative;
}

.filters-price ul li input[type="radio"]:checked + label::after{
   background: #2186c4;
}

.filters-price ul li label::before{
    content:"";
    width: 18px;
    height: 18px;
    border: solid 1px #f6f6f6;
    background: #f6f6f6;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: -1.5px;
}

.filters-price ul li label::after{
    content:"";
    width: 14px;
    height: 14px;
    border: solid 1px #dfdfdf;
    /*background: #ccc;*/
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: 2px;
    top: 1px;
}

.filters-price ul li input[type="radio"]{
    /*margin: 0;
    margin-top: -4px;
    margin-right: 5px;
    background: #555555;*/
    display: none;
}

.sweet-alert .text-muted {
    text-align: center;
}

.sweet-alert h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}

#tab_description_tabbed_contents .std p{
    margin-bottom: 3px;
}


/* INIT FILTRO */

.filtro-bar {
    display: flex;
    margin-top: 0px;
    background: #2e3643;
    align-items: center;
}

#absolute-arrow {
    position: absolute;
    right: -1.3rem;
}

.filtro-bar .title {
    position: relative;
    width: 35vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #344e77;
    border-radius: 0 15px 15px 0;
    padding: 2.0rem .5rem;
    margin-right: 14px;
}

.filtro-bar .title p {
    margin: 0 5px 0 18px;
    color: white;
    font-size: 18px;
    line-height: 1.4;
    width: 100%;
    max-width: 263px;
}

.filtro-bar .title p strong {
    color: #FFF;
    font-weight: 700;
}

.filtro-bar .flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 800px;
}

.filtro-bar .item {
    display: flex;
    flex-direction: column;
    margin-top: -24px;
    position: relative;
}

.filtro-bar .item label{
    color: white;
    font-family: "open sans";
    font-weight: 600;
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
    padding-top: 10px;
}

.filtro-bar i, .filtro-bar .wrap.off img {
    color: #2185c3;
    margin: 0 16px 6px 0;
    font-size: 25px;
}

.filtro-bar .flex img {
    margin-right: 16px;
}

.filtro-bar button{
    display:flex;
    align-items: center;
    font-size: 22px;
    background: #7bd478;
    border: 0;
    align-self: flex-end;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
}

.filtro-bar button i{
    color: #589e56 !important;
    font-size: 20px;
    margin: 0 0 0 5px;
}

.filtro-bar select{
    width: 200px;
    padding: .5rem;
    background: white;
    border-radius: 10px;
    transition: all .5s;
    margin: 0;
    height: 36px;
}

.filtro-bar .wrap.off select{
    opacity: 0.4;
}

.filtro-bar .wrap.off .loading{
    color: white;
    transition: opacity .5s;
    opacity: 0;
}

.filtro-bar .wrap .loading{
    position: absolute;
    bottom: 0;
    height: 25px;
    width: 100%;
    object-fit: contain;
    margin: auto;
    /* height: fit-content; */
    left: 0;
    margin: auto;
    right: 0;
}

.filtro-bar .wrap{
    display: flex;
    align-items: flex-end;
    margin-right: 15px;
}


.order-copy-qrcode {
    min-width: 182px;
    max-width: 182px;
    width: 100%;
    color: white;
    background-color: #539a53;
    outline: none;
    border: none;
    padding: 1rem;
    border-radius: 0.6rem;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 1rem;
    padding-left: 5px;
    padding-right: 5px;
}

.order-int-payment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 182px;
    margin-top: 1rem;
}

@media screen and (max-width: 1120px) {
    .filtro-bar .title img:first-child {
        display: none;
    }

    #arrow-right {
        display: none;
    }
}

@media screen and (max-width: 1040px) {
    .filtro-bar {
        flex-direction: column;
    }

    .filtro-bar .flex {
        align-items: flex-end;
        margin: 0;
        padding: 1rem 0;
    }

    .filtro-bar .title {
        width: 100%;
        justify-content: center;
        border-radius: 0;
        padding: 1.5rem 0rem;
    }

    .filtro-bar .title p {
        max-width: 233px;
    }

    .filtro-bar .item {
        margin: 0;
    }

    .filtro-bar .title img:first-child {
        display: block;
    }

    #arrow-right {
        display: block;
    }

    #absolute-arrow {
        display: none;
    }

}

@media screen and (max-width: 768px) {
  .filtro-bar .flex {
    flex-direction: row;
  }

  .filtro-bar .item label {
    font-size: 13px;
  }

  .filtro-bar .item {
    margin: 0 5px;
  }

  .filtro-bar select {
    width: 140px;
  }

  .filtro-bar .wrap i, .filtro-bar .wrap.off #modelo-img {
    display: none;
  }

    .filtro-bar .title {
        margin: 0;
    }

    .filtro-bar .wrap {
        margin: 0 0 10px 0;
    }

    .filtro-bar button {
        margin-top: 15px;
        padding: 0.6rem 3.5rem;
        align-self: center;
    }

    #arrow-right {
        display: none;
    }

    .bannerfrete, .bannerfrete img {
        position: unset;
        height: unset;
    }

    .produtos-carrossel {
        background: #FFF;
    }

    #absolute-arrow {
        display: block;
        bottom: -1.2rem;
        transform: rotateZ(90deg);
        right: unset;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
  .themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid .item .item-area .item-ratings .item-rating-box {
    top: 0;
  }
}

@media screen and (max-width: 500px) {
  .themeFive .home-bar .col-md-3 {
    display: flex;
    flex-direction: column;
  }

  .themeFive .home-bar i {
    margin-bottom: 15px;
  }

  .themeFive .home-bar .home-bar-icon {
    width: 15px;
    margin: 0 auto 15px;
  }

  .themeFive .home-bar h3 {
    font-size: 12px;
    text-align: center;
  }

  .themeFive .home-bar p {
    font-size: 11px;
  }
}

@media screen and (max-width: 425px) {
    .filtro-bar .flex {
        flex-direction: row;
    }

    .filtro-bar .item label {
        font-size: 13px;
    }

    .filtro-bar .item {
        margin: 0 5px;
    }

    .filtro-bar select { width: 140px; }

    .filtro-bar .wrap i, .filtro-bar .wrap.off #modelo-img { display: none; }
}
/* END FILTRO */

/* INIT MINI BANNER */
.mini-banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    margin: 30px auto;    
}

.mini-banner img {
  max-width: 100%;
  border-radius: 6px;
}


/* END MINI BANNER */


/* INIT BT ADD QUANTIDADE */
.bt-add-qty{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20%;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 10px 0;
    border-width: 1px 0;
    border-style: dashed;
    z-index: 15;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity ease-in-out .08s,bottom ease-out .08s;
    border: none;
    background: #fff;
    bottom: 10%;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    padding: 15px;
    align-items: center;
}

.bt-add-qty-adicionar i, .bt-add-qty-ver i{
    font-style: normal;
}


.bt-add-qty-adicionar{
    background: rgb(127, 208, 127);
    color: #fff;

    width: 100%;
    border: none;
    background-image: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none;
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
    line-height: 51px;
    padding: 0;
    box-shadow: 0px 2px 4px 0px rgb(203 203 203 / 55%);

    width: 65% !important;
    margin-left: 5%;
    float: left;
}



.bt-add-qty-adicionar:hover{
    opacity: 0.9;
    color: #fff;
}

.bt-add-qty-ver{
    background: #006bb1;
    color: #fff;
    border: none;
    background-image: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none;
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
    line-height: 51px;
    padding: 0;
    box-shadow: 0px 2px 4px 0px rgb(203 203 203 / 55%);

    width: 100% !important;
    float: left;
}

.bt-add-qty-ver:hover{
    opacity: 0.9;
    color: #fff;
}



.bt-add-qty-container{
    height: 48px;
    width: 30% !important;
    float: left;
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgb(203 203 203 / 55%);
    border: 1px solid #ececec;
}

.bt-add-qty-carrinho{
    box-shadow: none;
    font-size: 20px;
    font-weight: 400;
    color: #646464;
    text-align: center;
    margin: 0 auto;
    border: none;
    background: none;
    float: left;
    padding: 0;
    width: 62% !important;
    height: 49px;
}

.bt-add-qty-nav {
    float: left;
    position: relative;
    padding: 2px 0;
    width: 38%;
}

.bt-add-qty-botao {
    /* width: 20px; */
    height: 20px;
    text-align: center;
    background: #dcdcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin-right: 3px;
    margin-bottom: 3px;
}

.bt-add-qty-botao:hover {
    background: #d0d0d0 !important;
}

.bt-add-qty-botao i {
    color: #646464;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-style: inherit;
}



input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;

}
input[type=number] {
   -moz-appearance: textfield;
   appearance: textfield;

}


/* FIM BT ADD QUANTIDADE */

.no-pd{
    padding:0;
}


@media (max-width: 768px){
    .col-main .page-title h1, .col-main .page-title h2 {
        font-size: 20px;
        margin: 0 0 0px;
        color: #08c;
    }

    .themeFive .main-container {
        padding: 0px 0 50px;
        min-height: 0px;
    }

    .themeFive .bloc-depoimentos {
      padding: 0 0.5rem 50px;
    }

    .header-container.header-mobile.type3{
        border-bottom: none;
    }

    .category-products .products-grid.columns4{
        margin-left: 0px!important;
        margin-right: 0px!important;
    }

    .themeFive .i-titulo>.i-titulo-int b:before {
        content: "";
        z-index: -1;
        margin: 0 1%;
        padding: 0 1%;
        top: -2px;
    }

    .themeFive .i-titulo>.i-titulo-int:after {
        top: 55%;
    }

    .themeFive .i-titulo b{
        font-size: 18px;
    }

    .product-body {
        background: #F3F3F3;
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px;
    }

    .price-box .price span{
        text-align: center!important;
    }

    .price-box .plots-price{
        text-align: center!important;
        margin-bottom: 10px!important;
    }

    .themeFive .product-view p.product-sku{
        text-align: center;
    }

    .themeFive .product-view .product-essential .ratings{
        text-align: center;
    }

    .themeFive .product-view .product-name h1{
        text-align: center;
    }

    #calc-plots ul li {
        margin: 6px 0px 0px 0px;
    }

    .themeFive .bloco-boleto p{
        font-size: 11px;
    }

    .themeFive .bloc-newsletter:after{
        content: '';
    }

    .themeFive .bloc-newsletter-left{
        padding: 30px 10px 10px 10px;
    }

    .themeFive .bloc-newsletter-right{
        padding: 60px 10px 10px 10px;
    }

    .themeFive .bloc-newsletter{
        background-image: none;
    }

    .themeFive .bloc-newsletter{
        height: auto;
    }

    .header-container.type3 .header #search_mini_form{
        padding-left: 0px;
        padding-right: 0px;
    }

    .header .search-area .menu-icon, .header .search-area .menu-icon-toggle{
        right: 0;
    }

    .footer-logo{
        text-align: center;
    }

    .footer-logo img{
        width: 80%;
    }

    .footer-contact{
        margin-top: 30px;
    }

    .footer-contact li{
        text-align: center;
    }

    .footer-contact li:nth-child(1){
        width: 48%;
        float: left;
    }

    .footer-contact li:nth-child(2){
        width: 48%;
        float: left;
    }

    .themeFive .footer-middle{
        background-image: none;
    }

    .footer-middle .block .block-title{
        text-align: center;
    }

    .footer-middle ul{
        text-align: center;
    }

    .footer-selos-seguranca li{
        width: 48%;
        text-align: center;
        margin-right: 0px;
    }

    .footer-selos-shipping li{
        width: 32%;
        margin-right: 0px;
    }

    .footer-selos-shipping li a img{
        width: 100%;
    }

    .footer-bottom .footer-copyright{
        line-height: 16px;
    }

    .footer-dev-ul{
        text-align: center;
        margin-top: 20px;
    }

    .home-mini-banner{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .mini-banner {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 12px;
        margin: 30px auto;
    }

    .std .slick-prev {
        left: 0px!important;
    }

    .std .slick-next {
        right: 0px!important;
    }

    .themeFive .bloc-depoimentos .depoimentos-new .depoimentos-new-grid{
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0px;
    }

    .no-pr{
        padding-right: 15px!important;
    }


}

@media (min-width: 768px){





    .header-container.themeFive .top-new-menu {
        display: none;
    }

    .header-container.themeFive .top-links-container {
        display: block;
    }

    .header .logo {
        float: left;
        text-align: left;
    }

    .header .search-area {
        position: absolute !important;
        top: 80px !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        padding: 0 75px 0 0 !important;
    }

    .header .cart-area {
         display: block !important;
    }

    .header-container.type3 .header .form-search {
        top: auto !important;
        right: auto !important;
    }
}

@media (min-width: 992px){




    .main-nav, .fixed-header-area {
         display: block;
    }

    .header .logo h1 {
        margin: 10px 0;
    }

    .header .search-area {
        padding: 0 !important;
    }

    /* stick menu */
    .fixed-menu .header-container {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1000;
    }

    .fixed-menu .page {
        /*padding-top: 184px;*/
        margin-top: 180px;
    }

    .fixed-menu .top-container {
        padding-top: 48px !important;
    }

    .fixed-menu .header-container.themeFive .top-links-container,
    .fixed-menu .header-wrapper {
        display: none;
    }

    .fixed-menu .header-container.type3 .header #search_mini_form {
        margin-right: 0;
    }

    .fixed-menu .header .search-area .menu-icon-toggle {
        display: block;
    }

    .header .search-area .menu-icon-toggle {
         display: block;
    }

}

@media(max-width: 1199px){
    .themeFive #totop{
        display: none!important;
    }

    .footer-bottom address {
        float: none;
        line-height: 16px;
        text-align: center;
    }


    .themeFive .cart-body{
        padding-top: 0px;
    }

    .themeFive .cart-body .cart-new-title h1{
        margin-bottom: 0px;
    }

    .themeFive .cart-body .cart-new-title{
        padding-top: 0px;
    }




    .themeFive .cart-new-calc-shipping-result {
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: Montserrat!important;
    }

    .themeFive .cart-new-bt-continuar{
        display: none;
    }


    .themeFive .fixed-bt{
        position: fixed;
        background: #F7F7F7;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: right;
        margin-bottom: 0px;
        position: fixed;
        z-index: 1000;
        bottom:-0px;
        width: 100%;

        display: block;
    }

    .themeFive .cart-body .security-stamps{
        text-align: center;
    }



    .themeFive .cart-new-finish-bts a{
        width: 100%;
        margin: 0;
        text-align: center;

    }


    .data-table.cart-table tbody tr {
        position: relative;
        display: block;
        clear: both;
        padding-bottom: 15px;
        padding-top: 0px;

    }

    .themeFive .cart-bl-4 {
        min-height: 30px;
        padding-bottom: 10px;
    }

    .themeFive .cart-new-finish {

    }

    .themeFive .cart-bl-shipping{
        min-height: 10px;
    }

    .themeFive .icon-delete {
        font-size: 18px;
        color: #000;
        width: 20%;
        display: block;
        text-align: center;
    }

    .themeFive .data-table.cart-table tbody tr {
        position: relative;

    }
    .themeFive .data-table.cart-table tbody tr td.pr-img-td {
        /*position: relative;
        display: table-cell!important;
        clear: both;
        padding: 25px 0;
        border-bottom: 1px solid #dcdcdc;*/
        width: 20%;
        display: inline-block;
    }

    .themeFive .data-table.cart-table tbody tr td.pr-desc-td {
        /*position: relative;
        display: table-cell!important;
        clear: both;
        padding: 25px 0;
        border-bottom: 1px solid #dcdcdc;*/
        width: 50%;
        display: inline-block;
    }

    .themeFive .data-table.cart-table tbody tr td.pr-price-td-2 {
        width: 25%;
        display: inline-block;
        height: 100px;
        padding-top: 30px;
    }

    .themeFive .data-table.cart-table tbody tr td.pr-price-td-2 span {
        font-size: 13px;
    }

    .themeFive .data-table.cart-table tbody tr td.pr-price-td-1 {
        display: none;
    }

    .themeFive .body-qty{
        margin-top: 5px;
    }

    .themeFive .cart-product-qty .input-qty {
        border-radius: 50px;
        width: 40px;
        font-size: 10px;
        height: 20px;
        margin: 0 auto;
        text-align: center;
        display: initial;
    }

    .themeFive .cart-product-qty-minus {
        font-size: 14px;
        color: #000;
        margin-right: 0px;
    }

    .themeFive .cart-product-qty-plus {
        font-size: 14px;
        color: #000;
        margin-left: 0px;
    }

    .themeFive .data-table.cart-table tbody tr td.pr-qty-td {
        /*position: relative;
        display: table-cell!important;
        clear: both;
        padding: 25px 0;
        border-bottom: 1px solid #dcdcdc;*/
        width: 60px;
        float: right;
    }


}

@media (min-width: 1200px) {




    .header .row {
        height: auto;
    }

    .header .logo h1 {
        margin: 5px 0;
    }

    .header .search-area {
        position: relative !important;
        top: auto !important;
        margin: 20px 0 !important;
        padding: 0 !important;
    }

    /* stick menu */
    .fixed-menu .header-container {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1000;
        -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
        -khtml-box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
        -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
        -ms-box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
        -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
        box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
    }

    .fixed-menu .top-container {
        padding-top: 0px !important;
    }

    .fixed-menu .header-container.themeFive .top-links-container,
    .fixed-menu .header-wrapper {
        display: none;
    }

    .fixed-menu .header-container.type3 .header #search_mini_form {
        width: 88% !important;
        margin-right: 0;
    }

    .fixed-menu .menu-icon-toggle {
        display: block;
    }

    .header .search-area .menu-icon-toggle {
         display: none;
    }
}

@media (max-width: 1274px) {
    .container {
        width: 100%;
    }
}
