/*GENERAL*/
::selection {
    color: #222;
    background-color: #fff;
}

.raleway .dropdown-menu li > a,
.raleway .intro .lead,
.raleway .megamenu-item span,
.raleway .nav.nav-tabs > li > a,
.raleway .navbar-nav > li > a,
.raleway .portfolio-filter a,
.raleway .search-wrap .form-control,
.raleway h1,
.raleway h2,
.raleway h3,
.raleway h4,
.raleway h5,
.raleway h6 {
    font-family: "Open Sans", sans-serif;
}

.alert ul {
    list-style-type: none !important;
}

.alert-success {
    color: #21540e;
    background-color: #dff0d8;
}

.custom-cart-icon {
    font-size: 28px;
    position: relative;
}

.nav-cart-remove {
    width: 24px;
    height: 24px;
    background-color: transparent;
}

.nav-cart-remove i {
    font-size: 24px;
}

/*PRODUCTS*/

.product-item {
    padding: 15px;
    border: 2px solid #eaeaea;
    border-radius: 4px;
    transition: 0.5s;
    margin-bottom: 30px;
}

.product-item:hover {
    background-color: #f5f5f5;
    border: 2px solid #de3636;
}

.sold-out {
    background-color: #de3636;
    color: #fff;
    pointer-events: none;
    padding: 13px 0;
    display: block;
    text-align: center;
    width: 82px;
    z-index: 5;
    text-transform: uppercase;
    font-weight: 700;
    cursor: default;
    font-size: 9px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.05em;
    position: absolute;
    top: 30px;
    right: 10px;
    border-radius: 3px;
}

.product-label .sale {
    background-color: #25b900;
    display: block;
    width: 40px;
    text-align: center;
}

.product-view {
    background-color: #5bc740;
    color: #fff;
    display: block;
    width: 100%;
    padding: 12px 12px;
    text-transform: uppercase;
    border-radius: 3px;
}

.product-view:hover,
.product-view:active {
    color: #fff;
}

.product-label {
    top: 13px;
}

/*PRODUCTS END*/

.cart_totals h2,
.order-review-wrap h2 {
    margin-bottom: 15px;
    margin-top: 2px;
}

.cart_totals_wrapper {
    padding-right: 0;
}

.breadcrumb > li + li:before {
    content: ">";
    font-weight: 600;
    font-size: 12px;
}

/*GENERAL END*/

/*TOP*/

.nav-wrap {
    width: 75%;
}

.navbar-nav {
    width: 100%;
}

/*MENU MOBILE*/
#responsive-menu {
    position: absolute;
    z-index: 9999;
    top: 0;
}

/*STYLE*/
.multilevelpushmenu_wrapper ul {
    width: 100% !important; /*do notllet menu slide*/
}

.multilevelpushmenu_wrapper h2 {
    color: #fff;
    padding: 14px 0.4em 4px 0.4em;
}

.multilevelpushmenu_wrapper .floatRight {
    float: initial;
    margin-right: 7px;
}

.multilevelpushmenu_wrapper .levelHolderClass {
    position: absolute;
    overflow: hidden;
    top: 0;
    background: #8fba47;
    width: auto;
    min-height: 100%;
    font-family: "Open Sans", sans-serif;
}

.multilevelpushmenu_wrapper .levelHolderClass ul {
    background: #fff;
}

.multilevelpushmenu_wrapper .levelHolderClass li.header,
.multilevelpushmenu_wrapper .levelHolderClass li.header {
    background-color: #8fba47;
}

.multilevelpushmenu_wrapper li {
    cursor: pointer;
    border-top: 1px solid #cdcdcd;
}

.multilevelpushmenu_wrapper li.header,
.multilevelpushmenu_wrapper li.header {
    border-top: 1px solid transparent;
}

.multilevelpushmenu_wrapper li.before-menu:nth-of-type(3) {
    border-bottom: 5px solid #cdcdcd;
}

.multilevelpushmenu_wrapper li a .fa.colored {
    color: #8fba47;
}

.multilevelpushmenu_wrapper li a {
    font-size: 12px;
    line-height: 17px;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    color: #424242;
}

.multilevelpushmenu_wrapper li a.bold {
    font-weight: 700;
}

.multilevelpushmenu_wrapper li a .fa {
    width: 16px;
    font-size: 16px;
}

.multilevelpushmenu_wrapper li.header a,
.multilevelpushmenu_wrapper li.header a {
    color: #fff;
}

.multilevelpushmenu_wrapper .backItemClass {
    display: block;
    padding: 0.4em;
    background: #709e22;
    border-top: 0px;
}

.multilevelpushmenu_wrapper .backItemClass a {
    color: #fff !important;
}

.multilevelpushmenu_wrapper li:last-child {
    border-bottom: 1px solid #cdcdcd;
}

.levelHolderClass .category-label {
    color: #ffffff;
    font-size: 16px;
}

.multilevelpushmenu_wrapper li.thick-border {
    border-top: 5px solid #cdcdcd;
    border-bottom: 5px solid #cdcdcd;
}

.multilevelpushmenu_wrapper .floatLeft {
    float: right;
}

.multilevelpushmenu_wrapper li:hover {
    background-color: #8fba47;
}

#menu-responsive-close-btn {
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 9px;
    left: 217px;
    z-index: 99999;
    font-size: 20px;
}

#wts1524685 {
    display: none;
}

/*STYLE END*/

/*MENU MOBILE END*/

.top-search-box {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0px;
}

.top-search-box form {
    position: relative;
}

.top-search-box input {
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    padding-right: 40px;
    background: #f1f1f1;
}

.top-search-box input:focus {
    border: 1px solid #666666;
}

.top-search-box .fa {
    position: absolute;
    right: 18px;
    top: 14px;
    color: #222;
}

.logo,
.logo-dark {
    max-height: 100%;
}

.navigation.sticky.offset .logo,
.navigation.sticky.offset .logo-dark,
.navigation.sticky.offset .navigation .logo-dark {
    max-height: 40px;
}

.nav-type-3 .navbar-nav > li > a {
    text-transform: uppercase;
}

.bg-color,
.dropcap.style-2,
.highlight,
.hero-landing-bg,
.newsletter .newsletter-submit.btn,
header.transparent .navigation.scrolling #nav-icon:hover span,
.navigation.sticky .nav-btn-holder .btn,
.nav-cart-remove:hover,
.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar,
#back-to-top:hover,
.pagination a:hover,
.tags a:hover,
.tags.light a:hover,
.service-item-box.style-3 .icon-holder,
.pricing-table.best:before,
.progress-bar,
.accordion .panel-heading > a > span,
.nav.nav-tabs > li.active:before,
.btn.btn-transparent:hover,
.btn.btn-white:hover,
.btn.btn-stroke:hover,
.btn.btn-color,
.btn.btn-light:hover,
.social-icons:not(.colored) a:hover,
.newsletter-submit.btn:hover,
.product-img .product-actions a:hover,
.ui-slider .ui-slider-range,
.product-remove .remove:hover,
.owl-page.active span,
.flickity-page-dots .dot.is-selected {
    background-color: #5bc740;
}

