/*GENERAL*/
.container{
    width: 1320px !important;
}

::selection {
    color: #222;
    background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
}

input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="url"], 
input[type="tel"], 
input[type="number"], 
input[type="date"], 
input[type="search"], 
select, 
textarea{
    border-color: #EDEDED;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.btn-lg span{
    font-weight: 600;
}

input.btn.btn-lg, button.btn.btn-lg{
    height: 48px;
}

input[type="radio"]:checked + label:before{
    background-color: #1b1afb;
    border: 5px solid #e5c0c0;
}

input[type="radio"] + label:before{
    background-color: #CBCBCB;
}

.btn.btn-lg{
    font-weight: 700;
    font-size: 18px;
}

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

.price{
    display: block;
    margin-top: 28px;
}

.price.no-promotion{
    margin-top: 57px;
}

.price.no-stock{
    margin-top: 51px;
}

.owl-carousel .price.no-stock{
    margin-top: 63px;
}

.price, .amount{
    text-transform: none;
}

.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;
}

.btn {
    border-radius: 8px;
    text-transform: none;
    font-weight: 500;
}

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

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

.custom-cart-icon {
    font-size: 28px;
    position: relative;
    color: #1b1afb;
}

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

.nav-cart-remove a{
    width: auto;
    height: auto;
    line-height: 12px;
    border-radius: 50%;
}

.nav-cart-remove i {
    font-size: 16px;
    position: relative;
    left: -1px;
}

.main-wrapper{
    background-color: #FAFAFA;
}

/*PRODUCTS*/

.product-item {
    padding: 0;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    transition: 0.5s;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 5%);
}

.product-img img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.product-img{
    margin-bottom: 0px;
}

.category-products .product-item {
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 5%);
}

.sold-out {
    width: 100%;
    background-color: #dbdbdb;
    padding: 13px 13px 14px 13px;
    color: #222;
    text-align: left;
    text-transform: none;
    line-height: 12px;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 0;
}

/*
.sold-out {
    background-color: #de3636;
    color: #FFFFFF;
    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: #FFFFFF;
    display: block;
    width: 100%;
    padding: 12px 12px;
    text-transform: uppercase;
    border-radius: 3px;
}

.product-view:hover,
.product-view:active {
    color: #FFFFFF;
}
*/

.product-label {
    top: 13px;
}

/*PRODUCTS END*/

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

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

/*GENERAL END*/

/*TOP*/

.logo-container {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar{
    min-height: 0;
}

.navigation{
    background: #fdd503;
}

.navigation.sticky{
    background: #fdd503;
}

.navigation.sticky .top-menu{
    display: none;
}

.navigation.sticky .logo-dark{
    display: none !important;
}

.navigation.sticky .sticky-img{
    display: block !important;
}

.sticky .nav-wrap {
    margin-top: 0;
}

.nav-wrap {
    width: 83%;
    margin-top: 10px;
}

.navbar-nav {
    width: 100%;
}

/*MENU MOBILE*/
html{
    overflow-x: hidden;
}

#responsive-menu {
    position: absolute;
    z-index: 9999;
    top: 150px;
}

/*STYLE*/
.custom-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #EFEFEF;
    z-index: 99999;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}

.custom-header .fa-user{
    font-size: 38px;
    display: inline-block;
    margin-left: 5%;
    position: relative;
    top: -5px;
}

.custom-header .text-label{
    display: inline-block;
    width: calc(100% - 90px);
    margin-left: 10px;
    margin-top: 24px;
}

.custom-header .text-label p{
    margin: 0;
    line-height: 20px;
    font-size: 16px;
}

.custom-header a{
    background-color: #1b1afb;
    width: 49%;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid transparent;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 10px;
}

.custom-header a.contrast{
    background-color: transparent;
    border: 2px solid #1b1afb;
    color: #1b1afb;
}

#menu-responsive-close-btn {
    color: #222222;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 99999;
    font-size: 20px;
}

.menu-mobile-scroll-veil{
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    z-index: 0;
}

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

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

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

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

.multilevelpushmenu_wrapper .levelHolderClass li.header,
.multilevelpushmenu_wrapper .levelHolderClass li.header {
    background-color: #1b1afb;
}

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

.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: #1b1afb;
}

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

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

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

.multilevelpushmenu_wrapper li.header.fancy a .fa {
    width: 38px;
    font-size: 38px;
}

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

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

.multilevelpushmenu_wrapper .backItemClass a {
    color: #1b1afb !important;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

.multilevelpushmenu_wrapper a:hover{
    color: #424242;
}

.multilevelpushmenu_wrapper .backItemClass i {
    margin-right: 0;
}

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

.levelHolderClass .category-label {
    color: #FFFFFF;
    font-size: 16px;
    background-color: #1b1afb;
    margin: 0;
    padding: 20px 10px;
}

.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: #EFEFEF;
}

#wts1524685 {
    display: none;
}

.mobile.cep-link {
    cursor: pointer;
    padding: 5px 8px;
    line-height: 12px;
}

.mobile.cep-link img{
    width: 28px;
    height: auto;
}

.mobile.cep-link span {
    color: #FFFFFF;
    font-weight: 700;
}

.mobile.cep{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    display: none;
    z-index: 999;
    padding: 40px 20px;
}

.mobile.cep .close{
    color: #222222;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99999;
    font-size: 20px;
}

.mobile.cep p{
    text-align: left;
    font-size: 16px;
    color: #222;
    line-height: 18px;
}

.mobile.cep p:first-of-type{
    margin-bottom: 40px;
}

.mobile.cep .cep-input-box {
    margin-bottom: 20px;
}

.mobile.cep .cep-input-box input {
    width: 80%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.mobile.cep .cep-input-box .btn {
    border: 2px solid #1b1afb;
    color: #1b1afb;
    float: right;
    margin-left: 4px;
    width: 16%;
    padding: 10px 0;
    font-size: 15px;
}

.mobile.cep .btn.login {
    background-color: #1b1afb;
    width: 100%;
    padding: 15px 15px;
    font-size: 22px;
    border: 2px solid #1b1afb;
    line-height: 22px;
    font-weight: 700;
}

/*STYLE END*/


/*MENU MOBILE END*/

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

.top-search-box.adjust-content-2-checkout {
    padding-top: 15px;
}

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

.top-search-box input {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    background-color: #FFFFFF;
    padding-right: 40px;
    background: #f1f1f1;
    -webkit-box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.10); 
    box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.10);
    margin-bottom: 0;
}

.top-search-box.adjust-content-2-checkout input {
    margin-bottom: 0;
}

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

.top-search-box .fa {
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 22px;
    color: #1b1afb;
}

.logo,
.logo-dark {
    height: 110px;
    max-height: 110px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.logo-wrap > a {
    vertical-align: bottom;
    height: 90px;
}

.logo-wrap > a.adjust-content-2-checkout{
    height: 64px;
}

.logo-wrap > a.adjust-content-2-checkout img.mobile{
    width: auto;
}

.logo-wrap > a.adjust-content-2-checkout .logo, 
.logo-wrap > a.adjust-content-2-checkout .logo-dark{
    height: auto;
}

.navigation.sticky .logo-wrap > a {
    vertical-align: middle;
}

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

.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: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

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

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 .sac{
    position: absolute;
    top: 85px;
    right: 5px;
    background: #FFFFFF;
    z-index: 999;
    width: 280px;
    margin-left: -20px;
    display: none;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.25); 
    -moz-box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.25); 
    box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.25);
}

.navigation .nav-right.adjust-content-2-checkout .nav-register .sac{
    top: 75px;
}

.navigation .nav-right.adjust-content-2-checkout .nav-register .account-menu{
    top: 75px;
}

.nav-register .sac:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    position: relative;
    left: 200px;
    margin-left: -5px;
    margin-top: -10px;
}

.nav-register .sac ul{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-register .sac ul li {
    display: block;
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

.nav-register .sac ul li:last-of-type {
    border: 0px;
}

.nav-register .sac ul li p{
    text-align: left;
    color: #333;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

.nav-register .sac ul li a{
    display: block;
    text-align: left;
    font-size: 12px;
}

.nav-register .sac ul li .tiny-font{
    font-size: 11px;
}

.nav-register .sac ul li i{
    font-size: 20px;
    color: #1b1afb;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.nav-register .sac .label-wrapper{
    float: right;
    width: 85%;
}

.nav-register .sac .label-wrapper p{
    margin: 0;
    line-height: 15px;
}

.nav-register .sac ul li:last-of-type i {
    top: 5px !important;
}

.navigation .nav-register .account-menu {
    position: absolute;
    top: 85px;
    right: 5px;
    background: #FFFFFF;
    z-index: 999;
    width: 250px;
    margin-left: -20px;
    display: none;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.25); 
    -moz-box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.25); 
    box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.25);
}

.navigation .nav-register .account-menu p:first-of-type{
    margin-top: 16px;
}

.navigation .nav-register .account-menu p{
    line-height: 16px;
    color: #222;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 600;
}

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

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

.navigation.sticky .nav-cart-container {
    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 #FFFFFF;
    position: relative;
    left: 184px;
    margin-left: -20px;
    margin-top: -10px;
}

