@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";


.ssif-body .sdbr_collapsible_is_mobile {
margin: 40px 0px;
padding: 0px;
}
.ssif-body .sdbr_collapsible_is_mobile:not(.sdbr_collapsible_openned) ~ .content {
margin-top: 0px;
padding-top: 0px;
}
.ssif-body .sdbr_collapsible_is_mobile .widget:last-of-type {
margin-bottom: 0px;
padding-bottom: 0px;
}
.ssif-body .sdbr_collapsible_is_mobile .sidebar_title {
position: relative;
display: block;
cursor: pointer;
margin: 0px;
margin-bottom: 10px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.ssif-body .sdbr_collapsible_is_mobile .sidebar_title i {
display: block;
position: absolute;
top: 50%;
right: 10px;
width: 24px;
height: 24px;
line-height: 24px;
font-size: 18px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.ssif-body .sdbr_collapsible_is_mobile .sidebar_title i:before {
display: block;
width: 24px;
height: 24px;
line-height: 24px !important;
text-align: center;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
content: '˃';
font: 100% 'Monospace';
}
.ssif-body .sdbr_collapsible_is_mobile.sdbr_collapsible_openned .sidebar_title i:before {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.ssif-body.theme-enfold .sdbr_collapsible_is_mobile .sidebar_title i:before {
content: '\E875';
font: 100% 'entypo-fontello';
}
.ssif-body .sdbr_collapsible_is_mobile .sdbr_collapsible_item {
position: relative;
height: 0px;
overflow: hidden;     }
.ssif-body .sdbr_collapsible_is_mobile.sdbr_collapsible_openned .sdbr_collapsible_item {
height: auto;
}
.ssif-body .sdbr_collapsible_is_desktop .sidebar_title {
display: none;
}
 .product .woocommerce_badge {
--woocommerce_badge-font-size: 12px;
--woocommerce_badge-background: #ff0000;
--woocommerce_badge-color: white;
--woocommerce_badge-border-color: white;
--woocommerce_badge-border-width: 2px;
} .product .woocommerce_badge {
padding: 3px 5px;
margin: 0px;
text-align: center;
background: transparent;
border: none;
box-sizing: content-box;
position: absolute;
font-size: var(--woocommerce_badge-font-size);
line-height: normal;
z-index: 9;
}
.product .woocommerce_badge span {
position: relative;
display: block;
padding: 0px;
margin: 0px;
border: none;
box-sizing: content-box;
height: 100%;
line-height: inherit;
z-index: 2;
}
.product .woocommerce_badge:before {
content: '';
border: none;
position: absolute;
z-index: 0;
}
.product .woocommerce_badge:after {
content: '';
border: none;
position: absolute;
z-index: 1;
} .product .woocommerce_badge[data-position="top-left"] {
top: 0px;
left: 0px;
}
.product .woocommerce_badge[data-position="top-right"] {
top: 0px;
right: 0px;
}
.product .woocommerce_badge[data-position="top-center"] {
top: 0px;
left: 50%;
transform: translateX(-50%);
}
.product .woocommerce_badge[data-position="middle-left"] {
top: 50%;
left: 0px;
transform: translateY(-50%);
}
.product .woocommerce_badge[data-position="middle-right"] {
top: 50%;
right: 0px;
transform: translateY(-50%);
}
.product .woocommerce_badge[data-position="middle-center"] {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.product .woocommerce_badge[data-position="bottom-left"] {
bottom: 0px;
left: 0px;
}
.product .woocommerce_badge[data-position="bottom-right"] {
bottom: 0px;
right: 0px;
}
.product .woocommerce_badge[data-position="bottom-center"] {
bottom: 0px;
left: 50%;
transform: translate(-50%, -150%);
} .product .woocommerce_badge[data-style="plain"] {
background: var(--woocommerce_badge-background);
color: var(--woocommerce_badge-color);
} .product .woocommerce_badge[data-style="skew"] {
width: 148px;
height: 30px;
line-height: 30px;
padding: 0px;
}
.product .woocommerce_badge[data-style="skew"][data-position="top-left"] {
top: 48px;
left: -11px;
transform: rotate(-45deg);
}
.product .woocommerce_badge[data-style="skew"][data-position="top-right"] {
top: 48px;
right: -11px;
transform: rotate(45deg);
}
.product .woocommerce_badge[data-style="skew"][data-position="bottom-left"] {
bottom: 48px;
left: -11px;
transform: rotate(45deg);
}
.product .woocommerce_badge[data-style="skew"][data-position="bottom-right"] {
bottom: 48px;
right: -11px;
transform: rotate(-45deg);
}
.product .woocommerce_badge[data-style="skew"] span {
background: var(--woocommerce_badge-background);
color: var(--woocommerce_badge-color);
font-weight: bold;
font-size: inherit;
}
.product .woocommerce_badge[data-style="skew"]:before {
background: var(--woocommerce_badge-background);
left: -15px;
top: 0px;
width: 30px;
height: 100%;
transform: skewX(-45deg);
}
.product .woocommerce_badge[data-style="skew"][data-position="top-center"]:before,
.product .woocommerce_badge[data-style="skew"][data-position="bottom-right"]:before,
.product .woocommerce_badge[data-style="skew"][data-position="bottom-left"]:before {
transform: skewX(45deg);
}
.product .woocommerce_badge[data-style="skew"]:after {
background: var(--woocommerce_badge-background);
right: -15px;
top: 0px;
width: 30px;
height: 100%;
transform: skewX(45deg);
}
.product .woocommerce_badge[data-style="skew"][data-position="top-center"]:after,
.product .woocommerce_badge[data-style="skew"][data-position="bottom-right"]:after,
.product .woocommerce_badge[data-style="skew"][data-position="bottom-left"]:after {
transform: skewX(-45deg);
} .product .woocommerce_badge[data-style="outline"] {
width: 148px;
height: 28px;
line-height: 30px;
padding: 0px;
}
.product .woocommerce_badge[data-style="outline"][data-position="top-left"] {
top: 48px;
left: -11px;
transform: rotate(-45deg);
}
.product .woocommerce_badge[data-style="outline"][data-position="top-right"] {
top: 48px;
right: -11px;
transform: rotate(45deg);
}
.product .woocommerce_badge[data-style="outline"][data-position="bottom-left"] {
bottom: 48px;
left: -11px;
transform: rotate(45deg);
}
.product .woocommerce_badge[data-style="outline"][data-position="bottom-right"] {
bottom: 48px;
right: -11px;
transform: rotate(-45deg);
}
.product .woocommerce_badge[data-style="outline"] span {
background: transparent;
color: white;
border-top: var(--woocommerce_badge-border-width) solid var(--woocommerce_badge-border-color);
border-bottom: var(--woocommerce_badge-border-width) solid var(--woocommerce_badge-border-color);
font-weight: bold;
font-size: inherit;
}
.product .woocommerce_badge[data-style="outline"]:before {
background: transparent;
border-top: var(--woocommerce_badge-border-width) solid var(--woocommerce_badge-border-color);
border-bottom: var(--woocommerce_badge-border-width) solid var(--woocommerce_badge-border-color);
left: -15px;
top: 0px;
width: 30px;
height: 100%;
transform: skewX(-45deg);
}
.product .woocommerce_badge[data-style="outline"]:after {
background: transparent;
border-top: var(--woocommerce_badge-border-width) solid var(--woocommerce_badge-border-color);
border-bottom: var(--woocommerce_badge-border-width) solid var(--woocommerce_badge-border-color);
right: -15px;
top: 0px;
width: 30px;
height: 100%;
transform: skewX(45deg);
}
#top .avia_hidden_link_append,#top .avia_hidden_link_text{display:none}#top .iconbox *{word-wrap:break-word}#top #footer .social_bookmarks{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;align-content:center;height:auto}#top #footer .social_bookmarks li{flex-grow:0;flex-shrink:1;flex-basis:auto;align-self:center;border:0;width:auto;height:auto}#top .avia-section:not(.av-minimum-height){min-height:initial}#top.disable_image_overlay .image-overlay{display:none!important;visibility:hidden!important;opacity:0!important;position:absolute!important;top:0!important;left:0!important;width:0!important;height:0!important;overflow:hidden!important}#top .offscreen:empty{display:none!important;visibility:hidden!important;opacity:0!important;position:absolute!important;top:0!important;left:0!important;width:0!important;height:0!important;overflow:hidden!important}#top .av-tab-section-outer-container .next-tab,#top .av-tab-section-outer-container .prev-tab{position:absolute;top:0;background:rgba(0,0,0,.15);color:#444;font-size:40px;margin:0;padding:10px 5px;text-decoration:none;text-shadow:1px 1px 2px rgba(0,0,0,.25);border-radius:6px;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;z-index:9}#top .av-tab-section-outer-container .next-tab:hover,#top .av-tab-section-outer-container .prev-tab:hover{background:rgba(0,0,0,.5);color:#fff;text-decoration:none}#top .av-tab-section-outer-container .prev-tab{left:2px}#top .av-tab-section-outer-container .next-tab{right:2px}@media only screen and (max-width:989px){#top .av-layout-tab{display:block;width:100vw;float:left}}#top .flex_cell:after,#top .flex_column:after{content:"";clear:both;display:block;position:static;float:none;height:0;line-height:0;overflow:hidden;visibility:hidden;opacity:0}.responsive #top #wrap_all .clear{clear:both!important;display:block!important;position:static!important;float:none!important;width:initial!important;height:0!important;line-height:0!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;overflow:hidden!important;visibility:hidden!important;opacity:0!important}@media only screen and (max-width:767px){#top.sidebar_shadow .sidebar_left .content.av-enable-shadow{box-shadow:none}}.avia_ajax_form label.input_checkbox_label{position:relative;top:auto;left:auto}#top.ssif-body #wrap_all .ssif-form .column.attachment .attachment-control label:first-child:before{content:"";font-family:"entypo-fontello"}#top .avia-cookie-consent{z-index:999999999999999999999!important}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:20px;border-radius:5px;outline:0;background:0 0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;cursor:pointer;border:1px solid;margin:-5px 0 0}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px;border-radius:5px}input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;cursor:pointer;border:1px solid}input[type=range]::-moz-range-track{width:100%;height:8px;border-radius:5px}input[type=range]::-ms-thumb{width:20px;height:20px;border-radius:50%;cursor:pointer;border:1px solid}input[type=range]::-ms-fill-lower{border-radius:5px}.main_color input[type=range]::-webkit-slider-thumb{background:var(--enfold-main-color-primary);border-color:var(--enfold-main-color-button-border)}.main_color input[type=range]::-webkit-slider-runnable-track{background:var(--enfold-main-color-secondary)}.main_color input[type=range]::-moz-range-thumb{background:var(--enfold-main-color-primary);border-color:var(--enfold-main-color-button-border)}.main_color input[type=range]::-moz-range-track{background:var(--enfold-main-color-secondary)}.main_color input[type=range]::-ms-thumb{background:var(--enfold-main-color-primary);border-color:var(--enfold-main-color-button-border)}.main_color input[type=range]::-ms-fill-lower{background:var(--enfold-main-color-secondary)}.alternate_color input[type=range]::-webkit-slider-thumb{background:var(--enfold-alternate-color-primary);border-color:var(--enfold-alternate-color-button-border)}.alternate_color input[type=range]::-webkit-slider-runnable-track{background:var(--enfold-alternate-color-secondary)}.alternate_color input[type=range]::-moz-range-thumb{background:var(--enfold-alternate-color-primary);border-color:var(--enfold-alternate-color-button-border)}.alternate_color input[type=range]::-moz-range-track{background:var(--enfold-alternate-color-secondary)}.alternate_color input[type=range]::-ms-thumb{background:var(--enfold-alternate-color-primary);border-color:var(--enfold-alternate-color-button-border)}.alternate_color input[type=range]::-ms-fill-lower{background:var(--enfold-alternate-color-secondary)}.header_color input[type=range]::-webkit-slider-thumb{background:var(--enfold-header-color-primary);border-color:var(--enfold-header-color-button-border)}.header_color input[type=range]::-webkit-slider-runnable-track{background:var(--enfold-header-color-secondary)}.header_color input[type=range]::-moz-range-thumb{background:var(--enfold-header-color-primary);border-color:var(--enfold-header-color-button-border)}.header_color input[type=range]::-moz-range-track{background:var(--enfold-header-color-secondary)}.header_color input[type=range]::-ms-thumb{background:var(--enfold-header-color-primary);border-color:var(--enfold-header-color-button-border)}.header_color input[type=range]::-ms-fill-lower{background:var(--enfold-header-color-secondary)}.socket_color input[type=range]::-webkit-slider-thumb{background:var(--enfold-socket-color-primary);border-color:var(--enfold-socket-color-button-border)}.socket_color input[type=range]::-webkit-slider-runnable-track{background:var(--enfold-socket-color-secondary)}.socket_color input[type=range]::-moz-range-thumb{background:var(--enfold-socket-color-primary);border-color:var(--enfold-socket-color-button-border)}.socket_color input[type=range]::-moz-range-track{background:var(--enfold-socket-color-secondary)}.socket_color input[type=range]::-ms-thumb{background:var(--enfold-socket-color-primary);border-color:var(--enfold-socket-color-button-border)}.socket_color input[type=range]::-ms-fill-lower{background:var(--enfold-socket-color-secondary)}.footer_color input[type=range]::-webkit-slider-thumb{background:var(--enfold-footer-color-primary);border-color:var(--enfold-footer-color-button-border)}.footer_color input[type=range]::-webkit-slider-runnable-track{background:var(--enfold-footer-color-secondary)}.footer_color input[type=range]::-moz-range-thumb{background:var(--enfold-footer-color-primary);border-color:var(--enfold-footer-color-button-border)}.footer_color input[type=range]::-moz-range-track{background:var(--enfold-footer-color-secondary)}.footer_color input[type=range]::-ms-thumb{background:var(--enfold-footer-color-primary);border-color:var(--enfold-footer-color-button-border)}.footer_color input[type=range]::-ms-fill-lower{background:var(--enfold-footer-color-secondary)}
 #top #footer .footer-collapse:empty {
display: none !important;
}
@media only screen and (max-width: 767px) {
#top #footer .footer-widget-collapse>.widgettitle {
position: relative;
margin: 0px;
padding: 0px;
line-height: 2em;
cursor: pointer;
}
#top #footer .footer-widget-collapse>.widgettitle:before,
#top #footer .footer-widget-collapse>.widgettitle:before {
content: '\E875';
font: 100%/2em entypo-fontello;
position: absolute;
top: 0px;
right: 0px;
width: 2em;
height: 2em;
margin: 0px;
padding: 0px;
text-align: center;
transform: rotate(0deg);
transition: all .1s linear;
}
#top #footer .footer-widget-collapse.openned>.widgettitle:before,
#top #footer .footer-widget-collapse.openned>.widgettitle:before {
transform: rotate(-90deg);
}
}
.aws-finder .widget_aws_widget{width:auto;margin:0;padding:0;overflow:visible}.aws-finder .widget_aws_widget .offscreen{display:none!important;visibility:hidden!important;opacity:0!important;position:absolute!important;top:0!important;left:0!important;width:0!important;height:0!important;overflow:hidden!important}.aws-finder .aws-search-form,.aws-finder .aws-search-form .aws-wrapper{margin:0!important;padding:0!important;line-height:normal;height:auto}.aws-finder .aws-search-form .aws-search-field{height:32px;line-height:32px;margin:0!important;padding:0 10px!important}
  .aws-toggleable .widget_aws_widget {
float: none;
position: static;
line-height: normal;
} .aws-toggleable .aws-button-toogle {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
text-align: center !important;
text-decoration: none;
overflow: hidden !important;
min-width: 1.2em;
}
.aws-toggleable .aws-button-toogle:hover {
text-decoration: none;
}
.aws-toggleable.aws-toggleable-visible .aws-button-toogle {
display: inline-flex !important;
align-items: stretch;
justify-content: stretch;
visibility: visible !important;
opacity: 1 !important;
}
.aws-toggleable .aws-button-toogle span {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
position: absolute !important;
top: 0px !important;
left: 0px !important;
width: 0px !important;
height: 0px !important;
overflow: hidden !important;
}
.aws-toggleable .aws-button-toogle i {
display: inline-flex;
width: 100%;
height: 100%;
line-height: inherit;
justify-content: center;
align-items: center;
} .aws-toggleable .aws-button-show {
position: relative;
}
   .aws-toggle-style-lightbox .aws-button-show {
font-size: 22px;
width: 32px;
height: 32px;
line-height: 32px;
} .aws-toggle-style-lightbox .aws-button-hide {
position: absolute;
top: 10px !important;
left: auto !important;
right: 10px !important;
width: 25px !important;
height: 25px !important;
line-height: 25px;
color: #FFF;
font-size: 20px;
border: 2px solid #FFF;
border-radius: 50px;
box-sizing: content-box;
box-shadow: 0px 0px 5px #FFF, inset 0px 0px 5px #FFF;
text-shadow: 0px 0px 5px #FFF;
z-index: 9999;
} .aws-toggle-style-lightbox .aws-container {
display: none;
position: fixed;
top: 0px;
left: 0px !important;
width: 100% !important;
height: 100vh;
padding: 60px 20px 20px;
margin: 0px;
z-index: 99999;
background: rgba(0,0,0,.8);
} .aws-toggle-style-lightbox .aws-container .aws-search-form {
justify-content: center;
align-items: center;
align-content: center;
z-index: 8888;
width: 100%;
}
.aws-toggle-style-lightbox .aws-container .aws-search-form .aws-wrapper {
margin: 0px;
padding: 0px;
z-index: 8888;
} .aws-toggle-style-lightbox .aws-container .aws-search-field {
width: 100%;
height: 45px;
}
.aws-toggle-style-lightbox .aws-container[data-buttons-order="1"] .aws-search-field {
border-radius: 5px !important;
}
.aws-toggle-style-lightbox .aws-container[data-buttons-order="2"] .aws-search-field {
border-radius: 5px 0px 0px 5px !important;
}
.aws-toggle-style-lightbox .aws-container[data-buttons-order="3"] .aws-search-field {
border-radius: 0px 5px 5px 0px !important;
} .aws-toggle-style-lightbox .aws-container .aws-search-btn {
font-size: 23px;
width: 45px;
height: 45px;
line-height: 45px;
margin: 0px;
padding: 0px;
z-index: 8888;
}
.aws-toggle-style-lightbox .aws-container[data-buttons-order="2"] .aws-search-btn {
border-radius: 0px 5px 5px 0px !important;
}
.aws-toggle-style-lightbox .aws-container[data-buttons-order="3"] .aws-search-btn {
border-radius: 5px 0px 0px 5px !important;
}
.aws-toggle-style-lightbox .aws-container .aws-search-btn_icon {
width: 45px;
} .aws-toggle-style-lightbox .aws-search-result {
position: fixed;
top: 106px;
left: 20px;
width: calc(100% - 40px);
z-index: 999999;
}
@media only screen and (max-width:959px){#top #wrap_all #header .ubermenu-main:not(.ubermenu-responsive-collapse){max-height:none}}#top #header .ubermenu #advanced_menu_toggle,#top #header .ubermenu .av-burger-menu-main{display:none!important;visibility:hidden!important;opacity:0!important;position:fixed!important;top:0!important;left:0!important;width:0!important;height:0!important;overflow:hidden!important;z-index:-1!important}#top #wrap_all .ubermenu .ubermenu-active,#top #wrap_all .ubermenu .ubermenu-item:hover{z-index:9999999}
#top #wrap_all .woocommerce-pagination{display:block;padding:20px 0;margin:0;line-height:normal;text-align:center}#top #wrap_all .woocommerce-pagination li:after,#top #wrap_all .woocommerce-pagination ul:after,#top #wrap_all .woocommerce-pagination:after,#top .woocommerce .woocommerce-address-fields>div:after{content:""!important;display:block!important;height:0!important;line-height:0!important;clear:both!important;visibility:hidden!important;opacity:0!important}#top #wrap_all .woocommerce-pagination ul{display:inline-block;margin:0;padding:0;vertical-align:top}#top #wrap_all .woocommerce-pagination li{display:inline-block;margin:0;padding:0}#top #wrap_all .woocommerce-pagination a,#top #wrap_all .woocommerce-pagination span.current,#top #wrap_all .woocommerce-pagination span.dots{position:relative;display:inline-block;margin:0 5px;padding:0 10px;width:auto;height:30px;border:#dadcde 0 solid;border-radius:20px;background:#fff;color:#272630;text-align:center;text-decoration:none;font-size:13px;line-height:30px;font-family:Helvetica,Helvetica Neue,sans-serif;box-sizing:border-box;box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.24);min-width:0;max-width:none;min-height:0;max-height:none;overflow:hidden}#top #wrap_all .woocommerce-pagination a.current:before,#top #wrap_all .woocommerce-pagination span.current.current:before,#top #wrap_all .woocommerce-pagination span.dots.current:before{box-shadow:inset 0 0 0 1px rgba(119,200,78,.75);-webkit-transform:scale(1);-khtml-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}#top #wrap_all .woocommerce-pagination a.current:hover,#top #wrap_all .woocommerce-pagination span.current.current:hover,#top #wrap_all .woocommerce-pagination span.dots.current:hover{color:#000}#top #wrap_all .woocommerce-pagination a:before,#top #wrap_all .woocommerce-pagination span.current:before,#top #wrap_all .woocommerce-pagination span.dots:before{position:absolute;top:0;left:28%;width:30px;height:30px;line-height:30px;border-radius:100px;box-shadow:0 0 0 2px rgba(0,0,0,.75);content:"";-webkit-transition:all .25s;-khtml-transition:all .25s;-moz-transition:all .25s;transition:all .25s;-webkit-transform:scale(0);-khtml-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}#top #wrap_all .woocommerce-pagination a:hover,#top #wrap_all .woocommerce-pagination span.current:hover,#top #wrap_all .woocommerce-pagination span.dots:hover{color:transparent!important}#top #wrap_all .woocommerce-pagination a:hover:before,#top #wrap_all .woocommerce-pagination span.current:hover:before,#top #wrap_all .woocommerce-pagination span.dots:hover:before{box-shadow:inset 0 0 0 4px rgba(0,0,0,.75);-webkit-transform:scale(.3);-khtml-transform:scale(.3);-moz-transform:scale(.3);transform:scale(.3)}#top #wrap_all .woocommerce-pagination a.next,#top #wrap_all .woocommerce-pagination a.prev,#top #wrap_all .woocommerce-pagination span.current.next,#top #wrap_all .woocommerce-pagination span.current.prev,#top #wrap_all .woocommerce-pagination span.dots.next,#top #wrap_all .woocommerce-pagination span.dots.prev{vertical-align:middle;font-size:14px}#top #wrap_all .woocommerce-pagination a.next span,#top #wrap_all .woocommerce-pagination a.prev span,#top #wrap_all .woocommerce-pagination span.current.next span,#top #wrap_all .woocommerce-pagination span.current.prev span,#top #wrap_all .woocommerce-pagination span.dots.next span,#top #wrap_all .woocommerce-pagination span.dots.prev span{display:none}#top #wrap_all .woocommerce-pagination a i,#top #wrap_all .woocommerce-pagination span.current i,#top #wrap_all .woocommerce-pagination span.dots i{font-family:"themify";speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#top #wrap_all .woocommerce-pagination a i.prev::before,#top #wrap_all .woocommerce-pagination span.current i.prev::before,#top #wrap_all .woocommerce-pagination span.dots i.prev::before{content:""}#top #wrap_all .woocommerce-pagination a i.next::before,#top #wrap_all .woocommerce-pagination span.current i.next::before,#top #wrap_all .woocommerce-pagination span.dots i.next::before{content:""}#top .woocommerce .form-row{clear:none;margin:0;padding:0 0 10px}#top .woocommerce .form-row:after{content:"";clear:both;display:block;position:static;float:none;height:0;line-height:0;overflow:hidden;visibility:hidden;opacity:0}#top .woocommerce .form-row+p:not(.form-row){clear:both!important}#top .woocommerce fieldset{clear:both!important}@media only screen and (min-width:990px){#top .woocommerce .form-row{float:left;width:50%;min-height:80px}#top .woocommerce .woocommerce-additional-fields>div,#top .woocommerce .woocommerce-address-fields>div,#top .woocommerce .woocommerce-billing-fields>div,#top .woocommerce .woocommerce-shipping-fields>div{margin-left:-15px}#top .woocommerce .woocommerce-additional-fields .form-row,#top .woocommerce .woocommerce-address-fields .form-row,#top .woocommerce .woocommerce-billing-fields .form-row,#top .woocommerce .woocommerce-shipping-fields .form-row{padding-left:15px;padding-right:0}#top .woocommerce .form-row#billing_email_field,#top .woocommerce .form-row#order_comments_field,#top .woocommerce .form-row.form-row-wide[id^=myfield]{width:100%}}@media only screen and (min-width:768px) and (max-width:989px){.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .form-row{float:left;width:50%;min-height:80px}.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .form-row:nth-of-type(odd){padding-right:15px}.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .form-row:nth-of-type(even){padding-left:15px}.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-additional-fields>div,.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-address-fields>div,.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-billing-fields>div,.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-shipping-fields>div{margin-left:-15px}.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-additional-fields .form-row,.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-address-fields .form-row,.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-billing-fields .form-row,.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-shipping-fields .form-row{padding-left:15px;padding-right:0}.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .form-row#billing_email_field,.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .form-row#order_comments_field,.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .form-row.form-row-wide[id^=myfield],.responsive.html_mobile_menu_tablet #top #wrap_all .woocommerce .form-row{width:100%}}@media only screen and (max-width:767px){#top .woocommerce .form-row{width:100%}}#top.woocommerce-checkout .create-account p:not(.form-row){display:block;float:none;clear:both;padding-top:20px}#top .woocommerce .form-row strong,#top .woocommerce form select.country_select{height:37px;line-height:36px;padding:0 10px}#top .woocommerce .select2-container{position:relative;width:100%!important;height:37px;line-height:36px;margin:0;padding:0;box-sizing:border-box}#top .woocommerce .select2-container *{height:100%;line-height:inherit;margin:0;padding:0;box-sizing:border-box}#top .woocommerce .select2-container .select2-choice .select2-chosen{padding-left:10px}#top .woocommerce .select2-container .select2-choice .select2-search-choice-close{display:none}#top .woocommerce .select2-container+select{display:none!important;visibility:hidden!important;opacity:0!important;position:absolute!important;top:0!important;left:0!important;width:0!important;height:0!important}#top .woocommerce .select2-container .select2-selection__arrow{height:calc(100% - 2px)}#top .woocommerce .select2-container .select2-selection__arrow b{height:0;margin-left:-4px;margin-top:-2px}#top .woocommerce .select2-container .select2-selection__rendered{padding-left:10px;padding-right:20px}#top .woocommerce .form-row strong{display:block;position:relative;box-sizing:border-box}.woocommerce .form-row .required{color:red!important;font-weight:700!important;text-decoration:none}.woocommerce .form-row .optional{display:none!important;visibility:hidden!important;opacity:0!important;position:absolute!important;top:0!important;left:0!important;width:0!important;height:0!important;text-decoration:none}#top.woocommerce-account #wrap_all .woocommerce-form{position:relative;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:stretch;align-content:center;gap:15px;padding:20px;margin:20px 0!important}#top.woocommerce-account #wrap_all .woocommerce-form .form-row{flex:1 1 auto;width:40%;min-height:0;padding:0}#top.woocommerce-account #wrap_all .woocommerce-form .form-row-wide{display:flex;flex-direction:column;justify-content:flex-end;align-self:stretch}#top.woocommerce-account #wrap_all .lost_reset_password .form-row button,#top.woocommerce-account #wrap_all .woocommerce-form .form-row button{margin:0}#top #customer_login,#top #customer_login>div{display:flex;align-items:stretch;justify-content:stretch;align-content:stretch;margin:0;padding:0}#top #customer_login{gap:20px}#top #customer_login>div{flex:1 1 auto;flex-direction:column;height:100%}#top.woocommerce-account #wrap_all .login .form-row:nth-of-type(3){width:100%;padding-right:0;padding-bottom:0}#top.woocommerce-account #wrap_all .login .woocommerce-form-login__rememberme{position:static;float:right;width:auto;margin:0;padding:0}#top.woocommerce-account #wrap_all .login .lost_password{position:absolute;float:right;top:auto;left:auto;right:20px;bottom:20px;width:100%;margin:0;padding:0;text-align:right}#top.woocommerce-account #wrap_all .login .lost_password a{display:inline-block;margin:0;padding:0}#top.woocommerce-account #wrap_all .register .form-row:last-child{width:100%;padding-right:0;padding-bottom:0}#top.woocommerce-account #wrap_all .lost_reset_password{position:relative;display:flex;flex-wrap:wrap;flex-direction:row}#top.woocommerce-account #wrap_all .lost_reset_password .form-row{width:100%;margin:0;padding-left:0;padding-right:0;min-height:0}@media only screen and (max-width:767px){.responsive #top .col2-set .col-1,.responsive #top .col2-set .col-2,.responsive .cart-collaterals .shipping_calculator{width:100%}}#top.woocommerce-cart #wrap_all .shop_table input[name=update_cart]{float:right;margin:3px 0}#top.woocommerce-cart #wrap_all .clear-cart a:before,#top.woocommerce-cart #wrap_all .return-to-shop a:before,#top.woocommerce-cart #wrap_all a.clear-cart:before,#top.woocommerce-cart #wrap_all a.return-to-shop:before{content:"";font-family:"entypo-fontello";font-size:18px;display:inline-block;vertical-align:middle;margin:0;padding:0 .5em 0 0}#top.woocommerce-cart #wrap_all .shop_table #clear-cart,#top.woocommerce-cart #wrap_all .shop_table #return-to-shop{float:right;margin:3px 2px 3px 0}#top.woocommerce-cart #wrap_all .clear-cart a:before,#top.woocommerce-cart #wrap_all a.clear-cart:before{content:"";margin:-3px 0 0}#top .single_add_to_cart_button:before,#top.woocommerce-cart .apply_coupon:before,#top.woocommerce-cart .checkout-button:before,#top.woocommerce-cart .update_cart:before{content:"";font-family:"entypo-fontello";font-size:18px;display:inline-block;vertical-align:middle;margin:0;padding:0 .5em 0 0}#top.woocommerce-cart .apply_coupon:before,#top.woocommerce-cart .update_cart:before{content:""}#top.woocommerce-cart .update_cart:before{content:""}@media only screen and (max-width:767px){#top #header .cart_dropdown{z-index:99}}.responsive:not(.html_visible_cart):not(.html_cart_at_menu) #top .cart_dropdown{display:none}#top.woocommerce .variations td{vertical-align:middle;padding:0;position:relative}#top.woocommerce .variations .reset_variations{float:right;position:static;right:auto;bottom:auto}.single-product .container_wrap_first .image-overlay{display:none!important;visibility:hidden!important;opacity:0!important;position:absolute!important;top:0!important;left:0!important;width:0!important;height:0!important}#top #wrap_all .woocommerce-Tabs-panel>h2:first-child{display:none!important}#top #wrap_all .woocommerce-Tabs-panel ol,#top #wrap_all .woocommerce-Tabs-panel ul{margin:0 0 1em}#top #wrap_all .woocommerce-Tabs-panel ol li,#top #wrap_all .woocommerce-Tabs-panel ul li{padding:0;margin:0 0 0 2em}#top #wrap_all .woocommerce-Tabs-panel ol li{list-style:decimal}#top #wrap_all .woocommerce-Tabs-panel ul li{list-style:disc}#top #wrap_all .woocommerce-error,#top #wrap_all .woocommerce-message{position:relative;padding:10px;margin:0 0 25px;overflow:visible}#top #wrap_all .woocommerce-error:after,#top #wrap_all .woocommerce-message:after{content:"";display:block;clear:both}#top #wrap_all .woocommerce-error.has-button,#top #wrap_all .woocommerce-message.has-button{padding-top:15px}#top #wrap_all .woocommerce-error .button,#top #wrap_all .woocommerce-message .button{position:static;float:right;margin:-5px 0 0 10px}#top #wrap_all .woocommerce-error .close,#top #wrap_all .woocommerce-message .close{position:absolute;right:0;top:0;width:32px;height:32px;line-height:25px;font-size:30px;margin:0;padding:0;display:inline-block;text-align:center;text-decoration:none;background:rgba(0,0,0,.5);color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.25),inset 0 0 3px rgba(0,0,0,.25);box-sizing:content-box;z-index:999;overflow:visible;transform:translate(80%,-80%);cursor:pointer}#top #wrap_all .woocommerce-error .progressbar,#top #wrap_all .woocommerce-message .progressbar{position:absolute;left:0;top:0;width:100%;height:2px;margin:0;padding:0;display:block;background:#ccc;z-index:998;overflow:hidden}@media only screen and (max-width:767px){#top #account_password_field{display:block;float:none;position:relative}}#top #wrap_all .columns-1:after,#top #wrap_all .columns-2:after,#top #wrap_all .columns-3:after,#top #wrap_all .columns-4:after,#top #wrap_all .columns-5:after,#top #wrap_all .columns-6:after,#top #wrap_all .columns-7:after,#top #wrap_all .inner_product div:after,#top #wrap_all .inner_product:after,#top #wrap_all .product:after,#top #wrap_all .products:after,#top #wrap_all .shop_columns_1:after,#top #wrap_all .shop_columns_2:after,#top #wrap_all .shop_columns_3:after,#top #wrap_all .shop_columns_4:after,#top #wrap_all .shop_columns_5:after,#top #wrap_all .shop_columns_6:after,#top #wrap_all .shop_columns_7:after{content:"";clear:both;display:block;position:static;float:none;height:0;line-height:0;overflow:hidden;visibility:hidden;opacity:0}#top.single-product .zoomImg{background:#fff}#top .anr_captcha_field{float:left;width:100%;padding-bottom:10px;overflow:hidden}#top #wrap_all .woocommerce-tabs>.tabs a{white-space:nowrap}#top.woocommerce_hide_description_tab_title #wrap_all .woocommerce-tabs>.tabs li:first-child,#top.woocommerce_hide_description_tab_unique #wrap_all .woocommerce-tabs>.tabs li:only-child{display:none!important;visibility:hidden!important;opacity:0!important;position:fixed!important;top:0!important;left:0!important;width:0!important;height:0!important;overflow:hidden!important;z-index:-1!important}#top.single-product .flex_column .single-product-main-image{width:100%}#top.woocommerce_cart_icon_anim .cart_dropdown .cart_dropdown_link [data-av_icon]{display:block;position:relative;top:50%;left:0;width:26px;height:29px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#top.woocommerce_cart_icon_anim .cart_dropdown .cart_dropdown_link [data-av_icon]:after,#top.woocommerce_cart_icon_anim .cart_dropdown .cart_dropdown_link [data-av_icon]:before{content:"";position:absolute;z-index:1;-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-ms-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear}#top.woocommerce_cart_icon_anim .cart_dropdown .cart_dropdown_link [data-av_icon]:before{border:2px solid #888;border-bottom:none;border-radius:50% 50%0 0;top:2px;left:8px;width:6px;height:6px}#top.woocommerce_cart_icon_anim .cart_dropdown .cart_dropdown_link [data-av_icon]:after{background:#888;top:8px;left:0;width:26px;height:21px}#top.woocommerce_cart_icon_anim .cart_dropdown .cart_dropdown_link [data-av_icon]:hover:before{top:0}#top .product-sorting .sort-param-count .currently-selected,#top .product-sorting .sort-param-order .currently-selected,#top .product-sorting .sort-param-sort a{background-image:none;position:relative}#top .product-sorting .sort-param-count .currently-selected:before,#top .product-sorting .sort-param-order .currently-selected:before{font-family:"entypo-fontello";display:block;position:absolute;text-indent:0;content:"";right:10px;top:1px;height:100%}#top .product-sorting .sort-param-sort a:before{content:"";font-family:"entypo-fontello";display:block;position:absolute;text-indent:0;top:0;left:0;width:100%;height:100%;text-align:center}#top .product-sorting .sort-param-sort a.sort-param-asc:before{content:"";-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}#top .product-sorting .sort-param-sort a.sort-param-desc:before{content:"";-webkit-transform:rotate(90deg) scaleX(-1);-moz-transform:rotate(90deg) scaleX(-1);-ms-transform:rotate(90deg) scaleX(-1);-o-transform:rotate(90deg) scaleX(-1);transform:rotate(90deg) scaleX(-1)}@media only screen and (max-width:959px){.responsive #top .woocommerce-cart-form table.shop_table{display:block;overflow:visible;background:0 0;border:0}.responsive #top .woocommerce-cart-form table.shop_table thead{display:none}.responsive #top .woocommerce-cart-form table.shop_table tbody{overflow:visible}.responsive #top .woocommerce-cart-form table.shop_table tbody tr{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;float:left;width:100%;position:relative;overflow:visible;margin-bottom:20px}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item{border:1px solid #ddd}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td{display:block!important;flex-grow:0;flex-shrink:1;flex-basis:auto;float:left;border:0;width:auto!important;text-align:center;min-width:0;min-height:0;max-width:none;max-height:none}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td:before{display:block;font-weight:700}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-remove{position:absolute;right:-10px;top:-10px;height:auto;margin:0;padding:0}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-remove a{border:0;background:#ccc;color:#fff;margin:0;padding:0;overflow:hidden;text-decoration:none}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-remove a:before{content:"";font:1em entypo-fontello;display:block;text-indent:0;text-align:center;line-height:18px}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-thumbnail{width:25%!important;padding:0 12px 0 0}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-thumbnail a,.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-thumbnail img{width:100%}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name{flex-grow:1;width:calc(75% - 12px)!important;padding:0;text-align:left;word-break:break-word}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name *{word-break:break-word}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-price{flex-grow:1;text-align:center;width:calc(50% - 6em)!important}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-price:before{content:"Preço"}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity{flex-shrink:0;margin:0;padding:0;width:6em!important}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity:before{content:"Qtd."}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center;align-content:center;width:6em;height:2em;margin:0;padding:0;font-size:inherit}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity input{flex-grow:0;flex-shrink:0;flex-basis:auto;align-self:center;font-size:inherit}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity .qty{width:4em;height:1.9em;line-height:1.9;padding:0 1em;z-index:0}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity .minus,.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity .plus{border-radius:50%;width:2em;height:2em;line-height:2em;padding:0}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity .plus{z-index:1;margin:0 0 0-1em}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity .minus{z-index:2;margin:0-1em 0 0}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-subtotal{flex-grow:1;text-align:center;width:calc(50% - 6em)!important}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-subtotal:before{content:"Subtotal"}.responsive #top .woocommerce-cart-form table.shop_table tbody tr td.actions .button,.responsive #top .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon,.responsive #top .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .input-text{width:100%;margin:0 0 5px}}@media only screen and (min-width:700px) and (max-width:959px){.responsive #top .woocommerce-cart-form table.shop_table tbody{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;overflow:visible}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item{flex-grow:0;flex-shrink:1;flex-basis:auto;width:calc(50% - 10px)}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item:nth-child(odd){float:left;margin-right:10px}.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item:nth-child(even){float:right;margin-left:10px}}.responsive #top .woocommerce-thankyou-order-failed-actions{display:flex;flex-wrap:wrap;flex-direction:row}.responsive #top .single-product-main-image .sidebar{display:none!important;visibility:hidden!important;opacity:0!important;position:fixed!important;top:0!important;left:0!important;width:0!important;height:0!important;overflow:hidden!important;z-index:-1!important}.responsive #top .single-product-summary+.woocommerce-tabs{padding-top:0!important}#top .woocommerce-notices-wrapper:empty{display:none!important}@media only screen and (max-width:767px){#top .woocommerce-MyAccount-orders{border-radius:0;background:0 0}#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details thead,#top .woocommerce-MyAccount-orders thead{display:none}#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details tbody,#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details tfooter,#top .woocommerce-MyAccount-orders,#top .woocommerce-MyAccount-orders tbody,#top .woocommerce-MyAccount-orders tfooter{display:block;border:0;font:inherit}#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details tr,#top .woocommerce-MyAccount-orders tr{display:flex;flex-wrap:wrap;align-items:center;border:0;background:0 0}#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details tr:not(:last-child),#top .woocommerce-MyAccount-orders tr:not(:last-child){margin-bottom:25px}#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details td,#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details th,#top .woocommerce-MyAccount-orders td,#top .woocommerce-MyAccount-orders th{display:flex;align-items:center;width:100%;background:var(--enfold-main-color-bg2);border:1px solid var(--enfold-main-color-border);padding:5px;font:inherit}#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details td:not(:first-child),#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details th:not(:first-child),#top .woocommerce-MyAccount-orders td:not(:first-child),#top .woocommerce-MyAccount-orders th:not(:first-child){border-top:none}#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details td:not(.download-file):before,#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details th:not(.download-file):before,#top .woocommerce-MyAccount-orders td:not([class*=order-actions]):before,#top .woocommerce-MyAccount-orders th:not([class*=order-actions]):before{content:attr(data-title)":";display:inline-block;margin-right:.3em;font-weight:700}#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details td.download-file,#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details th.download-file,#top .woocommerce-MyAccount-orders td[class*=order-actions],#top .woocommerce-MyAccount-orders th[class*=order-actions]{text-align:center;justify-content:center;gap:5px}#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details td.download-file .button,#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details th.download-file .button,#top .woocommerce-MyAccount-orders td[class*=order-actions] .button,#top .woocommerce-MyAccount-orders th[class*=order-actions] .button{float:none;margin:0}#top #wrap_all .woocommerce-order-downloads table.shop_table.order_details{display:block;border:0!important;border-radius:0;font:inherit;background:0 0;padding:0}}