.loader {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}

.loader .fa {
    font-size: 78px;
    color: #ff4d5a;
}

.nav-cart-badge {
    background-color: #8fba47;
}

a,
a:focus,
blockquote > span,
.blockquote-style-1,
.dropcap.style-1,
.bullets li:before,
.arrows i,
.checks i,
.navbar-nav > li > a:hover,
.navbar-nav > .active > a,
.navigation.scrolling .navbar-nav > li > a:hover,
.navigation.scrolling .navbar-nav > .active > a,
.navigation.scrolling .navbar-nav > .active > a:focus,
.navigation.scrolling .navbar-nav > .active > a:hover,
.navbar-nav > .open > a,
.navbar-nav > .open > a:focus,
.navbar-nav > .open > a:hover,
.nav-right.menu-socials a:hover,
.navigation.sticky .nav-btn-holder .btn:hover span,
.mobile-links li > a:hover,
.nav-cart-title > a:hover,
.nav-register a:hover,
.sidenav a:hover,
.nav-item-submenu li a:hover,
.overlay-menu ul li.active > a,
.overlay-menu ul li a:hover,
#typed,
.testimonials .testimonial a,
.features-list i,
#tweets .tweet a:hover,
.service-tabs .nav.nav-tabs > li.active a i,
.time-period,
.profile table td a:hover,
.contact-info a:hover,
.entry-meta li a:hover,
.entry-title a:hover,
.entry .blockquote-style-1 p > a:hover,
.pagination .current,
.widget.categories ul li a:hover,
.work-description h3 a:hover,
.project-nav li a:hover,
.service-item-box.style-2 i,
.service-item-box.style-4 i,
.service-item-box.style-5 i,
.service-item-box.style-7 i,
.service-item-box.arrow-next:after,
.lead-heading strong,
.accordion .panel-heading > a.minus,
.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus,
.statistic.with-icon i,
.product-details .product-title:hover,
.product-list-widget a:hover,
.single-product .add-to-wishlist a:hover,
.product_meta span a:hover,
.shop_table .product-name > a:hover,
.portfolio-filter.style-2 a.active,
.tp-caption.address i,
.tp-caption.phone i,
.tp-caption.email i,
.tp-caption.email a:hover,
.intro.style-6 .subtitle,
.owl-custom-arrows .prev:hover,
.owl-custom-arrows .next:hover {
    color: #222;
}

.navigation.sticky .navbar-nav > li > a {
    color: #222;
}

.navigation.sticky .navbar-nav > li > a:hover,
.navigation.sticky .navbar-nav > li > a:active {
    color: #000;
}

.navbar-nav > li > a {
    color: #222;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:active {
    color: #000;
}

.nav-register {
    position: relative;
}

.navigation .nav-register .account-menu {
    position: absolute;
    top: 85px;
    left: 0;
    background: #fff;
    z-index: 999;
    border: 2px solid #dedede;
    width: 250px;
    margin-left: -20px;
    display: none;
}

.navigation.sticky .nav-register .account-menu {
    top: 60px;
}

.navigation.sticky .nav-register .account-menu ul li {
    height: auto;
}

.nav-register .account-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dedede;
    position: relative;
    left: 50%;
    margin-left: -5px;
    margin-top: -11px;
}