.nav-register .account-menu ul li {
    display: block;
    height: auto;
    padding-bottom: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

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

.nav-register .account-menu ul li a.fancy {
    color: #FFFFFF;
    padding: 15px 15px;
    border-radius: 8px;
    display: block;
    font-weight: 700;
    border: 2px solid #1b1afb;
    color: #1b1afb;
    background: #FFFFFF;
}

.nav-register .account-menu ul li a.fancy.sign-out {
    background: #1b1afb;
    color: #FFFFFF;
}

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

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

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

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

.nav-cart-badge {
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: -7px;
    right: -15px;
    font-size: 10px;
    border-radius: 50%;
}

.nav-cart-outer{
    width: 32px;
}

.nav-cart-actions a{
    width: 60%;
    float: right;
    padding: 5px 
}

.nav-cart-title > a{
    font-weight: 600;
}

.nav-cart-item .nav-cart-price .price-label{
    float: right;
}

.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 {
    font-family: "Open Sans", sans-serif;
    margin-top: 4px;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 13px;
    display: inline;
    text-align: left;
    line-height: 15px;
    float: left;
    color: #1b1afb;
}

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

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

.nav-right .nav-register {
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    height: 90px;
}

.nav-right li {
    height: 90px;
}

.nav-right.adjust-content-2-checkout li {
    height: 75px;
}

.nav-right.adjust-content-2-checkout {
    height: 75px;
}

.nav-right .nav-register i {
    font-size: 12px;
    margin-left: 6px;
}

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

.nav-register img {
    display: inline;
    width: 35px;
    float: left;
}

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

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

.nav-cart-remove:hover {
    background-color: #1b1afb;
    border-radius: 50%;
}

.top-header {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #FFFFFF;
    position: relative;
}

.top-header p{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #1b1afb;
    text-transform: uppercase;
}

.top-header p span{
    font-weight: 800;
}

.navbar-toggle .icon-bar{
    background-color: #FFFFFF;
}

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

.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: relative;
    top: 0;
    background-color: #fdd503;
}

.mobile.top-search-box input{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 35px;
}

.mobile.top-search-box .fa {
    right: 15px;
    top: 13px;
    font-size: 18px;
}

.top-menu{
    background-color: #1b1afb;
}

.top-menu ul{
    display: table;
    width: calc(100% - 240px);
    position: relative;
    display: none;
}

.top-menu ul li{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.top-menu ul li:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(171, 0, 0);
    z-index: 1;
    opacity: 0;
    transform: scaleX(0.1);
    transition: all 0.3s ease 0s;
}

.top-menu ul li:hover::before{
    opacity: 0.5;
    transform: translateZ(0px);
    border-radius: 8px;
}

/*
.top-menu ul li:first-of-type::before{
    content: "";
    position: initial;
    top: initial;
    left: initial;
    width: initial;
    height: initial;
    background-color: initial;
    z-index: initial;
    opacity: initial;
    transform: scaleX(1);
    transition: none;
}
*/

.top-menu ul li a{
    color: #FFFFFF;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 10px;
    z-index: 2;
    position: relative;
    line-height: 20px;
}

.top-menu ul li .cep-link{
    cursor: pointer;
    padding: 8px 0;
    line-height: 12px;
}

.top-menu ul li .cep-link img{
    width: 24px;
    margin-right: 5px;
}

.top-menu ul li .cep-link span{
    color: #FFFFFF;
    font-weight: 700;
}

.top-menu ul li .cep-link .cep {
    position: absolute;
    top: 40px;
    left: 0;
    background: #FFFFFF;
    z-index: -1;
    width: 250px;
    margin-left: 0;
    display: block;
    opacity: 0;
    border-radius: 8px;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 21px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 4px 21px 0px rgb(0 0 0 / 25%);
    box-shadow: 0px 4px 21px 0px rgb(0 0 0 / 25%);
    transition: border 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
}

.top-menu ul li .cep-link:hover .cep{
    opacity: 1;
    z-index: 999;
}

.top-menu ul li .cep-link .cep:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    position: relative;
    top: -20px;
    left: 34px;
    margin-left: -5px;
    margin-top: -10px;
}

.top-menu ul li .cep p {
    text-align: left;
    font-size: 12px;
    color: #222;
    line-height: 15px;
}

.top-menu ul li .cep-link .cep .cep-input-box input{
    width: 73%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.top-menu ul li .cep-link .cep .cep-input-box .btn{
    border: 1px solid #1b1afb;
    color: #1b1afb;
    float: right;
    margin-left: 4px;
    width: 23%;
}

.top-menu ul li .cep-link .cep .cep-input-box .btn:hover,
.top-menu ul li .cep-link .cep .cep-input-box .btn:active{
    background-color: #1b1afb;
    color: #FFFFFF;
}

.top-menu ul li .cep .btn.login {
    background-color: #1b1afb;
    width: 100%;
    padding: 15px 15px;
    font-size: 13px;
    border: 2px solid #1b1afb;
    line-height: 6px;
}

.custom-menu {
    background-color: #FFFFFF;
    border-bottom: 1px solid #eaeaea;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1); 
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
}

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

.custom-menu ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    transition: border 0.2s ease-out;
    -webkit-transition: border 0.2s ease-out;
    -moz-transition: border 0.2s ease-out;
    -o-transition: border 0.2s ease-out;
    border: 2px solid transparent;
    display: inline-block !important;
}

.custom-menu ul li:hover,
.custom-menu ul li:active {
    border-bottom: 2px solid #1b1afb;
}

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

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

