.swiper-container-grid {
overflow: visible;
}
.swiper-container-grid .swiper-wrapper {
transform: none !important;
flex-wrap: wrap;
margin: 0 !important;
}
.swiper-container-grid .swiper-slide {
margin: 0 !important;
}
.swiper-container-grid.columns-1 .swiper-slide {
width: 100% !important;
}
.swiper-container-grid.columns-2 .swiper-slide {
width: 50% !important;
}
.swiper-container-grid.columns-3 .swiper-slide {
width: 33.33% !important;
}
.swiper-container-grid.columns-4 .swiper-slide {
width: 25% !important;
}
.swiper-container-grid.columns-5 .swiper-slide {
width: 20% !important;
}
.swiper-container-grid.columns-6 .swiper-slide {
width: 16.66% !important;
}
.swiper-container-grid.columns-7 .swiper-slide {
width: 14.28% !important;
}
.swiper-container-grid.columns-8 .swiper-slide {
width: 12.5% !important;
} .slick-vertical-slider-grid {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.slick-vertical-slider-grid .slick-list {
height: auto !important;
}
.slick-vertical-slider-grid .slick-track {
height: auto !important;
transform: none !important;
}
.slick-vertical-slider-grid .slick-arrow {
display: none !important;
} .et-elm {
float: left;
width: 100%;
box-sizing: border-box;
}
.et-elm:focus {
outline: none;
}
.et_col-sm-1, .et_col-xs-1 {
width: 8.33333%;
}
.et_col-sm-2, .et_col-xs-2 {
width: 16.6667%;
}
div.et_col-of-5 {
width: 20%;
float: left;
}
.et_col-sm-3, .et_col-xs-3 {
width: 25%;
}
.et_col-sm-4, .et_col-xs-4 {
width: 33.3333%;
}
.et_col-sm-5, .et_col-xs-5 {
width: 41.6667%;
}
.et_col-sm-6, .et_col-xs-6 {
width: 50%;
}
.et_col-sm-7, .et_col-xs-7 {
width: 58.3333%;
}
.et_col-sm-8, .et_col-xs-8 {
width: 66.6667%;
}
.et_col-sm-9, .et_col-xs-9 {
width: 75%;
}
.et_col-sm-10, .et_col-xs-10 {
width: 83.3333%;
}
.et_col-sm-11, .et_col-xs-11 {
width: 91.6667%;
}
.et_col-sm-12, .et_col-xs-12 {
width: 100%;
}
.et_col-xs-offset-12 {
margin-left: 100%;
}
.et_col-xs-offset-11 {
margin-left: 91.66666667%;
}
.et_col-xs-offset-10 {
margin-left: 83.33333333%;
}
.et_col-xs-offset-9 {
margin-left: 75%;
}
.et_col-xs-offset-8 {
margin-left: 66.66666667%;
}
.et_col-xs-offset-7 {
margin-left: 58.33333333%;
}
.et_col-xs-offset-6 {
margin-left: 50%;
}
.et_col-xs-offset-5 {
margin-left: 41.66666667%;
}
.et_col-xs-offset-4 {
margin-left: 33.33333333%;
}
.et_col-xs-offset-3 {
margin-left: 25%;
}
.et_col-xs-offset-2 {
margin-left: 16.66666667%;
}
.et_col-xs-offset-1 {
margin-left: 8.33333333%;
}
.et_col-xs-offset-0 {
margin-left: 0;
}
.et-clearfix:before, .et-clearfix:after, .et-container:before, .et-container:after {
content: '';
display: table;
}
.et-clearfix:after, .et-container:after {
clear: both;
}
.et-container {
width: 100%;
max-width: 1170px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
}
.et-row-container:not(.et-container) {
padding-left: 0;
padding-right: 0;
width: 100%;
max-width: 100%;
}
.et_row:not(.et_row_inner) {
clear: both;
float: left;
width: 100%;
}
.et_row_inner, .et-row-container.et-container .et-wrap-columns {
margin-left: -15px;
margin-right: -15px;
clear: both;
}
.et_row.et_row_inner {
width: calc(100% + 30px);
}
.et_column, .et_column_inner {
min-height: 1px;
position: relative;
padding-right: 15px;
padding-left: 15px;
float: left;
}
.et_column > .et-col-container, .et_column_inner > .et-col-inner-container {
height: 100%;
}
.et_column {
transition: all 0.3s ease-in-out, top 0s;
}
.et_row_inner > div.et_column_inner:only-child {
width: 100%;
}
.et-col-container {
clear: both;
display: block;
width: 100%;
box-sizing: border-box;
} .sticky-block {
transform: translateY(20px);
width: 100%;
left: var(--offset-left);
max-width: var(--max-width);
}
.sticky-block + .sticky-background {
display: block;
}
.sticky-background {
display: none;
float: left;
transition: width 0.3s ease-in-out;
} .align-start {
text-align: start;
}
.align-center {
text-align: center;
}
.align-end {
text-align: end;
}
.align-justify {
text-align: justify;
}
.valign-center {
vertical-align: middle;
}
.align-self-center {
align-self: center;
}
.text-nowrap {
white-space: nowrap;
}
.text-nowrap {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.currentColor {
color: currentColor;
}
a.currentColor:hover {
color: currentColor;
opacity: .7;
}
.currentColorBg {
background-color: currentColor;
}
.et-overflow-hidden {
overflow: hidden;
}
.et-mini-content-opened .content-page *,
.et-mini-content-opened .et-content_toggle .et-toggle {
pointer-events: none;
}
.et-mini-content-opened .template-container {
overflow: unset; }
@media only screen and (max-width: 992px) {
.et-mini-content-opened {
overflow: hidden;
}
}
.off-canvas-sidebar-opened #header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper],
.off-canvas-sidebar-opened #header > [class*=header-wrapper] .sticky-on > div{
transform: translateY(-100%);
} .et-mini-content-opened [id*=zoid-paypal-button] > .zoid-outlet > iframe.zoid-component-frame {
z-index: auto !important;
}
.flex {
display: flex;
}
.flex-inline {
display: inline-flex;
}
.flex-col {
flex-wrap: wrap;
}
.et_connect-block.flex-col > div {
flex: auto; }
.et_connect-block.flex-row > form {
flex: none;
width: auto;
}
.et_connect-block.justify-content-end .et_b_header-widget .sub-menu {
left: auto;
right: 0;
} .et_connect-block-sep, .et_b_header-contact-sep {
opacity: .5;
}
.et_connect-block-sep:after {
content: "\2502";
}
.et_connect-block-sep,
.et_b_header-contact-sep,
.et_b_header-menu-sep {
font-family: auto;
}
.et_connect-block .et_promo_text_carousel {
max-width: 100%;
}
.flex-col > div, .flex-row > form {
display: flex; flex-basis: 100%;
width: 100%;
flex: 1;
justify-content: inherit !important; } .et_connect-block.flex-col > .et_b_header-account > a,
.et_connect-block.flex-col > .et_b_header-cart > a,
.et_connect-block.flex-col > .et_b_header-wishlist > a {
justify-content: inherit;
}
.flex-col, .flex-col-child > div, .flex-col-child > ul.menu {
flex-direction: column;
}
.flex-row {
flex-direction: row;
}
.flex-basis-full, .full-width-children > div, .full-width-children > form {
flex-basis: 100%;
} .flex-wrap {
flex-wrap: wrap;
}
.flex-nowrap {
flex-wrap: nowrap;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.none {
display: none;
} body.none {
display: block;
} .pos-absolute {
position: absolute;
}
.pos-fixed {
position: fixed;
}
.pos-relative {
position: relative;
}
.pos-fixed.top, .pos-absolute.top {
top: 0;
}
.pos-fixed.bottom, .pos-absolute.bottom {
bottom: 0;
}
.pos-fixed.right, .pos-absolute.right {
right: 0;
}
.pos-fixed.left, .pos-absolute.left {
left: 0;
}
.pos-fixed.full-right, .pos-absolute.full-right {
right: 100%;
}
.pos-fixed.full-left, .pos-absolute.full-left {
left: 100%;
}
.pos-static {
position: static;
}
.full-width {
width: 100%;
}
.no-click {
pointer-events: none;
}
.pointer {
cursor: pointer;
} .mtips {
position: relative;
z-index: 1000;
}
.mtips span.mt-mes {
position: absolute !important;
background: var(--et_white-2-dark);
white-space: nowrap;
color: var(--et_dark-2-white);
padding: 7px 12px !important;
top: 100%;
font-weight: 300;
margin-top: 10px;
display: none;
left: 50%;
transform: translateX(-50%);
border-radius: 2px;
font-size: 12px;
height: 11px;
line-height: 11px;
box-sizing: content-box;
box-shadow: 1px 1px 2px 0 var(--et_dark-2-white-02);
}
.mtips:after {
content: "";
position: absolute;
top: 100%;
left: calc(50% - 5px);
display: none;
border: 5px solid transparent;
border-bottom-color: var(--et_white-2-dark);
}
.mtips.mtips-right span.mt-mes,
.mtips.mtips-left span.mt-mes{
top: 50%;
left: 130%;
transform: none;
margin-top: -13px;
box-sizing: content-box;
}
.mtips.mtips-right:after {
top: 50%;
left: 130%;
margin-top: -5px;
margin-left: -10px;
border-color: transparent;
border-right-color: var(--et_white-2-dark);
}
.mtips.mtips-left span.mt-mes {
top: 50%;
left: auto;
right: 130%;
}
.mtips.mtips-left:after {
top: 50%;
left: auto;
right: 130%;
margin-top: -5px;
margin-right: -10px;
border-color: transparent;
border-left-color: var(--et_white-2-dark);
}
.mtips:hover {
z-index: 1001;
}
.mtips:hover:after, .mtips:hover span.mt-mes {
display: block;
} .site-header {
font-size: 14px;
}
.site-header svg,
.et_b-icon svg {
fill: currentColor;
}
.site-header svg:not([width]),
.et_b-icon svg {
width: 1em;
}
.site-header svg:not([height]),
.et_b-icon svg {
height: 1em;
}
.site-header ul {
list-style: none;
}
.site-header .menu {
margin-bottom: 0;
}
.site-header .et-wrap-columns {
width: calc(100% + 30px);
margin-left: -15px;
margin-right: -15px;
}
.site-header .et-wrap-columns:empty {
display: none;
}
.header-top, .header-main, .header-bottom {
position: relative;
transition: all .3s ease-in-out, top 0s;
font-size: var(--content-zoom, 100%);
}
#header.sticky-on[data-type="smart"] > [class*=header-wrapper] {
animation-name: et-toBottomFull;
animation-duration: .5s;
}
#header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper] {
z-index: 9999;
}
#header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper] > [class*='header-']:not(.sticky) {
height: 0 !important;
overflow: hidden;
}
#header.sticky-on > [class*=header-wrapper] > .sticky:last-of-type {
box-shadow: 2px 0 12px 0 rgba(0,0,0,.15);
}
#header.sticky-on > [class*=header-wrapper] > div:not(.sticky) + .sticky {
box-shadow: none;
}
#header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper], #header > [class*=header-wrapper] .sticky-on > div {
position: fixed;
top: 0;
width: 100%;
}
#header > [class*=header-wrapper] .sticky-on > .header-top {
z-index: 10001;
}
#header > [class*=header-wrapper] .sticky-on > .header-main {
z-index: 10000;
}
#header > [class*=header-wrapper] .sticky-on > .header-bottom {
z-index: 9999;
} .et_b_header-logo img[data-lazy-src]:not(.lazyloaded) {
max-height: 0;
opacity: 0;
visibility: hidden;
} .et-secondary-visibility-opened .sticky-on .secondary-menu-wrapper .menu {
display: none !important;
}
#header .et_b_header-logo.et_element-top-level span.fixed {
display: none;
}
#header.sticky-on:not([data-type="sticky"]) .et_b_header-logo.et_element-top-level span.fixed, #header .sticky-on .et_b_header-logo.et_element-top-level span.fixed {
display: inline-block;
}
#header.sticky-on:not([data-type="sticky"]) .et_b_header-logo.et_element-top-level span:not(.fixed), #header .sticky-on .et_b_header-logo.et_element-top-level span:not(.fixed) {
display: none;
} .et_b_dt_header-overlap .header-wrapper, .et_b_mob_header-overlap .mobile-header-wrapper {
position: absolute;
left: 0;
right: 0;
}
@media only screen and (min-width: 993px) {
.et_b_dt_header-overlap .page-heading {
padding-top: 13em;
padding-bottom: 5em;
}
}
@media only screen and (max-width: 992px) {
.et_b_mob_header-overlap .page-heading {
padding-top: 13em;
padding-bottom: 5em;
}
.et-popup-wrapper:not(.et-off-canvas) .et-close-popup.full-left {
left: auto;
right: 0;
margin: 5px;
}
} #header-vertical {
z-index: 10010;
font-size: var(--content-zoom);
border-right: 1px solid rgba(136, 136, 136, 0.35);
padding: 30px 0;
}
.header-vertical-menu-icon-wrapper.et-content_toggle .et-toggle {
overflow: hidden;
}
.header-vertical-menu-icon-wrapper.et-content-shown .et-toggle .et_b-icon:first-child, .header-vertical-menu-icon-wrapper.et-content_toggle:not(.et-content-shown) .et-toggle .et_b-icon:last-child {
transform: scale(0);
opacity: 0;
visibility: hidden;
}
.header-vertical-menu-icon-wrapper.et-content_toggle .et_b-icon {
position: absolute;
top: 0;
left: 0;
transition: all .3s ease-in-out;
padding: 0;
}
.header-vertical-section > .et_element {
justify-content: inherit;
text-align: inherit;
}
#header-vertical .et_b_header-menu li > .nav-sublist-dropdown:not(.nav-sublist), #header-vertical .et_b_header-menu li > .nav-sublist > ul, #header-vertical .et-mini-content {
top: 0;
left: 100%;
width: 300px;
display: flex;
flex-wrap: wrap;
height: 100vh;
justify-content: inherit;
text-align: inherit;
align-items: center;
align-content: center;
}
#header-vertical .et_b_header-menu:not(.header-secondary-menu) li:hover > .nav-sublist-dropdown:not(.nav-sublist), #header-vertical .et_b_header-menu:not(.header-secondary-menu) .item-design-dropdown li:hover > .nav-sublist > ul, #header-vertical .widget_nav_menu .menu > li .sub-menu, .site-header .etheme_widget_menu li:hover > .nav-sublist-dropdown:not(.nav-sublist), #header-vertical .etheme_widget_menu .item-design-dropdown li:hover > .nav-sublist > ul {
animation-name: et-ltr, fadeIn;
}
#header-vertical .et_b_header-menu li {
position: static;
justify-content: inherit;
width: 100%;
text-align: inherit;
line-height: 1;
}
#header-vertical .et_b_header-menu li a {
display: inline-block;
position: relative;
color: currentColor;
padding: 0;
font-size: 100%;
text-transform: inherit;
}
#header-vertical .et_b_header-menu li a:hover {
opacity: .5;
}
#header-vertical .et_b_header-menu li.menu-item-has-children > a:after {
content: '\e904';
font-family: 'xstore-icons';
font-size: 50%;
vertical-align: middle;
margin-left: 7px;
line-height: 1;
display: inline-block;
position: static;
transform: translateY(-1px);
}
#header-vertical .et_b_header-menu .nav-sublist-dropdown, #header-vertical .et-mini-content {
color: currentColor;
text-transform: inherit;
}
#header-vertical .et-content-shown:before {
display: none;
}
#header-vertical .et-mini-content {
border-left: 1px solid rgba(136, 136, 136, 0.35);
border-right: 1px solid rgba(136, 136, 136, 0.35);
}
#header-vertical .et-mini-content.active {
animation-name: et-ltr;
}
#header-vertical .et_b_header-menu .nav-sublist-dropdown:not(.nav-sublist), #header-vertical .et_b_header-menu .item-design-dropdown .nav-sublist-dropdown ul > li ul {
border-color: rgba(136, 136, 136, 0.35);
border-top: none;
border-bottom: none;
} .site-header .menu-element .menu > li > a, .site-header .menu-element .menu > li > a:hover, .site-header .widget_nav_menu .menu > li > a, .site-header .widget_nav_menu .menu > li > a:hover {
color: currentColor;
}
.site-header .menu-element .menu > li > a:hover, .site-header .widget_nav_menu .menu > li > a:hover {
opacity: .7;
}
.site-header .widget_nav_menu .sub-menu {
position: absolute;
display: block !important;
top: 100%;
width: 18em;
background: var(--et_white-2-dark);
animation: fadeOut;
z-index: 1;
border: 1px solid var(--et_border-color);
}
.site-header .widget_nav_menu .sub-menu .sub-menu {
top: -1px; left: 100%;
}
.site-header .widget_nav_menu .menu a {
width: 100%;
position: relative;
display: inline-block;
font-size: 100%;
padding: 0;
}
.site-header .widget_nav_menu .menu .sub-menu a {
padding: .6em 1.9em;
}
.site-header .widget_nav_menu .menu > li > a {
margin-left: 10px;
margin-right: 10px;
}
.site-header .widget_nav_menu .menu > li:first-child > a {
margin-left: 0 !important;
}
.site-header .widget_nav_menu .menu > li:last-child > a {
margin-right: 0 !important;
}
.site-header .widget_nav_menu .menu .menu-item-has-children > a:after {
content: "\e905";
font-family: "xstore-icons";
font-size: .57em;
margin-left: 7px;
}
.site-header .widget_nav_menu .menu li:not(:hover) > .sub-menu {
display: none !important;
} .mobile-header-wrapper .et_b_header-search.et-content-dropdown {
position: static;
font-weight: 400;
}
.mobile-header-wrapper .et_b_header-search .input-row {
width: 100%;
}
#header .mobile-header-wrapper .et_b_header-search:not(.search-full-width) .et-mini-content, #header .mobile-header-wrapper .input-input:not(.search-full-width-form) .ajax-results-wrapper {
min-width: unset;
width: calc(100% - 30px);
left: 15px;
right: 0;
}
.et_b_header-search:not(.et_element-top-level) .input-row {
border: none;
}
.et_b_header-search:not(.et_element-top-level) input[type="text"], .et_b_header-search:not(.et_element-top-level) select, .et_b_header-search:not(.et_element-top-level) .search-button {
height: 40px;
line-height: 20px;
}
.et_b_header-search:not(.et_element-top-level) .search-button {
width: 40px;
}
.et_b_header-search:not(.et_element-top-level) .search-button, .et_b_header-search:not(.et_element-top-level) .search-button:hover {
color: currentColor;
-webkit-text-fill-color: currentColor;
background-color: transparent;
}
.et_b_header-search:not(.et_element-top-level) .input-row {
color: var(--et_main-color);
-webkit-text-fill-color: currentColor;
border: 1px solid var(--et_border-color);
}
.et_b_header-search.et_element-top-level > span img, .et_b_header-search.et_element-top-level .search-button img {
max-width: 1em;
max-height: 1em;
}
#header .et_b_header-search:not(.et_element-top-level) .ajax-results-wrapper {
position: relative;
width: 100% !important;
margin: 0;
max-width: unset;
min-width: unset;
border: none;
left: 0 !important;
}
.et_b_header-search:not(.et_element-top-level) .ajax-results-wrapper .autocomplete-suggestions {
padding: 12px 5px 5px;
}
.et_b_header-search:not(.et_element-top-level) .ajax-results-wrapper .autocomplete-no-suggestion {
margin-top: -7px;
}
.ajax-search-tabs {
flex-basis: 100%;
color: #222;
}
.et_b_header-search:not(.et_element-top-level) .search-results-titles span {
margin: 0;
padding: 0 7px 7px;
flex: 1;
font-size: 90%;
text-align: center;
}
.et_b_header-search:not(.et_element-top-level) .ajax-in-action .search-button {
color: transparent !important;
}
.et_b_header-search:not(.et_element-top-level) .ajax-in-action .search-button:after {
content: '';
position: absolute;
width: 16px;
height: 16px;
margin: 0 auto;
border: 1px solid var(--et_border-color);
border-left-color: var(--et_main-color);
border-radius: 50%;
top: calc(50% - 8px);
animation: rotate .5s infinite linear;
} .search-results .content-page .swiper-entry,
.search-results .content-page .products-loop,
.search-no-results .content-page .swiper-entry,
.search-no-results .content-page .products-loop {
margin-bottom: 4vh;
}
.search-no-results .content-page .sidebar .swiper-entry,
.search-no-results .content-page .sidebar .products-loop {
margin-bottom: 0;
}
.search-results .content-page .products-title:first-of-type {
margin-top: 2vh;
}
.search-results .content-page .products-title {
margin-bottom: 1em;
}
.et-content-dropdown:not(.static), .et-content_toggle:not(.static) {
position: relative;
}
.et-content-right .et-mini-content, .et-content-right .ajax-search-form .ajax-results-wrapper {
right: 0;
}
.et-content-left .et-mini-content, .et-content-left .ajax-search-form .ajax-results-wrapper {
left: 0;
}
.et-content-toLeft:hover .et-mini-content {
animation-name: et-rtl;
}
.et-content-fadeIn:hover .et-mini-content {
animation-name: fadeIn;
}
.et-content-dropdown:hover .et-mini-content, .et-content-toTop:hover .et-mini-content, .et-content-toTop.active .et-mini-content {
animation-name: et-toTop;
}
.et-mini-content, .et-popup-content {
font-size: var(--content-zoom);
}
.et-mini-content .product_list_widget {
color: currentColor;
}
.et-popup-content {
animation: slideInRightEffect .3s ease-in-out;
}
.et-mini-content {
text-transform: none;
text-align: start;
color: var(--et_dark-2-white);
background-color: var(--et_white-2-dark);
}
.et-mini-content:not(.active)::-webkit-scrollbar {
display: none;
}
.et-mini-content .et-close {
padding: 13px;
border-radius: 50%;
color: var(--et_dark-2-white);
-webkit-text-fill-color: currentColor;
line-height: 1;
display: inline-flex;
margin: 9px;
background: var(--et_white-2-dark);
cursor: pointer;
}
.et-mini-content > .menu {
min-width: 150px; margin-bottom: 0;
}
.et-mini-content .menu li {
padding: 8px 0;
}
.et-mini-content .menu li:first-child {
padding-top: 0;
}
.et-mini-content .menu li:last-child {
padding-bottom: 0;
}
.et-mini-content .menu li a {
color: currentColor;
}
.et-mini-content > .menu li a {
font-size: 114%;
}
.et-mini-content .menu li a:hover {
opacity: .7;
}
.et-mini-content {
top: 100%;
position: absolute;
z-index: 9999;
opacity: 0;
visibility: hidden;
}
.et-mini-content.full-bottom {
top: auto;
bottom: 100%;
}
[class*=et-content-]:not(.et-popup_toggle):hover .et-mini-content,
[class*=et-content-]:not(.et-popup_toggle).active .et-mini-content,
[class*=et-content-]:not(.et-popup_toggle):hover form#loginform {
animation-duration: .3s;
opacity: 1;
visibility: visible;
}
.et_column > .et_b_header-contacts {
width: 100%;
}
.et_b_header-contacts .contact {
align-items: center;
} .et_b_header-contacts .contact:first-of-type {
margin-left: 0 !important;
}
.et_b_header-contacts .contact:last-of-type {
margin-right: 0 !important;
}
.et_b_header-contacts .contact.icon-top {
flex-wrap: wrap;
}
.et_b_header-contacts .contact.icon-top .contact-icon, .et_b_header-contacts .contact.icon-top .contact-info {
flex-basis: 100%;
}
.et_b_header-contacts .contact.icon-left .contact-icon {
margin-right: 5px;
}
.et_b_header-contacts .contact.icon-top .contact-icon {
margin-bottom: 5px;
}
.et_b_header-contacts .contact[onclick] {
cursor: pointer;
}
.et_b_header-button {
overflow: hidden;
line-height: 1;
-webkit-text-fill-color: currentColor;
}
.et_b_header-button:after {
content: '';
position: absolute;
background: rgba(255, 255, 255, .2);
z-index: 1;
top: 0;
left: 0;
bottom: 0;
right: 0;
transition: all .3s ease-in-out;
border-radius: inherit;
}
.et_b_header-button:not(:hover):after {
visibility: hidden;
opacity: 0;
}
.et_b_header-search > a, .et_b_header-socials a {
color: currentColor;
border-radius: inherit;
}
.et_b_header-search > a:hover,
.et_b_header-search > a:focus,
.et_b_header-socials a:hover,
.et_b_header-socials a:focus {
opacity: .7;
color: currentColor;
}
.et_b_header-cart > a:hover,
.et_b_header-cart > a:focus,
.et_b_header-wishlist > a:hover,
.et_b_header-wishlist > a:focus,
.et_b_header-account > a:hover,
.et_b_header-account > a:focus{
opacity: .7;
}
.et_b_header-cart > a, .et_b_header-wishlist > a, .et_b_header-account > a {
-webkit-text-fill-color: currentColor;
}
.et_b_header-wishlist {
position: relative;
}
.et_b_header-menu .menu li {
list-style: none;
}
.et_b_header-menu.et_element-top-level .menu > li > a {
font-size: var(--content-zoom);
}
.et_b_header-menu.et_element-top-level .menu .type-img,
.et_b_header-menu.et_element-top-level .menu .nav-sublist-dropdown .type-img {
display: flex;
}
.et_b_header-menu .menu > li > a {
color: currentColor;
}
.et_b_header-menu.et_element-top-level .menu > li > a.type-img {
display: inline-flex;
}
.et_b_header-menu.et_element-top-level .menu > li > a i {
display: inline-block;
margin-right: 5px;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-center-center,
.et_b_header-menu.et_element-top-level .menu .type-img.position-center-top {
align-items: center;
flex-direction: column-reverse;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-center-center img,
.et_b_header-menu.et_element-top-level .menu .type-img.position-center-top img {
margin-bottom: 10px;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-center-bottom {
align-items: center;
flex-direction: column;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-center-bottom img {
margin-top: 10px;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-right-top {
align-items: baseline;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-right-center {
align-items: center;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-right-bottom {
align-items: flex-start;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-top {
flex-direction: row-reverse;
align-items: baseline;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-center {
align-items: center;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-center img {
float: left;
}
.menu-wrapper .menu .type-img.position-left-bottom,
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-bottom {
flex-direction: row-reverse;
align-items: flex-start;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-top,
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-center,
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-bottom {
flex-direction: row-reverse;
justify-content: flex-end;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-top img,
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-center img,
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-bottom img {
margin-right: 10px;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-right-top img,
.et_b_header-menu.et_element-top-level .menu .type-img.position-right-center img,
.et_b_header-menu.et_element-top-level .menu .type-img.position-right-bottom img {
margin-left: 10px;
}
.et_b_header-menu.et_element-top-level .menu .type-img:after {
display: none;
}
.et_b_header-menu.et_element-top-level .menu .menu-disable_titles .type-img img {
margin: 0;
} .et_b_header-menu:not(.header-secondary-menu) .item-design-mega-menu .nav-sublist-dropdown .container > ul > li:not(:last-child) {
border-right: 1px solid var(--et_border-color);
}
.et_b_header-menu .secondary-menu-wrapper {
margin-right: 0;
width: 100%;
}
.et_b_header-menu .secondary-menu-wrapper .secondary-title {
display: flex;
align-items: center;
justify-content: flex-start;
line-height: 1;
font-size: var(--content-zoom, 100%);
transition: all .3s ease-in-out;
}
.et-secondary-visibility-opened .et_b_header-menu .secondary-menu-wrapper .secondary-title {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.et_column > .et_b_header-menu .secondary-menu-wrapper .secondary-title {
width: auto;
}
.secondary-menu-wrapper .menu .item-design-dropdown.menu-item-has-children:first-child .nav-sublist-dropdown ul > li ul .et_b_header-menu .secondary-menu-wrapper .item-design-dropdown .nav-sublist-dropdown ul > li ul {
top: 0;
}
.et_b_header-menu:not(.header-secondary-menu) li:hover > .nav-sublist-dropdown:not(.nav-sublist), .et_b_header-menu li.menu-open-by-click.opened > .nav-sublist-dropdown:not(.nav-sublist), .et_b_header-menu:not(.header-secondary-menu) .item-design-dropdown li:hover > .nav-sublist > ul, .site-header .widget_nav_menu .menu > li .sub-menu, .site-header .etheme_widget_menu li:hover > .nav-sublist-dropdown:not(.nav-sublist), .site-header .etheme_widget_menu .item-design-dropdown li:hover > .nav-sublist > ul {
animation-name: et-toTop;
}
.header-secondary-menu li:hover > .nav-sublist-dropdown:not(.nav-sublist), .header-secondary-menu .item-design-dropdown li:hover > .nav-sublist > ul {
animation-name: fadeIn;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li {
padding: 0;
}
.et_b_header-menu .secondary-menu-wrapper ul.menu {
padding-left: 0;
padding-right: 0;
}
.et_b_header-menu .secondary-menu-wrapper .menu li.menu-item-has-children > a:before {
background-color: transparent;
}
.et_b_header-menu .secondary-title:after {
font-size: 70%;
line-height: 1;
position: static;
margin-left: auto;
top: 0;
transform: none;
}
.et_b_header-search .input-row {
position: relative;
border: 1px solid var(--et_border-color);
background: #fff;
margin-left: auto;
margin-right: auto; justify-content: space-around;
}
.et_b_header-search form:not(.input-icon) {
width: 100%;
}
.et_b_header-search input[type="text"] {
font-size: 100%;
color: #222; width: 100%;
background-color: #fff;
border-width: 0;
padding-left: 10px;
padding-right: 10px;
border-radius: 0;
}
.et_b_header-search input::-webkit-input-placeholder {
color: #888; }
.et_b_header-search select,
.et_b_header-search .fancy-select .fancy-placeholder-text { color: #222; bottom: 0;
left: 0;
border-width: 0;
background-color: transparent !important;
background-image: var(--et_select-arrow-closed);
background-position: calc(100% - 12px) 50%;
background-repeat: no-repeat;
background-size: 10px;
transition: max-width .2s ease-in-out;
padding: 0 27px 0 0;
}
.et_b_header-search [data-search-mode="white"] select,
.et_b_header-search [data-search-mode="white"] .fancy-select .fancy-placeholder-text {
color: #fff;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA3lBMVEUAAAD////MzMzV1dXb29vf39/j4+Pm5ubo6OjY2Njd3d3f39/j4+Pm5ubn5+fc3Nzf39/g4ODj4+Pd3d3f39/g4ODi4uLj4+Pf39/h4eHj4+Pg4ODi4uLf39/i4uLg4ODh4eHj4+Pg4ODh4eHh4eHh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eHh4eHg4ODh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eFRk8keAAAASnRSTlMAAwUGBwgJCgsNDxASFBUWGBkbHiAhIyUoKi0yNTg+QURIS1RcoKmusrS4u8HFyMrN0NPV2Nrd3t/g4uPk5ujs7e7v8vP19vf6/B4KHFoAAACPSURBVHjazcxTAkJBFIDh/yrbtm3b7X9B2XiubzwH/JT623c/KfBGSDZIbFMiL8TUKgrxTVbhiZReRo5nbJ1T8UDOLMLnW3hR0HKjyc+C13toXjZc77riNMBNYFIxnm/60sjHA/+4bj2e5urQyxPvsGEDS63r4oVn0HHam20nb9y9bvfc75WjVTXxkSLxJ/ZSKgzwwjRX7AAAAABJRU5ErkJggg==);
}
.et_b_header-search .fancy-select .fancy-placeholder-text {
white-space: nowrap;
display: flex;
align-items: center;
cursor: pointer;
height: 2.9rem;
}
.et_b_header-search select + input[type="text"],
.et_b_header-search .fancy-select + input[type="text"] {
border-left-width: 1px;
}
.et_b_header-search .fancy-select p {
margin: 0;
color: currentColor;
}
.fancy-select-results {
background: #fff;
color: #222;
left: 0;
animation: et-dropdown .3s;
z-index: 27;
border: 1px solid var(--et_border-color);
}
.fancy-select-results ul {
margin-bottom: 0;
text-align: start;
}
.fancy-select-results > ul {
overflow: hidden;
overflow-y: auto;
max-height: 230px;
padding: 10px 0;
}
.fancy-select-results ul li {
padding: .5em 2em;
cursor: pointer;
transition: all .3s linear;
}
.fancy-select-results ul li:hover {
opacity: .7;
background: #f1f1f1;
}
.et_b_header-search .search-button {
font-size: 100%;
padding: 0;
border: none;
background: transparent;
}
.et_b_header-search .clear {
color: #222; padding: 0 10px 0 0;
font-size: 85%;
line-height: 1;
animation: fadeIn .3s, et-rtl .3s;
text-transform: uppercase;
}
.ajax-search-form:not(.ajax-results-shown) .clear {
display: none;
}
.ajax-search-form.input-icon:before {
content: '';
width: 100%;
height: 0;
position: absolute;
top: 0;
}
.et_b_header-search .et-mini-content {
background: transparent;
}
.et_b_header-search .et-mini-content, .ajax-results-wrapper {
width: 100%;
min-width: 310px;
}
.et_b_header-search .results-ajax-list-inner li {
padding: 0 5px 20px 0;
display: flex;
float: left;
align-items: flex-start;
width: 50%;
min-width: 250px;
justify-content: flex-start;
}
.results-ajax-list-inner li a:not(.ajax-list-image):hover {
opacity: .7;
}
.results-ajax-list-inner img {
max-width: 60px;
margin: 0 20px 0 0;
}
.ajax-search-form .autocomplete-suggestions {
font-size: var(--content-zoom);
}
.results-ajax-list .ajax-item-title {
font-size: 100%;
}
.et_b_header-search .results-ajax-list .ajax-item-title {
color: #222; }
.et_b_header-search .post-date {
font-size: 85%;
}
.ajax-item-info {
overflow: hidden;
text-align: start;
color: #888; }
.ajax-item-title {
color: #222; }
.ajax-item-add-to-cart {
margin-top: 7px;
}
.results-ajax-list-inner .ajax-list-image {
float: left;
display: block;
}
.results-ajax-list-inner .ajax-item-title {
display: block;
margin-bottom: 0;
}
.justify-content-start .input-row {
margin-left: 0;
}
.justify-content-end .input-row {
margin-right: 0;
}
.justify-content-center .input-row,
.mobile-header-wrapper .mob-justify-content-center .input-row {
margin-right: auto;
margin-left: auto;
}
.mobile-header-wrapper .mob-justify-content-start .input-row {
margin-left: 0;
margin-right: auto;
}
.mobile-header-wrapper .mob-justify-content-end .input-row {
margin-right: 0;
margin-left: auto;
} .et_b_header-account.login-link form p {
font-size: 100%;
line-height: 1.3;
}
.et_b_header-account.login-link form .user-role {
margin-bottom: -10px;
}
.et_b_header-account.login-link form.register .show_if_seller .form-row:not(.form-row-wide) {
width: 100%;
margin-left: 0;
margin-right: 0;
float: none;
margin-bottom: 1em;
}
.et_b_header-account.login-link label, .et_b_header-account.login-link .lost-password, .et_b_header-account.login-link .register-link {
font-size: 114%;
}
.et_b_header-account.login-link label {
color: currentColor;
}
.et_b_header-account.login-link .lost-password:hover {
opacity: .7;
}
.et_b_header-account.login-link .et-facebook-login-button, .et_b_header-account.login-link .button {
font-size: 85%;
} .et_b-header-account .et_b-tabs .et-tab {
opacity: 1;
color: #888; border-color: #e1e1e1; }
.et_b-header-account .et_b-tabs .et-tab.active {
color: #222; }
form.login.et_b-tab-content.active,
.et_b_header-account form:only-of-type {
display: block !important;
}
form#loginform input[type="submit"],
form#loginform input[type="submit"]:hover {
background-color: #222; color: #fff;
border-color: #222; }
.et_b_header-account.login-link form p:last-child {
margin-bottom: 0;
}
.et_b_header-account.login-link form .woocommerce-privacy-policy-text {
margin-bottom: 20px;
}
.et_b_header-account.et-content-toTop .et-mini-content {
min-width: 180px;
} .et_b_header-cart.et-content-toTop .et-mini-content, .et_b_header-wishlist.et-content-toTop .et-mini-content {
width: 350px;
padding: 0;
}
.et_b_header-cart:not(.et-off-canvas) .widget_shopping_cart {
width: 100%;
}
.et_b_header-cart .woocommerce-mini-cart__empty-message,
.et_b_header-wishlist .empty {
text-align: center;
margin-bottom: -1.43rem;
}
.et_b_header-cart:not(.et-off-canvas) .woocommerce-mini-cart__empty-message {
margin-bottom: -1.43rem;
}
.cart-type2 > a, .wishlist-type2 > a, .compare-type2 > a, .account-type2 > a {
flex-wrap: wrap;
}
.cart-type2 .et_b-icon, .wishlist-type2 .et_b-icon, .compare-type2 .et_b-icon, .account-type2 .et_b-icon {
display: flex;
justify-content: inherit;
width: 100%;
}
.et_b_header-wishlist.et_element-top-level > a, .et_b_header-account.et_element-top-level > a, .et_b_header-cart.et_element-top-level > a {
-webkit-backface-visibility: hidden;
}
.cart-type2 .et_b-icon:first-child:not(:last-child) + .et-element-label, .cart-type2 .et_b-icon:first-child:not(:last-child) + .et-element-label + .et-total, .cart-type2 .et_b-icon:first-child:not(:last-child) + .et-total,
.wishlist-type2 .et_b-icon:first-child:not(:last-child) + .et-element-label,
.compare-type2 .et_b-icon:first-child:not(:last-child) + .et-element-label,
.account-type2 .et_b-icon:first-child:not(:last-child) + .et-element-label {
padding-top: 5px;
}
.cart-type2 .et_b-icon:first-child:not(:last-child) + .et-total {
padding-left: 0;
}
.cart-type2 .et_b-icon:last-child:not(:first-child), .wishlist-type2 .et_b-icon:last-child:not(:first-child), .compare-type2 .et_b-icon:last-child:not(:first-child), .account-type2 .et_b-icon:last-child:not(:first-child) {
padding: 5px 0 0;
}
.cart-type2 .et-element-label, .wishlist-type2 .et-element-label, .compare-type2 .et-element-label, .account-type2 .et-element-label {
padding: 0;
line-height: 1;
}
.cart-type2 .et-total {
line-height: 1;
}
.et_b-icon,
.et-svg {
display: inline-flex;
position: relative;
align-items: center;
}
.et_b-icon.none,
.et-svg.none {
display: none;
}
.et_b-icon svg, .et_b_header-socials svg {
fill: currentColor;
}
.et-quantity {
--et-quantity-proportion: 1.5em;
font-size: .75em;
position: relative;
-webkit-text-fill-color: currentColor;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
line-height: .75em;
width: var(--et-quantity-proportion);
height: var(--et-quantity-proportion);
text-align: center;
}
.et-quantity-right .et-quantity {
top: 0;
margin-left: 1px;
}
.et-quantity-bottom .et-quantity {
top: 2px;
}
.et-quantity,
.et-quantity-top .et-quantity {
top: -7px;
margin-left: -7px;
}
.et_b-icon + span, .et-element-label + span, .et-total + span, span + .et_b-icon, span + .et-element-label, span + .et-total {
padding-left: 5px;
}
.et-off-canvas > .et-mini-content {
position: fixed;
top: 0;
height: 100%;
max-width: 300px;
width: calc(100% - 64px);
display: flex;
flex-wrap: wrap;
align-content: flex-start;
transition: all .4s ease-in-out;
z-index: 10010;
--head-icon-proportion: 1.6;
--head-quantity-proportion: 1;
--head-label-proportion: 1.2;
}
@media only screen and (min-width: 1200px) {
body.bordered .et-off-canvas > .et-mini-content {
height: calc(100% - 36px);
top: 18px;
}
}
.et-off-canvas-wide > .et-mini-content {
max-width: 400px;
}
.et-off-canvas.et-content-right > .et-mini-content:not(.active) {
margin-right: -150px;
}
.et-off-canvas.et-content-left > .et-mini-content:not(.active) {
margin-left: -150px;
}
.et-off-canvas .et-content {
overflow: hidden;
overflow-y: auto; width: 100%;
max-height: 100%;
height: 100%;
}
.et-off-canvas-wide .et-content {
display: grid;
align-content: stretch;
grid-template-rows: max-content minmax(0px, 100vh) 1fr;
overflow: unset;
margin-bottom: 0;
}
.et-off-canvas .widget_shopping_cart,
.et-off-canvas .et_b_wishlist-dropdown {
padding-right: 3px;
padding-left: 3px;
}
.et-off-canvas .widget_shopping_cart,
.et-off-canvas .et_b_wishlist-dropdown,
.et-off-canvas.et_b_header-account .et_b-tabs-wrapper {
overflow-x: hidden;
overflow-y: auto;
max-height: calc(100% - 20px);
}
.et-off-canvas .widget_shopping_cart > ul,
.et-off-canvas .et_b_wishlist-dropdown > ul {
margin-bottom: 0;
}
.header-wrapper .et-off-canvas .et-mini-content .et-quantity,
.mobile-header-wrapper .et-off-canvas .et-mini-content .et-quantity, .et-mobile-panel .et-quantity {
background-color: #e1e1e1;
color: #000000;
}
.et-off-canvas.et_b_header-account ul.menu {
text-transform: uppercase;
}
.et-off-canvas.et_b_header-account input {
min-width: unset;
}
.et-off-canvas.et_b_header-account input#rememberme + span {
max-width: 80px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
float: left;
}
.et-off-canvas.et_b_header-account input#rememberme {
float: left;
}
.et-off-canvas:hover > .et-mini-content:not(.active), .et-content_toggle:hover > .et-mini-content:not(.active) {
opacity: 0;
visibility: hidden;
}
.et-off-canvas .et-mini-content.active, .et-content_toggle .et-mini-content.active {
animation-duration: .3s;
opacity: 1;
visibility: visible;
}
.et-mini-content-head {
padding: 0 10px 10px;
margin: 0 -10px 30px;
align-self: flex-start;
}
.et-mini-content-head > a {
color: currentColor;
}
.et-mini-content-head.et-inline-type {
margin-bottom: 0;
}
.et-mini-content-head > a:hover {
color: currentColor;
}
.et-mini-content-head:not(.et-inline-type) .et_b-icon {
display: flex;
justify-content: inherit;
width: 100%;
align-items: center;
}
.et-mini-content-head .et_b-icon svg {
width: calc(var(--content-zoom) * var(--head-icon-proportion));
height: calc(var(--content-zoom) * var(--head-icon-proportion));
}
.et-mini-content-head .et-element-label {
color: currentColor;
text-transform: uppercase;
font-size: calc(var(--content-zoom) * var(--head-label-proportion));
}
.et-mini-content-head:not(.et-inline-type) .et-element-label {
padding: 0;
padding-top: 15px !important;
}
.et-mini-content-head .et-element-label:before {
content: '';
height: 2px;
width: 0;
right: 0;
position: absolute;
transition: width .2s ease-in-out;
bottom: -4px;
background: currentColor;
}
.et-mini-content-head > a:hover .et-element-label:before {
width: 100%;
left: 0;
right: auto;
}
.et-off-canvas .cart_list.product_list_widget li {
padding: 20px 0;
margin: 0 -5px 0 !important;
width: calc(100% + 10px);
transition: all .2s linear;
cursor: default;
}
.et-mini-content .cart_list.product_list_widget .sidebar-slider {
margin-top: 0;
margin-bottom: 1.07em;
}
.et-mini-content .cart_list.product_list_widget .swiper-wrapper {
align-items: flex-start
}
.et-mini-content .cart_list.product_list_widget .swiper-slide {
margin: 0 !important;
padding: 0;
width: 100%;
border: none;
}
.et-mini-content .cart_list.product_list_widget li.swiper-slide {
padding: 0 12px;
}
.et-mini-content .sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) p.product-title,
.et-mini-content .sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) .price {
opacity: 1;
}
.et-mini-content .sidebar-slider .swiper-entry .swiper-container .swiper-slide .product-title {
padding-right: 0;
}
.et-mini-content .sidebar-slider .swiper-entry .swiper-container .swiper-slide .product-title a {
white-space: normal;
overflow: unset;
}
.et-mini-content .cart_list.product_list_widget .swiper-slide .product-list-image {
margin: 0 0 10px;
float: none;
}
.et-mini-content .cart_list.product_list_widget .swiper-slide .product-list-image img {
margin: 0 auto;
}
.et-off-canvas .cart_list.product_list_widget .swiper-slide .product-list-image img {
max-width: unset;
}
.et-off-canvas .cart_list.product_list_widget li .et-remove-type1 {
display: none;
}
.et-off-canvas .cart_list.product_list_widget li .et-remove-type2 {
display: inline-block;
border-radius: 3px;
overflow: hidden;
background: #fcfcfc;
padding: 2px;
}
.et-off-canvas .cart_list.product_list_widget li .et-remove-type2 img {
max-width: 18px;
}
.header-wrapper .et-off-canvas .cart_list.product_list_widget li {
padding-left: 12px;
padding-right: 12px;
}
.header-wrapper .et-off-canvas .cart_list.product_list_widget li:hover,
.header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper,
.header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper span,
.header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper input {
background: #fafafa;
}
.header-wrapper .et-off-canvas .cart_list.product_list_widget .swiper-slide:hover {
background: transparent;
} [data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget li:hover,
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper,
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper span,
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper input{
background: #2f2f2f;
}
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget .swiper-slide:hover {
background: transparent;
}
.et-off-canvas .product_list_widget .cart-widget-products {
padding: 0 5px;
}
.header-wrapper .et-off-canvas .cart-widget-products .remove {
right: 12px;
}
.et-off-canvas .cart-widget-products .remove {
top: 19px;
}
.et-off-canvas .cart-widget-products .remove i {
font-size: 65%;
}
.header-wrapper .et-off-canvas .cart-widget-products li:not(:hover) .remove {
opacity: 0;
visibility: hidden;
transform: translateX(7px) rotate(20deg);
}
.et_b_header-cart.et-off-canvas .woocommerce-mini-cart__empty-message,
.et_b_header-wishlist.et-off-canvas .empty {
font-size: 114%;
}
.et-off-canvas .product_list_widget li:not(:last-child) {
border-bottom: 1px solid var(--et_border-color);
}
.et-off-canvas .cart-popup-footer .btn-view-cart {
display: none;
}
.et-off-canvas .cart-popup-footer .total {
display: flex;
justify-content: space-between;
font-size: 100%;
}
.et-off-canvas .cart-widget-subtotal .small-h {
text-transform: uppercase;
}
.et-off-canvas.et_element .cart-widget-subtotal .big-coast {
font-size: 114%;
}
.static-quantity .et-quantity {
position: static;
margin-left: 0;
margin-right: 0;
}
.et_b_header-cart .cart-popup-footer {
width: 100%;
align-items: center;
} .et-mini-content .woocommerce-mini-cart__footer-wrapper {
display: inline-block;
width: 100%;
}
.et_b_header-cart .woocommerce-mini-cart__footer:empty {
display: none;
}
.et_b_header-cart .woocommerce-mini-cart__footer .vc_row {
max-width: 100%;
}
.et_b_header-cart .woocommerce-mini-cart__footer .swiper-container {
max-width: 100%;
overflow: hidden;
}
.et_b_header-cart .et-cart-progress {
flex-wrap: wrap;
padding-right: 20px;
padding-left: 20px;
cursor: default;
background: transparent;
padding-top: 0;
color: currentColor;
}
.et_b_header-cart .et-cart-progress > span {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-top: -10px;
}
.et_b_header-cart .et-cart-progress .et_b-icon {
width: auto;
}
.et_b_header-cart .et-cart-progress svg {
vertical-align: middle;
font-size: 1.2em;
}
.et_b_header-cart .et-cart-progress:not([data-percent-sold="100"]) .et-cart-progress-success,
.et_b_header-cart .et-cart-progress[data-percent-sold="100"] .et-cart-in-progress {
display: none;
}
.et_b_header-cart .et-cart-progress-amount {
font-size: 114%;
font-weight: 600;
}
.et_b_header-cart .et_cart-progress-bar {
position: relative;
width: 100%;
height: 12px;
text-align: start;
background-color: var(--et_border-color);
background-image: linear-gradient(135deg, rgba(255, 255, 255, .7) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, .7) 75%, transparent 75%, transparent);
background-size: 30px 30px;
animation: progress-bar-move 2s linear infinite reverse;
display: block;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
border-radius: 3px;
margin-top: 10px;
}
.et_b_header-cart .et_cart-progress-bar::-webkit-progress-bar {
background: transparent;
}
.et_b_header-cart .et_cart-progress-bar::-webkit-progress-value {
display: block;
height: 100%;;
background-color: var(--et_green-color);
position: relative;
overflow: hidden;
border-radius: 3px;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
@-webkit-keyframes progress-bar-move {
0% {
background-position: 0 0;
}
100% {
background-position: 30px 30px;
}
}
@keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 30px 30px;
}
}
.cart-widget-products .remove {
font-size: 114%;
} .et_b_header-socials a {
font-size: var(--content-zoom);
line-height: 1;
}
.et_b_header-socials.et_element-top-level a:first-of-type {
margin-left: 0 !important;
}
.et_b_header-socials.et_element-top-level a:last-of-type {
margin-right: 0 !important;
} .et_b_header-menu > .menu-main-container {
all: inherit;  width: auto;
margin: 0;
}
.et_b_header-menu .menu {
display: flex;
align-items: center;
flex-flow: row wrap;
}
.header-main-menu.et_element-top-level .menu-main-container > .menu {
justify-content: inherit;
}
.et_b_header-menu ul[id] {
margin-bottom: 0;
}
.et_b_header-menu .menu a {
position: relative;
display: inline-block;
-webkit-text-fill-color: currentColor; }
.et_b_header-menu.et_element-top-level .menu > li:last-child > a + .et_b_header-menu-sep,
.et_b_header-menu.et_element-top-level .menu ul .et_b_header-menu-sep {
display: none;
}
.et_b_header-menu:not(.et_element-top-level) .menu a {
display: inline-flex;
align-items: center;
}
.et_b_header-menu:not(.et_element-top-level) .menu a .label-text {
order: 1;
}
.et_b_header-menu:not(.et_element-top-level) .menu a img {
margin-right: 10px;
order: -2;
}
.et_b_header-menu .label-text {
position: relative;
top: -.2em;
margin-left: 5px;
color: #fff; -webkit-text-fill-color: currentColor;
font-size: .57em;
line-height: .9em;
padding: 3px 3px 3px;
display: inline-block;
border-radius: 2px;
}
.et_b_header-menu .label-text:before {
content: '';
width: 0;
height: 0;
border: .38em solid transparent;
position: absolute;
top: 50%;
left: -.655em;
right: auto;
transform: translateY(-50%);
}
.menu-item-has-children {
position: relative;
}
.menu-item-has-children > a > .arrow {
fill: currentColor;
margin-left: 5px;
order: -1;
}
.et_b_header-menu .nav-sublist-dropdown:not(.nav-sublist) {
position: absolute;
left: 0;
z-index: -1;
background-color: var(--et_white-2-dark);
text-align: start;
border: 1px solid var(--et_border-color);
box-sizing: border-box;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown:not(.nav-sublist) {
width: 18em;
}
.header-main-menu .nav-sublist-dropdown:not(.nav-sublist) {
top: 100%;
padding: .6em 1.14em;
}
.et_b_header-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown:not(.nav-sublist) {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown:not(.nav-sublist), .et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul, .et_b_header-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown:not(.nav-sublist) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-link, .site-header .widget_nav_menu .menu > li > .sub-menu a, .site-header .etheme_widget_menu .nav-sublist-dropdown .item-link {
font-size: var(--content-zoom);
}
.et_b_header-menu .nav-sublist-dropdown .item-link {
display: flex;
align-items: center;
font-size: 100%;
color: currentColor;
-webkit-text-fill-color: currentColor;
padding: .6em 1.9em;
}
.et_b_header-menu .nav-sublist-dropdown .item-link:hover, .site-header .widget_nav_menu .menu > li > .sub-menu a:hover, .site-header .etheme_widget_menu .nav-sublist-dropdown .item-link:hover {
opacity: .5;
}
.et_b_header-menu .nav-sublist-dropdown ul {
display: block;
width: 100%;
}
.et_b_header-menu .menu-static-block ul {
display: inline-block;
}
.header-secondary-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown .item-link,
.header-secondary-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown > .container > ul .item-level-1 > a {
padding-left: 0;
padding-right: 9px;
}
.et_b_header-menu li > .nav-sublist-dropdown:not(.nav-sublist), .et_b_header-menu li.menu-open-by-click:not(.opened):hover > .nav-sublist-dropdown:not(.nav-sublist) {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.et_b_header-menu li:hover > .nav-sublist-dropdown:not(.nav-sublist), .et_b_header-menu li.menu-open-by-click.opened > .nav-sublist-dropdown:not(.nav-sublist) {
opacity: 1;
visibility: visible; z-index: 1002;
animation-duration: .3s;
pointer-events: auto;
}
.et_b_header-menu .nav-sublist-dropdown {
text-transform: none;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown {
opacity: 0;
visibility: hidden;
}
.et_b_header-menu .item-design-dropdown:hover > .nav-sublist-dropdown, .et_b_header-menu .item-design-dropdown li:hover > .nav-sublist-dropdown {
opacity: 1;
visibility: visible;
z-index: 2; animation-duration: .3s;
}
.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul {
margin-top: 0 !important;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
font-size: 60%;
right: 1em;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown ul > li > a {
width: 100%;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown ul > li ul, .site-header .widget_nav_menu .menu > li > .sub-menu .sub-menu, .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li ul {
position: absolute;
top: calc(-1em - 1px);
border: 1px solid var(--et_border-color);
z-index: 0;
left: 100%;
animation-duration: .3s;
}
.site-header .widget_nav_menu .menu > li .sub-menu {
animation-duration: .3s;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown ul > li ul ul {
z-index: -2;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul {
background-color: var(--et_white-2-dark);
padding: 1em 0;
}
.et_b_header-menu .nav-sublist-dropdown {
color:  var(--et_dark-2-white);
background: var(--et_white-2-dark);
} .menu-items-underline .menu > li > a:before {
content: '';
height: 2px;
width: 0;
right: 0;
position: absolute;
transition: width .2s ease-in-out;
bottom: 0;
}
.menu-items-underline .menu > li.current-menu-item > a:before, .menu-items-underline .menu > li > a:hover:before,
.menu-items-underline .menu > li.opened > a:before {
width: 100%;
left: 0;
right: auto;
}
.menu-items-overline .menu > li > a:before {
content: '';
height: 2px;
width: 0;
right: 0;
position: absolute;
transition: width .2s ease-in-out;
top: 0;
}
.menu-items-overline .menu > li > a:hover:before {
width: 100%;
left: 0;
right: auto;
}
.menu-items-overline .menu > li.current-menu-item > a:before, .menu-items-overline .menu > li > a:hover:before,
.menu-items-overline .menu > li.opened > a:before{
width: 100%;
left: 0;
right: auto;
}
.menu-items-dots .menu > li:not(:last-child) > a:before {
color: currentColor;
-webkit-text-fill-color: currentColor;
position: absolute;
right: 0;
transform: translateX(50%);
background-color: transparent !important;
}
.et_b_header-menu.menu-items-dots.et_element-top-level .menu > li > a {
border-color: transparent;
}
.menu-items-arrow .menu > li > a:before {
content: '';
height: 0;
width: 0;
background: transparent !important;
border: .5em solid transparent;
border-bottom-color: #555;
position: absolute;
left: 50%;
bottom: -.5em;
opacity: 0;
visibility: hidden;
transform: translateX(-50%);
transition: all .3s ease-in-out;
}
.menu-items-arrow .menu > li.current-menu-item > a:hover:before,
.menu-items-arrow .menu > li > a:hover:before {
bottom: 0;
visibility: visible;
opacity: 1;
}
.et_b_header-menu.et_element-top-level .menu > li > a:before, .et_b_header-menu.et_element-top-level.menu-items-custom .menu > li > a:hover, .et_b_header-menu.et_element-top-level.menu-items-custom .menu > .current-menu-item > a, .et_b_header-menu.et_element-top-level .menu > .current-menu-item > a:before {
background-color: var(--et_border-color);
} .et_b_header-widget:empty:before {
content: attr(data-title);
white-space: nowrap;
}
.et_b_header-widget .sidebar-widget:not(:empty), .et_b_header-widget .sidebar-slider:not(:empty) {
margin: 0;
}
.et_b_header-widget > div {
display: inline-block;
} .et_b_header-widget #lang_sel a.lang_sel_sel,
.et_b_header-widget .wcml-dropdown a.wcml-cs-item-toggle {
padding-top: 0;
padding-bottom: 0;
}
.et_b_header-widget #lang_sel li ul,
.et_b_header-widget .wcml-dropdown .wcml-cs-submenu {
border: 1px solid var(--et_border-color);
}
.et_b_header-widget .wcml-dropdown .wcml-cs-submenu li {
border: none;
}
.et_b_header-widget .widget_polylang > ul > li > a {
color: currentColor !important;
}
.et_b_header-widget .widget_polylang > ul > li > a:hover {
opacity: .7;
}
.et_b_header-widget #lang_sel a,
.et_b_header-widget .wpml-ls-legacy-list-horizontal a {
font-size: var(--content-zoom) !important;
border: none;
}
.et_b_header-widget .sub-menu {
left: 0;
}
.et_b_header-widget .sub-menu li {
width: 100%;
text-align: start;
}
.et_b_header-widget > div, .et_b_header-widget > ul {
margin-left: 10px;
margin-right: 10px;
}
.et_b_header-widget > div:first-child, .et_b_header-widget > ul:first-child {
margin-left: 0 !important;
}
.et_b_header-widget > div:last-child, .et_b_header-widget > ul:last-child {
margin-right: 0 !important;
} .et_b_header-mobile-menu > .et-mini-content {
box-shadow: 2px 3px 12px rgba(0,0,0,.15);
}
div.children-align-inherit .et_b_header-menu, div.children-align-inherit .et_b_header-menu .menu, div.children-align-inherit .et_b_header-menu .menu li a, div.children-align-inherit .menu-main-container, div.children-align-inherit .nav-sublist-dropdown .container, div.children-align-inherit .nav-sublist-dropdown, div.children-align-inherit .nav-sublist, div.children-align-inherit .nav-sublist-dropdown ul {
justify-content: inherit;
text-align: inherit !important;
width: 100%;
}
div.mobile-menu-content a, div.mobile-menu-content a:hover, .mobile-menu-content .et_b_header-menu .nav-sublist-dropdown {
color: currentColor;
}
div.mobile-menu-content a:hover {
opacity: .7;
}
.mobile-menu-content .et_b_header-menu .nav-sublist-dropdown {
background: transparent;
}
div.mobile-menu-content::-webkit-scrollbar {
display: none;
}
.children-align-inherit .et_b_header-menu .menu {
flex-wrap: wrap;
width: 100%;
}
div.mobile-menu-content .et_b_header-menu .menu li {
display: flex;
flex-wrap: wrap;
color: currentColor;
-webkit-text-fill-color: currentColor;
flex-basis: 100%;
align-items: center;
padding: 0;
width: 100% !important;
}
div.mobile-menu-content .et_b_header-menu .menu li a {
position: relative;
width: 100%;
font-size: 100%;
color: currentColor;
margin: 0;
padding: 10px 0;
white-space: normal;
border: none;
background: transparent;
border-radius: 0;
}
div.mobile-menu-content .et_b_header-menu .menu li a .et-icon,
div.mobile-menu-content .et_b_header-menu .menu li a > .fa,
.et-mini-content .menu li a .et-icon,
.et-mini-content .menu li a > .fa {
margin-right: 5px;
}
div.mobile-menu-content .et_b_header-menu .menu li a:before {
display: none;
}
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li.menu-item-has-children > a,
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li a,
.mobile-menu-content.justify-content-center .et_b-tab-content .widget .cat-item a {
justify-content: center;
padding-right: 0;
padding-left: 0;
}
div.mobile-menu-content .et_b_header-menu .menu li.menu-item-has-children > a {
padding-right: 1em;
}
div.mobile-menu-content .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a {
position: relative;
}
div.mobile-menu-content .et_b_header-menu .menu li .menu-sublist {
width: 100%;
}
div.mobile-menu-content .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > .nav-sublist {
display: block;
animation: none;
}
div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist-dropdown:not(.nav-sublist),
div.mobile-menu-content .et_b_header-menu .menu li > ul:not(.nav-sublist-dropdown):not(.nav-sublist),
div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist > ul {
display: none;
position: static;
flex-basis: 100%;
opacity: .7;
visibility: visible;
width: 100%;
margin: 0;
padding: 0 0 0 15px !important;
background: transparent;
border: none;
border-left: 1px solid var(--et_border-color);
box-shadow: none;
animation: none;
z-index: 2;
}
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li > .nav-sublist-dropdown:not(.nav-sublist),
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li > ul:not(.nav-sublist-dropdown):not(.nav-sublist),
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li > .nav-sublist > ul {
padding: 0 !important;
border-left: none;
}
div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist {
width: 100%;
}
div.mobile-menu-content .et_b_header-menu .menu li.over > .nav-sublist-dropdown:not(.nav-sublist),
div.mobile-menu-content .et_b_header-menu .menu li.over > ul:not(.nav-sublist-dropdown):not(.nav-sublist),
div.mobile-menu-content .et_b_header-menu .menu li.over > .nav-sublist > ul {
animation: none;
}
div.mobile-menu-content .et_b_header-menu .menu li.over > .nav-sublist {
opacity: 1;
visibility: visible;
animation: none;
}
div.mobile-menu-content .et_b_header-menu .menu .item-link .arrow {
display: none;
}
div.mobile-menu-content .et_b_header-menu.menu-items-custom .menu > li > a:hover,
div.mobile-menu-content .et_b_header-menu.menu-items-custom .menu > .current-menu-item > a {
background: transparent;
color: currentColor;
-webkit-text-fill-color: currentColor;
}
div.mobile-menu-content .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
display: none;
}
div.mobile-menu-content .open-child {
position: absolute;
right: 0;
top: calc(50% - .5em);
}
div.mobile-menu-content .et_b-tab-content .widget .children {
display: none;
opacity: 0.7;
padding-left: 15px;
border-left: 1px solid var(--et_border-color);
}
div.mobile-menu-content .et_b-tab-content .widget .children, .mobile-menu-content .et_b_header-menu .nav-sublist-dropdown {
text-transform: capitalize;
}
div.mobile-menu-content > div:empty {
display: none;
}
div.mobile-menu-content .autocomplete-suggestion {
min-width: unset;
}
div.mobile-menu-content .ajax-results-wrapper {
position: static;
}
div.mobile-menu-content .subcategories-tabs ul {
display: flex;
}
div.mobile-menu-content .subcategories-tabs ul li {
position: relative;
justify-content: center;
padding: 5px !important;
}
div.mobile-menu-content .subcategories-tabs ul li:after {
position: absolute;
bottom: -1px;
z-index: 12;
content: '';
height: 2px;
width: 0;
right: 0;
transition: width .3s;
background: currentColor;
}
div.mobile-menu-content .subcategories-tabs ul li.active:after {
left: 0;
width: 100%;
right: 0;
}
div.mobile-menu-content .post-preview-thumbnail {
display: none;
} .children-align-inherit .et_b_header-logo {
display: inline-block;
width: 100%;
} .mobile-menu-content .et_b_header-button {
margin: 0;
} .mobile-menu-content .et_b_header-socials a {
margin: 0 10px;
font-size: 100%;
}
.mobile-menu-content .et_b_header-socials {
margin-left: -10px;
margin-right: -10px;
} .mobile-menu-content > .et_element:not(:last-child), .et_b-tabs-wrapper:not(:last-child), .mobile-menu-content .et_b_header-contacts .contact:not(:last-child), .mobile-menu-content .et_b_header-button {
margin-bottom: 20px;
}
.mobile-menu-content > .et_element {
width: 100%;
}
.mobile-menu-content > .et_element > .menu-main-container, .et_b-tab-content {
margin-top: -10px;
margin-bottom: -10px;
}
.toggles-by-arrow .open-child {
width: 1em;
height: 1em;
display: inline-flex;
position: relative;
align-items: center;
cursor: pointer;
}
.toggles-by-arrow .open-child::before {
left: 0;
transform: rotate(45deg);
}
.toggles-by-arrow .open-child::after {
left: calc(50% - .18em);
transform: rotate(-45deg);
}
.toggles-by-arrow .open-child:before, .toggles-by-arrow .open-child:after {
content: "";
position: absolute;
width: 50%;
height: 1px;
transition: all .2s ease-in-out;
background-color: currentColor;
}
.toggles-by-arrow .over > a .open-child:before, .toggles-by-arrow .active:not(li) > a .open-child:before, .toggles-by-arrow li.et-active > a .open-child:before {
left: 5%;
transform: rotate(0deg);
width: 40%;
}
.toggles-by-arrow .over > a .open-child:after, .toggles-by-arrow .active:not(li) > a .open-child:after, .toggles-by-arrow li.et-active > a .open-child:after {
left: 45%;
transform: rotate(0deg);
width: 40%;
}
.et_b-tab-content {
animation: fadeIn .3s;
}
.et_b-tab-content:not(.active) {
display: none;
}
.et_b-tab-content, .et_b-tab-content .widget, .et_b-tab-content ul, .et_b-tab-content li, .et_b-tab-content a {
text-align: inherit;
justify-content: inherit;
}
.et_b-tab-content .widget .cat-item-none,
.et_b-tab-content .widget .cat-item a {
display: flex;
position: relative;
font-size: 100%;
width: 100%;
color: currentColor;
-webkit-text-fill-color: currentColor;
margin: 0;
padding: 10px 0;
white-space: normal;
}
.et_b-tab-content .cat-parent > a {
padding-right: 20px;
}
.et_b-tabs {
display: flex;
justify-content: space-around;
margin-bottom: 15px;
}
.et_b-tabs-wrapper {
overflow: hidden;
width: 100%;
}
.et_b-tabs .et-tab {
position: relative;
color: currentColor;
-webkit-text-fill-color: currentColor;
cursor: pointer;
padding: 0 5px 10px;
flex: 1;
text-align: center;
opacity: .5;
white-space: nowrap;
text-transform: uppercase;
border-bottom: 1px solid currentColor;
}
.et_b-tabs .et-tab:not(.active) {
overflow: hidden;
text-overflow: ellipsis;
}
.et_b-tabs .et-tab:after {
position: absolute;
bottom: -1px;
z-index: 12;
content: '';
height: 2px;
width: 0;
right: 0;
transition: width .3s;
background: currentColor;
}
.et_b-tabs .et-tab.active {
opacity: 1;
}
.et_b-tabs .et-tab.active:after {
width: 100%;
left: 0;
right: auto;
}
.et_b_header-html_block p {
color: currentColor;
margin-bottom: 0;
}
.et_b_header-html_block > .vc_row {
width: inherit;
}
.et-content-shown:before {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(24, 24, 24, .3);
content: ''; z-index: 1003;
animation: fadeIn .3s;
}
.et_promo_text_carousel {
--promo-text-height: 30px; padding: 0 3px;
height: var(--promo-text-height);
}
.et_promo_text_carousel.swiper-entry > .swiper-container .swiper-custom-left, .et_promo_text_carousel.swiper-entry > .swiper-container .swiper-custom-right {
border-width: 0 !important;
font-size: 100%;
color: currentColor;
-webkit-text-fill-color: currentColor;
width: auto !important;
height: var(--promo-text-height, 30px) !important;
top: calc(50% - var(--promo-text-height, 30px) / 2);
background: transparent;
margin: 0;
}
.et_promo_text_carousel.swiper-entry > .swiper-container .swiper-custom-left:before, .et_promo_text_carousel.swiper-entry > .swiper-container .swiper-custom-right:before {
font-size: 100%;
}
.et_promo_text_carousel, .et_promo_text_carousel .et-close {
line-height: var(--promo-text-height);
}
.et_promo_text_carousel .et-close {
margin-left: 5px;
z-index: 4;
}
.et_promo_text_carousel .et-close svg {
padding: 3px;
border: 1px solid currentColor;
border-radius: 50%;
top: -1px;
position: relative;
vertical-align: middle;
width: calc(.8em + 5px);
height: calc(.8em + 5px);
}
.et_promo_text_carousel .swiper-button-prev, .et_promo_text_carousel .swiper-button-next {
transform: translateY(-50%);
border: none;
}
.et-promo-text-carousel a {
color: currentColor;
-webkit-text-fill-color: currentColor;
text-decoration: underline;
display: inline-block;
margin-left: 10px;
}
.et-promo-text-carousel a:hover {
color: currentColor;
-webkit-text-fill-color: currentColor;
opacity: .7;
}
.et-popup {
position: fixed;
max-width: 100%;
max-height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 11;
}
.et-popup-wrapper:not(.et-mini-content):before {
position: fixed;
left: 0;
bottom: 0;
right: 0;
top: 0;
background-color: rgba(0, 0, 0, .3);
content: '';
z-index: 10;
}
.et-popup-wrapper.et-mini-content { z-index: 1003;
}
.et-popup-wrapper .et-close-popup.full-left {
margin-left: 5px;
}
.et-popup-content {
max-width: 100%;
max-height: 100%;
background: var(--et_white-2-dark);
padding: 15px;
overflow-x: hidden;
overflow-y: auto;
}
.et-popup-content:not(.with-static-block) {
display: flex;
flex-flow: column wrap;
}
.et-popup-content:not(.et-mini-content) > * {
color: currentColor;
-webkit-text-fill-color: currentColor;
}
.et-popup-content.flex-row {
flex-direction: row;
}
.et-popup-content .et-container {
padding: 0;
}
.et_element.et_b_header-newsletter.popup_link {
line-height: inherit;
}
.mobile-menu-popup .et-popup-content {
width: 500px;
max-width: calc(100% - 30px);
margin: 0 auto;
background: transparent;
}
span.et-close-popup {
line-height: 1;
transition: all .2s ease-in-out;
z-index: 11;
padding: 13px;
border-radius: 50%;
display: inline-flex;
background: #fff;
cursor: pointer;
font-size: 12px;
border: 1px solid var(--et_border-color);
animation: et-rtl .3s linear, fadeIn .3s linear;
}
.mobile-menu-popup span.et-close-popup {
margin-top: 15px;
margin-right: 15px;
}
.header-wrapper, .mobile-header-wrapper {
z-index: 5;
}
.header-wrapper.pos-absolute, .mobile-header-wrapper.pos-absolute {
position: absolute;
} .et_b_header-search .ajax-results-wrapper {
position: absolute;
z-index: 101;
min-width: 310px;
margin-top: -1px;
left: unset;
right: unset;
top: 100%;
}
.et_b_header-search.input-input .ajax-results-wrapper {
left: auto;
right: auto;
} .autocomplete-suggestions {
width: 100%;
text-transform: none;
background-color: #fff;
text-align: start;
max-height: 300px;
overflow: auto;
overflow-x: hidden;
}
.autocomplete-suggestions:before,
.autocomplete-suggestions:after {
content: '';
display: table;
clear: both;
}
.autocomplete-suggestion { display: inline-flex;
float: left;
align-items: flex-start;
min-width: 250px;
justify-content: flex-start;
width: 100%;
transition: all .2s ease-in-out;
margin: 0;
}
.autocomplete-suggestion .ajax-item-info {
margin-right: 5px;
}
.autocomplete-no-suggestion {
color: #222; -webkit-text-fill-color: currentColor;
}
.autocomplete-suggestion > a {
width: 100%;
display: flex;
align-items: flex-start;
padding: 5px 0;
}
.autocomplete-suggestion .arrow {
fill: #222; margin-left: auto;
align-self: center;
padding-left: 3px;
transition: all .2s ease-in-out;
min-width: 1em;
min-height: 1em;
}
.autocomplete-suggestion:not(.autocomplete-selected) .arrow {
transform: translateX(3px);
opacity: 0;
visibility: hidden;
}
.autocomplete-selected {
background: #f2f2f2;
}
.autocomplete-suggestion img {
max-width: 3rem;
margin: 5px 20px 5px 0;
}
.autocomplete-suggestion .ajax-item-title {
text-align: start;
display: block;
margin-bottom: 0;
font-size: 100%;
}
.autocomplete-suggestion .content-product .product-details > .stock {
display: block;
position: static;
background: transparent;
text-align: start;
transform: none;
padding: 0;
margin: 3px 0;
}
.autocomplete-suggestion .ajax-item-info > .stock {
font-size: 1rem;
margin: 0 0 3px;
}
.autocomplete-suggestion .content-product .product-details > .out-of-stock,
.autocomplete-suggestion .ajax-item-info > .out-of-stock{
color: var(--product-stock-step-3-active-color);
}
.et_b-loader:before {
content: '';
border: 1px solid #e1e1e1; border-left-color: #888; width: 16px;
height: 16px;
border-radius: 50%;
position: absolute;
top: calc(50% - 8px);
left: calc(50% - 8px);
animation: rotate .3s infinite linear;
}
.et_b-loader {
position: relative;
width: 100%;
height: 100%;
}
.ajax-item-title strong {
font-weight: normal;
border-bottom: 1px solid currentColor;
}
.et_b_header-search .search-button:not(.loading) span,
.et_b_header-search .search-button.loading svg,
.et_b_header-search .search-button.loading img {
display: none;
} .search-full-width .et-mini-content {
position: fixed;
top: 0;
left: 0;
right: 0;
transform: translateY(-100%);
display: flex;
align-items: flex-start;
align-content: flex-start;
justify-content: center;
flex-wrap: wrap;
padding: 30px 20px;
width: 100%;
background-color: #fff;
transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1),height 1s ease;
animation: none;
border: none !important;
opacity: 1 !important;
visibility: visible !important;
overflow: hidden;
}
.search-full-width .et-close {
pointer-events: all !important;
z-index: 1;
transition: all .3s ease-in-out;
}
@media only screen and (min-width: 993px) {
.search-full-width .et-mini-content {
height: 85vh;
padding: 60px 30px 20px;
}
.search-full-width .et-close:hover {
transform: rotate(90deg);
}
}
.search-full-width .et-mini-content.searching {
height: 100vh;
}
.search-full-width .et-mini-content.active {
animation: none;
transform: translateY(0);
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1),height 1s ease;
}
.search-full-width form {
display: grid;
align-content: stretch;
grid-template-rows: max-content minmax(0px, 100vh) 1fr;
overflow: unset;
max-height: 100%;
height: 100%;
}
.search-full-width input[type="text"] {
font-size: 1.14rem;
}
.search-full-width .search-button {
background: transparent;
color: #222;
width: 40px;
height: 40px;
}
.search-full-width .search-button:focus {
color: #222;
}
.search-full-width .search-button > svg {
width: 1.4em;
height: 1.4em;
}
.search-full-width form ::-webkit-scrollbar {
display: none;
}
.search-full-width-form > h3 {
margin-top: 40px;
}
.search-full-width form .btn {
text-transform: capitalize;
}
.search-full-width-form .et-close {
z-index: 1;
background: transparent;
}
.search-full-width-form .products-title {
margin-bottom: 30px;
}
.search-full-width-form .products-title ~ .products-title {
margin-top: 50px;
}
.search-full-width-form .ajax-results-wrapper {
z-index: 3;
}
.search-full-width-form .ajax-results-wrapper, .search-full-width-form .ajax-extra-content {
position: static;
}
.search-full-width-form .ajax-extra-content[style] ~ .ajax-results-wrapper, .search-full-width-form .ajax-extra-content:not([style]) {
margin-top: 20px;
}
.header-wrapper .search-full-width .et_b-tabs .et-tab {
flex: unset;
flex-basis: 130px;
}
.header-wrapper .search-full-width .et_b-tabs {
justify-content: center;
}
.search-full-width .autocomplete-suggestion[data-tab-name="Pages"] > a {
padding: 15px 0;
}
.header-wrapper .search-full-width .autocomplete-suggestion[data-tab-name="Pages"] {
max-width: 100%;
justify-content: flex-start;
align-items: flex-start;
margin-bottom: 0;
border-bottom: 1px solid #e1e1e1;
}
.search-full-width .autocomplete-selected:not([data-tab-name="Pages"]) {
background-color: transparent;
}
.header-wrapper .search-full-width .autocomplete-suggestion {
max-width: 20%;
padding: 0 15px;
min-width: unset;
float: none;
align-items: center;
justify-content: center; transition: all .7s;
}
.search-full-width .meta-post {
font-size: 1rem;
}
.search-full-width .content-grid .post-heading h2, .search-full-width .content-grid2 .post-heading h2 {
font-size: 1.1rem;
}
.search-full-width .content-product, .search-full-width .post-grid, .search-full-width .portfolio-item {
width: 100%;
max-width: 100%;
}
.search-full-width .product-details {
padding-bottom: 0;
}
.search-full-width .post-heading {
margin-bottom: 0;
}
.search-full-width .footer-product {
left: 10px;
right: 10px;
bottom: 10px;
}
.search-full-width .content-product .product-title a, .search-full-width .post-grid .post-heading h2 a,
.search-full-width .portfolio-descr .posted-in, .search-full-width .portfolio-descr .project-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
width: 100%;
display: block;
}
.search-full-width .content-article {
line-height: 1.4;
font-size: 1rem
}
.search-full-width-form .footer-product .button {
padding: 0 7px;
text-transform: capitalize;
}
.search-full-width .autocomplete-no-suggestion {
text-align: center;
font-size: 2rem;
width: 100%;
}
.search-full-width .autocomplete-suggestion:not(.loaded),
.search-full-width .ajax-results-title:not(.loaded),
.search-full-width .ajax-results-more:not(.loaded),
.search-full-width .et-mini-content:not(.active) .autocomplete-suggestion:not(.loaded),
.search-full-width .et-mini-content:not(.active) .ajax-results-title:not(.loaded),
.search-full-width .et-mini-content:not(.active) .ajax-results-more:not(.loaded) {
transform: translateY(15px);
opacity: 0;
visibility: hidden;
}
.search-full-width .autocomplete-suggestions .autocomplete-suggestion.loaded,
.search-full-width .autocomplete-suggestions .ajax-results-title.loaded,
.search-full-width .autocomplete-suggestions .ajax-results-more.loaded,
.search-full-width .autocomplete-suggestions .autocomplete-no-suggestion,
.search-full-width .et-mini-content.active .autocomplete-suggestion.loaded,
.search-full-width .et-mini-content.active .ajax-results-title.loaded,
.search-full-width .et-mini-content.active .ajax-results-more.loaded,
.search-full-width .et-mini-content.active .autocomplete-no-suggestion {
animation: et-toTopLong 0.7s ease-in, fadeIn .7s ease-in;
animation-fill-mode: forwards;
opacity: 0;
animation-delay: .3s;
}
.header-wrapper .search-full-width .autocomplete-suggestion img {
max-width: 100%;
margin: 0; }
.header-wrapper .search-full-width .ajax-item-info {
width: 100%;
margin: 0;
}
.header-wrapper .search-full-width [data-type]:not([data-type=Pages]) .ajax-item-info:first-child, .header-wrapper .search-full-width [data-type]:not([data-type=Pages]) .ajax-item-info:first-child .ajax-item-title {
text-align: center;
}
.header-wrapper .search-full-width .autocomplete-suggestion [data-type]:not([data-type=Pages]) > a {
position: relative;
flex-wrap: wrap;
justify-content: center;
}
.search-full-width .autocomplete-suggestions {  }
.search-full-width {
max-height: 100%;
overflow: hidden;
overflow-y: auto;
}
.search-full-width .ajax-search-form .ajax-results-wrapper .autocomplete-suggestions,
.search-full-width .ajax-extra-content{
max-height: calc(100% - 20px);
overflow-x: hidden;
overflow-y: auto;
}
.search-full-width-form .ajax-extra-content {
padding: 0 5px;
}
.ajax-search-tags {
margin-bottom: 35px;
}
.ajax-search-tags span {
text-transform: uppercase;
font-size: 1.14rem;
}
.ajax-search-tags-inner {
margin: 0 -3px;
}
.ajax-search-tags a {
display: inline-block;
padding: 5px 12px;
margin: 3px;
background: #f3f3f3;
color: var(--et_dark-color);
}
.ajax-search-tags a:hover {
color: #fff;
background-color: var(--et_active-color);
}
.ajax-search-categories {
visibility: visible;
opacity: 0;
-webkit-animation: et-toTopLong, fadeIn;
animation: et-toTopLong, fadeIn;
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.ajax-search-categories .categories-grid {
display: flex;
justify-content: center;
}
.et-mini-content:not(.active) .ajax-search-tags, .et-mini-content:not(.active) .ajax-search-categories {
animation-delay: 2s;
display: none;
}
.et_b_header-search.search-full-width .ajax-results-more {
margin-top: 5px;
}
.et_b_header-search.search-full-width [data-tab-name="Pages"] + .ajax-results-more {
margin-top: 40px;
}
.et_b_header-search.search-full-width .input-row {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid var(--et_border-color);
max-width: 750px;
margin: 0 auto 40px;
} @media only screen and (max-width: 992px)  {
.et_b_header-search.search-full-width .input-row {
margin-bottom: 20px;
padding-bottom: 20px;
}
.search-full-width .et-close {
margin: 0 7px 0 0;
padding: 0;
height: 40px;
line-height: 40px;
align-items: center;
}
.search-full-width input[type="text"] {
background: #f1f1f1;
height: 40px;
}
.search-full-width .buttons-wrapper {
background: #f1f1f1;
}
.ajax-search-tags span {
display: block;
margin-bottom: 15px;
}
.ajax-search-tags,
.search-full-width-form .products-title {
margin-bottom: 15px;
}
.search-full-width-form .products-title {
text-align: start;
font-size: 1.14rem;
font-weight: 400;
border-bottom: 1px solid var(--et_border-color);
padding-bottom: 10px;
margin-bottom: 5px;
}
.search-full-width .category-grid img {
border-radius: 50%;
}
.search-full-width .category-grid .categories-mask {
padding: 7px 0 0;
}
.search-full-width .category-grid .categories-mask h4,
.search-full-width .category-grid .categories-mask .count {
font-size: .85rem;
text-transform: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.search-full-width .swiper-entry {
margin-bottom: 30px;
}
.search-full-width .ajax-search-form .ajax-results-wrapper .autocomplete-suggestions,
.search-full-width .ajax-extra-content {
max-height: 100%;
}
.search-full-width .autocomplete-suggestion img {
max-width: 4.5rem;
}
.search-full-width .autocomplete-suggestion > a {
padding: 15px 0;
}
}  .widget .product_list_widget .cart-widget-products {
margin-right: 3px;
}
.product_list_widget .woocommerce-mini-cart__empty-message:before {
display: none;
}
.et_element > .et-quantity, .et_element:not(.et-off-canvas) > .et-quantity.count-0 + .et-mini-content {
display: none;
}
.et_element .product_list_widget {
padding-bottom: 0;
}
.widget .product_list_widget li {
position: relative;
padding: 0 2em 0 0;
}
.widget .product_list_widget .star-rating, .widget .product_list_widget .reviewer {
margin-top: 5px;
}
.widget .product_list_widget .star-rating + .amount {
display: block;
margin-top: 5px;
}
.woocommerce-mini-cart__footer {
padding: 15px 5px;
align-self: flex-end;
}
.et-cart-quantity.count-0 ~ .et-mini-content .woocommerce-mini-cart__footer {
display: none;
}
.woocommerce-mini-cart__footer p {
color: currentColor;
font-size: 100%;
line-height: normal;
}
.et_element .product_list_widget li .product-title, .et_element .wishlist-dropdown li .product-title {
font-size: 114%;
color: currentColor;
}
.et_element .product_list_widget li .product-title a, .et_element .wishlist-dropdown li .product-title a {
font-size: inherit;
color: currentColor;
}
.et_element .product_list_widget li .product-title a:hover, .et_element .wishlist-dropdown li .product-title a:hover {
opacity: .7;
color: currentColor;
}
.cart-widget-products .remove, .cart-widget-products .remove:hover {
color: currentColor;
}
.product_list_widget > p, .wishlist-dropdown > p,
.product_list-popup-footer-wrapper > p {
font-size: var(--content-zoom);
}
.et_element .btn-checkout,
.et_element .mini-cart-buttons .wc-forward:not(.btn-checkout),
.et_element .btn-view-wishlist {
font-size: 85%;
height: auto;
}
.et_element .mini-cart-buttons .wc-forward:not(.btn-checkout) {
background: #fff;
color: #222;
border: 2px solid var(--et_border-color) !important;
}
.et_element .mini-cart-buttons .wc-forward:not(.btn-checkout):hover {
opacity: .85;
}
.et_element .cart-popup-footer > * {
font-size: 114%;
color: currentColor;
}
.et_element .cart-widget-subtotal .small-h {
font-size: 100%;
}
.et_element .cart-widget-subtotal .big-coast {
font-size: 100%;
}
.woocommerce-mini-cart__footer p:last-child {
margin-bottom: 0;
} .et-mobile-panel-wrapper {
font-size: var(--content-zoom, 1rem);
box-shadow: 2px 0 12px 0 rgba(0,0,0,.15);
z-index: 10;
transition: all .3s ease-in-out;
}
.et-mobile-panel-wrapper .et-wrap-columns {
overflow: hidden;
overflow-x: auto;
}
.et-mobile-panel .et_column {
flex: 1 0 20%;
}
.et-mobile-panel .et_column .et_b-icon img {
max-width: 1em;
}
.et-mobile-panel .et-quantity {
--et-quantity-proportion: 1.1em;
font-size: .55em;
}
@media only screen and (min-width: 1200px) {
body.bordered .etheme-sticky-panel {
bottom: 20px;
left: 20px;
right: 20px;
}
}
.etheme-sticky-panel.outside {
opacity: 0;
visibility: hidden;
transform: translateY(100%);
} .et-mobile-panel .with-dot > a .et_b-icon:before {
content: '';
position: absolute;
width: .3em;
height: .3em;
left: -.15em;
top: .01em;
background: var(--et_active-color);
border-radius: 50%;
z-index: 1;
}
.et-mobile-panel .with-dot > a .et_b-icon:after {
content: '';
border: 1px solid var(--et_active-color);
border-radius: 50%;
height: .7em;
width: .7em;
position: absolute;
left: -.35em;
top: -.2em;
-webkit-animation: pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite;
opacity: 0;
z-index: 1;
}
.et_b_mobile-panel-more_toggle.et-content-shown .et_b-icon:before,
.et_b_mobile-panel-more_toggle.et-content-shown .et_b-icon:after {
display: none;
}
.et_b_mobile-panel-more_toggle.et-content-shown > a:hover {
opacity: 1;
}
.et-mobile-panel .et_column > a {
position: relative;
} .et-mobile-panel .et_b_mobile-panel-more_toggle:before {
display: none;
}
.et_b_mobile-panel-more_toggle .et-mini-content {
padding: 20px;
width: 100%;
text-align: center;
max-width: 100%;
height: 90%;
top: 0;
position: fixed;
--head-icon-proportion: 1.6;
--head-label-proportion: 1.3;
text-transform: uppercase;
z-index: -1;
}
.et_b_mobile-panel-more_toggle .et-content {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
left: 50%;
max-height: 100%;
overflow: hidden;
overflow-y: auto;
width: 100%;
height: 100%;
display: grid;
padding: 20px;
}
.et_b_mobile-panel-more_toggle .et-mini-content-head .et-element-label {
padding-top: 5px !important;
line-height: 1;
}
.et_b_mobile-panel-more_toggle .et-content .menu-main-container {
max-height: 100%;
overflow: hidden;
overflow-y: auto;
}
.et_b_mobile-panel-more_toggle .et-content .nav-sublist-dropdown {
display: none !important;
}
.et_b_mobile-panel-more_toggle:not(.et-content-shown) .et-close:last-of-type:not(.first-of-type),
.et_b_mobile-panel-more_toggle.et-content-shown .et-svg:first-of-type:not(:last-of-type) {
display: none;
}
.et_b_mobile-panel-more_toggle .et-close {
animation: et-scale-in .3s ease-in-out, fadeIn .3s ease-in-out;
}
.et_b_mobile-panel-more_toggle .et-close svg {
padding: 3px;
}
.et_b_mobile-panel-more_toggle .et-mini-content {
transition: all .3s ease-in-out;
}
.et_b_mobile-panel-more_toggle .et-mini-content:not(.active) {
transform: translateY(100%);
}
.et_b_mobile-panel-more_toggle.et-content-shown .et-mini-content {
opacity: 1;
visibility: visible;
}
.et-mobile-panel ul {
list-style: none;
}
.et-mobile-panel .et_column > a .et_b-icon {
font-size: 1.7em;
}
.et-mobile-panel .et_column > a .et_b-icon + span {
display: block;
max-width: 100%;
padding: 5px 0 0;
line-height: 1;
}
.et-mobile-panel .et-mini-content {
--content-zoom: 1rem;
}
@media only screen and (min-width: 1200px) {
.bordered #header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper], .bordered #header > [class*=header-wrapper] .sticky-on > div {
width: calc(100% - 40px);
}
.mobile-menu-popup span.et-close-popup {
margin-top: 30px;
margin-right: 30px;
}
}
@keyframes et-rtl {
0% {
transform: translateX(7px);
}
100% {
transform: translateX(0);
}
}
@keyframes et-ltr {
0% {
transform: translateX(-7px);
}
100% {
transform: translateX(0);
}
}
@keyframes et-toBottomFull {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0);
}
}
@keyframes et-dropdown {
0% {
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: perspective(500px) rotateX(-90deg);
transform: perspective(500px) rotateX(-90deg);
}
100% {
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: perspective(500px) rotateX(0deg);
transform: perspective(500px) rotateX(0deg);
}
}
@keyframes et-toTop {
0% {
transform: translateY(5px);
}
100% {
transform: translateY(0);
}
}
@keyframes et-toTopLong {
0% {
transform: translateY(15px);
}
100% {
transform: translateY(0);
}
}
@keyframes et-scale-in {
0% {
transform: scale(.7);
}
100% {
transform: scale(1);
}
}
@keyframes et-scale {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
@keyframes pulsate {
0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
50% {opacity: 1.0;}
100% {-webkit-transform: scale(.9, .9); opacity: 0.0;}
} .et_b_header-menu:not(.menu-items-dots) .et_b_header-menu-sep {
display: none;
}.et_product-block > .price,
.et_product-block .et_connect-block > .price,
.single_variation .price {
font-size: calc(var(--single-product-price-proportion) * 1rem);
} .onsale.single-sale {
font-size: calc(var(--single-sale-zoom-proportion) * 1rem);
} .single-product-socials span {
font-size: calc(var(--single-product-socials-label-proportion) * 1rem);
}
.single-product-socials a {
font-size: var(--content-zoom);
line-height: 0;
}
.single-product-socials a:first-child,
.single-product-socials .customize-partial-edit-shortcut + a {
margin-left: 0 !important;
}
.single-product-socials a:last-child {
margin-right: 0 !important;
}
.single-product-socials svg {
fill: currentColor;
} .single-product form.cart table.variations {
margin-bottom: 0;
border-top: none;
}
.single-product form.cart table.variations td.label,
.single-product form.cart table.variations td.value {
padding: 0;
border-top: none;
border-bottom: none;
text-align: left;
text-align: start;
} .single_product-html_block .elementor-section.elementor-section-boxed > .elementor-container {
width: 100%;
}
@media only screen and (max-width: 992px) {
.single-product-builder form.cart,
.single-product-builder form.cart .woocommerce-variation-add-to-cart {
flex-wrap: wrap;
}
}
.single-product form.cart table.variations td.label {
width: auto;
display: block;
}
.single-product form.cart table.variations td.label label {
font-size: 1.14rem;
}
.single-product form.cart table.variations td.value {
display: inline-block;
width: 100%;
}
.single-product form.cart table.variations td.value select {
display: inline-block;
margin-bottom: 1em;
} .et_product-block div.quantity ~ .et-or-wrapper {
margin-top: 15px;
}
.et_product-block .cart .quantity {
align-self: center;
margin: 0 var(--single-add-to-cart-button-spacing, 15px) 0 0;
}
.et_product-block .cart span.dir-column ~ .quantity {
margin: 0 0 var(--single-add-to-cart-button-spacing, 15px) 0;
}
.et_product-block .cart .stock {
margin-bottom: var(--single-add-to-cart-button-spacing, 15px);
}
.et_product-block .woocommerce-variation-add-to-cart {
display: inline-flex;
flex-wrap: wrap;
}
.quantity-wrapper {
display: inline-flex;
align-items: stretch;
justify-content: space-between;
max-width: 130px;
height: 38px;
}
.quantity-wrapper input.input-text {
width: 38px;
text-align: center;
height: 100%;
border-radius: 0;
padding: 0;
}
.quantity .quantity-wrapper input.input-text {
background-color: transparent;
}
.quantity-wrapper input:focus {
border-color: var(--et_border-color);
}
.quantity-wrapper span {
color: var(--et_main-color);
display: inline-flex;
align-items: center;
transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.quantity-wrapper span:hover {
color: var(--et_dark-2-white);
}
.quantity-wrapper:not(.type-none) input,
.quantity-wrapper:not(.type-none) input::-webkit-outer-spin-button,
.quantity-wrapper:not(.type-none) input::-webkit-inner-spin-button {
-webkit-appearance: none;
-moz-appearance: textfield;
}
.quantity .quantity-wrapper.type-simple input {
border: none;
}
.quantity-wrapper.type-circle span,
.quantity-wrapper.type-square span {
padding-right: 4px;
padding-left: 4px;
border: 1px solid var(--et_border-color);
}
.quantity-wrapper.type-square span {
font-size: 10px;
}
.quantity-wrapper.type-circle,
.quantity-wrapper.type-circle input {
height: auto;
padding: 0;
}
.quantity .quantity-wrapper.type-circle input {
border: none;
}
.quantity-wrapper.type-circle span {
align-self: center;
align-items: center;
justify-content: center;
width: 1.5em;
height: 1.5em;
padding-right: 6px;
padding-left: 6px;
border-radius: 50%;
}
.quantity-wrapper.type-circle span:hover {
border-color: var(--et_dark-2-white);
}
.quantity .quantity-wrapper.type-square input {
border-left: none;
border-right: none;
}
body { --single-product-price-proportion: 1;
--single-sale-zoom-proportion: .85; --single-product-size-guide-proportion: 1; --single-add-to-cart-button-proportion: 1;
--single-add-to-cart-background-color: #222;
--single-add-to-cart-hover-background-color: #b79b6c;
--single-add-to-cart-color: #fff;
--single-add-to-cart-hover-color: #fff;
--single-add-to-cart-button-spacing: 15px;
}
.single-product-builder .single_add_to_cart_button.button,
.single-product-builder .single_add_to_cart_button.button.disabled,
.single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button {
position: relative;
display: inline-flex;
align-items: center;
align-self: center;
justify-content: center;
font-size: calc(var(--single-add-to-cart-button-proportion) * 1rem);
background-color: var(--single-add-to-cart-background-color);
color: var(--single-add-to-cart-color);
padding: 5px 15px;
height: auto;
border: none;
margin: 0;
transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
cursor: pointer;
}
.single-product-builder .single_add_to_cart_button.button:hover,
.single-product-builder .single_add_to_cart_button.button:focus,
.single-product-builder .single_add_to_cart_button.button:hover:focus,
.single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button:hover,
.single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button:focus,
.single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button:hover:focus {
background-color: var(--single-add-to-cart-hover-background-color);
color: var(--single-add-to-cart-hover-color);
border: none;
}
.single-product-builder .single_add_to_cart_button.button.disabled:hover {
background-color: var(--single-add-to-cart-background-color);
color: var(--single-add-to-cart-color);
} .single-product-size-guide {
color: var(--et_dark-2-white);
font-size: calc(var(--single-product-size-guide-proportion) * 1rem);
} .et_column .single-wishlist a:before {
display: none;
}
.single-wishlist .yith-wcwl-add-to-wishlist {
display: inline-block;
font-size: calc(var(--single-product-wishlist-proportion) * 1rem);
margin: 0;
}
.single-wishlist a, .single-compare a {
position: relative;
display: inline-flex;
line-height: 1;
font-size: 100%;
}
.single-wishlist .mt-mes {
position: absolute;
background: #222; white-space: nowrap;
color: #fff;
padding: 5px 9px;
box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.1);
top: 100%;
font-weight: 300;
margin-top: 12px;
left: 50%;
transform: translateX(-50%);
border-radius: 3px;
font-size: 90%;
opacity: 0;
visibility: hidden;
transition: all .2s ease-in-out;
}
.single-wishlist a:hover .mt-mes {
opacity: 1;
visibility: visible;
margin-top: 7px;
} .single-compare a {
font-size: calc(var(--single-product-compare-proportion) * 1rem);
} .single-product .page-heading .woocommerce-breadcrumb,
.single-product .page-heading .a-center,
.single-product .page-heading .title,
.single-product .page-heading a,
.single-product .page-heading .span-title,
.single-product .page-heading .woocommerce-breadcrumb a {
color: currentColor;
font-size: inherit;
line-height: normal;
text-transform: inherit;
}
.single-product .page-heading .title {
font-size: calc( var(--content-zoom) * var(--h1-size-proportion) );
line-height: var(--h1-line-height);
}
.single-product .page-heading {
font-size: var(--content-zoom); } .swipers-couple-wrapper .swiper-wrapper img {
width: 100%;
}
.thumbnails_bottom_inside .swiper-control-bottom {
position: absolute;
bottom: 0;
padding: 20px;
left: 0;
right: 0;
margin: 0;
}
.double_image .main-images > div {
float: left;
}
.double_image .main-images > div:nth-child(2n+1) {
clear: both;
} .related-products,
.upsell-products {
--cols-gap: 15px;
--rows-gap: 15px;
}
.products-loop.related-products,
.products-loop.upsell-products {
margin: 0 calc( -1 * var(--cols-gap, 15px) );
}
.upsell-products-wrapper:empty,
.cross-sell-products-wrapper:empty,
.related-products-wrapper:empty {
display: none;
}
.single-product-builder .products-grid .type-product {
padding-left: var(--cols-gap, 15px);
padding-right: var(--cols-gap, 15px);
}
.single-product-builder .products-grid .content-product {
margin-bottom: var(--rows-gap, 15px);
}
.single-product-builder .product-details {
padding-bottom: 0;
} .sidebar {
--widget-width: auto;
margin-bottom: var(--space-between-widgets);
}
.sidebar.horizontal {
display: flex;
flex-wrap: nowrap;
overflow: auto;
align-items: flex-start;
}
.sidebar.horizontal .sidebar-widget {
margin-right: var(--space-between-widgets);
min-width: var(--widget-width);
margin-bottom: 0;
}
.sidebar.horizontal .sidebar-widget:last-child {
margin-right: 0;
} .wc-tabs.tabs {
display: flex;
font-size: var(--content-zoom);
position: relative;
width: auto;
margin-bottom: 0;
}
.wc-tabs:after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
border-bottom: 1px solid var(--et_border-color);
}
.wc-tabs .et-woocommerce-tab {
position: relative;
display: inline-flex;
align-items: center;
justify-content: inherit; }
.wc-tabs .et-woocommerce-tab a {
color: currentColor;
display: inline-flex;
align-items: center;
padding: 9px 15px;
}
.wc-tabs .et-woocommerce-tab:hover a {
color: var(--et_main-color);
}
.wc-tabs .et-woocommerce-tab.active a {
color: var(--et_active-color);
}
.type-overline .wc-tabs:after {
bottom: auto;
top: 0;
}
.woocommerce-tabs {
position: relative;
transition: all 0.2s ease-in-out;
}
.woocommerce-tabs:not(.loaded) {
opacity: 0;
visibility: hidden;
}
.woocommerce-tabs .wc-tab {
padding: 20px 0 0 0;
animation: et-fadeIn 0.3s ease-in-out;
justify-content: flex-start;
text-align: start;
}
.woocommerce-tabs.tabs-with-scroll .wc-tab {
overflow: hidden;
overflow-y: auto;
}
.woocommerce-tabs.vertical {
display: flex;
}
.woocommerce-tabs.vertical .wc-tabs {
flex-basis: 20%;
flex-wrap: wrap;
}
.woocommerce-tabs.vertical .wc-tabs:after {
top: 0;
left: auto;
border-bottom: none;
border-right: 1px solid var(--et_border-color);
}
.woocommerce-tabs.vertical .wc-tabs .et-woocommerce-tab {
flex-basis: 100%;
}
.woocommerce-tabs.vertical .wc-tab {
flex-basis: 80%;
padding: 0 0 0 30px;
}
.woocommerce-tabs.vertical.type-simple .wc-tabs .et-woocommerce-tab a,
.woocommerce-tabs.vertical.type-underline .wc-tabs .et-woocommerce-tab a {
padding-left: 0;
}
.woocommerce-tabs.vertical.type-overline .wc-tabs:after,
.woocommerce-tabs.vertical.type-underline .wc-tabs:after {
top: 0;
bottom: 0;
right: 0;
}
.woocommerce-tabs.vertical.type-overline .wc-tabs .et-woocommerce-tab:before,
.woocommerce-tabs.vertical.type-underline .wc-tabs .et-woocommerce-tab:before {
height: 0;
width: 2px;
top: 0;
bottom: auto;
left: 0;
transition: height 0.2s ease-in-out;
}
.woocommerce-tabs.vertical.type-overline .wc-tabs .et-woocommerce-tab.active:before,
.woocommerce-tabs.vertical.type-underline .wc-tabs .et-woocommerce-tab.active:before,
.woocommerce-tabs.vertical.type-overline .wc-tabs .et-woocommerce-tab:hover:before,
.woocommerce-tabs.vertical.type-underline .wc-tabs .et-woocommerce-tab:hover:before {
width: 2px;
height: 100%;
top: auto;
bottom: 0;
}
.woocommerce-tabs.vertical.type-overline .wc-tabs:after {
left: 0;
right: auto;
}
.woocommerce-tabs.vertical.type-underline .wc-tabs .et-woocommerce-tab:before,
.woocommerce-tabs.vertical.type-underline .wc-tabs .et-woocommerce-tab.active:before,
.woocommerce-tabs.vertical.type-underline .wc-tabs .et-woocommerce-tab:hover:before {
left: auto;
right: 0;
}
.woocommerce-tabs.type-folders .wc-tabs .et-woocommerce-tab {
background-color: #f7f7f7; border: 1px solid var(--et_border-color);
}
.woocommerce-tabs.type-folders .wc-tabs .et-woocommerce-tab.active {
background-color: transparent;
}
.woocommerce-tabs.type-folders.horizontal .wc-tabs .et-woocommerce-tab {
border-bottom: none;
}
.woocommerce-tabs.type-folders.vertical .wc-tabs .et-woocommerce-tab {
border-right: none;
}
.woocommerce-tabs.type-accordion .wc-tabs {
flex-wrap: wrap;
--content-zoom: calc(100em * 0.01);
}
.woocommerce-tabs.type-accordion .wc-tabs:after {
display: none;
}
.woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab {
flex-basis: 100%;
transition: all 0.2s ease-in-out;
}
.woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab ~ .et-woocommerce-tab {
border-top: 1px solid var(--et_border-color);
}
.woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab.active {
background-color: #f7f7f7; }
.woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab a {
transition: 0s;
width: 100%;
}
.woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab .open-child {
margin-right: 5px;
}
.woocommerce-tabs.type-accordion .wc-tabs .wc-tab {
width: 100%;
border-top: 1px solid var(--et_border-color);
padding: 15px;
}
.woocommerce-tabs.type-overline .wc-tabs .et-woocommerce-tab:before,
.woocommerce-tabs.type-underline .wc-tabs .et-woocommerce-tab:before {
content: '';
height: 2px;
width: 0;
right: 0;
background-color: var(--et_active-color);
position: absolute;
transition: width 0.2s ease-in-out;
top: 0;
z-index: 1;
}
.woocommerce-tabs.type-overline .wc-tabs .et-woocommerce-tab.active:before,
.woocommerce-tabs.type-underline .wc-tabs .et-woocommerce-tab.active:before,
.woocommerce-tabs.type-overline .wc-tabs .et-woocommerce-tab:hover:before,
.woocommerce-tabs.type-underline .wc-tabs .et-woocommerce-tab:hover:before {
width: 100%;
left: 0;
right: auto;
}
.woocommerce-tabs.type-underline .wc-tabs .et-woocommerce-tab:before {
top: auto;
bottom: 0;
} .single-product-builder:not(.reviews-two-columns) #reviews #comments,
.single-product-builder:not(.reviews-two-columns) #reviews #review_form_wrapper {
width: 100%;
padding: 0;
} .woocommerce-product-rating .star-rating {
margin-bottom: 0;
} table.shop_attributes {
max-width: 60%;
margin: 0 auto;
}
.woocommerce-product-details__short-description table.shop_attributes {
max-width: 100%;
}
table.shop_attributes tbody tr th,
table.shop_attributes tbody tr td {
padding: 12px;
text-align: start;
}
table.shop_attributes tbody tr td p:last-child {
margin-bottom: 0;
}
.shop_attributes tr:not(:last-child) {
border-bottom: 1px solid var(--et_border-color);
}
.shop_attributes th {
position: relative;
}
.shop_attributes th:after {
content: '';
border-right: 1px solid var(--et_border-color);
position: absolute;
right: 0;
top: 2px;
bottom: 2px;
} .single-product .et_product-block .woocommerce-product-details__short-description {
--content-zoom: 100%;
font-size: calc(var(--content-zoom) * 1);
}
.single-product .et_product-block .woocommerce-product-details__short-description p {
color: inherit;
font-size: var(--content-zoom);
}
.single-product .woocommerce-product-details__short-description p:last-child {
margin-bottom: 0;
} .single-product .product_meta {
--content-zoom: 100%;
font-size: calc(var(--content-zoom) * 1);
display: flex;
}
.single-product .product_meta > span,
.single-product .product_meta > div {
justify-content: inherit;
}
.single-product .product_meta > span:last-child, .single-product .product_meta > div:last-child,
.single-product .product_meta .et-ghost-inline-block ~ span, .single-product .product_meta .et-ghost-inline-block ~ div {
margin-bottom: 0 !important;
}
.single-product .product_meta .et-ghost-inline-block ~ span:not(:last-child), .single-product .product_meta .et-ghost-inline-block ~ div:not(:last-child) {
margin-right: var(--connect-block-space, 7px);
}
.single-product .product_meta .et-ghost-block ~ span:not(:last-child), .single-product .product_meta .et-ghost-block ~ div:not(:last-child), .single-product .product_meta .et-ghost-block ~ a:not(:last-child) {
margin-bottom: calc(var(--connect-block-space, 3.5px) * 2);
}
@media only screen and (max-width: 992px) { .single-product-custom-widget-area {
margin-top: 20px;
}
.single-product-builder .products-grid .type-product {
width: 50%;
} .size-guide-popup .et-popup {
width: calc(100% - 40px);
} .woocommerce-tabs.horizontal .wc-tabs {
white-space: nowrap;
overflow: auto;
justify-content: flex-start;
border-bottom: 1px solid var(--et_border-color);
}
.woocommerce-tabs.horizontal .wc-tabs::-webkit-scrollbar,
.woocommerce-tabs.horizontal .wc-tabs:after {
display: none;
} .etheme_custom_add_to_cart.button:only-child {
margin: 0;
width: 100%;
}
}
@media only screen and (max-width: 649px) {
.swiper-vertical-images .vertical-thumbnails,
.swiper-vertical-images .vertical-thumbnails-wrapper li {
margin-bottom: 0;
}
}.boxed #header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper], .boxed #header > [class*=header-wrapper] .sticky-on > div, .framed #header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper], .framed #header > [class*=header-wrapper] .sticky-on > div{max-width:calc(1170px + 30px - ( 2 * var(--sticky-on-space-fix, 0px)) );}body{font-family:PT Serif;font-size:18px;font-weight:400;line-height:30px;text-transform:none;color:#000000;--p-font-size:18px;--p-line-height:1.8;--et_active-color:#690c15;--product-stock-step-1-active-color:#2e7d32;--product-stock-step-2-active-color:#f57f17;--product-stock-step-3-active-color:#c62828;--single-sale-zoom-proportion:1;--single-product-price-proportion:1.75;--single-product-size-guide-proportion:1;--single-add-to-cart-button-spacing:15px;--single-add-to-cart-button-proportion:1;--single-add-to-cart-background-color:#690c15;--single-add-to-cart-color:#ffffff;--single-add-to-cart-hover-background-color:#555555;--single-add-to-cart-hover-color:#ffffff;--single-product-wishlist-proportion:1;--single-product-compare-proportion:1;--single-product-socials-label-proportion:1.1;}body, [data-mode="dark"]{--et_font-color:#000000;--et_btn-bg-color:#690c15;--et_btn-bg-color-hover:#000000;--et_btn-color:#ffffff;--et_btn-br-color:#f2f2f2;--et_btn-dark-bg-color:#690c15;--et_btn-dark-br-color:#690c15;--et_btn-active-br-color:#f2f2f2;}.title h3, blockquote, .share-post .share-title, .sidebar-widget .tabs .tab-title, .widget-title, .related-posts .title span, .content-product .product-title a, .results-ajax-list .ajax-item-title, table.cart .product-details .product-title, .product_list_widget li .product-title a, .woocommerce table.wishlist_table .product-name a, .comment-reply-title, .et-tabs .vc_tta-title-text, .single-product-right .product-information-inner .product_title, .single-product-right .product-information-inner h1.title, .post-heading h2 a, .post-heading h2, .sidebar .recent-posts-widget .post-widget-item h4 a, .et-tabs-wrapper .tabs .accordion-title span{font-family:PT Serif;font-weight:700;text-transform:inherit;color:#1c1a19;}h1, h2, h3, h4, h5, h6, .products-title{font-family:PT Serif;font-weight:700;color:#1c1a19;text-transform:inherit;}.page-heading, .et-header-overlap .page-heading, .woocommerce-wishlist .page-heading, .woocommerce-account .page-heading, .woocommerce-wishlist.et-header-overlap .page-heading, .woocommerce-account.et-header-overlap .page-heading, .et-header-not-overlap .cart-checkout-nav{padding-top:30px;padding-bottom:40px;}.page-heading .breadcrumbs, .page-heading .woocommerce-breadcrumb, .page-heading .bbp-breadcrumb, .page-heading .a-center, .page-heading .title, .page-heading a, .page-heading .span-title, [class*=" paged-"] .page-heading.bc-type-left2 .span-title, .bbp-breadcrumb-current, .page-heading .breadcrumbs a, .page-heading .woocommerce-breadcrumb a, .page-heading .bbp-breadcrumb a{font-family:Lato;font-weight:700;letter-spacing:1px;color:#690c15;}.page-heading.bc-type-left2 .title, .page-heading.bc-type-left .title, .page-heading.bc-type-default .title, [class*=" paged-"] .page-heading .span-title:last-of-type, [class*=" paged-"] .page-heading.bc-type-left2 .span-title:last-of-type, .single-post .page-heading.bc-type-left2 #breadcrumb a:last-of-type, .bbp-breadcrumb-current{color:#690c15;}.template-container .template-content .footer a, .template-container .template-content .footer .vc_wp_posts .widget_recent_entries li a{color:#dbdbdb;}footer.footer, [data-mode="dark"] .footer{background:#f3d352;background-color:#f3d352;background-repeat:repeat;}.footer{padding-top:0;padding-bottom:0;}footer.footer:after{top:0;border-bottom-width:0px;border-bottom-style:solid;}.footer-bottom.text-color-light a, .footer-bottom.text-color-dark a, .footer-bottom a{color:#e0e0e0;}.btn:not(.black):not(.active):not(.bordered):not(.style-custom), .content-product .product-details .button, .content-product .quantity-wrapper .button.et-st-disabled:hover, .woocommerce-Button, .et_load-posts .btn a, .sb-infinite-scroll-load-more:not(.finished) a, form #qna-ask-input button, body #wcmp-store-conatiner input[type="submit"]{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-style:none;}.btn:not(.black):not(.active):not(.bordered):not(.style-custom):hover, .content-product .product-details .button:hover, .woocommerce-Button:hover, .et_load-posts .btn a:hover, .sb-infinite-scroll-load-more:not(.finished) a:hover, form #qna-ask-input button:hover, body #wcmp-store-conatiner input[type="submit"]:hover{border-style:none;}.btn.bordered, .btn.bordered.small, .btn.bordered.medium, .btn.bordered.big{border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-style:solid;}.btn.bordered:hover,.btn.bordered:focus{border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px;}.btn.small.black, .btn.medium.black, .btn.big.black, .before-checkout-form .button, .checkout-button, .shipping-calculator-form .button, .single_add_to_cart_button.button, .single_add_to_cart_button.button:focus, .single_add_to_cart_button.button.disabled, .single_add_to_cart_button.button.disabled:hover, form.login .button, form.register .button, form.register .button.woocommerce-Button, form.lost_reset_password .button, .woocommerce-EditAccountForm .woocommerce-Button, .empty-cart-block .btn, .empty-category-block .btn, .woocommerce-mini-cart__empty-message .btn, .form-submit input[type="submit"], #commentform input[type="button"], .form-submit input[type="submit"]:focus, .my_account_orders .view, .et-quick-view-wrapper .product_type_variable, .et-quick-view-wrapper .product_type_variation, .coupon input[type="submit"], .widget_search button, .widget_product_search button, .woocommerce-product-search button, form.wpcf7-form .wpcf7-submit:not(.active), .woocommerce table.wishlist_table td.product-add-to-cart a, .wcmp-quick-info-wrapper form input[type=submit], .product_list_widget .buttons a, .et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist, .btn-checkout, .mini-cart-buttons .button:not(.btn-checkout), .mini-cart-buttons a, .form-row.place-order .button{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-style:none;}.btn.small.black:hover, .btn.medium.black:hover, .btn.big.black:hover, .before-checkout-form .button:hover, .checkout-button:hover, .shipping-calculator-form .button:hover, .single_add_to_cart_button.button:hover, .single_add_to_cart_button.button:hover:focus, form.login .button:hover, form.register .button:hover, form.register .button.woocommerce-Button:hover, form.lost_reset_password .button:hover, .woocommerce-EditAccountForm .woocommerce-Button:hover, .empty-cart-block .btn:hover, .empty-category-block .btn:hover, .woocommerce-mini-cart__empty-message .btn:hover, .form-submit input[type="submit"]:hover, #commentform input[type="button"]:hover, .my_account_orders .view:hover, .et-quick-view-wrapper .product_type_variable:hover, .et-quick-view-wrapper .product_type_variation:hover, .coupon input[type="submit"]:hover, .widget_search button:hover, .widget_product_search button:hover, .widget_search button:hover, .woocommerce-product-search button:hover, form.wpcf7-form .wpcf7-submit:not(.active):hover, .woocommerce table.wishlist_table td.product-add-to-cart a:hover, .wcmp-quick-info-wrapper form input[type=submit]:hover, .product_list_widget .buttons a:hover, .et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:hover, .btn-checkout:hover, .mini-cart-buttons .button:not(.btn-checkout):hover, .mini-cart-buttons a, .form-row.place-order .button:hover,.btn.small.black:focus, .btn.medium.black:focus, .btn.big.black:focus, .before-checkout-form .button:focus, .checkout-button:focus, .shipping-calculator-form .button:focus, .single_add_to_cart_button.button:focus, .single_add_to_cart_button.button:focus:focus, form.login .button:focus, form.register .button:focus, form.register .button.woocommerce-Button:focus, form.lost_reset_password .button:focus, .woocommerce-EditAccountForm .woocommerce-Button:focus, .empty-cart-block .btn:focus, .empty-category-block .btn:focus, .woocommerce-mini-cart__empty-message .btn:focus, .form-submit input[type="submit"]:focus, #commentform input[type="button"]:focus, .my_account_orders .view:focus, .et-quick-view-wrapper .product_type_variable:focus, .et-quick-view-wrapper .product_type_variation:focus, .coupon input[type="submit"]:focus, .widget_search button:focus, .widget_product_search button:focus, .widget_search button:focus, .woocommerce-product-search button:focus, form.wpcf7-form .wpcf7-submit:not(.active):focus, .woocommerce table.wishlist_table td.product-add-to-cart a:focus, .wcmp-quick-info-wrapper form input[type=submit]:focus, .product_list_widget .buttons a:focus, .et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:focus, .btn-checkout:focus, .mini-cart-buttons .button:not(.btn-checkout):focus, .mini-cart-buttons a, .form-row.place-order .button:focus{border-style:none;}.btn.active, .button.active, input[type="submit"].dokan-btn-success, a.dokan-btn-success, .dokan-btn-success, .dokan-dashboard-content .add_note{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-style:none;}.btn.active:hover, .button.active:hover, input[type="submit"].dokan-btn-success:hover, a.dokan-btn-success:hover, .dokan-btn-success:hover, .dokan-dashboard-content .add_note:hover,.btn.active:focus, .button.active:focus, input[type="submit"].dokan-btn-success:focus, a.dokan-btn-success:focus, .dokan-btn-success:focus, .dokan-dashboard-content .add_note:focus{border-style:none;}.et_b_header-logo.et_element-top-level img{width:142px;}.mobile-header-wrapper .et_b_header-logo.et_element-top-level img{width:83px;}.et_b_header-logo.et_element-top-level{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-style:none;border-color:#e1e1e1;}.mobile-header-wrapper .et_b_header-logo.et_element-top-level{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.header-top .et-wrap-columns, .header-top .widget_nav_menu .menu > li > a{min-height:20px;}.header-top .widget_nav_menu .menu > li > a, .header-top #lang_sel a.lang_sel_sel, .header-top .wcml-dropdown a.wcml-cs-item-toggle{line-height:20px;}.mobile-header-wrapper .header-top .et-wrap-columns, .mobile-header-wrapper .header-top .widget_nav_menu .menu > li > a{min-height:40px;}.mobile-header-wrapper .header-top .widget_nav_menu .menu > li > a, .mobile-header-wrapper .header-top #lang_sel a.lang_sel_sel, .mobile-header-wrapper .header-top .wcml-dropdown a.wcml-cs-item-toggle{line-height:40px;}.header-top{text-transform:none;--content-zoom:calc(100em * .01);background-image:url(https://xstore.8theme.com/demos/handmade/wp-content/uploads/sites/33/2017/02/header-bg-example.png);background-color:#90705a;background-repeat:repeat;background-position:center center;color:#ffffff;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:rgba(255,255,255,0.2);-webkit-background-size:auto;-moz-background-size:auto;-ms-background-size:auto;-o-background-size:auto;background-size:auto;}.mobile-header-wrapper .header-top{--content-zoom:calc(100em * .01);background:#ffffff;background-color:#ffffff;background-repeat:no-repeat;background-position:center center;color:#000000;}.sticky-on .header-top{--sticky-on-space-fix:calc(var(--sticky-on-space-fix2, 0px) + 0px);max-width:calc(100% - var(--sticky-on-space-fix, 0px) - 0px);}.header-main .et-wrap-columns, .header-main .widget_nav_menu .menu > li > a{min-height:70px;}.header-main .widget_nav_menu .menu > li > a, .header-main #lang_sel a.lang_sel_sel, .header-main .wcml-dropdown a.wcml-cs-item-toggle{line-height:70px;}.mobile-header-wrapper .header-main .et-wrap-columns, .mobile-header-wrapper .header-main .widget_nav_menu .menu > li > a{min-height:55px;}.mobile-header-wrapper .header-main .widget_nav_menu .menu > li > a, .mobile-header-wrapper .header-main #lang_sel a.lang_sel_sel, .mobile-header-wrapper .header-main .wcml-dropdown a.wcml-cs-item-toggle{line-height:55px;}.header-main{text-transform:none;--content-zoom:calc(100em * .01);background:#ffffff;background-color:#ffffff;background-repeat:repeat-x;background-position:center center;color:#000000;margin-top:0px;margin-right:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-style:solid;border-color:rgba(255,255,255,0.2);-webkit-background-size:auto;-moz-background-size:auto;-ms-background-size:auto;-o-background-size:auto;background-size:auto;}.mobile-header-wrapper .header-main{--content-zoom:calc(100em * .01);background:#ffffff;background-color:#ffffff;background-repeat:repeat-x;background-position:center center;background-attachment:scroll;color:#000000;-webkit-background-size:contain;-moz-background-size:contain;-ms-background-size:contain;-o-background-size:contain;background-size:contain;}.sticky-on .header-main{--sticky-on-space-fix:calc(var(--sticky-on-space-fix2, 0px) + 0px);max-width:calc(100% - var(--sticky-on-space-fix, 0px) - 0px);}.header-bottom .et-wrap-columns, .header-bottom .widget_nav_menu .menu > li > a{min-height:70px;}.header-bottom .widget_nav_menu .menu > li > a, .header-bottom #lang_sel a.lang_sel_sel, .header-bottom .wcml-dropdown a.wcml-cs-item-toggle{line-height:70px;}.mobile-header-wrapper .header-bottom .et-wrap-columns, .mobile-header-wrapper .header-bottom .widget_nav_menu .menu > li > a{min-height:40px;}.mobile-header-wrapper .header-bottom .widget_nav_menu .menu > li > a, .mobile-header-wrapper .header-bottom #lang_sel a.lang_sel_sel, .mobile-header-wrapper .header-bottom .wcml-dropdown a.wcml-cs-item-toggle{line-height:40px;}.header-bottom{text-transform:uppercase;--content-zoom:calc(100em * .01);background:#f3d352;background-color:#f3d352;background-repeat:repeat-x;background-position:center center;color:#000000;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;-webkit-background-size:auto;-moz-background-size:auto;-ms-background-size:auto;-o-background-size:auto;background-size:auto;}.mobile-header-wrapper .header-bottom{--content-zoom:calc(100em * .01);background:#ffffff;background-color:#ffffff;background-repeat:no-repeat;background-position:center center;color:#000000;}.sticky-on .header-bottom{--sticky-on-space-fix:calc(var(--sticky-on-space-fix2, 0px) + 0px);max-width:calc(100% - var(--sticky-on-space-fix, 0px) - 0px);background:#f3d352;background-color:#f3d352;background-repeat:repeat-x;background-position:center center;color:#000000;-webkit-background-size:auto;-moz-background-size:auto;-ms-background-size:auto;-o-background-size:auto;background-size:auto;}#header.sticky-on .header-wrapper, #header.sticky-on .mobile-header-wrapper{animation-name:et-toBottomFull;animation-duration:0.7s;}.sticky-on .mobile-header-wrapper .header-main .et-wrap-columns, #header[data-type="smart"].sticky-on .mobile-header-wrapper .header-main .et-wrap-columns{min-height:37px;}.sticky-on .mobile-header-wrapper .header-main .widget_nav_menu .menu > li > a, #header[data-type="smart"].sticky-on .mobile-header-wrapper .header-main .widget_nav_menu .menu > li > a, .sticky-on .mobile-header-wrapper .header-main #lang_sel a.lang_sel_sel, #header[data-type="smart"].sticky-on .mobile-header-wrapper .header-main #lang_sel a.lang_sel_sel, .sticky-on .mobile-header-wrapper .header-main .wcml-dropdown a.wcml-cs-item-toggle, #header[data-type="smart"].sticky-on .mobile-header-wrapper .header-main .wcml-dropdown a.wcml-cs-item-toggle{line-height:37px;}.mobile-header-wrapper .sticky-on .header-main, .sticky-on .mobile-header-wrapper .header-main{background:#ffffff;background-color:#ffffff;background-repeat:repeat-x;background-position:center center;background-attachment:scroll;color:#000000;-webkit-background-size:contain;-moz-background-size:contain;-ms-background-size:contain;-o-background-size:contain;background-size:contain;}.sticky-on .header-bottom .et-wrap-columns, #header[data-type="smart"].sticky-on .header-bottom .et-wrap-columns{min-height:60px;}#header.sticky-on .header-bottom .widget_nav_menu .menu > li > a, #header[data-type="smart"].sticky-on .header-bottom .widget_nav_menu .menu > li > a, #header.sticky-on .header-bottom #lang_sel a.lang_sel_sel, #header[data-type="smart"].sticky-on .header-bottom #lang_sel a.lang_sel_sel, #header.sticky-on .header-bottom .wcml-dropdown a.wcml-cs-item-toggle, #header[data-type="smart"].sticky-on .header-bottom .wcml-dropdown a.wcml-cs-item-toggle{line-height:60px;}.header-main-menu.et_element-top-level{--content-zoom:calc(110em * .01);justify-content:center;}.mobile-device .header-main-menu.et_element-top-level{--content-zoom:calc(100em * .01);}.header-main-menu.et_element-top-level .menu > li > a{font-family:Lato;font-weight:400;letter-spacing:0px;text-transform:uppercase;margin-top:0px;margin-right:5px;margin-bottom:0px;margin-left:5px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:7px;padding-right:15px;padding-bottom:7px;padding-left:15px;border-style:solid;border-color:#e1e1e1;}.header-main-menu.et_element-top-level.menu-items-custom .menu > li > a{color:#000000;background-color:rgba(198,178,163,0);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.header-main-menu.et_element-top-level .menu > li > a:hover, .header-main-menu.et_element-top-level .menu > .current-menu-item > a, .header-main-menu.et_element-top-level.menu-items-custom .menu > li > a:hover, .header-main-menu.et_element-top-level.menu-items-custom .menu > .current-menu-item > a{color:#521b14;}.header-main-menu.et_element-top-level.menu-items-custom .menu > li > a:hover, .header-main-menu.et_element-top-level.menu-items-custom .menu > .current-menu-item > a, .header-main-menu.et_element-top-level.menu-items-custom .menu > .opened > a{background-color:rgba(225,225,225,0);}.header-main-menu.et_element-top-level .menu > li > a:hover, .header-main-menu.et_element-top-level .menu > .current-menu-item > a, .header-main-menu.et_element-top-level .menu > .opened > a{border-color:#e1e1e1;}.header-main-menu2.et_element-top-level{--content-zoom:calc(100em * .01);justify-content:center;}.mobile-device .header-main-menu2.et_element-top-level{--content-zoom:calc(100em * .01);}.header-main-menu2.et_element-top-level .menu > li > a{letter-spacing:0px;text-transform:inherit;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;border-style:solid;border-color:#e1e1e1;}.header-main-menu2.et_element-top-level .menu > li > a:hover, .header-main-menu2.et_element-top-level .menu > .current-menu-item > a, .header-main-menu2.et_element-top-level.menu-items-custom .menu > li > a:hover, .header-main-menu2.et_element-top-level.menu-items-custom .menu > .current-menu-item > a{color:#222222;}.header-main-menu2.et_element-top-level .menu > li > a:before, .header-main-menu2.et_element-top-level .menu > .current-menu-item > a:before{background-color:#555555;}.et_b_header-menu.et_element-top-level .nav-sublist-dropdown, .site-header .widget_nav_menu .menu > li > .sub-menu, .site-header .etheme_widget_menu .nav-sublist-dropdown{--content-zoom:calc(100em * .01);}.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li > a, .site-header .widget_nav_menu .menu > li > .sub-menu a, .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li > a{font-weight:400;text-transform:none;}.et_b_header-menu.et_element-top-level .nav-sublist-dropdown:not(.nav-sublist), .et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul, .site-header .widget_nav_menu .menu > li > .sub-menu, .site-header .etheme_widget_menu .nav-sublist-dropdown:not(.nav-sublist), .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul{background-color:#ffffff;}.et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-link, .et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-link:hover, .et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li > a:hover, .site-header .widget_nav_menu .menu > li > .sub-menu a, .site-header .widget_nav_menu .menu > li > .sub-menu a:hover, .site-header .etheme_widget_menu .nav-sublist-dropdown .item-link, .site-header .etheme_widget_menu .nav-sublist-dropdown .item-link:hover, .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li > a:hover{color:#000000;}.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown:not(.nav-sublist), .et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul, .et_b_header-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown:not(.nav-sublist), .site-header .widget_nav_menu .menu > li .sub-menu, .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown:not(.nav-sublist), .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul, .site-header .etheme_widget_menu .item-design-mega-menu .nav-sublist-dropdown:not(.nav-sublist){margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:.6em;padding-right:0px;padding-bottom:.6em;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li ul, .site-header .widget_nav_menu .menu > li > .sub-menu .sub-menu, .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li ul{--nav-sublist-dropdown-top:-.6em;top:calc(var(--nav-sublist-dropdown-top) - 1px);}.et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-link, .site-header .widget_nav_menu .menu > li > .sub-menu a, .site-header .etheme_widget_menu .nav-sublist-dropdown .item-link{padding-left:1.9em;padding-right:1.9em;padding-top:.6em;padding-bottom:.6em;}.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after, .site-header .widget_nav_menu .menu > li > .sub-menu li.menu-item-has-children > a:after, .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after{right:1.9em;}.et_b_header-menu .secondary-menu-wrapper .secondary-title{letter-spacing:0px;text-transform:inherit;background-color:#ffffff;color:#000000;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:15px;padding-right:10px;padding-bottom:15px;padding-left:10px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.et_b_header-menu .secondary-menu-wrapper .menu > li > a{letter-spacing:0px;text-transform:inherit;}.et_b_header-menu .secondary-menu-wrapper .menu{--content-zoom:calc(100em * .01);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;border-style:solid;border-color:#e1e1e1;}.et_b_header-menu .secondary-menu-wrapper .menu > li{padding-left:30px;padding-right:30px;}.secondary-menu-wrapper .menu > .item-design-mega-menu .nav-sublist-dropdown, .secondary-menu-wrapper .menu .item-design-dropdown.menu-item-has-children:first-child .nav-sublist-dropdown{top:-0px;}.et_column > .et_b_header-menu .secondary-menu-wrapper .menu{width:calc(100% - 0px);}.et_b_header-mobile-menu > span svg{width:1em;height:1em;}.mobile-header-wrapper .et_b_header-mobile-menu > span svg{width:1.8em;height:1.8em;}.mobile-menu-content .et_b_header-logo img{width:126px;}.et_b_header-mobile-menu > .et-element-label-wrapper .et-toggle, .et_b_header-mobile-menu > .et-element-label-wrapper .et-popup_toggle{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#f3d352;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.mobile-header-wrapper .et_b_header-mobile-menu > .et-element-label-wrapper .et-toggle, .mobile-header-wrapper .et_b_header-mobile-menu > .et-element-label-wrapper .et-popup_toggle{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.mobile-menu-content{font-family:PT Serif;font-weight:700;text-transform:uppercase;color:#303030;}.et_b_header-mobile-menu > .et-mini-content{--content-zoom:calc(100em * .01);}.et_b_header-mobile-menu .et-mini-content{background-color:#ffffff;}.et_b_header-mobile-menu > .et-mini-content, .mobile-menu-popup .et-popup-content{margin-top:0px;margin-bottom:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:20px;padding-right:30px;padding-bottom:20px;padding-left:30px;border-style:solid;border-color:#e1e1e1;}.et_b_header-cart.et_element-top-level > a svg{width:1.6em;height:1.6em;}.mobile-header-wrapper .et_b_header-cart.et_element-top-level > a svg{width:1.6em;height:1.6em;}.et_b_header-cart.et_element-top-level .et-quantity{font-size:0.6em;--et-quantity-proportion:1.8em;background-color:#ffffff;color:#1e1e1e;}.et_b_header-cart.et_element-top-level > a{color:var(--current-color);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.mobile-header-wrapper .et_b_header-cart.et_element-top-level > a{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.et_b_header-cart.et_element-top-level .et-mini-content{--content-zoom:calc(100em * .01);}.mobile-header-wrapper .et_b_header-cart.et_element-top-level .et-mini-content{--content-zoom:calc(100em * .01);}.et_b_header-cart.et_element-top-level .et-mini-content, .et_b_mobile-panel-cart .et-mini-content{background-color:#ffffff;color:#222222;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;border-style:solid;}.et_b_header-cart .woocommerce-mini-cart__footer, .et_b_mobile-panel-cart .woocommerce-mini-cart__footer{margin-left:-20px;margin-right:-20px;margin-bottom:-20px;margin-top:20px;}.et_b_header-cart .et-cart-progress, .et_b_mobile-panel-cart .et-cart-progress{padding-left:20px;padding-right:20px;}.et_b_header-cart.et-off-canvas .woocommerce-mini-cart__footer-wrapper, .et_b_mobile-panel-cart .woocommerce-mini-cart__footer-wrapper{padding-top:20px;}.et_b_header-cart .et-mini-content, .et_b_header-cart .cart-widget-products, .et_b_header-cart.et-off-canvas .product_list_widget li:not(:last-child), .et_b_mobile-panel-cart .et-mini-content, .et_b_mobile-panel-cart .cart-widget-products, .et_b_mobile-panel-cart.et-off-canvas .product_list_widget li:not(:last-child){border-color:#e1e1e1;}.woocommerce-mini-cart__footer{background-color:#f5f5f5;color:#555555;}.et_b_header-wishlist.et_element-top-level > a svg{width:1.6em;height:1.6em;}.mobile-header-wrapper .et_b_header-wishlist.et_element-top-level > a svg{width:1.3em;height:1.3em;}.et_b_header-wishlist.et_element-top-level .et-quantity{font-size:0.6em;--et-quantity-proportion:1.8em;background-color:#ffffff;color:#1e1e1e;}.et_b_header-wishlist.et_element-top-level > a{color:var(--current-color);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.mobile-header-wrapper .et_b_header-wishlist.et_element-top-level > a{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.et_b_header-wishlist.et_element-top-level .et-mini-content{--content-zoom:calc(100em * .01);}.mobile-header-wrapper .et_b_header-wishlist.et_element-top-level .et-mini-content{--content-zoom:calc(100em * .01);}.et_b_header-wishlist.et_element-top-level .et-mini-content, .et_b_mobile-panel-wishlist .et-mini-content{background-color:#ffffff;color:#222222;}.et_b_header-wishlist.et_element-top-level .et-mini-content, .et-mobile-panel .et_b_mobile-panel-wishlist .et-mini-content{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;}.et_b_header-wishlist .et-mini-content, .et-mobile-panel .et_b_mobile-panel-wishlist .et-mini-content{border-style:solid;}.et_b_header-wishlist .et-mini-content, .et_b_header-wishlist .cart-widget-products, .et_b_header-wishlist.et-off-canvas .product_list_widget li:not(:last-child), .et_b_mobile-panel-wishlist .et-mini-content, .et_b_mobile-panel-wishlist .cart-widget-products, .et_b_mobile-panel-wishlist.et-off-canvas .product_list_widget li:not(:last-child){border-color:#e1e1e1;}.et_b_header-compare.et_element-top-level > a svg{width:1.3em;height:1.3em;}.mobile-header-wrapper .et_b_header-compare.et_element-top-level > a svg{width:1.4em;height:1.4em;}.et_b_header-compare.et_element-top-level > a{color:var(--current-color);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.mobile-header-wrapper .et_b_header-compare.et_element-top-level > a{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.et_b_header-account.et_element-top-level > a svg{width:1.5em;height:1.5em;}.mobile-header-wrapper .et_b_header-account.et_element-top-level > a svg{width:1.4em;height:1.4em;}.et_b_header-account.et_element-top-level > a{color:var(--current-color);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:10px;padding-bottom:10px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.mobile-header-wrapper .et_b_header-account.et_element-top-level > a{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.et_b_header-account.et_element-top-level .et-mini-content, .et_b_header-account.et_element-top-level-popup{--content-zoom:calc(100em * .01);}.et_b_header-account.et_element-top-level .et-mini-content{background-color:#ffffff;color:#222222;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;border-style:solid;border-color:#e1e1e1;}.et_b_header-search.et_element-top-level > span svg, .et_b_header-search.et_element-top-level .search-button svg{width:1.5em;height:1.5em;}.et_b_header-search.et_element-top-level > span img, .et_b_header-search.et_element-top-level .search-button img{max-width:1.5em;max-height:1.5em;}.mobile-header-wrapper .et_b_header-search.et_element-top-level > span svg, .mobile-header-wrapper .et_b_header-search.et_element-top-level .search-button svg{width:1em;height:1em;}.mobile-header-wrapper .et_b_header-search.et_element-top-level > span img, .mobile-header-wrapper .et_b_header-search.et_element-top-level .search-button img{max-width:1em;max-height:1em;}.et_b_header-search.et_element-top-level .input-row{width:100%;margin-top:0px;margin-bottom:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:10px;}.mobile-header-wrapper .et_b_header-search.et_element-top-level .input-row{width:100%;margin-top:0px;margin-bottom:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:10px;}.et_b_header-search.et_element-top-level input[type="text"], .et_b_header-search.et_element-top-level select, .et_b_header-search.et_element-top-level .fancy-select .fancy-placeholder-text, .et_b_header-search.et_element-top-level .search-button{height:40px;line-height:calc(40px / 2);}.et_b_header-search.et_element-top-level input[type="text"]{max-width:calc(100% - 40px);}.et_b_header-search.et_element-top-level .search-button{width:40px;background-color:#ffffff;}.mobile-header-wrapper .et_b_header-search.et_element-top-level input[type="text"], .mobile-header-wrapper .et_b_header-search.et_element-top-level select, .mobile-header-wrapper .et_b_header-search.et_element-top-level .fancy-select .fancy-placeholder-text, .mobile-header-wrapper .et_b_header-search.et_element-top-level .search-button{height:40px;line-height:calc(40px / 2);}.mobile-header-wrapper .et_b_header-search.et_element-top-level input[type="text"]{max-width:calc(100% - 40px);}.mobile-header-wrapper .et_b_header-search.et_element-top-level .search-button{width:40px;}.et_b_header-search.et_element-top-level .input-row, .et_b_header-search.et_element-top-level .input-row .search-button{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.mobile-header-wrapper .et_b_header-search.et_element-top-level .input-row, .mobile-header-wrapper .et_b_header-search.et_element-top-level .input-row .search-button{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.et_b_header-search.et_element-top-level input[type="text"], .et_b_header-search.et_element-top-level input[type="text"]::-webkit-input-placeholder{color:#888888;}.et_b_header-search.et_element-top-level .input-row, .et_b_header-search.et_element-top-level input[type="text"]{background-color:#fff;}.et_b_header-search.et_element-top-level .search-button, .et_b_header-search.et_element-top-level .clear{color:#555555;}.et_b_header-search.et_element-top-level select, .et_b_header-search.et_element-top-level .fancy-select .fancy-placeholder-text{border-right-width:1px;border-style:none;border-color:#e1e1e1;}.mobile-header-wrapper .et_b_header-search.et_element-top-level .buttons-wrapper{right:0px;}.mobile-header-wrapper .et_b_header-search.et_element-top-level select, .mobile-header-wrapper .et_b_header-search.et_element-top-level .fancy-select .fancy-placeholder-text{border-right-width:1px;}.et_b_header-search.et_element-top-level .input-row, .ajax-search-form input[type="text"]{border-style:none;}.et_b_header-search.et_element-top-level .input-row, .ajax-search-form input[type="text"], .ajax-search-form input[type="text"]:focus{border-color:#e1e1e1;}.et_b_header-search.et_element-top-level .et_b_search-icon{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.ajax-search-form.input-icon:before{top:calc(-10px - 3px);height:calc(10px + 3px);}.mobile-header-wrapper .et_b_header-search.et_element-top-level .et_b_search-icon{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.ajax-search-form:not(.input-icon) .autocomplete-suggestions, .ajax-search-form.input-icon{--content-zoom:calc(100em * .01);}.mobile-header-wrapper .ajax-search-form:not(.input-icon) .autocomplete-suggestions, .mobile-header-wrapper .ajax-search-form.input-icon{--content-zoom:calc(100em * .01);}.et_b_header-search.et_element-top-level.et-content-dropdown form.et-mini-content, .et_b_header-search.et_element-top-level.et-content-dropdown form:not(.et-mini-content) .ajax-results-wrapper{right:-110px;}.ajax-search-form .ajax-results-wrapper .autocomplete-suggestions{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:1px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:10px;padding-right:0px;padding-bottom:20px;padding-left:0px;}.ajax-search-form .autocomplete-suggestion > a, .ajax-search-form .autocomplete-no-suggestion, .ajax-search-tabs{padding-left:20px;padding-right:20px;}.ajax-search-form.input-icon{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;}.mobile-header-wrapper .ajax-search-form .ajax-results-wrapper .autocomplete-suggestions{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;}.mobile-header-wrapper .ajax-search-form .autocomplete-suggestion a, .mobile-header-wrapper .ajax-search-form .autocomplete-no-suggestion, .mobile-header-wrapper .ajax-search-tabs{padding-left:10px;padding-right:10px;}.mobile-header-wrapper .ajax-search-form.input-icon{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;}.ajax-search-form .ajax-results-wrapper .autocomplete-suggestions, .ajax-search-form.input-icon{border-style:solid;border-color:#e1e1e1;}.et_b_header-socials.et_element-top-level{--content-zoom:calc(140em * .01);}.mobile-header-wrapper .et_b_header-socials.et_element-top-level{--content-zoom:calc(100em * .01);}.et_b_header-socials.et_element-top-level.flex-row a{margin:0 12px;}.et_b_header-socials.et_element-top-level.flex-col a + a{margin:12px 0 0 0;}.mobile-header-wrapper .et_b_header-socials.et_element-top-level.flex-row a{margin:0 5px;}.mobile-header-wrapper .et_b_header-socials.et_element-top-level.flex-col a + a{margin:5px 0 0 0;}.et_b_header-contacts.et_element-top-level .contact{margin-top:0px;margin-right:10px;margin-bottom:0px;margin-left:10px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.header-newsletter-popup .et-popup-content-custom-dimenstions{width:550px;height:250px;}.header-newsletter-popup .et-popup-content{background:#ffffff;background-color:#ffffff;background-repeat:no-repeat;background-position:center center;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;border-style:solid;border-color:#e1e1e1;}.header-newsletter-popup .et-popup-content, .header-newsletter-popup .et-close-popup{color:#000000;}.et_b_header-button{font-weight:400;text-transform:uppercase;font-size:calc(var(--content-zoom) * 1);background-color:#90705a;color:#ffffff!important;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:12px;padding-right:25px;padding-bottom:12px;padding-left:25px;border-style:solid;border-color:#90705a;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.et_b_header-button:hover{background-color:#ffffff;color:#90705a!important;}.et_promo_text_carousel{--promo-text-height:30px;background-color:rgba(0,0,0,0);color:#ffffff;}.et-mobile-panel-wrapper .et-mobile-panel .et-wrap-columns{height:68px;}.et_b_mobile-panel-more_toggle .et-mini-content{height:calc(100% - 68px + 1px);}.et-mobile-panel-wrapper{--content-zoom:calc(80em * .01);}.et-mobile-panel-wrapper, .et_b_mobile-panel-more_toggle .et-mini-content, .et_b_mobile-panel-more_toggle .et-mini-content, .et-mobile-panel .et_column{background:68;background-color:68;background-repeat:no-repeat;background-position:center center;}.et-mobile-panel-wrapper, .et_b_mobile-panel-more_toggle .et-mini-content, .et_b_mobile-panel-more_toggle .et-mini-content{color:#000000;}.et-mobile-panel .et_column.active{color:var(--current-color);}.single-product .sidebar-widget .widget-title{--h5-size-proportion:1;}.single-product.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block) > ul, .single-product.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block) > ul, .single-product.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block) > div, .single-product.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block) > div{max-height:300px;}.single-product .page-heading{--content-zoom:calc(81em * .01);text-transform:inherit;background:#ffffff;background-color:#ffffff;background-repeat:no-repeat;background-position:center center;color:#690c15;border-style:solid;border-color:#e1e1e1;}body.single-product .page-heading{margin-top:0px;margin-right:auto;margin-bottom:30px;margin-left:auto;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px;}.woocommerce-product-gallery.images-wrapper{width:100%;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#ffffff;}.swiper-control-bottom.swiper-container-grid{margin:-10px;}.swiper-control-bottom.swiper-container-grid .swiper-slide{padding:10px;}.swiper-vertical-images .slick-vertical-slider-grid li{margin-bottom:10px;}.one_image .main-images > div, .one_image .main-images > img{margin-bottom:10px;}.one_image .main-images{margin-bottom:-10px;}.double_image .main-images > div{margin:0 10px 10px 0;width:calc(50% - 10px);}.double_image .main-images{margin:0 -10px -10px 0;}.swipers-couple-wrapper .swiper-container{--arrow-size:50px;}.onsale.single-sale{top:12px;background-color:#c62828;color:#ffffff;}.onsale.single-sale.left{left:12px;}.onsale.single-sale.right{right:12px;}.single-sale.type-circle{min-height:50px;min-width:50px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}.single-product .product_title{text-align:start;--h1-size-proportion:2.5;text-transform:none;color:#222;margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.et_product-block > .price, .et_product-block .et_connect-block > .price{text-align:start;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.et_product-block > .price, .et_product-block .et_connect-block > .price, .et_product-block form.cart .price, .et_product-block .group_table .woocommerce-Price-amount{color:#690c15;}.et_product-block > .price ins .amount, .et_product-block .et_connect-block > .price ins .amount, .et_product-block form.cart ins .amount{color:#c62828;}.woocommerce-product-rating{text-align:inherit;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.single-product .et_product-block .woocommerce-product-details__short-description{--content-zoom:calc(100em * .01);text-align:start;color:#000000;margin-top:80px;margin-right:0px;margin-bottom:80px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.et_b_single-button{text-transform:none;font-size:calc(var(--content-zoom, 1rem) * 1);background-color:#690c15;color:#ffffff!important;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:5px;padding-right:10px;padding-bottom:px;padding-left:10px;border-style:solid;border-color:#690c15;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.et_b_single-button:hover{background-color:#000000;color:#ffffff!important;}.et_b_single-request-quote-button{text-transform:none;font-size:calc(var(--content-zoom, 1rem) * 1);background-color:#000000;color:#ffffff;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.et_b_single-request-quote-button:hover{background-color:#ffffff;color:#000000;}.et_b_single-request-quote-popup .et-popup-content-custom-dimenstions{width:550px;height:250px;}.et_b_single-request-quote-popup .et-popup-content{background:#ffffff;background-color:#ffffff;background-repeat:no-repeat;background-position:center center;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;border-style:solid;border-color:#e1e1e1;}.et_b_single-request-quote-popup .et-popup-content, .et_b_single-request-quote-popup .et-close-popup{color:#000000;}.size-guide-popup .et-popup-content-custom-dimenstions{width:550px;height:250px;}.single-product-size-guide{padding:10px 0;}.size-guide-popup .et-popup-content{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;border-style:solid;border-color:#e1e1e1;}.single-product-builder form.cart, .single-product-builder form.cart .woocommerce-variation-add-to-cart{flex-direction:row;}.single-product-builder .single_add_to_cart_button, .single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button{text-transform:uppercase;--loader-side-color:#ffffff;}.single-product-builder .single_add_to_cart_button{min-width:120px;min-height:40px;}.single-product-builder .single_add_to_cart_button, .single-product-builder .single_add_to_cart_button.button, .single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button, .single-product-builder .single_add_to_cart_button:hover, .single-product-builder .single_add_to_cart_button.button:hover, .single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button:hover, .single-product-builder .single_add_to_cart_button:focus, .single-product-builder .single_add_to_cart_button.button:focus, .single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button:focus{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.single-product-builder .single_add_to_cart_button:hover, .single-product-builder .single_add_to_cart_button:focus, .single-product-builder .single_add_to_cart_button:hover:focus, .single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button:hover{--loader-side-color:#ffffff;}.single-product-builder form.cart{margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.et_product-block .single-wishlist{text-align:start;}.et_product-block .single-wishlist .show > a, .et_product-block .single-wishlist .wishlist-fragment > div a{background-color:#ffffff;color:#000000;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.et_product-block .single-wishlist .show > a:hover, .et_product-block .single-wishlist .wishlist-fragment > div a:hover{background-color:#ffffff;color:#000000;}.et_product-block .single-compare{text-align:start;}.et_product-block .single-compare > a{background-color:#ffffff;color:#000000;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.et_product-block .single-compare a:hover{background-color:#ffffff;color:#000000;}.single-product .product_meta{--content-zoom:calc(100em * .01);justify-content:inherit;flex-direction:column;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.single-product .product_meta, .single-product .product_meta a:hover{color:#222222;}.single-product .product_meta span a, .single-product .product_meta span span{color:#888888;}.single-product-socials a{--content-zoom:calc(80em * .01);color:#000;margin:0 5px;}.single-product-socials span{color:#222;}.single-product-socials{margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.wc-tabs [role="tab"]{text-transform:uppercase;}.wc-tabs .et-woocommerce-tab.active a{color:#000000;}.woocommerce-tabs.type-overline .wc-tabs .et-woocommerce-tab:before, .woocommerce-tabs.type-underline .wc-tabs .et-woocommerce-tab:before{background-color:#000000;}.wc-tabs{--content-zoom:calc(100em * .01);}.woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab{font-size:calc(100em * .01);}.tabs-with-scroll .wc-tab{max-height:250px;}.woocommerce-tabs.horizontal .wc-tabs{margin:0 -0px;}.woocommerce-tabs.horizontal .wc-tabs:after{left:0px;right:0px;}.woocommerce-tabs.horizontal .wc-tabs .et-woocommerce-tab{margin:0 0px;}.woocommerce-tabs.vertical .wc-tabs{margin:-0px 0;}.woocommerce-tabs.vertical .wc-tabs:after, .woocommerce-tabs.vertical.type-overline .wc-tabs:after, .woocommerce-tabs.vertical.type-underline .wc-tabs:after{top:0px;bottom:0px;}.woocommerce-tabs.vertical .wc-tabs .et-woocommerce-tab{margin:0px 0;}.woocommerce-tabs{margin-top:50px;margin-right:0px;margin-bottom:20px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;}.woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab ~ .et-woocommerce-tab, .woocommerce-tabs.type-accordion .wc-tabs .wc-tab{border-top-style:solid;}.woocommerce-tabs, .woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab ~ .et-woocommerce-tab, .woocommerce-tabs.type-accordion .wc-tabs .wc-tab{border-color:#e1e1e1;}.related-products{--cols-gap:15px;--arrow-size:50px;}.related-products-title{text-align:start;}.related-products-wrapper{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.upsell-products{--cols-gap:15px;--arrow-size:50px;}.upsell-products-title{text-align:start;}.upsell-products-wrapper{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.cross-sell-products{--cols-gap:15px;--arrow-size:50px;}.single-product .cross-sell-products-title{text-align:start;}.cross-sell-products-wrapper{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}@media only screen and (min-width: 1200px){.container, div.container, .et-container{max-width:1170px;}.single-product .woocommerce-message, .single-product .woocommerce-error, .single-product .woocommerce-info{width:1170px;}.footer:after{width:calc(1170px - 30px);}.boxed .template-container, .framed .template-container{width:calc(1170px + 30px);}.boxed .header-wrapper, .framed .header-wrapper{width:calc(1170px + 30px);}}@media only screen and (min-width: 993px){.et_b_dt_header-overlap .page-heading{padding-top:13em;padding-bottom:5em;}.single-product .sidebar{--space-between-widgets:60px;}}@media only screen and (max-width: 992px){.et_b_mob_header-overlap .page-heading{padding-top:11em;padding-bottom:1.2em;}.et-mobile-panel-wrapper:not(.mob-hide):not(.outside) ~ .back-top, .et-mobile-panel-wrapper:not(.mob-hide):not(.outside) ~ .et-request-quote, .et-mobile-panel-wrapper:not(.mob-hide):not(.outside) ~ #sales-booster-popup{bottom:calc(68px + 15px);}.et-mobile-panel-wrapper:not(.mob-hide):not(.outside) ~ .back-top.backIn ~ .et-request-quote{bottom:calc(68px + 70px);}}@media only screen and (min-width: 922px){.single-product .sidebar{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:15px;padding-bottom:0px;padding-left:15px;border-style:solid;border-color:#e1e1e1;}} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tremuse.it/wp-content/fonts/pt-serif/EJRVQgYoZZY2vCFuvAFbzrm_dSb_nco.woff) format('woff');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tremuse.it/wp-content/fonts/pt-serif/EJRVQgYoZZY2vCFuvAFSzrm_dSb_nco.woff) format('woff');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tremuse.it/wp-content/fonts/pt-serif/EJRVQgYoZZY2vCFuvAFYzrm_dSb_nco.woff) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tremuse.it/wp-content/fonts/pt-serif/EJRVQgYoZZY2vCFuvAFWzrm_dSb_.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://tremuse.it/wp-content/fonts/pt-serif/EJRSQgYoZZY2vCFuvAnt66qfVy3Vp8NAyIw.woff) format('woff');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://tremuse.it/wp-content/fonts/pt-serif/EJRSQgYoZZY2vCFuvAnt66qWVy3Vp8NAyIw.woff) format('woff');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://tremuse.it/wp-content/fonts/pt-serif/EJRSQgYoZZY2vCFuvAnt66qcVy3Vp8NAyIw.woff) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://tremuse.it/wp-content/fonts/pt-serif/EJRSQgYoZZY2vCFuvAnt66qSVy3Vp8NA.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tremuse.it/wp-content/fonts/lato/S6uyw4BMUTPHjxAwWCWtFCfQ7A.woff) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://tremuse.it/wp-content/fonts/lato/S6uyw4BMUTPHjx4wWCWtFCc.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://tremuse.it/wp-content/fonts/lato/S6u9w4BMUTPHh6UVSwaPHw3q5d0N7w.woff) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://tremuse.it/wp-content/fonts/lato/S6u9w4BMUTPHh6UVSwiPHw3q5d0.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}