.nav-register .account-menu ul li {
    display: block;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-register .account-menu ul li a {
    font-size: 12px;
    font-weight: 500;
}

.nav-register .account-menu ul li a.fancy {
    color: #fff;
    padding: 15px 15px;
    border-radius: 4px;
    display: block;
    font-weight: 700;
}

.nav-register .account-menu ul li a.fancy.sign-out {
    background: #ff4d5a;
}

.nav-register .account-menu ul li a.fancy.sign-in {
    background: #1f53b3;
}

.nav-register a {
    font-size: 15px;
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.nav-cart-icon {
    width: 28px;
    height: 28px;
}

.nav-cart-icon:before {
    width: 14px;
    height: 9px;
    top: -10px;
    left: 5px;
}

.nav-cart-badge {
    width: 34px;
    height: 34px;
    line-height: 34px;
    top: -4px;
    right: -48px;
    font-size: 14px;
    border-radius: 4px;
}

.nav-cart-badge:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ff4d5a;
    position: absolute;
    left: -6px;
    top: 11px;
}

.navbar-nav > li > .separator {
    display: block;
    background: #aeaeae;
    width: 1px;
    height: 60px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.sticky .top-search-box {
    padding-top: 9px;
    padding-bottom: 9px;
}

.sticky .navbar-nav > li > .separator {
    height: 20px;
}

.navbar-nav > li.icon-pie {
    margin-left: 12px;
}

.name-label {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
    font-size: 13px;
    display: inline;
}

.navbar-right > li:first-of-type {
    width: 65%;
}

.navbar-right > li:last-of-type {
    width: 35%;
}

.nav-right .nav-register {
    position: relative;
    cursor: pointer;
    padding-left: 40px;
    padding-right: 60px;
}

.nav-right .nav-cart {
    padding-left: 56px;
    padding-right: 50px !important;
    cursor: pointer;
}

.nav-register img {
    display: inline;
    width: 45px;
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
    background-color: #424242;
}

.sticky .nav-register img {
    top: 18px;
}

.nav-cart-remove:hover {
    background-color: #ff4d5a;
}

.top-header {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #074ae2;
}

.top-header .top-contact li {
    display: inline;
    margin-right: 20px;
}

.top-header .top-contact li a {
    font-size: 11px;
}

.top-header .top-contact li a span {
    display: inline;
    position: relative;
    top: -2px;
    color: #fff;
    font-weight: 700;
}

.top-header .top-contact li img {
    width: 16px;
    margin-right: 5px;
    margin-top: -7px;
}

.top-header .top-rs li {
    display: inline;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid #fff;
}

.top-header .top-rs li:lst-of-type {
    padding-left: 0px;
}

.top-header .top-rs li .fa {
    color: #fff;
    font-size: 18px;
}

.login img {
    padding-top: 25px;
    margin-left: 12px;
    margin-right: 12px;
    width: 14px;
}

.mobile.top-search-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 55px;
    z-index: 99;
}

.mobile.top-search-box .fa {
    right: 26px;
    top: 14px;
}

.custom-menu {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}

.custom-menu ul {
    display: block;
    width: 100%;
}

.custom-menu ul li {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
    float: left;
}

.custom-menu ul li a {
    text-decoration: none;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-menu ul li a:hover,
.custom-menu ul li a:active {
    color: #000;
}

.custom-menu .visible-menu > ul > li > ul {
    display: none;
}

.custom-menu .visible-menu {
    width: calc(100% - 145px);
    float: left;
}

.custom-menu .more-items {
    float: right;
    font-weight: 700;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
    height: 36px;
    line-height: 37px;
}

.custom-menu .more-items:hover,
.custom-menu .more-items:active {
    color: #ff4d5a;
    fill: #ff4d5a;
}

.custom-menu .more-items svg {
    margin-left: 8px;
    width: 36px;
    margin-top: -5px;
    vertical-align: middle;
}

.custom-menu .hidden-items {
    position: absolute;
    top: 54px;
    right: 0;
    width: 225px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 40px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 40px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 40px -9px rgba(0, 0, 0, 0.75);
    z-index: 99;
    display: none;
    padding-left: 5px;
    padding-right: 5px;
}

.custom-menu .hidden-items li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dedede;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

.custom-menu .hidden-items li a {
    text-align: right;
    display: block;
    line-height: 18px;
    font-size: 13px;
}

.custom-menu .hidden-items li:last-of-type {
    border-bottom: 0px;
}

.custom-menu .container {
    position: relative;
}

.custom-menu ul ul {
    position: absolute;
    top: 0;
    left: 0px;
    width: 225px;
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    top: 53px;
    z-index: 99;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.custom-menu ul ul li a {
    color: #222;
    text-align: left;
    display: block;
    line-height: 18px;
}

.custom-menu ul ul li {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 2px solid #eaeaea;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
}

.custom-menu ul ul li:last-of-type {
    border-bottom: 0px;
}

.custom-menu ul li > .fa {
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 19px;
    right: 18px;
    color: #222;
    padding-left: 3px;
    padding-right: 3px;
    z-index: 99;
    cursor: pointer;
}

.custom-menu .hidden-items li > .fa {
    display: none;
}

.nav-cart-container {
    min-width: 350px;
    max-width: 350px;
}

.nav-cart-price {
    margin-top: 3px;
}

/*TOP END*/

/*FOOTER*/

.footer-default {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid #eaeaea;
}

.footer-default .header {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.footer-default .logo-footer {
    margin-bottom: 15px;
}

.footer-default hr {
    border: 0px;
    height: 3px;
    width: 60px;
    background: #888;
    margin-left: 0;
    padding: 0;
    margin-top: 10px;
}

.footer-default .rs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-default .rs li {
    display: inline-block;
    margin-right: 8px;
}

.footer-default .rs li .fa {
    color: #777;
    font-size: 16px;
    border: 2px solid #777;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 7px;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    -webkit-transition: border-color 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out;
    -o-transition: border-color 0.2s ease-out;
}

.footer-default .rs li .fa:hover {
    background-color: #8fba47;
    color: #fff;
    border-color: #8fba47;
}

.footer-default .links {
    list-style-type: none;
}

.footer-default .links li {
    border-bottom: 2px solid #eaeaea;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-default .links li a {
    color: #6c6c6c;
    font-weight: 400;
}

.footer-default .links li a:hover,
.footer-default .links li a:active {
    color: #8fba47;
}

.footer-default .product-tags {
    width: 100%;
    padding: 5px;
    overflow-y: auto;
    max-height: 200px;
}

.footer-default .product-tags span {
    display: inline-block;
    padding: 8px 15px;
    border: 2px solid #eaeaea;
    margin-right: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    -webkit-transition: border-color 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out;
    -o-transition: border-color 0.2s ease-out;
}

.footer-default .product-tags span:hover {
    background-color: #8fba47;
    color: #fff;
    border-color: #8fba47;
}

#submit-newsletter {
    border-radius: 0;
    padding: 10px 15px;
    border: 2px solid #eaeaea;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #8fba47;
}

#newsletter {
    margin-top: 15px;
    margin-bottom: 10px;
}

.footer-bottom-default {
    background-color: #333;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-bottom-default .header {
    margin-bottom: 10px;
    padding: 0;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer-bottom-default .seal-img {
    margin-right: 3px;
    margin-bottom: 6px;
    margin-top: 8px;
}

.footer-bottom-default .platform-img {
    float: right;
    margin-top: 11px;
}
.footer-bottom-bottom {
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-bottom-bottom span {
    text-align: center;
    display: block;
    color: #333;
    font-size: 12px;
}

.whatsapp-pulse-button {
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
    border-radius: 50%;
    background-color: #4caf50;
    background-image: url("../template/images/whatsapp.png");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    z-index: 999;
}

.whatsapp-pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(76, 175, 80, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(76, 175, 80, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(76, 175, 80, 0);
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(76, 175, 80, 0);
    }
}

/*FOOTER END*/

/*HOME*/
.advantages {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    margin-top: 40px;
}

.advantages a {
    display: block;
    width: 100%;
    text-align: center;
}

.advantages a span {
    display: inline-block;
    margin-left: 10px;
    color: #424242;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    width: 170px;
    text-align: left;
    position: relative;
    top: 4px;
    line-height: 17px;
}

.advantages a span.multiple-lines {
    top: 8px;
}

.list-payment-methods {
    line-height: 14px;
    margin-top: 5px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.products .to-lowercase {
    text-transform: inherit;
}

.products .price .amount {
    color: #8fba47;
}

.product-discount-label {
    font-size: 13px;
    color: #8fba47;
    display: block;
}

.product-details .product-title,
.product-list-widget a {
    font-weight: 600;
    font-size: 18px;
}

.product-item .product-details .brief-description {
    font-size: 12px;
    line-height: 16px;
    color: #222;
    word-break: break-all;
    text-align: center;
    display: block;
}

.product-item .product-details hr {
    background-color: #ededed;
    width: 100%;
    height: 1px;
    margin: 0;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home.products h4 {
    font-size: 24px;
    margin-top: 30px;
    text-transform: uppercase;
    background: #fff;
    position: relative;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
}

.home.products hr.header-bt {
    width: 100%;
    height: 1px;
    border: 0;
    margin: 0 auto;
    padding: 0;
    background: #cccccc;
    margin-bottom: 40px;
    margin-top: -22px;
}

.custom-video {
    width: 100%;
}

/*QUICK PORMOTION*/

.quick-promotion .quick-promotion-timer {
    color: #fff;
    background: #ff4d5a;
    padding: 12px 12px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 100%;
    display: inline-block;
    padding: 12px 12px;
}

.quick-promotion .quick-promotion-timer span {
    text-align: center;
    display: block;
    font-weight: 600;
}

.quick-promotion .container-banner-arrows {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 470px;
}

.quick-promotion .container-banner-arrows .prev {
    position: absolute;
    left: -30px;
    font-size: 18px;
}

.quick-promotion .container-banner-arrows .next {
    position: absolute;
    right: 0px;
    font-size: 18px;
}

.quick-promotion h4 {
    font-size: 24px;
    margin-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    position: relative;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.quick-promotion hr.header-bt {
    width: 100%;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
    background: #cccccc;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -24px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -50px;
    margin-bottom: 20px;
    z-index: 99;
    position: relative;
}

.category-products {
    position: relative;
}

.category-products .btn-visit {
    color: #ff4d5a;
    border: 2px solid #ff4d5a;
    padding: 8px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    float: right;
    margin-bottom: 30px;
    font-weight: 700;
}

.category-products .btn-visit:hover,
.category-products .btn-visit:active {
    color: #fff;
    background-color: #ff4d5a;
}

.category-products hr.header-bt {
    width: 100%;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
    background: #cccccc;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -24px;
}

.category-products h4 {
    font-size: 24px;
    margin-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    position: relative;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.brands h4 {
    width: max-content;
}

.category-products h5 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.category-products hr.separator {
    margin-top: 10px;
    margin-bottom: 4px;
    border: 0;
    height: 1px;
    width: 100%;
    background-color: #ededed;
    margin: 0;
    padding: 0;
}

.category-products .price {
    font-weight: 700;
    color: #424242;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 5px;
}

.category-products .price span.from {
    text-decoration: line-through;
    font-weight: 400;
}

.category-products .price span.to {
    color: #ff4d5a;
}

.category-products .list-payment-methods {
    padding-left: 0px;
    padding-right: 15px;
}

.category-products .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
    margin-bottom: 20px;
    z-index: 99;
    position: relative;
}

.category-products .owl-theme img {
    position: relative;
    z-index: 999;
    display: block;
}

.category-products .product-discount-label {
    margin-top: -6px;
}

.category-products .container-banner-arrows {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: calc(50% + 44px);
}

.brands .container-banner-arrows {
    top: calc(50% + 12px);
}

.showcases .container-banner-arrows,
.department-images .container-banner-arrows {
    top: calc(50% + 32px);
}

.category-products .container-banner-arrows .fa {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    color: #424242;
    cursor: pointer;
    padding: 8px 12px;
}

.category-products .container-banner-arrows .prev {
    position: absolute;
    left: -60px;
}

.category-products .container-banner-arrows .next {
    position: absolute;
    right: -30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8fba47;
}

.products-list .wrapper {
    width: 100%;
    left: 0;
    margin-left: 0;
}

.products-list {
    margin-top: 60px;
}

.products-list hr {
    border: 0;
    height: 1px;
    width: 100%;
    background-color: #cccccc;
    margin-top: -21px;
    margin-bottom: 30px;
    display: block;
}

.products-list h3 {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
    background: #fff;
    width: max-content;
    padding-right: 8px;
}

.products-list h4 {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 0px;
}

.products-list .price {
    font-weight: 700;
    color: #424242;
    font-size: 13px;
}

.products-list .price span.to {
    color: #ff4d5a;
}

.products-list .price span.from {
    text-decoration: line-through;
    font-weight: 400;
}

.products-list .row {
    margin-bottom: 20px;
}

.counters.bg-parallax .statistic-timer,
.counters.bg-parallax .counter-text,
.counters.bg-color .statistic-timer,
.counters.bg-color .counter-text {
    color: #8fba47;
}

div[class*="section-banners"] img {
    transition: transform 0.2s ease;
}

div[class*="section-banners"] img:hover {
    transform: scale(1.05);
}

/*CONTATO*/
.contact-item img {
    display: block;
    margin-top: 10px;
}

.contact-item .send-message {
    display: block;
    font-weight: 300;
    font-size: 10px;
    color: #7a5299;
}

#contact-form .btn.btn-color {
    background-color: #333333;
}

#contact-form .btn.btn-color:hover,
#contact-form .btn.btn-color:active {
    background-color: #333333;
}

#contact-form textarea:focus,
#contact-form input:focus {
    border-color: #4c2865;
}

#contact-map {
    width: 100%;
    height: 600px;
}

.contact .header {
    background: #ededed;
}

.contact .header h1 {
    color: #000;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.contact .section-wrap {
    padding: 80px 0;
}
/*CONTATO END*/

/*GERAL*/
.custom-error {
    border: 2px solid #ff0000 !important;
}

.custom-error-message {
    color: #ff0000;
    display: inline-block;
    width: 100%;
}

.custom-required {
    color: #ff0000;
    font-size: 10px;
    position: relative;
    top: -5px;
    left: 2px;
}

.error-label {
    color: #ff0000;
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-float-field-50 {
    width: 50% !important;
    float: left;
}

.custom-float-field-25 {
    width: 25% !important;
    float: left;
}

.custom-float-field-30 {
    width: 30% !important;
    float: left;
}

.custom-float-field-70 {
    width: 70% !important;
    float: left;
}

.clear-both {
    clear: both;
}

.icheckbox_square-grey {
    margin-right: 10px;
    margin-top: -1px;
}

.product-details .product-title,
.product-list-widget a {
    font-weight: 600;
    font-size: 18px;
    color: #222;
    line-height: 22px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8fba47;
}

.bottom-line:after,
.blockquote-style-2,
.navigation.sticky .nav-btn-holder .btn:hover,
.underline-link:after,
.contact-form.style-2 textarea:focus,
.pagination .current,
.widget.search .searchbox:focus,
.portfolio-filter.style-2 a.active,
.tabs-bb .nav.nav-tabs > li.active > a,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    border-color: #222;
}

.pagination a {
    font-weight: 600;
}

.pagination a > i {
    font-weight: 600;
}

.pagination .current {
    border-color: #cccccc;
}

.breadcrumb {
    padding-top: 26px;
    border: 0px;
}

.breadcrumb li,
.breadcrumb li a,
.breadcrumb li a.active {
    font-size: 12px;
}
/*GERAL END*/

/*CATALOGO*/

.nav-cart-badge {
    background-color: #ff4d5a;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.nav-cart .nav-cart-container .btn.btn-color {
    background-color: #8fba47;
}

.nav-cart .nav-cart-container .btn.btn-color:hover {
    background-color: #b7da7d;
}

.catalog .search input {
    padding-right: 40px;
    border-radius: 4px;
}

.catalog .catalog-message {
    text-align: center;
}

.pagination a:hover {
    background: #cccccc;
}

.filter-by-price input#amount {
    width: 80%;
}

.filter-by-price .btn.btn-stroke {
    float: right;
    margin-top: 10px;
}

.to-lowercase {
    text-transform: lowercase;
}

.price del {
    margin-right: 5px;
}

.price {
    font-weight: 500;
}

.filter-by-price .ui-slider .ui-slider-range {
    background: #ff4d5a;
}

.filter-by-price .btn.btn-stroke:hover {
    background: #8fba47;
}

.filter-by-color .square {
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
}

.filter-by-color .square img {
    width: 100%;
}

.filter-by-color .square.active {
    border: 3px solid #f00;
    opacity: 0.7;
}

.list-payment-methods {
    line-height: 14px;
    margin-top: 5px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar .widget-title {
    margin-bottom: 28px;
}

.sidebar .categories .widget-title {
    font-size: 18px;
}

.widget.categories ul li a {
    font-size: 16px;
}

.ecommerce-ordering {
    width: 25%;
}

.ecommerce-disclosure-type {
    width: 22%;
    margin-right: 15px;
}

.ecommerce-ordering select {
    border: 2px solid #eaeaea;
    border-radius: 4px;
}

.sidebar .widget {
    border: 3px solid #eaeaea;
    padding: 22px;
    border-radius: 4px;
}

.sidebar .widget.search {
    border: 0px;
    padding: 0px;
}

/*CATALOGO END*/

/*PRODUCT*/
.single-product .price ins {
    color: #424242;
    font-weight: 600;
}

.single-product .btn.btn-color {
    background-color: #5bc740;
    padding-left: 50px;
    padding-right: 50px;
}

.single-product .btn.btn-color:hover {
    background-color: #5bc740;
}

.single-product .nav.nav-tabs > li.active > a:focus,
.single-product .nav.nav-tabs > li.active > a:hover,
.single-product .tabs-bb .nav.nav-tabs > li.active > a {
    color: #333333;
}

.single-product .tabs-bb .nav.nav-tabs > li.active > a {
    border-bottom: 2px solid #989898;
}

.single-product .nav.nav-tabs > li > a:hover {
    color: #333333;
}

.single-product .send-as-gift {
    margin-top: 25px;
}

.custom-checkbox {
    display: inline-block;
}

.custom-checkbox input[type="checkbox"] {
    display: none; /* Esconde os inputs */
}

.custom-checkbox input[type="checkbox"] + label {
    display: inline-block;
    height: 20px;
    padding: 0px 0 0 28px;
    margin: 5px 10px 0 0;
    background-image: url(../images/ecommerce/custom-checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
}

.custom-checkbox input[type="checkbox"] + label span {
    position: relative;
    top: -2px;
}

.custom-checkbox input[type="checkbox"] + label {
    background-position: 0 0px; /* Muda a posição do background só no checkbox */
}

.custom-checkbox input[type="checkbox"]:checked + label {
    background-position: 0 -30px;
}

.custom-checkbox input[type="checkbox"] + label:before {
    display: none;
}

.product-actions li.out-of-stock-wrapper {
    width: 100%;
}

.single-product .btn.btn-color.out-of-stock {
    background-color: #de3636;
    width: 100%;
}

.single-product .tabs-bb {
    width: 100%;
    margin-bottom: 20px;
}

.tabs-bb .tab-content {
    padding: 24px 15px;
}

.shop-items-slider .owl-prev {
    left: 0;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.shop-items-slider .owl-next {
    right: 0;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.tell-me-when-arrive .control-label {
    text-align: left;
}

.tell-me-when-arrive input[type="text"] {
    margin-bottom: 0;
}

.tell-me-when-arrive input[type="email"] {
    margin-bottom: 20px;
}

.tell-me-when-arrive .btn.btn-color {
    float: right;
}

.tell-me-when-arrive .register-loader i.fa-spin {
    float: right;
    color: #fff;
    position: absolute;
    top: 16px;
    z-index: 9;
    font-size: 16px;
    right: 7px;
}

.tell-me-when-arrive .alert {
    margin-bottom: 5px;
}

.single-product .rs {
    margin-top: 26px;
}

.single-product .rs li {
    display: inline-block;
    margin-right: 10px;
    font-size: 28px;
}

.single-product .rs li .fa-facebook {
    color: #3b5998;
}

.single-product .rs li .fa-twitter {
    color: #00acee;
}

.single-product .rs li .fa-linkedin {
    color: #0e76a8;
}

/*PRODUCT DETAILS*/

#owl-shop-items-slider .product-item {
    padding: 15px 15px;
}

p.product-price {
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 16px;
}

p.product-price-discount {
    padding: 0;
    margin: 0;
    line-height: 24px;
    color: #a3a3a3;
    font-size: 13px;
}

.product-bold {
    font-weight: 700;
    font-size: 15px;
    color: #424242;
}

.product-discount-label {
    font-size: 13px;
    color: #5bc740;
    display: block;
}

.product-details .product-discount-label {
    color: #ff4d5a;
}

.product-separator {
    display: block;
    margin-bottom: 15px;
}

.product-stock-qty {
    color: #ff4d5a;
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 16px;
}

.product-number-installments {
    font-size: 13px;
    color: #424242;
    padding: 0;
    margin: 0;
}

.prices-wrapper .product-number-installments {
    text-align: left;
    line-height: 14px;
    margin-top: 10px;
}

.owl-carousel .product-number-installments {
    line-height: 14px;
    margin-top: 5px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.product-sold-out {
    text-align: left;
}

.product-bold {
    font-size: 20px;
}

.product-code {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    margin-top: 20px;
}
/*PRODUCT DETAILS END*/

/*PRODUCT OPTIONS DEFAULT*/
.single-product .product-description-wrap .options-wrapper.default .color-grid {
    width: 100%;
}

.single-product .product-description-wrap .options-wrapper.default .square {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 40px;
    overflow: hidden;
}

.single-product .product-description-wrap .options-wrapper.default .square.selected {
    border: 2px solid #f00;
}

.single-product .product-description-wrap .options-wrapper.default .square .texture {
    vertical-align: initial;
    display: table-cell;
}

.single-product .product-description-wrap .options-wrapper.default .infoextra-wrapper {
    padding: 0;
}
/*PRODUCT OPTIONS DEFAULT END*/

/*RELATED PRODUCTS*/

.shop-items-slider h4 {
    font-size: 24px;
    margin-top: 30px;
    text-transform: uppercase;
    background: #fff;
    position: relative;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
}

.shop-items-slider hr.header-bt {
    width: 100%;
    height: 1px;
    border: 0;
    margin: 0 auto;
    padding: 0;
    background: #cccccc;
    margin-bottom: 40px;
    margin-top: -14px;
}
/*PRODUCT END*/

/*CART*/
.shopping-cart h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.shopping-cart .btn.btn-color,
.shopping-cart .btn.btn-color:hover {
    background-color: #666666;
}

.shopping-cart .btn.btn-color-proceed,
.shopping-cart .btn.btn-color-proceed:hover {
    background-color: #5bc740;
}

.shopping-cart .freight {
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.shopping-cart .address {
    width: 100%;
    padding: 0;
}

.shopping-cart .address p {
    line-height: 16px;
}

.shopping-cart .mb-40 {
    margin-bottom: 32px;
}

.shop_table.cart {
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.table > thead > tr > th {
    border-bottom: 2px solid #eaeaea;
}

.shopping-cart .coupon a {
    text-decoration: underline;
    color: #6c6c6c;
    margin-top: 16px;
    display: block;
}

.product-remove .remove:hover {
    background-color: #333333;
    color: #ffffff;
}

.shopping-cart .send-as-gift {
    margin-top: 18px;
}

.shopping-cart .send-as-gift img {
    width: 24px;
    position: relative;
    top: -3px;
}

.shopping-cart .send-as-gift span {
    font-size: 12px;
}

.shopping-cart .custom-checkbox input[type="checkbox"] + label span {
    position: relative;
    top: 0px;
}

.custom-checkbox {
    top: -3px;
}

.out-of-stock {
    width: 112px;
}

.address .dark-red {
    color: #d40000;
    font-weight: 700;
}

.shopping-cart .alert-danger {
    margin-right: 15px;
}

.shopping-cart .wc-proceed-to-checkout {
    margin-bottom: 10px;
}

.shopping-cart .wc-proceed-to-checkout a:first-of-type {
    padding-top: 2px;
    padding-bottom: 2px;
}

.shopping-cart .actions a.buy-more {
    text-transform: uppercase;
    color: #fff;
    background-color: #007cb7;
    margin-top: 16px;
    display: block;
    text-align: center;
    padding: 14px 14px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
}

.btn-danger.out-of-stock:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

.back-to-stock {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin-top: 3px;
    margin-left: 0;
    font-weight: 700;
}

.table.shop_table tr td.product-name .cart-product-code {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.shop_table td.product-name {
    line-height: 16px;
}

.shopping-cart h5 {
    font-size: 14px;
}

.product-remove .remove {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 0px;
    text-align: center;
    background-color: #fff;
    color: #333;
}

.product-remove .remove i {
    font-size: 35px;
    line-height: initial;
    position: relative;
    top: -9px;
    left: -2px;
}
/*CART END*/

/*FRETE*/
.shopping-cart .freight {
    border: 1px solid #eaeaea;
    padding: 12px;
    min-height: 110px;
}

.shopping-cart .freight h5 {
    text-transform: uppercase;
}

.shopping-cart .freight input {
    width: 180px;
    float: left;
}

.shopping-cart .freight input {
    width: calc(100% - 114px);
    float: left;
    height: 50px;
    background-color: #e6e6e6;
    margin-bottom: 0;
}

.shopping-cart .freight .btn.btn-color {
    background-color: #333333;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
}

.shopping-cart .freight .btn.btn-color:hover {
    background-color: #333333;
}

.shopping-cart .freight input:focus {
    border-color: #333333;
}

.freight {
    position: relative;
}

.freight .quotation {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    display: inline-table;
}

.freight .quotation thead tr th {
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.freight .quotation tbody tr td {
    text-align: left;
    color: #3c3c3c;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.shopping-cart .freight .fa {
    position: absolute;
    top: 57px;
    right: 135px;
}
/*FRETE END*/

/*CUPOM*/
.shopping-cart .discount-coupon {
    border: 1px solid #eaeaea;
    padding: 12px;
    min-height: 110px;
    width: 96.5%;
}

.shopping-cart .discount-coupon h5 {
    text-transform: uppercase;
}

.shopping-cart .discount-coupon input {
    width: 180px;
    float: left;
}

.shopping-cart .discount-coupon input {
    width: calc(100% - 110px);
    float: left;
    height: 50px;
    background-color: #e6e6e6;
    margin-bottom: 0;
}

.shopping-cart .discount-coupon .btn.btn-color {
    background-color: #333333;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

.shopping-cart .discount-coupon .btn.btn-color:hover {
    background-color: #333333;
}

.shopping-cart .discount-coupon input:focus {
    border-color: #333333;
}

.shopping-cart .discount-coupon {
    position: relative;
}

.shopping-cart .discount-coupon .fa {
    position: absolute;
    top: 57px;
    right: 132px;
}
/*CUPOM END*/

/*CHECKOUT*/
.cart_totals,
.order-review-wrap,
.shipping-calculator-form,
.coupon {
    border: 1px solid #eaeaea;
    padding: 12px;
}

.checkout .form-row.place-order input {
    width: 100%;
    background-color: #5bc740;
}

.checkout .place-order-transparent {
    width: 100%;
}

.checkout .place-order-transparent button {
    width: 100%;
    background-color: #5bc740;
}

.checkout .place-order-transparent button:hover {
    background-color: #5bc740;
}

.checkout .order-review-wrap {
    background-color: #f9f9f9;
}

.order-review-wrap h6 {
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1pc solid #333;
}

.bottom-line.full-grey:after {
    width: 100%;
    margin-top: 9px;
}

.order-review-wrap h6 {
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 14px;
    margin-top: 30px;
}

.order-review-wrap .address p {
    margin-bottom: 0px;
    font-size: 14px;
}

.order-review-wrap .address a {
    text-decoration: underline;
    color: #6c6c6c;
    margin-top: 16px;
    margin-bottom: 20px;
    display: block;
}

.checkout textarea {
    margin-bottom: 0px;
}

.checkout .tab-content {
    padding: 15px;
}

.processing {
    padding: 15px;
    background-color: #baffc5;
    border-radius: 4px;
}

.processing .label {
    color: #424242;
    font-size: 14px;
    position: relative;
    top: -9px;
}

.processed.error {
    padding: 15px;
    background-color: #ff5d5d;
    border-radius: 4px;
    display: table;
    width: 100%;
}

.processed.error .label {
    color: #fff;
    font-size: 14px;
    width: 100%;
    display: block;
    line-height: 20px;
    white-space: unset;
}

.processed.error .fa {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.ecommerce .form-row.place-order {
    float: none;
    margin-top: 8px;
    display: block;
    height: 50px;
}

.checkout-address {
    position: relative;
}

.checkout-address input,
.checkout-address select {
    background-color: #ffffff;
    border: 2px solid #eaeaea;
}

.checkout-address label {
    position: relative;
    top: 0px;
    font-size: 13px;
}

.ecommerce .checkout #customer_details .form-row input {
    float: left;
    width: 100%;
}

.checkout .custom-checkbox {
    width: 100%;
}

.ecommerce .checkout #customer_details label {
    width: 100%;
}

.ecommerce .checkout #customer_details label span {
    position: relative;
    top: -1px;
}

.ecommerce .checkout #customer_details label svg {
    position: relative;
    top: 4px;
    margin-right: 8px;
}

.checkout .custom-checkbox img {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.order-review-wrap table {
    margin-bottom: 0px;
}

.ecommerce .checkout #customer_details .custom-checkbox {
    display: inline-block;
}

.ecommerce .checkout #customer_details > div {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #eaeaea;
    background: #f9f9f9;
}

.payment-method input,
.payment-method select {
    border: 1px solid #c5c5c5;
}

.checkout input[type="text"]:focus,
.checkout input[type="password"]:focus,
.checkout input[type="date"]:focus,
.checkout input[type="datetime"]:focus,
.checkout input[type="datetime-local"]:focus,
.checkout input[type="month"]:focus,
.checkout input[type="week"]:focus,
.checkout input[type="email"]:focus,
.checkout input[type="number"]:focus,
.checkout input[type="search"]:focus,
.checkout input[type="tel"]:focus,
.checkout input[type="time"]:focus,
.checkout input[type="url"]:focus,
.checkout textarea:focus {
    border-color: #333333;
}

.checkout-address .custom-error-message {
    position: relative;
    top: -10px;
}

.checkout-address input[type="text"],
.checkout-address input[type="password"],
.checkout-address input[type="email"],
.checkout-address input[type="url"],
.checkout-address input[type="tel"],
.checkout-address input[type="number"],
.checkout-address input[type="date"],
.checkout-address input[type="search"],
.checkout-address select,
.checkout-address textarea {
    margin-bottom: 15px;
}

.checkout .amount.green {
    color: #007730;
}

.checkout #middle-column .btn.btn-color {
    background-color: #333333;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
}

.checkout #middle-column input {
    float: left;
    height: 50px;
    background-color: #e6e6e6;
    margin-bottom: 0;
    width: 65%;
}

.checkout #middle-column .discount-coupon input {
    width: 69%;
}

.checkout #middle-column .freight .fa {
    position: absolute;
    top: 18px;
    right: 126px;
}

.checkout #middle-column .discount-coupon .fa {
    position: absolute;
    top: 18px;
    right: 128px;
}

.checkout-address .form-group {
    margin-bottom: 0;
}

.checkout .step-calculated-label {
    font-weight: 600;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0px;
}

.checkout .login-wrapper .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 2px solid #c9c9c9;
    outline: none;
    transition: 0.4s;
    font-weight: 700;
    margin-bottom: 10px;
}

.checkout .login-wrapper .active,
.checkout .login-wrapper .accordion:hover {
    background-color: #ccc;
}

.checkout .fast-register-login .form-group {
    display: grid;
    margin-bottom: 10px;
}

.checkout .fast-register-login .form-group.with-error {
    margin-bottom: 0px;
}

.checkout .fast-register-login .form-group.with-error .error-label {
    padding-left: 0;
    padding-right: 0;
}

.checkout .login-wrapper .panel {
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: white;
    display: none;
    overflow: hidden;
}

.checkout .fast-register-login .ec-general-form .btn.btn-color {
    background-color: #5bc740;
    width: 100%;
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkout .fast-register-login .change-client-type {
    padding-top: 0px;
    height: auto;
}

.order-review-wrap .address .checkout-address a {
    margin-top: 0px;
    margin-bottom: 15px;
}
/*CHECKOUT END*/

/*GENERAL FORM*/
.ec-general-form input[type="text"],
.ec-general-form input[type="password"],
.ec-general-form input[type="email"],
.ec-general-form input[type="url"],
.ec-general-form input[type="tel"],
.ec-general-form input[type="number"],
.ec-general-form input[type="date"],
.ec-general-form input[type="search"],
.ec-general-form select,
.ec-general-form textarea {
    margin-bottom: 5px !important;
    border-radius: 4px;
    background-color: #fff;
    border-color: #ededed;
}

.ec-general-form input[type="text"]:focus,
.ec-general-form input[type="password"]:focus,
.ec-general-form input[type="email"]:focus,
.ec-general-form input[type="url"]:focus,
.ec-general-form input[type="tel"]:focus,
.ec-general-form input[type="number"]:focus,
.ec-general-form input[type="date"]:focus,
.ec-general-form input[type="search"]:focus,
.ec-general-form select:focus,
.ec-general-form textarea:focus {
    border-color: #333333;
}

.ec-general-form a {
    text-decoration: underline;
    color: #333333;
}

.ec-general-form a.register {
    text-decoration: none;
    color: #5bc740;
    font-weight: 600;
}

.ec-general-form .btn.btn-color {
    background-color: #5bc740;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ec-general-form .btn.btn-color.login {
    float: left;
}

.login .btn.btn-color.register {
    background-color: #5bc740;
    float: left;
}

.login p {
    font-weight: 700;
    font-size: 12px;
}

.login h4 {
    text-transform: uppercase;
}

.login ul.advantages {
    list-style-type: square;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 18px;
}

.login ul.advantages li {
    margin-bottom: 6px;
    font-weight: 600;
}

.login ul.advantages li:last-of-type {
    margin-bottom: 0px;
}

.login .link-side {
    margin-top: 36px;
    display: block;
    font-size: 12px;
    float: right;
}

label {
    font-size: 14px;
    font-weight: 600;
}

.centered-general-form {
    padding-left: 0;
    padding-right: 0;
}

.centered-general-form .ecommerce {
    padding-left: 0;
    padding-right: 0;
}

.centered-general-form p.details {
    position: relative;
    top: -22px;
}

.centered-general-form .form-group {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.centered-general-form.ecommerce {
    padding: 0;
}

.centered-general-form .ecommerce h5 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
}

.centered-general-form .ec-general-form .btn.btn-color {
    width: 165px;
}

.centered-general-form .custom-checkbox {
    display: inline;
}

.icheckbox_square-green {
    margin-top: -3px;
    margin-right: 10px;
}
/*GENERAL FORM END*/

/*CLIENT*/
.client-menu {
    margin-bottom: 30px;
}

.client-menu li {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
}

.client-menu li a {
    color: #333333;
}

.c-order {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.c-order .c-head {
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
}

.c-order .c-head .unit {
    margin-top: 3px;
    margin-bottom: 3px;
}

.c-order .c-head .unit i {
    cursor: pointer;
    float: right;
    position: relative;
    top: -8px;
}

.c-order .c-head .unit .status {
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: -24px;
    text-transform: uppercase;
}

.c-order .c-body {
    margin-top: 10px;
}

.c-order .c-body .unit {
    margin-top: 5px;
    margin-bottom: 5px;
}

.c-order .c-body h6 {
    margin-bottom: 0px;
}

.c-order .c-body p {
    margin-bottom: 0px;
}

.c-order .c-body > .row {
    margin-left: 0;
    margin-right: 0;
}

.c-order .c-body .unit.value {
    text-align: right;
}

.c-order .c-body .colored-row {
    background-color: #fbfbfb;
}

.c-order .c-body .print-payment-ticket {
    color: #ffffff;
    padding: 15px 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.c-order .c-body .print-payment-ticket:hover {
    background-color: #25b900;
}

.address .wrapper {
    border: 1px solid #eaeaea;
    padding: 15px;
    margin-bottom: 30px;
}

.address .wrapper p {
    margin: 0;
    text-transform: uppercase;
}

.address .wrapper i {
    float: right;
    margin-left: 6px;
    font-size: 18px;
    color: #333333;
}

.address .wrapper .main-address-line {
    opacity: 0.2;
}

.address .wrapper .main-address {
    opacity: 1;
}

.address .wrapper.dotted {
    border: 4px dotted #eaeaea;
}

.address .wrapper.dotted i {
    float: none;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 68px;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0.6;
}

.add-address .form-group {
    position: relative;
}

.form-group .fa-refresh {
    position: absolute;
    top: 14px;
    right: 28px;
    z-index: 2;
}

.ecommerce.address .btn-color {
    padding: 0px 15px;
    margin-top: 10px;
}

#form-register .register-loader i.fa-spin {
    float: right;
    color: #fff;
    position: absolute;
    top: 16px;
    z-index: 9;
    font-size: 16px;
    right: 7px;
}

.change-client-type {
    display: block;
    width: 100%;
    height: 76px;
    padding-top: 39px;
}

.change-client-type a {
    color: #5bc740;
    font-weight: 600;
}
/*CLIENT END*/

/*ORDER RESUME*/
.order-resume a {
    font-weight: 700;
    color: #25b900;
}

.order-resume p {
    margin-bottom: 0;
}

.order-resume h4 {
    margin-top: 10px;
}

.order-resume .print-payment-ticket,
.order-resume .confirmation-button {
    color: #ffffff;
    padding: 15px 25px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.order-resume .print-payment-ticket:hover,
.order-resume .confirmation-button:hover {
    background-color: #25b900;
}

.order-resume .item-resume {
    margin-bottom: 20px;
}

.order-resume .item-resume hr {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    border: 0;
    height: 1px;
    width: 100%;
    background-color: #ededed;
}

.order-resume .items-resume-container .item-resume:last-of-type hr {
    height: 0;
}

.order-resume small:first-of-type {
    margin-top: 20px;
}

.order-resume small {
    display: block;
}

.order-resume .error-msg {
    color: #ff0000;
}
/*ORDER RESUME END*/

/*FAQ*/

.faq .header {
    background: #ededed;
}

.faq .header h1 {
    color: #000;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.faq h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #000;
}

.faq p {
    margin-bottom: 60px;
}

.faq .side-menu {
    margin-top: 30px;
    margin-bottom: 60px;
}

.faq .side-menu li {
    margin-bottom: 4px;
}

.faq .side-menu li a {
    color: #424242;
    font-size: 16px;
}

.faq .side-menu li a.active {
    color: #8fba47;
    font-weight: 700;
}
/*FAQ END*/

/*REVIEWS*/

.product-reviews h4 {
    font-size: 24px;
    width: max-content;
    padding-right: 8px;
    background: #fff;
}

.product-reviews hr.header-bt {
    width: 100%;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
    background: #cccccc;
    margin-bottom: 0;
    margin-top: -13px;
}

.product-reviews .form-wrapper {
    border: 2px solid #eaeaea;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.product-reviews .form-wrapper .name {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.stars-container .fa {
    font-size: 24px;
    color: #ffbc00;
}

.stars-container.review-action .fa {
    cursor: pointer;
}

.product-reviews .form-wrapper .control-label {
    text-align: left;
}

.product-reviews .form-wrapper input,
.product-reviews .form-wrapper textarea {
    margin-bottom: 0px;
}

.product-reviews .form-wrapper textarea {
    background-color: #f7f7f7;
    border: 0;
}

.product-reviews .form-wrapper .btn.btn-color {
    float: right;
    margin-top: 20px;
}

.product-reviews .star-average-wrapper {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.product-reviews .star-average-wrapper:first-of-type {
    margin-top: 30px;
}

.product-reviews .star-average-wrapper:last-of-type {
    margin-bottom: 30px;
}

.product-reviews .star-average-wrapper div[id*="-average"] {
    width: 240px;
    float: left;
}

.product-reviews .star-average-wrapper span {
    float: left;
    margin-top: 3px;
}

.product-reviews .star-average-wrapper .label-star {
    width: 62px;
    font-size: 13px;
}

.product-reviews .star-average-wrapper .star-percentage {
    width: 34px;
    font-size: 11px;
    margin-left: 6px;
    margin-top: 6px;
}

.product-reviews .ui-progressbar .ui-progressbar-value{
    height: 101%;
}

.review {
    padding: 20px;
    border: 2px solid #eaeaea;
    margin-bottom: 20px;
}

.review .name {
    font-size: 14px;
}

.review .stars-container .fa {
    font-size: 18px;
}

.review .no-product {
    margin-bottom: 0;
}

.review-product-list .fa {
    font-size: 18px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-top: 3px;
    color: #ffbc00;
}
/*REVIEWS END*/

/*LGPD*/
.lgpd-wrapper {
    position: fixed;
    padding: 10px;
    bottom: 0;
    left: 0;
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    width: 100%;
    z-index: 999;
    display: none;
    -webkit-box-shadow: 0px 0px 70px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 70px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 70px -17px rgba(0, 0, 0, 0.75);
}

.lgpd-wrapper p {
    width: 55%;
    float: left;
    margin-left: 20px;
    margin-bottom: 0;
    line-height: 18px;
    font-size: 12px;
}

.lgpd-wrapper .button-wrapper {
    position: relative;
    width: 30%;
    float: right;
    height: 40px;
}

.lgpd-wrapper a {
    font-weight: 700;
}

.lgpd-wrapper .button-wrapper button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: 0;
    background: #8fba47;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    font-size: 12px;
}
/*LGPD END*/