.custom-menu .submenu{
    position: absolute;
    top: 45px;
    min-width: 150px;
    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: 20px;
    padding-right: 20px;
    padding-top: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.custom-menu .submenu .box{
    float: left;
    margin-bottom: 20px;
    padding: 0 15px 0 0;
    width: 175px;
}

.custom-menu .submenu .cat-header{
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 20px;
}

.custom-menu .submenu ul li{
    margin-top: 0;
    margin-bottom: 2px;
    padding: 0;
    width: 100%;
    line-height: 17px;
}

.custom-menu .submenu ul li a{
    padding: 0;
    font-size: 12px;
}

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

.custom-menu .submenu ul li:hover, 
.custom-menu .submenu ul li:active {
    border-bottom: 2px solid transparent;
}

.custom-menu .submenu .banner{
    width: 160px;
    float: right;
    margin-bottom: 20px;
    border-radius: 12px;
}

.custom-menu .submenu .cat-box{
    min-width: 150px;
    display: inline-block;
    padding-right: 15px;
}

.custom-menu .submenu .cat-box .box{
    position: relative;
}

/*
.custom-menu .submenu .cat-box .box ul{
    position: relative;
    border-left: 1px solid #1b1afb;
}

.custom-menu .submenu .cat-box .box ul:before{
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 4px;
    background: #FFFFFF;
}

.custom-menu .submenu .cat-box .box ul:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 4px;
    background: #FFFFFF;
}

.custom-menu .submenu .cat-box .box ul li{
    margin-left: 12px;
}


.custom-menu .submenu .cat-box .box ul li:before{
    content: '';
    position: absolute;
    top: 1px;
    left: -24px;
    font-weight: 700;
    background: red;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 11px;
    font-size: 12px;
    color: #FFF;
}

.custom-menu .submenu .cat-box .box ul li.hide-letter:before{
    content: '' !important;
    position: initial;
    top: initial;
    left: initial;
    font-weight: initial;
    background: initial;
    width: initial;
    height: initial;
    text-align: initial;
    border-radius: initial;
    font-size: initial;
    color: initial;
}

.custom-menu .submenu .cat-box .box ul li.letter-a:before{
    content: 'A';
}

.custom-menu .submenu .cat-box .box ul li.letter-b:before{
    content: 'B';
}

.custom-menu .submenu .cat-box .box ul li.letter-c:before{
    content: 'C';
}

.custom-menu .submenu .cat-box .box ul li.letter-d:before{
    content: 'D';
}

.custom-menu .submenu .cat-box .box ul li.letter-e:before{
    content: 'E';
}

.custom-menu .submenu .cat-box .box ul li.letter-f:before{
    content: 'F';
}

.custom-menu .submenu .cat-box .box ul li.letter-g:before{
    content: 'G';
}

.custom-menu .submenu .cat-box .box ul li.letter-h:before{
    content: 'H';
}

.custom-menu .submenu .cat-box .box ul li.letter-i:before{
    content: 'I';
}

.custom-menu .submenu .cat-box .box ul li.letter-j:before{
    content: 'J';
}

.custom-menu .submenu .cat-box .box ul li.letter-k:before{
    content: 'K';
}

.custom-menu .submenu .cat-box .box ul li.letter-l:before{
    content: 'L';
}

.custom-menu .submenu .cat-box .box ul li.letter-m:before{
    content: 'M';
}

.custom-menu .submenu .cat-box .box ul li.letter-n:before{
    content: 'N';
}

.custom-menu .submenu .cat-box .box ul li.letter-o:before{
    content: 'O';
}

.custom-menu .submenu .cat-box .box ul li.letter-p:before{
    content: 'P';
}

.custom-menu .submenu .cat-box .box ul li.letter-q:before{
    content: 'Q';
}

.custom-menu .submenu .cat-box .box ul li.letter-r:before{
    content: 'R';
}

.custom-menu .submenu .cat-box .box ul li.letter-s:before{
    content: 'S';
}

.custom-menu .submenu .cat-box .box ul li.letter-t:before{
    content: 'T';
}

.custom-menu .submenu .cat-box .box ul li.letter-u:before{
    content: 'U';
}

.custom-menu .submenu .cat-box .box ul li.letter-v:before{
    content: 'V';
}

.custom-menu .submenu .cat-box .box ul li.letter-x:before{
    content: 'X';
}

.custom-menu .submenu .cat-box .box ul li.letter-w:before{
    content: 'W';
}

.custom-menu .submenu .cat-box .box ul li.letter-y:before{
    content: 'Y';
}

.custom-menu .submenu .cat-box .box ul li.letter-z:before{
    content: 'Z';
}
*/

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

.custom-menu .more-items {
    float: left;
    font-weight: 700;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-top: 7px;
    padding-bottom: 12px;
    
}

.custom-menu .more-items:hover .hidden-items{
    -webkit-animation: open-vertical-menu 300ms forwards cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: open-vertical-menu 300ms forwards cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: open-vertical-menu 300ms forwards cubic-bezier(0.66, 0, 0, 1);
    animation: open-vertical-menu 300ms forwards cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes open-vertical-menu {

    to {
        opacity: 1;
    }

}

@-moz-keyframes open-vertical-menu {

    to {
        opacity: 1;
    }

}

@-ms-keyframes open-vertical-menu {

    to {
        opacity: 1;
    }

}

@keyframes open-vertical-menu {

    to {
        opacity: 1;
    }

}

.custom-menu .more-items .fa-bars{
    font-size: 24px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.custom-menu .more-items .fa-angle-down{
    font-size: 22px;
    margin-left: 4px;
    position: relative;
    top: 2px;
}

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

.custom-menu .hidden-items {
    position: absolute;
    top: 45px;
    left: 0;
    width: 190px;
    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: 98;
    opacity: 0;
    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:hover,
.custom-menu .hidden-items li:active {
    border-bottom: 1px solid #dedede;
}

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

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

.custom-menu ul li > .fa {
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    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: 300px;
    max-width: 300px;
    border-radius: 8px;
    top: 75px;
    right: 0;
    -webkit-box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.25); 
    -moz-box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.25);
}

.nav-cart-container h6{
    font-weight: 500;   
}

.nav-cart-container:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    position: relative;
    left: 192px;
    margin-left: -5px;
    margin-top: -10px;
}

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

/*TOP END*/

/*FOOTER*/

.footer-default {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDBDB;
    background-color: #FFFFFF;
}

.footer-default .logo-footer{
    margin-bottom: 20px
}

.footer-default .description {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    line-height: 22px;
}

.footer-default .sac{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.footer-default .sac li {
    display: block;
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
    font-size: 20px;
    padding-right: 10px;
}

.footer-default .sac li p {
    text-align: left;
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-default .sac li a {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.footer-default .sac li i {
    font-size: 20px;
    color: #1b1afb;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.footer-default .sac .time li i {
    top: 2px;
}

.footer-default .sac .label-wrapper {
    float: right;
    width: 88%;
}

.footer-default .sac .label-wrapper p {
    margin: 0;
    line-height: 15px;
}

.footer-default .sac li .tiny-font {
    font-size: 11px;
}

.footer-default .institutional-box h6{
    color: #222;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-default .institutional-box ul li{
    margin-bottom: 12px;
}

.footer-default .institutional-description{
    font-size: 12px;
    font-weight: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #222;
}

.footer-default .image-box h6{
    color: #222;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-default .instagram-cta {
    margin-bottom: 10px;
}

.footer-default .instagram-cta i{
    font-size: 18px;
    color: #222;
    position: relative;
    top: 2px;
    margin-bottom: 15px;
}

.footer-default .instagram-cta span{
    font-weight: 700;
    color: #222;
}

.footer-default .rs{
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.footer-default .rs .circle{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1b1afb;
    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;
}

.footer-default .rs .circle:hover,
.footer-default .rs .circle:active{
    background-color: red;
}

.footer-default .rs a{
    display: block;
    width: 100%;
    height: 40px;
}

.footer-default .rs .circle i{
    font-size: 21px;
    color: #1b1afb;
    position: relative;
    top: 9px;
    left: 12px;
    color: #FFFFFF;
    width: 20px;
}

.footer-default .image-box a{
    margin-right: 20px;
}

.footer-default .image-box a img{
    margin-bottom: 10px;
}

.footer-bottom{
    background-color: #FFFFFF;
}

.footer-bottom .platform-img{
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-bottom span{
    display: block;
    margin-top: 22px;
    font-size: 12px;
    color: #222;
}

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

.fb-page{
    width: 100%;
    display: block;
    overflow: hidden;
}

/*
#newsletter {
    margin-top: 15px;
    margin-bottom: 10px;
}
*/
.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-accordion{
    margin-bottom: 40px;
}

#footer-accordion .ui-state-active, 
#footer-accordion .ui-widget-content .ui-state-active, 
#footer-accordion .ui-widget-header .ui-state-active,
#footer-accordion a.ui-button:active, 
#footer-accordion .ui-button:active, 
#footer-accordion .ui-button.ui-state-active:hover {
    background: #1b1afb;
    border-color: #1b1afb;
}

#footer-accordion.ui-accordion .ui-accordion-header{
    border-radius: 0;
    padding: 10px;
    font-weight: 700;
}

#footer-accordion .ui-state-active .ui-icon, 
#footer-accordion .ui-button:active .ui-icon{
    transform: scale(1.5);
    position: absolute;
    right: 5px;
    top: 14px;
}

#footer-accordion .ui-icon, 
#footer-accordion .ui-widget-content .ui-icon{
    transform: scale(1.5);
    position: absolute;
    right: 5px;
    top: 14px;
}

#footer-accordion .footer-default {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
}

/*FOOTER END*/

/*HOME*/
.top-banner {
    padding-top: 20px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.container-banner-arrows{
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 999;
    /*height: 65px;*/
    height: 0;
    margin-top: -28px;
    z-index: 9;
}

.container-banner-arrows .circle{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(185,185,185, 0.4);
    display: inline-block;
    cursor: pointer;
    transition: background 300ms ease,
                border-color 300ms ease;
    -webkit-transition: background 300ms ease,
                        border-color 300ms ease;
    -moz-transition: background 300ms ease,
                     border-color 300ms ease;
    -o-transition:  background 300ms ease,
                    border-color 300ms ease;
}

.container-banner-arrows .circle:hover,
.container-banner-arrows .circle:active{
    background-color: rgba(185,185,185, 0.6);
}

.container-banner-arrows .circle:first-of-type{
    position: absolute;
    left: -32px;
}

.related-products-carousel .container-banner-arrows .circle:first-of-type{
    position: absolute;
    left: 10px;
}

.related-products-carousel .container-banner-arrows .circle:last-of-type{
    right: 10px;
}

.featured-carousel .container-banner-arrows .circle:last-of-type{
        right: -32px;
}

.top-banner .container-banner-arrows .circle:last-of-type,
.shop-catalogue .container-banner-arrows .circle:last-of-type,
.most-visited-carousel .container-banner-arrows .circle:last-of-type{
    right: -32px;
}

.container-banner-arrows .circle:last-of-type{
    position: absolute;
    right: 0;
}

.container-banner-arrows .circle i{
    color: #1b1afb;
    font-size: 32px;
    padding: 15px 27px;
}

.advantages {
    margin-top: 40px;
}

.advantages .container {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFFFFF;
}

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

.advantages a > span {
    display: inline-block;
    margin-left: 10px;
    color: #222222;
    font-weight: 400;
    font-size: 12px;
    width: 170px;
    text-align: left;
    position: relative;
    top: 4px;
    line-height: 15px;
}

.advantages a > span > span {
    color: #1b1afb;
    font-size: 14px;
    font-weight: 700;
}

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

.product.col-xs-6{
    padding-left: 5px;
    padding-right: 5px;
    width: 20%;
}

.shop-catalogue .product.col-xs-6{
    width: 33.33333333%;
}

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

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

.product-details {
    text-align: left;
    padding: 20px;
    background-color: #FFFFFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    min-height: 100px;
}

.product-details h3{
    font-weight: 600;
    min-height: 34px;
    margin: 0;
}

.product-details h3 .limited-text{
    display: block;
    width: 100%;
    word-break: break-all;
}

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

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

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

.products h4{
    display: inline-block;
    font-size: 26px;
    text-align: left;
    position: relative;
    width: 70%;
    margin: 0;
    padding-bottom: 40px;
}

/*
.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%;
}

.owl-carousel .product-item {
    margin-bottom: 0;
}

#owl-shop-items-slider-related .product-item {
    margin-bottom: 6px;
}
/*QUICK PORMOTION*/

.quick-promotion h4 {
    color: #1b1afb;
    width: 100%;
}

.quick-promotion .product-item .product-img img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.quick-promotion h4 span:first-of-type{
    font-weight: 800;
    font-size: 42px;
    line-height: 46px;
    border-right: 3px solid #C7C7C7;
    display: inline-block;
    padding-right: 20px;

}

.quick-promotion h4 span:last-of-type {
    display: inline-block;
    font-size: 42px;
    padding-left: 20px;
    margin-left: -7px;
    position: relative;
    top: -22px;
}

.quick-promotion .quick-promotion-timer {
    text-align: center;
    margin-top: 15px;
    display: block;
}

.quick-promotion .quick-promotion-timer .box {
    display: inline-block;
    border-radius: 4px;
    background-color: #EDEDED;
    margin-left: 4px;
    margin-right: 4px;
    padding: 2px;
    color: #1b1afb;
    font-weight: 600;
}

.quick-promotion .quick-promotion-timer .box .label{
    display: block;
    width: 100%;
    color: #333;
    font-size: 12px;
    font-weight: 500;
}

.quick-promotion .product-item{
    padding-top: 45px;
    position: relative;
}

.quick-promotion .product-label{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.quick-promotion .product-label .sale {
    background-color: #25b900;
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
    line-height: 38px;
    text-transform: none;
}

.section-banners-2{
    padding-left: 15px;
    padding-right: 15px;
}

.section-banners-2 .row img{
    margin-bottom: 10px;
    width: 100%;
}

div[class*="custom-padding"]{
    padding-left: 5px;
    padding-right: 5px;
}

.shop-catalogue .section-banners-2 .row img{
    margin-bottom: 40px;
}

.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: #1b1afb;
    border: 2px solid #1b1afb;
    padding: 6px 20px;
    border-radius: 8px;
    float: right;
    margin-bottom: 30px;
    font-weight: 600;
}

.category-products .btn-visit:hover,
.category-products .btn-visit:active {
    color: #FFFFFF;
    background-color: #1b1afb;
}

.category-products h4 {
    display: inline-block;
    font-size: 26px;
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0;
    padding-bottom: 40px;
}

.department-images img{
    border-radius: 12px;
}

.department-images p{
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    margin-top: 6px;
}

.most-viewed-department-images img{
    border-radius: 12px;
}

.most-viewed-department-images p{
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
}

.most-viewed-categories a{
    display: inline-grid;
    width: 80px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 4px;
}

.most-viewed-categories-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    width: 350px;
    position: relative;
    left: 50%;
    margin-left: -175px;
}

.most-viewed-categories img {
    border-radius: 12px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.most-viewed-categories p{
    font-weight: 600;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 6px;
    font-size: 12px;
    line-height: 14px;
}

.department-thumbnail{
    display: inline-block;
    width: 21%;
    margin-left: 2%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.department-thumbnail img{
    border-radius: 12px;
    width: 100%;
}

.department-thumbnail p{
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
}

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

.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 {
    color: #222222;
    font-size: 14px;
    margin-bottom: 0;
}

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

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

.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 {
    margin-top: -22px;
}

.department-images .container-banner-arrows {
    margin-top: -40px;
}

.most-viewed-department-images .container-banner-arrows{
    margin-top: -6px;
}

.brands .container-banner-arrows {
    margin-top: -32px;
}

.showcases .container-banner-arrows{
    margin-top: -15px;
}

/*
.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: #FFFFFF;
    border: 1px solid transparent;
}

.owl-theme .owl-dots .owl-dot span{
    width: 9px;
    height: 9px;
    margin: 5px 3px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

/*
.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: #FFFFFF;
    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;
}

/*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;
}

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

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

.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: #6F6F6F;
}

.pagination {
    width: fit-content;
    margin: 0 auto;
}

.pagination a {
    width: 45px;
    height: 45px;
    font-weight: 600;
    margin: 0 2px;
    border: 1px solid #E1E1E1;
    line-height: 45px;
    color: #707070;
}

.pagination a > i {
    font-weight: 600;
    position: relative;
    top: 2px;
}

.pagination .current {
    width: 45px !important;
    border-color: #E1E1E1;
    background-color: #E7E7E7;
    color: #707070;
}

.pagination .page-numbers {
    width: 45px !important;
}

.pagination a[rel=prev],
.pagination a[rel=next]{
    width: 20px;
}

.pagination a:first-child{
    margin-right: 2px;
}

.pagination a:last-child{
    margin-left: 2px;
}

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

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

/*CATALOGO*/
.catalog h4{
    display: inline-block;
    font-size: 26px;
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
}

.category-banner-box .container {
    position: relative;
}

.category-header{
    margin-top: 30px;
    margin-bottom: 0;
}

.nav-cart-badge {
    background-color: rgba(27, 26, 251, 0.3);
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.nav-cart .nav-cart-container .btn.btn-dark {
    border: 2px solid #1b1afb;
    color: #1b1afb;
    background-color: #FFFFFF;
}

.nav-cart .nav-cart-container .btn.btn-dark:hover {
    background-color: #1b1afb;
}

.nav-cart .nav-cart-container .btn.btn-color {
    border: 2px solid #1b1afb;
    background-color: #1b1afb;
}

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

.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;
    font-size: 14px;
}

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

.single-product .price del {
    font-size: 14px;
}

.price del {
    color: #222222;
    margin-right: 5px;
    display: block;
}

.price {
    font-weight: 500;
    margin-top: 28px;
}

.price .amount {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #222;
}

#custom-slider-range{
    margin-bottom: 5px;
}

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

.filter-by-price .btn.btn-stroke:hover {
    background: #1b1afb;
}

.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-dividers .review-product-list{
    display: inline-block;
}

.review-product-list.no-promotion-price{
    margin-bottom: 45px;
}

.filter-by-review input[type="checkbox"] + label:before{
    margin: -6px 4px 0 0;
}

.filter-by-review .rate{
    position: relative;
    top: -2px;
}

.hide-show-filter-widget{
    display: block;
    width: 100%;
    margin-top: 5px;
    text-decoration: underline;
    color: #6C6C6C;
}

.hide-show-filter-widget:hover,
.hide-show-filter-widget:active,
.hide-show-filter-widget:focus{
    text-decoration: underline;
    color: #6C6C6C;
}

.list-payment-methods {
    line-height: 13px;
    margin-top: 5px;
    font-size: 12px;
}

.sidebar .widget-title {
    margin-bottom: 0;
    color: #707070;
}

.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;
    background-color: #E3E3E3;
}

.sidebar .widget {
    border-bottom: 2px solid #eaeaea;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
}

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

.shop-filter{
    margin-bottom: 40px;
}

input[type="checkbox"] + label, input[type="radio"] + label{
    font-weight: 500;
}

.list-dividers>li{
    padding: 4px 0;
    border: 0;
}

.product-tags span {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #eaeaea;
    margin-right: 4px;
    margin-bottom: 4px;
    cursor: pointer;
    border-radius: 8px;
    background: #ededed;
    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;
}

.product-tags span:hover {
    background-color: #1b1afb;
    color: #fff;
    border-color: #1b1afb;
}

.catalog-carousel .container-banner-arrows .circle:last-of-type{
    right: -32px;
}
/*CATALOGO END*/

/*PRODUCT*/

.flickity-prev-next-button, .flickity-prev-next-button:hover{
    background-color: #F7F7F7;
}

.flickity-prev-next-button .arrow{
    fill: #333333;
}

.single-product .box{
    background-color: #FFFFFF;
    padding: 20px;
    min-height: 600px;
    border-radius: 8px;
}

.single-product .gallery-cell img{
    border-radius: 8px;
}

.single-product h1{
    font-size: 26px;
    margin: 0;
}

.single-product h6{
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

.single-product .product-description{
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 18px;
}

.single-product .review-product-list{
    margin: 15px 0;
    display: inline-block;
}

.single-product .rate{
    font-size: 12px;
    position: relative;
    top: -2px;
}

.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;
}

.single-product .more-product-info{
    color: #6C6C6C;
    text-decoration: underline;
}

.single-product .privacy{
    color: #6C6C6C;
    text-decoration: underline;
    margin: 20px 0; 
}

.single-product hr{
    border: 0;
    width: 100%;
    height: 2px;
    background-color: #EDEDED;
}

.single-product .product-price-discount{
    color: #222222;
    text-decoration: line-through;
    margin: 0;
}

.single-product .product-bold{
    font-size: 32px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
}

.single-product .product-discount-label {
    font-size: 13px;
    color: #1b1afb;
    display: block;
    line-height: 13px;
}

.single-product .product-actions {
    padding: 0;
    text-align: center;
    display: block;
}

.single-product .quantity.buttons_added{
    float: none;
}

.single-product .quantity{
    width: 194px;
    height: 46px;
    border-radius: 8px;
    position: relative;
    left: 50%;
    margin-left: -97px;
    display: block;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 30%);
}

