@charset "UTF-8";

    @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
*, a {
outline: none !important;
}
html body {
font-family: "Roboto", sans-serif !important;
font-size: 14px !important;
letter-spacing: 0.3px;
font-weight: 300;
}
@media (max-width: 767px) {
html body {
font-size: 13px !important;
}
}
html body {
color: #002B4D;
}
html body p {
margin-bottom: 10px;
}
html body a {
color: #5cbb46;
text-decoration: none !important;
}
html body a:hover {
color: #103A6D;
}
html button.alt, html input[type="button"].alt, html input[type="reset"].alt, html input[type="submit"].alt, html .button.alt, html .widget-area .widget a.button.alt {
background-color: #5cbb46 !important;
border-color: #5cbb46 !important;
}
html button.alt:hover, html input[type="button"].alt:hover, html input[type="reset"].alt:hover, html input[type="submit"].alt:hover, html .button.alt:hover, html .widget-area .widget a.button.alt:hover {
background-color: #103A6D !important;
border-color: #103A6D;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
font-weight: bold !important;
color: #5cbb46;
}
body .alpha, body h1 {
letter-spacing: 0.3px;
}
body .input-text, body input[type=email], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=url], body textarea {
background: transparent;
border: 1px solid #dadada;
-webkit-box-shadow: none !important;
box-shadow: none !important;
padding: 6px 9px !important;
}
body .input-text:focus, body input[type=email]:focus, body input[type=number]:focus, body input[type=password]:focus, body input[type=search]:focus, body input[type=tel]:focus, body input[type=text]:focus, body input[type=url]:focus, body textarea:focus {
border-color: #103A6D;
background: transparent !important;
}
body .um .um-form input[type=text], body .um .um-form input[type=tel], body .um .um-form input[type=password], body .um .um-form textarea {
background: transparent;
border: 1px solid #dadada !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
padding: 6px 9px !important;
}
body .um .um-form input[type=text]:focus, body .um .um-form input[type=tel]:focus, body .um .um-form input[type=password]:focus, body .um .um-form textarea:focus {
border: 1px solid #103A6D !important;
background: transparent !important;
}
.container-fluid {
max-width: 1920px;
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px) {
.container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
a {
color: #103A6D;
}
a:hover {
color: #103A6D;
}
a.remove::before {
color: #103A6D;
}
table th {
background-color: #f7f7f8;
}
.right-sidebar .widget-area {
width: 100% !important;
}
.entry-title {
font-family: "Roboto", sans-serif !important;
}
.storefront-breadcrumb .col-full {
max-width: 100% !important;
padding: 0 !important;
margin: 0px !important;
}
.nopad {
padding: 0 !important;
}
button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
text-decoration: none;
padding: 8px 20px;
text-transform: uppercase;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
font-weight: bold;
font-size: 15px;
border-radius: 0px;
color: #fff;
border: 1px solid #002B4D;
background: #002B4D;
}
button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .widget-area .widget a.button.alt:hover {
background: #103A6D;
border: 1px solid #103A6D;
color: #fff !important;
}
button.alt i, input[type="button"].alt i, input[type="reset"].alt i, input[type="submit"].alt i, .button.alt i, .widget-area .widget a.button.alt i {
margin-left: 5px;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
text-decoration: none !important;
color: #fff;
border: 1px solid #103A6D;
background: #103A6D;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
border-color: #5cbb46;
background: #5cbb46;
}
td.actions button:hover {
border-color: #5cbb46;
background: #5cbb46;
}
body input[type=submit].um-button,
body .um .um-button.um-alt, body .um input[type=submit].um-button.um-alt {
text-decoration: none;
padding: 15px 25px !important;
text-transform: uppercase !important;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
font-weight: bold !important;
font-size: 14px !important;
border-radius: 0px;
color: #fff;
border: 1px solid #103A6D !important;
background: #103A6D !important;
border-radius: 0px !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
body input[type=submit].um-button:hover,
body .um .um-button.um-alt:hover, body .um input[type=submit].um-button.um-alt:hover {
background: #5cbb46 !important;
border: 1px solid #5cbb46 !important;
color: #fff !important;
}
body .um .um-button.um-alt, body .um input[type=submit].um-button.um-alt {
border: 1px solid #E7E9EA !important;
background: #E7E9EA !important;
color: #002B4D !important;
}
body .um .um-button.um-alt:hover, body .um input[type=submit].um-button.um-alt:hover {
background: #103A6D !important;
border: 1px solid #103A6D !important;
color: #fff !important;
}
.btn {
text-decoration: none;
padding: 9px 25px;
text-transform: uppercase;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
font-weight: bold;
font-size: 14px;
border-radius: 0px;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn-transparent {
color: #fff;
border: 1px solid #fff;
background: transparent;
}
.btn-transparent:hover {
background: #103A6D;
border: 1px solid #103A6D;
color: #fff;
}
.btn-dark {
color: #fff;
border: 1px solid #103A6D;
background: #103A6D;
}
.btn-dark:hover {
background: #5cbb46;
border: 1px solid #103A6D;
color: #fff !important;
}
.btn-grey {
border: 1px solid #E7E9EA !important;
background: #E7E9EA !important;
color: #002B4D !important;
}
.btn-grey:hover {
background: #5cbb46 !important;
border: 1px solid #5cbb46 !important;
color: #fff !important;
} header.site-header {
padding: 0px;
border: 0px;
}
header.site-header ul.links-header {
list-style: none;
text-align: right;
width: 100%;
margin: 0px;
}
header.site-header ul.links-header li {
display: inline-block;
margin-right: 12px;
}
header.site-header ul.links-header li:last-child {
margin-right: 15px;
}
header.site-header ul.links-header li.search_link {
border-right: 1px solid #ddd;
padding-right: 15px;
}
header.site-header ul.links-header li.search_link i {
font-size: 18px;
}
header.site-header ul.links-header li a {
color: #103A6D;
position: relative; }
header.site-header ul.links-header li a:hover {
color: #103A6D;
}
header.site-header ul.links-header li a i {
font-size: 20px;
}
@media (max-width: 991px) {
header.site-header ul.links-header li a i {
font-size: 17px;
}
}
header.site-header ul.links-header li a .count-cart {
position: absolute;
top: -17px;
right: -14px;
background: #5cbb46;
border-radius: 50%;
width: 20px;
height: 20px;
color: #fff;
opacity: 1;
font-size: 10px;
text-align: center;
line-height: 21px;
letter-spacing: -1px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 800;
}
@media (max-width: 991px) {
header.site-header ul.links-header li a .count-cart {
top: -11px;
right: -15px;
width: 18px;
height: 18px;
font-size: 9px;
letter-spacing: 0;
line-height: 18px;
}
}
header.site-header ul.links-header li a .count-cart .cart-contents {
margin: auto;
}
header.site-header ul.links-header li.login-link {
padding-right: 12px;
border-right: 1px solid #ddd;
text-transform: uppercase;
}
header.site-header ul.links-header li.login-link a {
font-size: 13px;
font-weight: 500;
text-decoration: none;
}
header.site-header ul.links-header li.login-link a:hover {
color: #5cbb46;
}
header.site-header ul.links-header li.login-link i {
margin-right: 3px;
font-size: 16px;
}
@media (max-width: 991px) {
header.site-header ul.links-header li.login-link i {
font-size: 15px;
}
}
header.site-header ul.links-header li:last-of-type {
margin-right: 0px;
}
@media (max-width: 767px) {
header.site-header ul.links-header li.login-link, header.site-header ul.links-header li.searchIconMobile, header.site-header ul.links-header li.cart-link {
display: none !important;
}
}
@media (max-width: 767px) {
header.site-header ul.links-header li.buttonMobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: right;
justify-content:flex-end;
}
header.site-header ul.links-header li.buttonMobile button {
margin-left: 15px;
}
header.site-header ul.links-header .my_account_mobile{
margin-left:20px;
}
.characteristics-home .col-characteristics-home a{
width:100%;
}
.characteristics-home .col-characteristics-home .inner-col-characteristics-home{
padding:0 30px;
margin:15px 0 0;
}
.featured_cats{
display:none !important;
}
.rodapeMenus .col-logo img{
margin:0;
}
}
header.site-header #top-header-menu .phone_header {
float: right;
color: #fff;
}
header.site-header #top-header-menu .phone_header span {
margin: 0 0 0 5px;
}
header.site-header #top-header-menu .phone_header i {
-webkit-transform: rotate(105deg);
transform: rotate(105deg);
}
header.site-header #top-header-menu .email_header {
float: left;
color: #fff;
}
header.site-header #top-header-menu .email_header span {
margin: 0 0 0 5px;
}
@media (max-width: 767px) {
header.site-header #top-header-menu {
display: block;
}
}
@media (max-width: 767px) {
header.site-header #top-header-menu ul.links-header li.login-link, header.site-header #top-header-menu ul.links-header li.searchIconMobile, header.site-header #top-header-menu ul.links-header li.cart-link {
display: inline-block !important;
}
}
header.site-header #top-header-menu ul.links-header li.searchIconMobile, header.site-header #top-header-menu ul.links-header li.cart-link {
float: right;
}
header.site-header #top-header-menu ul.links-header li.searchIconMobile a, header.site-header #top-header-menu ul.links-header li.cart-link a {
padding: 10px 10px !important;
}
@media (max-width: 291px) {
header.site-header #top-header-menu ul.links-header li.searchIconMobile a, header.site-header #top-header-menu ul.links-header li.cart-link a {
padding: 10px 5px !important;
}
header.site-header #top-header-menu ul.links-header li.searchIconMobile a .count-cart, header.site-header #top-header-menu ul.links-header li.cart-link a .count-cart {
right: -5px !important;
}
}
header.site-header #top-header-menu ul.links-header li.cart-link {
margin-right: 0px;
}
header.site-header #top-header-menu ul.links-header li.login-link {
border-right: 0px;
color: #fff;
padding-right: 0px !important;
}
header.site-header #top-header-menu ul.links-header li.searchIconMobile {
padding-right: 0px !important;
}
header.site-header #top-header-menu {
background-color: #103A6D;
padding: 9px 11px 8px 15px !important;
}
@media (max-width: 291px) {
header.site-header #top-header-menu {
padding: 9px 9px 8px 12px !important;
}
}
header.site-header #top-header-menu > .container-fluid {
padding: 0 !important;
}
header.site-header #top-header-menu ul {
margin: 0px;
padding: 0px;
list-style: none;
}
header.site-header #top-header-menu ul li {
float: left;
margin-right: 0px;
}
header.site-header #top-header-menu ul li a {
color: #fff;
font-size: 11px;
text-transform: uppercase;
text-decoration: none !important;
font-weight: normal;
}
@media (max-width: 291px) {
header.site-header #top-header-menu ul li a {
font-size: 10px;
}
}
header.site-header #top-header-menu ul li a i {
font-size: 14px;
}
@media (max-width: 291px) {
header.site-header #top-header-menu ul li a i {
font-size: 12px;
}
}
header.site-header #top-header-menu ul li a:hover {
color: #5cbb46;
}
header.site-header #top-header-menu ul li a .count-cart {
top: 2px;
right: 0px;
width: 15px;
height: 15px;
font-size: 8px;
letter-spacing: 0;
line-height: 16px;
}
header.site-header #top-header-menu .top-header-menu-left {
float: left;
}
header.site-header #top-header-menu .top-header-menu-right {
float: right;
}
header.site-header #top-header-menu .top-header-menu-right ul li {
margin-right: 0px;
margin-left: 13px;
}
header.site-header #middle-header-menu {
padding: 15px 0;
}
@media (max-width: 767px) {
header.site-header #middle-header-menu {
padding: 12px 0;
}
}
header.site-header #middle-header-menu .custom-logo-link img {
max-width: inherit;
width: auto;
max-height: 85px;
}
@media (max-width: 991px) {
header.site-header #middle-header-menu .custom-logo-link img {
max-height: 40px;
}
}
@media (max-width: 767px) {
header.site-header #middle-header-menu .custom-logo-link img {
max-height: 32px;
}
}
header.site-header #middle-header-menu .areaLogo a {
float: left;
}
header.site-header #middle-header-menu .areaSearch {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
header.site-header #middle-header-menu .areaSearch form {
width: 100%;
margin-bottom: 0px;
}
header.site-header #middle-header-menu .areaSearch form .inner-form-search {
position: relative;
}
header.site-header #middle-header-menu .areaSearch form input[type="text"] {
width: 100%;
border: 1px solid #E7E9EA;
}
header.site-header #middle-header-menu .areaSearch form input[type="text"]:focus {
border-color: #103A6D;
}
header.site-header #middle-header-menu .areaSearch form button[type="submit"] {
position: absolute;
right: 0;
top: 0;
background: transparent !important;
font-size: 14px;
padding: 0px;
height: 100%;
padding: 0 12px;
}
header.site-header #middle-header-menu .areaSearch form button[type="submit"] i {
color: #103A6D;
}
header.site-header #middle-header-menu .areaSearch form button[type="submit"]:hover i {
color: #5cbb46;
}
@media (max-width: 991px) {
header.site-header #middle-header-menu .areaSearch.areaSearchDesktop {
display: none;
}
}
header.site-header #middle-header-menu .middle-header-menu-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
header.site-header #bottom-header-menu {
background-color: #5cbb46;
position: absolute;
width: 100%;
}
header.site-header #bottom-header-menu.fixed-menu {
position: fixed;
width: 100%;
top: 0;
}
header.site-header #bottom-header-menu .main-navigation {
width: 100%;
margin-right: 0px;
position: relative;
}
header.site-header #bottom-header-menu .main-navigation > div:last-child li {
border-left: 1px solid #fff;
}
header.site-header #bottom-header-menu .main-navigation > div:first-child li {
border-left: 0px !important;
}
header.site-header #bottom-header-menu .main-navigation > div > ul {
margin-left: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
header.site-header #bottom-header-menu .main-navigation > div > ul > li {
border-right: 1px solid #fff;
float: left;
text-align: center;
line-height: 14px;
width: 100%;
max-width: 100%;
position:relative !important;
}
header.site-header #bottom-header-menu .main-navigation > div > ul > li:last-child {
border-right: 0px;
}
header.site-header #bottom-header-menu .main-navigation > div > ul > li > a {
padding: 8px 10px !important;
font-weight: bold;
font-size: 12px;
text-decoration: none !important;
text-transform: uppercase;
height: 100%;
font-family: "Roboto", sans-serif;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 64px;
color: #fff;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
header.site-header #bottom-header-menu .main-navigation > div > ul > li > a {
padding: 8px 10px 8px 10px !important;
font-size: 12px;
}
}
header.site-header #bottom-header-menu .main-navigation > div > ul > li > a span {
margin-top: 5px;
white-space: pre;
}
header.site-header #bottom-header-menu .main-navigation > div > ul > li > a:before {
content: ' ';
width: 20px;
height: 20px;
display: block !important;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
header.site-header #bottom-header-menu .main-navigation > div > ul > li:hover > a {
background: #103A6D;
}
header.site-header #bottom-header-menu .main-navigation > div > ul > li.current-menu-item a {
background: #103A6D;
}
header.site-header #bottom-header-menu .main-navigation > div > ul > li > a > i {
font-size: 20px;
padding-top: 2px;
}
.areaExtra {
text-align: right;
}
.areaMenu {
text-align: left;
}
.areaLogo {
text-align: center;
}
.areaLogo img {
display: inline;
max-width: 222px;
}
.site-header .custom-logo-link {
text-align: left;
}
.home .caminhos {
display: none;
} .menu-principal-container .menu a {
text-transform: uppercase;
}
.menu-principal-container .menu a .fas {
color: #DFB781;
margin-right: 3px;
display: none;
}
.menu-principal-container .menu li.icon a {
color: #DFB781;
} .shopbar .product-categories {
width: 100% !important;
}
.product-categories {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.product-categories li {
border-bottom: 1px solid #ddd;
}
.product-categories li a {
color: #000 !important;
padding: 10px 4px;
display: block;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
} .product-categories ul {
margin: 0;
padding: 0;
list-style: none;
border-bottom: 1px solid #ddd;
}
.product-categories ul li a {
color: #000 !important;
display: block;
font-size: 14px;
line-height: normal;
padding: 12px 20px;
text-decoration: none;
}
.product-categories ul li a:hover {
background: rgba(147, 59, 49, 0.3);
text-decoration: none;
} .product-categories ul ul {
border-bottom: none;
}
.product-categories ul ul li {
background: rgba(147, 59, 49, 0.3);
}
.product-categories ul ul li a {
color: #000 !important;
display: block;
font-size: 14px;
line-height: normal;
padding: 0.5em 1em 0.5em 2.5em;
}
.product-categories ul ul li a:hover {
background: rgba(147, 59, 49, 0.3);
} .product-categories ul ul ul {
border-top: 1px solid #ddd;
}
.product-categories ul ul ul li {
border: none;
}
.product-categories ul ul ul li a {
padding-left: 3.5em;
padding-top: 0.25em;
padding-bottom: 0.25em;
} ul li.has-subnav .accordion-btn {
color: #000;
background: rgba(255, 255, 255, 0.5);
font-size: 16px;
}
ul li.has-subnav .accordion-btn.accordion-expanded {
background: rgba(147, 59, 49, 0.5);
}
@media screen and (max-width: 1024px) {
.product-categories {
width: 40%;
}
}
@media screen and (max-width: 700px) {
.product-categories {
width: 100%;
}
}
.product-categories .active > a {
color: #000 !important;
background: rgba(147, 59, 49, 0.5);
}  .main-navigation ul li, .navPrincipal, .areaMenu {
position: static !important;
}
.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
left: auto;
background-color: #fff !important;
display: none;
top: 100%;
padding: 20px !important;
}
.main-navigation ul.menu ul.sub-menu li, .main-navigation ul.nav-menu ul.children li {
margin-bottom: 5px;
}
.main-navigation ul.menu ul.sub-menu li a, .main-navigation ul.nav-menu ul.children li a {
color: #002B4D;
text-decoration: none !important;
background: transparent !important;
padding: 0px !important;
text-transform: initial;
font-size: 14px;
}
.main-navigation ul.menu ul.sub-menu li a:hover, .main-navigation ul.nav-menu ul.children li a:hover {
color: #103A6D;
}
.menu-item-has-children a:after {
display: none !important;
}
.menu-item-has-children:hover ul.sub-menu {
display: block !important;
}
.superMenuCustom {
display: none;
text-align: left;
position: absolute;
left: 0;
top: 100%;
width: 100%;
border-left: 2px solid #5cbb46;
border-right: 2px solid #5cbb46;
border-bottom: 2px solid #5cbb46;
background: #fff;
}
.superMenuCustom:not(#superAll) ul {
width: 100%;
top: 0 !important;
}
.superMenuCustom:not(#superAll) ul li {
display: block;
border-bottom: 1px solid #E7E9EA;
}
.superMenuCustom:not(#superAll) ul li a {
padding: 13px 17px !important;
text-decoration: none !important;
font-family: "Roboto", sans-serif;
font-weight: bold;
width: 100% !important;
display: block !important;
color: #002B4D !important;
background: transparent !important;
font-size: 14px !important;
text-transform: uppercase !important;
}
.superMenuCustom:not(#superAll) ul li.active-link-subcategory-menu a {
color: #103A6D !important;
}
.superMenuCustom:not(#superAll) ul li:hover a {
color: #103A6D !important;
}
.superMenuCustom .content-superMenuCustom {
height: 100%;
display: none;
}
.superMenuCustom .content-superMenuCustom.active-content-superMenuCustom {
display: block;
}
.superMenuCustom .content-superMenuCustom .description-superMenuCustom {
padding: 20px;
background-color: #f7f7f8;
height: 100%;
text-align: left;
}
.superMenuCustom .content-superMenuCustom .description-superMenuCustom p {
color: #828D94;
font-weight: 300;
line-height: 19px;
}
.superMenuCustom .content-superMenuCustom .description-superMenuCustom p:last-of-type {
margin-bottom: 0px;
}
.superMenuCustom .content-superMenuCustom img {
width: auto;
max-height: 320px;
margin: auto;
}
.superMenuCustom#superAll {
padding: 20px;
}
.superMenuCustom#superAll a.cat-title-superAll {
padding: 0px !important;
background: transparent !important;
color: #103A6D !important;
text-decoration: none !important;
}
.superMenuCustom#superAll a.cat-title-superAll h4 {
border-bottom: 1px solid #E7E9EA;
margin-bottom: 12px;
padding-bottom: 10px;
font-weight: bold !important;
font-size: 14px;
}
.superMenuCustom#superAll a.cat-title-superAll h4:hover {
color: #5cbb46 !important;
}
.superMenuCustom#superAll ul {
top: 0 !important;
width: 100%;
}
.superMenuCustom#superAll ul li {
border: 0px;
margin-bottom: 9px;
background: transparent !important;
}
.superMenuCustom#superAll ul li a {
padding: 0px !important;
display: inline-block;
width: auto;
font-size: 14px;
text-decoration: none !important;
}
.superMenuCustom#superAll ul li a:hover {
color: #5cbb46;
}
.superMenuCustom#superAll .col-subcategories {
margin-top: 30px;
}
.superMenuCustom#superAll .col-subcategories:nth-of-type(1), .superMenuCustom#superAll .col-subcategories:nth-of-type(2), .superMenuCustom#superAll .col-subcategories:nth-of-type(3), .superMenuCustom#superAll .col-subcategories:nth-of-type(4) {
margin-top: 0px;
}
.pad-0 {
padding: 0px;
}
.margin-0 {
margin: 0px !important;
}
.superMenuCustom .container-supermenu {
background-color: #fff;
padding: 30px;
-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
.link-subcategory-menu {
padding: 0px !important;
}
.superMenuCustom h4 {
color: #103A6D;
text-align: left;
padding-bottom: 4px;
text-transform: uppercase;
font-size: 17px;
font-weight: bold;
font-family: "Roboto", sans-serif;
}
.superMenuCustom h4:hover {
color: #103A6D;
}
.superMenuCustom ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
position: relative !important;
left: 0 !important;
}
.superMenuCustom ul li {
display: block;
background: transparent !important;
}
.abrirSuper {
display: block;
}
.main-navigation ul.menu > li:last-child > a, .main-navigation ul.nav-menu > li:last-child > a {
padding-right: 0 !important;
}
.btNavMobile {
margin-left: 25px;
background: transparent !important;
}
@media (max-width: 767px) {
.btNavMobile {
margin-left: 0;
}
}
.btNavMobile, .btNavMobile:hover {
background: transparent;
padding: 0;
display: none;
}
.btNavMobile span {
height: 3px;
width: 26px;
background: #5cbb46;
margin-bottom: 4px;
display: block;
}
.btNavMobile:hover span {
background: #103A6D;
}
.btNavMobile span:last-child {
margin-bottom: 0px;
}
.navExtra .menu .menu-item {
display: inline-block;
margin-right: 15px;
}
.navExtra .menu .menu-item:last-child {
margin-right: 0;
}
.areaSairMenu {
position: absolute;
top: 0;
right: 0;
width: 33px;
height: 34px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: inherit;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-left: 1px solid #103A6D;
border-bottom: 1px solid #103A6D;
}
#sairMenu {
color: #103A6D;
margin: auto;
font-size: 17px;
padding: 8px;
}
#sairMenu:hover {
color: #103A6D;
}
.navMobile {
position: fixed;
top: 0;
left: -41%;
width: 40%;
z-index: 999;
background: white;
height: 100%;
padding: 45px 15px;
-webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
-webkit-transition: left 0.3s ease;
transition: left 0.3s ease;
}
.abrirMobile {
left: 0 !important;
} #searchform {
height: 0px;
width: calc(100% - 30px);
position: absolute;
overflow: hidden;
z-index: 9;
-webkit-transition: height 0.3s ease;
transition: height 0.3s ease;
top: 48px;
}
.abreSearch {
height: 45px !important;
}
.headSearch {
height: 0;
top: 70px;
position: absolute;
display: none;
}
@media (max-width: 991px) {
.headSearch {
display: block;
}
}
@media (max-width: 767px) {
.headSearch {
top: 96px;
}
}
.headSearch form {
margin-bottom: 0;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
background: #f7f7f8;
}
.headSearch input[type="text"] {
width: calc(100% - 110px);
border: none;
-webkit-box-shadow: none;
box-shadow: none;
height: 100%;
padding: 8px 13px !important;
}
.headSearch input[type="submit"] {
background-color: #103A6D;
border-color: transparent;
position: absolute;
right: 0;
top: 0;
height: 100%;
}
.headSearch input[type="submit"]:hover {
background-color: #103A6D;
} .woof_list .woof_term_546 > input, .woof_list .woof_term_546 > .woof_checkbox_label .woof_checkbox_count, .woof_list .woof_term_546 > .woof_childs_list_opener, .woof_list .woof_term_546 > .woof_childs_list_opener .woof_is_opened {
display: none;
}
.woof_list .woof_term_546 {
margin-left: 0 !important;
}
.woof_list .woof_term_546 > .woof_checkbox_label, .woof_container h4 {
font-size: 15px;
line-height: 1.618;
font-weight: 400;
border-bottom: 1px solid #E5E5E5;
display: block !important;
padding-bottom: 3px;
text-transform: uppercase;
margin-left: 0 !important;
font-family: "Roboto", sans-serif;
}
.woof_childs_list_546 {
margin: 7px 0 0 0 !important;
}
.woof_list li {
margin-left: 0;
}
.woof_container {
padding-bottom: 20px;
}
.woof_price_search_container {
padding-bottom: 0;
margin-top: 12px;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #103A6D;
width: 22px;
height: 22px;
border: 6px solid #fff;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
background-color: #103A6D;
}
.woof_childs_list {
margin-top: 15px !important;
}
.shopbar h4 {
margin-bottom: 15px;
} .slidebanner .owl-item .item-banner {
background-repeat: no-repeat;
background-size: cover;
height: calc(90vh - 150px);
}
.slidebanner .owl-item .item-banner .container {
min-height: 100%;
}
.slidebanner .owl-item .item-banner .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: calc(100vh - 135px);
}
.slidebanner .owl-item .item-banner h1 {
color: #fff;
font-family: "Roboto", sans-serif;
text-shadow: 0px 0px 5px #969696;
}
.slidebanner .owl-dots {
position: absolute;
bottom: 14px;
left: 0;
width: 100%;
text-align: center;
}
.slidebanner .owl-dots .owl-dot {
width: 14px;
height: 14px;
background-color: #103a6d;
border-radius: 50%;
display: inline-block;
margin: 0 5px;
border: 2px solid #103a6d;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.slidebanner .owl-dots .owl-dot.active {
background-color: transparent;
}
.slidebanner .slider-content {
height: 100%;
}
.slidebanner .slider-content .content-slider h2 {
color: #fff;
font-size: 37px;
margin: 0 0 15px;
display:block;
text-transform: none;
text-shadow: 0px 2px 6px rgba(0, 42, 77, 0.2);
-webkit-animation: slide 0.5s forwards;
-webkit-animation-delay: 2s;
animation: slide 0.5s forwards;
animation-delay: 2s;
}
@media (max-width: 767px) {
.slidebanner .slider-content .content-slider h2 {
font-size: 32px;
}
}
.slidebanner .slider-content .content-slider p {
color: #fff;
max-width: 100%;
text-shadow: 0px 2px 3px rgba(0, 42, 77, 0.1);
font-size: 22px;
font-weight: 400;
display:inline-block;
}
.slidebanner .slider-content .content-slider .img-products-slider {
margin-left: -25px;
max-width: 498px;
}
@media (max-width: 767px) {
.slidebanner .slider-content .content-slider .img-products-slider {
display: none;
}
}
@media (max-width: 767px) {
.slidebanner .slider-content .steps-slider {
display: none;
}
}
.slidebanner .slider-content .steps {
margin-bottom: 0px;
background: rgba(255, 255, 255, 0.8);
-webkit-box-shadow: 0 5px 15px rgba(0, 43, 77, 0.14);
box-shadow: 0 5px 15px rgba(0, 43, 77, 0.14);
}
.slidebanner .slider-content .container-fluid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%; -webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.slidebanner .slider-content .container-fluid a {
-ms-flex-item-align: start;
align-self: flex-start;
margin-top: 29px;
}
.bannerExtra img {
border-radius: 0;
width: 100%;
} .intro-home {
text-align: center;
padding-top: 75px;
padding-bottom: 45px;
}
.intro-home h1 {
text-transform: uppercase;
font-size: 27px;
font-weight: 700;
} .listaCategorias {
max-width: 1920px;
margin: auto;
margin-top: 75px;
}
.novpromo {
margin-top: 15px;
margin-left: -7.5px;
margin-right: -7.5px;
}
.novpromo:first-of-type {
margin-top: 0px;
}
.novpromo a {
display: block;
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: auto;
height: 400px;
position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
.novpromo a {
height: 290px;
}
}
@media (max-width: 767px) {
.novpromo a {
height: 200px;
}
}
.novpromo a > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 30vh;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
width: 100%;
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.36);
}
.novpromo a:hover > div {
background-color: rgba(0, 0, 0, 0.05);
}
.novpromo a h2 {
color: #fff;
font-family: "Roboto", sans-serif;
text-align: center;
font-weight: bold;
font-size: 1.6em;
margin-bottom: 17px;
text-shadow: 0 2px 6px rgba(0, 42, 77, 0.2);
text-transform: uppercase;
}
@media (max-width: 767px) {
.novpromo a h2 {
font-size: 20px;
padding: 0 15px;
}
}
.novpromo span {
text-decoration: none;
color: #103A6D;
border: 0px;
padding: 8px 20px;
text-transform: uppercase;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 15px;
background-color: rgba(255, 255, 255, 0.7);
-o-box-shadow: 0px 2px 6px rgba(0, 42, 77, 0.2);
-webkit-box-shadow: 0px 2px 6px rgba(0, 42, 77, 0.2);
box-shadow: 0px 2px 6px rgba(0, 42, 77, 0.2);
}
.novpromo .multiple-span-category {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.novpromo .multiple-span-category span {
margin: 0 5px;
}
.novpromo .promocao:hover span {
color: #5cbb46;
background-color: #fff;
}
.novpromo .promocao {
padding-left: 7.5px;
padding-right: 7.5px;
}
.novidade a, .promocao a {
background-repeat: no-repeat;
background-position: center center;
background-size:contain;
} .blogArea .blogdesejados {
margin-bottom: 30px;
}
.blogArea .blogdesejados a {
text-decoration: none;
padding: 10px;
display: block;
}
.blogArea .blogdesejados a h3 {
font-size: 16px;
}
.blogArea .blogdesejados a img {
margin-bottom: 20px;
}
.blogArea .blogdesejados a:hover {
-webkit-box-shadow: 1px 0px 30px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.areaFundoNovidades {
background-color: #f3f3f3;
} .destMarca a {
text-decoration: none;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
display: block;
}
.destMarca a > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 25vh;
background-color: rgba(0, 0, 0, 0.3);
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.destMarca a:hover > div {
background-color: rgba(0, 0, 0, 0.6);
}
.destMarca a > div h2 {
color: #fff;
text-align: center;
}
.areaMarcas .todos {
margin-top: 20px;
} .desejados {
margin-top: 75px;
margin-bottom: 75px;
}
.areaFundoNovidades .desejados {
margin-top: 40px;
margin-bottom: 40px;
}
.desejados .titulo h2 {
font-family: "Roboto", sans-serif;
text-align: center;
text-transform: uppercase;
}
.desejados .todos {
text-align: center;
}
.desejados .todos a {
color: #0A0702;
text-decoration: underline;
display: inline-block;
text-transform: uppercase;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.desejados .todos a:hover {
color: #C78833;
}
.desejados .slidedesejados {
margin: 20px 0;
}
.desejados .products.columns-4 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.desejados .products.columns-4 li {
margin-right: 15px;
margin-bottom: 0;
}
.desejados .products.columns-4 li:last-child {
margin-right: 0;
} .marcas {
background-color: #f3f3f3;
padding-top: 100px;
padding-bottom: 100px;
}
.marcas .slidemarcas article a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 85px;
} .marcas .slidemarcas article img {
height: 100%;
} .copyright {
text-align: center;
color: #fff;
font-size: 12px;
padding-top: 30px;
padding-bottom: 30px;
}
.copyright a {
color: #fff;
text-decoration: none;
font-weight: bold;
}
.copyright a:hover {
color: #5cbb46;
}
.rodapeMenus {
padding-top: 50px;
padding-bottom: 50px;
}
.rodapeMenus h5 {
color: #5cbb46;
text-align: left;
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
}
.rodapeMenus ul {
margin: 0px;
list-style: none;
}
.rodapeMenus ul li {
margin-bottom: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
line-height: 17px;
}
.rodapeMenus ul li:last-child {
margin-bottom: 0px;
}
.rodapeMenus ul li i {
padding-top: 4px;
margin-right: 7px;
font-size: 15px;
color: #747474 !important;
width: 15px;
}
.rodapeMenus ul li a {
color: #fff !important;
text-decoration: none !important;
font-weight: 300;
}
.rodapeMenus ul li a:hover {
color: #5cbb46 !important;
}
.rodapeMenus .col-contacts li {
margin-bottom: 8px;
}
.rodapeMenus .col-social {
text-align: center;
}
.rodapeMenus .col-social a {
float: right;
width: 40px;
height: 40px;
background-color: #0061A0;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
margin-bottom: 15px;
text-decoration: none !important;
}
.rodapeMenus .col-social a i {
margin: auto;
font-size: 18px;
}
.rodapeMenus .col-social a:hover {
background-color: #5cbb46;
}
.rodape {
background-color: #fff;
border-top: 2px solid #DFB781;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}
.rodape .menuRodape {
padding-top: 50px;
}
.rodape .menuRodape .navExtra {
padding-top: 50px;
border-top: 1px solid #E9CEAA;
}
.rodape .menuRodape .menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.rodape .menuRodape .menu .menu-item a {
color: #0A0702;
text-decoration: none;
text-transform: uppercase;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.rodape .menuRodape .menu .menu-item a:hover {
color: #C78833;
} .rodape .redesSociais a {
display: inline-block;
}
.rodape .fab {
margin: 20px 5px 0 5px;
background: #DFB781;
font-size: 25px;
color: #ffF;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.rodape .fab:hover {
background: #C78833;
} .wrapChimp {
border: 1px solid #E9CEAA;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 280px;
margin: 0 auto 15px;
}
.rodape .newsletter {
padding-top: 50px;
border-top: 1px solid #E9CEAA;
margin-top: 50px;
}
.mc4wp-form {
margin-top: 30px;
margin-bottom: 0;
display: inline-block;
width: 100%;
}
.mc4wp-form-fields {
font-size: 12px;
}
.mc4wp-form-fields a {
color: #D5A058;
text-decoration: none;
}
.mc4wp-form-fields a:hover {
text-decoration: underline;
}
.mc4wp-form button {
padding: 7px 17px 7px 19px;
background-color: #DFB781;
border: none;
font-size: 20px;
color: #ffffff;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.mc4wp-form button:hover {
background-color: #C78833;
color: #fff;
border: none;
}
.mc4wp-form input[type=email] {
padding: 10px;
background-color: transparent;
color: #fff;
font-size: 14px;
border: none;
width: 100%;
} footer {
position: relative;
background-color: #103A6D;
}
footer h5 {
color: #5cbb46 !important;
}
footer .border-footer {
height: 20px;
width: 100%;
background: #fff;
position: absolute;
top: -20px;
left: 0;
width: 100%;
}
@media (max-width: 991px) {
footer .col-footer {
margin-bottom: 30px;
}
}
.home .border-footer {
display: none !important;
}
.rodapeFinal {
text-transform: uppercase;
border-top: 1px solid #144785;
}
.rodapeFinal strong {
color: #0A0702;
}
.menuFinal {
text-align: right;
}
.rodapeFinal .menuFinal .menu .menu-item a {
color: #0A0702;
text-decoration: none;
}
.rodapeFinal .menuFinal .menu .menu-item a:hover {
text-decoration: underline;
} .products li .add_to_cart_button {
display: none;
}
ul.products li a.woocommerce-loop-product__link {
text-decoration: none;
padding-bottom: 5px;
}
ul.products li .box-product {
background: #fff !important;
float: left;
width: 100%;
z-index: 2;
-webkit-transition: -webkit-box-shadow 0.3s ease;
transition: -webkit-box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
ul.products li .box-product div.shopswatchinput {
display: none;
-webkit-transition: all 200ms;
transition: all 200ms;
margin-bottom: 15px;
}
ul.products li:hover .box-product {
-webkit-box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.1);
box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.1);
}
ul.products li:hover .box-product > div.shopswatchinput {
display: block;
-webkit-transition: all 300ms;
transition: all 300ms;
}
ul.products li.product .button {
display: none !important;
} #page-marcas .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#page-marcas .row .marca a {
text-decoration: none;
display: block;
height: 100px;
background-color: rgba(140, 46, 37, 0.1);
margin-bottom: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#page-marcas .row .marca a h1 {
margin: 0;
font-size: 20px;
}
#page-marcas .row .marca a:hover {
-webkit-box-shadow: 1px 0px 30px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 0px 30px 0px rgba(0, 0, 0, 0.1);
background-color: #fff;
} .summary.entry-summary h3.marcaTitulo {
color: #933b31;
}
.stock.in-stock, .comStock {
display: none;
}
.related.products h2 {
display: inline-block;
padding: 0 20px;
background-color: #fff;
}
.related.products ul.products {
padding: 15px;
}
.single_add_to_cart_button {
background-color: #0A0702 !important;
text-transform: uppercase;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
@media screen and (max-width:768px){
body .buttonMobile{
display:inline-block !important;
}
}
@media screen and (min-width:768px){
.buttonMobile .search_mobile, .buttonMobile .my_account_mobile, .buttonMobile .cart_mobile_extra{
display:none !important;
}
}
@media (max-width: 991px) {
.btNavMobile, .btNavMobile:hover {
display: inline-block;
}
.main-navigation {
display: none !important;
}
.site-main .related.products ul.products li.product {
width: 48%;
margin-right: 4%;
float: left;
}
.site-main .related.products ul.products li.product:nth-child(even) {
margin-right: 0;
}
}
@media (max-width: 576px) {
.areaLogo img {
width: 100%;
}
.site-main .related.products ul.products li.product {
width: 100%;
margin-right: 0;
}
} ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
height: auto;
color: #103A6D;
}
ul.products li.product {
margin-bottom: 15px !important;
}
ul.products li.product h2, ul.products li.product h3 {
font-size: 15px !important;
font-weight: 400 !important;
}
@media (max-width: 767px) {
ul.products li.product h2, ul.products li.product h3 {
font-size: 14px !important;
}
}
ul.products li.product span.price {
font-size: 15px;
font-weight: 900;
color: #5cbb46;
}
@media (max-width: 767px) {
ul.products li.product span.price {
font-size: 14px;
}
}
ul.products li.product .woocommerce-Price-amount.amount {
font-size: 16px;
font-weight: 900;
}
@media (max-width: 767px) {
ul.products li.product .woocommerce-Price-amount.amount {
font-size: 14px;
}
}
.products .product .product_type_simple {
display: none;
}
.col2-set#customer_login .col-1, .col2-set.addresses .col-1 {
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 42% !important;
flex: 0 0 42% !important;
max-width: 42% !important;
}
.col2-set#customer_login .col-2, .col2-set.addresses .col-2 {
margin-right: 0 !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 52% !important;
flex: 0 0 52% !important;
max-width: 52% !important;
}
.u-column1.col-1, .u-column2.col-2, #customer_details .col-1, #customer_details .col-2 {
-ms-flex: 0 0 100% !important;
-webkit-box-flex: 0 !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
background-color: #DFB781 !important;
}
#customer_details input, #customer_details textarea {
width: 100% !important;
display: block;
}
#customer_details select, #customer_details input[type="checkbox"] {
width: auto !important;
display: inline-block;
}
#customer_details select {
width: 100% !important;
}
.woocommerce-result-count, .woocommerce-ordering {
font-size: 14px;
}
.storefront-product-pagination a {
text-decoration: none;
}
.wc-tabs li a {
text-decoration: none;
color: #272727;
}
.wc-tabs li a:hover {
color: #C78833;
}
.wc-tabs li.active a {
font-weight: bold;
} .hentry.type-post .entry-content {
width: 100% !important;
}
.listaBlog article {
margin-bottom: 40px !important;
}
.listaBlog article .posted-on a, .listaBlog article h2 a {
color: #272727;
text-decoration: none;
}
.listaBlog article .posted-on a:hover, .listaBlog article h2 a:hover {
color: #8c2f26;
} @media screen and (max-width: 767px) {
.rodapeFinal {
text-align: center;
}
.navMobile {
left: -51%;
width: 50%;
}
.menuFinal {
margin-bottom: 25px;
text-align: center;
}
.shopbar {
margin-bottom: 40px;
}
}
@media screen and (max-width: 576px) {
.woocommerce-customer-details .col-1 {
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}   .navExtra .menu .menu-item {
margin-right: 10px;
}
.navExtra .menu .menu-item .searchExtra {
width: 22px;
height: 22px;
}
.navExtra .menu .menu-item .logExtra {
width: 24px;
height: 22px;
}
.navExtra .menu .menu-item .cartExtra {
width: 27px;
height: 22px;
}
header.site-header {
padding: 10px 0;
}
.areaLogo {
text-align: left;
}
.navMobile {
left: -101%;
width: 100%;
}
.slidebanner .owl-item article .row {
height: calc(100vh - 105px);
}
.desejados .products.columns-4 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.desejados .products.columns-4 li {
width: 48%;
margin-right: 4%;
margin-bottom: 30px;
}
.desejados .products.columns-4 li:nth-child(even) {
margin-right: 0;
}
.novpromo .novidade {
margin-bottom: 30px;
}
}
@media screen and (max-width: 345px) {
.rodape .menuRodape .menu {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.mc4wp-form {
width: 280px;
}
}
.woocommerce-breadcrumb {
color: #103A6D !important;
font-family: "Roboto", sans-serif;
text-transform: uppercase;
}
.woocommerce-breadcrumb .breadcrumb-separator::after {
content: "/" !important;
color: #103A6D !important;
opacity: 1 !important;
}
.woocommerce-breadcrumb a:first-of-type::before {
display: none !important;
}
.woocommerce-breadcrumb a {
color: #5cbb46 !important;
text-decoration: none !important;
}
.woocommerce-breadcrumb a:hover {
color: #103A6D !important;
}
.archive.woocommerce h1 {
background: #5cbb46;
padding: 12px 20px;
font-size: 16px;
text-transform: uppercase;
color: #fff;
font-family: "Roboto", sans-serif;
margin: 0px;
}
.archive.woocommerce .description-cat {
margin-bottom: 20px;
}
.archive.woocommerce .description-cat p:last-child {
margin-bottom: 0px;
}
.wrapper-sidebar {
width: 100%;
float: right;
}
.wrapper-sidebar .inner-sidebar {
width: 100%;
}
.wrapper-sidebar .fixed-sidebar {
position: fixed;
width: inherit;
top: 70px;
overflow-y: scroll;
max-height: calc(100vh - 100px);
z-index: 0;
overflow: hidden;
}
.sidebar-parent-cat ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.sidebar-parent-cat ul li.parent-cat {
border-bottom: 1px solid #E5E5E5;
position: relative;
text-transform: uppercase;
}
.sidebar-parent-cat ul li.parent-cat a {
padding: 12px 20px;
line-height: 17px;
color: #002B4D;
width: 100%;
text-decoration: none !important;
font-family: "Roboto", sans-serif;
font-weight: bold;
display: inline-block;
font-size: 14px;
}
.sidebar-parent-cat ul li.parent-cat a:hover {
color: #5cbb46;
}
.sidebar-parent-cat ul li.parent-cat .toggle-parent-cat {
padding: 0px;
position: absolute;
right: 0;
top: 6px;
cursor: pointer;
width: 41px;
height: 33px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sidebar-parent-cat ul li.parent-cat .toggle-parent-cat i {
padding: 10px 15px; }
.sidebar-parent-cat ul li.parent-cat .toggle-parent-cat i:hover {
color: #5cbb46;
}
.sidebar-parent-cat ul li.parent-cat .toggle-parent-cat .open-parent-cat {
display: block;
top: 15px;
}
.sidebar-parent-cat ul li.parent-cat .toggle-parent-cat .close-parent-cat {
display: none;
top: 14px;
}
.sidebar-parent-cat ul li.parent-cat ul.children-cats {
padding-left: 15px;
display: none;
padding-bottom: 11px;
}
.sidebar-parent-cat ul li.parent-cat ul.children-cats li a {
padding: 5px 20px;
font-size: 13px;
font-weight: normal;
}
.sidebar-parent-cat ul li.parent-cat ul.children-cats li.active-children-cat {
color: #5cbb46;
}
.sidebar-parent-cat ul li.parent-cat ul.children-cats li.active-children-cat a {
color: #5cbb46;
}
.sidebar-parent-cat ul li.parent-cat.active-parent-cat {
color: #5cbb46;
}
.sidebar-parent-cat ul li.parent-cat.active-parent-cat > a {
color: #5cbb46;
}
.sidebar-parent-cat ul li.parent-cat.active-parent-cat i {
color: #103A6D;
}
.sidebar-parent-cat ul li.parent-cat.active-parent-cat i:hover {
color: #5cbb46;
}
.sidebar-parent-cat ul li.parent-cat.active-parent-cat .toggle-parent-cat .open-parent-cat {
display: none;
}
.sidebar-parent-cat ul li.parent-cat.active-parent-cat .toggle-parent-cat .close-parent-cat {
display: block;
}
.sidebar-parent-cat ul li.parent-cat.active-parent-cat ul.children-cats {
display: block;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
background-color: #e6e6e6 !important;
border-left: 0.61805em solid #103A6D !important;
color: #002B4D !important;
padding: 13px 20px !important;
}
@media (min-width: 768px) {
.storefront-breadcrumb {
margin: 0 0 2em !important;
}
}
.section-cat {
margin-bottom: 10px;
position:relative;
}
.section-cat .header-section-cat {
background-color: #f7f7f8;
margin-bottom: 20px;
}
.section-cat .header-section-cat .title-cat {
color: #002B4D;
padding: 13px 20px;
padding-right: 30px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-transform: uppercase;
font-family: "Roboto", sans-serif;
text-decoration: none !important;
position: relative;
overflow: hidden;
z-index: 1;
font-size: 15px;
margin-bottom: 0px; }
.section-cat .header-section-cat a.link-cat {
float: right;
margin-top: 12px;
color: #fff;
text-transform: uppercase;
font-family: "Roboto", sans-serif;
font-size: 14px;
margin-right: 15px;
text-decoration: none !important;
color: #103A6D;
font-weight: 900;
}
.section-cat .header-section-cat a.link-cat:hover {
color: #5cbb46;
}
.section-cat .header-section-cat .arrows-slider-cat {
float: right;
margin-top: 12px;
margin-right: 20px;
}
.section-cat .header-section-cat .arrows-slider-cat i {
color: #103A6D;
font-size: 24px;
margin-left: 5px;
cursor: pointer;
}
.section-cat .header-section-cat .arrows-slider-cat i:hover {
color: #5cbb46;
}
.section-cat .content-section-cat {
overflow: unset;
padding-top: 5px;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 15px;
}
.section-cat .content-section-cat li.product {
margin-bottom: 0px !important;
width: 100% !important;
margin: 0px !important;
}
.owl-item {
opacity: 0;
-webkit-transition: opacity 500ms;
transition: opacity 500ms;
}
.owl-item.active {
opacity: 1;
}
span.onsale {
display: none;
}
.storefront-sorting .woocommerce-ordering {
float: right;
margin-right: 0px;
}
.woocommerce-pagination {
float: none !important;
}
.woocommerce-pagination a {
text-decoration: none !important;
background: transparent !important;
color: #002B4D !important;
color: #1a1a1a;
}
.woocommerce-pagination a:hover {
color: #103A6D !important;
}
.woocommerce-pagination span.current {
background-color: #002B4D !important;
color: #fff !important;
color: #1a1a1a;
}
.storefront-sorting select {
background-color: #fff;
height: 48px;
border: 1px solid #E5E5E5;
}
@media (min-width: 768px) {
.woocommerce-result-count {
padding: 0.8em 0 !important;
}
}
.woof_products_top_panel {
display: none !important;
}
.shopbar {
margin-top: 30px;
}
.shopbar .widget h3 {
text-transform: uppercase;
font-family: "Roboto", sans-serif;
font-size: 20px;
margin-bottom: 20px;
}
.shopbar .widget .price_slider_amount button {
display: none;
}
.shopbar .widget .woof_submit_search_form_container {
margin-top: 30px;
}
.shopbar .widget .woof_submit_search_form_container button {
text-decoration: none;
padding: 8px 20px;
text-transform: uppercase;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
font-weight: bold;
font-size: 15px;
border-radius: 0px;
background: #fff;
border: 1px solid #103A6D;
color: #002B4D;
margin-right: 10px;
}
.shopbar .widget .woof_submit_search_form_container button:hover {
background: #103A6D;
}
.shopbar .widget .woof_list_checkbox li div {
margin-top: -7px;
}
.shopbar .widget .woof_front_toggle {
margin-top: 11px;
}
.woof.woof_sid.woof_sid_auto_shortcode {
display: none !important;
}
.textos h1, .entry-header h1 {
text-transform: uppercase;
font-size: 25px;
font-weight: 600;
margin-bottom: 25px;
}
.textos a, .entry-header a {
color: #002B4D;
}
.textos a:hover, .entry-header a:hover {
color: #002B4D;
}
.contacts {
margin-bottom: 75px;
}
.contacts h1 {
text-transform: uppercase;
font-size: 25px;
font-weight: 600;
margin-bottom: 25px;
}
.contacts .col-contact-form h2 {
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
margin-bottom: 12px;
}
.contacts .gform_wrapper div.validation_error {
margin-bottom: 4px;
}
.contacts .col-contacts ul {
margin: 0px;
list-style: none;
}
.contacts .col-contacts ul li {
margin-bottom: 11px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
line-height: 22px;
}
.contacts .col-contacts ul li:last-child {
margin-bottom: 0px;
}
.contacts .col-contacts ul li i {
padding-top: 4px;
margin-right: 7px;
font-size: 15px;
color: #103A6D !important;
width: 18px;
}
.contacts .col-contacts ul li a {
font-size: 14px !important;
color: #002B4D !important;
text-decoration: none !important;
}
.contacts .col-contacts ul li a:hover {
color: #103A6D !important;
}
.gform_wrapper {
margin: 0px !important;
}
.gform_wrapper .top_label .gfield_label {
text-transform: uppercase;
margin-bottom: 0px;
font-size: 13px;
}
.gform_wrapper .gform_footer {
padding-bottom: 0px !important;
}
.gform_wrapper .gform_footer input[type=submit] {
text-decoration: none;
padding: 8px 30px !important;
text-transform: uppercase;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
font-weight: bold;
font-size: 15px;
border-radius: 0px;
background: #fff;
border: 1px solid #5cbb46;
color: #002B4D;
margin-right: 10px;
float: left;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
background: #5cbb46;
color: #fff;
}
.gform_wrapper .gform_footer.top_label {
text-align: right;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea.medium {
background: #fff;
border: 1px solid #E5E5E5;
padding: 6px 9px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper textarea.medium:focus {
border: 1px solid #103A6D;
}
.faqs .hentry {
margin-bottom: 20px;
}
#accordion-faqs {
margin-bottom: 4em;
}
#accordion-faqs .card .card-header {
padding: 0px;
}
#accordion-faqs .card .card-header h2 {
font-family: 'Lato', sans-serif;
}
#accordion-faqs .card .card-header h2 button {
float: left;
width: 100%;
padding: 20px;
text-align: left;
color: #002B4D;
text-decoration: none;
background-color: #fbfbfb;
font-size: 16px !important;
text-transform: initial;
font-weight: normal;
font-style: normal;
}
#accordion-faqs .card .card-body {
padding: 20px;
}
#accordion-faqs .card {
border-radius: 0px;
}
.single-product div.product h1.product_title {
margin-bottom: 5px;
}
.single-product div.product p.price {
margin-top: 0px !important;
margin-bottom: 10px !important;
font-size: 16px !important;
}
.single-product div.product p.price .woocommerce-Price-amount.amount {
font-size: 18px;
}
.single-product div.product .product_meta {
display: none;
padding-bottom: 1em;
border-top: 0px !important;
padding-top: 0px !important;
}
.single-product div.product .product_meta .posted_in {
display: none !important;
}
.pswp__caption {
display: none !important;
}
.pswp__bg {
background: rgba(0, 0, 0, 0.8) !important;
}
.single-product div.product {
overflow: visible !important;
}
.single-product div.product a.reset_variations {
display: none !important;
}
.single-product div.product div.images {
margin-bottom: 3em;
width: 40%;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
.single-product div.product div.images {
width: 48%;
}
}
.single-product div.product div.summary {
width: 57%;
}
@media (min-width: 768px) and (max-width: 991px) {
.single-product div.product div.summary {
width: 50%;
}
}
.single-product div.product div.summary .single_add_to_cart_button {
display: block;
width: 100%;
max-width: 47%;
margin-top: 27px;
float: left;
}
@media (max-width: 767px) {
.single-product div.product div.summary .single_add_to_cart_button {
max-width: 65%;
}
}
.single-product div.product div.summary .quantity .qty {
height: 42px;
}
.woocommerce-tabs {
overflow: visible !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.woocommerce-tabs ul.tabs {
width: 100% !important;
margin: 0px !important;
border: 0px !important;
}
.woocommerce-tabs ul.tabs li {
display: inline-block !important;
border: 0px !important;
}
.woocommerce-tabs ul.tabs li a {
padding: 10px 20px !important;
text-transform: uppercase;
font-family: "Roboto", sans-serif;
font-size: 15px;
font-weight: normal !important;
}
@media (max-width: 767px) {
.woocommerce-tabs ul.tabs li a {
font-size: 14px;
}
}
.woocommerce-tabs ul.tabs li a:hover {
color: #103A6D;
}
.woocommerce-tabs ul.tabs li.active {
background-color: #f7f7f8;
}
.woocommerce-tabs ul.tabs li.active:after {
display: none;
}
.woocommerce-tabs .panel {
float: none !important;
width: 100vw !important;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw !important;
margin-right: -50vw !important;
padding: 45px 0 !important;
margin-bottom: 0px;
margin-top: 44px !important;
background-color: #f7f7f8;
}
.woocommerce-tabs .panel .container {
padding: 0 30px;
}
.woocommerce-tabs .panel#tab-description p:last-child {
margin-bottom: 0px;
}
.woocommerce-tabs .panel h2 {
display: none !important;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes {
margin-bottom: 0px;
border-top: 0px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:first-child th, .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:first-child td {
padding-top: 0px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes th {
font-weight: 400;
text-transform: uppercase;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes td {
background: none !important;
border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_attributes th {
width: 150px;
font-weight: 700;
padding: 1em 1.41575em;
border-top: 0;
border-bottom: 1px solid #5cbb46;
margin: 0;
line-height: 1.5;
background: #103A6D;
color: #fff;
vertical-align: middle;
}
.woocommerce table.shop_attributes td {
border-bottom: 1px solid #5cbb46;
vertical-align: middle;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes th {
font-weight: 600;
text-transform: uppercase;
background: none !important;
}
#respond {
padding: 0px !important;
background: none !important;
}
form.comment-form input[type="text"], form.comment-form input[type="email"], form.comment-form textarea {
background: transparent;
border: 1px solid #dadada;
-webkit-box-shadow: none !important;
box-shadow: none !important;
padding: 6px 9px !important;
}
form.comment-form input[type="text"]:focus, form.comment-form input[type="email"]:focus, form.comment-form textarea:focus {
border-color: #103A6D;
}
form.comment-form input[type="submit"] {
text-decoration: none;
padding: 8px 30px;
text-transform: uppercase;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
font-family: "Roboto Condensed", sans-serif;
font-weight: bold;
font-size: 15px;
border-radius: 0px;
background: transparent;
border: 1px solid #103A6D;
color: #002B4D;
}
form.comment-form input[type="submit"]:hover {
background-color: #103A6D;
}
.required {
color: #103A6D !important;
}
.related.products {
text-align: center;
margin-top: 75px;
}
.related.products .header-section-cat .arrows-slider-cat i {
color: #002B4D;
}
.related.products .header-section-cat .arrows-slider-cat i:hover {
color: #103A6D;
}
.related.products .header-section-cat .title-cat {
color: #103A6D !important;
}
.related.products .header-section-cat .title-cat:after {
background-color: #002B4D !important;
}
.twist-pgs .btn-prev, .twist-pgs .btn-next {
border-radius: 4px;
-webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
width: 40px;
height: 40px;
line-height: 42px;
font-size: 19px;
cursor: pointer;
opacity: 1 !important;
}
@media (max-width: 992px) {
.twist-pgs .btn-prev, .twist-pgs .btn-next {
width: 31px;
height: 31px;
line-height: 31px;
font-size: 15px;
opacity: 1 !important;
}
}
.twist-pgs .btn-prev:hover, .twist-pgs .btn-next:hover {
background-color: #103A6D;
color: #fff;
}
.twist-pgs .btn-next {
margin-right: 16px !important;
z-index: 1;
}
@media (max-width: 767px) {
.twist-pgs .btn-next {
margin-right: 5px !important;
}
}
.twist-pgs .btn-prev {
margin-left: 16px !important;
z-index: 1;
}
@media (max-width: 767px) {
.twist-pgs .btn-prev {
margin-left: 5px !important;
}
}
.vbox-container img {
margin: auto !important;
}
.vbox-title {
display: none !important;
}
.vbox-num {
display: none !important;
}
.vbox-close {
background-color: transparent !important;
font-size: 33px;
}
.twist-pgs .slick-slide {
cursor: pointer;
pointer-events: auto;
text-align: center;
}
.twist-pgs .slick-slide .venobox.vbox-item {
cursor: crosshair;
pointer-events: all;
}
.variations .label {
text-transform: uppercase;
font-family: "Roboto", sans-serif;
margin-bottom: 6px;
}
.variations .label label {
margin-bottom: 1px !important;
font-weight: 600;
}
.variations label[for="pa_cor"] {
display: none;
}
.variations .select.swatch-control .select-option.swatch-wrapper {
border: 0px !important;
border-bottom: 2px solid transparent !important;
padding: 0px !important;
padding-bottom: 7px !important;
margin: 0 10px 5px 0;
}
.variations .select.swatch-control .select-option.swatch-wrapper:hover {
border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
}
.variations .select.swatch-control .select-option.swatch-wrapper.selected {
border-bottom: 2px solid #002B4D !important;
}
.variations .select.swatch-control .select-option.swatch-wrapper a {
width: 50px !important;
height: 50px !important;
}
.variations .select.swatch-control .select-option.swatch-wrapper a img {
max-width: 50px;
height: 50px;
width: 50px;
}
.variations .tawcvs-swatches .swatch {
line-height: 26px;
margin-right: 5px;
background: transparent;
opacity: 1;
color: #002B4D;
font-family: "Roboto", sans-serif;
border-width: 2px;
border-color: transparent;
}
.variations .tawcvs-swatches .swatch:hover {
border-color: rgba(0, 0, 0, 0.2);
}
.variations .tawcvs-swatches .swatch.selected {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #002B4D !important;
opacity: 1;
}
.tm-extra-product-options .tm-cell {
margin: 0px !important;
}
.tm-extra-product-options .tm-epo-field-label {
display: block;
margin: 0;
position: relative;
float: none;
width: 100%;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
font-weight: normal;
font-family: "Roboto", sans-serif;
margin-bottom: 8px;
}
.tm-extra-product-options .tm-epo-field-label i {
color: #103A6D;
} .tm-extra-product-options input.use_images + img.radio_image {
border: 2px solid transparent;
padding: 0px !important;
border-radius: 0px !important;
}
.tm-extra-product-options input.use_images + img.radio_image:hover {
border-color: rgba(0, 0, 0, 0.2);
}
.tm-extra-product-options input.use_images:checked + img.radio_image, .tm-extra-product-options input.use_images:checked + .tc-lightbox-image-wrap img.radio_image, .tm-extra-product-options input.use_images:checked + .tmhexcolorimage.radio_image, .tm-extra-product-options input.use_images:checked + .tc-lightbox-wrap img.radio_image, .tm-extra-product-options input.use_images:checked + img.checkbox_image, .tm-extra-product-options input.use_images:checked + .tc-lightbox-image-wrap img.checkbox_image, .tm-extra-product-options input.use_images:checked + .tmhexcolorimage.checkbox_image, .tm-extra-product-options input.use_images:checked + .tc-lightbox-wrap img.checkbox_image {
border-color: #002B4D !important;
border-width: 2px !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.radio_image_label, .checkbox_image_label {
padding: 0.4em 0;
font-weight: normal !important;
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
padding: 0px !important;
}
h3.tm-epo-field-label.tm-section-label a.link-see-example {
float: right;
font-size: 13px;
text-transform: initial;
color: #B4B4B4;
font-weight: normal;
font-family: "Roboto", sans-serif;
text-decoration: underline;
}
h3.tm-epo-field-label.tm-section-label a.link-see-example:hover {
color: #103A6D;
}
.modal-content {
border-radius: 0px;
border: 0px;
}
.modal-content .close {
position: absolute;
top: -27px;
right: -17px;
background: transparent;
font-size: 27px;
color: #fff;
opacity: 1;
text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.modal-content .close:hover {
color: #103A6D !important;
}
@media (max-width: 600px) {
.modal-content .close {
top: -5px;
right: -3px;
border-radius: 50%;
width: 26px;
height: 26px;
background: #103A6D;
opacity: 0.9;
font-size: 17px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
color: #fff;
}
.modal-content .close span {
margin: auto;
}
}
.banner-cat {
height: 320px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.products-home {
margin-top: 100px;
}
.products-home .outer-tabs {
text-align: center;
margin-bottom: 30px;
}
.products-home .outer-tabs .nav-tabs-home {
display: inline-block;
border: 0px !important;
margin: 0px;
}
.products-home .outer-tabs .nav-tabs-home li {
display: inline-block;
padding-left: 16px;
padding-right: 16px;
}
.products-home .outer-tabs .nav-tabs-home li a {
border: 0px !important;
text-transform: uppercase;
color: #5cbb46;
border-bottom: 2px solid #5cbb46;
padding-left: 0px;
padding-right: 0px;
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 16px;
padding-top: 0px;
padding-bottom: 5px;
}
.products-home .outer-tabs .nav-tabs-home li a.active {
color: #103A6D;
border-bottom: 2px solid #103A6D !important;
}
.products-home .outer-tabs .nav-tabs-home li a:hover {
color: #5cbb46;
border-bottom: 2px solid #5cbb46 !important;
}
.products-home .content-section-cat ul.products {
margin: 0 25px !important;
}
.products-home .content-section-cat .arrows-home-slider {
border-radius: 4px;
-webkit-box-shadow: 0px 2px 6px rgba(0, 43, 77, 0.14);
box-shadow: 0px 2px 6px rgba(0, 43, 77, 0.14);
width: 40px;
height: 40px;
line-height: 42px;
font-size: 19px;
cursor: pointer;
text-align: center;
z-index: 2;
background: #fff;
}
.products-home .content-section-cat .arrows-home-slider:hover {
background-color: #103A6D;
color: #fff;
}
.products-home .content-section-cat .arrows-home-slider.arrows-home-slider-left {
position: absolute;
left: 0;
top: 50%;
margin-top: -65px;
}
.products-home .content-section-cat .arrows-home-slider.arrows-home-slider-right {
position: absolute;
right: 0;
top: 50%;
margin-top: -65px;
}
.outer-btn-see-all {
text-align: center;
margin-top: 0px;
}
.menu-item-object-product_cat:hover .superMenuCustom, .superAll:hover .superMenuCustom {
display: block;
color: #000;
}
.tc-extra-product-options {
display: none;
}
.tc-extra-product-options.tc-show, .tc-extra-product-options.tc-show-override {
display: block;
}
label.wcva_single_textblock {
text-transform: uppercase;
border-radius: 50% !important;
background: #fff !important;
border: 0px !important;
color: #002B4D;
font-weight: normal;
font-family: "Roboto", sans-serif;
font-weight: bold !important;
border: 2px solid transparent !important;
max-width: 32px;
max-height: 32px;
line-height: 28px;
padding: 0 9px;
}
label.wcva_single_textblock:hover {
border: 2px solid rgba(0, 0, 0, 0.2) !important;
}
label.selectedswatch.wcva_single_textblock.selectedswatch {
border: 2px solid #002B4D !important;
color: #002B4D;
font-weight: bold !important;
}
div.swatchinput {
padding-right: 3px;
}
label.wcvaswatchlabel.wcvasquare {
border: 0px !important;
margin: 0px !important;
outline: 0 !important;
position: relative;
}
label.wcvasquare {
position: relative;
}
label.wcvasquare:hover:after {
position: absolute;
content: ' ';
width: 100%;
height: 2px;
bottom: -7px;
background: rgba(0, 0, 0, 0.2);
}
label.selectedswatch.wcvasquare {
border: 0px !important;
margin: 0px !important;
outline: 0 !important;
}
label.selectedswatch.wcvasquare:after {
position: absolute;
content: ' ';
width: 100%;
height: 2px;
bottom: -7px;
background: #002B4D;
}
div.wcvaswatchinput.shopswatchinputwrap {
display: inline-block !important;
}
ul.products li div.wcvashopswatchlabel {
padding: 0px !important;
border: 0px !important;
outline: 0 !important;
position: relative !important;
}
ul.products li div.wcvashopswatchlabel.wcvasquare:hover {
padding: 0px !important;
border: 0px !important;
outline: 0 !important;
position: relative !important;
}
ul.products li div.wcvashopswatchlabel.wcvasquare:hover:after {
position: absolute;
content: ' ';
width: 100%;
height: 2px;
bottom: -7px;
background: #002B4D;
left: 0;
}
.custom-link-loop {
float: left;
width: 100%;
text-decoration: none !important;
padding: 0 15px;
}
.custom-link-loop .woocommerce-price-suffix {
display: none !important;
}
@media (max-width: 767px) {
.custom-link-loop {
padding: 0 2px;
}
}
body .woocommerce-error .button, body .woocommerce-info .button, body .woocommerce-message .button, body .woocommerce-noreviews .button, body p.no-comments .button {
color: #002B4D !important;
border-left-color: #002B4D !important;
text-transform: uppercase;
border: 0px;
text-decoration: none;
}
body .woocommerce-error .button:hover, body .woocommerce-info .button:hover, body .woocommerce-message .button:hover, body .woocommerce-noreviews .button:hover, body p.no-comments .button:hover {
color: #103A6D !important;
}
body .wc-proceed-to-checkout .button.checkout-button, body #payment .place-order .button {
font-size: 1.2em !important;
}
body .woocommerce-error a, body .woocommerce-info a, body .woocommerce-message a, body .woocommerce-noreviews a, body p.no-comments a {
color: #103A6D;
}
body .woocommerce-error a:hover, body .woocommerce-info a:hover, body .woocommerce-message a:hover, body .woocommerce-noreviews a:hover, body p.no-comments a:hover {
color: #103A6D;
}
body .woocommerce-MyAccount-navigation ul li a {
color: #002B4D !important;
}
.activeMenu {
display: block;
}
@media (max-width: 991px) {
#searchform {
top: 0px;
}
header.site-header {
padding: 0px;
}
.site-header .custom-logo-link, .site-header .site-logo-anchor, .site-header .site-logo-link {
margin-bottom: 0px !important;
}
ul.products li .box-product div.shopswatchinput {
display: none !important;
}
.navMobile ul li a {
text-align: left;
}
}
@media (max-width: 991px) and (max-width: 320px) {
.navMobile ul li a {
padding: 12px 25px 12px 0 !important;
}
}
@media (max-width: 991px) and (max-width: 320px) {
.navMobile ul li ul li a {
padding: 8px 20px !important;
}
}
@media (max-width: 991px) {
.rodapeMenus {
padding-bottom: 25px;
}
.rodapeMenus > .container > .row > div {
margin-bottom: 25px;
}
.rodapeMenus .col-social a {
float: left;
}
#content.site-content {
padding-top: 0px !important;
}
.slidebanner .owl-item .item-banner {
height: calc(100vh - 132px);
}
}
@media (max-width: 991px) and (max-width: 767px) {
.slidebanner .owl-item .item-banner {
height: calc(90vh - 96px);
}
}
@media (min-width: 768px) and (max-width: 991px) {
.novpromo a h2 {
font-size: 1.4em;
}
.novpromo span {
padding: 3px 14px;
font-size: 13px;
}
}
@media (max-width: 767px) {
.rodapeMenus {
padding-bottom: 15px;
}
.rodapeMenus > .container > .row > div {
margin-bottom: 25px;
}
.rodapeMenus .col-social a {
float: right;
}
.products-home .outer-tabs .nav-tabs-home li {
display: inline-block;
padding-left: 3px;
padding-right: 3px;
}
.products-home .outer-tabs .nav-tabs-home li a {
font-size: 13px;
}
.products-home .content-section-cat .arrows-home-slider {
width: 30px;
height: 30px;
line-height: 30px;
margin-top: -65px !important;
}
.btn {
font-size: 13px;
}
.novpromo span {
font-size: 13px;
}
.slidebanner .slider-content h2 {
font-size: 28px;
}
.slidebanner .slider-content p {
max-width: 50%;
font-size: 13px;
}
.slidebanner .owl-dots .owl-dot {
width: 12px;
height: 12px;
}
.archive.woocommerce h1 {
font-size: 18px;
}
.sidebar-parent-cat ul li a {
font-size: 13px;
}
.sidebar-parent-cat ul li a {
padding: 8px 20px;
}
.sidebar-archive {
margin-bottom: 30px;
}
.storefront-sorting .woocommerce-ordering {
display: none;
}
.woocommerce-result-count {
display: none;
}
.single-product div.product div.images {
width: 100%;
}
.single-product div.product div.summary {
width: 100%;
}
.woocommerce-tabs .panel {
margin-top: 0px !important;
}
h1.product_title.entry-title {
font-size: 20px;
}
.btn {
white-space: normal;
}
header.site-header #middle-header-menu .middle-header-menu-right ul li:last-child {
margin-right: 0px;
}
.novpromo .promocao {
width: 100% !important;
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
margin-bottom: 15px;
}
.novpromo {
margin-top: 0px;
}
.intro-home {
padding-bottom: 60px;
}
}
@media (max-width: 600px) {
.rodapeMenus .col-social a {
float: left;
}
}
#content.site-content {
padding-top: 64px;
} .tm-extra-product-options-totals.tm-custom-price-totals .tm-options-totals {
display: none;
}
.meters_area_input-div {
display: none !important;
}
.label-price {
font-size: 13px !important;
}
.tm-final-totals {
text-transform: uppercase;
}
.summary.entry-summary .label-price {
font-size: 15px !important;
}
.summary.entry-summary .woocommerce-Price-amount.amount {
font-weight: bold;
}
select.tmcp-field, select {
width: 100%;
height: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none !important;
border-radius: 0px !important;
background-image: url(//geribemestar.pt/wp-content/themes/geribemestar-child/assets/icons/bg_select.jpg);
border: 1px solid #dadada;
-webkit-box-shadow: none !important;
box-shadow: none !important;
padding: 6px 9px !important;
background-position: center right;
background-repeat: no-repeat;
height: 36px;
background-color: #fff !important;
line-height: 17px;
}
select.tmcp-field:focus, select:focus {
border-color: #103A6D;
background-color: transparent !important;
background-image: url(//geribemestar.pt/wp-content/themes/geribemestar-child/assets/icons/bg_select.jpg) !important;
}
select.tmcp-field:disabled, select:disabled {
cursor: not-allowed;
}
.tmhexcolorimage-li-nowh {
width: 14% !important;
margin-right: 12px !important;
}
.tmhexcolorimage-li-nowh label {
width: 100% !important;
}
.tmhexcolorimage-li-nowh span.tmhexcolorimage {
min-width: 100% !important;
min-height: 0 !important;
height: 0 !important;
padding-bottom: 98%; border: 2px solid transparent !important;
}
.tmhexcolorimage-li-nowh span.radio_image_label {
display: none !important;
}
.tm-extra-product-options .col-12, .tm-extra-product-options .tm-cell.col-12 {
margin-top: 10px !important;
}
.tm-extra-product-options input.use_images:checked + .tmhexcolorimage.radio_image {
border-color: #000 !important;
}
.tab-download-container .button_download a {
text-decoration: none !important;
}
#prices_table {
display: none !important;
}
form .quantity .screen-reader-text {
border: 0;
clip: inherit;
-webkit-clip-path: inherit;
clip-path: inherit;
height: auto;
margin: auto;
overflow: hidden;
padding: 0;
position: relative;
width: auto;
height: auto;
display: block;
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
margin-bottom: 4px;
}
.tmhexcolorimage-li-nowh {
width: 14% !important;
margin-right: 8px !important;
margin-bottom: 6px !important;
}
#tm-tooltip img + aside {
margin-top: 7px;
}
#tm-tooltip > img {
max-height: 200px;
}
#tm-tooltip p:last-of-type {
margin-bottom: 0px;
}
.tm-epo-required {
margin-right: 3px;
}
#top-header-menu {
text-align: center;
}
.headershipping-info {
display: inline-block;
margin: 0 auto;
color: #fff;
}
@media (max-width: 991px) {
.headershipping-info {
font-size: 12px !important;
}
.top-header-menu-left, .top-header-menu-right {
display: none !important;
}
}
a.woocommerce-review-link, .product_meta a {
color: #5cbb46 !important;
}
.woocommerce-breadcrumb .breadcrumb-separator {
color: #103A6D;
}
.characteristics-home {
padding: 0;
background: #fff;
}
@media (max-width: 767px) {
.characteristics-home .container-fluid {
padding: 0px;
}
}
.characteristics-home .row {
margin: 0px;
}
.characteristics-home .col-characteristics-home {
text-align: left;
position: relative;
padding: 0px;
}
.characteristics-home .col-characteristics-home a {
text-decoration: none;
display: block;
height: 100%;
}
.characteristics-home .col-characteristics-home h5 {
color: #103A6D;
}
.characteristics-home .col-characteristics-home:hover h6{
color: #5cbb46;
}
.characteristics-home .col-characteristics-home:hover h5 {
color: #5cbb46;
}
.characteristics-home .col-characteristics-home .inner-col-characteristics-home {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.characteristics-home .col-characteristics-home .inner-col-characteristics-home:hover {
cursor: default;
}
@media (max-width: 767px) {
.characteristics-home .col-characteristics-home .inner-col-characteristics-home {
border: 0;
}
}
@media (max-width: 767px) {
.characteristics-home .col-characteristics-home:first-of-type .inner-col-characteristics-home {
border: 0;
}
}
.characteristics-home .col-characteristics-home .left-col-characteristics-home {
display: inline-block;
margin-right: 3px;
}
.characteristics-home .col-characteristics-home .right-col-characteristics-home {
display: inline-block;
margin-left:6px;
}
.characteristics-home .col-characteristics-home .icon-characteristics-home {
display: block;
width: 50px;
height: 50px;
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.characteristics-home .col-characteristics-home .icon-characteristics-home img {
max-height: 45px;
margin: auto;
width: auto;
margin-right:6px;
}
.characteristics-home .col-characteristics-home h5 {
text-transform: uppercase;
font-size: 14px;
margin-bottom: 0px;
margin-bottom: 3px;
}
.characteristics-home .col-characteristics-home h6 {
text-transform: uppercase;
font-weight: 500 !important;
color: #155098;
font-size: 12px;
margin-bottom: 0px;
}
.characteristics-home .col-characteristics-home p {
max-width: 60%;
margin: auto;
}
.characteristics-home .col-characteristics-home p:last-of-type {
margin-bottom: 0px;
}
.default-modal .modal-header {
-webkit-box-pack: inherit;
-ms-flex-pack: inherit;
justify-content: inherit;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.default-modal .modal-header img {
max-height: 35px;
margin-right: 10px;
}
.default-modal .modal-content .close {
text-shadow: none;
}
.default-modal .modal-content .close:hover, .default-modal .modal-content .close:focus {
color: #5cbb46 !important;
opacity: 1;
}
.default-modal .modal-content .close:focus {
color: #fff !important;
}
.default-modal .modal-title {
font-size: 16px;
text-transform: uppercase;
padding-top: 3px;
}
.default-modal .modal-body {
padding: 1.5rem;
padding-top: 2.3rem;
}
.default-modal .modal-body ul {
margin-left: 19px;
}
.default-modal .modal-body ul li {
margin-bottom: 5px;
font-size: 13px;
}
.default-modal .modal-body ul li:last-of-type {
margin-bottom: 0px;
}
.default-modal .modal-body ul li > ul {
list-style: circle;
}
.default-modal .modal-body ul li > ul li {
margin-bottom: 3px;
}
.default-modal .modal-footer {
padding: 0;
display: block;
}
.default-modal .modal-footer h4 {
margin: 0px;
text-transform: uppercase;
font-size: 14px;
padding: 11px 1em;
background-color: #fff;
border-bottom: 1px solid #dee2e6;
text-align: center;
}
.default-modal .modal-footer .contacts-modal-footer {
margin: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 350px) {
.default-modal .modal-footer .contacts-modal-footer {
display: block;
}
}
.default-modal .modal-footer .contacts-modal-footer .phone-modal-footer {
width: 50%;
display: inline-block;
background-color: #5cbb46;
text-align: center;
}
@media (max-width: 350px) {
.default-modal .modal-footer .contacts-modal-footer .phone-modal-footer {
width: 100%;
}
}
.default-modal .modal-footer .contacts-modal-footer .phone-modal-footer:hover {
background-color: #103A6D;
}
.default-modal .modal-footer .contacts-modal-footer .phone-modal-footer a {
color: #fff;
display: block;
padding: 11px 1em;
text-decoration: none;
border-right: 1px solid #fff;
font-size: 13px;
}
@media (max-width: 350px) {
.default-modal .modal-footer .contacts-modal-footer .phone-modal-footer a {
border-right: 0px;
border-bottom: 1px solid #fff;
}
}
.default-modal .modal-footer .contacts-modal-footer .phone-modal-footer a i {
margin-right: 8px;
font-size: 12px;
}
@media (max-width: 767px) {
.default-modal .modal-footer .contacts-modal-footer .phone-modal-footer a i {
display: block;
margin: 0px;
}
}
.default-modal .modal-footer .contacts-modal-footer .email-modal-footer {
width: 50%;
display: inline-block;
background-color: #5cbb46;
text-align: center;
}
@media (max-width: 350px) {
.default-modal .modal-footer .contacts-modal-footer .email-modal-footer {
width: 100%;
}
}
.default-modal .modal-footer .contacts-modal-footer .email-modal-footer:hover {
background-color: #103A6D;
}
.default-modal .modal-footer .contacts-modal-footer .email-modal-footer a {
color: #fff;
display: block;
padding: 11px 1em;
text-decoration: none;
font-size: 13px;
}
@media (max-width: 767px) {
.default-modal .modal-footer .contacts-modal-footer .email-modal-footer a {
padding: 11px 0px;
}
}
.default-modal .modal-footer .contacts-modal-footer .email-modal-footer a i {
margin-right: 8px;
font-size: 13px;
}
@media (max-width: 767px) {
.default-modal .modal-footer .contacts-modal-footer .email-modal-footer a i {
display: block;
margin: 0px;
}
}
.brands {
background-color: #f7f7f7;
text-align: center;
padding-top: 75px;
padding-bottom: 75px;
text-transform: uppercase;
}
.brands h4 {
font-weight: 300 !important;
color: #103A6D;
}
.slidebrands .owl-items {
text-align: center;
}
.slidebrands .logo-brand {
height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.slidebrands img {
max-height: 75px;
max-width: 100px;
margin: auto;
width: auto !important;
}
.slidebrands .logo-brand {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.content-superMenuCustom .col-md-7 {
min-height: 350px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.woocommerce-variation-price {
font-size: 17px;
}
#select-embalagens .tm-quantity {
display: none !important;
}
#select-embalagens .tm-quantity.tm-right + .tm-field-display {
padding-right: 0px !important;
}
#qty-embalagens-caixas {
display: none;
}
#tm-epo-totals {
padding: 0px !important;
}
#tm-epo-totals.show-tm-epo-totals {
display: block !important;
}
.tm-extra-product-options-totals.tm-custom-price-totals {
margin-bottom: 14px;
margin-top: 0px;
}
.cpf-section {
margin-top: 0 !important;
}
.steps {
margin-bottom: 30px;
padding: 30px;
background: -webkit-gradient(linear, left top, right top, from(#E5F7FF), to(#B0E6FF));
background: linear-gradient(to Right, #E5F7FF, #B0E6FF);
}
.steps form {
margin-bottom: 0px;
}
.steps h4 {
margin-bottom: 7px;
}
.steps p {
margin-bottom: 18px;
}
.steps ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.steps ul li label {
display: none;
color: #103A6D;
margin-bottom: 5px;
font-weight: 500;
position: relative;
}
.steps ul li label input {
position: absolute;
left: 0;
top: 4px;
}
.steps ul li label span {
padding-left: 20px;
display: inline-block;
}
.steps ul.active-step > li > label {
cursor: pointer;
display: block;
}
@media (max-width: 767px) {
.steps {
padding: 20px;
}
}
.steps .footer-steps {
margin-top: 20px;
}
.steps .footer-steps a {
text-transform: uppercase;
color: #009FE3;
margin-top: 20px;
font-weight: bold;
font-size: 15px;
cursor: pointer;
text-decoration: none;
}
@media (max-width: 767px) {
.steps .footer-steps a {
font-size: 14px;
}
}
.steps .footer-steps a i {
font-size: 17px;
}
.steps .footer-steps a:hover {
color: #103A6D;
}
.steps .footer-steps a.previous-step {
display: none;
border-right: 1px solid #ddd;
padding-right: 10px;
margin-right: 10px;
}
.steps .footer-steps a.previous-step i {
margin-right: 6px;
}
.steps .footer-steps a.next-step i {
margin-left: 6px;
}
.home.post-type-archive-product .site-header {
margin-bottom: 0px !important;
}
.boxes-info-home {
margin-top: 75px;
margin-bottom: 75px;
}
.boxes-info-home a {
text-decoration: none !important;
}
.boxes-info-home .inner-box-info-home {
webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
}
.boxes-info-home .inner-box-info-home img {
border-radius: 0px;
}
.boxes-info-home .inner-box-info-home .content-box-info-home {
padding: 15px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.boxes-info-home .inner-box-info-home .content-box-info-home p {
color: #828D94;
}
.boxes-info-home .inner-box-info-home .content-box-info-home p:last-of-type {
margin-bottom: 0px;
}
.boxes-info-home .inner-box-info-home:hover .content-box-info-home {
background-color: #5cbb46;
}
.boxes-info-home .inner-box-info-home:hover .content-box-info-home h4 {
color: #fff;
}
.boxes-info-home .inner-box-info-home:hover .content-box-info-home p {
color: #fff;
}
.woocommerce-password-strength::after {
display: none !important;
}
.col-products-archive {
min-height: calc(100vh - 100px);
}
.col-products-archive .description-cat p {
margin-bottom: 7px;
}
.ywtm_content_tab h6 {
margin-bottom: 13px;
font-size: 15px;
}
@media (min-width: 1400px) {
.ywtm_content_tab iframe {
height: 450px;
}
}
#desconto_caixas {
display: none !important;
}
.hidden-link {
display: none;
}
.woocommerce-Tabs-panel--details_category ul {
margin: 0px;
list-style: none;
}
.woocommerce-Tabs-panel--details_category ul li {
padding-left: 1.3em;
}
.woocommerce-Tabs-panel--details_category ul li:before {
content: "\f058"; font-family: FontAwesome;
display: inline-block;
margin-left: -1.3em; width: 1.3em; color: #5cbb46;
}
.woocommerce-Tabs-panel--videos_category p {
font-size: 13px;
text-transform: uppercase;
font-weight: 400;
}
@media (max-width: 1700px) {
.woocommerce-Tabs-panel--videos_category iframe {
height: 400px !important;
}
}
@media (max-width: 1299px) {
.woocommerce-Tabs-panel--videos_category iframe {
height: 350px !important;
}
}
.lowercase {
text-transform: lowercase;
}
.absorption-label-title {
margin-bottom: 10px;
font-size: 14px;
text-transform: uppercase;
font-weight: 600 !important;
}
.absorption-label {
display: inline-block;
text-align: center;
border-radius: 5px;
padding: 10px;
margin-bottom: 30px;
background-color: #103A6D;
}
.absorption-label p {
color: #fff;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
margin-bottom: 2px;
line-height: 19px;
}
.lvl-absorption li {
display: inline-block;
padding-left: 1px !important;
padding-right: 1px !important;
}
.lvl-absorption li:before {
display: none !important;
}
.lvl-absorption li svg {
width: 11px;
height: 15.6px;
}
.lvl-absorption li.filled_drop svg .cls-1 {
fill: #fff;
}
.lvl-absorption li.filled_drop svg .cls-2 {
fill: #fff;
}
.lvl-absorption li.filled_drop svg .cls-3 {
stroke: #fff;
fill: #fff;
}
.lvl-absorption li.half_filled_drop svg .cls-1 {
fill: transparent;
}
.lvl-absorption li.half_filled_drop svg .cls-2 {
fill: #fff;
}
.lvl-absorption li.half_filled_drop svg .cls-3 {
stroke: #fff;
}
.lvl-absorption li.empty_drop svg .cls-1 {
fill: transparent;
}
.lvl-absorption li.empty_drop svg .cls-2 {
fill: transparent;
}
.lvl-absorption li.empty_drop svg .cls-3 {
stroke: #fff;
fill: transparent;
}
.entry-summary .absorption-label {
display: block;
text-align: left;
border-radius: 0px;
padding: 0px;
margin-bottom: 0px;
background-color: transparent !important;
}
.entry-summary .absorption-label p {
color: #103A6D;
}
.entry-summary .absorption-label .lvl-absorption {
margin: 0px;
padding: 0px;
}
.entry-summary .absorption-label .lvl-absorption li.filled_drop svg .cls-1 {
fill: #103A6D;
}
.entry-summary .absorption-label .lvl-absorption li.filled_drop svg .cls-2 {
fill: #103A6D;
}
.entry-summary .absorption-label .lvl-absorption li.filled_drop svg .cls-3 {
stroke: #fff;
fill: #103A6D;
}
.entry-summary .absorption-label .lvl-absorption li.half_filled_drop svg .cls-1 {
fill: transparent;
}
.entry-summary .absorption-label .lvl-absorption li.half_filled_drop svg .cls-2 {
fill: #103A6D;
}
.entry-summary .absorption-label .lvl-absorption li.half_filled_drop svg .cls-3 {
stroke: #103A6D;
}
.entry-summary .absorption-label .lvl-absorption li.empty_drop svg .cls-1 {
fill: transparent;
}
.entry-summary .absorption-label .lvl-absorption li.empty_drop svg .cls-2 {
fill: transparent;
}
.entry-summary .absorption-label .lvl-absorption li.empty_drop svg .cls-3 {
stroke: #103A6D;
fill: transparent;
}
.single-product div.product .outer-variations {
width: 50%;
float: left;
}
@media (max-width: 991px) {
.single-product div.product .outer-variations {
width: 100%;
display: block;
}
}
.single-product div.product .outer-variations select {
max-width: 100% !important;
}
.discounts-table-product {
width: 49%;
float: left;
padding-left: 15px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 991px) {
.discounts-table-product {
width: 100%;
display: block;
padding-left: 0px !important;
}
}
.discounts-table-product h5 {
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
margin-bottom: 7px;
}
.discounts-table-product table th {
font-weight: 400;
background-color: #f7f7f8;
}
.discounts-table-product table td, .discounts-table-product table th {
padding: 19px 1.41575em;
}
.single_variation_wrap {
clear: both;
}
@media (max-width: 991px) {
form.variations_form.cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
form.variations_form.cart .outer-variations {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
form.variations_form.cart .discounts-table-product {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
form.variations_form.cart .single_variation_wrap {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.single-product div.product h1.product_title {
font-size: 22px;
}
}
.um-gdpr-content strong {
display: block;
}
.um-notice a {
color: #fff !important;
text-decoration: underline !important;
}
.woocommerce-input-wrapper {
width: 100%;
}
body .form-row label,
body .um-field-label label {
width: 100%;
display: block;
font-size: 13px !important;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 3px !important;
}
body .um-field-label {
margin: 0px !important;
}
.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked + label:before {
color: #5cbb46 !important;
}
.woocommerce-terms-and-conditions-checkbox-text {
font-weight: normal !important;
text-transform: initial !important;
}
.woocommerce-MyAccount-content button[type="submit"] {
float: right;
}
.btns-account-checkout {
margin-top: 30px;
}
.btns-account-checkout .btn {
margin-right: 10px;
}
body[class*='um'] h1.entry-title {
text-align: center !important;
}
.price.amount.final small {
font-size: 65% !important;
}
.form-row {
margin-left: 0px;
margin-right: 0px;
}
#ship-to-different-address label, form.checkout h3 {
text-transform: uppercase;
font-weight: 600 !important;
font-size: 18px;
}
.btn-pdf {
margin-top: 30px;
background-color: #5cbb46;
color: #fff;
}
.btn-pdf i {
margin-right: 10px;
}
.btn-pdf:hover {
color: #fff;
background-color: #103A6D;
}
#discount_company {
display: none !important;
}
.searchIconMobile {
display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
body .site-main ul.products.columns-4 li.product {
width: 46.2%;
margin-right: 3.8%;
}
}
@media (max-width: 991px) {
home.main, #content.site-content {
margin-top: 70px;
}
}
@media (max-width: 991px) and (max-width: 767px) {
home.main, #content.site-content {
margin-top: 96px;
}
}
@media (max-width: 991px) {
.sidebar-archive {
display: none !important;
}
.searchIconMobile {
display: inline-block !important;
padding-right: 12px;
border-right: 1px solid #ddd;
}
.site-header {
position: fixed !important;
width: 100%;
-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}
}
form.checkout.woocommerce-checkout #customer_details .col-1, form.checkout.woocommerce-checkout #customer_details .col-2 {
padding: 0px;
}
.btNavMobile {
background: transparent !important;
border: 0px !important;
}
.btNavMobile:hover {
background: transparent !important;
border: 0px !important;
}
.btn-slider-mobile {
display: none;
}
@media (max-width: 767px) {
.btn-slider-mobile {
display: inline-block !important;
}
ul.products li.product img {
margin-bottom: 9px !important;
}
ul.products li.product, .site-main .related.products ul.products li.product {
position: relative;
width: 47.5%;
margin-right: 2%;
display: inline-block;
}
.related.products ul.products {
padding: 0;
}
.single-product div.product h1.product_title {
font-size: 20px;
}
.description-sizes {
margin-top: 50px;
}
.woocommerce-tabs ul.tabs.wc-tabs {
width: 100vw !important;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw !important;
margin-right: -50vw !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li {
width: 100%;
}
.woocommerce-tabs ul.tabs li.active {
background: #103A6D;
}
.woocommerce-tabs ul.tabs li.active a {
color: #fff !important;
}
.woocommerce-Tabs-panel--videos_category iframe {
height: 240px !important;
margin-bottom: 20px;
}
.col2-set#customer_login .col-1, .col2-set.addresses .col-1 {
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
.section-cat .header-section-cat {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.section-cat .header-section-cat h2 {
max-width: 55%;
font-size: 13px !important;
padding: 10px 12px !important;
width: 55%;
}
.section-cat .header-section-cat .arrows-slider-cat {
margin-top: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.section-cat .header-section-cat .arrows-slider-cat i {
font-size: 17px;
margin-left: 8px;
}
.section-cat .header-section-cat a.link-cat {
margin-top: 0;
font-size: 12px;
margin-right: 10px;
}
.col-contacts {
margin-top: 30px;
}
}
.search-results #content.site-content, .search-no-results #content.site-content {
margin-top: 86px;
}
@media (max-width: 991px) {
.search-results #content.site-content, .search-no-results #content.site-content {
margin-top: 86px;
padding-top: 50px !important;
}
} .venobox.vbox-item span {
max-width: 100% !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
header.site-header #bottom-header-menu .main-navigation > div > ul > li > a span {
max-width: 160px;
}
}
@media screen and (-ms-high-contrast: active) and (max-width: 1350px), (-ms-high-contrast: none) and (max-width: 1350px) {
header.site-header #bottom-header-menu .main-navigation > div > ul > li > a span {
max-width: 160px;
}
}
@media screen and (-ms-high-contrast: active) and (max-width: 1199px), (-ms-high-contrast: none) and (max-width: 1199px) {
header.site-header #bottom-header-menu .main-navigation > div > ul > li > a span {
max-width: 120px;
}
}
@media (min-width: 768px) {
.product-price, .product-quantity, .product-subtotal {
text-align: center !important;
}
}
#coupon_code {
padding: 9px 9px !important;
}
.cxecrt-component-modal-cover {
background: rgba(0, 0, 0, 0.6);
}
.cxecrt-component-modal-popup {
border-radius: 0px;
}
.cxecrt-slide-content {
padding: 0px;
}
.cxecrt-top-bar {
padding: 1rem 1rem;
font-size: 16px;
text-transform: uppercase;
color: #103A6D;
text-align: left;
line-height: initial;
letter-spacing: 0;
}
.cxecrt-form-description {
color: #002B4D;
}
.cxecrt-cart-form .cxecrt-row-field label {
width: 130px !important;
}
.cxecrt-cart-form .cxecrt-row-field input {
padding: 9px 2px 9px 140px !important;
}
.cxecrt-cart-form {
padding: 1rem 1rem;
padding-bottom: 0px;
}
.cxecrt-button, .woocommerce-page .cxecrt-button {
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
text-decoration: none !important;
color: #fff !important;
border: 1px solid #103A6D;
background: #103A6D;
border-radius: 0px;
-webkit-appearance: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.cxecrt-button:hover, .woocommerce-page .cxecrt-button:hover {
border-color: #5cbb46;
background: #5cbb46;
}
.cxecrt-component-slide .cxecrt-row:last-of-type {
padding-bottom: 0px !important;
}
.cxecrt-top-bar-back {
margin-right: 1px;
}
.cxecrt-icon-export {
color: #fff !important;
}
.cxecrt-button i:before, .woocommerce-page .cxecrt-button i:before {
color: #fff !important;
opacity: 1 !important;
}
.cxecrt-cart-page-button:hover {
background-color: #5cbb46 !important;
}
.cxecrt-sent-notification {
padding: 0px;
background: transparent;
border: 0px;
color: #5cbb46;
}
.cxecrt-button-holder {
margin-top: 0px;
}
.livro-reclamacoes-link {
margin-top: 25px;
display: inline-block;
}
.livro-reclamacoes-link img {
max-width: 127px;
}
.single-product .site-main {
margin-bottom: 0;
}
ul.products li.product img {
height: 180px;
width: auto;
object-fit:contain;
}
.wc-tabs li a:hover {
color: #5cbb46 !important;
}
.woocommerce-account #customer_login button {
background-color: #5cbb46;
border-color: #5cbb46;
}
.woocommerce-account #customer_login button:hover {
background-color: #103A6D;
}
.rodapeMenus .col-logo img {
width: 200px;
margin: 0 auto;
}
.featured_cats.products-home {
margin-bottom: 0;
}
.featured_cats.products-home .row .title_cat h2 {
color: #103A6D;
}
.featured_cats.products-home .btn-go-to-cat {
margin: 0 auto;
}
.single-product .product_title{
font-size:29px;
color:#0d447a;
}
.table_product_sizing{
margin:25px 0;
}
.table_product_sizing th, .table_product_sizing td{
vertical-align:middle;
}
.table_product_sizing th{
background-color:#f1f1f1;
}
.table_product_sizing table tbody tr:nth-child(2n) td{
background-color:#f7f7f7;
}
.wrapper_cat_slider{
height: 100%;
border:1px solid #103a6d;
margin-right: 30px;
border-radius: 4px;
padding: 15px;
position:relative;
}
.wrapper_cat_slider img{
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
height: 100%;
border-radius: 2px;
}
.wrapper_cat_slider h2{
position:relative;
z-index:2;
}
.wrapper_cat_slider h2 a{
font-size: 23px;
color: #fff;
font-weight: 800;
}
.wrapper_cat_slider h2 a:hover{
color:#fff;
}
.wrapper_cat_slider ul{
margin:0 0 0 5px;
padding:0;
list-style:none;
position:relative;
z-index:2;
}
.wrapper_cat_slider ul li{
margin:0 0 4px;
transition:0.3s;
display:flex;
}
.wrapper_cat_slider ul li:hover{
margin-left:4px;
}
.wrapper_cat_slider ul li a{
color: #fff;
font-weight: 600;
}
.wrapper_cat_slider ul li:hover a{
color: #5cbb46;
}
.wrapper_cat_slider ul li a i{
margin-right:3px;
}
.cat_row{
margin-bottom:75px;
}
.characteristics-home .container-fluid{
padding-left:0;
padding-right:0;
}
.characteristics-home{
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 15px 0;
background: #f6f6f6;
} .owl-slide-prod .owl-dots{
display:none !important;
}
.owl-slide-prod .owl-item{
margin-top:50px;
}
.product_side .arrows-home-slider.arrows-home-slider-left {
position: absolute;
left: 0;
top: 50%;
margin-top: -65px;
}
.product_side .arrows-home-slider.arrows-home-slider-right {
position: absolute;
right: 0;
top: 50%;
margin-top: -65px;
}
.product_side .arrows-home-slider {
border-radius: 4px;
-webkit-box-shadow: 0px 2px 6px rgba(0, 43, 77, 0.14);
box-shadow: 0px 2px 6px rgba(0, 43, 77, 0.14);
width: 40px;
height: 40px;
line-height: 42px;
font-size: 19px;
cursor: pointer;
text-align: center;
z-index: 2;
background: #fff;
}
.product_side .arrows-home-slider:hover {
background-color: #103A6D;
color: #fff;
}
.bed_building_radio-div ul li{
margin:10px 20px 10px 0 !important;
}
.single-product .tm-options-totals,.single-product  .tm-fee-totals{
display:none !important;
}
.related_title_single{
text-align:center;
}
.related_single_wrapper .products{
margin: 10px 0 25px;
}
.postid-8248 form .variations{
display:block !important;   
}
.related_single_wrapper{
margin:40px 0 0;
}
.postid-8248 .single_variation_wrap .single_variation .price{
display:none !important;
}
.main-navigation ul ul{
left: auto;
background: #fff;
width: 100%;
box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.1);
}
.main-navigation ul.menu ul{
border: 3px solid #0d4479;
border-top: none;
}
.main-navigation ul ul li{
text-align: center;
border-bottom: 2px solid #0d4479;
}
.main-navigation ul.menu ul li a{
width:auto;
padding: 10px 15px !important;
font-size: 14px !important;
transition:0.2s;
}
.main-navigation ul.menu ul li:hover>a{
background-color: #103a6d !important;
color: #fff !important;
}
header.site-header #bottom-header-menu .main-navigation > div li:last-of-type{
border-right:none;
}
.buttonMobile{
display:none !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71){
ul.products li.product, .site-main .related.products ul.products li.product{
width:47.4%;
}
}
.search_mobile{
margin-right:10px;
}
@media screen and (max-width:768px){
.slidebanner .slider-content .content-slider p{
font-size:16px;
}
.characteristics-home{
padding:15px 0 30px;
}
}
.single-product .woocommerce-product-details__short-description iframe{
width:50%;
height:250px;
}
.toggle-parent-cat-sub-child{
top:0 !important;
}
.sub-children-cats{
padding-bottom:0 !important;
}
li.sub-child-parent-cat{
border-bottom:none !important;
}
li.active-parent-cat-child .toggle-parent-cat-sub-child .open-parent-cat-child{
display:none;
}
.toggle-parent-cat-sub-child .close-parent-cat-child{
display:none;
}
.active-parent-cat-child .toggle-parent-cat-sub-child .close-parent-cat-child{
display:block;
}
.sidebar-parent-cat ul li.parent-cat ul.sub-children-cats{
padding-left:15px;
}
.sub-children-cats{
display:none;
}
.active-parent-cat-child .sub-children-cats{
display:block;
}
@media screen and (max-width:767px){
.slidebanner .slider-content .content-slider .img-products-slider{
display:block;
margin-top:30px;
max-width:260px;
}
}
.discounts-table-product{
display:none !important;
}
.storefront-sticky-add-to-cart, .storefront-product-pagination{
display:none !important;
}
.woocommerce-cart-form__cart-item .tc-epo-metadata dd small{
display:none !important;
}
.woocommerce-cart-form__cart-item .tc-epo-metadata dd .tc-av-price{
font-weight:900;
}
.woocommerce-checkout .wc_payment_method.payment_method_eupago_mbway a{
display:none;
}
.woocommerce-cart .product-quantity .quantity .screen-reader-text{
display:none;
}
.characteristics-home .col-characteristics-home:hover .right-col-characteristics-home{
cursor:pointer;
}
@media screen and (max-width:1024px){
.item-banner-resize{
background-size:contain !important;   
}
}
#modalNewsletterHome .modal-dialog{
max-width:50%;
}
#modalNewsletterHome .modal-body{
padding-top: 35px;
}
#modalNewsletterHome .newsletter-container{
padding: 0 2vw;
}
#modalNewsletterHome .modal-header{
padding:0;
}
#modalNewsletterHome .newsletter-container h4{
color: #103a6d;
margin: 0 0 5px;
font-size: 24px;
}
#modalNewsletterHome .newsletter-container h6{
margin-bottom: 25px;
font-weight: 400 !important;
color: #103a6d;
font-size: 16px !important;
}
#modalNewsletterHome .newsletter-container input{
background:#fff !important;
}
#modalNewsletterHome .yikes-easy-mc-submit-button{
width: 35%;
margin: 0 auto;
background:#103A6D;
border-color:#103A6D;
transition:0.2s ease;
}
#modalNewsletterHome .yikes-easy-mc-submit-button:hover{
background:#458c2c;
border-color:#458c2c;
}
.floating_contacts {
position: fixed;
bottom: 15px;
right: 15px;
z-index: 99999999999999;
}
.floating_contacts ul {
padding: 0;
margin: 0;
list-style: none;
}
.floating_contacts ul li {
margin-bottom: 10px;
}
.floating_contacts ul li a img {
width: 45px;
}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}body{-ms-word-wrap:break-word;word-wrap:break-word}body,button,input,textarea{color:#43454b;font-family:"Source Sans Pro",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;line-height:1.618;text-rendering:optimizeLegibility;font-weight:400}select{color:initial;font-family:"Source Sans Pro",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;max-width:100%}h1,h2,h3,h4,h5,h6{clear:both;font-weight:300;margin:0 0 .5407911001em;color:#131315}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:300}.alpha,h1{font-size:2.617924em;line-height:1.214;letter-spacing:-1px}.beta,h2{font-size:2em;line-height:1.214}.beta+h3,h2+h3{border-top:1px solid rgba(0,0,0,.05);padding-top:.5407911001em}.gamma,h3{font-size:1.618em}.delta,h4{font-size:1.41575em}.alpha,.beta,.delta,.gamma{display:block}blockquote+h2,blockquote+h3,blockquote+h4,blockquote+header h2,form+h2,form+h3,form+h4,form+header h2,ol+h2,ol+h3,ol+h4,ol+header h2,p+h2,p+h3,p+h4,p+header h2,table+h2,table+h3,table+h4,table+header h2,ul+h2,ul+h3,ul+h4,ul+header h2{margin-top:2.2906835em}hr{background-color:#ccc;border:0;height:1px;margin:0 0 1.41575em}p{margin:0 0 1.41575em}ol,ul{margin:0 0 1.41575em 3em;padding:0}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1em}dt{font-weight:600}dd{margin:0 0 1.618em}b,strong{font-weight:600}cite,dfn,em,i{font-style:italic}blockquote{padding:0 1em;border-left:3px solid rgba(0,0,0,.05);font-style:italic}address{margin:0 0 1.41575em}pre{background:rgba(0,0,0,.1);font-family:'Courier 10 Pitch',Courier,monospace;margin-bottom:1.618em;padding:1.618em;overflow:auto;max-width:100%}code,kbd,tt,var{font-family:Monaco,Consolas,'Andale Mono','DejaVu Sans Mono',monospace;background-color:rgba(0,0,0,.05);padding:.202em .5407911001em}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{text-decoration:none;font-weight:600;background:0 0}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.41575em;width:100%}img{height:auto;max-width:100%;display:block}a{color:#2c2d33;text-decoration:none}a:focus{outline:1px dotted #96588a}.storefront-cute *{font-family:'Comic Sans MS',sans-serif}*{box-sizing:border-box}body{background-color:#fff;overflow-x:hidden}.site{overflow-x:hidden}.header-widget-region,.site-content{-webkit-tap-highlight-color:transparent}.site-header{background-color:#2c2d33;padding-top:1.618em;padding-bottom:1.618em;color:#9aa0a7;background-position:center center;position:relative;z-index:999;border-bottom:1px solid transparent}.site-header .custom-logo-link,.site-header .site-logo-anchor,.site-header .site-logo-link{display:block;margin-bottom:0}.site-header .custom-logo-link img,.site-header .site-logo-anchor img,.site-header .site-logo-link img{max-width:210px}.site-header .widget{margin-bottom:0}.home.blog .site-header,.home.page:not(.page-template-template-homepage) .site-header,.home.post-type-archive-product .site-header{margin-bottom:4.235801032em}.no-wc-breadcrumb .site-header{margin-bottom:4.235801032em}.no-wc-breadcrumb.page-template-template-homepage .site-header{margin-bottom:0}.header-widget-region{position:relative;z-index:99}.site-branding{float:left;margin-bottom:0}.site-branding .site-title{font-size:2em;letter-spacing:-1px;margin:0}.site-branding .site-title a{font-weight:700}.site-branding .site-description{font-size:.875em;display:none}.site-branding .logo{margin:0}.site-main{margin-bottom:2.617924em}.site-content{outline:0}.page-template-template-homepage:not(.has-post-thumbnail) .site-main{padding-top:4.235801032em}.page-template-template-homepage .type-page{padding-top:2.617924em;padding-bottom:2.617924em;position:relative}.page-template-template-homepage .type-page .storefront-hero__button-edit{position:absolute;top:1em;right:1em;font-size:.875em}.page-template-template-homepage .entry-content{font-size:1.1em}.page-template-template-homepage .entry-content p:last-child{margin-bottom:0}.page-template-template-homepage .entry-header h1{font-size:3.706325903em;margin-bottom:.2360828548em}.page-template-template-homepage .entry-content,.page-template-template-homepage .entry-header{max-width:41.0994671405em;margin-left:auto;margin-right:auto;text-align:center}.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail{background-size:cover;background-position:center center;padding-top:6.8535260698em;padding-bottom:6.8535260698em}.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content,.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title{opacity:0;-webkit-transition:all,ease,.5s;transition:all,ease,.5s}.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content.loaded,.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title.loaded{opacity:1}.site-footer{background-color:#f3f3f3;color:#76787e;padding:1.618em 0 3.706325903em}.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6{color:#65676d}.site-footer a:not(.button){color:#2c2d33}.site-info{padding:2.617924em 0}.site-info span[role=separator]{padding:0 .2360828548em 0 .3342343017em}.site-info span[role=separator]::before{content:'\007c'}.alignleft{display:inline;float:left;margin-right:1em}.alignright{display:inline;float:right;margin-left:1em}.aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;display:block;font-weight:700;height:auto;left:0;line-height:normal;padding:1em 1.618em;text-decoration:none;top:0;width:auto;z-index:100000;outline:0}.clear::after,.clear::before,.comment-content::after,.comment-content::before,.entry-content::after,.entry-content::before,.site-content::after,.site-content::before,.site-footer::after,.site-footer::before,.site-header::after,.site-header::before{content:'';display:table}.clear::after,.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}table{border-spacing:0;width:100%;border-collapse:separate}table caption{padding:1em 0;font-weight:600}table td,table th{padding:1em 1.41575em;text-align:left;vertical-align:top}table td p:last-child,table th p:last-child{margin-bottom:0}table th{font-weight:600}table thead th{padding:1.41575em;vertical-align:middle}table tbody h2{font-size:1em;letter-spacing:normal;font-weight:400}table tbody h2 a{font-weight:400}.error404 .site-content .widget_product_search{padding:1.618em;background-color:rgba(0,0,0,.025)}.error404 .site-content .widget_product_search form{margin:0}.error404.left-sidebar .content-area,.error404.right-sidebar .content-area{width:100%}.error404 .fourohfour-columns-2{padding:2.617924em 0;border:1px solid rgba(0,0,0,.05);border-width:1px 0;margin-bottom:2.617924em}.error404 .fourohfour-columns-2::after,.error404 .fourohfour-columns-2::before{content:'';display:table}.error404 .fourohfour-columns-2::after{clear:both}.error404 .fourohfour-columns-2 .widget,.error404 .fourohfour-columns-2 ul.products li.product{margin-bottom:0}.error404 .fourohfour-columns-2 .col-1 ul.products{margin-bottom:2.2906835em}.error404 .fourohfour-columns-2 .col-1 ul.products li.product{width:45.4545454545%;float:left;margin-right:9.0909090909%}.error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child{margin-right:0}.error404 .fourohfour-columns-2 .col-2{padding:1.618em;background-color:rgba(0,0,0,.025)}#comments{padding-top:2.617924em}#comments .comments-title{border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:.5407911001em;margin-bottom:1.618em}#comments .comment-list{list-style:none;margin-left:0}#comments .comment-list .comment-body::after,#comments .comment-list .comment-body::before{content:'';display:table}#comments .comment-list .comment-body::after{clear:both}#comments .comment-list .comment-content{padding-bottom:1.618em;margin-bottom:1.618em}#comments .comment-list .comment-content .comment-text{padding:1.618em;border-radius:3px}#comments .comment-list .comment-content .comment-text p:last-child{margin-bottom:0}#comments .comment-list .comment-meta{margin-bottom:1em}#comments .comment-list .comment-meta .avatar{margin-bottom:1em;max-width:64px;height:auto}#comments .comment-list .comment-meta a.comment-date{font-size:.875em}#comments .comment-list .comment-meta cite{font-style:normal;clear:both;display:block}#comments .comment-list .reply{margin-bottom:1.618em;padding-top:.6180469716em}#comments .comment-list .reply::after,#comments .comment-list .reply::before{content:'';display:table}#comments .comment-list .reply::after{clear:both}#comments .comment-list .reply a{display:inline-block;margin-right:1em}#comments .comment-list .reply a:last-child{margin-right:0}#comments .comment-list .children{list-style:none}.comment-content a{word-wrap:break-word}#respond{clear:both;padding:1.618em;background-color:rgba(0,0,0,.0125);position:relative}#respond .comment-form-author input,#respond .comment-form-email input,#respond .comment-form-url input{width:100%}#respond .form-submit,#respond form{margin-bottom:0}#respond #cancel-comment-reply-link{position:absolute;top:.5407911001em;right:.5407911001em;display:block;height:1em;width:1em;overflow:hidden;line-height:1;font-size:1.41575em;text-align:center;-webkit-transition:ease,.3s,-webkit-transform;transition:ease,.3s,-webkit-transform;transition:transform,ease,.3s;transition:transform,ease,.3s,-webkit-transform}#respond #cancel-comment-reply-link:hover{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.hentry{margin:0 0 4.235801032em}.hentry .wp-post-image{margin-bottom:1.618em;margin-left:auto;margin-right:auto}.hentry .entry-header{margin-bottom:1em;border-bottom:1px solid rgba(0,0,0,.05)}.hentry .entry-header .byline,.hentry .entry-header .post-author,.hentry .entry-header .post-comments,.hentry .entry-header .posted-on{font-size:.875em}.hentry .entry-header .byline a,.hentry .entry-header .post-author a,.hentry .entry-header .post-comments a,.hentry .entry-header .posted-on a{font-weight:600;text-decoration:underline}.hentry .entry-header .byline a:hover,.hentry .entry-header .post-author a:hover,.hentry .entry-header .post-comments a:hover,.hentry .entry-header .posted-on a:hover{text-decoration:none}.hentry .entry-taxonomy{margin:1.41575em 0 0;padding-top:1em;border-top:1px solid rgba(0,0,0,.05)}.hentry.type-page .entry-header{border-bottom:0;margin-bottom:0}.cat-links,.tags-links{font-size:.875em}.cat-links a,.tags-links a{color:#727272;font-weight:600;text-decoration:underline}.byline,.updated:not(.published){display:none}.group-blog .byline,.single .byline{display:inline}.page-links{clear:both;margin:0 0 1em}form{margin-bottom:1.618em}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}.added_to_cart,.button,button,input[type=button],input[type=reset],input[type=submit]{border:0;background:0 0;background-color:#43454b;border-color:#43454b;color:#fff;cursor:pointer;padding:.6180469716em 1.41575em;text-decoration:none;font-weight:600;text-shadow:none;display:inline-block;outline:0;-webkit-appearance:none;border-radius:0}.added_to_cart.alt,.added_to_cart.cta,.button.alt,.button.cta,button.alt,button.cta,input[type=button].alt,input[type=button].cta,input[type=reset].alt,input[type=reset].cta,input[type=submit].alt,input[type=submit].cta{background-color:#2c2d33;border-color:#2c2d33}.added_to_cart.alt:hover,.added_to_cart.cta:hover,.button.alt:hover,.button.cta:hover,button.alt:hover,button.cta:hover,input[type=button].alt:hover,input[type=button].cta:hover,input[type=reset].alt:hover,input[type=reset].cta:hover,input[type=submit].alt:hover,input[type=submit].cta:hover{background-color:#2c2d33}.added_to_cart:hover,.button:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{color:#fff}.added_to_cart:focus,.button:focus,button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{outline:1px dotted #96588a}.added_to_cart.loading,.button.loading,button.loading,input[type=button].loading,input[type=reset].loading,input[type=submit].loading{opacity:.5}.added_to_cart.small,.button.small,button.small,input[type=button].small,input[type=reset].small,input[type=submit].small{padding:.5407911001em .875em;font-size:.875em}.added_to_cart.disabled,.added_to_cart:disabled,.button.disabled,.button:disabled,button.disabled,button:disabled,input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled{opacity:.5!important;cursor:not-allowed}.added_to_cart.disabled:hover,.added_to_cart:disabled:hover,.button.disabled:hover,.button:disabled:hover,button.disabled:hover,button:disabled:hover,input[type=button].disabled:hover,input[type=button]:disabled:hover,input[type=reset].disabled:hover,input[type=reset]:disabled:hover,input[type=submit].disabled:hover,input[type=submit]:disabled:hover{opacity:.5!important}input[type=checkbox],input[type=radio]{padding:0}input[type=checkbox]+label,input[type=radio]+label{margin:0 0 0 .3819820591em}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=search]{box-sizing:border-box}input[type=search]::-webkit-input-placeholder{color:#616161}input[type=search]::-moz-placeholder{color:#616161}input[type=search]:-ms-input-placeholder{color:#616161}input[type=search]::placeholder{color:#616161}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}.input-text,input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{padding:.6180469716em;background-color:#f2f2f2;color:#43454b;outline:0;border:0;-webkit-appearance:none;box-sizing:border-box;font-weight:400;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}.input-text:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{background-color:#e6e5e5;color:#2b2c30}textarea{overflow:auto;padding-left:.875em;vertical-align:top;width:100%}label{font-weight:400}label.inline input{width:auto}fieldset{padding:1.618em;padding-top:1em;border:0;margin:0;margin-bottom:1.618em;margin-top:1.618em}fieldset legend{font-weight:600;padding:.6180469716em 1em;margin-left:-1em}[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}img{border-radius:3px}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0;display:inline-block;border-radius:0}.wp-caption{margin-bottom:1em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto}.wp-caption .wp-caption-text{text-align:left;font-style:italic;border-bottom:2px solid rgba(0,0,0,.05);padding:1em 0}.gallery{margin-bottom:1em}.gallery::after,.gallery::before{content:'';display:table}.gallery::after{clear:both}.gallery .gallery-item{float:left}.gallery .gallery-item .gallery-icon a{display:block}.gallery .gallery-item .gallery-icon img{border:none;height:auto;margin:0 auto}.gallery .gallery-item .gallery-caption{margin:0;text-align:center}.gallery.gallery-columns-1 .gallery-item{width:100%}.gallery.gallery-columns-2 .gallery-item{width:50%}.gallery.gallery-columns-3 .gallery-item{width:33.3%}.gallery.gallery-columns-4 .gallery-item{width:25%}.gallery.gallery-columns-5 .gallery-item{width:20%}.gallery.gallery-columns-6 .gallery-item{width:16.666666667%}.gallery.gallery-columns-7 .gallery-item{width:14.285714286%}.gallery.gallery-columns-8 .gallery-item{width:12.5%}.gallery.gallery-columns-9 .gallery-item{width:11.111111111%}embed,iframe,object,video{max-width:100%}.secondary-navigation{display:none}button.menu-toggle{cursor:pointer;text-align:left;float:right;position:relative;border:2px solid transparent;box-shadow:none;border-radius:2px;background-image:none;padding:.6180469716em .875em .6180469716em 2.617924em;font-size:.875em}button.menu-toggle:hover{background-image:none}button.menu-toggle span::before{-webkit-transition:all,ease,.2s;transition:all,ease,.2s}button.menu-toggle span::before,button.menu-toggle::after,button.menu-toggle::before{content:'';display:block;height:2px;width:14px;position:absolute;top:50%;left:1em;margin-top:-1px;-webkit-transition:all,ease,.2s;transition:all,ease,.2s;border-radius:3px}button.menu-toggle::before{-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px)}button.menu-toggle::after{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}.toggled button.menu-toggle::after,.toggled button.menu-toggle::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.toggled button.menu-toggle::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.toggled button.menu-toggle span::before{opacity:0}.primary-navigation{display:none}.main-navigation::after,.main-navigation::before{content:'';display:table}.main-navigation::after{clear:both}.main-navigation div.menu{display:none}.main-navigation div.menu:last-child{display:block}.main-navigation .menu{clear:both}.handheld-navigation,.main-navigation div.menu>ul:not(.nav-menu),.nav-menu{overflow:hidden;max-height:0;-webkit-transition:all,ease,.8s;transition:all,ease,.8s}.handheld-navigation{clear:both}.handheld-navigation ul{margin:0}.handheld-navigation ul.menu li{position:relative}.handheld-navigation ul.menu li button::after{-webkit-transition:all,ease,.9s;transition:all,ease,.9s}.handheld-navigation ul.menu li button.toggled-on::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.handheld-navigation ul.menu .sub-menu{visibility:hidden;opacity:0;max-height:0;-webkit-transition:all,ease,.9s;transition:all,ease,.9s}.handheld-navigation ul.menu .sub-menu.toggled-on{visibility:visible;max-height:9999px;opacity:1}.handheld-navigation .dropdown-toggle{background:0 0;position:absolute;top:0;right:0;display:block}.main-navigation.toggled .handheld-navigation,.main-navigation.toggled .menu>ul:not(.nav-menu),.main-navigation.toggled ul[aria-expanded=true]{max-height:9999px}.main-navigation ul{margin-left:0;list-style:none;margin-bottom:0}.main-navigation ul ul{display:block;margin-left:1.41575em}.main-navigation ul li a{padding:.875em 0;display:block}.main-navigation ul li a:hover{color:#e6e6e6}.site-main nav.navigation{clear:both;padding:2.617924em 0}.site-main nav.navigation::after,.site-main nav.navigation::before{content:'';display:table}.site-main nav.navigation::after{clear:both}.site-main nav.navigation .nav-next a,.site-main nav.navigation .nav-previous a{display:inline-block}.site-main nav.navigation .nav-previous{float:left;width:50%}.site-main nav.navigation .nav-next{float:right;text-align:right;width:50%}.pagination,.woocommerce-pagination{padding:1em 0;border:1px solid rgba(0,0,0,.05);border-width:1px 0;text-align:center;clear:both}.pagination ul.page-numbers::after,.pagination ul.page-numbers::before,.woocommerce-pagination ul.page-numbers::after,.woocommerce-pagination ul.page-numbers::before{content:'';display:table}.pagination ul.page-numbers::after,.woocommerce-pagination ul.page-numbers::after{clear:both}.pagination .page-numbers,.woocommerce-pagination .page-numbers{list-style:none;margin:0}.pagination .page-numbers li,.woocommerce-pagination .page-numbers li{display:inline-block}.pagination .page-numbers li .page-numbers,.woocommerce-pagination .page-numbers li .page-numbers{border-left-width:0;display:inline-block;padding:.3342343017em .875em;background-color:rgba(0,0,0,.025);color:#43454b}.pagination .page-numbers li .page-numbers.current,.woocommerce-pagination .page-numbers li .page-numbers.current{background-color:#2c2d33;border-color:#2c2d33}.pagination .page-numbers li .page-numbers.dots,.woocommerce-pagination .page-numbers li .page-numbers.dots{background-color:transparent}.pagination .page-numbers li .page-numbers.next,.pagination .page-numbers li .page-numbers.prev,.woocommerce-pagination .page-numbers li .page-numbers.next,.woocommerce-pagination .page-numbers li .page-numbers.prev{padding-left:1em;padding-right:1em}.pagination .page-numbers li a.page-numbers:hover,.woocommerce-pagination .page-numbers li a.page-numbers:hover{background-color:rgba(0,0,0,.05)}.rtl .pagination a.next,.rtl .pagination a.prev,.rtl .woocommerce-pagination a.next,.rtl .woocommerce-pagination a.prev{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.widget{margin:0 0 3.706325903em}.widget select{max-width:100%}.widget .widget-search .search-submit{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.widget .widget-title,.widget .widgettitle{font-size:1.41575em;letter-spacing:0;border-bottom:1px solid rgba(0,0,0,.05);padding:0 0 1em;margin-bottom:1em;font-weight:300}.widget ul{margin-left:0;list-style:none}.widget ul ul{margin-left:1.618em}.widget-area .widget{font-weight:400}.widget-area .widget a.button{font-weight:600!important}.header-widget-region::after,.header-widget-region::before{content:'';display:table}.header-widget-region::after{clear:both}.header-widget-region .widget{margin:0;padding:1em 0;font-size:.875em}.widget_product_search form,.widget_search form{position:relative}.widget_product_search form input[type=search],.widget_product_search form input[type=text],.widget_search form input[type=search],.widget_search form input[type=text]{width:100%}.widget_product_search form button[type=submit],.widget_product_search form input[type=submit],.widget_search form button[type=submit],.widget_search form input[type=submit]{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important;top:0;left:0}.widget_archive ul,.widget_categories ul,.widget_layered_nav ul,.widget_layered_nav_filters ul,.widget_links ul,.widget_nav_menu ul,.widget_pages ul,.widget_product_categories ul,.widget_recent_comments ul,.widget_recent_entries ul{margin:0}.widget_archive ul li,.widget_categories ul li,.widget_layered_nav ul li,.widget_layered_nav_filters ul li,.widget_links ul li,.widget_nav_menu ul li,.widget_pages ul li,.widget_product_categories ul li,.widget_recent_comments ul li,.widget_recent_entries ul li{list-style:none;margin-bottom:1em;line-height:1.41575em}.widget_archive ul .children,.widget_categories ul .children,.widget_layered_nav ul .children,.widget_layered_nav_filters ul .children,.widget_links ul .children,.widget_nav_menu ul .children,.widget_pages ul .children,.widget_product_categories ul .children,.widget_recent_comments ul .children,.widget_recent_entries ul .children{margin-top:.6180469716em;margin-left:1.618em}.widget_archive ul .children,.widget_categories ul .children,.widget_layered_nav ul .children,.widget_layered_nav_filters ul .children,.widget_links ul .children,.widget_nav_menu ul .children,.widget_pages ul .children,.widget_product_categories ul .children,.widget_recent_comments ul .children,.widget_recent_entries ul .children{margin-left:0;margin-top:1em}.footer-widgets #wp-calendar td,.footer-widgets #wp-calendar th,.widget-area #wp-calendar td,.widget-area #wp-calendar th{padding:.236em;text-align:center}.widget_pages ul ul.children,.widget_recent_entries ul ul.children{margin:.6180469716em 0 0 1.41575em}.widget_rating_filter .wc-layered-nav-rating{margin-bottom:.6180469716em}.widget_rating_filter .wc-layered-nav-rating a{text-decoration:none!important}.widget_rating_filter .wc-layered-nav-rating .star-rating{display:inline-block;height:1em;line-height:1}.widget-area .widget{font-size:.875em}.widget-area .widget h1.widget-title{font-size:1.41575em}.widget-area .widget a:not(.button){font-weight:600;text-decoration:underline}.widget-area .widget a:not(.button):hover{text-decoration:none}@media (min-width:768px){table.shop_table_responsive tbody tr td,table.shop_table_responsive tbody tr th{text-align:left}.site-header{padding-top:2.617924em;padding-bottom:0}.site-header .site-branding{display:block;width:100%;float:left;margin-left:0;margin-right:0;clear:both}.site-header .site-branding img{height:auto;max-width:230px;max-height:none}.woocommerce-active .site-header .site-branding{width:73.9130434783%;float:left;margin-right:4.347826087%}.woocommerce-active .site-header .site-search{width:21.7391304348%;float:right;margin-right:0;clear:none}.woocommerce-active .site-header .main-navigation{width:73.9130434783%;float:left;margin-right:4.347826087%;clear:both}.woocommerce-active .site-header .site-header-cart{width:21.7391304348%;float:right;margin-right:0;margin-bottom:0}.storefront-secondary-navigation .site-header .site-branding{width:39.1304347826%;float:left;margin-right:4.347826087%}.storefront-secondary-navigation .site-header .secondary-navigation{width:56.5217391304%;float:right;margin-right:0}.storefront-secondary-navigation.woocommerce-active .site-header .site-branding{width:21.7391304348%;float:left;margin-right:4.347826087%}.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation{width:47.8260869565%;float:left;margin-right:4.347826087%}.site-branding .site-description{margin-bottom:0;display:block}.custom-logo-link,.site-branding,.site-header-cart,.site-logo-anchor,.site-logo-link,.site-search{margin-bottom:1.41575em}.site-header .subscribe-and-connect-connect{float:right;margin-bottom:1em}.site-header .subscribe-and-connect-connect .icons{list-style:none;margin:0}.site-header .subscribe-and-connect-connect .icons a{font-size:1em!important}.site-header .subscribe-and-connect-connect .icons li{margin:0 0 0 .5407911001em!important;display:inline-block}.col-full{max-width:66.4989378333em;margin-left:auto;margin-right:auto;padding:0 2.617924em;box-sizing:content-box}.col-full::after,.col-full::before{content:'';display:table}.col-full::after{clear:both}.col-full:after{content:" ";display:block;clear:both}.site-content::after,.site-content::before{content:'';display:table}.site-content::after{clear:both}.content-area{width:73.9130434783%;float:left;margin-right:4.347826087%}.widget-area{width:21.7391304348%;float:right;margin-right:0}.right-sidebar .content-area{width:73.9130434783%;float:left;margin-right:4.347826087%}.right-sidebar .widget-area{width:21.7391304348%;float:right;margin-right:0}.left-sidebar .content-area{width:73.9130434783%;float:right;margin-right:0}.left-sidebar .widget-area{width:21.7391304348%;float:left;margin-right:4.347826087%}.storefront-full-width-content .content-area{width:100%;float:left;margin-left:0;margin-right:0}.content-area,.widget-area{margin-bottom:2.617924em}.page-template-template-fullwidth-php .content-area,.page-template-template-homepage-php .content-area{width:100%;float:left;margin-left:0;margin-right:0}.footer-widgets{padding-top:4.235801032em;border-bottom:1px solid rgba(0,0,0,.05)}.footer-widgets::after,.footer-widgets::before{content:'';display:table}.footer-widgets::after{clear:both}.footer-widgets.col-2 .block{width:47.8260869565%;float:left;margin-right:4.347826087%}.footer-widgets.col-2 .block.footer-widget-2{float:right;margin-right:0}.footer-widgets.col-3 .block{width:30.4347826087%;float:left;margin-right:4.347826087%}.footer-widgets.col-3 .block.footer-widget-3{float:right;margin-right:0}.footer-widgets.col-4 .block{width:21.7391304348%;float:left;margin-right:4.347826087%}.footer-widgets.col-4 .block.footer-widget-4{float:right;margin-right:0}.comment-list::after,.comment-list::before{content:'';display:table}.comment-list::after{clear:both}.comment-list .comment{clear:both}.comment-list .comment-meta{width:17.6470588235%;float:left;margin-right:5.8823529412%;text-align:right}.comment-list .comment-meta .avatar{float:right}.comment-list .comment-content{padding-bottom:3.706325903em;margin-bottom:3.706325903em}.comment-list #respond,.comment-list .comment-content{width:76.4705882353%;float:right;margin-right:0}.comment-list #respond{float:right}.comment-list #respond .comment-form-author,.comment-list #respond .comment-form-email,.comment-list #respond .comment-form-url{width:100%;margin-right:0}.comment-list .comment-body #respond{box-shadow:0 6px 2em rgba(0,0,0,.2);margin-bottom:2.617924em;margin-top:-1.618em}.comment-list .reply{clear:both;text-align:right}.comment-list ol.children{width:88.2352941176%;float:right;margin-right:0;list-style:none}.comment-list ol.children .comment-meta{width:20%;float:left;margin-right:6.6666666667%}.comment-list ol.children #respond,.comment-list ol.children .comment-content{width:73.3333333333%;float:right;margin-right:0}.comment-list ol.children ol.children{width:86.6666666667%;float:right;margin-right:0}.comment-list ol.children ol.children .comment-meta{width:23.0769230769%;float:left;margin-right:7.6923076923%}.comment-list ol.children ol.children #respond,.comment-list ol.children ol.children .comment-content{width:69.2307692308%;float:right;margin-right:0}.comment-list ol.children ol.children ol.children{width:84.6153846154%;float:right;margin-right:0}.comment-list ol.children ol.children ol.children .comment-meta{width:27.2727272727%;float:left;margin-right:9.0909090909%}.comment-list ol.children ol.children ol.children #respond,.comment-list ol.children ol.children ol.children .comment-content{width:63.6363636364%;float:right;margin-right:0}.comment-list ol.children ol.children ol.children ol.children{width:81.8181818182%;float:right;margin-right:0}.comment-list ol.children ol.children ol.children ol.children .comment-meta{width:33.3333333333%;float:left;margin-right:11.1111111111%}.comment-list ol.children ol.children ol.children ol.children #respond,.comment-list ol.children ol.children ol.children ol.children .comment-content{width:55.5555555556%;float:right;margin-right:0}#respond{padding:2.617924em}#respond .comment-form-author,#respond .comment-form-email,#respond .comment-form-url{width:29.4117647059%;float:left;margin-right:5.8823529412%}#respond .comment-form-url{float:right;margin-right:0}#respond .comment-form-comment{clear:both}.hentry .entry-header{margin-bottom:2.617924em}.handheld-navigation,.main-navigation.toggled .handheld-navigation,.main-navigation.toggled div.menu,.menu-toggle{display:none}.primary-navigation{display:block}.main-navigation,.secondary-navigation{clear:both;display:block;width:100%}.main-navigation ul,.secondary-navigation ul{list-style:none;margin:0;padding-left:0;display:block}.main-navigation ul li,.secondary-navigation ul li{position:relative;display:inline-block;text-align:left}.main-navigation ul li a,.secondary-navigation ul li a{display:block}.main-navigation ul li a::before,.secondary-navigation ul li a::before{display:none}.main-navigation ul li.focus>ul,.main-navigation ul li:hover>ul,.secondary-navigation ul li.focus>ul,.secondary-navigation ul li:hover>ul{left:0;display:block}.main-navigation ul li.focus>ul li>ul,.main-navigation ul li:hover>ul li>ul,.secondary-navigation ul li.focus>ul li>ul,.secondary-navigation ul li:hover>ul li>ul{left:-9999px}.main-navigation ul li.focus>ul li>ul.sub-menu--is-touch-device,.main-navigation ul li:hover>ul li>ul.sub-menu--is-touch-device,.secondary-navigation ul li.focus>ul li>ul.sub-menu--is-touch-device,.secondary-navigation ul li:hover>ul li>ul.sub-menu--is-touch-device{display:none;left:0}.main-navigation ul li.focus>ul li.focus>ul,.main-navigation ul li.focus>ul li:hover>ul,.main-navigation ul li:hover>ul li.focus>ul,.main-navigation ul li:hover>ul li:hover>ul,.secondary-navigation ul li.focus>ul li.focus>ul,.secondary-navigation ul li.focus>ul li:hover>ul,.secondary-navigation ul li:hover>ul li.focus>ul,.secondary-navigation ul li:hover>ul li:hover>ul{left:100%;top:0;display:block}.main-navigation ul ul,.secondary-navigation ul ul{float:left;position:absolute;top:100%;z-index:99999;left:-9999px}.main-navigation ul ul.sub-menu--is-touch-device,.secondary-navigation ul ul.sub-menu--is-touch-device{display:none;left:0}.main-navigation ul ul li,.secondary-navigation ul ul li{display:block}.main-navigation ul ul li a,.secondary-navigation ul ul li a{width:200px}ul.menu li.current-menu-item>a{color:#43454b}.storefront-primary-navigation{clear:both}.storefront-primary-navigation::after,.storefront-primary-navigation::before{content:'';display:table}.storefront-primary-navigation::after{clear:both}.main-navigation div.menu{display:block}.main-navigation ul.menu,.main-navigation ul.nav-menu{max-height:none;overflow:visible;margin-left:-1em}.main-navigation ul.menu>li>a,.main-navigation ul.nav-menu>li>a{padding:1.618em 1em}.main-navigation ul.menu>li.menu-item-has-children:hover::after,.main-navigation ul.menu>li.page_item_has_children:hover::after,.main-navigation ul.nav-menu>li.menu-item-has-children:hover::after,.main-navigation ul.nav-menu>li.page_item_has_children:hover::after{display:block}.main-navigation ul.menu ul,.main-navigation ul.nav-menu ul{margin-left:0}.main-navigation ul.menu ul li a,.main-navigation ul.nav-menu ul li a{padding:.875em 1.41575em;font-weight:400;font-size:.875em}.main-navigation ul.menu ul li:last-child,.main-navigation ul.nav-menu ul li:last-child{border-bottom:0}.main-navigation ul.menu ul ul,.main-navigation ul.nav-menu ul ul{margin-left:0;box-shadow:none}.main-navigation ul.menu ul a:hover,.main-navigation ul.menu ul li.focus,.main-navigation ul.menu ul li:hover>a,.main-navigation ul.nav-menu ul a:hover,.main-navigation ul.nav-menu ul li.focus,.main-navigation ul.nav-menu ul li:hover>a{background-color:rgba(0,0,0,.025)}.main-navigation a{padding:0 1em 2.2906835em}.secondary-navigation{margin:0 0 1.618em;width:auto;clear:none;line-height:1}.secondary-navigation .menu{font-size:.875em;width:auto;float:right}.secondary-navigation .menu>li:hover>a{text-decoration:none}.secondary-navigation .menu ul a{padding:.326em .875em;background:rgba(0,0,0,.05)}.secondary-navigation .menu ul li:first-child a{padding-top:1em}.secondary-navigation .menu ul li:last-child a{padding-bottom:1em}.secondary-navigation .menu ul ul{margin-top:-.6180469716em}.secondary-navigation .menu a{padding:1em .875em;color:#737781;font-weight:400}.secondary-navigation .menu a:hover{text-decoration:none}.error404 .fourohfour-columns-2 .col-1{width:47.8260869565%;float:left;margin-right:4.347826087%}.error404 .fourohfour-columns-2 .col-1 ul.products{margin-bottom:0}.error404 .fourohfour-columns-2 .col-2{width:47.8260869565%;float:right;margin-right:0}}@media (max-width:66.4989378333em){.col-full{margin-left:2.617924em;margin-right:2.617924em;padding:0}}@media (max-width:568px){.col-full{margin-left:1.41575em;margin-right:1.41575em;padding:0}}