.single-product .quantity.buttons_added .minus {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #1b1afb;
}

.single-product .quantity.buttons_added .plus {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #1b1afb;
}

.single-product .product-actions .label{
    font-weight: 700;
    color: #6C6C6C;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
}

.single-product .product-actions li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.single-product .quantity .input-text.qty{
    width: 130px;
    appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.single-product .product-actions a.btn{
    background-color: #1b1afb;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.single-product .product-actions li.out-of-stock-wrapper {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
}

.single-product .product-actions.budget{
    padding: 0;
}

.single-product .btn.btn-color.out-of-stock {
    background-color: #de3636;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

/*PRODUCT OPTIONS DEFAULT*/
.single-product .select-options {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    padding-bottom: 20px;
}

.single-product .product-col-actions .options-wrapper.default .color-grid {
    width: 100%;
}

.single-product .product-col-actions .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-col-actions .options-wrapper.default .square.selected {
    border: 2px solid #f00;
}

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

.single-product .product-col-actions .options-wrapper.default .infoextra-wrapper {
    padding: 0;
}

.single-product .product-col-actions .options-wrapper.default .infoextra-wrapper select{
    margin: 0;
    border-radius: 8px;
}

.single-product .shopping-cart{
    margin-bottom: 20px;
}

.single-product .send-as-gift {
    width: 230px;
    position: relative;
    left: 50%;
    margin-left: -115px;
    margin-bottom: 20px;
}
/*PRODUCT OPTIONS DEFAULT END*/

/*DOWNLOADS*/
.single-product .downloads.select-options {
    border: 0;
}

.single-product .downloads.select-options select{
    margin: 0; 
    width: 100%;  
    display: block;
}
/*DOWNLOADS END*/

/*TEXT*/

.single-product #product-accordion .panel-default{
    border-radius: 8px;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
}

.single-product #product-accordion .panel .panel-heading{
    background-color: #FFF;
    color: #6C6C6C;
    border-radius: 8px;
    padding-top: 0;
    padding-bottom: 0;
}

.single-product #product-accordion .panel .panel-title a{
    display: block;
    width: 100%;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-product #product-accordion .panel .panel-title a:hover{
    color: #333333;
}

.single-product #product-accordion .panel .panel-title a:active,
.single-product #product-accordion .panel .panel-title a:focus{
    color: #6C6C6C;
}

.single-product #product-accordion .panel-default:first-of-type .panel-title a i{
    transform: rotate(180deg);
}

.single-product #product-accordion .panel .panel-title a i{
    float: right;
    font-size: 28px;
    position: relative;
    top: -4px;
}

.single-product #product-accordion .panel-body{
    border-top: 0;
    padding-top: 0;
}

.single-product #product-accordion .panel-body p{
    font-size: 13px;
    margin-bottom: 0;
}

.single-product #product-accordion .panel-body .wrapper{
    border-top: 2px solid #E7E7E7;
    padding-top: 20px;
}

.single-product #product-accordion .panel-body .wrapper table{
    width: 100%;
}

.single-product #product-accordion .panel-body .wrapper table tr:nth-of-type(2n){
    background: #EEEEEE;
}

.single-product #product-accordion .panel-body .wrapper table tr td{
    font-size: 13px;
    padding: 10px;
}

.single-product #product-accordion .panel-body .wrapper table tr td:last-of-type{
    width: 80%;
}
/*TEXT END*/

.product-widget{
    width: 220px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 3px 15px 15px 15px;
    z-index: 99;
    background-color: #FFFFFF;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
    display: none;
}

.product-widget i{
    color: #333;
}

.product-widget img{
    width: 100%;
    border-radius: 8px;
}

.product-widget p{
    text-align: center;
    color: #222;
    margin: 10px 0;
    font-weight: 600;
    line-height: 14px;
}

.product-widget small{
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    display: block;
}

.product-buy-now-widget{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
    padding: 20px;
    display: none;
}

.product-buy-now-widget .product-price-discount {
    color: #222222;
    text-decoration: line-through;
    margin: 0;
    text-align: center;
}

.product-buy-now-widget .product-bold {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #222;
    text-align: center;
}

.product-buy-now-widget  .product-price{
    display: block;
    text-align: center;
}

.product-buy-now-widget .product-discount-label {
    font-size: 13px;
    color: #1b1afb;
    display: block;
    line-height: 13px;
    text-align: center;
}

.product-buy-now-widget .product-number-installments {
    text-align: left;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.product-buy-now-widget .btn {
    background-color: #1b1afb;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.product-buy-now-widget .btn:hover {
    background-color: #1b1afb;
}

.product-buy-now-widget .out-of-stock{
    background-color: #de3636;
}

/*
.single-product .price ins {
    color: #222222;
    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;
}

.single-product .product-actions {
    padding: 24px 0 24px;
}
*/

.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: 0 0 0 5px;
    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: -4px;
}

.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;
}

/*
.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: 0;
}

.tell-me-when-arrive .btn.btn-color {
    float: right;
    color: #1b1afb;
    border: 2px solid #1b1afb;
    border-radius: 8px;
    font-weight: 600;
    background-color: #FFFFFF;
}

.tell-me-when-arrive .btn.btn-color:hover,
.tell-me-when-arrive .btn.btn-color:active {
    color: #FFFFFF;
    background-color: #1b1afb;
}

.tell-me-when-arrive .register-loader i.fa-spin {
    float: right;
    color: #FFFFFF;
    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-details .product-discount-label {
    color: #1b1afb;
}

.product-stock-qty {
    color: #1b1afb;
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 14px;
}

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

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

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

/*RELATED PRODUCTS*/

/*
.shop-items-slider h4 {
    font-size: 24px;
    margin-top: 30px;
    text-transform: uppercase;
    background: #FFFFFF;
    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;
    margin-bottom: 10px 0;
}

.shopping-cart .btn.btn-color-proceed,
.shopping-cart .btn.btn-color-proceed:hover {
    background-color: #1b1afb;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.shopping-cart .address {
    width: 100%;
    padding: 0;
    border: 2px solid #EDEDED;
    border-radius: 8px;
    padding: 20px;
}

.shopping-cart .address h2{
    font-size: 18px;
}

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

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

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

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

.shopping-cart .shop_table.cart{
    border: 0;
}

.shop_table.cart thead tr th, .shop_table.cart tr{
    border-bottom: 1px solid #EAEAEA;
}

.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;
}

.shopping-cart  .out-of-stock {
    width: 115px;
    position: relative;
    left: 50%;
    margin-left: -57px;

}

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

.shopping-cart .actions a.buy-more {
    color: #6C6C6C;
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    text-decoration: underline;
}

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

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

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

.shopping-cart .table thead tr th{
    text-transform: none;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #6C6C6C;
    font-weight: 600;
    text-align: center;
}

.shopping-cart .table thead tr th:first-of-type{
    text-align: left;
}

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

.shopping-cart .shop_table td.product-name ul li{
    font-size: 15px;
    color: #222;
}

.table.shop_table tr td.product-name a{
    font-family: "Open Sans", sans-serif;
}

.shopping-cart .shop_table .product-name>a, 
.shopping-cart .shop_table .product-price>span, 
.shopping-cart .shop_table .product-subtotal>span{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #222;
}

.shopping-cart .shop_table .product-price>span.amount,
.shopping-cart .shop_table .product-subtotal>span.amount{
    display: block;
    width: 100%;
    text-align: center;
}

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

.shopping-cart .quantity.buttons_added{
    position: relative;
    left: 50%;
    margin-left: -55px;
}

.shopping-cart .quantity.buttons_added .minus{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #1b1afb;
    background-color: transparent;
    border-top: 2px solid #EDEDED;
    border-left: 2px solid #EDEDED;
    border-right: 0;
    border-bottom: 2px solid #EDEDED;
}

.shopping-cart .quantity.buttons_added .plus{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #1b1afb;
    background-color: transparent;
    border-top: 2px solid #EDEDED;
    border-right: 2px solid #EDEDED;
    border-left: 0;
    border-bottom: 2px solid #EDEDED;
}

.shopping-cart .quantity.buttons_added .qty{
    border-top: 2px solid #EDEDED;
    border-bottom: 2px solid #EDEDED;
    border-left: 0;
    border-right: 0;
    appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.shopping-cart .product-remove .remove {
    display: block;
    width: 100%;
    font-size: 12px;
    background-color: transparent;
}

.shopping-cart .product-remove .remove:hover {
    background-color: transparent;
    color: #6C6C6C;
}

.shopping-cart .cart_totals{
    padding: 15px;
    background-color: #EEEEEE;
    border-radius: 8px;
}

.shopping-cart .cart_totals .order-total strong{
    color: #222;
}

.shopping-cart .cart_totals .cart-subtotal td,
.shopping-cart .cart_totals .shipping td,
.shopping-cart .cart_totals .cart-subtotal th,
.shopping-cart .cart_totals .shipping th{
    font-weight: 700;
    color: #6C6C6C;
}

.shopping-cart .cart_totals .table>tbody>tr>td,
.shopping-cart .cart_totals .table>tbody>tr>th{
    padding-top: 5px;
    padding-bottom: 5px;
}

.shopping-cart .cart_totals .table > tbody .order-total > td{
    padding-bottom: 15px;
}

.shopping-cart .cart_totals .separator hr{
    padding: 0;
    margin: 8px 0;
    height: 2px;
    width: 100%;
    background-color: #CBCBCB;
}

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

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

.shopping-cart .empty-cart{
    height: 30vh;
}

.shopping-cart .empty-cart h4{
    margin-top: 15vh;
    text-align: center;
}

.shopping-cart .empty-cart p{
    text-align: center;
}

.shopping-cart .empty-cart p a{
    font-weight: 600;
}

.shopping-cart .buy-now h4{
    font-size: 14px;
    padding-bottom: 10px;
}

.shopping-cart .buy-now-item{
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 5%);
}


.shopping-cart .buy-now-item .product-img{
    width: 100px;
    float: left;
}

.shopping-cart .buy-now-item .product-details{
    width: calc(100% - 100px);
    display: inline-block;
}

.category-products .owl-theme .buy-now-item  img{
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0;
}

.shopping-cart .buy-now-item h3{
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    color: #6C6C6C;
    min-height: 0;
}

.shopping-cart .buy-now-item .product-details{
    padding: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 8px;
    min-height: 100px;
}

.shopping-cart .buy-now-item .price{
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.shopping-cart .buy-now-item .add-to-cart{
    color: #333333;
    font-size: 13px;
    text-decoration: underline;
}

.shopping-cart .category-products.buy-now .container-banner-arrows{
    margin-top: -16px;
}

.shopping-cart .buy-now-item .sold-out {
    background-color: transparent;
    padding: 0;
    background-color: #1b1afb;
    padding: 3px;
    color: #FFFFFF;
    text-align: left;
    text-transform: none;
    line-height: 12px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    width: 80px;
    text-align: center;
    display: block;
    border-radius: 3px;
    
}

.shopping-cart  .additional-payment-info td{
    padding: 0 !important;
}

.shopping-cart  .additional-payment-info td span{
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #25b900 !important;
    width: 80%;
    float: right;
}

.shopping-cart  .additional-payment-info td strong{
    color: #25b900 !important;   
}

.related-products-carousel.buy-now .owl-carousel .owl-stage-outer {
    height: 102px;
}
/*CART END*/

/*FRETE*/
.shopping-cart.in-product .freight h5{
    color: #6C6C6C;
}

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

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

.shopping-cart.in-product .freight .quotation thead tr th {
    text-align: center;
}

.shopping-cart.in-product  .freight .quotation tbody tr td {
    text-align: center;
}

.shopping-cart.in-product .freight {
    padding: 12px;
    min-height: 102px;
}

.shopping-cart.in-product .freight .quotation{
    margin-bottom: 0;
}

.shopping-cart.in-product .freight .fa {
    position: absolute;
    top: 52px;
    right: 72px;
}

.shopping-cart .freight {
    width: 100%;
    border-radius: 8px;
    position: relative;
    min-height: 90px;
}

.shopping-cart .freight .box{
    width: 45%;
    position: relative;
}

.shopping-cart .freight h5 {
    color: #222222;
}

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

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

.shopping-cart .freight .btn.btn-color {
    background-color: #FFFFFF;
    color: #1b1afb;
    float: right;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #1b1afb;
    font-size: 12px;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
}

.shopping-cart .freight .btn.btn-color:hover,
.shopping-cart .freight .btn.btn-color:hover,
.shopping-cart .freight .btn.btn-color:focus{
    background-color: #1b1afb;
    color: #FFFFFF;
}

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

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

.shopping-cart  .freight .quotation thead tr th {
    font-weight: 600;
    color: #222222;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    padding: 5px 15px;
}

.shopping-cart  .freight .quotation tbody tr {
    background-color: #EFEFEF;
}

.shopping-cart  .freight .quotation tbody tr td {
    text-transform: uppercase;
    padding: 9px;
    text-align: left;
    color: #6C6C6C;
    margin-bottom: 5px;
}

.shopping-cart  .freight .quotation tbody tr td:first-of-type {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.shopping-cart  .freight .quotation tbody tr td:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.shopping-cart  .freight .quotation tbody .separator td {
    background-color: #FFFFFF;
    padding: 0;
    height: 10px;
    border-radius: 0;
}

.shopping-cart  .freight .quotation tbody .separator:last-of-type td {
    height: 0;
}

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

/*CUPOM*/
.shopping-cart .discount-coupon {
    width: 100%;
    margin-bottom: 20px;
}

.shopping-cart .discount-coupon .box{
    width: 45%;
    position: relative;
}

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

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

.shopping-cart .discount-coupon .btn.btn-color {
    background-color: #FFFFFF;
    color: #1b1afb;
    float: right;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #1b1afb;
    font-size: 12px;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    padding-top: 1px;
    padding-bottom: 1px;
}

.shopping-cart .discount-coupon .btn.btn-color:hover {
    background-color: #1b1afb;
    color: #FFFFFF;
}

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

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

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

/*CHECKOUT*/
.shopping-cart h2, 
.checkout h2 {
    font-size: 24px;
}

.checkout .order-review-wrap{
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.checkout .order-review-wrap.not-background{
    background-color: transparent;
    border: 0;
}

.checkout .order-review-wrap.checkout-right-border{
    border-right: 2px solid #EEEEEE;
}

.checkout .order-review-wrap.checkout-top-border{
    border-top: 2px solid #EEEEEE;
}

.checkout .order-review-wrap.no-border-radius{
    border-radius: 0;
}

.checkout .order-review-wrap.checkout-mb-0{
    margin-bottom: 0;
}

.checkout .order-review-wrap .small-header{
    font-size: 16px;
    margin-bottom: 0;
}

.checkout .order-review-wrap{
    border: 0;
}

.shipping-calculator-form,
.coupon {
    border: 1px solid #EAEAEA;
    padding: 15px;
}

.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: #EEEEEE;
}

.checkout .shopping-cart .freight{
    min-height: 0;
}

.checkout .header-trace div[class*=col-md]{
    border-bottom: 1px solid #EEEEEE;
    height: 50px;
}

.checkout .header-trace div[class*=col-md]:first-of-type{
    border-right: 1px solid #EEEEEE;
}

.checkout .header-trace div[class*=col-md]:last-of-type{
    border-left: 1px solid #EEEEEE;
}

.checkout .header-trace h6{
    margin-bottom: 0;
    margin-top: 15px;
}

.checkout .table.ecommerce-checkout-review-order-table>tbody>tr>th{
    padding: 5px 0;
}

.checkout .table.ecommerce-checkout-review-order-table>tbody>tr>th:last-of-type{
    padding-bottom: 8px;
}

.checkout .table.ecommerce-checkout-review-order-table>tbody>tr>td{
    padding: 5px 0;
}

.checkout .table.ecommerce-checkout-review-order-table>tbody>tr>td:last-of-type{
    padding-bottom: 11px;
}

.checkout .body-trace{
    border-right: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
}

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

.checkout .order-review-wrap h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

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

.checkout .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: #FFFFFF;
    font-size: 14px;
    width: 100%;
    display: block;
    line-height: 20px;
    white-space: unset;
}

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

.ecommerce .form-row.place-order {
    float: none;
    margin-top: 15px;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: -112px;
}

.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{
    padding-right: 0;
}

.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;
}

.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 .order-review-wrap{
    background-color: transparent;
}

/*
.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;
}

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

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

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

.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;
    border-radius: 8px;
}

.checkout .login-wrapper .accordion i{
    font-size: 24px;
}

.checkout .login-wrapper .accordion span{
    position: relative;
    top: -3px;
}

.checkout .login-wrapper .active,
.checkout .login-wrapper .accordion:hover {
    background-color: #1b1afb;
    color: #FFFFFF;
    border: 2px solid transparent;
}

.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: transparent;
    display: none;
    overflow: hidden;
}

.checkout .fast-register-login .ec-general-form .btn.btn-color {
    background-color: #1b1afb;
    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*/
.client-area .grey-box .ec-general-form input[type="text"],
.client-area .grey-box .ec-general-form input[type="password"],
.client-area .grey-box .ec-general-form input[type="email"],
.client-area .grey-box .ec-general-form input[type="url"],
.client-area .grey-box .ec-general-form input[type="tel"],
.client-area .grey-box .ec-general-form input[type="number"],
.client-area .grey-box .ec-general-form input[type="date"],
.client-area .grey-box .ec-general-form input[type="search"],
.client-area .grey-box .ec-general-form select,
.client-area .grey-box .ec-general-form textarea {
    background-color: #FFFFFF;
}

.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: transparent;
    border-color: #EDEDED;
    border-radius: 8px;
}

.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: #6F6F6F;
}

.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: #1b1afb;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.login .btn.btn-color.register {
    background-color: #1b1afb;
    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: 24px;
    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 .ecommerce h5:first-of-type {
    margin-top: 0;
}

.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{
    border-radius: 8px;
    background-color: #F1F1F1;
    margin-bottom: 15px;
}

.client-menu li a{
    padding: 25px 20px;
    color: #333333;
    font-weight: 600;
    display: block;
    width: 100%;
}

.client-menu li a i{
    float: right;
    font-size: 22px;
    color: #6C6C6C;
}

.client-menu li:first-of-type p{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;

    font-weight: 600;
    color: #333333;
    font-size: 16px;
    margin: 0;
}

.client-menu li:first-of-type a{
    font-size: 12px;
    font-weight: 500;
    padding-top: 0;
}

.client-menu li:last-of-type {
    background-color: transparent;
}

.client-menu li:last-of-type a{
    font-weight: 400;
    text-decoration: underline;
}

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

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

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

.c-order .product-img img{
    border-top-left-radius: 0; 
    border-top-right-radius: 0;
}

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

.c-order .c-head {
    border: 1px solid #9f9f9f;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 10px 10px;
}

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

.c-order .c-head .unit .details {
    color: #1b1afb;
    font-weight: 700;
    position: relative;
    top: -12px;
    right: -46px;
    font-size: 14px;
    padding-right: 10px;
}

.c-order .c-head .unit .status {
    padding: 8px 15px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: -19px;
    border-radius: 20px;
}

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

.c-order .c-body .unit {
    margin-bottom: 5px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.c-order .c-body .unit.product-img{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

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

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

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

.c-order .c-body div[class*=col-sm]{
    padding-left: 0;
    padding-right: 0;
}

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

.c-order .c-body .colored-row {
    background-color: #fbfbfb;
    margin-bottom: 5px;
}

.c-order .c-body .grand-total b{
    font-size: 22px;
}

.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;
}

.client-area .back-btn{
    color: #424242;
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

/*
.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;
}
*/

.address .new-address-link{
    color: #1b1afb;
    font-weight: 600;
    font-size: 18px;
    float: right;
}

.client-area .grey-box{
    background-color: #F1F1F1;
    padding: 20px;
    border-radius: 8px;
    min-height: 440px;
}

.address .wrapper{
    border: 2px solid #D5D5D5;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 70px -17px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 70px -17px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 70px -17px rgba(0, 0, 0, 0.20);
}

.address .wrapper h6{
    padding: 0;
    margin: 0;
    color: #333333;
}

.address .wrapper hr{
    margin: 13px 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D1D1D1;
}

.address .wrapper p{
    margin: 0;
    line-height: 18px;
}

.address .wrapper p:last-of-type {
    margin-bottom: 13px;
}

.address .wrapper .custom-checkbox{
    margin-bottom: 13px;
}

.address .wrapper .custom-checkbox input[type="checkbox"] + label span{
    font-size: 15px;
}

.address .bottom-links{
    margin-top: 15px;
    margin-bottom: 15px;
}

.address .bottom-links a{
    text-align: center;
    display: inline-block;
    width: 49%;
    color: #1b1afb;
}

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

.form-group .fa-refresh {
    position: absolute;
    top: 12px;
    right: 22px;
    font-size: 16px;
    z-index: 2;
}

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

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

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

.change-client-type a {
    color: #1b1afb;
    font-weight: 600;
}

.client-area.summary .wrapper{
    border: 2px solid #D5D5D5;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    min-height: 245px;
    -webkit-box-shadow: 0px 0px 70px -17px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 70px -17px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 70px -17px rgb(0 0 0 / 20%);
}

.client-area.summary .wrapper hr {
    margin: 13px 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D1D1D1;
}

.client-area.summary .wrapper .widget-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.client-area.summary .wrapper .widget-wrapper .circles{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.client-area.summary .wrapper .widget-wrapper .item{
    width: 85px;
    margin: 10px 10px;
}

.client-area.summary .wrapper .widget-wrapper .item h6{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.client-area.summary .wrapper .widget-wrapper .circle {
    width: 100%;    
    position: relative;
    text-align: center;
    vertical-align: top;
}

.client-area.summary .wrapper .widget-wrapper .circle span {
    width: 100%;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.client-area.summary .wrapper .widget-wrapper .number{
    border-left: 1px solid #b5b5b5;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
}

.client-area.summary .wrapper .widget-wrapper .number h2{
    font-size: 38px;
    line-height: 18px;
    color: #1b1afb;
    
}

.client-area.summary .wrapper .widget-wrapper .number small{
    display: block;
    width: 100%;
    text-align: center;
}

.client-area.summary .wrapper .details{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 600;
    color: #1b1afb;
}

.client-area.summary .wrapper .text-wrapper p{
    margin-bottom: 20px;
}

.client-area.summary .wrapper .user-wrapper img{
    width: 32px;
    position: relative;
    top: -2px;
}

.client-area.summary .wrapper .user-wrapper{
    position: relative;
    display: contents;

}

.client-area.summary .wrapper .user-wrapper p{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    text-align: center;
}
    
.client-area.summary .wrapper .user-wrapper b{
    font-size: 14px;
    text-transform: uppercase;
}
/*CLIENT END*/

/*ORDER RESUME*/

.order-resume .grey-box{
    background: #EEEEEE;
    border-radius: 8px;
    padding: 20px;
}

.order-resume .grey-box i{
    text-align: center;
    display: block;
    color: #00b100;
    font-size: 36px;
    margin-bottom: 8px;
}

.order-resume .grey-box h3{
    text-align: center;
    color: #00b100;
}

.order-resume .grey-box h5{
    text-align: center;
    color: #00b100;
}

.order-resume .grey-box span{
    display: block;
    text-align: center;
}

.order-resume .grey-box p{
    text-align: center;
    line-height: 20px;
    margin-bottom: 15px;
}

.order-resume .grey-box a{
    display: block;
    width: 100%;
    color: #1b1afb;
    text-align: center;
}

.order-resume .grey-box .btn{
    padding: 0;
    line-height: 44px;
    background-color: #1b1afb;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.order-resume .grey-box .order-num{
    margin-bottom: 0;
}

.order-resume .grey-box .items-resume-container .item-resume hr{
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    margin: 13px 0;
    border: 0;
}

.order-resume .grey-box .items-resume-container .item-resume {
    text-align: right;
}

.order-resume .grey-box h4{
    text-align: right;
    margin-bottom: 10px;
}

.order-resume .back{
    color: #222222;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    width: 43px;
    text-align: center;
    margin-top: 6px;
    font-size: 14px;
    float: right;
}

.order-resume .error-box p{
    margin-bottom: 1px;
}

.order-resume .error-box .error-msg{
    color: #FF0000;
    line-height: 16px;
}

.order-resume.cancelled .grey-box i{
    color: #FF0000;
}

.order-resume.cancelled .grey-box h3{
    color: #FF0000;
}

.order-resume.cancelled .grey-box h5{
    color: #FF0000;
}


.order-resume.confirmation .grey-box i{
    color: #ff2f00;
}

.order-resume.confirmation .grey-box h3{
    color: #ff2f00;
}

.order-resume.confirmation .grey-box h5{
    color: #ff2f00;
}

/*
.order-resume a {
    font-weight: 700;
    color: #1b1afb;
}

.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: #1b1afb;
    font-weight: 700;
}
/*FAQ END*/

/*REVIEWS*/

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

.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: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    display: none;
    background-color: #F7F7F7;
}

.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 {
    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: 5px;
}

.product-reviews .star-average-wrapper div[id*="-average"] {
    width: 100%;
    height: 12px;
    float: left;
    margin-top: 9px;
    border-radius: 8px;
}

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

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

.product-reviews .star-average-wrapper .label-star i{
    color: #ffbc00;
}

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

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

.product-reviews  .ui-widget-header{
    background-color: #ffbc00;
    border: 1px solid #ffbc00;
}

.product-reviews .btn{
    color: #1b1afb;
    border: 2px solid #1b1afb;
    border-radius: 8px;
    font-weight: 600;
    background-color: #FFFFFF;
}

.product-reviews .btn:hover,
.product-reviews .btn:active{
    color: #FFFFFF;
    background-color: #1b1afb;
}

.product-reviews .submit-review{
    color: #FFFFFF;
    border: 2px solid #1b1afb;
    border-radius: 8px;
    font-weight: 600;
    background-color: #1b1afb;
}

.product-reviews .submit-review:hover,
.product-reviews .submit-review:active{
    color: #1b1afb !important;
    background-color: #FFFFFF;
}

.product-reviews .stars-container{
    margin: 8px 0;
}

.review {
    padding: 20px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #F7F7F7;
}

.review:last-of-type {
    margin-bottom: 0;
}

.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;
}

.review small{
    margin-top: 13px;
    color: #B5B5B5;
    display: block;
}


.product-reviews .overall-reviews{
    padding: 16px 20px;
    margin-top: 8px;
}

.product-reviews .overall-reviews .review-product-list{
    display: block;
    margin: 0;
}

.product-reviews .overall-reviews .number{
    margin: 0;
    margin-bottom: 4px;
    font-size: 26px !important;
    line-height: 28px !important;
    font-weight: 700;
}

.product-reviews .first-line-review{
    padding-bottom: 20px;
}
/*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: #1b1afb;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    font-size: 12px;
    border-radius: 8px;
}
/*LGPD END*/

/*SHADOW FUNCTIONALITY*/
.content-wrapper{
    position: relative;
}

.shadow-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 98;
    display: none;
}

.steps-wrapper{
    display: flex;
    width: 100%;   
    padding: 20px 20px;
    background-color: #1b1afb;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    border-radius: 8px;
}

.steps-wrapper .step{
    display: inline-block;
    min-width: 100px;
}

.steps-wrapper .step span{
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0.5;
}

.steps-wrapper .step .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px 15px;
    color: #1b1afb;
    font-size: 22px;
    font-weight: 600;
    background-color: #FFFFFF;
    position: relative;
    left: 50%;
    margin-left: -25px;
    position: relative;
    z-index: 1;
    opacity: 0.5;
}

.steps-wrapper .step .circle i{
    position: relative;
    top: 3px;
}

.steps-wrapper .step .circle:after{
    content: '';
    display: block;
    width: 85px;
    height: 3px;
    background: #FFFFFF;
    position: relative;
    top: -13px;
    z-index: -1;
}

.steps-wrapper .step:last-of-type .circle::after{
    width: 0;
    height: 0;
}

.steps-wrapper .step.active span{
    opacity: 1;
}

.steps-wrapper .step.active .circle {
    opacity: 1;
}
/*SHADOW FUNCTIONALITY END*/

/*INSTITUTIONAL*/

@font-face {
    font-family: 'Gobold Hollow Bold';
    src: local('Gobold Hollow Bold'), local('Gobold-Hollow-Bold'),
        url('../fonts/Gobold/BoboldHollowBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gobold Hollow';
    src: local('Gobold Hollow'), local('Gobold-Hollow'),
        url('../fonts/Gobold/BoboldHollow.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

.institutional .banner-top{
    position: relative;
    padding-bottom: 10vh;
}

.institutional .banner-top .veil{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgb(143,18,18);
    background: linear-gradient(0deg, rgba(143,18,18, 1) 10%, rgba(255,255,255,0.7) 100%);
}

.institutional .banner-top h1{
    padding-top: 30vh;
    padding-bottom: 20vh;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #FFFFFF;
}

.institutional .banner-top .button-down{
    width: 65px;
    height: 65px;
    padding: 15px 21px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.institutional .banner-top i{
    text-align: center;
    font-size: 36px;
    cursor: pointer;
    color: #FFFFFF;
}

.institutional .history{
    background-color: #FAFAFA;
}

.institutional .history .col-lg-6{
    min-height: 750px;
    position: relative;
}

.institutional .history .col-lg-6:first-of-type{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.institutional .history h2{
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 34px;
    line-height: 44px;
}

.institutional .history h2 b{
    font-weight: 700;
    color: #222222;
}

.institutional .history hr{
    margin: 0 0 40px 0;
    padding: 0;
    width: 95px;
    height: 5px;
    background-color: #1b1afb;
}

.institutional .history p{
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 26px;
}

.institutional .middle-grey{
    background: #EEEEEE;
    
}

.institutional .space-top{
    padding-top: 15%;
}

.institutional .mvv{
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: -15%;
}

.institutional .mvv .item{
    position: relative;
    width: 30%;
}

.institutional .mvv .item .veil{
    width: 100%;
    height: 100%;
    background-color: rgba(143, 18, 18, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.institutional .mvv .item:hover .veil{
    animation: hover-mvv 200ms forwards;
    -webkit-animation: hover-mvv 200ms forwards;
    -moz-animation: hover-mvv 200ms forwards;
    -o-animation: hover-mvv 200ms forwards;
}

@keyframes hover-mvv {

    from { 
        background-color: rgba(143, 18, 18, 0.7);
    }

    to { 
        background-color: rgba(143, 18, 18, 0.9);
    }

}

@-webkit-keyframes hover-mvv {

    from { 
        background-color: rgba(143, 18, 18, 0.7);
    }

    to { 
        background-color: rgba(143, 18, 18, 0.9);
    }

}

@keyframes hover-mvv {

    from { 
        background-color: rgba(143, 18, 18, 0.7);
    }

    to { 
        background-color: rgba(143, 18, 18, 0.9);
    }

}

@-webkit-keyframes hover-mvv {

    from { 
        background-color: rgba(143, 18, 18, 0.7);
    }

    to { 
        background-color: rgba(143, 18, 18, 0.9);
    }

}

@keyframes hover-mvv {

    from { 
        background-color: rgba(143, 18, 18, 0.7);
    }

    to { 
        background-color: rgba(143, 18, 18, 0.9);
    }

}

@-webkit-keyframes hover-mvv {

    from { 
        background-color: rgba(143, 18, 18, 0.7);
    }

    to { 
        background-color: rgba(143, 18, 18, 0.9);
    }

}

.institutional .mvv .text-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 260px;
    z-index: 3;
}

.institutional .mvv .text-wrapper h3{
    text-align: center;
    font-size: 26px;
    margin-bottom: 22px;
    color: #FFFFFF;
}

.institutional .mvv .text-wrapper p{
    text-align: center;
    color: #FFFFFF;
}

.institutional .header-sub-header-wrapper{
    margin-top: 40px;
    margin-bottom: 40px;
}

.institutional .header-sub-header-wrapper h2{
    color: #222222;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 36px;
}

.institutional .header-sub-header-wrapper p{
    text-align: center;
    font-size: 18px;
    color: #222222;
}

.institutional .map-wrapper .map-container{
    width: 990px;
    height: 1015px;
    display: block;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
}

#map{
    position: absolute;
    top: 0;
    left: 0;
}

.institutional .map-wrapper .map-container .pin-container{
    position: relative;
    z-index: 2;
    width: 70px;
    cursor: pointer;
}

.institutional .map-wrapper .map-container .pin-container:nth-of-type(1){
    top: 200px;
    left: 300px;
}

.institutional .map-wrapper .map-container .pin-container:nth-of-type(2){
    top: 200px;
    left: 300px;
}

.institutional .map-wrapper .map-container .pin-container:nth-of-type(3){
    top: 200px;
    left: 300px;
}

.institutional .map-wrapper .map-container .pin-container:nth-of-type(4){
    top: 200px;
    left: 300px;
}

.institutional .map-wrapper .map-container .pin-container:nth-of-type(5){
    top: 200px;
    left: 300px;
}

.institutional .map-wrapper .map-container .pin-container .pin-address{
    position: absolute;
    top: -50%;
    left: 70px;
    background-color: #EEEEEE;
    width: 450px;
    padding: 15px 80px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3); 
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.institutional .map-wrapper .map-container .pin-container:hover .pin-address{
    -webkit-animation: open-pin-address 300ms forwards;
    -moz-animation: open-pin-address 300ms forwards;
    -ms-animation: open-pin-address 300ms forwards;
    animation: open-pin-address 300ms forwards;
}

.institutional .map-wrapper .map-container .pin-container.mobile:hover .pin-address{
    -webkit-animation: initial;
    -moz-animation: initial;
    -ms-animation: initial;
    animation: initial;
}

@-webkit-keyframes open-pin-address {

    to {
        opacity: 1;
    }

}

@-moz-keyframes open-pin-address {

    to {
        opacity: 1;
    }

}

@-ms-keyframes open-pin-address {

    to {
        opacity: 1;
    }

}

@keyframes open-pin-address {

    to {
        opacity: 1;
    }

}

.institutional .map-wrapper .map-container .pin-container.reverse{
    position: relative;
    left: -20px;
}

.institutional .map-wrapper .map-container .pin-container.reverse .pin-address{
    right: 70px;
    left: initial;
}

.institutional .map-wrapper .map-container .pin-container.reverse img{
    position: relative;
    left: 20px;
}

.institutional .map-wrapper .map-container .pin-container .pin-address .custom-margin{
    margin-bottom: 20px;
}

.institutional .map-wrapper .map-container .pin-container .pin-address h4{
    text-align: center;
    color: #1b1afb;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 22px;
}

.institutional .map-wrapper .map-container .pin-container .pin-address p{
    font-size: 16px;
    color: #747474;
    text-align: center;
    line-height: 22px;
}

.institutional .map-wrapper .map-container .pin-container .pin-address ul{
    text-align: center;
}

.institutional .map-wrapper .map-container .pin-container .pin-address ul li{
    display: inline-block;
    margin: -6px 5px;
}

.institutional .map-wrapper .map-container .pin-container .pin-address ul li a{
    font-size: 16px;
    color: #747474;
}

.institutional .map-wrapper .map-container .pin-container .pin-address ul li a img{
    position: relative;
    top: -1px;
    margin-right: 10px;
    width: 46px;
}

.institutional .map-wrapper .map-container .pin-container.mobile{
    position: absolute;
    top: 25%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 280px;
}

.institutional .map-wrapper .map-container .pin-container.mobile .fa-times{
    float: right;
}

.institutional .map-wrapper .map-container .pin-container.mobile .pin-address{
    width: 100%;
    top: 0;
    left: 0;
}

.institutional .grey{
    background: #DBDBDB;
}

.institutional .timeline{
    position: relative;
}

.institutional .timeline .dots{
    width: 0;
    height: 100%;
    border-left: 3px dashed #C9C9C9;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
}

.institutional .timeline .item{
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.institutional .timeline .item.first{
    padding-top: 30px;
}

.institutional .timeline img{
    border-radius: 16px;
    width: 46%;
    opacity: 0.5;
    transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    cursor: pointer;
    position: relative;
    right: -15px;
}

.institutional .timeline .item.odd img{
    right: auto;
    left: -15px;
}

.institutional .timeline img:hover{
    opacity: 1;
}

.institutional .timeline .circle{
    width: 35px;
    height: 35px;
    background-color: #1b1afb;
    border-radius: 50%;
    z-index: 2;
}

.institutional .timeline .text-content{
    width: 46%;
}

.institutional .timeline .text-content h3{
    font-size: 48px;
    font-weight: 800;
}

.institutional .timeline .text-content p{
    font-size: 16px;
    color: #222222;
}

.institutional .timeline .text-content.align-right h3{
    text-align: right;
}

.institutional .timeline .text-content.align-right p{
    text-align: right;
}

.institutional .statistics{
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 40px;
}

.institutional .statistics .statistics-wrapper{
    width: 285px;
    margin-bottom: 40px;
}

.institutional .statistics .statistics-wrapper img{
    display: block;
    margin: 0 auto;
    width: 250px;
    margin-top: -80px;
    margin-bottom: -45px;
}

.institutional .statistics .statistics-wrapper span{
    font-family: 'Gobold Hollow Bold', sans-serif;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 82px;
    line-height: 82px;
    font-weight: 800;
    color: #222222;
}

.institutional .statistics .statistics-wrapper span span{
    display: inline;
}

.institutional .statistics .statistics-wrapper p{
    text-align: center;
    margin: 0;
    font-size: 18px;
    color: #222222;
}

.institutional .categories{
    text-align: center;
    margin-bottom: 50px;
}

.institutional .categories li{
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.institutional .categories li a{
    color: #222222;
    transition: color 200ms ease-in-out, border 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out, border 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out, border 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out, border 200ms ease-in-out;
    padding-bottom: 10px;
}

.institutional .categories li a:hover,
.institutional .categories li a:hover{
    color: #1b1afb;
    border-bottom: 1px solid #1b1afb;
}

.institutional .gallery > div{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.institutional .gallery a{
    width: 23%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.institutional .gallery a .veil{
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background 100ms ease-in-out;
    -webkit-transition: background 100ms ease-in-out;
    -moz-transition: background 100ms ease-in-out;
    -o-transition: background 100ms ease-in-out;
}

.institutional .gallery a .veil:hover{
    background: rgba(255, 255, 255, 0.5);
}

.institutional .gallery .button-down {
    width: 65px;
    height: 65px;
    padding: 15px 21px;
    background-color: #EBEBEB;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    display: block;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.institutional .gallery i { 
    text-align: center;
    font-size: 36px;
    cursor: pointer;
    color: #1b1afb;
}
/*INSTITUTIONAL END*/