.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;
}
} .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]):not(.loader-circular),
.et_b-icon svg {
width: 1em;
}
.site-header svg:not([height]):not(.loader-circular),
.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-color);
-webkit-text-fill-color: currentColor;
line-height: 1;
display: inline-flex;
margin: 9px;
background: #fff;
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;
}
.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 {
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 {
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 .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;
font-size: 100%;
color: currentColor;
-webkit-text-fill-color: currentColor;
width: auto;
height: var(--promo-text-height, 30px);
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;
}
.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;
height: 85vh;
width: 100%;
padding: 60px 30px 20px;
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-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 .et-close {
pointer-events: all !important;
z-index: 1;
transition: all .3s ease-in-out;
}
.search-full-width .et-close:hover {
transform: rotate(90deg);
}
.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 a {
padding: 7px 15px;
margin: 0 5px;
background: #f3f3f3;
}
.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;
}
.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-bottom: 40px;
}  .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;
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;
}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{color:#222}small{font-size:80%}sub,sup{font-size:.85rem;line-height:0;position:relative;vertical-align:baseline}sup{top:-1em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0} @media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{line-height:1.42857143;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a:focus{outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #e1e1e1}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container, .single-product .woocommerce-message, .single-product .woocommerce-error, .single-product .woocommerce-info {width:750px} footer.footer:after{width: 720px;}}@media (min-width:992px){.container, .single-product .woocommerce-message, .single-product .woocommerce-error, .single-product .woocommerce-info {width:970px} footer.footer:after{width: 940px;}}@media (min-width:1200px){.container, .single-product .woocommerce-message, .single-product .woocommerce-error, .single-product .woocommerce-info {width:1170px} footer.footer:after{width: 1140px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:start}th{text-align:left; font-weight: 400}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}label{display:inline-block;max-width:100%;margin-bottom:5px;}input[type="search"]{box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:var(--et_container-bg-color, #fff);background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition-property:height, visibility;transition-duration:.35s;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transform:translate(0, -25%);transition:transform 0.3s ease-out}.modal.in .modal-dialog{transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{transition:transform 0.6s ease-in-out;backface-visibility:hidden;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}* {
padding: 0;
margin: 0;
}
img {
max-width: 100%;
height: auto;
}  html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 14px;
margin-right: 0 !important;
}
html.no-scrollbar::-webkit-scrollbar {
width: 4px;
height: 4px;
} body {
--et_font-color: #555;
margin: 0;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Verdana, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
color: var(--et_font-color) !important;
height: auto !important;
background-color: var(--et_container-bg-color, transparent);
--product-stock-step-1-active-color: var(--et_green-color);
--product-stock-step-2-active-color: var(--et_orange-color);
--product-stock-step-3-active-color: var(--et_red-color);
--h1-size-proportion: 2.5714;
--h2-size-proportion: 1.7142;
--h3-size-proportion: 1.7142;
--h4-size-proportion: 1.2857;
--h5-size-proportion: 1;
--h6-size-proportion: .8571;
--h1-line-height: 1.1;
--h2-line-height: var(--h1-line-height);
--h3-line-height: var(--h1-line-height);
--h4-line-height: var(--h1-line-height);
--h5-line-height: var(--h1-line-height);
--h6-line-height: var(--h1-line-height);
--product-title-size-proportion: 1.14;
--product-title-line-height: 1.5;
--et_main-color: #888;
--et_dark-color: #222;
--et_active-color: #a4004f;
--et_red-color: #c62828;
--et_green-color: #2e7d32;
--et_blue-color: #1565c0;
--et_orange-color: #f57f17;
--et_yellow-color: #fdd835;
--et_border-color: #e1e1e1;
--et_light-color: #f7f7f7;
--et_light-color2: #f2f2f2;
--et_white-2-dark: #fff;
--et_dark-2-white: #222;
--et_select-arrow-closed: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAEm0lEQVR4nO3cWaiUZRgH8N85armShlgWLZS0gLQgIVm0UGQgtEBKe110IdSFF0FXhtCNChERFLSQFBUltEC0ZxS0E7QZ0UJEG6aFltmiOV28c3DpvO+cZWa+c+Z7fjAo58x87/99HuSceb9nJIQQQgghhBBCCCGEEEIIIYQQQgghhBBCO01o/nkYrsRp+B7bK0tUL7NwFRZhM7bCOfgdjebjl+bXQmediy321H07ToeP9vriwGMHFlcSsx4ulGq8f92fhm2DfKOBv3BRBWF73cVSbQer+cvwbOabDfyDZV2P3LuWSTXN1ftGOBY/Fp60C9d0OXgvulaqZa7OD6Nv4MlH4svCk3djRfey95wVUg1z9b3TXs0YcCg2Fl7UwMrOZ+85tyrX9HaDNGPAIfi4xQVWdy57z1mtXMtVQ7nILLzX4kJr25u7J61VruEtw7nYTLzd4oL3oL892XtKv1Sb0s/jm0dy4enYULhwA/eKpuytH/fJ1+tfLB/NAlOlNyulpjyKiaNZpEdMxGPKzbihHQtNwQuFhRp4ApPasdg4NUmqQa4+O3F5Oxc8AE8WFmxI7/gnt3PRcWKy1qcdSzux8CSsLyzckP4lTenE4mPUdLwmX48/saSTASZgXSFAA69jRidDjBEz8IZ8HXZIp7od14/7C0Ea0vuYg7sRpiIH4335/f+Gs7oZqE86fyk15QPM7maoLpkt7S237204o4pgfdI5TKkpGzG3inAdMhefye93CxZUlq5plXJTPsfhVYVro8OlveT2+TNOqSzdfm5Rbso3OKaydKN3jLSH3P5+wAmVpcu4WfnM/1vMqyzdyM2Tsuf29R2OqyxdC8ulI4Jc+J8wv7J0wzdfypzbz1c4qrJ0Q3SDclM24aTK0g3dyVLW3D6+wBGVpRumK6Tzm9xmfsXCytK1tlDKmMv/iXQzb1xZqjxhsVWa2BtrFknZcrk/xJzK0o3SEuk8J7e57TivsnT/d76UKZf3Henm3biWm9IbePyBCypLt8di5Zxv4qDK0rXZ2dL5Tm6zf+OSytJxaTNDLt8rmFZZug45U35stSH9vLmsglxXK/8C8qJ057QnLbDvxPf+j124rot5rleeJnxKujnX006VPguRK8JuzRnXDrtJ+WRhvRrdlj5ROv8pNaWTo6utRjvX2fNhpto4XjoHyhWloTOjqytbrPmAGo82HY2vlQvUztHVVqOdgw49102ryfsG1rRhnVajncWh57o5FJ8qF+xuIytYf/O1pWuvGlX6HjXH4J933Psx3NHV/uZrStcc1tBz3czCu8oFfMTQRlcnSmOupd/kRjT0XDcz8ZZyUx5Xfo/QarRz1EPPdTMNryo3JTe62mq0s21Dz3UzFS8pN+V5+46uthoM3yndPAsjdCCeUW7KwOjqjObfc8/r2NBz3UzBc8pN2aA89Byft2+zCdLnuEtNyT26NvRcNxPwoOE1o+tDz3XTh7sMrRmVDT3XTR/uUG7GmBh6rpvbDN6MMTX0XDdr7NuMzdIdyXGrF46bF0u/RW3CQ9L/bBRCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYD/AI5xCCmGn2cGAAAAAElFTkSuQmCC);
--et_select-arrow-opened: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAEZUlEQVR4nO3caYhVZRgH8N+oaWmbIWULUhS0UbQQtFFJEUXRSoRaZHvUB8EWPxgl9UVaKGmPVioKKjNB2omKooUiKpE2kXZbtE3LvQ/n3hxz3vfc0Xvvae59fnBgYO457/99nznn3jnznCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQjP1VB2gCUbj5NrXs7CwwixdbywWYU1t+wVHVRmom52KZdYWo74twykV5upKZ2Gl9YtR35bj9MrSdZlz5ItR31bi7Ioydo3LsFp5MXoX5dxKknaBSfpXjPq2WlHI0ERlZ8a7tS31/VW4oO2pO9R0+TPgJQzHiNrXuddObXP2jlNWjGcxrNfrN8PzJftc26bsHaUHt8sv7NMY2se+QzGzZN/prY3fWQbhbvkFfQSDM8cYUntN7hg3tiZ+ZxmCR+UX8gH5YtQNxoMlx7pLZ9zPa4kheFx+AW/TvwVs5NJ3r+KsDL0Mw2z5hbvFhv0099T2zR37McUPRMCmmCO/YNc1YZzrS8Z4QhTF5nhVfqGmNHG8KSVjzbbux+iusgVel1+gK1sw7lUlY85RnLVdZRvltzouaeH4l8rfinlO8UtmVxiF9+WLcWEbclxUGyuV4zXFWdzRtsdc6UVYgXFtzDO+NmYqzxvYso152mpHzJOe/HKcUUGuM2tjp3K9p7jEdpRdMF960n/hhMrScSL+7iNXfftAcantCLtigfRkl+K4qsL1crwiSyrnXMUld0DbC99JT/J3HFFZuvUdiT+k887DDpWl20j74Afpyf2KwypLl3Y4fpPO/Sl2qizdBjrIug1s/91+xgGVpSt3oCJjKv8CxaV4QDgYi6Un8yP2qyxd4/bHT9Lz+Aq7VZauQWPlr8HfYI/K0vXfnvhWej7fY+/K0pU4Bkukw89XfPwdaHbH19LzWoh9K0uXcJL85/jPMaaydBtvZ3wpPb9FivfN/4VU03N9+0TxyMBANwafSc9zseL9s1JlTc8fYbvK0jXfaHws/1H+0KrCTZQvxjsYWVW4FtoWH0rP+08c3e5QZa2db2Hrdodqo5F4W3r+S3Bsu8KUNT2/omjr7HRb4U3pdVhm7aN2LXN1JsAavKjos+0WI/CyfFFOa9XgZX22s3Rng8BwvCC9Li15cKisGE/pu8+2WwzFM/JFmdiMgXpwR2agNXhYY62dnW4TPCm9Thv94NAg3JMZYA3uF8XobTAeki/KpA05cCNNzzNEo3JfBuE++aJM7s8BG2l6vlkUI6cHt8qv4TWNHKiRpudpTY3euXpwk/xaZh8caqTpuZl9tt1imvya3tDXTmVNz6txRWtzd7SyJu879XoLGCL/oGQUozmmyhfl30fsLs+8KB66b67J8vcBx5O+F7MK57c9cufLdd7PoO9f/lZgQgVhu8V5+v5b0gSKTrzenRVLxb82aodxis7N+rrPxOD6O/soXKy4nfyIomUytN4oHIIvxJqHEEIIIYQQQgghhBBCCCGEEEIIIYQQQkv8A07d/ovDcJx+AAAAAElFTkSuQmCC);
--et_404-page-bg-image: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/404.png);
--et_link-color: var(--et_dark-2-white);
--et_link-hover-color: var(--et_main-color);
--et_btn-color: var(--et_dark-2-white);
--et_btn-bg-color: var(--et_light-color2);
--et_btn-br-color: var(--et_light-color2);
--et_btn-color-hover: #fff;
--et_btn-bg-color-hover: var(--et_active-color);
--et_btn-br-color-hover: var(--et_active-color);
--et_btn-bordered-color: #fff;
--et_btn-bordered-bg-color: transparent;
--et_btn-bordered-br-color: var(--et_border-color);
--et_btn-bordered-color-hover: var(--et_dark-color);
--et_btn-bordered-bg-color-hover: #fff;
--et_btn-bordered-br-color-hover: var(--et_border-color);
--et_btn-active-color: #fff;
--et_btn-active-bg-color: var(--et_active-color);
--et_btn-active-br-color: var(--et_active-color);
--et_btn-active-color-hover: #fff;
--et_btn-active-bg-color-hover: var(--et_active-color);
--et_btn-active-br-color-hover: var(--et_active-color);
--et_btn-light-color: #fff;
--et_btn-light-bg-color: var(--et_btn-bg-color);
--et_btn-light-br-color: var(--et_border-color);
--et_btn-light-text-transform: uppercase;
--et_btn-light-color-hover: #fff;
--et_btn-light-bg-color-hover: var(--et_active-color);
--et_btn-light-br-color-hover: var(--et_active-color);
--et_btn-dark-color: #fff;
--et_btn-dark-bg-color: var(--et_dark-color);
--et_btn-dark-br-color: var(--et_dark-color);
--et_btn-dark-color-hover: #fff;
--et_btn-dark-bg-color-hover: #4c4c4c;
--et_btn-dark-br-color-hover: #4c4c4c;
--et_dark-2-white-0: rgba(0, 0, 0, 0);
--et_dark-2-white-01: rgba(0, 0, 0, 0.1);
--et_dark-2-white-02: rgba(0, 0, 0, 0.2);
--et_dark-2-white-03: rgba(0, 0, 0, 0.3);
--et_dark-2-white-08: rgba(0, 0, 0, 0.8);
--et_dark-2-white-002: rgba(0, 0, 0, 0.02);
--et_white-2-dark-0: rgba(255, 255, 255, 0);
--et_white-2-dark-01: rgba(255, 255, 255, 0.1);
--et_white-2-dark-05: rgba(255, 255, 255, 0.5);
--et_white-2-dark-07: rgba(255, 255, 255, 0.7);
--et_white-2-dark-09: rgba(255, 255, 255, 0.9);
--et_dark-2-light-dark: var(--et_dark-color);
--et_white-2-light-dark: #fff;
}
body.et-compare:before {
display: none;
}  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
} audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  a {
background-color: transparent;
} a:active,
a:hover {
outline: 0;
}  abbr[title] {
border-bottom: 1px dotted;
} h1 {
margin: 0 0 .67em 0;
} mark {
background: transparent;
text-decoration: underline;
text-decoration-skip-ink: none;
}
body p:empty {
display: none !important;
}
img.emoji {
display: inline !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
}
.active-color {
color: var(--et_active-color);
}  fieldset {
border: 1px solid var(--et_border-color);
margin: 0 0 3em;
padding: 1.5em 2.5em;
min-width: 0;
}
fieldset legend {
display: inline-block;
width: auto;
}
legend {
font-size: 1rem;
text-transform: uppercase;
color: var(--et_dark-2-white);
margin-bottom: 0;
} ol,
ul {
margin-top: 0;
margin-bottom: 10px;
}
address {
font-style: italic;
font-size: 1.14rem;
} h1,
.h1 {
margin-top: 0;
font-size: calc(var(--h1-size-proportion) * 1rem);
line-height: var(--h1-line-height);
font-weight: 400;
margin-bottom: .5rem;
color: var(--et_dark-2-white);
}
h2,
.h2 {
line-height: var(--h2-line-height);
color: var(--et_dark-2-white);
}
h3,
.h3 {
line-height: var(--h3-line-height);
color: var(--et_dark-2-white);
}
h4,
.h4 {
line-height: var(--h4-line-height);
color: var(--et_dark-2-white);
}
h5,
.h5 {
line-height: var(--h5-line-height);
color: var(--et_dark-2-white);
}
h6,
.h6 {
line-height: var(--h6-line-height);
color: var(--et_dark-2-white);
}
h2,
.h2,
h3,
.h3 {
margin-top: 0;
font-size: calc(var(--h2-size-proportion) * 1rem);
font-weight: 400;
margin-bottom: .7rem;
}
h3,
.h3 {
font-size: calc(var(--h3-size-proportion) * 1rem);
}
h4,
.h4 {
margin-top: 0;
font-size: calc(var(--h4-size-proportion) * 1rem);
font-weight: 400;
margin-bottom: .7rem;
}
h5,
.h5 {
margin-top: 0;
font-size: calc(var(--h5-size-proportion) * 1rem);
font-weight: 400;
margin-bottom: .7rem;
}
h6,
.h6 {
margin-top: 0;
font-size: calc(var(--h6-size-proportion) * 1rem);
font-weight: 400;
margin-bottom: .7rem;
}
p {
margin-bottom: 1.43rem;
line-height: var(--p-line-height, 1.6);
font-size: var(--p-font-size, 1.14rem);
}
ul ol,
ol ol,
ul ul,
ol ul {
margin-bottom: 0;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.aligncenter {
opacity: 1;
}
.wp-caption {
max-width: 100%;
}
img.aligncenter {
margin: .35em auto;
}
img.alignright {
float: right;
margin: .14em 0 1.42em 1.42em;
}
img.alignleft {
float: left;
margin: .14em 1.42em 1.42em 0;
}
.cursor-pointer {
cursor: pointer;
}
.aligncenter {
display: block;
margin: .36em auto;
}
.alignright {
float: right;
margin: 1.07em 0 2.14em 1.07em !important;
}
.alignleft {
float: left;
margin: 15px 2.14em 1.07em 0 !important;
}
.text-left {
text-align: start;
}
.text-center {
text-align: center;
}
.text-right {
text-align: end;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.justify-content-start {
justify-content: flex-start;
}
.justify-content-end {
justify-content: flex-end;
}
.justify-content-center {
justify-content: center;
text-align: center;
}
.justify-content-between {
justify-content: space-between;
}
.justify-content-around {
justify-content: space-around;
}
.justify-content-inherit {
justify-content: inherit;
text-align: inherit;
}
.align-items-start {
align-items: flex-start;
}
.align-items-end {
align-items: flex-end;
}
.align-items-center,
.align-items-center .swiper-wrapper {
align-items: center;
}
.align-items-baseline {
align-items: baseline;
}
.align-items-stretch {
align-items: stretch;
}
.align-content-start {
align-content: flex-start;
}
.align-content-end {
align-content: flex-end;
}
.align-content-center {
align-content: center;
}
.align-content-around {
align-content: space-around;
}
.align-content-between {
align-content: space-between;
}
.align-content-stretch {
align-content: stretch;
}
.text-lowercase {
text-transform: lowercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-uppercase {
text-transform: uppercase;
}
.text-underline {
text-decoration: underline;
}
.full-height {
height: 100vh;
}
.type-product ul,
.content ul {
margin-bottom: 1.43em;
}
.type-product ul ul,
.content ul ul,
.type-product ol ol,
.content ol ol {
margin-bottom: 0;
}
.type-product li,
.content li {
margin-bottom: .5em;
line-height: 1.8;
font-size: 1.14rem;
}
.type-product ul,
.content ul,
.type-product ol,
.content ol {
padding-left: 20px;
}
.type-product .simple-list li,
.content .simple-list li {
padding: 5px 0;
}
body ::-webkit-scrollbar {
width: 3px;
height: 3px;
background: var(--et_border-color);
}
.nano-pane {
width: 2px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
height: auto;
visibility: visible;
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-radius: 0;
}
.nano-pane > .nano-slider {
position: relative;
margin: 0;
border-radius: 3px;
}
body ::-webkit-scrollbar-thumb {
background: var(--et_font-color);
}
.nano-slider {
background: var(--et_font-color);
z-index: 3;
}
.clear {
clear: both;
}
.m0 {
margin-bottom: 0 !important;
}
.page-wrapper {
position: relative;
z-index: 1;
background-color: var(--et_container-bg-color, transparent);
}
.template-container {
position: relative;
overflow: hidden;
}
@media (min-width: 1200px) { .boxed .template-container,
.framed .template-container {
width: 1230px;
margin: 0 auto;
}
.framed .template-container {
margin-top: 50px;
margin-bottom: 50px;
}
body.bordered {
border: 20px solid #f5f5f5;
}
body.bordered .body-border-left,
body.bordered .body-border-top,
body.bordered .body-border-right,
body.bordered .body-border-bottom {
position: fixed;
z-index: 1001;
background-color: #f5f5f5;
}
body.bordered .body-border-left,
body.bordered .body-border-right {
top: 0;
bottom: 0;
width: 20px;
}
body.bordered .body-border-left {
left: 0;
}
body.bordered .body-border-right {
right: 0;
}
body.bordered .body-border-top,
body.bordered .body-border-bottom {
height: 20px;
left: 0;
right: 0;
}
body.bordered .body-border-top {
top: 0;
}
body.bordered .body-border-bottom {
bottom: 0;
}
body.bordered.admin-bar .body-border-top {
height: 52px;
}
} ::selection {
background: var(--et_selection-bg-color, #f2f2f2);
} ::-moz-selection {
background: var(--et_selection-bg-color, #f2f2f2);
}
.swiper-custom-right::selection,
.swiper-custom-left::selection,
.swiper-container::selection,
.rev_slider_wrapper::selection,
.swiper-entry::selection,
.swiper-container::selection,
.product-content-image::selection,
.swiper-container .swiper-lazy::selection,
.tp-carousel-wrapper::selection,
.tp-revslider-mainul::selection,
.tp-bgimg::selection,
.tp-revslider-slidesli::selection,
.tp-revslider-mainul::selection,
.rev_slider::selection,
.rev_slider_wrapper::selection,
.content::selection,
.mpc-carousel__wrapper::selection,
.mpc-wc-carousel-products::selection,
.slick-list::selection,
.mpc-navigation::selection,
.mpc-nav__icon::selection,
.swiper-slide::selection,
.swiper-slide .content-product::selection {
background-color: var(--et_selection-bg-color, transparent);
}
.a-center {
text-align: center;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute!important;
width: 1px;
word-wrap: normal!important;
}
#user_switching_switch_on {
margin-bottom: 0;
position: relative;
z-index: 1000;
}
.quicklinks a .ab-icon.et-ab-label img {
padding: 6px 0 0 !important;
max-width: 20px;
}
@media only screen and (max-width: 768px) {
.mob-center,
.mob-center .et-follow-buttons {
text-align: center !important;
justify-content: center !important;
}
} .button,
.btn,
input[type="submit"],
input[type="button"],
form button,
form #qna-ask-input button {
display: inline-block;
border-radius: 0;
border: 1px solid var(--et_btn-br-color);
color: var(--et_btn-color);
-webkit-text-fill-color: currentColor;
text-transform: uppercase;
font-size: .85rem;
text-align: center;
line-height: 1;
padding: .75rem 2.2rem;
height: 2.642rem;
background-color: var(--et_btn-bg-color);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.button:hover,
.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
form button:hover,
form #qna-ask-input button:hover {
color: var(--et_btn-color-hover);
background-color: var(--et_btn-bg-color-hover);
border-color: var(--et_btn-br-color-hover);
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.button:focus,
.btn:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
form button:focus,
form #qna-ask-input button:focus {
color: var(--et_dark-2-white);
outline: none;
}
.button:focus:hover,
.btn:focus:hover,
input[type="submit"]:focus:hover,
input[type="button"]:focus:hover,
form button:focus:hover,
form #qna-ask-input button:focus:hover {
color: var(--et_white-2-dark);
outline: none;
}
.button.active,
.btn.active,
input[type="submit"].active,
input[type="button"].active,
form button.active,
form #qna-ask-input button.active {
background-color: var(--et_btn-active-bg-color);
color: var(--et_btn-active-color);
border-color: var(--et_btn-active-br-color);
}
.button.active:hover,
.btn.active:hover,
input[type="submit"].active:hover,
input[type="button"].active:hover,
form button.active:hover,
form #qna-ask-input button.active:hover {
background-color: var(--et_btn-active-bg-color-hover);
color: var(--et_btn-active-color-hover);
border-color: var(--et_btn-active-br-color-hover);
}
.button.active:focus,
.btn.active:focus,
input[type="submit"].active:focus,
input[type="button"].active:focus,
form button.active:focus,
form #qna-ask-input button.active:focus,
.button.active:hover:focus,
.btn.active:hover:focus,
input[type="submit"].active:hover:focus,
input[type="button"].active:hover:focus,
form button.active:hover:focus,
form #qna-ask-input button.active:hover:focus {
color: var(--et_btn-active-color-hover);
}
input[type="submit"],
input[type="button"] {
height: auto;
}
.btn.active:hover {
opacity: .8 !important;
}
.btn-black,
.btn.black,
.form-submit input[type="submit"],
#commentform input[type="button"] {
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
}
.btn-black:hover,
.btn.black:hover,
.form-submit input[type="submit"]:hover,
#commentform input[type="button"]:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.btn-black:focus,
.btn.black:focus,
.form-submit input[type="submit"]:focus,
#commentform input[type="button"]:focus {
color: var(--et_btn-dark-color-hover);
}
.woocommerce-Button {
height: auto;
color: var(--et_btn-color);
background-color: var(--et_btn-bg-color);
border-color: var(--et_btn-br-color);
}
.woocommerce-Button:hover {
color: var(--et_btn-color-hover);
background-color: var(--et_btn-bg-color-hover);
border-color: var(--et_btn-br-color-hover);
}
.woocommerce-Button + label.inline {
margin-bottom: 0;
margin-left: 10px;
display: inline-block;
vertical-align: middle;
}
.btn-checkout,
.btn-view-wishlist {
font-size: .85rem;
color: var(--et_btn-active-color);
background-color: var(--et_btn-active-bg-color);
border-color: var(--et_btn-active-br-color);
}
.btn-checkout:hover,
.btn-view-wishlist:hover {
opacity: .8 !important;
color: var(--et_btn-active-color-hover);
background-color: var(--et_btn-active-bg-color-hover);
border-color: var(--et_btn-active-br-color-hover);
}
.btn:active,
.btn.active {
box-shadow: none;
}
.btn:not(.black):not(.active):not(.bordered):not(.style-custom) {
color: var(--et_btn-color);
background-color: var(--et_btn-bg-color);
border-color: var(--et_btn-br-color);
}
.btn:not(.black):not(.active):not(.bordered):not(.style-custom):hover {
color: var(--et_btn-color-hover);
background-color: var(--et_btn-bg-color-hover);
border-color: var(--et_btn-br-color-hover);
}
.btn[disabled],
.button.disabled {
opacity: .7;
cursor: not-allowed;
}
.btn.small {
padding: .65rem 1.5rem;
font-size: .75rem;
height: auto;
}
.btn.medium {
font-size: .85rem;
height: auto;
}
.btn.big {
font-size: 1rem;
height: auto;
padding-top: 1rem;
padding-bottom: 1rem;
}
.btn.white {
background-color: rgba(255, 255, 255, 0.9);
border-color: rgba(255, 255, 255, 0.9);
}
.btn.white:hover {
background-color: #fff;
border-color: #fff;
color: var(--et_dark-color);
}
.btn.bordered,
.btn.bordered.small,
.btn.bordered.medium,
.btn.bordered.big {
background-color: var(--et_btn-bordered-bg-color);
color: var(--et_btn-bordered-color);
border: 1px solid var(--et_btn-bordered-br-color);
}
.btn.bordered:hover,
.btn.bordered.small:hover,
.btn.bordered.medium:hover,
.btn.bordered.big:hover,
.btn.bordered:focus,
.btn.bordered.small:focus,
.btn.bordered.medium:focus,
.btn.bordered.big:focus {
background-color: var(--et_btn-bordered-bg-color-hover);
border-color: var(--et_btn-bordered-bg-color-hover);
color: var(--et_btn-bordered-color-hover);
}
.btn-underline {
position: relative;
display: inline-block;
}
.btn-underline:after {
content: "";
width: 100%;
left: 50%;
right: 50%;
height: 2px;
background-color: var(--et_active-color);
opacity: 0;
display: block;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.btn-underline:hover:after {
left: 0;
right: 0;
opacity: 1;
}
.btn-advanced {
background-color: var(--et_active-color);
color: #fff !important;
padding: 9px 63px 9px 23px;
text-transform: uppercase;
font-size: 13px;
border-color: var(--et_active-color);
}
input[type="submit"].btn-advanced {
border-color: var(--et_active-color);
background-color: var(--et_active-color);
}
.btn-advanced:before {
content: "";
width: 40px;
height: 41px;
right: 0;
display: block;
transform: none;
background-color: var(--et_dark-2-white-01);
}
.btn-advanced:after {
top: -2px;
color: #fff;
opacity: 1;
margin-left: 0;
content: '\e904';
font-family: 'xstore-icons';
display: inline-block;
position: absolute;
right: -15px;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
} .et-loader {
position: relative;
margin: 0 auto;
}
.loader-circular {
animation: rotate 2s linear infinite;
transform-origin: center center;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 30px;
margin: auto;
}
.loader-path {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
stroke: var(--et_main-color);
animation: dash 1.5s ease-in-out infinite;
stroke-linecap: round;
}
body > .et-loader {
background-color: var(--et_white-2-dark-09);
height: 100%;
width: 100%;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
-webkit-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
body > .et-loader svg {
width: 40px;
}
.et-loader-img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.blockOverlay {
display: block;
background: var(--et_white-2-dark-05) !important;
opacity: 1 !important;
line-height: 1;
}
.blockOverlay:before {
position: absolute;
left: calc(50% - 9px);
top: calc(50% - 9px);
}
.products-loop {
position: relative;
}
.products-loop .product-ajax {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: var(--et_white-2-dark-07);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
z-index: -1;
}
.products-loop .product-ajax.loading {
opacity: 1;
visibility: visible;
z-index: 3;
}
.products-loop .product-ajax .loader-path {
stroke: var(--et_main-color);
}
.products-loop .product-ajax .loader-circular {
bottom: auto;
top: 150px;
}
.product-details .compare.button .blockOverlay:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
background: var(--et_white-2-dark);
z-index: -1;
}
.woocommerce .wishlist-fragment .blockUI.blockOverlay::before {
display: inline-block;
}
.content-product .wishlist-fragment .blockOverlay {
background-color: transparent !important;
}
.content-product .wishlist-fragment .blockOverlay:before {
width: 16px;
height: 16px;
top: calc(50% - 8px);
left: calc(50% - 8px);
}
.content-product .wishlist-fragment a.add_to_wishlist[style]:before {
opacity: 0;
visibility: hidden;
}
.product-view-default .wishlist-fragment .blockOverlay:before,
.product-view-light .wishlist-fragment .blockOverlay:before {
top: -16px;
}
.product-view-default .wishlist-fragment .blockOverlay:before {
left: 3px;
}
.product-details .compare.button .blockOverlay:before,
.view-color-white .compare.button .blockOverlay:before,
.view-color-transparent .compare.button .blockOverlay:before {
color: var(--et_dark-color);
}
.blockOverlay:before,
div.wpcf7 .ajax-loader:before,
div.pp_default .pp_loaderIcon:before {
content: '';
animation: rotate .75s infinite linear;
width: 18px;
height: 18px;
border: 1px solid var(--et_loader-br-color, var(--et_border-color));
border-left-color: var(--et_loader-br-color2, #888888);
border-radius: 50%;
display: inline-block;
}
div.pp_default .pp_loaderIcon {
background: none !important;
}
div.pp_default .pp_loaderIcon:before {
height: 100%;
width: 100%;
}
@keyframes anim {
12.5% {
stroke-dasharray: 33.98873px, 242.77666px;
stroke-dashoffset: -26.70543px;
}
43.75% {
stroke-dasharray: 84.97183px, 242.77666px;
stroke-dashoffset: -84.97183px;
}
100% {
stroke-dasharray: 2.42777px, 242.77666px;
stroke-dashoffset: -24.34889px;
}
}
.et-preloader-on > .et-loader {
opacity: 1;
z-index: 1000;
position: fixed;
}
.et-preloader-hide > .et-loader {
display: none;
opacity: 0;
z-index: -1;
visibility: hidden;
}
img.lazyload.lazyload-simple:not(.swiper-lazy-loaded) {
display: none !important;
}
@keyframes opacity-loader {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes opacity-loader {
from {
opacity: 0;
}
to {
opacity: 1;
}
} input[type="checkbox"] {
display: inline-block;
border-radius: 0;
padding: 0;
position: relative;
margin-right: 4px;
}
input[type="checkbox"]:focus {
outline: none;
}
input[type="radio"] {
display: inline-block;
margin-right: 4px;
}
input[type="radio"]:focus {
outline: none;
}
.input-password-wrap {
position: relative;
display: inline-block;
width: 100%;
}
.input-password-wrap svg {
position: absolute;
top: 0;
right: 10px;
height: 2.642rem;
fill: var(--et_dark-2-white);
}
.input-password-wrap[data-type=password] .hide-password,
.input-password-wrap[data-type=text] .show-password {
display: none;
}
select,
.select2.select2-container--default .select2-selection--single {
padding: 0 2.9em 0 1em;
cursor: pointer;
color: var(--et_main-color);
height: 2.642rem;
line-height: 2.642rem;
max-width: 100%;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: start;
position: relative;
border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
background-position: calc(100% - 12px) 50%;
background-repeat: no-repeat;
background-image: var(--et_select-arrow-closed);
background-size: 10px;
}
select:focus,
.select2.select2-container--default .select2-selection--single:focus {
outline: none;
}
select::-ms-expand,
.select2.select2-container--default .select2-selection--single::-ms-expand {
display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2 .select2-selection--single .select2-selection__rendered {
padding: 0;
line-height: inherit;
color: var(--et_main-color);
white-space: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
display: none;
}
.select2-container--default .select2-dropdown,
.select2-container--default .select2-dropdown .select2-search__field {
border-color: var(--et_border-color);
}
.select2-container--default .select2-dropdown .select2-search__field {
border-top: none;
border-left: none;
border-right: none;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
border-radius: 0;
}
.select2-container--open.select2 .select2-selection--single {
background-image: var(--et_select-arrow-opened);
}
.select2-container .select2-selection--single {
margin: 0;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
background: transparent;
color: var(--et_dark-2-white);
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
background: transparent;
color: var(--et_main-color);
}
.select2-container--default .select2-results__option[data-selected=true] {
text-decoration: underline;
text-decoration-skip-ink: none;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
width: 3px;
}
.select2-container--default .select2-results__option {
font-size: 1.14rem;
}
.select2-results,
.select2-drop {
background-color: var(--et_container-bg-color, transparent);
}
.select2-search--dropdown {
padding: 0;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:hover:focus,
.select2-results__option:focus {
outline: none;
}
.dokan-form-control,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea,
textarea.form-control {
border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
outline: none;
border-radius: 0;
width: 100%;
color: var(--et_dark-2-white);
font-size: 1.14rem;
box-shadow: none;
}
.dokan-form-control:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
textarea.form-control:focus {
box-shadow: none;
outline: none;
border-color: var(--et_font-color);
}
input.dokan-form-control,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"] {
height: 2.642rem;
line-height: 2rem;
padding: 0 1.07em;
-webkit-appearance: none;
}
.et_b_header-search .fancy-select .fancy-placeholder-text {
height: 2.642rem;
line-height: 2rem;
}
textarea.form-control,
textarea {
padding: 1.07em;
line-height: 1.5;
font-size: 1.14rem;
}
input::-webkit-input-placeholder,
input.form-control::-webkit-input-placeholder,
input:-moz-placeholder,
input.form-control:-moz-placeholder,
input::-moz-placeholder,
input.form-control::-moz-placeholder,
input:-ms-input-placeholder,
input.form-control:-ms-input-placeholder {
color: var(--et_main-color);
}
input:focus::-webkit-input-placeholder,
input.form-control:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input.form-control:focus:-moz-placeholder,
input:focus:-ms-input-placeholder,
input.form-control:focus:-ms-input-placeholder {
color: transparent;
}
input[type="number"] {
-moz-appearance: textfield;
font-size: 1rem;
}
textarea:focus::-webkit-input-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
color: transparent;
}
label.checkbox {
font-size: 1.14rem;
display: inline-block;
margin: 0;
}
.form-control {
-webkit-appearance: none;
}
.select2-container .select2-choice {
border: none;
border-radius: 0;
background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
height: 2.57rem;
line-height: 2.57rem;
}
.select2-drop-active {
border: 1px solid #f8f8f8;
}
.select2-search input {
padding: 0 0.8em !important;
}
iframe {
max-width: 100% !important;
}
abbr[title],
acronym[title] {
text-decoration: none;
border-bottom: none;
}  .rev-btn {
transition: none;
}
a {
text-decoration: none;
text-decoration-skip-ink: none;
cursor: pointer;
color: var(--et_link-color);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
a:focus,
a:hover {
outline: none;
color: var(--et_link-color-hover);
}
a.color-white,
a.color-white:hover {
color: var(--et_white-2-dark);
}
a.color-white:hover,
a.underline {
text-decoration: underline;
}
a.no-click {
pointer-events: none;
}
.wp-caption-text {
padding-top: .71em;
color: var(--et_main-color);
font-size: 1em !important;
text-align: center;
font-style: normal;
}
.wp-caption-text strong {
color: var(--et_dark-2-white);
}
ol.simple,
ol.active,
ol.squared {
list-style: none;
counter-reset: li;
}
ol.simple > li,
ol.active > li,
ol.squared > li {
padding: .71em 0 .71em 2.14em;
position: relative;
}
ol.simple > li:before,
ol.active > li:before,
ol.squared > li:before {
left: -0.71em;
}
ol.simple > li:before,
ol.active > li:before {
border-radius: 50%;
content: counter(li);
counter-increment: li;
position: absolute;
display: inline-block;
width: 2.28em;
height: 2.28em;
font-size: 1rem;
margin-top: 0;
line-height: 2.28em;
text-align: center;
color: var(--et_white-2-dark);
background: #cecece;
}
ol.active > li:before {
background-color: var(--et_active-color);
}
ol.squared > li:before {
position: absolute;
content: counter(li);
counter-increment: li;
background-color: #f2f2f2;
display: inline-block;
color: var(--et_dark-2-white);
width: 2.21em;
line-height: 2.36rem;
margin-top: 0;
height: 2.21em;
text-align: center;
}
ul.square > li,
ul.circle > li,
ul.arrow > li {
list-style: none;
position: relative;
padding-left: 1.43em;
}
ul.square > li:before,
ul.circle > li:before,
ul.arrow > li:before {
font-family: 'xstore-icons';
display: inline-block;
font-size: 12px;
margin-right: 1em;
margin-left: -1.86em;
}
ul.square > li:before {
content: '\e942';
}
ul.circle > li:before {
content: '\e92b';
}
ul.arrow > li:before {
content: "\e904";
}
ul.active {
padding-left: 0;
}
ul.active > li {
position: relative;
padding-left: 1.43em;
line-height: 28px;
list-style-position: inside;
}
dl p {
margin-bottom: 0;
line-height: 1.42857143;
}
blockquote {
position: relative;
margin-top: 1.43em;
padding: 1.35em 0 1.35em 1.8em;
border-left: 3px solid var(--et_dark-2-white-01);
font-style: italic !important;
}
blockquote cite {
color: var(--et_main-color);
font-size: 1.14rem;
}
blockquote cite strong {
color: var(--et_dark-2-white);
}
blockquote p {
color: var(--et_dark-2-white);
font-style: italic !important;
line-height: var(--p-line-height, 1.6);
font-size: var(--p-font-size, 1.14rem);
}
blockquote p:last-child {
margin-bottom: 0;
}
blockquote.style2 {
background-color: #fafafa;
}
blockquote.style2:before {
opacity: .1;
top: 2.14em;
left: 1.43em;
}
@media only screen and (max-width: 767px) {
blockquote.style3 {
margin-left: 30px;
}
blockquote.style3 p {
font-size: 1.1rem;
line-height: 2rem;
}
}
.active-link i {
display: none;
} .meta-post .views-count:before,
.meta-post .post-comments-count:before,
.read-more:after,
.active-link:after {
font-family: 'xstore-icons';
display: inline-block;
margin-right: 4px;
vertical-align: top;
}
.read-more:before,
.active-link:before,
.product-view-light .add_to_cart_button:before,
.product-view-light .product_type_grouped:before,
.product-view-light .button:before {
content: "";
display: block;
height: 1px;
width: 0;
background-color: currentColor;
transition: all 0.2s ease-in-out;
position: absolute;
bottom: 0;
}
.read-more:hover:before,
.active-link:hover:before,
.product-view-light .add_to_cart_button:hover:before,
.product-view-light .product_type_grouped:hover:before,
.product-view-light .button:hover:before {
width: 100%;
}
.read-more,
.active-link {
font-size: 1.14rem;
position: relative;
display: inline-block;
color: var(--et_active-color);
}
.read-more:after,
.active-link:after {
content: "\e904";
opacity: 0;
position: absolute;
font-size: 12px;
right: -12px;
top: 5px;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.read-more:hover:after,
.active-link:hover:after {
opacity: 1;
right: -20px;
}
.read-more {
text-transform: capitalize;
}
.read-more.btn {
margin-top: 15px;
text-transform: uppercase;
font-size: .85rem;
}
.active-link:hover {
color: var(--et_active-color);
}
span.active {
color: var(--et_active-color);
}
.sticky-sidebar {
position: static;
opacity: 0;
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.sticky-sidebar-loaded .sticky-sidebar {
opacity: 1;
}
@media only screen and (max-width: 992px) {
.sidebar {
width: 100%;
display: inline-block;
margin-top: 30px;
}
.sticky-sidebar {
opacity: 1 !important;
}
.sidebar-mobile-top > div > .row {
display: flex;
flex-wrap: wrap;
}
.sidebar-mobile-top > div > .row .content {
order: 2;
width: 100%;
}
.sidebar-mobile-top > div > .row .sidebar {
order: 1;
margin-top: 0;
}
} table {
width: 100%;
max-width: 100%;
margin-bottom: 1.43em;
}
table th,
table td {
vertical-align: top;
border-left: 0;
border-right: 0;
}
table th:first-child,
table td:first-child {
padding-left: 0;
}
table th:last-child,
table td:last-child {
padding-right: 0;
text-align: right;
text-align: end;
}
table thead {
border-bottom: 1px solid var(--et_border-color);
}
table thead th {
text-transform: uppercase;
color: var(--et_dark-2-white);
padding-top: 1.9em;
padding-bottom: 1em;
}
table tfoot {
border-top: 1px solid var(--et_border-color);
}
table tr:first-child td,
.woocommerce table.wishlist_table tr:first-child td {
padding-top: 1em;
}
table th,
.woocommerce table.wishlist_table tbody th,
table td,
.woocommerce table.wishlist_table tbody td {
padding: .71em;
}  .title.title-left {
text-align: start;
}
.title.title-center {
text-align: center;
}
.title.title-right {
text-align: end;
}
.title h1,
.title h2 {
text-transform: uppercase;
}
h1.vc_custom_heading:not(.no-uppercase),
h2.vc_custom_heading:not(.no-uppercase),
h3.vc_custom_heading:not(.no-uppercase),
h4.vc_custom_heading:not(.no-uppercase),
h5.vc_custom_heading:not(.no-uppercase),
h6.vc_custom_heading:not(.no-uppercase) {
text-transform: uppercase;
}
.title[class*=line-through] .banner-title {
margin: 0;
line-height: 1;
padding: 0 10px;
display: flex;
align-items: center;
}
.title[class*=line-through] .banner-title:not([style*=left]):before,
.title[class*=line-through] .banner-title:not([style*=right]):after {
content: '';
border-bottom: 1px solid var(--et_border-color);
flex: 1;
}
.title[class*=line-through] .banner-title:before {
margin-right: 15px;
}
.title[class*=line-through] .banner-title:after {
margin-left: 15px;
}
.title[class*=line-through] .banner-title:not([style]),
.title[class*=line-through] .banner-title[style*=center] {
margin: 0 auto;
justify-content: center;
}
.title[class*=line-through] .banner-title[style*=left] {
padding-left: 0;
justify-content: flex-start;
}
.title[class*=line-through] .banner-title[style*=right] {
padding-right: 0;
justify-content: flex-end;
}
.title.line-through-short .banner-title:before,
.title.line-through-short .banner-title:after {
max-width: 50px;
}
.title.line-under .banner-title:not([style]):after,
.title.line-under .banner-title[style*=center]:after {
margin: 0 auto;
}
.title.line-under .banner-title[style*=right]:after {
margin-left: auto;
}
.title.line-under .banner-title {
position: relative;
}
.title.line-under .banner-title:after {
content: '';
display: block;
border-bottom: 1px solid var(--et_border-color);
max-width: 50px;
}
.et-or-wrapper {
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
text-transform: uppercase;
font-size: calc(var(--content-zoom, 1rem) * .84);
flex-basis: 100%;
}
.et-or-wrapper div {
display: flex;
align-items: center;
}
.et-or-wrapper div:before,
.et-or-wrapper div:after {
content: '';
height: 1px;
background: currentColor;
flex: 1;
opacity: .1;
}
.et-or-wrapper div span {
padding: 0 5px;
}    .footer .menu,
.prefooter .menu {
list-style: none;
margin-top: 0;
padding-left: 0;
}
.footer .menu li,
.prefooter .menu li {
margin-bottom: 0;
line-height: inherit;
}
.footer .menu a,
.prefooter .menu a {
display: block;
}
.footer mark,
.prefooter mark {
background-color: transparent;
color: inherit;
}
footer.footer:after {
content: '';
position: relative;
display: block;
top: 2rem;
margin: 0 auto;
}
.footer {
padding: 4rem 0 2rem;
line-height: 1.6;
font-size: 1.14rem;
background-color: var(--et_dark-2-light-dark);
position: relative;
}
.footer .container .widget-container {
margin-bottom: 0;
}
.footer .recent-posts-widget .post-date {
color: var(--et_main-color);
}
.prefooter .product_list_widget li {
font-size: 1.14rem;
}
.prefooter .recent-posts-widget .post-widget-item img {
max-width: 2.86em;
}
.prefooter .widgettitle,
.prefooter .widget-title {
margin-bottom: 1.88em;
}
.footer-bottom {
padding: 1.2rem 0;
background-color: var(--et_dark-color);
color: var(--et_main-color);
}
.footer-bottom a {
color: #fff;
}
.footer-bottom img {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.footer-bottom img:hover {
opacity: .7;
}
.footer-bottom .footer-copyrights p:not(.widgettitle):not(.widget-title),
.footer-bottom .footer-copyrights-right p:not(.widgettitle):not(.widget-title) {
margin-bottom: 0;
}
.footer-bottom .footer-copyrights-right {
text-align: right;
}
.footer-bottom .menu-element.horizontal .menu > li > a {
padding-top: 0 !important;
padding-bottom: 0 !important;
border-right: 1px solid #393939;
line-height: 1;
padding: 0 1.07em;
}
.footer-bottom .footer-copyrights .menu-element.horizontal .menu > li:first-child > a {
padding-left: 0;
}
.footer-bottom .footer-copyrights .menu-element.horizontal .menu > li:last-child > a {
border-right: none;
}
.footer-bottom .footer-copyrights-right .menu-element.horizontal .menu > li:last-child > a {
padding-right: 0;
border-right: none;
}
.footer .recent-posts-widget .post-widget-item img,
.prefooter .recent-posts-widget .post-widget-item img {
max-width: 2.86em;
}
.footer .recent-posts-widget .swiper-slide:nth-child(3n) .post-widget-item,
.prefooter .recent-posts-widget .swiper-slide:nth-child(3n) .post-widget-item {
padding-bottom: 0;
margin-bottom: 0;
} .et-footer-fixed-on .et-footers-wrapper {
position: fixed;
bottom: 0;
width: 100%;
z-index: 0;
}
@media only screen and (min-width: 768px) {
.framed.et-footer-fixed-on .et-footers-wrapper,
.boxed.et-footer-fixed-on .et-footers-wrapper {
width: auto;
left: 50%;
transform: translateX(-50%);
}
}
.footer-widget {
margin-bottom: 2.14em;
}
.footer-widgets .widget-title,
.footer-widgets .widgettitle {
line-height: 1.6;
}
.footer-widget a,
.footer-widget p {
color: var(--et_main-color);
}
.footer-widget a:hover {
color: #fff;
} .text-color-light .widget-title,
.text-color-light .wpb_widgetised_column_heading,
.text-color-light .widgettitle,
.text-color-light h1,
.text-color-light h2,
.text-color-light h3,
.text-color-light h4,
.text-color-light h5,
.text-color-light h6,
.text-color-light a,
.text-color-light li a,
.text-color-light .etheme_widget_recent_entries .post-widget-item .media-heading a,
.text-color-light .tagcloud a,
.text-color-light .textwidget,
.text-color-light .widget-container ul li a,
.text-color-light .widget_product_categories.sidebar-widget ul li a,
.text-color-light .wpb_widgetised_column .widget_product_categories ul li a,
.text-color-light .widget_recent_entries ul li a,
.text-color-light .etheme_widget_recent_comments ul li a,
.text-color-light .widget_rss ul li a,
.text-color-light .sidebar-widget ul li a,
.text-color-light .menu-element h5,
.text-color-light .product_list_widget li .product-title a,
.text-color-light .wishlist-dropdown li .product-title a,
.text-color-light .sidebar-slider li .product-title a,
.text-color-light p {
color: #fff;
}
.text-color-light .menu a:hover,
.text-color-light a:hover,
.text-color-light .etheme_widget_recent_entries .post-widget-item .media-heading a:hover,
.text-color-light .widget_product_categories.sidebar-widget ul li a:hover,
.text-color-light .wpb_widgetised_column .widget_product_categories ul li a:hover,
.text-color-light .widget_recent_entries ul li a:hover,
.text-color-light .etheme_widget_recent_comments ul li a:hover,
.text-color-light .widget_rss ul li a:hover,
.text-color-light .sidebar-widget ul li a:hover,
.text-color-light .product_list_widget li .product-title a:hover,
.text-color-light .wishlist-dropdown li .product-title a:hover,
.text-color-light .sidebar-slider li .product-title a:hover {
color: var(--et_main-color);
}
.text-color-light .widget-container ul li,
.text-color-light .widget-container ul li .children {
border-color: #393939;
}
.text-color-light table,
.text-color-light table thead,
.text-color-light table tfoot,
.text-color-light .widget_calendar caption,
.text-color-light .calendar_wrap caption,
.text-color-light .widget_search input[type="text"]:focus,
.text-color-light select,
.text-color-light .select2.select2-container--default .select2-selection--single {
border-color: var(--et_main-color);
}
.text-color-light .widget-title,
.text-color-light .wpb_widgetised_column_heading,
.text-color-light .widgettitle,
.text-color-light .product_list_widget li,
.text-color-light blockquote.testimonials-text,
.text-color-light .widget_search input[type="text"],
.text-color-light .sidebar-widget.etheme_widget_brands li a,
.text-color-light .tagcloud a {
border-color: #393939;
}
.text-color-dark h1,
.text-color-dark h2,
.text-color-dark h3,
.text-color-dark h4,
.text-color-dark h5,
.text-color-dark h6,
.text-color-dark a,
.text-color-dark li a,
.text-color-dark .widget-title,
.text-color-dark .widgettitle {
color: var(--et_dark-color);
}
.text-color-dark a:hover {
color: var(--et_font-color);
}
.footer-bottom .container > .row {
display: flex;
align-items: center;
}
.footer-bottom.text-color-dark h1,
.footer-bottom.text-color-dark h2,
.footer-bottom.text-color-dark h3,
.footer-bottom.text-color-dark h4,
.footer-bottom.text-color-dark h5,
.footer-bottom.text-color-dark h6,
.footer-bottom.text-color-dark a,
.footer-bottom.text-color-dark li a,
.footer-bottom.text-color-dark .widget-title,
.footer-bottom.text-color-dark .widgettitle {
color: var(--et_dark-color);
}
.footer-bottom.text-color-dark,
.footer-bottom.text-color-dark p,
.footer-bottom.text-color-dark a:hover {
color: var(--et_main-color);
}
.footer-bottom.text-color-light,
.footer-bottom.text-color-light p,
.footer-bottom.text-color-light h1,
.footer-bottom.text-color-light h2,
.footer-bottom.text-color-light h3,
.footer-bottom.text-color-light h4,
.footer-bottom.text-color-light h5,
.footer-bottom.text-color-light h6,
.footer-bottom.text-color-light a,
.footer-bottom.text-color-light li a,
.footer-bottom.text-color-light .widget-title,
.footer-bottom.text-color-light .widgettitle {
color: #fff;
}
.footer-bottom.text-color-light a:hover {
color: var(--et_main-color);
}
.footer-widgets > .etheme_widget_satick_block:first-of-type:last-of-type {
margin-bottom: 0;
}
.footer-widgets .footer-widget ul {
padding-left: 0;
}
.footer-widgets .footer-widget ul li {
list-style: none;
margin-bottom: 0;
} .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
.footer {
padding: 3.57em 0 2.14em;
}
.footer-bottom .footer-copyrights {
text-align: center;
}
.footer-bottom .footer-copyrights-right {
margin-top: 1.43em;
text-align: center;
}
.footer-bottom .footer-copyrights-right:empty {
margin-top: 0;
}
.footer-bottom .container > .row {
display: block;
}
}
@media only screen and (max-width: 992px) and (min-width: 480px) {
.footer-widgets.col-md-3 {
width: 50%;
float: left;
}
}
@media only screen and (max-width: 992px) {
.footer .sidebar-widget,
.prefooter .sidebar-widget,
.footer .sidebar-widget:not(:empty),
.prefooter .sidebar-widget:not(:empty) {
margin-bottom: 0;
}
}  .header-wrapper {
position: relative;
width: 100%;
}
.header-wrapper .menu-element {
max-width: 300px;
}
.header-wrapper .menu-element.horizontal {
max-width: unset;
}
.header-wrapper .menu-element.horizontal .menu .menu-item-has-children .nav-sublist-dropdown {
width: 18em;
}
.header-wrapper .menu-element.menu-list .nav-sublist-dropdown ul {
padding-left: 20px;
}
.header-wrapper .menu-element.menu-list .menu .nav-sublist-dropdown,
.header-wrapper .menu-element.menu-list .menu ul {
background-color: transparent;
}
.header-wrapper .menu-element .menu .menu-item-has-children .nav-sublist-dropdown {
width: 100%;
left: 0;
top: 100%;
transform: none;
}
.header-wrapper .menu-element .menu .menu-item-has-children .nav-sublist-dropdown .container {
padding: 0;
}
.header-wrapper .menu-element .menu > li {
padding: 0;
}
.submenu-languages {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
visibility: hidden;
margin-top: -5px;
opacity: 0;
width: 18em;
padding: 1.43em 0;
background-color: #fff;
text-align: left;
text-align: start;
border: 1px solid var(--et_border-color);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.submenu-languages:before {
content: "";
position: absolute;
top: -17px;
width: 100%;
height: 50px;
left: 0;
}
.submenu-languages li {
list-style: none;
}
.submenu-languages li a {
width: 100%;
display: block;
color: #9b9b9b !important;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-transform: uppercase;
padding: .78em 2.5em;
}
.submenu-languages li a:hover {
color: #9b9b9b;
background-color: #fafafa;
}
.menu-item-language:hover .submenu-languages {
visibility: visible;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
opacity: 1;
}
.my-account-link {
position: relative;
}
.my-account-link .menu-main-container > ul {
margin-bottom: 0;
}
.my-account-link .menu-main-container > ul > li > a {
color: var(--et_dark-color);
font-size: 1.14rem;
width: 100%;
display: block;
white-space: nowrap;
padding: .6em 1.9em !important;
}
.my-account-link .menu-main-container > ul > li.menu-disable_titles {
padding: .6em 1.9em !important;
}
.my-account-link > .menu-main-container {
padding: 1em 0;
}
.my-account-link .nav-sublist-dropdown {
top: 50%;
left: 100%;
transform: translateY(-50%);
}
.my-account-link .nav-sublist-dropdown,
.my-account-link .nav-sublist ul {
background: #fff !important;
border-color: var(--et_border-color) !important;
}
.my-account-link .nav-sublist-dropdown li,
.my-account-link .nav-sublist ul li,
.my-account-link .nav-sublist-dropdown li:hover,
.my-account-link .nav-sublist ul li:hover {
background-color: transparent !important;
}
.login-link .et-facebook-login-button,
.login-link .button {
font-size: .85rem;
padding-top: .75rem;
padding-bottom: .75rem;
width: 100%;
line-height: 1.5 !important;
border: none;
color: #fff;
}
.login-link input {
min-width: 270px;
}
.login-link input[type=checkbox],
.login-link input[type=radio] {
min-width: auto;
}
.login-link .login-password label,
.login-link .login-username label {
display: block;
}
.login-link .et-facebook-login-button i {
font-size: inherit;
color: inherit;
}
.login-link form p {
margin-bottom: 1em;
line-height: 1;
}
.login-link form p:last-child {
margin-bottom: 1.95em;
}
.login-link label {
color: var(--et_font-color);
}
.login-link label,
.login-link .lost-password,
.login-link .register-link {
font-size: 1.14rem;
}
.login-link .login-submit {
margin-bottom: 10px;
}
.login-link .lost-password {
width: 50%;
float: right;
text-align: right;
text-align: end;
line-height: 1.1 !important;
}
.login-link .lost-remember {
width: 50%;
float: right;
}
.login-link .button {
background: var(--et_dark-color);
}
.login-link .et-facebook-login-wrapper {
margin-bottom: 1.1em;
line-height: 1.5;
}
.login-link .lost-password,
.login-link .register-link {
text-decoration: underline;
}
#lang_sel_click a.lang_sel_sel {
transition: none;
color: #5f5f5f !important;
} @media (min-width: 768px) {
.et_col-5 {
width: 20%;
}
}
@media (min-width: 992px) {
.et_col-5 {
width: 20%;
}
}
@media (min-width: 1200px) {
.et_col-5 {
width: 20%;
}
}
.et_col-5 {
padding-right: 15px;
padding-left: 15px;
float: left;
} .content-page,
.page-content {
padding-bottom: 5.65em;
}
.edit-link {
display: none;
}
.flex {
display: flex;
}
@media (min-width: 768px) {
.container {
max-width: 100%;
}
.et-container {
max-width: 750px;
}
}
@media only screen and (min-width: 993px) {
.dt-hide {
display: none;
}
}
@media only screen and (min-width: 992px) {
.et-container {
max-width: 970px;
}
}
@media only screen and (max-width: 992px) {
.mob-hide {
display: none;
}
}
@media only screen and (max-width: 480px) {
.content-page,
.page-content {
padding-bottom: 2.55em;
}
html {
font-size: 13px;
}
body {
font-size: 1rem;
}
.et-hidden-phone {
display: none !important;
}
}
.wcpv-vendor-logo,
.wcpv-vendor-logo + small {
text-align: center;
}
.wcpv-star-rating {
margin-left: auto !important;
margin-right: auto !important;
display: block;
}
.wcpv-vendor-profile {
text-align: center;
}
.sb-infinite-scroll-load-more {
text-align: center;
}
.sb-infinite-scroll-load-more:not(.finished) a {
display: inline-block;
height: auto;
color: var(--et_btn-color);
background-color: var(--et_btn-bg-color);
border-color: var(--et_btn-br-color);
text-transform: uppercase;
font-size: .85rem;
text-align: center;
padding: 9px 18px;
line-height: normal;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
backface-visibility: hidden;
box-sizing: border-box;
}
.sb-infinite-scroll-load-more:not(.finished) a:hover {
color: var(--et_btn-color-hover);
background-color: var(--et_btn-bg-color-hover);
border-color: var(--et_btn-br-color-hover);
}
.sb-infinite-scroll-load-more.finished a {
border: none;
height: auto;
color: var(--et_font-color);
font-size: 16px;
padding: 0;
}
.sb-infinite-scroll-load-more.finished a:hover {
background: transparent;
color: var(--et_font-color);
}
.sb-infinite-scroll-loader {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: var(--et_container-bg-color, var(--et_white-2-dark));
width: 100%;
padding: 10px;
}
.sb-infinite-scroll-loader img {
max-width: 35px;
}
@media only screen and (max-width: 768px) {
.sb-infinite-scroll-load-more {
position: static;
transform: none;
padding: 0;
background: transparent;
}
}
.wcppec-checkout-buttons {
margin: 0;
}
.wcppec-checkout-buttons__button {
padding-top: 0;
}
#stripe-alipay-payment-data p {
margin-bottom: 0;
}
#subscriptio_stripe-card-expiry-month,
#subscriptio_stripe-card-expiry-year {
padding: 0 2.9em 0 1em !important;
}
#subscriptio_stripe-card-expiry-month {
margin-bottom: 15px;
}
.bundled_table_item .bundled_table_item_indent {
padding-left: 0;
}
.express_checkout_button a {
display: block;
height: auto;
padding: 0 !important;
}
.express_checkout_button a input {
min-width: 1px;
}
.express_checkout_button a:hover,
.express_checkout_button a:hover input {
background-color: transparent !important;
}
.et-quick-view-wrapper .woocommerce-product-gallery .threesixty-image {
width: 100% !important;
}
.mfp-content .threesixty-image {
z-index: 1047;
}
.threesixty-nav-bar {
top: auto !important;
bottom: 15px;
right: 50% !important;
transform: translateX(50%);
}
.threesixty-nav-bar a {
background-image: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/holly_green.png) !important;
}
.cart_item .WooZone-country-check-small,
.cart_item .WooZone-country-check-small span {
width: auto!important;
height: auto;
background-color: transparent !important;
float: right;
margin-left: 5px;
line-height: 30px;
}
.cart_item .WooZone-cc_domain {
float: left !important;
}
.wcpv-sold-by-cart a {
margin-bottom: 0;
font-size: 1rem !important;
}
.demo_store {
width: 100%;
z-index: 1005;
color: #1a1a1a;
background-color: #f2f2f2;
margin-bottom: 0;
text-align: center;
padding: 3px 15px;
}
.product-content .wcppec-checkout-buttons {
text-align: left;
text-align: start;
}
#cookie-notice {
position: fixed;
right: 1vw;
left: auto;
width: 28vw;
min-width: 1px;
max-width: 500px;
top: auto;
height: auto;
z-index: 1000;
padding: 1.5vw;
background-color: rgba(255, 255, 255, 0.9) !important;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}
#cookie-notice #cn-notice-text {
color: var(--et_main-color);
font-size: 15px;
line-height: 26px;
}
#cookie-notice #cn-notice-text h4 {
text-transform: uppercase;
font-size: 20px;
}
#cookie-notice.cn-bottom {
bottom: 1vw;
}
#cookie-notice.cn-top {
top: 1vw;
}
#cookie-notice .button,
#cookie-notice .button-bootstrap,
#cookie-notice .button.wp-default {
display: block !important;
margin-top: 20px;
color: #fff !important;
background: none;
text-shadow: none !important;
-webkit-transition: all 0.2s ease-out !important;
transition: all 0.2s ease-out !important;
border: none !important;
border-radius: 0 !important;
padding: 0 1.95em !important;
line-height: 2.5rem !important;
background-color: var(--et_active-color);
}
#cookie-notice .button:hover,
#cookie-notice .button-bootstrap:hover,
#cookie-notice .button.wp-default:hover {
opacity: .8;
}
#cookie-notice .button.wp-default:hover {
background: var(--et_active-color);
}
#cookie-notice.cookie-notice-hidden {
display: none;
}
@media only screen and (max-width: 991px) {
#cookie-notice #cn-notice-text {
font-size: 13px;
}
#cookie-notice #cn-notice-text h4 {
font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
#cookie-notice {
width: 100%;
}
#cookie-notice #cn-notice-text {
font-size: 13px;
}
#cookie-notice #cn-notice-text h4 {
font-size: 16px;
}
}
#cookie-notice .button.bootstrap {
display: inline-block;
border-radius: 0;
border: 1px solid var(--et_btn-br-color);
color: var(--et_btn-color);
-webkit-text-fill-color: currentColor;
text-transform: uppercase;
font-size: .85rem;
text-align: center;
line-height: 1;
padding: .75rem 2.2rem;
height: 2.642rem;
background-color: var(--et_btn-bg-color);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: var(--et_main-color);
background-image: none !important;
box-shadow: none !important;
}
#cookie-notice .button.bootstrap:hover {
color: var(--et_btn-color-hover);
background-color: var(--et_btn-bg-color-hover);
border-color: var(--et_btn-br-color-hover);
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cookie-notice .button.bootstrap:focus {
color: var(--et_dark-2-white);
outline: none;
}
#cookie-notice .button.bootstrap:focus:hover {
color: var(--et_white-2-dark);
outline: none;
}
#cookie-notice .button.bootstrap.active {
background-color: var(--et_btn-active-bg-color);
color: var(--et_btn-active-color);
border-color: var(--et_btn-active-br-color);
}
#cookie-notice .button.bootstrap.active:hover {
background-color: var(--et_btn-active-bg-color-hover);
color: var(--et_btn-active-color-hover);
border-color: var(--et_btn-active-br-color-hover);
}
#cookie-notice .button.bootstrap.active:focus,
#cookie-notice .button.bootstrap.active:hover:focus {
color: var(--et_btn-active-color-hover);
}
#cookie-notice .button.bootstrap:hover {
color: var(--et_btn-color-hover);
background-color: var(--et_btn-bg-color-hover);
border-color: var(--et_btn-br-color-hover);
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cookie-notice .button.bootstrap:focus {
color: var(--et_dark-2-white);
outline: none;
}
#cookie-notice .button.bootstrap:focus:hover {
color: var(--et_white-2-dark);
outline: none;
}
#cookie-notice .button.bootstrap.active {
background-color: var(--et_btn-active-bg-color);
color: var(--et_btn-active-color);
border-color: var(--et_btn-active-br-color);
}
#cookie-notice .button.bootstrap.active:hover {
background-color: var(--et_btn-active-bg-color-hover);
color: var(--et_btn-active-color-hover);
border-color: var(--et_btn-active-br-color-hover);
}
#cookie-notice .button.bootstrap.active:focus,
#cookie-notice .button.bootstrap.active:hover:focus {
color: var(--et_btn-active-color-hover);
}
#cookie-notice .button.bootstrap:hover {
color: #ffffff;
border-color: var(--et_dark-color) !important;
background-color: var(--et_dark-color) !important;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.threesixty-image {
border-radius: 0 !important;
}
.threesixty-spinner {
border-radius: 0 !important;
width: 50px !important;
height: 25px !important;
left: calc(50% - 25px) !important;
margin-top: 0 !important;
}
.threesixty-spinner span {
font-family: inherit !important;
line-height: 25px !important;
}
.threesixty-gray .noUi-target {
border-radius: 0;
border-color: var(--et_border-color);
}
.threesixty-gray .noUi-target .noUi-handle {
box-shadow: none !important;
border-color: var(--et_border-color) !important;
background: #fafafa !important;
}
.threesixty-gray .noUi-target .noUi-origin {
box-shadow: none !important;
border-radius: 0 !important;
}
.threesixty-gray .noUi-target .noUi-base {
box-shadow: none;
background: var(--et_main-color);
}
.shopping-container.ico-design-1 .cart-bag:before,
.et_cart-type-1 .footer-product .button:before,
.et_cart-type-1 .single_add_to_cart_button:before,
.et_cart-type-1 .quantity-wrapper .button:before {
content: "\e93e";
}
.shopping-container.ico-design-5 .cart-bag:before,
.et_cart-type-5 .footer-product .button:before,
.et_cart-type-5 .single_add_to_cart_button:before,
.et_cart-type-5 .quantity-wrapper .button:before {
content: "\e93d";
}
.shopping-container.ico-design-2 .cart-bag:before,
.et_cart-type-2 .footer-product .button:before,
.et_cart-type-2 .single_add_to_cart_button:before,
.et_cart-type-2 .quantity-wrapper .button:before {
content: "\e90c";
}
.shopping-container.ico-design-3 .cart-bag:before,
.et_cart-type-3 .footer-product .button:before,
.et_cart-type-3 .single_add_to_cart_button:before,
.et_cart-type-3 .quantity-wrapper .button:before {
content: "\e90d";
}
.shopping-container.ico-design-4 .cart-bag:before,
.et_cart-type-4 .footer-product .button:before,
.et_cart-type-4 .single_add_to_cart_button:before,
.et_cart-type-4 .quantity-wrapper .button:before {
content: "\e916";
}  .et-remove-type2 {
display: none;
}
.widget_shopping_cart_content:before,
.widget_shopping_cart_content:after {
display: table;
content: '';
}
.widget_shopping_cart_content:after {
clear: both;
}
.et_b_header-cart .product_list_widget + p {
margin-top: 20px;
margin-bottom: -20px;
padding: 0 !important;
}
.mini-cart-buttons {
margin-bottom: 0;
}
.mini-cart-buttons a {
color: var(--et_btn-active-color);
-webkit-text-fill-color: currentColor;
background-color: var(--et_btn-active-bg-color);
border-color: var(--et_btn-active-br-color);
display: block;
padding: 1rem 1.7rem;
text-align: center;
}
.mini-cart-buttons a:not(:first-child) {
margin-top: 5px;
}
.mini-cart-buttons a:hover {
color: var(--et_btn-active-color-hover);
background-color: var(--et_btn-active-bg-color-hover);
border-color: var(--et_btn-active-br-color-hover);
}
.product_list_widget {
float: left;
width: 100%;
padding-bottom: 1.43rem;
}
.product_list_widget + p {
margin-top: -0.7em;
display: inline-block;
width: 100%;
}
.product_list_widget .product-item-right {
overflow: hidden;
}
.product_list_widget .product-item-right .star-rating {
display: block;
margin: 0 0 10px;
}
.product_list_widget li img {
width: auto;
max-height: 100px;
}
.product_list_widget li .blockOverlay {
opacity: .9 !important;
background-color: var(--et_white-2-dark) !important;
}
.product_list_widget li .rating {
display: none;
}
.product_list_widget .descr-box > span {
display: inline-block;
opacity: 1;
margin-top: .4em;
margin-bottom: 0;
transition: none;
height: auto;
}
.product_list_widget .quantity-wrapper {
transition: all .3s;
position: absolute;
transform: translateY(-5px);
background-color: var(--et_white-2-dark);
}
.product_list_widget .quantity-wrapper .quantity {
margin: .6em 0 .2em;
}
.product_list_widget .quantity-wrapper .quantity > span,
.product_list_widget .quantity-wrapper .quantity input[type="number"] {
color: currentColor;
border-color: var(--et_border-color);
}
.product_list_widget .quantity-wrapper span.quantity,
.product_list_widget .quantity-wrapper span.quantity > .amount {
margin-left: 7px;
}
@media (hover: hover) {
.product_list_widget li:not(:hover) .quantity-wrapper {
transform: translateY(10px);
opacity: 0;
visibility: hidden;
}
}
.woocommerce-mini-cart__empty-message .btn {
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
height: auto;
}
.woocommerce-mini-cart__empty-message .btn:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.woocommerce-mini-cart__empty-message .btn:focus {
color: var(--et_btn-dark-color-hover);
}
.woocommerce-mini-cart__empty-message .btn:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.woocommerce-mini-cart__empty-message .btn:focus {
color: var(--et_btn-dark-color-hover);
}
.product_list_widget,
.wishlist-dropdown {
color: var(--et_main-color);
}
.product_list_widget .product-list-image,
.wishlist-dropdown .product-list-image,
.product_list_widget .product-title a,
.wishlist-dropdown .product-title a {
padding: 0;
}
.product_list_widget .cart-popup .empty,
.wishlist-dropdown .cart-popup .empty {
margin-bottom: 0;
border-bottom: 0;
padding-bottom: 0;
}
.product_list_widget > p,
.wishlist-dropdown > p,
.product_list-popup-footer-wrapper > p {
margin: 0;
}
.product_list_widget li,
.wishlist-dropdown li,
.sidebar-slider li {
position: relative;
margin-bottom: 1.43em !important;
list-style-type: none;
overflow: hidden;
}
.product_list_widget li .product-title,
.wishlist-dropdown li .product-title,
.sidebar-slider li .product-title {
font-size: 1.14rem;
padding-right: 25px;
margin-bottom: .15em;
line-height: 1.4;
text-align: start;
}
.product_list_widget li .product-title:empty,
.wishlist-dropdown li .product-title:empty,
.sidebar-slider li .product-title:empty {
display: none;
}
.product_list_widget li .product-title a,
.wishlist-dropdown li .product-title a,
.sidebar-slider li .product-title a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--et_dark-2-white);
}
.product_list_widget li .product-title a:hover,
.wishlist-dropdown li .product-title a:hover,
.sidebar-slider li .product-title a:hover {
color: var(--et_main-color);
}
.product_list_widget li .price,
.wishlist-dropdown li .price,
.sidebar-slider li .price {
font-size: 1rem;
line-height: 1.4;
color: var(--et_main-color);
}
.product_list_widget li .right-wrap,
.wishlist-dropdown li .right-wrap,
.sidebar-slider li .right-wrap {
overflow: hidden;
}
.product_list_widget .variation {
opacity: .7;
}
.product_list_widget .variation br:first-of-type {
display: none;
}
.product_list_widget .variation p {
margin-bottom: .21em;
line-height: 1.4;
font-size: var(--content-zoom, 1rem);
}
.product_list_widget .variation dt {
display: inline-block;
}
.product_list_widget .variation dd {
display: inline-block;
margin-right: 5px;
}
.product_list_widget .variation dd p {
margin-bottom: 0;
line-height: 1;
}
.product_list_widget .variation dd img {
max-width: 15px;
}
.widget_shopping_cart .xcomponent-outlet,
.cart_totals .xcomponent-outlet {
max-height: 45px;
}
.popup-count-0 .wishlist-dropdown,
.popup-count-0 + .cart-popup-container,
.woocommerce-cart .cart-popup-container,
.woocommerce-checkout .cart-popup-container {
display: none;
}
.cart-popup-footer {
display: flex;
justify-content: space-between;
padding-bottom: 1.43em;
}
.cart-popup-footer > * {
font-size: 1.14rem;
flex: 1;
}
.cart-popup-footer a:hover {
color: var(--et_main-color);
}
.cart-widget-subtotal {
text-align: end;
color: var(--et_dark-2-white);
}
.cart-widget-subtotal .small-h {
font-size: 1.14rem;
}
.cart-widget-subtotal .big-coast {
font-size: 1rem;
}
.widget_shopping_cart .cart-widget-products {
margin-bottom: 1.07em;
width: 100%;
}
.top-links .cart-widget-products,
.cart-widget-products {
margin-bottom: 1.43em;
}
.cart-widget-products {
border-bottom: 1px solid var(--et_border-color);
}
.et-off-canvas .cart-widget-products {
border-bottom: none;
}
.cart-widget-products .product-mini-image {
display: inline-block;
float: left;
padding: 0;
}
.cart-widget-products a:hover {
color: var(--et_active-color);
}
.cart-widget-products li {
width: 100%;
}
.cart-widget-products img {
float: left;
max-width: 5.71em;
}
.cart-widget-products .remove {
position: absolute;
top: 0;
right: 0;
line-height: 1;
opacity: .7;
padding: 0;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.cart-widget-products .remove:hover {
opacity: 1;
}
.cart-widget-products .remove i {
font-size: 50%;
} .et-catalog-on .footer-product .button::before {
display: none;
}
.et-catalog-on .product-view-mask3 .footer-product .button::before,
.et-catalog-on .product-view-mask2 .footer-product .button::before {
display: inline-block;
}
.et-catalog-on .product-view-mask3 .footer-product .button:not(.compare):not(.add_to_wishlist),
.et-catalog-on .product-view-mask2 .footer-product .button:not(.compare):not(.add_to_wishlist) {
display: none !important;
}
.et-catalog-on .product-information .yith-wcwl-add-to-wishlist a:not(.alt) {
padding-left: 0;
}
.et-catalog-on .grouped_form .single_add_to_cart_button {
display: none !important;
} .category-grid {
position: relative;
margin-bottom: 30px;
}
.category-grid > a {
overflow: hidden;
display: inline-block;
align-items: center;
max-width: 100%;
}
.category-grid .categories-mask {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.category-grid .categories-mask h4 {
color: inherit;
margin-bottom: .1em;
font-size: 1rem;
}
.category-grid .categories-mask .count {
display: inline-block;
background-color: transparent;
color: inherit;
text-transform: none;
text-decoration: none;
}
.category-grid img {
width: 100%;
backface-visibility: hidden;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.category-grid img ~ .categories-mask,
.category-grid .category-bg ~ .categories-mask {
position: absolute;
left: calc(1.45rem + 15px);
right: calc(1.45rem + 15px);
padding: 13px 22px 10px;
color: #fff;
}
.category-grid .category-bg {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
}
.category-grid.text-color-dark .categories-mask {
color: var(--et_dark-color);
}
.category-grid.text-color-dark .count,
.category-grid.text-color-dark sup {
color: var(--et_main-color);
}
.category-grid.text-color-white.style-with-bg .categories-mask {
background: var(--et_dark-color);
}
.category-grid.valign-center .categories-mask {
top: 50%;
transform: translateY(-50%);
}
.category-grid.valign-top .categories-mask {
top: 1.43em;
}
.category-grid.valign-bottom .categories-mask {
bottom: 1.43em;
}
.category-grid.content-under .categories-mask {
position: static;
transform: none;
}
.category-grid.style-with-bg .categories-mask {
background: #fff;
}
.category-grid.style-default:hover img,
.category-grid.style-with-bg:hover img {
opacity: .8;
}
.category-grid.style-zoom img,
.category-grid.style-diagonal img,
.category-grid.style-zoom .category-bg,
.category-grid.style-diagonal .category-bg {
-webkit-transition: all 0.9s ease-out;
transition: all 0.9s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.category-grid.style-zoom:hover img,
.category-grid.style-diagonal:hover img,
.category-grid.style-zoom:hover .category-bg,
.category-grid.style-diagonal:hover .category-bg {
transform: scale(1.15);
}
.category-grid.style-diagonal {
overflow: hidden;
}
.category-grid.style-diagonal.category-list-item:before {
display: none;
}
.category-grid.style-diagonal:before,
.category-grid.style-diagonal.category-list-item .category-image:before {
position: absolute;
top: 0;
left: 50%;
width: 120%;
height: 100px;
background: rgba(255, 255, 255, 0.3);
content: '';
-webkit-transition: transform 0.9s ease-out;
transition: transform 0.9s ease-out;
z-index: 1;
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
backface-visibility: hidden;
}
.category-grid.style-diagonal:hover:before,
.category-grid.style-diagonal.category-list-item:hover .category-image:before {
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 400%, 0);
}
.categoriesCarousel .category-grid {
margin-bottom: 0;
}
.categoriesCarousel .category-grid a {
display: block;
}
.categoriesCarousel .category-grid img {
width: 100%;
}
.categoriesCarousel.no-space .category-grid {
padding-left: 0;
padding-right: 0;
}
.categories-grid {
position: relative;
}
.categories-grid.no-space {
margin-left: 0;
margin-right: 0;
}
.categories-grid.no-space .category-grid {
padding: 0;
margin: 0;
}
.categories-grid.no-space .category-grid > a {
overflow: visible;
}
.product-category {
text-align: center;
}
.product-category.columns-5 {
width: 20%;
}
.product-category.columns-5:nth-child(5n+1) {
clear: both;
}
.categories-menu-element li > ul.children {
padding-left: 0;
}
.categories-menu-element li > ul.children li > a {
position: relative;
display: block;
text-transform: uppercase;
color: var(--et_main-color);
font-size: .9rem;
padding-left: 1.07em;
}
.categories-menu-element li > ul.children li ul.children li > a:before {
content: '\e904';
font-family: 'xstore-icons';
position: absolute;
font-size: 8px;
left: 5px;
top: 50%;
transform: translateY(-50%);
}
.categories-menu-element.with-accordion ul.children {
display: none;
}
.categories-menu-element .cat-item {
list-style: none;
display: block;
width: 100%;
position: relative;
margin-bottom: 0;
}
.categories-menu-element .cat-item a {
position: relative;
display: block;
padding: .86em 0;
font-size: 1rem;
border-bottom: 1px solid #e6e6e6;
border-top: 0;
text-transform: uppercase;
line-height: normal;
}
.categories-menu-element .cat-item .open-this {
cursor: pointer;
float: right;
height: 36px;
position: relative;
top: 12px;
width: 30px;
text-align: right;
z-index: 1;
display: block;
margin: 0;
font-size: 0;
}
.categories-menu-element .cat-item .open-this:before {
font-size: 10px;
color: var(--et_main-color);
display: inline-block;
}
.limit-enable .limit-link {
display: block;
line-height: 1.6;
}
.limit-enable .limit-link.button {
line-height: 1;
height: auto;
}
.limit-enable .limit-link .read-more:after {
display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.swiper-entry .category-grid.columns-6,
.swiper-entry .category-grid.columns-5,
.swiper-entry .category-grid.columns-4 {
width: 33.33%;
}
.swiper-entry .category-grid.columns-6:nth-child(3n+1),
.swiper-entry .category-grid.columns-5:nth-child(3n+1),
.swiper-entry .category-grid.columns-4:nth-child(3n+1) {
clear: both;
}
.swiper-entry .category-grid.columns-6:nth-child(4n+1),
.swiper-entry .category-grid.columns-5:nth-child(4n+1),
.swiper-entry .category-grid.columns-4:nth-child(4n+1) {
clear: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.swiper-entry .category-grid.columns-6,
.swiper-entry .category-grid.columns-5,
.swiper-entry .category-grid.columns-4 {
width: 50%;
}
.swiper-entry .category-grid.columns-6:nth-child(2n+1),
.swiper-entry .category-grid.columns-5:nth-child(2n+1),
.swiper-entry .category-grid.columns-4:nth-child(2n+1) {
clear: both;
}
}
@media only screen and (min-width: 768px) {
.category-grid.columns-3:nth-child(3n+1),
.category-grid.columns-2:nth-child(2n+1),
.category-grid.columns-4:nth-child(4n+1) {
clear: both;
}
}
@media only screen and (max-width: 767px) {
.swiper-entry .category-grid.columns-5 {
width: 100%;
}
}
@media only screen and (max-width: 480px) {
.categoriesCarousel {
width: auto !important;
margin-left: -10px;
margin-right: -10px;
}
.category-grid .categories-mask {
padding: .6em;
left: 1.43em;
right: 1.43em;
}
.category-grid .categories-mask h4 {
font-size: 1.3rem;
}
} .content-product.custom-template .product-stock {
margin: 0 !important;
max-width: 100%;
} .content-product .vc-gitem-zone-height-mode-auto:before {
display: none;
}
.content-product .vc_gitem-zone-a .vc_gitem-row-position-top,
.content-product .vc_gitem-zone-a .vc_gitem-row-position-middle,
.content-product .vc_gitem-zone-a .vc_gitem-row-position-bottom {
position: static;
transform: none;
}
.content-product .vc_gitem-zone-b {
z-index: auto;
}
.content-product:hover .vc_gitem-zone-b .vc_gitem_row,
.content-product .vc_gitem-zone-a {
z-index: 2;
}
.content-product .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b,
.content-product .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,
.content-product .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.content-product .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.content-product .vc_grid-item-mini .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
transform: translateX(100%);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-none .vc_gitem-zone-b {
opacity: 1;
filter: alpha(opacity=100);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
opacity: 1;
filter: alpha(opacity=100);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_post-title {
opacity: 1;
filter: alpha(opacity=100);
transform: translate3d(0, 0, 0);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator {
width: 50%;
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
transform: scale(1);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
transform: scale(1.1);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
transform: scale(1.5) rotate(10deg);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurOut,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut {
filter: blur(2px);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
transform: scale(1);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-slideInRight .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
opacity: 1;
filter: alpha(opacity=100);
transform: translateX(0);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-slideBottom .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-slideTop .vc_gitem-zone-b {
top: 0;
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
transform: rotateX(180deg);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b,
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
opacity: 1;
filter: alpha(opacity=100);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
transform: rotateX(0);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
transform: rotateY(0);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
transform: translateY(-20%);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
bottom: 0;
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
transform: translateY(20%);
}
.content-product:hover .vc_grid-item-mini .vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
top: 0;
} .content-product .footer-product2 {
display: flex;
overflow: hidden;
height: 100%;  }
.content-product .footer-product2 .button {
background-color: transparent;
border-width: 0;
}
.content-product .footer-product2 .footer-inner {
display: inline-flex;
flex-direction: row;
align-items: flex-start;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.content-product .footer-product2.vertical .footer-inner {
flex-direction: column;
}
.content-product .footer-product2.justify-content-around .footer-inner {
flex-basis: 100%;
}
.content-product .footer-product2 .footer-inner > *,
.content-product .footer-product2 .button {
padding: 10px;
line-height: 1 !important;
font-size: .79rem;
display: inline-block;
text-align: left;
text-transform: uppercase;
color: var(--et_dark-color);
display: flex;
align-items: center;
justify-content: center;
flex-basis: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.content-product .footer-product2.vertical .footer-inner > *,
.content-product .footer-product2.vertical .footer-inner .button {
flex-basis: auto;
}
.content-product .footer-product2 .yith-wcwl-add-to-wishlist .feedback,
.content-product .footer-product2.compare-hidden .compare,
.content-product .footer-product2 .added_to_cart {
display: none;
}
.content-product .footer-product2 .button:before,
.content-product .footer-product2 .show-quickly:before,
.content-product .footer-product2 .yith-wcwl-add-to-wishlist > .show a:before,
.content-product .footer-product2 .yith-wcwl-add-to-wishlist > .hide a:before,
.content-product .footer-product2 .wishlist-fragment a:before {
font-family: 'xstore-icons' !important;
font-size: 16px;
margin-right: 8px;
display: inline-block;
position: relative;
backface-visibility: hidden;
}
.content-product .footer-product2 .add_to_cart_button:before,
.content-product .footer-product2 .show-product:before {
content: "\e90c";
}
.content-product .footer-product2 .show-quickly:before {
content: "\e907";
}
.content-product .footer-product2 .compare:before {
content: "\e915";
}
.content-product .footer-product2 .yith-wcwl-add-to-wishlist {
margin-top: 0;
}
.content-product .footer-product2 .yith-wcwl-add-to-wishlist > .show a:before,
.content-product .footer-product2 .yith-wcwl-add-to-wishlist > .hide a:before {
content: "\e908";
}
.content-product .footer-product2.cart-type-icon .add_to_cart_button,
.content-product .footer-product2.cart-type-icon .show-product,
.content-product .footer-product2.compare-type-icon .compare {
font-size: 0;
}
.content-product .footer-product2 .show-quickly {
cursor: pointer;
}
.content-product .footer-product2 .show-quickly.type-icon,
.content-product .footer-product2 .et-wishlist-holder.type-icon {
font-size: 0;
}
.content-product .footer-product2 .show-quickly.type-text:before,
.content-product .footer-product2.cart-type-text .add_to_cart_button:before,
.content-product .footer-product2.cart-type-text .show-product:before,
.content-product .footer-product2.compare-type-text .compare:before,
.content-product .footer-product2 .show-quickly.type-text:before,
.content-product .footer-product2 .et-wishlist-holder.type-text .yith-wcwl-add-to-wishlist > .show a:before,
.content-product .footer-product2 .et-wishlist-holder.type-text .yith-wcwl-add-to-wishlist > .hide a:before {
display: none;
}
.content-product .footer-product2.cart-type-text .add_to_cart_button:before,
.content-product .footer-product2.compare-type-text .compare:before,
.content-product .footer-product2.cart-type-text .show-product:before,
.content-product .footer-product2 .show-quickly.type-text:before,
.content-product .footer-product2 .et-wishlist-holder.type-text .yith-wcwl-add-to-wishlist > .show a:before,
.content-product .footer-product2 .et-wishlist-holder.type-text .yith-wcwl-add-to-wishlist > .hide a:before,
.content-product .footer-product2.cart-type-icon .add_to_cart_button:before,
.content-product .footer-product2.cart-type-icon .show-product:before,
.content-product .footer-product2.compare-type-icon .compare:before,
.content-product .footer-product2 .show-quickly.type-icon:before,
.content-product .footer-product2 .et-wishlist-holder.type-icon .yith-wcwl-add-to-wishlist > .show a:before,
.content-product .footer-product2 .et-wishlist-holder.type-icon .yith-wcwl-add-to-wishlist > .hide a:before {
margin-right: 0;
margin-left: 0;
top: 0;
}
.main-products-loop .products-with-custom-template-list .custom-template .vc_grid-item,
#products-wrapper .products-with-custom-template-list .custom-template .vc_grid-item {
padding-left: 0;
padding-right: 0;
}
.carousel-area .item-no-space .content-product > .vc_grid-item.vc_col-sm-12 {
padding: 0;
}
.content-product {
margin-bottom: 30px;
position: relative;
}
.content-product .product-title {
font-size: calc(var(--product-title-size-proportion) * 1rem);
line-height: var(--product-title-line-height);
}
.content-product .product-title a {
line-height: inherit !important;
}
.content-product .button {
height: auto;
line-height: 1.2;
padding-top: .91rem;
padding-bottom: .91rem;
border: none;
-webkit-backface-visibility: visible;
backface-visibility: visible;
color: var(--et_btn-color);
background-color: var(--et_btn-bg-color);
border-color: var(--et_btn-br-color);
}
.content-product .button:hover {
color: var(--et_btn-color-hover);
background-color: var(--et_btn-bg-color-hover);
border-color: var(--et_btn-br-color-hover);
}
.content-product .compare {
background-color: transparent;
border: none;
}
.content-product .star-rating {
display: block;
margin-top: 3px;
}
.content-product .products-page-cats,
.content-product .products-page-cats a,
.content-product .products-page-brands,
.content-product .products-page-brands a,
.content-product .price {
color: var(--et_main-color);
}
.content-product .product-content-image {
text-align: center;
display: block;
min-height: 100px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.content-product .product-content-image img {
display: inline-block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
width: 100%;
}
.content-product .in-stock {
display: none;
}
.content-product .stock,
.content-product .available-on-backorder {
position: absolute;
text-align: center;
background-color: rgba(255, 255, 255, 0.9);
z-index: 2;
margin-bottom: 0;
font-size: .85rem;
text-transform: uppercase;
color: var(--et_dark-color);
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 7px 14px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.content-product .quantity {
float: none;
margin: 0 7px 0 0;
}
.content-product .quantity-wrapper {
margin: 10px 0;
display: inline-flex;
align-items: center;
}
.content-product .quantity-wrapper:last-child {
margin-bottom: 0;
}
.content-product .quantity-wrapper .button {
position: relative;
margin-top: 0;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
font-size: 0;
min-width: 38px;
min-height: 38px;
}
.content-product .quantity-wrapper .button[aria-label]:after {
content: attr(aria-label);
position: absolute;
left: 50%;
bottom: calc(100% + 5px);
padding: 7px 12px;
transform: translateX(-50%);
border-radius: 3px;
font-size: .8rem;
line-height: 1;
max-width: 200px;
background: #fff;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
color: var(--et_dark-color);
-webkit-text-fill-color: currentColor;
box-shadow: 1px 1px 5px 0 var(--et_dark-2-white-01);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.content-product .quantity-wrapper .button[aria-label]:not(:hover):after {
opacity: 0;
visibility: hidden;
transform: translate(-50%, 5px);
}
.content-product .quantity-wrapper .button:before {
font-size: 1.3rem;
}
.content-product .quantity-wrapper .button:not(:hover) {
--loader-side-color: var(--et_dark-color);
}
.content-product .quantity-wrapper .button.et-st-disabled {
cursor: not-allowed;
}
.content-product .quantity-wrapper .button.et-st-disabled:hover {
color: var(--et_btn-color);
background-color: var(--et_btn-bg-color);
border-color: var(--et_btn-br-color);
}
.content-product .product-image-wrapper {
max-width: 100%;
margin: 0 auto 15px;
padding-bottom: 1px;
}
.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist .ajax-loading {
display: none !important;
}
.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist span.feedback,
.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist + .clear {
display: none;
}
.content-product .product-image-wrapper .yith-wcwl-add-to-wishlist,
.content-product .product-image-wrapper .compare:before,
.content-product .product-image-wrapper .yith-wcwl-add-to-wishlist a:not(.alt):before {
margin: 0;
}
.content-product .product-image-wrapper:before,
.content-product .product-image-wrapper:after {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.content-product .images-slider-wrapper {
position: relative;
}
.content-product .image-swap {
position: absolute;
top: 0;
left: 0;
bottom: 0;
opacity: 0;
background: #fff;
z-index: 2;
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.content-product:hover .image-swap {
display: block;
opacity: 1;
}
.content-product .variation-changed .image-swap {
opacity: 0;
display: none;
}
.content-product .product-title a {
display: block;
width: 100%;
}
.content-product .price {
width: 100%;
margin-top: 1px;
display: block;
}
.content-product .price ins {
background-color: transparent;
}
.content-product .sku_wrapper {
display: inline-block;
width: 100%;
}
.product.none {
display: block;
}
.outofstock .footer-product .et-wishlist-holder:after,
.et_cart-off .footer-product .et-wishlist-holder:after {
display: none;
}
.outofstock.product-view-mask .footer-product,
.et_cart-off.product-view-mask .footer-product,
.outofstock.product-view-info .footer-product,
.et_cart-off.product-view-info .footer-product {
display: flex;
justify-content: space-between;
}
.outofstock.product-view-mask .footer-product .show-quickly,
.et_cart-off.product-view-mask .footer-product .show-quickly,
.outofstock.product-view-info .footer-product .show-quickly,
.et_cart-off.product-view-info .footer-product .show-quickly,
.outofstock.product-view-mask .footer-product .et-wishlist-holder,
.et_cart-off.product-view-mask .footer-product .et-wishlist-holder,
.outofstock.product-view-info .footer-product .et-wishlist-holder,
.et_cart-off.product-view-info .footer-product .et-wishlist-holder {
position: relative;
transform: none;
width: auto;
flex: 1;
}
.outofstock.product-view-mask .footer-product .et-wishlist-holder,
.et_cart-off.product-view-mask .footer-product .et-wishlist-holder,
.outofstock.product-view-info .footer-product .et-wishlist-holder,
.et_cart-off.product-view-info .footer-product .et-wishlist-holder {
border: none;
}
.add_to_cart_button.loading,
.show-quickly.loading,
.single_add_to_cart_button.loading,
.add_to_cart_button.loading:before,
.show-quickly.loading:before,
.single_add_to_cart_button.loading:before {
color: transparent !important;
transition: none !important;
}
.add_to_cart_button.loading:before,
.show-quickly.loading:before,
.single_add_to_cart_button.loading:before {
background: transparent !important;
}
.add_to_cart_button .et-loader,
.show-quickly .et-loader,
.single_add_to_cart_button .et-loader {
position: absolute;
left: 50%;
top: 50%;
margin: 0;
}
.add_to_cart_button .loader-circular,
.show-quickly .loader-circular,
.single_add_to_cart_button .loader-circular {
left: calc(50% - 15px);
top: calc(50% - 15px);
bottom: auto;
margin: 0;
}
.adding-to-cart .add_to_cart_button.added,
.adding-to-cart .single_add_to_cart_button.added {
position: relative;
}
.adding-to-cart .add_to_cart_button.added,
.adding-to-cart .single_add_to_cart_button.added,
.adding-to-cart .add_to_cart_button.added:before,
.adding-to-cart .single_add_to_cart_button.added:before {
color: transparent !important;
}
.adding-to-cart .add_to_cart_button.added:after,
.adding-to-cart .single_add_to_cart_button.added:after {
content: '\e918';
font-family: 'xstore-icons';
color: var(--loader-side-color, #ffffff);
position: absolute;
left: 50%;
transform: translateX(-50%);
transition: none;
height: auto;
bottom: auto;
width: auto;
background: transparent;
}
.view-color-dark .adding-to-cart .add_to_cart_button.added:not(:hover):before,
.view-color-dark.product-view-light .product-details .add_to_cart_button.added:before,
.view-color-dark.product-view-light .product-details .add_to_cart_button.added:hover:before {
color: var(--et_dark-color);
}
.add_to_cart_button .loader-path,
.show-quickly .loader-path,
.single_add_to_cart_button .loader-path,
.product-view-light .product-details .add_to_cart_button:hover .loader-path {
stroke: var(--loader-side-color, var(--et_dark-2-white));
}
.product-stock {
font-size: 1.14rem;
color: var(--et_main-color);
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-basis: 100%;
width: 100%;
max-width: 400px;
margin: 15px auto 20px;
margin-bottom: 20px !important;
}
.product-stock.step-1 .stock-count {
color: var(--product-stock-step-1-active-color);
}
.product-stock.step-1 .stock-line-inner {
background: var(--product-stock-step-1-active-color);
}
.product-stock.step-2 .stock-count {
color: var(--product-stock-step-2-active-color);
}
.product-stock.step-2 .stock-line-inner {
background: var(--product-stock-step-2-active-color);
}
.product-stock.step-3 .stock-count {
color: var(--product-stock-step-3-active-color);
}
.product-stock.step-3 .stock-line-inner {
background: var(--product-stock-step-3-active-color);
}
.product-stock .stock-count {
display: inline-block;
}
.product-stock .stock-line {
height: 2px;
flex-basis: 100%;
background: var(--et_border-color);
margin-top: 3px;
}
.product-stock .stock-line-inner {
display: block;
height: 100%;
}
.product-stock + .et-timer {
margin-top: 0 !important;
}
.stock.step-1 {
color: var(--product-stock-step-1-active-color);
}
.stock.step-2 {
color: var(--product-stock-step-2-active-color);
}
.stock.step-3 {
color: var(--product-stock-step-3-active-color);
}
.cart .stock {
width: 100%;
}
p.stock:before,
.wishlist-in-stock:before,
.wishlist-out-of-stock:before {
font-family: 'xstore-icons';
margin-right: 5px;
}
p.stock.in-stock:before,
p.stock.available-on-backorder:before,
.product-stock-status .wishlist-in-stock:before {
content: '\e918';
}
p.stock.out-of-stock:before,
.product-stock-status .wishlist-out-of-stock:before {
content: '\e900';
}
.product-details {
position: relative;
padding-bottom: 12px;
}
.product-details > *:not(a) {
margin-bottom: 0;
line-height: 1.5;
}
.product-details .compare {
font-size: 1.14rem;
padding-top: 0;
padding-bottom: 0;
margin-top: .79em;
}
.product-details .price + .button,
.products-list .wcpv-sold-by-loop + .button {
margin-top: 15px;
}
.item-colors li a {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
width: 20px;
height: 20px;
}
.item-colors li a:hover {
opacity: .6;
}
.productCarousel .swiper-slide {
padding: 10px 10px 0;
margin-right: 0!important;
}
.productCarousel .content-product > img {
display: none;
}
.products-loop .outofstock .out-of-stock + .product-content-image,
.productCarousel .outofstock .out-of-stock + .product-content-image {
pointer-events: none;
}
.product-slide .content-product {
margin-bottom: 0;
}
.item-colors li a {
border-radius: 100%;
}
.productAnimated {
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.product-fade {
opacity: 0;
}
.product-faded {
opacity: 1;
}
@media only screen and (max-width: 768px) {
.content-product .product-content-image img {
width: 100%;
}
.hide-hover-on-mobile .hover-effect-slider .sm-arrow,
.hide-hover-on-mobile .footer-product,
.products-grid .hide-hover-on-mobile .light-right-side {
display: none !important;
}
}
@media only screen and (max-width: 480px) {
.item-colors li a {
width: 16px;
height: 16px;
}
}   .category-description + .filter-wrap,
.term-description + .filter-wrap {
margin-top: 0;
}
.filter-wrap {
margin-bottom: 12px;
}
.filter-wrap {
position: relative;
}
.filter-wrap select {
height: 30px;
line-height: 28px;
}
.filter-wrap .filter-content {
display: flex;
align-items: center;
width: 100%;
}
.filter-wrap .filter-content > * {
display: flex;
align-items: center;
}
.filter-wrap .filter-content > *:last-child {
margin-left: auto;
}
.filter-wrap .filter-content > form:last-child {
margin-left: 0;
margin-right: auto;
}
.filter-wrap .products-per-page form {
display: inline-block;
margin-left: 15px;
}
.woocommerce-ordering select {
width: 170px;
}
.view-switcher {
margin-left: 20px;
line-height: 1;
border-radius: 5px;
transition: all .3s linear;
}
.view-switcher:hover {
background: var(--et_dark-2-white-002);
}
.view-switcher > [class*=switch] {
position: relative;
padding: 6px;
border-radius: 5px;
margin-left: 5px;
margin-right: 5px;
}
.view-switcher > [class*=switch] ~ div:before {
content: '';
top: 5px;
bottom: 5px;
border-left: 1px solid var(--et_border-color);
left: -5px;
position: absolute;
}
.view-switcher label {
display: none;
}
.view-switcher .switch-list > a,
.view-switcher .switch-grid > a,
.view-switcher .switch-more > a {
color: var(--et_main-color);
cursor: pointer;
text-align: center;
font-size: 0;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.view-switcher .switch-list > a:before,
.view-switcher .switch-grid > a:before,
.view-switcher .switch-more > a:before {
font-family: 'xstore-icons';
content: '\e92f';
display: inline-block;
font-size: 1.2rem;
}
.view-switcher .switch-list:not(.switcher-active):hover > a,
.view-switcher .switch-grid:not(.switcher-active):hover > a,
.view-switcher .switch-more:not(.switcher-active):hover > a {
color: var(--et_dark-2-white);
opacity: .7;
}
.view-switcher .switch-grid a[data-row-count="2"]:before {
content: '\e909';
}
.view-switcher .switch-grid a[data-row-count="3"]:before,
.view-switcher .switch-grid a:not([data-row-count]):before {
content: '\e92e';
}
.view-switcher .switch-grid a[data-row-count="4"]:before {
content: '\e913';
}
.view-switcher .switch-more > a[data-type="more"]:before {
content: '\e905';
font-size: .9rem;
}
.view-switcher .switch-more ul {
position: absolute;
padding: 10px 0;
top: 100%;
list-style: none;
animation: et-dropdown 0.3s ease-in-out;
border: 1px solid var(--et_border-color);
width: 180px;
right: calc(50% - 90px);
z-index: 99;
background: var(--et_white-2-dark);
margin: 0;
border-radius: 3px;
}
.view-switcher .switch-more ul li {
margin: 0;
}
.view-switcher .switch-more ul li a {
display: inline-block;
padding: .6em 1.9em;
line-height: 1;
}
.view-switcher .switch-more ul li:not(.switcher-active) > a {
color: var(--et_main-color);
}
.view-switcher .switch-more ul li:not(.switcher-active) > a:hover {
color: var(--et_dark-2-white);
opacity: .7;
}
.view-switcher .switch-more:not(:hover) ul {
display: none;
}
.view-switcher .switcher-active > a {
color: var(--et_active-color);
}
.open-filters-btn {
position: relative;
display: inline-block;
margin-right: 20px;
}
.open-filters-btn a { padding-left: 23px;
}
.open-filters-btn a i {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.open-filters-btn a.active i {
transform: translateY(-50%) rotateX(180deg);
}
.open-filters-btn a.active,
.open-filters-btn a:hover {
color: var(--et_dark-2-white);
}
.open-filters-btn a,
.filter-wrap .products-per-page span {
color: var(--et_font-color);
}
.shop-filters {
display: none;
overflow: hidden;
margin: 20px 0 0;
}
.shop-filters.filters-opened {
display: block;
}
.shop-filters.widget-columns-2 .sidebar-widget {
width: 50%;
}
.shop-filters.widget-columns-3 .sidebar-widget {
width: 33.33%;
}
.shop-filters.widget-columns-4 .sidebar-widget {
width: 25%;
}
.shop-filters.widget-columns-5 .sidebar-widget {
width: 20%;
}
.shop-filters.widget-columns-2 .sidebar-widget:nth-child(2n + 1),
.shop-filters.widget-columns-3 .sidebar-widget:nth-child(3n + 1),
.shop-filters.widget-columns-4 .sidebar-widget:nth-child(4n + 1),
.shop-filters.widget-columns-5 .sidebar-widget:nth-child(5n + 1) {
clear: both;
}
.shop-filters-area {
margin-left: -15px;
margin-right: -15px;
}
.shop-filters-area .sidebar-widget {
position: relative;
width: 100%;
padding: 0 15px;
float: left;
margin-bottom: 25px;
height: auto;
}
.shop-filters-area .sidebar-widget .select2 {
z-index: auto;
}
.shop-filters-area .product-categories > li > a {
padding: 9px 0 8px 0;
}
.shop-filters-area .product_list_widget li {
margin-right: 10px;
}
.shop-filters-area ul {
padding-left: 0;
padding-right: 0 !important;
}
@media only screen and (max-width: 1200px) {
.view-switcher {
margin-left: 15px;
}
}
@media only screen and (max-width: 992px) {
.shop-filters-area .sidebar-widget {
width: 50% !important;
}
.shop-filters-area .sidebar-widget:nth-child(2n+1) {
clear: both;
}
}
@media only screen and (max-width: 480px) {
.shop-filters-area .sidebar-widget {
width: 100% !important;
}
.filter-wrap .filter-content {
justify-content: space-between;
}
.filter-wrap .view-switcher {
display: none !important;
}
}  .category-description,
.term-description,
.page-description {
margin-bottom: 12px;
} .price ins,
.cart ins {
padding-left: 3px;
text-decoration: none;
}
.price ins .amount,
.cart ins .amount,
.product-price ins .amount {
color: var(--et_active-color);
} .star-rating {
font-size: 0;
width: 81px;
display: inline-block;
margin: 0 auto 15px;
position: relative;
line-height: 1;
background-repeat: no-repeat;
background-position: 0 0;
white-space: nowrap;
}
.star-rating:before,
.star-rating span:before {
display: block;
letter-spacing: 3px;
content: '\e930d \e930d \e930d \e930d \e930d';
}
.star-rating span {
position: absolute;
left: 0;
top: 0;
height: auto;
background-repeat: no-repeat;
background-position: 0 0;
overflow: hidden;
}  .products-title {
text-align: center;
text-transform: uppercase;
margin-bottom: .5em;
}
.after-shop-loop {
position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
.main-products-loop .products-list .product .product-image-wrapper {
width: 40%;
}
}
@media only screen and (max-width: 992px) {
.products-grid.row-count-1 .product {
width: 100%;
}
.products-grid .product-category.columns-5 {
width: 50%;
}
}
@media only screen and (min-width: 993px) {
.row-count-2 .product {
width: 50%;
text-align: center;
}
.row-count-5 .product {
width: 20%;
}
.row-count-6 .product {
width: 16.66666667%;
}
.shop-full-width .products-grid.row-count-5 .product:nth-child(5n+1) {
clear: both !important;
}
.row-count-2 .product:nth-child(2n+1),
.row-count-3 .product:nth-child(3n+1),
.sidebar-position-without .row-count-3 .product:nth-child(3n+1),
.shop-full-width .products-grid.row-count-5 .product:nth-child(5n+1) {
clear: both;
}
.row-count-2.products-grid .product-category {
width: 50% !important;
}
.row-count-2 .product:nth-child(2n+1),
.row-count-4 .product:nth-child(4n+1),
.sidebar-position-without .row-count-4 .product:nth-child(4n+1),
.row-count-3 .product:nth-child(3n+1),
.sidebar-position-without .row-count-3 .product:nth-child(3n+1),
.row-count-5 .product:nth-child(5n+1),
.row-count-6 .product:nth-child(6n+1) {
clear: both;
}
.sidebar-position-without .row-count-5 .product:nth-child(5n+1),
.row-count-6 .product:nth-child(6n+1) {
clear: both !important;
}
.row-count-6 .product:nth-child(5n+1) {
clear: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.row-count-2 .product:nth-child(2n+1),
.row-count-3 .product:nth-child(2n+1),
.row-count-3 .product.product-category:nth-child(3n+1),
.shop-full-width .row-count-3 .product.product-category:nth-child(2n+1),
.row-count-4 .product:nth-child(2n+1),
.row-count-4 .product.product-category:nth-child(4n+1),
.shop-full-width .row-count-4 .product-category:nth-child(2n+1),
.row-count-6 .product:nth-child(2n+1),
.row-count-5 .product:nth-child(2n+1),
.shop-full-width .row-count-6 .product.product-category:nth-child(3n+1) {
clear: both !important;
}
.row-count-3 .product-category:nth-child(2n+1),
.shop-full-width .row-count-3 .product-category:nth-child(3n+1),
.row-count-4 .product-category:nth-child(2n+1),
.row-count-6 .product-category:nth-child(3n+1),
.shop-full-width .row-count-6 .product-category:nth-child(2n+1) {
clear: none !important;
}
.products-list .product.product-category {
clear: none !important;
}
.products-list.row-count-6 .product-category:nth-child(6n+1),
.products-list.row-count-5 .product-category:nth-child(5n+1),
.products-list.row-count-4 .product-category:nth-child(4n+1),
.products-list.row-count-3 .product-category:nth-child(3n+1),
.products-list.row-count-2 .product-category:nth-child(2n+1) {
clear: both !important;
}
.shop-full-width .row-count-6 .product-category + .product:not(.product-category):before {
content: '';
display: table;
clear: both;
}
.shop-full-width .row-count-6 .product:not(.product-category):nth-child(3n+1) {
clear: both;
}
.products-grid.row-count-6 .product {
width: 50%;
}
.shop-full-width .products-grid.row-count-6 .product {
width: 33.33%;
}
.row-count-2.products-grid .product-category {
width: 50% !important;
}
}
@media only screen and (max-width: 767px) {
.row-count-2 .product:nth-child(2n+1),
.row-count-3 .product:nth-child(2n+1),
.row-count-4 .product:nth-child(2n+1),
.row-count-5 .product:nth-child(2n+1),
.row-count-6 .product:nth-child(2n+1) {
clear: both !important;
}
.products-list.row-count-6 .product-category:nth-child(6n+1),
.products-list.row-count-5 .product-category:nth-child(5n+1),
.products-list.row-count-4 .product-category:nth-child(4n+1),
.products-list.row-count-3 .product-category:nth-child(3n+1),
.products-list.row-count-2 .product-category:nth-child(2n+1) {
clear: none !important;
}
.products-list .product.product-category {
width: 50%;
}
.products-list .product.product-category:nth-child(2n+1) {
clear: both !important;
}
.row-count-2.products-grid .product-category {
width: 50% !important;
}
.products-grid .product {
width: 50%;
}
.products-grid .product-view-mask .footer-product,
.products-grid .product-view-info .footer-product {
display: flex;
justify-content: space-between;
}
.products-grid .product-view-mask .footer-product .show-quickly,
.products-grid .product-view-info .footer-product .show-quickly,
.products-grid .product-view-mask .footer-product .et-wishlist-holder,
.products-grid .product-view-info .footer-product .et-wishlist-holder,
.products-grid .product-view-mask .footer-product .by-vendor-name-link,
.products-grid .product-view-info .footer-product .by-vendor-name-link,
.products-grid .product-view-mask .footer-product .pre_order_loop,
.products-grid .product-view-info .footer-product .pre_order_loop,
.products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message,
.products-grid .product-view-info .footer-product .wcmp_add_to_cart_message {
flex: 1;
position: relative;
border: none;
}
.products-grid .product-view-mask .footer-product .show-quickly:after,
.products-grid .product-view-info .footer-product .show-quickly:after,
.products-grid .product-view-mask .footer-product .et-wishlist-holder:after,
.products-grid .product-view-info .footer-product .et-wishlist-holder:after,
.products-grid .product-view-mask .footer-product .by-vendor-name-link:after,
.products-grid .product-view-info .footer-product .by-vendor-name-link:after,
.products-grid .product-view-mask .footer-product .pre_order_loop:after,
.products-grid .product-view-info .footer-product .pre_order_loop:after,
.products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.products-grid .product-view-info .footer-product .wcmp_add_to_cart_message:after {
content: '';
}
.products-grid .product-view-mask .footer-product .button,
.products-grid .product-view-info .footer-product .button,
.products-grid .product-view-mask .footer-product .by-vendor-name-link,
.products-grid .product-view-info .footer-product .by-vendor-name-link,
.products-grid .product-view-mask .footer-product .pre_order_loop,
.products-grid .product-view-info .footer-product .pre_order_loop,
.products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message,
.products-grid .product-view-info .footer-product .wcmp_add_to_cart_message {
font-size: 0;
padding: 0;
flex: 1;
}
.products-grid .product-view-mask .footer-product .button:before,
.products-grid .product-view-info .footer-product .button:before,
.products-grid .product-view-mask .footer-product .by-vendor-name-link:before,
.products-grid .product-view-info .footer-product .by-vendor-name-link:before,
.products-grid .product-view-mask .footer-product .pre_order_loop:before,
.products-grid .product-view-info .footer-product .pre_order_loop:before,
.products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.products-grid .product-view-info .footer-product .wcmp_add_to_cart_message:before {
margin: 0;
}
.products-grid .product-view-mask .footer-product .compare,
.products-grid .product-view-info .footer-product .compare {
display: none;
}
}
@media only screen and (max-width: 480px) {
.products-grid .product {
width: 50%;
}
.products-grid .product-category {
width: 50% !important;
margin-bottom: 15px !important;
}
.products-grid .product-category:nth-child(even) {
padding-left: 7.5px;
}
.products-grid .product-category:nth-child(odd) {
padding-right: 7.5px;
}
.shop-full-width .products-grid.row-count-2 .product,
.shop-full-width .products-grid.row-count-3 .product,
.shop-full-width .products-grid.row-count-4 .product,
.shop-full-width .products-grid.row-count-5 .product,
.shop-full-width .products-grid.row-count-6 .product {
width: 50%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.product-grid.row-count-5 .product:nth-child(3n+1) {
clear: none;
}
.product-grid.row-count-5 .product:nth-child(5n+1) {
clear: both;
}
.product-grid .product-category.columns-5,
.product-grid.row-count-5 .product {
width: 20%;
}
}
@media only screen and (min-width: 993px) {
.row-count-1 .product {
width: 100%;
text-align: center;
}
.row-count-6 .product-view-info .product-mask,
.sidebar-enabled .row-count-5 .product-view-info .product-mask,
.row-count-6 .footer-product,
.sidebar-enabled .row-count-5 .footer-product {
left: .75rem;
right: .75rem;
bottom: .75rem;
}
.row-count-6 .footer-product,
.sidebar-enabled .row-count-5 .footer-product {
height: 2rem;
}
.row-count-6 .product-view-info .content-product:hover .product-mask,
.sidebar-enabled .row-count-5 .product-view-info .content-product:hover .product-mask {
transform: translateY(-2rem);
}
.row-count-6.products-grid .product-view-mask2 .footer-product,
.sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product {
width: 35px;
left: auto;
}
.row-count-6.products-grid .product-view-mask2 .footer-product .show-quickly,
.sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .show-quickly,
.row-count-6.products-grid .product-view-mask2 .footer-product .button,
.sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .button,
.row-count-6.products-grid .product-view-mask2 .footer-product .et-wishlist-holder,
.sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .et-wishlist-holder {
height: 35px;
}
.row-count-6.products-grid .product-view-mask3 .footer-product > *,
.sidebar-enabled .row-count-5.products-grid .product-view-mask3 .footer-product > * {
width: 30px;
height: 30px;
}
.row-count-6.products-grid .footer-product .compare:before,
.sidebar-enabled .row-count-5.products-grid .footer-product .compare:before,
.row-count-6.products-grid .footer-product .button:before,
.sidebar-enabled .row-count-5.products-grid .footer-product .button:before,
.row-count-6.products-grid .content-product .show-quickly:before,
.sidebar-enabled .row-count-5.products-grid .content-product .show-quickly:before,
.row-count-6.products-grid .footer-product .yith-wcwl-add-to-wishlist .show a:before,
.sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-add-to-wishlist .show a:before,
.row-count-6.products-grid .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.row-count-6.products-grid .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
.sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
.row-count-6.products-grid .footer-product .yith-wcwl-add-button a:before,
.sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-add-button a:before,
.row-count-6.products-grid .product-view-light .yith-wcwl-add-to-wishlist .show a:before,
.sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-add-to-wishlist .show a:before,
.row-count-6.products-grid .product-view-light .yith-wcwl-wishlistexistsbrowse a:before,
.sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-wishlistexistsbrowse a:before,
.row-count-6.products-grid .product-view-light .yith-wcwl-wishlistaddedbrowse a:before,
.sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-wishlistaddedbrowse a:before,
.row-count-6.products-grid .product-view-light .yith-wcwl-add-button a:before,
.sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-add-button a:before {
font-size: 12px;
}
.row-count-6.products-grid .product-view-light .st-swatch-in-loop,
.sidebar-enabled .row-count-5.products-grid .product-view-light .st-swatch-in-loop,
.row-count-6.products-grid .light-left-side > *:first-child,
.sidebar-enabled .row-count-5.products-grid .light-left-side > *:first-child {
padding-right: 40px;
}
.row-count-6 .category-grid .categories-mask,
.sidebar-enabled .row-count-5 .category-grid .categories-mask {
padding-left: 12px;
padding-right: 12px;
}
}  .empty-cart-block,
.empty-category-block {
padding: 5em 0;
}
.empty-cart-block .btn,
.empty-category-block .btn {
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
height: auto;
}
.empty-cart-block .btn:hover,
.empty-category-block .btn:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.empty-cart-block .btn:focus,
.empty-category-block .btn:focus {
color: var(--et_btn-dark-color-hover);
}
.empty-cart-block .btn:hover,
.empty-category-block .btn:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.empty-cart-block .btn:focus,
.empty-category-block .btn:focus {
color: var(--et_btn-dark-color-hover);
}
.empty-cart-block p,
.empty-category-block p {
color: var(--et_font-color);
}
.empty-cart-block,
.empty-category-block,
.woocommerce-thankyou-order-received {
text-align: center;
color: var(--et_dark-2-white);
}
.empty-cart-block:before,
.empty-category-block:before,
.woocommerce-thankyou-order-received:before {
font-family: 'xstore-icons';
display: block;
border: none !important;
font-size: 2.6rem;
line-height: 1.5;
}
.empty-cart-block h1,
.empty-category-block h1,
.empty-cart-block h2,
.empty-category-block h2,
.woocommerce-thankyou-order-received {
font-size: 1.7rem;
text-transform: uppercase;
}
.empty-category-block:before {
content: "\e90b";
}  .my_account_orders {
margin-bottom: 5.0em;
}
.my_account_orders td {
text-transform: uppercase;
font-size: .9rem;
color: var(--et_dark-2-white);
vertical-align: middle;
}
.my_account_orders td .button {
margin-left: 5px;
margin-bottom: 3px;
margin-top: 3px;
height: auto;
}
.my_account_orders td .button:first-of-type {
margin-left: 0;
}
.my_account_orders .order-actions {
text-align: right;
text-align: end;
}
.my_account_orders .view {
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
}
.my_account_orders .view:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.my_account_orders .view:focus {
color: var(--et_btn-dark-color-hover);
}
.my_account_orders .view:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.my_account_orders .view:focus {
color: var(--et_btn-dark-color-hover);
}
.woocommerce-order-details .my_account_orders {
font-size: 1rem;
}
.woocommerce-order-details .my_account_orders td {
font-size: 1.14rem;
text-transform: none;
}
.woocommerce-order-details .my_account_orders td.subscriptio_list_id {
font-size: 1rem;
}
.woocommerce-order-details .my_account_orders th {
padding-top: 0;
}
.woocommerce-EditAccountForm .woocommerce-Button {
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
}
.woocommerce-EditAccountForm .woocommerce-Button:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.woocommerce-EditAccountForm .woocommerce-Button:focus {
color: var(--et_btn-dark-color-hover);
}
.woocommerce-EditAccountForm .woocommerce-Button:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.woocommerce-EditAccountForm .woocommerce-Button:focus {
color: var(--et_btn-dark-color-hover);
}
.woocommerce-account .woocommerce .woocommerce-order-details__title {
max-width: unset;
margin-bottom: 0;
}  .order-info {
margin-bottom: 3em;
}
.order-info mark {
padding: .2em .7em;
margin: 0 .5em;
background-color: #dbf0c0;
color: var(--et_dark-2-white);
}
.order_details {
color: var(--et_dark-2-white);
margin-bottom: 2em;
}
.order_details .et-icon {
text-align: center;
display: inline-block;
width: 100%;
font-size: 200px;
margin-bottom: 20px;
}
.order_details .woocommerce-notice {
text-align: center;
font-size: 1.7142em;
text-transform: uppercase;
}
.order_details .product-name {
width: 70%;
}
.order_details tr:not(:last-child) th,
.order_details tr:not(:last-child) td {
padding-bottom: 0;
}
.order_details th,
.order_details td {
padding-top: 1em;
padding-bottom: 1em;
}
.order_details th:last-child,
.order_details td:last-child {
text-align: end;
color: var(--et_dark-2-white);
}
.woocommerce-order-details__title {
margin-bottom: 0;
}
.woocommerce-order-details strong {
font-weight: 400;
}
.woocommerce-order-details table {
font-size: 1.14rem;
}
.woocommerce-order-details th.product-name,
.woocommerce-order-details .product-total,
.woocommerce-order-details .amount {
font-size: 1rem;
}
.woocommerce-order-details .product-total {
vertical-align: top;
}
.woocommerce-order-details tfoot th,
.woocommerce-order-details tfoot td:last-child {
color: var(--et_font-color);
}
.woocommerce-order-details tfoot tr:last-child th {
font-size: 1rem;
text-transform: uppercase;
}
.woocommerce-order-details tfoot tr:last-child th,
.woocommerce-order-details tfoot tr:last-child .amount {
color: var(--et_dark-2-white);
}
.wc-item-meta li {
font-size: 1rem;
color: var(--et_main-color);
margin-bottom: 0;
}
.wc-item-meta-label + p {
display: inline-block;
margin: 0;
font-size: inherit;
}
ul.woocommerce-order-overview {
display: inline-block;
border: 1px dashed var(--et_border-color);
padding: 1vw 2.7vw !important;
margin-bottom: 2vw;
}
ul.woocommerce-order-overview li {
color: var(--et_dark-2-white);
font-size: 1.14rem;
margin-bottom: 3px;
}
ul.woocommerce-order-overview li strong {
font-weight: 400;
color: var(--et_main-color);
}
.woocommerce-order-overview-wrapper {
text-align: center;
}
.woocommerce-order-overview-wrapper ~ p {
margin-top: 10px;
}
.shop_table.customer_details {
margin-bottom: 4em;
border-top: none;
font-size: 1.14rem;
}
.shop_table.customer_details th,
.shop_table.customer_details td {
padding-top: 1em;
padding-bottom: 1em;
}
.shop_table.customer_details th:last-child,
.shop_table.customer_details td:last-child {
text-align: end;
color: var(--et_dark-2-white);
}
.woocommerce-customer-details address {
font-style: normal;
line-height: 1.5;
}
ul.wc-item-meta {
list-style: none;
padding-left: 0;
}
@media only screen and (min-width: 993px) {
.woocommerce-order-received:not(.boxed) .woocommerce-order-details,
.woocommerce-order-received:not(.boxed) .woocommerce-customer-details,
.woocommerce-order-received:not(.boxed) .woocommerce-order-overview-wrapper ~ p {
max-width: 80%;
margin-left: auto;
margin-right: auto;
display: block;
}
}
@media only screen and (max-width: 480px) {
.my_account_orders .view {
padding: 0;
color: var(--et_dark-color);
background: transparent;
border: none;
text-decoration: underline;
line-height: normal;
height: auto;
font-size: 1rem;
}
}  .main-products-loop .products-list .product .product-details .product-excerpt,
#products-wrapper .products-list .product .product-details .product-excerpt {
line-height: 1.8;
}
.main-products-loop .products-list:not(.products-with-custom-template-grid) > div:not(.product-category),
#products-wrapper .products-list:not(.products-with-custom-template-grid) > div:not(.product-category),
.main-products-loop .products-list:not(.products-with-custom-template-grid) .ajax-content > div:not(.product-category),
#products-wrapper .products-list:not(.products-with-custom-template-grid) .ajax-content > div:not(.product-category) {
width: 100%;
} .products-grid .product-excerpt {
margin-top: 5px;
margin-bottom: 5px;
}
.products-list .product-excerpt {
margin-bottom: 20px;
}
.products-list .product-details {
text-align: left;
}
.products-list .content-product .star-rating {
margin-left: 0;
display: inline-block;
}
.products-list .product-image-wrapper.hover-effect-swap .image-swap {
top: auto;
}
.products-list .product-image-wrapper {
width: 35%;
}
.products-grid .product-details .button:not(.compare),
.product-slide .product-details .button:not(.compare) {
margin-top: 15px;
}
.products-grid .product-details .quantity-wrapper .button,
.product-slide .product-details .quantity-wrapper .button {
margin-top: 0;
}
.products-list .product-content-image,
.product-view-booking .product-content-image {
position: relative;
}
.content:not(.main-products-loop) .products-list.row-count-3 .footer-product .button,
.content:not(.main-products-loop) .products-list.row-count-2 .footer-product .button {
font-size: 0;
}
.content:not(.main-products-loop) .products-list.row-count-3 .wcpv-sold-by-loop,
.content:not(.main-products-loop) .products-list.row-count-2 .wcpv-sold-by-loop {
display: none;
}
.product-view-mask.view-color-dark .wcpv-sold-by-loop,
.product-view-mask.view-color-dark .wcpv-sold-by-loop a {
color: #fff;
}
.product-view-mask.view-color-dark .wcpv-sold-by-loop a:hover {
opacity: .7;
}
@media only screen and (min-width: 993px) {
.products-list .content-product {
display: table;
table-layout: fixed;
}
.products-list .content-product .product-image-wrapper {
display: table-cell;
float: none;
margin-right: 0;
vertical-align: middle;
}
.products-list .content-product .product-image-wrapper img {
width: 100%;
}
.products-list .content-product .product-details {
float: none;
width: 65%;
padding-left: 30px;
vertical-align: middle;
display: table-cell;
}
.products-list.row-count-2 .product-image-wrapper {
min-width: auto;
}
.products-grid.row-count-6 .product-view-mask2 .footer-product {
width: 30px;
right: 0.725rem;
bottom: 0.725rem;
}
.products-grid.row-count-6 .product-view-mask2 .footer-product .show-quickly,
.products-grid.row-count-6 .product-view-mask2 .footer-product .button,
.products-grid.row-count-6 .product-view-mask2 .footer-product .et-wishlist-holder,
.products-grid.row-count-6 .product-view-mask2 .footer-product .by-vendor-name-link,
.products-grid.row-count-6 .product-view-mask2 .footer-product .pre_order_loop,
.products-grid.row-count-6 .product-view-mask2 .footer-product .wcmp_add_to_cart_message {
height: 30px;
}
.products-grid.row-count-6 .product-view-mask2 .footer-product .compare:before,
.products-grid.row-count-6 .product-view-mask2 .footer-product .show-quickly:before,
.products-grid.row-count-6 .product-view-mask2 .footer-product .button:before,
.products-grid.row-count-6 .product-view-mask2 .footer-product .add_to_cart_button:after,
.products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-add-to-wishlist .show a:before,
.products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-wishlistexistsbrowse a:before,
.products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-wishlistaddedbrowse a:before,
.products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-add-button a:before,
.products-grid.row-count-6 .product-view-mask2 .content-product .wishlist-fragment a:before,
.products-grid.row-count-6 .product-view-mask2 .footer-product .by-vendor-name-link:before,
.products-grid.row-count-6 .product-view-mask2 .footer-product .pre_order_loop:before,
.products-grid.row-count-6 .product-view-mask2 .footer-product .wcmp_add_to_cart_message:before {
font-size: 12px;
}
.main-products-loop .products-list .product .product-image-wrapper {  }
}
@media only screen and (max-width: 1200px) {
.products-list.row-count-3 .product {
width: 50%;
}
.products-list.row-count-3 .product:nth-child(3n+1) {
clear: none;
}
.products-list.row-count-3 .product:nth-child(2n+1) {
clear: both;
}
.products-list.row-count-2 .product-image-wrapper {
min-width: 150px;
}
.products-list .product-view-info .footer-product .button:before {
left: 6px;
}
.products-list .content-product .product-details {
width: 50%;
}
}
@media only screen and (max-width: 992px) {
.products-list.row-count-2 .product-image-wrapper {
width: 100%;
}
.products-list .product-image-wrapper {
width: 100%;
}
.products-list .product-excerpt {
overflow: hidden;
}
.products-list .content-product .product-details {
width: auto;
}
.products-list .product .product-image-wrapper {
margin-right: 30px;
}
.main-products-loop .products-list .product-view-booking .product-image-wrapper {
width: 28%;
}
.main-products-loop .products-list .product-image-wrapper {
width: 35%;
float: left;
}
}
@media only screen and (max-width: 768px) {
.products-list .product {
margin-bottom: 30px;
}
.products-list .product .content-product {
margin-bottom: 0;
}
.products-list .product .product-details {
width: 100%;
text-align: left !important;
padding-left: 1rem;
padding-right: 1rem;
}
.products-list .product .product-image-wrapper {
position: relative;
float: left;
}
}
@media only screen and (max-width: 480px) {
.products-list .product .product-image-wrapper {
width: 100% !important;
margin-bottom: 1.43em;
min-width: 1px !important;
float: none;
}
.products-list.row-count-3 .product {
width: 100%;
}
.products-list .product-view-booking .content-product {
padding: 20px;
}
}
#product-video-popup {
max-width: 75%;
margin: 0 auto;
position: relative;
}
#product-video-popup video {
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
#product-video-popup .mejs-video {
margin-left: auto;
margin-right: auto;
}
#product-video-popup .mejs-controls {
visibility: visible !important;
}
@media only screen and (max-width: 768px) {
#product-video-popup {
max-width: 95%;
}
}
.et-full-screen-products {
display: flex;
height: 100vh;
flex-direction: row-reverse;
}
.et-products-info-slider {
width: 100%;
height: 100vh;
}
.et-products-info-slider .product-info-wrapper {
position: relative;
top: 50%;
max-width: 550px;
margin: 0 auto;
padding: 0 1.5rem;
transform: translateY(-50.5%);
}
.et-product-info-slide p.product-title {
font-size: 24px;
color: var(--et_dark-2-white);
margin: 0;
}
.et-product-info-slide .star-rating {
margin-bottom: .5em;
}
.et-product-info-slide p.price {
margin: 0;
}
.et-product-info-slide .button {
height: auto;
font-size: .85rem;
padding-top: .95rem;
padding-bottom: .95rem;
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
margin-bottom: 25px;
}
.et-product-info-slide .button:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.et-product-info-slide .button:focus {
color: var(--et_btn-dark-color-hover);
}
.et-product-info-slide .product-stock {
margin: 0;
}
.et-product-info-slide .product-sale-counter {
text-align: start;
margin-left: -25px;
}
.et-product-info-slide .product-sale-counter .time-block {
text-align: center;
}
.et-products-images-slider {
width: 100%;
height: 100vh;
position: relative;
}
.et-products-images-slider img {
width: 100%;
}
.et-products-images-slider .swiper-slide {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
}
.et-products-navigation {
position: absolute;
bottom: 25px;
z-index: 2;
text-align: center;
width: 100%;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.et-products-navigation::selection {
background: transparent;
}
.et-products-navigation > div {
padding: 10px 15px;
margin: 0 auto;
background: var(--et_white-2-dark);
cursor: pointer;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.et-products-navigation > div:hover {
background: var(--et_active-color);
}
.et-products-navigation > div:hover .swiper-nav-price,
.et-products-navigation > div:hover .swiper-nav-title,
.et-products-navigation > div:hover .swiper-nav-arrow {
color: #fff;
}
.et-products-navigation > div:hover .swiper-nav-arrow {
animation: animArrowReverse 1s infinite;
}
.et-products-navigation .et-swiper-next {
margin-bottom: 10px;
}
.et-products-navigation .et-swiper-next:hover .swiper-nav-arrow {
animation: animArrow 1s infinite;
}
.et-products-navigation .swiper-nav-arrow {
font-size: 1rem;
display: inline-block;
}
.swiper-nav-price {
color: var(--et_main-color);
}
.swiper-nav-title {
font-size: 1.14rem;
margin-right: 5px;
}
.et-swiper-next .et-icon {
margin-left: 5px;
}
.et-swiper-prev .et-icon {
margin-right: 5px;
}
@media only screen and (max-width: 1200px) {
.et-products-navigation > div .swiper-nav-title {
max-width: 80%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
}
@media only screen and (max-width: 767px) {
.et-full-screen-products {
flex-wrap: wrap;
flex-direction: row;
}
.et-products-images-slider,
.et-products-info-slider {
height: 100%;
}
.et-products-navigation > div {
margin: 0 5px;
}
.et-products-navigation > div .swiper-nav-title,
.et-products-navigation > div .swiper-nav-price {
font-size: 10px;
}
} .et-quick-view-wrapper .main-images a.zoom,
.et-quick-view-wrapper .main-images a {
cursor: default;
}
.et-quick-view-wrapper .swiper-grid .swiper-slide {
width: auto;
max-width: 100%;
}
.et-quick-view-wrapper .swiper-grid a.zoom,
.et-quick-view-wrapper .swiper-grid a {
cursor: inherit;
}
.et-quick-view-wrapper .sten-reset-loop-variation {
margin-top: 0;
margin-bottom: 5px;
font-size: 1rem;
text-transform: capitalize;
}
.et-quick-view-wrapper .show-full-details {
font-size: 1.14rem;
line-height: 1.9;
margin-top: 10px;
display: block;
text-align: start;
text-decoration: underline;
}
.et-quick-view-wrapper .quick-view-excerpts {
margin-top: 1.4em;
margin-bottom: 3em;
overflow: hidden;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.et-quick-view-wrapper .quick-view-excerpts.show-content {
max-height: 440px;
overflow-y: hidden;
}
.et-quick-view-wrapper .quick-view-excerpts.show-content .excerpt-content {
visibility: visible;
opacity: 1;
max-height: 350px;
}
.et-quick-view-wrapper .quick-view-excerpts.show-content .excerpt-title:before {
content: '\e903';
}
.et-quick-view-wrapper .quick-view-excerpts.show-content + .excerpt-title {
margin-bottom: 10px;
}
.et-quick-view-wrapper .quick-view-excerpts .excerpt-title {
display: inline-block;
padding-right: 1em;
text-decoration: underline;
color: var(--et_dark-2-white);
font-size: 1.14rem;
cursor: pointer;
position: relative;
}
.et-quick-view-wrapper .quick-view-excerpts .excerpt-title:before {
display: inline-block;
content: '\e905';
font-family: 'xstore-icons';
position: absolute;
font-size: .75em;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content {
position: relative;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
max-height: 0;
opacity: 0;
visibility: hidden;
overflow: hidden;
}
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content:before {
top: 0;
background: linear-gradient(to top, var(--et_white-2-dark-0) 0%, var(--et_white-2-dark) 80%);
}
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content:after {
bottom: 0;
background: linear-gradient(to bottom, var(--et_white-2-dark-0) 0%, var(--et_white-2-dark) 80%);
}
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content:before,
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content:after {
position: absolute;
content: '';
display: block;
left: 0;
right: 2px;
height: 20px;
pointer-events: none;
}
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content .excerpt-content-inner {
max-height: 350px;
padding-right: 15px;
overflow: hidden;
overflow-y: auto;
}
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner {
line-height: 1.8;
font-size: 1.14rem;
}
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner h1,
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner h2,
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner h3,
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner h4,
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner h5,
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content-inner h6 {
line-height: 1.3;
margin-bottom: .35em;
margin-top: .35em;
}
.et-quick-view-wrapper .yith-wcwl-add-to-wishlist.wishlist-fragment {
margin: 0;
}
.et-quick-view-wrapper .product_meta:empty {
display: none !important;
}
.quick-view-popup {
margin: 0 auto;
position: relative;
background: var(--et_container-bg-color, var(--et_white-2-dark));
width: 870px;
max-width: 100%;
}
.quick-view-popup .skeleton-body .product-content .row > div {
height: 550px;
}
.quick-view-popup .skeleton-body .product-content.quick-view-layout-centered .row > div {
height: 370px;
}
.quick-view-popup .product-content {
position: relative;
}
.quick-view-popup .product-content.quick-view-layout-centered,
.quick-view-popup .product-content.quick-view-layout-centered img,
.quick-view-popup .product-content.quick-view-layout-centered iframe {
max-height: unset;
}
.quick-view-popup .product-content.quick-view-layout-centered .product-images,
.quick-view-popup .product-content.quick-view-layout-centered .product-information {
width: 100%;
}
.quick-view-popup .product-content.quick-view-layout-centered .product-images:empty:before {
background-size: 70% 100%;
background-position: center 15px;
margin: 0 30px;
}
.quick-view-popup .product-content.quick-view-layout-centered .product-information {
position: relative;
padding-left: 30px;
padding-right: 30px;
}
.quick-view-popup .product-content.quick-view-layout-centered .product-information:empty:before {
margin: 0 30px;
}
.quick-view-popup .product-content img.lazyload-lqip {
width: 100%;
}
.quick-view-popup .vertical-thumbnails,
.quick-view-popup .swiper-control-bottom {
display: none;
}
.quick-view-popup .product-content,
.quick-view-popup .main-images {
margin-bottom: 0;
}
.quick-view-popup .main-images {
text-align: start;
}
.quick-view-popup .et-wishlist-holder {
margin-bottom: 10px;
}
.quick-view-popup .product-information {
text-align: start;
}
.quick-view-popup .product-information .woocommerce-review-link {
display: none !important;
}
.quick-view-popup .product-information::-webkit-scrollbar {
width: 3px;
}
.quick-view-popup .open-360-popup {
display: none;
}
.quick-view-popup .excerpt-content-inner:focus {
outline: none;
}
.quick-view-popup .product-cats {
margin-top: -2em;
margin-bottom: 1em;
color: var(--et_font-color);
text-transform: uppercase;
}
.quick-view-popup .product-cats a {
color: var(--et_font-color);
}
.quick-view-popup .add_to_cart_button {
margin-right: 1em;
}
.quick-view-popup .quick-view-info {
margin-bottom: 1.07em;
}
.quick-view-popup .quick-view-info .woocommerce-product-rating + .cart {
margin-top: 1.12em;
}
.quick-view-popup .quick-view-excerpts .excerpt-content .excerpt-content-inner {
padding-top: 20px;
}
html.quick-view-open .mfp-wrap {
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
@keyframes et-canvas-right {
0% {
transform: translateX(100%);
opacity: 0;
visibility: hidden;
}
100% {
transform: translateX(0);
opacity: 1;
visibility: visible;
}
}
@keyframes et-canvas-left {
0% {
transform: translateX(-100%);
opacity: 0;
visibility: hidden;
}
100% {
transform: translateX(0);
opacity: 1;
visibility: visible;
}
}
.et-quick-view-canvas {
--quick-view-elements-spacing: 12px;
}
.et-quick-view-canvas .et-popup-content {
animation: none;
opacity: 1 !important;
visibility: visible !important;
color: unset;
margin: 0 !important;
padding: 15px;
overflow: visible;
transition: all 0.3s ease-in-out;
}
.et-quick-view-canvas .et-close-popup {
margin: 9px;
}
.et-quick-view-canvas:not(.done).et-content-right .et-popup-content {
opacity: 1;
visibility: visible;
animation: et-canvas-right 0.2s linear, et-fadeIn 0.2s linear;
}
.et-quick-view-canvas:not(.done).et-content-left .et-popup-content {
opacity: 1;
visibility: visible;
animation: et-canvas-left 0.2s linear, et-fadeIn 0.2s linear;
}
.et-quick-view-canvas.et-popup-removing.et-content-right .et-popup-content {
opacity: 0;
visibility: hidden;
transform: translateX(100%);
}
.et-quick-view-canvas.et-popup-removing.et-content-left .et-popup-content {
opacity: 0;
visibility: hidden;
transform: translateX(-100%);
}
.et-quick-view-canvas.et-popup-removing .et-close-popup {
transform: scale(0);
opacity: 0;
visibility: hidden;
}
.et-quick-view-canvas .et-mini-content-head {
cursor: default;
}
.et-quick-view-canvas.et-off-canvas .et-content {
overflow: hidden;
overflow-y: auto;
padding: 0 3px;
}
.et-quick-view-canvas.et-off-canvas .et-content::-webkit-scrollbar {
display: none;
}
.et-quick-view-canvas .et-content-inner {
position: relative;
}
.et-quick-view-canvas .et-content-inner > *,
.et-quick-view-canvas .et-content-inner .product-share:not(:last-child),
.et-quick-view-canvas .et-content-inner .product_meta > span,
.et-quick-view-canvas .et-content-inner .product_meta .products-page-cats,
.et-quick-view-canvas .et-content-inner .product_meta .wcml_currency_switcher,
.et-quick-view-canvas .et-content-inner .product_meta .wcml-dropdown.product,
.et-quick-view-canvas .et-content-inner .product_meta .wcmp-report-abouse-wrapper,
.et-quick-view-canvas .et-content-inner .quick-view-excerpts.show-content .excerpt-title {
margin: 0 0 var(--quick-view-elements-spacing, 10px) !important;
}
.et-quick-view-canvas .et-content-inner > *:last-child,
.et-quick-view-canvas .et-content-inner .product-share:not(:last-child):last-child,
.et-quick-view-canvas .et-content-inner .product_meta > span:last-child,
.et-quick-view-canvas .et-content-inner .product_meta .products-page-cats:last-child,
.et-quick-view-canvas .et-content-inner .product_meta .wcml_currency_switcher:last-child,
.et-quick-view-canvas .et-content-inner .product_meta .wcml-dropdown.product:last-child,
.et-quick-view-canvas .et-content-inner .product_meta .wcmp-report-abouse-wrapper:last-child,
.et-quick-view-canvas .et-content-inner .quick-view-excerpts.show-content .excerpt-title:last-child {
margin-bottom: 0 !important;
}
.et-quick-view-canvas .woocommerce-product-details__short-description p {
margin-bottom: var(--quick-view-elements-spacing, 10px);
}
.et-quick-view-canvas .woocommerce-product-details__short-description p:only-child {
margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
.quick-view-popup .product-content {
max-height: 550px;
overflow: hidden;
}
.quick-view-popup .product-content img {
width: auto;
}
.quick-view-popup .product-content:not(.quick-view-layout-centered) img {
margin: 0 !important;
}
.quick-view-popup .product-information {
position: absolute;
right: 0;
overflow: auto;
overflow-x: hidden;
max-height: 100%;
margin-bottom: 0;
padding-top: 2.3em;
padding-right: 20px;
}
.quick-view-popup .doubled-border,
.quick-view-popup .quick-view-layout-default,
.quick-view-popup .quick-view-layout-default .row,
.quick-view-popup .quick-view-layout-default .product-images,
.quick-view-popup .quick-view-layout-default .product-information {
height: 100%;
max-height: 100%;
}
.quick-view-layout-default img,
.quick-view-layout-default iframe {
max-height: 550px;
}
}
@media only screen and (max-width: 767px) {
.quick-view-popup .product-information .et-wishlist-holder.position-after.type-icon-text a:not(.alt),
.quick-view-popup .product-info-wrapper .et-wishlist-holder.position-after.type-icon-text a:not(.alt) {
font-size: 12px !important;
}
.quick-view-popup .product-information .et-wishlist-holder.position-after.type-icon a:not(.alt),
.quick-view-popup .product-info-wrapper .et-wishlist-holder.position-after.type-icon a:not(.alt) {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.quick-view-popup .product-information .et-wishlist-holder.position-after.type-icon a:not(.alt):hover,
.quick-view-popup .product-info-wrapper .et-wishlist-holder.position-after.type-icon a:not(.alt):hover {
font-size: 12px !important;
}
.quick-view-popup .product-information .et-wishlist-holder.position-under,
.quick-view-popup .product-info-wrapper .et-wishlist-holder.position-under {
padding-top: 0;
}
.quick-view-popup .product-information {
padding: 2.5em 3.5em 0 2.5em;
}
}
@media only screen and (max-width: 480px) {
.quick-view-popup .product-name {
font-size: 2rem;
}
.quick-view-popup .product-images {
padding: 0 15px;
margin-bottom: 0;
}
.quick-view-popup .product-cats {
margin-top: 0;
}
.quick-view-popup .add_to_cart_button.button {
margin-right: 0;
min-width: 170px;
}
}  .shop-full-width {
padding-left: 45px;
padding-right: 45px;
}
.shop-full-width .main-products-loop .products-list .product {
width: 50% !important;
clear: none;
}
.shop-full-width .main-products-loop .products-list .product:nth-child(2n+1) {
clear: both !important;
}
.shop-full-width .main-products-loop .products-list .product:nth-child(3n+1) {
clear: none;
}
.shop-full-width .products-list .product-view-mask .footer-product,
.shop-full-width .products-list .product-view-info .footer-product {
display: flex;
justify-content: space-between;
}
.shop-full-width .products-list .product-view-mask .footer-product .show-quickly,
.shop-full-width .products-list .product-view-info .footer-product .show-quickly,
.shop-full-width .products-list .product-view-mask .footer-product .et-wishlist-holder,
.shop-full-width .products-list .product-view-info .footer-product .et-wishlist-holder,
.shop-full-width .products-list .product-view-mask .footer-product .by-vendor-name-link,
.shop-full-width .products-list .product-view-info .footer-product .by-vendor-name-link,
.shop-full-width .products-list .product-view-mask .footer-product .pre_order_loop,
.shop-full-width .products-list .product-view-info .footer-product .pre_order_loop,
.shop-full-width .products-list .product-view-mask .footer-product .wcmp_add_to_cart_message,
.shop-full-width .products-list .product-view-info .footer-product .wcmp_add_to_cart_message {
flex: 1;
position: relative;
border: none;
}
.shop-full-width .products-list .product-view-mask .footer-product .show-quickly:after,
.shop-full-width .products-list .product-view-info .footer-product .show-quickly:after,
.shop-full-width .products-list .product-view-mask .footer-product .et-wishlist-holder:after,
.shop-full-width .products-list .product-view-info .footer-product .et-wishlist-holder:after,
.shop-full-width .products-list .product-view-mask .footer-product .by-vendor-name-link:after,
.shop-full-width .products-list .product-view-info .footer-product .by-vendor-name-link:after,
.shop-full-width .products-list .product-view-mask .footer-product .pre_order_loop:after,
.shop-full-width .products-list .product-view-info .footer-product .pre_order_loop:after,
.shop-full-width .products-list .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.shop-full-width .products-list .product-view-info .footer-product .wcmp_add_to_cart_message:after {
content: '';
}
.shop-full-width .products-list .product-view-mask .footer-product .button,
.shop-full-width .products-list .product-view-info .footer-product .button,
.shop-full-width .products-list .product-view-mask .footer-product .by-vendor-name-link,
.shop-full-width .products-list .product-view-info .footer-product .by-vendor-name-link,
.shop-full-width .products-list .product-view-mask .footer-product .pre_order_loop,
.shop-full-width .products-list .product-view-info .footer-product .pre_order_loop,
.shop-full-width .products-list .product-view-mask .footer-product .wcmp_add_to_cart_message,
.shop-full-width .products-list .product-view-info .footer-product .wcmp_add_to_cart_message {
font-size: 0;
padding: 0;
flex: 1;
}
.shop-full-width .products-list .product-view-mask .footer-product .button:before,
.shop-full-width .products-list .product-view-info .footer-product .button:before,
.shop-full-width .products-list .product-view-mask .footer-product .by-vendor-name-link:before,
.shop-full-width .products-list .product-view-info .footer-product .by-vendor-name-link:before,
.shop-full-width .products-list .product-view-mask .footer-product .pre_order_loop:before,
.shop-full-width .products-list .product-view-info .footer-product .pre_order_loop:before,
.shop-full-width .products-list .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.shop-full-width .products-list .product-view-info .footer-product .wcmp_add_to_cart_message:before {
margin: 0;
}
.shop-full-width .products-list .product-view-mask .footer-product .compare,
.shop-full-width .products-list .product-view-info .footer-product .compare {
display: none;
}
@media only screen and (min-width: 40em) {
.shop-full-width {
margin-left: auto;
margin-right: auto;
}
}
@media only screen and (max-width: 992px) {
.shop-full-width {
padding: 0 15px 2.86em;
}
.shop-full-width .main-products-loop .products-list .product {
width: 100% !important;
}
.shop-full-width .products-grid .product {
width: 50%;
}
.shop-full-width .sidebar-mobile-top > div > .row .content {
width: 100%;
}
} table.cart .cart_item .product-name {
width: calc(100px - .71em);
}
table.cart .product-name img {
max-width: 80px;
}
table.cart .product-details {
max-width: 200px;
}
table.cart .product-details .product-title:hover {
color: var(--et_active-color);
}
table.cart .product-details .remove-item {
display: block;
margin-top: 20px;
}
table.cart .product-details .remove-item:hover {
background: transparent;
color: var(--et_main-color);
}
table.cart .product-details .product-title,
table.cart tbody .product-name {
font-size: 1.14em;
}
table.cart .quantity {
margin: 0;
float: none;
}
table.cart .product-price,
table.cart .product-quantity,
table.cart .product-stock-status {
text-align: center;
}
.cart-discount td,
.cart-discount td .amount {
color: var(--et_red-color);
}
.shop_table dl.variation br:first-child,
.shop_table .mobile-price {
display: none;
}
.shop_table .variation {
margin-top: 5px;
font-size: 1rem;
color: var(--et_main-color);
}
.shop_table .variation p {
font-size: inherit;
}
.shop_table dt,
.shop_table dd {
display: inline-block;
}
.shop_table dt img,
.shop_table dd img {
max-width: 15px;
}
.shop_table dt,
.shop_table dd:nth-child(even) {
margin-right: 5px;
}
.shop_table .amount {
color: var(--et_main-color);
}
.shop_table .product-price del {
text-decoration-color: var(--et_main-color);
}
.return-shop {
margin-right: 15px;
}
.return-shop i {
font-size: .65em;
}
.coupon {
position: relative;
margin-bottom: 10px;
}
.coupon input[type="text"] {
width: 100%;
padding-right: 41px;
}
.coupon input[type="submit"] {
position: absolute;
top: 0;
right: 0;
padding: 0;
height: 100%;
width: 36px;
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
}
.coupon input[type="submit"]:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.coupon input[type="submit"]:focus {
color: var(--et_btn-dark-color-hover);
}
.coupon input[type="submit"]:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.coupon input[type="submit"]:focus {
color: var(--et_btn-dark-color-hover);
}
.actions {
text-align: end;
margin-bottom: 1.43em;
padding-top: 1em;
border-top: 1px solid var(--et_border-color);
}
.actions a {
display: inline-block;
font-size: 1.14rem;
padding: .75rem 0;
}
.actions a i {
margin-right: 5px;
vertical-align: middle;
}
.actions > div:first-child {
padding-left: 0;
}
.actions > div:last-child {
padding-right: 0;
}
.actions .btn {
background: transparent;
border-color: var(--et_border-color);
}
.actions .btn.bordered {
color: var(--et_dark-2-white);
}
.actions .btn:hover {
color: var(--et_font-color);
background: transparent;
border-color: var(--et_border-color);
}
.cart-collaterals,
.order-review {
padding: 1.7em 2em 2em;
border: 2px solid var(--et_dark-2-white);
}
.cart-order-details > div {
margin-bottom: 3.9em;
}
.cart-order-details .shop_table th {
font-size: 1.14rem;
}
.cart-order-details .shop_table td {
padding-top: .71em;
text-align: right;
}
.cart-order-details .shop_table .woocommerce-shipping-totals th {
text-align: start;
}
.cart-order-details .shop_table tbody td,
.cart-order-details .shop_table tbody th {
padding-top: 0;
}
.cart-order-details .shop_table tfoot td {
vertical-align: middle;
}
.cart-order-details .shop_table tfoot tr:first-child th,
.cart-order-details .shop_table tfoot tr:first-child td {
padding-top: .9em;
}
.cart-order-details .shop_table .order-total th,
.cart-order-details .shop_table .order-total td {
font-size: 1.42rem;
color: var(--et_dark-2-white);
text-transform: uppercase;
padding-bottom: 0;
vertical-align: bottom;
}
.cart-order-details .shop_table .order-total .amount {
color: inherit;
}
.cart-order-details .shop_table strong {
font-weight: 400;
}
.cart-order-details .shop_table .product-quantity {
font-size: 1rem;
}
.cart-order-details .cart_totals > h2,
.cart-order-details .order-review .step-title {
margin-bottom: 1em;
}
.cart-order-details #pay_with_amazon {
margin-left: 0;
margin-top: 25px;
float: none;
text-align: center;
}
.cart-order-details #pay_with_amazon img {
display: inline-block;
}
.woocommerce-cart-form .blockOverlay,
.cart-order-details .blockOverlay {
z-index: 2 !important;
}
.woocommerce-shipping-calculator > p {
margin-bottom: 0;
}
a.shipping-calculator-button {
color: var(--et_dark-2-white);
text-decoration: underline;
}
a.shipping-calculator-button:hover,
a.shipping-calculator-button:focus {
color: var(--et_font-color);
}
.shipping-calculator-form {
margin-top: 15px;
}
.shipping-calculator-form p {
margin-bottom: 20px;
}
.shipping-calculator-form .button {
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
width: 100%;
}
.shipping-calculator-form .button:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.shipping-calculator-form .button:focus {
color: var(--et_btn-dark-color-hover);
}
.shipping-calculator-form .button:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.shipping-calculator-form .button:focus {
color: var(--et_btn-dark-color-hover);
}
.checkout-button {
font-size: .85rem;
font-size: 1rem;
width: 100%;
background-color: var(--et_btn-active-bg-color);
color: var(--et_btn-active-color);
border-color: var(--et_btn-active-br-color);
padding-top: .95rem;
padding-bottom: .95rem;
height: auto;
}
.checkout-button:hover {
opacity: .8 !important;
color: var(--et_btn-active-color-hover);
background-color: var(--et_btn-active-bg-color-hover);
border-color: var(--et_btn-active-br-color-hover);
}
.checkout-button:hover {
background-color: var(--et_btn-active-bg-color-hover);
color: var(--et_btn-active-color-hover);
border-color: var(--et_btn-active-br-color-hover);
}
.checkout-button:focus,
.checkout-button:hover:focus {
color: var(--et_btn-active-color-hover);
}
#shipping_method,
#payment .payment_methods {
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
}
#shipping_method li,
#payment .payment_methods li {
list-style: none;
margin-bottom: 0;
}
#shipping_method li:only-child,
#payment .payment_methods li:only-child {
text-align: end;
}
#shipping_method li.woocommerce-notice,
#payment .payment_methods li.woocommerce-notice,
#shipping_method li.woocommerce-info,
#payment .payment_methods li.woocommerce-info {
text-align: start;
}
#shipping_method label,
#payment .payment_methods label {
color: var(--et_main-color);
width: calc(100% - 25px);
}
#shipping_method .wc-stripe-save-source label,
#payment .payment_methods .wc-stripe-save-source label {
width: auto;
}
#shipping_method input[type="radio"],
#payment .payment_methods input[type="radio"] {
vertical-align: top;
position: relative;
top: 4px;
}
#shipping_method input[type="radio"]:checked + label,
#payment .payment_methods input[type="radio"]:checked + label {
color: var(--et_dark-2-white);
}
#shipping_method li,
#payment .payment_methods label {
margin-bottom: 3px;
}
#shipping_method {
text-align: start;
}
#shipping_method li {
display: flex;
justify-content: space-around;
align-items: flex-start;
}
#shipping_method li label {
display: inline-flex;
justify-content: space-between;
width: 100%;
}
#shipping_method .amount {
font-size: 1rem;
color: var(--et_dark-2-white);
text-decoration: underline;
}
#shipping_method input:checked ~ label .amount {
opacity: .7;
}
.empty-cart-block:before {
content: "\e90c";
}
.special-cart-breadcrumbs.woocommerce-cart .woocommerce-message:first-child,
.special-cart-breadcrumbs.woocommerce-checkout .woocommerce-message:first-child,
.special-cart-breadcrumbs.woocommerce-cart .woocommerce-error:first-child,
.special-cart-breadcrumbs.woocommerce-checkout .woocommerce-error:first-child,
.special-cart-breadcrumbs.woocommerce-cart .woocommerce-info:first-child,
.special-cart-breadcrumbs.woocommerce-checkout .woocommerce-info:first-child {
margin-top: 1.43em;
}
.special-cart-breadcrumbs.woocommerce-cart.et-header-overlap .page-heading a,
.special-cart-breadcrumbs.woocommerce-checkout.et-header-overlap .page-heading a,
.special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-overlap .page-heading a,
.special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-overlap .page-heading a,
.special-cart-breadcrumbs.woocommerce-cart.et-header-overlap .page-heading .title,
.special-cart-breadcrumbs.woocommerce-checkout.et-header-overlap .page-heading .title,
.special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-overlap .page-heading .title,
.special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-overlap .page-heading .title,
.special-cart-breadcrumbs.woocommerce-cart.et-header-overlap .page-heading .breadcrumbs,
.special-cart-breadcrumbs.woocommerce-checkout.et-header-overlap .page-heading .breadcrumbs,
.special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-overlap .page-heading .breadcrumbs,
.special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-overlap .page-heading .breadcrumbs,
.special-cart-breadcrumbs.woocommerce-cart.et-header-overlap .page-heading .back-history,
.special-cart-breadcrumbs.woocommerce-checkout.et-header-overlap .page-heading .back-history,
.special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-overlap .page-heading .back-history,
.special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-overlap .page-heading .back-history {
font-size: 0;
line-height: 0;
}
.special-cart-breadcrumbs.woocommerce-cart.et-header-not-overlap .page-heading,
.special-cart-breadcrumbs.woocommerce-checkout.et-header-not-overlap .page-heading,
.special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-not-overlap .page-heading,
.special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-not-overlap .page-heading {
padding: 0 !important;
margin: 0;
}
.special-cart-breadcrumbs.woocommerce-cart.et-header-not-overlap .page-heading .container,
.special-cart-breadcrumbs.woocommerce-checkout.et-header-not-overlap .page-heading .container,
.special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-not-overlap .page-heading .container,
.special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-not-overlap .page-heading .container {
display: none !important;
}
.woocommerce-wishlist .page-heading,
.woocommerce-account .page-heading {
padding: 2.3vw 0;
margin-bottom: 2.3vw;
line-height: 1.4;
background-color: #fafafa;
}
.woocommerce-wishlist .page-heading .breadcrumbs,
.woocommerce-account .page-heading .breadcrumbs,
.woocommerce-wishlist .page-heading .back-history,
.woocommerce-account .page-heading .back-history {
display: none;
}
.woocommerce-wishlist .page-heading .title,
.woocommerce-account .page-heading .title {
display: block;
font-size: 1.7rem;
text-transform: uppercase;
text-align: center;
}
.woocommerce-wishlist .page-heading .title:before,
.woocommerce-account .page-heading .title:before {
font-family: 'xstore-icons';
font-size: .75em;
margin-right: 7px;
}
.woocommerce-wishlist.et-header-overlap .page-heading,
.woocommerce-account.et-header-overlap .page-heading {
padding: 7em 0 3em;
}
.woocommerce-account .page-heading .title:before {
content: '\e1000';
}
.woocommerce-wishlist .page-heading .title:before {
content: '\e908';
}
.cart-checkout-nav {
font-size: 1.5rem;
color: #9a9a9a;
text-align: center;
padding: 2.3vw 0;
margin-bottom: 2.3vw;
text-transform: uppercase;
line-height: 1.4;
background-color: #fafafa;
}
.cart-checkout-nav a {
color: inherit;
display: inline-flex;
align-items: center;
}
.cart-checkout-nav a:not(:last-child):after {
content: '';
display: inline-flex;
border-bottom: 1px solid var(--et_border-color);
min-width: 120px;
vertical-align: middle;
margin: 0 20px;
}
.cart-checkout-nav a:before {
content: attr(data-step);
border: 1px solid var(--et_border-color);
font-size: .8em;
width: 1.8em;
height: 1.8em;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin-right: 7px;
}
.cart-checkout-nav .delimeter {
min-width: 120px;
border-bottom: 1px solid var(--et_border-color);
}
.cart-checkout-nav .active {
color: var(--et_dark-2-white);
}
.cart-checkout-nav .active:before {
border-color: var(--et_dark-2-white);
color: var(--et_white-2-dark);
background-color: var(--et_dark-2-white);
}
@media only screen and (min-width: 993px) {
.cart-order-details .cart_totals > h2,
.cart-order-details .order-review .step-title {
margin-top: 1px;
}
.actions,
.woocommerce-cart .cart-order-details > div:last-child {
margin-bottom: 60px;
}
.woocommerce-shipping-fields div:last-child p:last-child {
margin-bottom: 0;
}
.special-cart-breadcrumbs.woocommerce-cart.et-header-not-overlap .sidebar.sidebar-enabled,
.special-cart-breadcrumbs.woocommerce-checkout.et-header-not-overlap .sidebar.sidebar-enabled,
.special-cart-breadcrumbs.woocommerce-cart.et_b_dt_header-not-overlap .sidebar.sidebar-enabled,
.special-cart-breadcrumbs.woocommerce-checkout.et_b_dt_header-not-overlap .sidebar.sidebar-enabled {
padding-top: calc(2.2rem + 6vw);
}
#customer_details {
padding-top: 1.9em;
}
}
@media only screen and (max-width: 992px) {
table.cart .product-details {
max-width: 190px;
}
.cart-checkout-nav a,
.cart-checkout-nav a:not(:last-child):after {
display: none;
}
.cart-checkout-nav a.active.no-click {
display: inline-flex;
}
}
@media only screen and (max-width: 768px) {
table.cart .mobile-price {
display: block;
direction: ltr;
}
table.cart .product-price,
table.cart .product-subtotal {
display: none;
}
table.cart .product-details .remove-item {
margin: 5px 0;
}
table.cart th {
padding-left: 0;
padding-right: 0;
}
table.cart td {
padding-left: .2em;
padding-right: .2em;
}
table.cart .product-name img {
max-width: 55px;
}
table.cart .cart_item:last-child td {
border-bottom: none;
}
table.cart .cart_item .product-name {
width: 70px;
}
.cart_totals th {
width: 100px;
}
.table-responsive {
border: none;
}
}
@media only screen and (max-width: 480px) {
.cart-checkout-nav {
padding: 5vw 0;
}
table.cart .product-quantity {
text-align: end;
}
.product-quantity span.minus,
.product-quantity span.plus {
height: 50%;
position: absolute;
right: 0;
}
.product-quantity span.plus {
top: 0;
}
.product-quantity span.minus {
bottom: 0;
border-top: none;
}
.product-quantity .quantity {
justify-content: flex-end;
}
.product-quantity .quantity input[type="number"] {
order: -1;
border-left: 1px solid var(--et_border-color);
min-width: 24px;
width: auto; right: 0;
padding-right: 24px;
max-width: 60px;
}
.actions > div {
text-align: center;
padding: 0;
}
}  .woocommerce-checkout .woocommerce-error:first-of-type {
margin-top: 1.43em;
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
border: none;
padding: 0;
color: var(--et_dark-2-white);
background-color: transparent;
}
.woocommerce-form-login-toggle .woocommerce-info:before,
.woocommerce-form-coupon-toggle .woocommerce-info:before {
position: static;
margin-right: 5px;
color: inherit;
}
.woocommerce-form-login-toggle .woocommerce-info {
margin-bottom: .43em;
}
.form-row-first,
.form-row-last {
float: left;
width: 50%;
padding: 0 15px 0 0;
overflow: visible;
}
.form-row-last {
padding: 0 0 0 15px;
float: right;
}
.form-row-wide {
clear: both;
}
.step-title {
padding: 0 0 1em 0;
text-align: start;
font-size: 1em;
margin-bottom: 0;
margin-bottom: 1em;
border-bottom: 1px solid var(--et_border-color);
}
.order_details {
padding-left: 0 !important;
}
.order_details thead th {
border-bottom: 1px solid var(--et_border-color);
}
table.order_details tr,
table.shop_table_responsive.customer_details tr,
table.order_details td,
table.shop_table_responsive.customer_details td,
table.order_details th,
table.shop_table_responsive.customer_details th {
vertical-align: middle;
}
.before-checkout-form .button {
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
}
.before-checkout-form .button:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.before-checkout-form .button:focus {
color: var(--et_btn-dark-color-hover);
}
.before-checkout-form .button:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.before-checkout-form .button:focus {
color: var(--et_btn-dark-color-hover);
}
.before-checkout-form .et-facebook-login-wrapper {
padding-bottom: 2.5em;
}
.before-checkout-form form.login {
border: 1px solid var(--et_border-color);
padding: 30px;
margin: 1.43em auto 1.43em 0;
}
.before-checkout-form .checkout_coupon .form-row {
display: inline-block;
width: auto;
float: none;
padding: 0;
margin: 0;
vertical-align: middle;
}
.before-checkout-form .checkout_coupon .input-text {
width: 350px;
max-width: 100%;
}
.woocommerce-form-coupon {
display: flex;
flex-wrap: wrap;
}
.woocommerce-form-coupon > p:first-child {
flex-basis: 100%;
margin-bottom: 13px;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before {
content: "\e920";
line-height: 1;
vertical-align: middle;
}
.woocommerce-form-login-toggle .woocommerce-info:before {
content: "\e1000";
}
.woocommerce-password-strength {
font-size: 1.14rem;
margin-top: 10px;
margin-bottom: 5px;
}
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
color: var(--et_red-color);
}
.woocommerce-password-strength.good {
color: var(--et_orange-color);
}
.woocommerce-password-strength.strong {
color: var(--et_green-color);
}
.woocommerce-password-hint {
font-size: 1rem;
}
.variation-SoldBy {
font-weight: 400;
}
#customer_details p {
margin-bottom: .75em;
}
#customer_details .create-account {
display: inline-block;
width: 100%;
margin-bottom: .43em;
}
#customer_details .create-account .form-row#billing_phone_field {
margin-left: 10px;
}
.woocommerce-shipping-fields .step-title {
display: none;
}
.order-review .payment_methods.methods .woocommerce-info {
margin-bottom: 1.83em;
}
.order-review .cart_item .product-name {
text-align: start;
font-size: 1.14rem;
color: var(--et_dark-2-white);
}
.order-review thead {
display: none;
}
small.includes_tax {
font-size: .85rem;
}
.woocommerce-input-wrapper {
display: block;
line-height: 1.1;
}
.woocommerce-privacy-policy-text p {
margin-bottom: 1em;
}
#woo_pp_ec_button_checkout .paypal-buttons > iframe {
z-index: auto;
}
.form-row.place-order {
width: 100%;
}
.form-row.place-order .button {
font-size: .85rem;
font-size: 1rem;
width: 100%;
background-color: var(--et_btn-active-bg-color);
color: var(--et_btn-active-color);
border-color: var(--et_btn-active-br-color);
padding-top: .95rem;
padding-bottom: .95rem;
height: auto;
}
.form-row.place-order .button:hover {
opacity: .8 !important;
color: var(--et_btn-active-color-hover);
background-color: var(--et_btn-active-bg-color-hover);
border-color: var(--et_btn-active-br-color-hover);
}
.form-row.place-order .button:hover {
background-color: var(--et_btn-active-bg-color-hover);
color: var(--et_btn-active-color-hover);
border-color: var(--et_btn-active-br-color-hover);
}
.form-row.place-order .button:focus,
.form-row.place-order .button:hover:focus {
color: var(--et_btn-active-color-hover);
}
.form-row.terms {
width: 100%;
margin-bottom: 0;
}
.form-row.terms label {
display: inline-block;
width: auto;
float: none;
}
.form-row.terms input[type="checkbox"] {
float: left;
display: inline-block !important;
margin-left: 0;
position: relative;
top: 4px;
}
.wc-proceed-to-checkout .button:not(:last-child) {
margin-bottom: 10px;
}
.wcppec-checkout-buttons__separator {
display: none;
}
#payment {
border-top: 1px solid var(--et_border-color);
padding-top: 1.43em;
}
#payment .payment_methods fieldset label {
width: auto;
}
#payment .payment_methods li:last-child {
margin-bottom: 1.5em;
}
.payment_methods label img {
width: auto;
margin: 0 6px;
position: relative;
top: -4px;
max-width: 100px;
max-width: -moz-max-content;
max-height: 35px;
display: inline-block;
}
.payment_methods a {
text-decoration: underline;
}
.payment_methods .stripe-alipay-icon {
max-width: 70px;
max-height: 25px;
}
.payment_methods p {
font-size: 1rem;
line-height: 1.4;
}
.payment_box {
padding-left: 22px;
}
.payment_box fieldset {
padding: 15px;
margin: 10px 0 15px;
}
label[for="payment_method_stripe"] img {
max-width: 20px;
max-height: 15px;
margin: 0 2px;
top: 0;
}
.payment_methods p,
#wc-stripe-cc-form label {
margin-bottom: 5px;
}
#ship-to-different-address .checkbox {
margin-bottom: 8px;
}
.woocommerce-terms-and-conditions-wrapper .form-row label {
font-size: 1rem;
}
@media only screen and (min-width: 993px) {
.sidebar-enabled .return-shop {
margin-right: 0;
margin-left: 0;
}
}
@media only screen and (max-width: 992px) {
#customer_login .col-1,
#customer_login .col-2 {
width: 100%;
margin: 0 0 2.14em 0;
}
.order-review table th {
width: 38%;
}
.order-review table td {
width: auto;
}
}
@media only screen and (max-width: 768px) {
.form-row.terms label {
width: 85%;
margin-left: 10px;
}
.form-row-first,
.form-row-last {
width: 100%;
padding: 0;
}
.before-checkout-form .login {
padding: 15px;
}
.before-checkout-form .login .form-row {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.before-checkout-form .login .form-row .inline {
margin-left: 0;
margin-top: 10px;
width: 100%;
margin-bottom: 0;
}
.before-checkout-form .checkout_coupon {
padding: 15px;
}
.before-checkout-form .checkout_coupon .form-row,
.before-checkout-form .checkout_coupon .input-text {
width: 100%;
}
.before-checkout-form .checkout_coupon .button {
margin-top: 10px;
float: right;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.cart_totals th {
width: 95px;
}
}
@media only screen and (max-width: 480px) {
.payment_methods label img {
max-width: 68px;
}
.checkout-button {
font-size: .9rem;
}
}  .woocommerce-account .woocommerce h2 {
text-align: left;
font-size: 1rem;
text-transform: uppercase;
border-bottom: 1px solid var(--et_border-color);
padding: 0 0 1em 0;
text-align: start;
font-size: 1em;
margin-bottom: 0;
margin: 0 auto 1em;
max-width: 500px;
}
.woocommerce-account .u-columns h2 {
max-width: 500px;
margin: 0 auto 1em;
}
.woocommerce-account header.title {
padding: 0 0 1em 0;
text-align: left;
font-size: 1em;
margin-bottom: 1em;
text-transform: uppercase;
border-bottom: 1px solid var(--et_border-color);
}
.woocommerce-account header.title h3 {
font-size: 1rem;
display: inline-block;
margin-bottom: 0;
}
.woocommerce-account header.title .edit {
float: right;
}
.myaccount_user {
margin-bottom: 3.5em;
}
.lost_reset_password {
max-width: 500px;
margin: 0 auto;
}
.lost_reset_password p {
display: block;
width: 100%;
padding: 0;
margin-bottom: 17px;
}
.lost_reset_password p:not(.woocommerce-form-row) {
margin-bottom: 7px;
}
.lost_reset_password .button {
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
padding-top: 1rem;
padding-bottom: 1rem;
height: auto;
-webkit-text-fill-color: currentColor;
width: 100%;
}
.lost_reset_password .button:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.lost_reset_password .button:focus {
color: var(--et_btn-dark-color-hover);
}
.lost_reset_password .button:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.lost_reset_password .button:focus {
color: var(--et_btn-dark-color-hover);
}
#customer_login > div {
float: left;
padding: 2.57em;
border: 1px solid var(--et_border-color);
}
form.login .form-row:not(.form-row-wide) {
margin-bottom: 0;
}
form.register .show_if_seller .form-row:not(.form-row-wide) {
width: calc(50% - 5px);
float: left;
}
form.register .show_if_seller .form-row:not(.form-row-wide):nth-child(2n) {
margin-left: 10px;
}
form.register .show_if_seller .form-row:not(.form-row-wide) input {
max-width: 100%;
min-width: unset;
}
form.register .show_if_seller small {
color: var(--et_main-color);
}
form.login,
form.register {
max-width: 500px;
margin: 0 auto;
}
form.login .button,
form.register .button {
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
height: auto;
-webkit-text-fill-color: currentColor;
}
form.login .button:hover,
form.register .button:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
form.login .button:focus,
form.register .button:focus {
color: var(--et_btn-dark-color-hover);
}
form.login .button:hover,
form.register .button:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
form.login .button:focus,
form.register .button:focus {
color: var(--et_btn-dark-color-hover);
}
form.login button[name=login],
form.register button[name=login],
form.login button[name=register],
form.register button[name=register] {
width: 100%;
padding-top: .75rem;
padding-bottom: .75rem;
line-height: 1.5;
}
form.login .form-row,
form.register .form-row {
display: inline-block;
}
form.login .form-row.flex,
form.register .form-row.flex {
display: flex;
}
form.login .form-row-wide,
form.register .form-row-wide,
form.login .user-role,
form.register .user-role {
width: 100%;
}
form.login .woocommerce-form-login__rememberme,
form.register .woocommerce-form-login__rememberme {
margin-bottom: 0;
}
form.login .lost_password a,
form.register .lost_password a {
text-decoration: underline;
}
form.login .woocommerce-form.register .woocommerce-FormRow,
form.register .woocommerce-form.register .woocommerce-FormRow {
width: 100%;
margin-bottom: 0;
}
form.login input[type=radio],
form.register input[type=radio] {
margin-left: 2px;
}
form.login [for='rememberme'],
form.register [for='rememberme'] {
margin-top: 0;
cursor: pointer;
}
form.lost_reset_password .clear {
display: none;
}
.woocommerce-MyAccount-content .commentlist.notes {
margin-bottom: 40px;
}
.woocommerce-MyAccount-content .commentlist.notes li {
padding-bottom: 1em;
margin-bottom: 1em;
}
.woocommerce-MyAccount-content .commentlist.notes li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.woocommerce-MyAccount-content .commentlist.notes .comment-text {
padding-left: 0;
}
.woocommerce-MyAccount-content .commentlist.notes .comment-text .meta {
font-size: .9rem;
}
.woocommerce-MyAccount-content .commentlist.notes .comment-text p {
margin-bottom: 0;
font-size: 1.14rem;
} .woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .si_captcha_small + p {
clear: both;
padding: 12px 0;
}
.woocommerce-privacy-policy-link {
text-decoration: underline;
}
.woocommerce-MyAccount-title {
text-transform: uppercase;
padding: 1.7em 0;
margin-bottom: 0;
text-align: center;
font-weight: 400;
}
.woocommerce-MyAccount-navigation-wrapper {
width: calc(30% - 30px);
display: inline-block;
margin-right: 30px;
border: 2px solid var(--et_dark-2-white);
padding: 25px;
float: left;
}
.woocommerce-MyAccount-navigation-wrapper .MyAccount-user-name {
color: var(--et_dark-2-white);
}
.woocommerce-MyAccount-navigation-wrapper ul {
padding-left: 0;
margin-bottom: 0;
}
.woocommerce-MyAccount-navigation-wrapper li {
list-style: none;
margin-bottom: 0;
}
.woocommerce-MyAccount-navigation-wrapper li a {
display: inline-block;
font-size: 1rem;
width: 100%;
padding: 5px 0;
}
.woocommerce-MyAccount-navigation-wrapper li a:before {
content: '\e90e';
font-family: 'xstore-icons';
margin-right: 5px;
}
.woocommerce-MyAccount-navigation-wrapper li[class*=dashboard] a:before {
content: '\e937';
}
.woocommerce-MyAccount-navigation-wrapper li[class*=order] a:before {
content: '\e942';
}
.woocommerce-MyAccount-navigation-wrapper li[class*=download] a:before {
content: '\e914';
}
.woocommerce-MyAccount-navigation-wrapper li[class*=address] a:before {
content: '\e939';
}
.woocommerce-MyAccount-navigation-wrapper li[class*=account] a:before {
content: '\e1000';
}
.woocommerce-MyAccount-navigation-wrapper li[class*=wishlist] a:before {
content: '\e908';
}
.woocommerce-MyAccount-navigation-wrapper li[class*=logout] a:before {
content: '\e919';
}
.woocommerce-MyAccount-navigation-wrapper li[class*=conversation] a:before {
content: '\e938';
}
.woocommerce-MyAccount-navigation-wrapper li[class*=offer] a:before {
content: '\e920';
}
.woocommerce-MyAccount-navigation-wrapper li[class*=purchase-lists] a:before {
content: '\e92f';
}
.woocommerce-MyAccount-navigation-wrapper li[class*=payment] a:before {
content: '\e911';
}
.woocommerce-MyAccount-navigation-wrapper li.is-active a {
color: var(--et_active-color);
}
.woocommerce-MyAccount-navigation-wrapper.without-icons li a:before {
display: none;
}
.MyAccount-user-info {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
flex-wrap: wrap;
margin: -25px -25px 20px;
padding: 25px;
background: #fafafa;
}
.MyAccount-user-info img {
border-radius: 50%;
max-width: 86px;
margin-bottom: 15px;
}
.MyAccount-user-info div {
width: 100%;
}
.MyAccount-dashboard-buttons {
margin: 0 -10px;
display: flex;
justify-content: space-between;
}
.MyAccount-dashboard-buttons .btn {
flex: 1;
margin: 0 10px;
}
.MyAccount-banner,
.MyAccount-dashboard-buttons ~ .swiper-entry {
margin-top: 60px;
}
.woocommerce-MyAccount-content {
display: inline-block;
vertical-align: top;
width: 70%;
float: left;
}
.woocommerce-MyAccount-content .swiper-entry .title {
text-align: center;
}
@media only screen and (max-width: 1200px) {
.col-md-9 .woocommerce-MyAccount-navigation {
width: calc(35% - 30px);
}
.col-md-9 .woocommerce-MyAccount-content {
width: 65%;
}
}
@media only screen and (max-width: 992px) {
.woocommerce-MyAccount-navigation {
width: 100% !important;
max-width: 100% !important;
margin-right: 0;
}
.woocommerce-MyAccount-content {
width: 100% !important;
}
}
@media only screen and (max-width: 768px) {
form.login,
.woocommerce-account .woocommerce h2,
form.login input,
form.register input {
max-width: none;
}
}
@media only screen and (max-width: 480px) {
#customer_login .col-1 {
padding: 2.5em;
}
form.login .form-row,
form.register .form-row {
width: 100%;
}
form.login .lost_password,
form.register .lost_password {
width: 100%;
text-align: left;
}
.woocommerce-account .woocommerce .u-columns {
flex-direction: column;
}
.woocommerce-account .woocommerce .u-columns .u-column2 {
padding-left: 0;
}
.woocommerce-MyAccount-content {
overflow: auto;
}
}
.col2-set {
width: 100%;
overflow: hidden;
}
.col2-set .col-1 {
margin-right: 60px;
}
.col2-set .col-1,
.col2-set .col-2 {
width: calc(50% - 30px);
float: left;
}
@media only screen and (max-width: 767px) { .col2-set .col-1,
.col2-set .col-2 {
float: none;
width: 100%;
}
.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
margin-left: 0;
margin-right: 0;
}
}  .track_order .form-row {
width: 100%;
padding: 0;
}
.track_order .button {
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
}
.track_order .button:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.track_order .button:focus {
color: var(--et_btn-dark-color-hover);
}
.track_order .button:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.track_order .button:focus {
color: var(--et_btn-dark-color-hover);
}
.woocommerce-thankyou-order-received:before {
content: "\e942";
}  .woocommerce-thankyou-order-details li,
.order_details.bacs_details li {
list-style: none;
}  .woocommerce .page-heading + .content-page table.wishlist_table thead th {
padding-top: 0;
}
.wishlist_table tr td {
background: transparent;
}
.woocommerce table.wishlist_table {
font-size: 1rem;
margin-bottom: 0;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
border-color: var(--et_border-color);
}
.woocommerce table.wishlist_table thead th {
border: none;
}
.woocommerce table.wishlist_table tfoot {
border: none;
}
.woocommerce table.wishlist_table tr td.product-remove {
padding: .71em 0;
vertical-align: middle;
}
.woocommerce table.wishlist_table .product-name {
min-width: 150px;
}
.woocommerce table.wishlist_table td.product-add-to-cart a {
height: auto;
font-size: .85rem;
padding-top: .95rem;
padding-bottom: .95rem;
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
padding-top: .805rem !important;
padding-bottom: .805rem !important;
min-width: 190px;
display: inline-block !important;
}
.woocommerce table.wishlist_table td.product-add-to-cart a:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.woocommerce table.wishlist_table td.product-add-to-cart a:focus {
color: var(--et_btn-dark-color-hover);
}
.woocommerce table.wishlist_table td.product-thumbnail {
padding-left: 0;
padding-right: 0;
}
.woocommerce table.wishlist_table .product-remove a {
width: 35px;
height: 35px;
line-height: 35px;
padding: 0;
font-size: 0;
background-color: transparent;
display: inline-block;
}
.woocommerce table.wishlist_table .product-remove a:before {
font-family: 'xstore-icons';
display: inline-block;
font-size: 10px;
content: "\e90a";
}
.woocommerce table.wishlist_table .product-name {
text-align: start;
}
.woocommerce table.wishlist_table .product-add-to-cart {
padding-right: 0;
}
.woocommerce table.wishlist_table td ins {
text-decoration: none;
}
.woocommerce table.wishlist_table tfoot td {
border-bottom: none;
}
.woocommerce table.wishlist_table tfoot tr:last-child td {
padding-bottom: 0;
}
.woocommerce table.wishlist_table .wishlist-in-stock {
font-size: 1.14rem;
}
.woocommerce table.wishlist_table .yith-wcwl-share-title {
font-size: 1.14rem;
margin: 0;
} .wishlist_table.mobile {
--h3-size-proportion: var(--h4-size-proportion);
padding: 0;
}
.wishlist_table.mobile .remove_from_wishlist {
color: var(--et_active-color);
}
.wishlist_table.mobile li {
margin-bottom: 25px;
}
@media only screen and (min-width: 361px) {
.wishlist_table.mobile li {
float: left;
width: 50%;
}
.wishlist_table.mobile li:nth-child(2n + 1) {
clear: both;
}
}
.wishlist_table.mobile li .item-wrapper {
width: 100%;
text-align: center;
margin-bottom: 0;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
width: 100%;
margin: 0 auto 20px;
text-align: center;
display: block;
max-width: 100px;
}
.wishlist_table.mobile li .item-wrapper .item-details {
width: 100%;
}
.wishlist_table.mobile li .item-wrapper .item-details table.item-details-table {
margin: 0;
}
.wishlist_table.mobile li .item-details table.item-details-table tbody tr td,
.wishlist_table.mobile li table.additional-info tbody tr td {
font-size: 1rem;
padding: 0;
width: auto !important;
display: inline-block;
text-align: start !important;
}
.wishlist_table.mobile li .item-details table.item-details-table tbody tr td.label,
.wishlist_table.mobile li table.additional-info tbody tr td.label {
margin-right: 5px;
}
.wishlist_table.mobile li .additional-info-wrapper {
text-align: center;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
text-align: center;
}
.wishlist_table .product-add-to-cart a.button {
height: auto;
display: inline-block !important;
margin: 0 !important;
padding: .75rem 2.2rem !important;
}
.woocommerce-wishlist .woocommerce-message:first-of-type {
margin-top: 1.43em;
}
.wishlist-title {
text-transform: uppercase;
display: none;
text-align: center;
}
.wishlist-title h2 {
font-size: 18px;
}
table td.wishlist-empty {
text-align: center;
font-size: 1.14rem;
}
.yith-wcwl-share {
margin-bottom: 0;
}
.yith-wcwl-share-title,
.yith-wcwl-share ul {
display: inline-block;
vertical-align: middle;
margin: 0;
}
@media only screen and (max-width: 1200px) {
.woocommerce table.wishlist_table .product-name {
font-size: 1rem;
width: auto;
min-width: unset;
padding-left: 10px;
}
.woocommerce table.wishlist_table tbody td {
padding: 15px 4px;
}
.woocommerce table.wishlist_table .product-stock-status {
display: none;
}
}
@media only screen and (max-width: 768px) {
.woocommerce table.wishlist_table td.product-add-to-cart a {
background: transparent;
border-color: transparent;
padding: 0;
font-size: 1rem;
text-transform: capitalize;
min-width: unset;
color: var(--et_dark-color);
text-decoration: underline;
}
}
@media only screen and (max-width: 480px) {
.wishlist_table tr .product-thumbnail {
display: none;
}
.woocommerce table.wishlist_table .product-name {
max-width: 100px;
vertical-align: middle;
}
.woocommerce table.wishlist_table tr td.product-remove {
padding: 0;
}
}   .onsale {
position: absolute;
top: 20px;
z-index: 3;
padding: 3px 8px;
background: var(--et_on-sale-bg-color, var(--et_red-color));
font-size: .85rem;
text-align: center;
color: var(--et_on-sale-color, #ffffff);
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
border-radius: var(--et_on-sale-radius, 0%);
}
.onsale.left {
left: 20px;
}
.onsale.right {
right: 20px;
}
.product-view-mask .show-quickly,
.product-view-info .show-quickly {
border-right: 1px solid;
}
.product-view-mask .et-wishlist-holder,
.product-view-info .et-wishlist-holder {
border-left: 1px solid;
}
.footer-product .compare:before,
.footer-product .show-quickly:before,
.footer-product .button:before,
.footer-product .by-vendor-name-link:before,
.footer-product .pre_order_loop:before,
.footer-product .wcmp_add_to_cart_message:before,
.content-product .yith-wcwl-add-to-wishlist .show a:before,
.content-product .wishlist-fragment a:before {
font-size: 16px;
}
.footer-product .add_to_cart_button:after {
font-size: 16px;
}
.content-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.content-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
content: "\e92d";
}
.footer-product {
position: absolute;
bottom: 1.45rem;
left: 1.45rem;
right: 1.45rem;
height: 2.57rem;
transform: translateY(5px);
opacity: 0;
z-index: 2;
text-align: center;
overflow: hidden;
font-weight: normal;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition-delay: .1s;
}
.footer-product .compare {
position: relative;
overflow: hidden;
}
.footer-product .compare:before {
content: "\e915" !important;
}
.footer-product .compare,
.footer-product .show-quickly,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
font-size: 0;
}
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
margin: 0;
}
.footer-product .by-vendor-name-link:before {
content: '\e1000';
}
.footer-product .pre_order_loop:before {
content: '\e900';
font-style: normal;
}
.footer-product .wcmp_add_to_cart_message:before {
content: '\e938';
}
.footer-product .show-quickly {
left: 0;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.footer-product .show-quickly:before {
content: "\e907";
}
.footer-product .show-quickly:after {
right: 0;
}
.footer-product .et-wishlist-holder {
right: 0;
font-size: 0;
}
.footer-product .et-wishlist-holder:after {
left: 0;
}
.footer-product .by-vendor-name-link:after,
.footer-product .pre_order_loop:after,
.footer-product .wcmp_add_to_cart_message:after {
left: 0;
}
.footer-product .button {
border: none;
width: 100%;
background: var(--et_dark-color);
line-height: 1.4;
padding: 0 45px;
}
.footer-product .button:before {
display: inline-block;
margin-right: 5px;
font-weight: 400;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.footer-product .button .blockOverlay {
background-color: var(--et_dark-color) !important;
}
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message,
.footer-product .et-wishlist-holder a.add_to_wishlist.button.alt {
font-size: 0;
border: none;
border-radius: 0;
color: #fff;
padding: 0;
}
.footer-product .by-vendor-name-link:before,
.footer-product .pre_order_loop:before,
.footer-product .wcmp_add_to_cart_message:before,
.footer-product .et-wishlist-holder a.add_to_wishlist.button.alt:before {
margin-right: 0;
}
.footer-product .et-wishlist-holder a.add_to_wishlist.button.alt {
background: transparent;
}
.footer-product .show-quickly,
.footer-product .et-wishlist-holder {
position: absolute;
display: flex;
align-items: center;
line-height: 1.4;
top: 0;
height: 100%;
width: 45px;
justify-content: center;
border-color: var(--et_dark-color);
background: var(--et_dark-color);
z-index: 1;
}
.footer-product .show-quickly:after,
.footer-product .et-wishlist-holder:after,
.footer-product .by-vendor-name-link:after,
.footer-product .pre_order_loop:after,
.footer-product .wcmp_add_to_cart_message:after {
position: absolute;
top: 0;
width: 1px;
border-right: 1px solid var(--et_dark-color);
height: 100%;
}
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
background: var(--et_dark-color);
}
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message,
.footer-product .yith-wcwl-add-to-wishlist,
.footer-product .yith-wcwl-add-to-wishlist .show {
width: 100%;
height: 100%;
display: flex !important;
align-items: center;
}
.footer-product .et-wishlist-holder a {
width: 100%;
}
.footer-product .et-wishlist-holder a .yith-wcwl-icon.fa {
display: none;
}
.footer-product .quick-view-popup .add_to_cart_button,
.footer-product .loader-path {
stroke: #fff;
}
.footer-product .wishlist-fragment .blockOverlay:before {
border-color: var(--et_main-color);
border-left-color: #fff;
}
.footer-product .button,
.footer-product .yith-wcwl-add-to-wishlist a:not(.alt),
.footer-product .yith-wcwl-add-button a.open-pretty-photo,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.footer-product .show-quickly,
.footer-product .et-wishlist-holder a,
.footer-product .button,
.footer-product .button.compare,
.footer-product .button.compare:hover,
.footer-product .by-vendor-name-link {
color: #fff;
}
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
color: #fff !important;
}
.footer-product .compare.button,
.footer-product .button,
.footer-product .show-quickly,
.footer-product .et-wishlist-holder,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.footer-product .compare.button:hover,
.footer-product .button:hover,
.footer-product .show-quickly:hover,
.footer-product .et-wishlist-holder:hover,
.footer-product .by-vendor-name-link:hover,
.footer-product .pre_order_loop:hover,
.footer-product .wcmp_add_to_cart_message:hover {
background: #333333;
}
.et-wishlist-holder .yith-wcwl-add-to-wishlist {
position: relative;
}
.et-wishlist-holder .et-loader {
position: static;
}
.et-wishlist-holder .loader-path {
stroke: #fff;
}
.yith-wcwl-add-to-wishlist.wishlist-fragment .yith-wcwl-add-button a:before {
content: "\e908";
}
.yith-wcwl-add-to-wishlist.wishlist-fragment .yith-wcwl-add-button a.delete_item:before {
content: "\e92d";
}
.yith-wcwl-add-to-wishlist.wishlist-fragment .yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-add-to-wishlist.wishlist-fragment .yith-wcwl-wishlistaddedbrowse a::before {
content: "\e92d";
}
.compare,
.yith-wcwl-add-to-wishlist a {
position: relative;
text-transform: none;
}
.compare:before,
.yith-wcwl-add-to-wishlist a:before {
display: inline-block;
font-family: 'xstore-icons';
margin-right: 7px;
background-color: transparent !important;
}
.content-product .show-quickly,
.content-product .by-vendor-name-link {
cursor: pointer;
}
.content-product:hover .footer-product,
.content-product.et-vpf .footer-product {
opacity: 1;
transform: translateY(0);
}
.content-product .show-quickly:before,
.content-product .button:before,
.content-product .yith-wcwl-add-to-wishlist .show a:before,
.content-product .by-vendor-name-link:before,
.content-product .pre_order_loop:before,
.content-product .wcmp_add_to_cart_message:before {
font-family: 'xstore-icons';
}
.content-product .is_arrows-hovered .footer-product {
transform: translateY(7px);
opacity: 0;
}
.view-color-white .footer-product .loader-path,
.view-color-transparent .footer-product .loader-path,
.product-view-default .et-wishlist-holder .loader-path {
stroke: var(--et_dark-color);
}
.view-color-white .footer-product .wishlist-fragment .blockOverlay:before,
.view-color-transparent .footer-product .wishlist-fragment .blockOverlay:before,
.product-view-default .et-wishlist-holder .wishlist-fragment .blockOverlay:before {
border-color: var(--et_border-color);
border-left-color: var(--et_main-color);
}
.view-color-white .footer-product:before,
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .et-wishlist-holder,
.view-color-white .footer-product .et-wishlist-holder:after,
.view-color-white .footer-product .show-quickly:after,
.view-color-white .footer-product .by-vendor-name-link:after,
.view-color-white .footer-product .pre_order_loop:after,
.view-color-white .footer-product .wcmp_add_to_cart_message:after {
border-color: var(--et_border-color);
}
.view-color-white .footer-product .button.compare:hover,
.view-color-white .footer-product .button:hover,
.view-color-white .footer-product .show-quickly:hover,
.view-color-white .footer-product .et-wishlist-holder:hover,
.view-color-white .footer-product .by-vendor-name-link:hover,
.view-color-white .footer-product .pre_order_loop:hover,
.view-color-white .footer-product .wcmp_add_to_cart_message:hover {
background: #f5f5f5;
}
.view-color-white.product-view-info .footer-product:before {
border-color: var(--et_border-color);
}
.view-color-white.product-view-mask2 .footer-product,
.view-color-white .footer-product .button.compare,
.view-color-white .footer-product .button,
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .et-wishlist-holder,
.view-color-white .footer-product .by-vendor-name-link,
.view-color-white .footer-product .pre_order_loop,
.view-color-white .footer-product .wcmp_add_to_cart_message,
.view-color-white .product-mask,
.view-color-white.product-view-info .product-mask {
background: #fff;
}
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .et-wishlist-holder a,
.view-color-white .footer-product .et-wishlist-holder a.add_to_wishlist.button.alt,
.view-color-white .footer-product .by-vendor-name-link,
.view-color-white .footer-product .button,
.view-color-white .footer-product .button.compare {
color: var(--et_dark-color);
}
.view-color-white .footer-product .pre_order_loop,
.view-color-white .footer-product .wcmp_add_to_cart_message {
color: var(--et_dark-color) !important;
}
.view-color-white .footer-product .button .blockOverlay {
background-color: #fff !important;
}
.view-color-white .product-mask a,
.view-color-white.product-view-info .product-mask a,
.view-color-white .product-mask .product-title a,
.view-color-white.product-view-info .product-mask .product-title a {
color: var(--et_dark-color);
}
.view-color-white .product-mask a:hover,
.view-color-transparent .product-mask a:hover,
.view-color-white.product-view-info .product-mask a:hover,
.view-color-transparent.product-view-info .product-mask a:hover,
.view-color-white .product-mask .product-title a:hover,
.view-color-transparent .product-mask .product-title a:hover,
.view-color-white.product-view-info .product-mask .product-title a:hover,
.view-color-transparent.product-view-info .product-mask .product-title a:hover {
color: var(--et_main-color);
}
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .et-wishlist-holder a,
.view-color-transparent .footer-product .et-wishlist-holder a.add_to_wishlist.button.alt,
.view-color-transparent .footer-product .by-vendor-name-link,
.view-color-transparent .footer-product .button,
.view-color-transparent .footer-product .button.compare {
color: var(--et_dark-2-white);
}
.view-color-transparent .footer-product .pre_order_loop,
.view-color-transparent .footer-product .wcmp_add_to_cart_message {
color: var(--et_dark-2-white) !important;
}
.view-color-transparent .footer-product .button .blockOverlay {
background-color: var(--et_white-2-dark) !important;
}
.view-color-transparent .product-mask a,
.view-color-transparent.product-view-info .product-mask a,
.view-color-transparent .product-mask .product-title a,
.view-color-transparent.product-view-info .product-mask .product-title a {
color: var(--et_dark-2-white);
}
.view-color-transparent .footer-product:before,
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .et-wishlist-holder,
.view-color-transparent .footer-product .et-wishlist-holder:after,
.view-color-transparent .footer-product .show-quickly:after,
.view-color-transparent .footer-product .by-vendor-name-link:after,
.view-color-transparent .footer-product .pre_order_loop:after,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:after {
border: none;
}
.view-color-transparent .footer-product .show-quickly:hover,
.view-color-transparent .footer-product .et-wishlist-holder:hover .yith-wcwl-add-button a,
.view-color-transparent .footer-product .et-wishlist-holder:hover a.add_to_wishlist.button.alt,
.view-color-transparent .footer-product .button:hover,
.view-color-transparent .footer-product .by-vendor-name-link:hover {
color: var(--et_main-color);
}
.view-color-transparent .footer-product .pre_order_loop:hover,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:hover {
color: var(--et_main-color) !important;
}
.view-color-transparent.product-view-info .footer-product:before {
border: none;
}
.view-color-transparent .footer-product,
.view-color-transparent .footer-product .button,
.view-color-transparent .footer-product .button.compare,
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .et-wishlist-holder,
.view-color-transparent .footer-product .button:hover,
.view-color-transparent .footer-product .show-quickly:hover,
.view-color-transparent .footer-product .et-wishlist-holder:hover,
.view-color-transparent .footer-product .by-vendor-name-link:hover,
.view-color-transparent .footer-product .pre_order_loop:hover,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:hover,
.view-color-transparent.product-view-mask2 .footer-product,
.view-color-transparent.product-view-info .product-mask {
background: transparent;
}
@media only screen and (max-width: 768px) {
.content-product .footer-product {
transform: none;
opacity: 1;
}
.content-product .footer-product .button {
font-size: 0;
}
.content-product .footer-product .button:before {
margin-right: 0;
margin-left: 0;
}
}
.col-md-9 .product-slide .product-view-mask .footer-product,
.col-md-8 .product-slide .product-view-mask .footer-product,
.col-md-9 .product-slide .product-view-info .footer-product,
.col-md-8 .product-slide .product-view-info .footer-product {
display: flex;
justify-content: space-between;
}
.col-md-9 .product-slide .product-view-mask .footer-product .show-quickly,
.col-md-8 .product-slide .product-view-mask .footer-product .show-quickly,
.col-md-9 .product-slide .product-view-info .footer-product .show-quickly,
.col-md-8 .product-slide .product-view-info .footer-product .show-quickly,
.col-md-9 .product-slide .product-view-mask .footer-product .et-wishlist-holder,
.col-md-8 .product-slide .product-view-mask .footer-product .et-wishlist-holder,
.col-md-9 .product-slide .product-view-info .footer-product .et-wishlist-holder,
.col-md-8 .product-slide .product-view-info .footer-product .et-wishlist-holder,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message {
flex: 1;
position: relative;
border: none;
}
.col-md-9 .product-slide .product-view-mask .footer-product .show-quickly:after,
.col-md-8 .product-slide .product-view-mask .footer-product .show-quickly:after,
.col-md-9 .product-slide .product-view-info .footer-product .show-quickly:after,
.col-md-8 .product-slide .product-view-info .footer-product .show-quickly:after,
.col-md-9 .product-slide .product-view-mask .footer-product .et-wishlist-holder:after,
.col-md-8 .product-slide .product-view-mask .footer-product .et-wishlist-holder:after,
.col-md-9 .product-slide .product-view-info .footer-product .et-wishlist-holder:after,
.col-md-8 .product-slide .product-view-info .footer-product .et-wishlist-holder:after,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link:after,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link:after,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link:after,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link:after,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop:after,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop:after,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop:after,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop:after,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:after,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:after {
content: '';
}
.col-md-9 .product-slide .product-view-mask .footer-product .button,
.col-md-8 .product-slide .product-view-mask .footer-product .button,
.col-md-9 .product-slide .product-view-info .footer-product .button,
.col-md-8 .product-slide .product-view-info .footer-product .button,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message {
font-size: 0;
padding: 0;
flex: 1;
}
.col-md-9 .product-slide .product-view-mask .footer-product .button:before,
.col-md-8 .product-slide .product-view-mask .footer-product .button:before,
.col-md-9 .product-slide .product-view-info .footer-product .button:before,
.col-md-8 .product-slide .product-view-info .footer-product .button:before,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link:before,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link:before,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link:before,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link:before,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop:before,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop:before,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop:before,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop:before,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:before,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:before {
margin: 0;
}
.col-md-9 .product-slide .product-view-mask .footer-product .compare,
.col-md-8 .product-slide .product-view-mask .footer-product .compare,
.col-md-9 .product-slide .product-view-info .footer-product .compare,
.col-md-8 .product-slide .product-view-info .footer-product .compare {
display: none;
}
@media only screen and (min-width: 768px) {
.products-hover-only-icons .product-view-mask .footer-product,
.products-hover-only-icons .product-view-info .footer-product {
display: flex;
justify-content: space-between;
}
.products-hover-only-icons .product-view-mask .footer-product .show-quickly,
.products-hover-only-icons .product-view-info .footer-product .show-quickly,
.products-hover-only-icons .product-view-mask .footer-product .et-wishlist-holder,
.products-hover-only-icons .product-view-info .footer-product .et-wishlist-holder,
.products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link,
.products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link,
.products-hover-only-icons .product-view-mask .footer-product .pre_order_loop,
.products-hover-only-icons .product-view-info .footer-product .pre_order_loop,
.products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message,
.products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message {
flex: 1;
position: relative;
border: none;
}
.products-hover-only-icons .product-view-mask .footer-product .show-quickly:after,
.products-hover-only-icons .product-view-info .footer-product .show-quickly:after,
.products-hover-only-icons .product-view-mask .footer-product .et-wishlist-holder:after,
.products-hover-only-icons .product-view-info .footer-product .et-wishlist-holder:after,
.products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link:after,
.products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link:after,
.products-hover-only-icons .product-view-mask .footer-product .pre_order_loop:after,
.products-hover-only-icons .product-view-info .footer-product .pre_order_loop:after,
.products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message:after {
content: '';
}
.products-hover-only-icons .product-view-mask .footer-product .button,
.products-hover-only-icons .product-view-info .footer-product .button,
.products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link,
.products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link,
.products-hover-only-icons .product-view-mask .footer-product .pre_order_loop,
.products-hover-only-icons .product-view-info .footer-product .pre_order_loop,
.products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message,
.products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message {
font-size: 0;
padding: 0;
flex: 1;
}
.products-hover-only-icons .product-view-mask .footer-product .button:before,
.products-hover-only-icons .product-view-info .footer-product .button:before,
.products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link:before,
.products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link:before,
.products-hover-only-icons .product-view-mask .footer-product .pre_order_loop:before,
.products-hover-only-icons .product-view-info .footer-product .pre_order_loop:before,
.products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message:before {
margin: 0;
}
.products-hover-only-icons .product-view-mask .footer-product .compare,
.products-hover-only-icons .product-view-info .footer-product .compare {
display: none;
}
} .product-image-wrapper {
position: relative;
overflow: hidden;
}
.product-image-wrapper .footer-product .wcpv-sold-by-loop {
display: none !important;
}
.product-view-mask2[class*="wcpv_product_vendors-"] .wcpv-sold-by-loop,
.footer-product .wcvendors_sold_by_in_loop,
.footer-product br {
display: none;
}
#yith-wcwl-popup-message {
display: none !important;
}
.products-list .product-details .button.compare,
.product-view-mask .button.compare,
.product-view-info .button.compare,
.product-view-light .button.compare {
display: none;
}
.outofstock:not(.single-product) .footer-product .button:not(.compare):not(.add_to_wishlist),
.et_cart-off .footer-product .button:not(.compare):not(.add_to_wishlist) {
display: none !important;
}
.product-view-booking .content-product {
text-align: center;
}
.product-view-booking .content-product .product-title {
margin-bottom: 12px;
}
.product-view-booking .content-product .product-excerpt {
display: block;
font-size: 1.14rem;
margin-bottom: 15px;
}
.product-view-booking .content-product .product-excerpt:last-child {
margin-bottom: 0;
}
.product-view-booking .content-product .product-content-image {
position: relative;
margin-bottom: 13px;
}
.product-view-booking .content-product .price {
margin-bottom: 10px;
}
.product-view-booking .content-product .shop_attributes tr:first-child th,
.product-view-booking .content-product .shop_attributes tr:first-child td {
padding-top: 0;
}
.product-view-booking .content-product .shop_attributes td {
padding: .71em 0 .71em .71em;
}
@media only screen and (max-width: 480px) {
.product-view-booking {
width: 100% !important;
}
}
.product-view-default .footer-product {
pointer-events: none;
height: auto;
}
.product-view-default .footer-product .show-quickly {
font-size: .85rem;
text-transform: uppercase;
pointer-events: all;
position: relative;
width: 100%;
transform: none;
border: none;
padding: 10px;
}
.product-view-default .footer-product .show-quickly:before {
display: none;
line-height: 1;
margin-right: 5px;
}
.product-view-default .et-wishlist-holder {
position: absolute;
top: 18px;
right: 18px;
z-index: 3;
max-width: min-content;
}
.product-view-default .et-wishlist-holder .loader-path {
stroke: var(--et_dark-color);
}
.product-view-default .et-wishlist-holder .loader-circular {
width: auto;
}
.product-view-default .yith-wcwl-add-to-wishlist,
.product-view-default .wishlist-fragment > div {
pointer-events: all;
font-size: 0;
line-height: 1;
}
.product-view-default .yith-wcwl-add-to-wishlist .show a,
.product-view-default .wishlist-fragment a {
opacity: 0;
position: static;
line-height: 1;
}
.product-view-default .yith-wcwl-add-to-wishlist .show a:before,
.product-view-default .wishlist-fragment a:before {
padding: 2px;
font-size: 1.35rem;
}
.product-view-default .content-product:hover .yith-wcwl-add-to-wishlist .show a,
.product-view-default .content-product:hover .wishlist-fragment a {
opacity: 1;
}
@media only screen and (max-width: 768px) {
.product-view-default .content-product .yith-wcwl-add-to-wishlist .show a {
opacity: 1;
}
}
.product-view-info .footer-product {
transform: none;
opacity: 1;
}
.product-view-info .footer-product:before {
content: '';
position: absolute;
left: 0;
height: 1px;
width: 100%;
border-top: 1px solid #444444;
z-index: 2;
}
.product-view-info .star-rating {
margin: 0 auto 5px;
}
.product-view-info .product-mask {
position: absolute;
bottom: 1.45rem;
left: 1.45rem;
right: 1.45rem;
text-align: center;
padding: 20px 10px 25px;
z-index: 3;
background: var(--et_dark-color);
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.product-view-info .product-mask .product-title {
margin-bottom: 0;
}
.product-view-info .product-mask a,
.product-view-info .product-mask .product-title a {
color: #ffffff;
}
.product-view-info .product-mask a:hover,
.product-view-info .product-mask .product-title a:hover {
color: var(--et_main-color);
}
.product-view-info .content-product:hover .product-mask {
transform: translateY(-2.57rem);
}
.product-view-info .content-product .is_arrows-hovered .product-mask {
transform: translateY(0);
}
.product-view-info .content-product .is_arrows-hovered .footer-product {
opacity: 1;
transform: none;
}
@media only screen and (max-width: 1200px) and (min-width: 993px), (max-width: 768px) {
.products-grid .product-view-info .product-mask {
display: none;
}
}
.product-view-light .switcher-wrapper {
overflow: hidden;
}
.product-view-light .switcher-wrapper,
.product-view-light .price-switch,
.product-view-light .button-switch {
height: 33px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.product-view-light .price-switcher {
height: 66px;
transition: transform 0.3s ease-in-out;
}
.product-view-light .star-rating {
display: inline-block;
margin: 3px 0 7px;
}
.product-view-light .product-title,
.product-view-light .yith-wcwl-add-to-wishlist,
.product-view-light .yith-wcwl-add-to-wishlist a:not(.alt):before,
.product-view-light .product-details .price {
margin: 0;
}
.product-view-light .show-quickly,
.product-view-light .et-wishlist-holder {
font-size: 0;
}
.product-view-light .show-quickly {
color: var(--et_dark-2-white);
position: relative !important;
}
.product-view-light .show-quickly:before {
content: "\e907";
font-size: 1.14rem;
}
.product-view-light .show-quickly:not(:only-child) {
margin-right: 10px;
}
.product-view-light .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-view-light .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
color: var(--et_dark-2-white);
margin-right: .5px;
}
.product-view-light .yith-wcwl-add-to-wishlist .loader-circular {
left: -7px;
}
.product-view-light .yith-wcwl-add-to-wishlist .loader-path {
stroke: var(--et_dark-2-white);
stroke-width: 1;
}
.product-view-light .button {
padding: 0;
text-transform: none;
font-size: 1.14rem;
position: relative;
}
.product-view-light .products-page-brands {
margin-bottom: 5px;
}
.product-view-light .light-left-side {
text-align: left;
text-align: start;
}
.product-view-light .light-right-side {
display: flex;
align-items: center;
position: absolute;
right: 0;
top: 0;
}
.product-view-light .product-details {
position: relative;
}
.product-view-light .content-product .product-details .button,
.product-view-light .content-product .product-details .button:hover {
background-color: transparent;
color: var(--et_dark-2-white);
border: none;
}
.product-view-light.et_cart-on .content-product:hover .price-switcher {
transform: translateY(-33px);
}
.product-slide .product-view-light .product-details .button {
margin-top: 0;
}
.products-grid .product-view-light .st-swatch-in-loop,
.product-slide .product-view-light .st-swatch-in-loop,
.et-offer .product-view-light .st-swatch-in-loop,
.products-grid .product-view-light .light-left-side > *:first-child,
.product-slide .product-view-light .light-left-side > *:first-child,
.et-offer .product-view-light .light-left-side > *:first-child {
padding-right: 42px;
}
@media only screen and (min-width: 993px) {
.products-list .light-right-side {
position: static;
margin-bottom: 10px;
}
.products-list .light-left-side {
max-width: 100%;
overflow: hidden;
}
.products-grid .product-view-light .product-details .button:not(.compare),
.product-slide .product-view-light .product-details .button:not(.compare) {
margin-top: 4px;
}
}
@media only screen and (max-width: 768px) {
.product-view-light .switcher-wrapper,
.product-view-light .price-switch,
.product-view-light .price-switcher,
.product-view-light .button-switch {
height: auto;
}
.product-view-light:not(.et_cart-on) .button-switch {
display: none;
}
.product-view-light.et_cart-on .content-product:hover .price-switcher {
transform: none;
}
}
@media only screen and (max-width: 380px) {
.product-view-light .light-left-side > *:first-child {
padding: 0;
}
.product-view-light .light-right-side {
top: -15px;
transform: translateY(-100%);
background: var(--et_white-2-dark);
padding: 0 5px;
}
}
.product-view-mask2 .footer-product {
height: auto !important;
width: 45px;
left: auto;
transform: translateX(5px);
background: var(--et_dark-color);
}
.product-view-mask2 .footer-product .show-quickly,
.product-view-mask2 .footer-product .button,
.product-view-mask2 .footer-product .et-wishlist-holder,
.product-view-mask2 .footer-product .by-vendor-name-link,
.product-view-mask2 .footer-product .pre_order_loop,
.product-view-mask2 .footer-product .wcmp_add_to_cart_message {
height: 45px;
}
.product-view-mask2 .footer-product .button {
padding: 0;
width: 100%;
font-size: 0;
overflow: hidden;
}
.product-view-mask2 .footer-product .button:before {
margin-left: 0;
margin-right: 0;
}
.product-view-mask2 .footer-product .show-quickly,
.product-view-mask2 .footer-product .et-wishlist-holder,
.product-view-mask2 .footer-product .by-vendor-name-link,
.product-view-mask2 .footer-product .pre_order_loop,
.product-view-mask2 .footer-product .wcmp_add_to_cart_message {
position: relative;
width: 100%;
}
.product-view-mask2 .content-product .is_arrows-hovered .footer-product {
transform: translateX(5px);
}
@media only screen and (max-width: 1200px) and (min-width: 993px) {
.products-grid .product-view-mask2 .footer-product,
.content-page.container .products-list .product-view-mask2 .footer-product {
width: 30px;
right: 0.725rem;
bottom: 0.725rem;
}
.products-grid .product-view-mask2 .footer-product .show-quickly,
.content-page.container .products-list .product-view-mask2 .footer-product .show-quickly,
.products-grid .product-view-mask2 .footer-product .button,
.content-page.container .products-list .product-view-mask2 .footer-product .button,
.products-grid .product-view-mask2 .footer-product .et-wishlist-holder,
.content-page.container .products-list .product-view-mask2 .footer-product .et-wishlist-holder,
.products-grid .product-view-mask2 .footer-product .by-vendor-name-link,
.content-page.container .products-list .product-view-mask2 .footer-product .by-vendor-name-link,
.products-grid .product-view-mask2 .footer-product .pre_order_loop,
.content-page.container .products-list .product-view-mask2 .footer-product .pre_order_loop,
.products-grid .product-view-mask2 .footer-product .wcmp_add_to_cart_message,
.content-page.container .products-list .product-view-mask2 .footer-product .wcmp_add_to_cart_message {
height: 30px;
}
.products-grid .product-view-mask2 .footer-product .compare:before,
.content-page.container .products-list .product-view-mask2 .footer-product .compare:before,
.products-grid .product-view-mask2 .footer-product .show-quickly:before,
.content-page.container .products-list .product-view-mask2 .footer-product .show-quickly:before,
.products-grid .product-view-mask2 .footer-product .button:before,
.content-page.container .products-list .product-view-mask2 .footer-product .button:before,
.products-grid .product-view-mask2 .footer-product .add_to_cart_button:after,
.content-page.container .products-list .product-view-mask2 .footer-product .add_to_cart_button:after,
.products-grid .product-view-mask2 .content-product .yith-wcwl-add-to-wishlist .show a:before,
.content-page.container .products-list .product-view-mask2 .content-product .yith-wcwl-add-to-wishlist .show a:before,
.products-grid .product-view-mask2 .content-product .yith-wcwl-wishlistexistsbrowse a:before,
.content-page.container .products-list .product-view-mask2 .content-product .yith-wcwl-wishlistexistsbrowse a:before,
.products-grid .product-view-mask2 .content-product .yith-wcwl-wishlistaddedbrowse a:before,
.content-page.container .products-list .product-view-mask2 .content-product .yith-wcwl-wishlistaddedbrowse a:before,
.products-grid .product-view-mask2 .content-product .yith-wcwl-add-button a:before,
.content-page.container .products-list .product-view-mask2 .content-product .yith-wcwl-add-button a:before,
.products-grid .product-view-mask2 .content-product .wishlist-fragment a:before,
.content-page.container .products-list .product-view-mask2 .content-product .wishlist-fragment a:before,
.products-grid .product-view-mask2 .footer-product .by-vendor-name-link:before,
.content-page.container .products-list .product-view-mask2 .footer-product .by-vendor-name-link:before,
.products-grid .product-view-mask2 .footer-product .pre_order_loop:before,
.content-page.container .products-list .product-view-mask2 .footer-product .pre_order_loop:before,
.products-grid .product-view-mask2 .footer-product .wcmp_add_to_cart_message:before,
.content-page.container .products-list .product-view-mask2 .footer-product .wcmp_add_to_cart_message:before {
font-size: 12px;
}
}
@media only screen and (max-width: 768px) {
.product-view-mask2 .footer-product {
width: 30px;
right: 0.725rem;
bottom: 0.725rem;
}
.product-view-mask2 .footer-product .show-quickly,
.product-view-mask2 .footer-product .button,
.product-view-mask2 .footer-product .et-wishlist-holder,
.product-view-mask2 .footer-product .by-vendor-name-link,
.product-view-mask2 .footer-product .pre_order_loop,
.product-view-mask2 .footer-product .wcmp_add_to_cart_message {
height: 30px;
}
.product-view-mask2 .footer-product .compare:before,
.product-view-mask2 .footer-product .show-quickly:before,
.product-view-mask2 .footer-product .button:before,
.product-view-mask2 .footer-product .add_to_cart_button:after,
.product-view-mask2 .content-product .yith-wcwl-add-to-wishlist .show a:before,
.product-view-mask2 .content-product .yith-wcwl-wishlistexistsbrowse a:before,
.product-view-mask2 .content-product .yith-wcwl-wishlistaddedbrowse a:before,
.product-view-mask2 .content-product .yith-wcwl-add-button a:before,
.product-view-mask2 .content-product .wishlist-fragment a:before,
.product-view-mask2 .footer-product .by-vendor-name-link:before,
.product-view-mask2 .footer-product .pre_order_loop:before,
.product-view-mask2 .footer-product .wcmp_add_to_cart_message:before {
font-size: 12px;
}
}
.product-view-mask3 .sm-arrow {
display: none;
}
.product-view-mask3 .footer-product {
transform: translateY(calc(-40% + 3px));
}
.product-view-mask3 .content-product:hover .footer-product {
transform: translateY(-50%);
}
.product-view-mask3 .footer-product {
top: 50%;
left: 0 !important;
right: 0 !important;
bottom: auto !important;
height: auto !important;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.product-view-mask3 .footer-product > *,
.product-view-mask3 .footer-product .button,
.product-view-mask3 .footer-product .add_to_wishlist.button {
font-size: 0;
padding: 0;
margin: 2.5px;
height: 36px;
width: 36px;
display: flex;
border-radius: 50%;
position: relative;
}
.product-view-mask3 .footer-product > *:before,
.product-view-mask3 .footer-product .button:before,
.product-view-mask3 .footer-product .add_to_wishlist.button:before {
margin: 0;
color: inherit;
}
.product-view-mask3 .footer-product .et-wishlist-holder .add_to_wishlist.button {
margin: 0;
}
.product-view-mask3 .footer-product .blockOverlay {
border-radius: 50% !important;
}
.product-view-mask3 .footer-product .button.compare {
display: flex;
position: relative;
}
@media only screen and (max-width: 768px) {
.product-view-mask3 .footer-product {
transform: translateY(-50%);
}
}
.products-layout-menu .products-title {
background-color: var(--et_dark-color);
color: #fff;
padding: 7px;
margin-bottom: 50px;
}
.product-view-menu .content-product {
display: flex;
align-items: flex-start;
text-align: start;
}
.product-view-menu .content-product li {
font-size: inherit;
line-height: inherit;
}
.product-view-menu .category {
display: inline-block;
}
.product-view-menu .category a {
background: var(--et_dark-color);
color: #fff;
padding: 3px 7px;
}
.product-view-menu .product-details {
flex: 1;
padding-bottom: 0;
}
.product-view-menu .product-content-image {
display: inline-flex;
align-items: center;
}
.product-view-menu .product-main-details {
flex-wrap: wrap;
align-items: flex-end;
}
.product-view-menu .product-main-details .product-title {
margin: 0;
}
.product-view-menu .product-main-details .separator {
position: relative;
flex: 1;
border-bottom: 1px dashed var(--et_dark-color);
margin: 0 10px;
}
.product-view-menu .product-main-details,
.product-view-menu .product-info-details {
display: flex;
}
.product-view-menu .product-main-details .price,
.product-view-menu .product-info-details .price {
width: auto;
margin-left: auto;
}
.product-view-menu .product-info-details .product-excerpt {
flex: 1;
}
@media only screen and (max-width: 480px) {
.products-layout-menu .products-grid .product {
width: 100%;
padding: 0;
}
}
.et-toggle-mob-sidebars-wrapper {
transition: all 0.3s ease-in-out;
}
.et-toggle-mob-sidebars-wrapper:before {
display: none;
}
.et-toggle-mob-sidebars-wrapper.et-content-shown .et-toggle-mob-sidebar {
display: none;
}
.et-toggle-mob-sidebars-inner {
position: fixed;
display: inline-flex;
flex-wrap: wrap;
color: var(--et_dark-2-white);
z-index: 1;
top: 50%;
transform: translateY(-50%);
max-width: 50px;
margin: -5px 0;
}
.et-toggle-mob-sidebars-inner .et-toggle:before {
content: '';
position: absolute;
left: -10px;
top: -15px;
right: -15px;
bottom: -15px;
}
.et-toggle-mob-sidebars-inner.et-content-right {
right: 0;
}
.et-toggle-mob-sidebars-inner.et-content-right .et-toggle {
border-radius: 50% 0 0 50%;
animation: et-rtl 1s, fade 0.7s;
}
.et-toggle-mob-sidebars-inner.et-content-left {
left: 0;
}
.et-toggle-mob-sidebars-inner.et-content-left .et-toggle {
border-radius: 0 50% 50% 0;
animation: et-ltr 1s, fade 0.7s;
}
.et-toggle-mob-sidebars-inner .et-toggle-mob-sidebar:not(:last-child) {
margin-bottom: 5px;
}
.et-toggle-mob-sidebars-inner .et-toggle {
background-color: var(--et_white-2-dark);
border: 1px solid var(--et_border-color);
border-left: none;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
backface-visibility: hidden;
}
.et-toggle-mob-sidebars-inner svg {
fill: currentColor;
}
.et-toggle-mob-sidebars-inner img {
max-width: 1.5em;
}
.et-close-sidebar {
position: fixed;
left: 309px;
top: 9px;
z-index: 99;
}
.et-close-sidebar:before {
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--et_white-2-dark);
border: 1px solid var(--et_border-color);
font-size: .8em;
width: 40px;
height: 40px;
border-radius: 50%;
z-index: 10;
transition: all 0.3s ease-in-out;
}
.et-close-sidebar:after {
content: '';
position: fixed;
height: 100vh;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
pointer-events: all;
top: 0;
bottom: 0;
right: 0;
z-index: -1;
transition: all 0.3s ease-in-out;
}
.sidebar.et-mini-content {
position: fixed;
top: 0;
height: 100vh !important;
width: 300px !important;
max-width: 100%;
display: flex;
flex-wrap: wrap;
align-content: flex-start;
transition: all 0.3s ease-in-out;
background-color: var(--et_white-2-dark);
z-index: 100;
overflow: hidden;
overflow-y: auto;
margin: 0;
padding: 20px 30px;
opacity: 1;
visibility: visible;
}
.sidebar.et-mini-content:not(.active) {
opacity: 0 !important;
visibility: hidden !important;
}
.sidebar.et-mini-content .sidebar-widget {
flex-basis: 100%;
}
.sidebar.et-mini-content.et-content-right {
right: 0;
}
.sidebar.et-mini-content.et-content-right:not(.active) {
margin-right: -20px;
}
.sidebar.et-mini-content.et-content-left {
left: 0;
}
.sidebar.et-mini-content.et-content-left:not(.active) {
margin-left: -20px;
}
.sidebar.et-mini-content.active {
animation-duration: .3s;
}
.sidebar.et-mini-content .sidebar-widget:not(.sidebar-slider) > ul:after,
.sidebar.et-mini-content .sidebar-widget:not(.sidebar-slider) > div:after {
display: none !important;
}
@media only screen and (min-width: 992px) {
.sidebar-off_canvas .sidebar:not(.loaded) {
display: none !important;
}
}
@media only screen and (max-width: 991px) {
.sidebar-mobile-off_canvas .sidebar:not(.loaded) {
display: none !important;
}
}
.sidebar-mobile-off_canvas .sidebar:not(.active) ~ .et-close-sidebar,
.sidebar-off_canvas .sidebar:not(.active) ~ .et-close-sidebar {
opacity: 0;
visibility: hidden;
}
.sidebar-mobile-off_canvas .sidebar:not(.active) ~ .et-close-sidebar:before,
.sidebar-off_canvas .sidebar:not(.active) ~ .et-close-sidebar:before,
.sidebar-mobile-off_canvas .sidebar:not(.active) ~ .et-close-sidebar:after,
.sidebar-off_canvas .sidebar:not(.active) ~ .et-close-sidebar:after {
opacity: 0 !important;
visibility: hidden !important;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) > ul,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) > ul,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) > div,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) > div {
overflow-y: auto;
overflow-x: hidden;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) > ul:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) > ul:after,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) > div:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) > div:after {
position: absolute;
content: '';
display: block;
width: 100%;
height: 20px;
bottom: 0;
background: linear-gradient(to bottom, var(--et_white-2-dark-0) 0%, var(--et_container-bg-color, var(--et_white-2-dark)) 80%);
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).etheme_widget_satick_block > div:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).etheme_widget_satick_block > div:after,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).widget_rating_filter > ul:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).widget_rating_filter > ul:after,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).widget_shopping_cart > div:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).widget_shopping_cart > div:after,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).null-instagram-feed > div:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).null-instagram-feed > div:after,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).etheme-active-filters > ul:not(:last-child):after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).etheme-active-filters > ul:not(:last-child):after {
display: none;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).etheme_widget_satick_block > div,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).etheme_widget_satick_block > div {
overflow: hidden;
padding: 0;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).widget_shopping_cart > ul,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).widget_shopping_cart > ul,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).widget_rating_filter > ul,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).widget_rating_filter > ul {
padding-bottom: 0;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) > ul,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) > ul,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) > .menu-element,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) > .menu-element {
padding-right: 10px !important;
padding-bottom: 20px;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) .menu-element .nav-sublist-dropdown,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) .menu-element .nav-sublist-dropdown {
display: none !important;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) .swiper-entry:before,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) .swiper-entry:before {
content: '';
display: table;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) .swiper-entry:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) .swiper-entry:after {
clear: both;
content: '';
display: table;
background: none;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block) > ul,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block) > ul,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block) > div,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block) > div {
max-height: 250px;
}
.s_widgets-with-scroll .sidebar .sidebar-widget.widget_product_tag_cloud,
.s_widgets-with-scroll .shop-filters .sidebar-widget.widget_product_tag_cloud {
margin-bottom: 1.5em;
}
.s_widgets-with-scroll .sidebar .cart-widget-products .remove,
.s_widgets-with-scroll .shop-filters .cart-widget-products .remove {
right: 5px;
}
.single-product-booking .product-side-information {
float: right;
order: 1;
}
.single-product-booking .product-side-information-inner {
text-align: center;
}
.single-product-booking .product-side-information-inner > div {
border: 1px solid var(--et_border-color);
padding: 30px;
margin-bottom: 15px;
}
.single-product-booking .product-side-information-inner .price {
margin-bottom: .7em;
}
.single-product-booking .product-side-information-inner .compare {
margin-left: auto;
margin-right: auto;
}
.single-product-booking .product-side-information-inner form {
width: 100%;
}
.single-product-booking .product-side-information-inner form + div {
margin-top: 12px;
}
.single-product-booking .product-side-information-inner table label {
margin-bottom: 0;
}
.single-product-booking .product-side-information-inner .out-of-stock {
margin-top: 5px;
margin-bottom: 15px;
}
.single-product-booking .product-side-information-inner .product-share .share-title {
display: none;
}
.single-product-booking .product-side-information-inner .product-share ul li {
float: none;
display: inline-block;
}
.single-product-booking .product-attributes .shop_attributes {
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
}
.single-product-booking .product-information-inner .price {
display: none;
}
.single-product-booking .product_meta > span,
.single-product-booking .product_meta > div {
justify-content: center;
}
.single-product-booking .product-share {
justify-content: center;
align-items: flex-start;
}
.single-product-booking .grouped_form .quantity {
margin-bottom: 0;
}
.single-product-booking table {
border-top: none;
margin-bottom: 0;
}
.single-product-booking table th,
.single-product-booking table td {
vertical-align: top;
}
.single-product-booking table .reset_variations {
display: block;
margin-left: 0;
margin-top: 10px;
}
.single-product-booking table td select {
margin: 0;
width: 100%;
}
.single-product-booking table .label {
padding-top: 0;
font-size: 1.14rem;
}
.single-product-booking table .value {
padding-top: 0;
}
.single-product-booking form.cart .quantity {
margin: 0 auto 20px;
justify-content: center;
float: none;
}
.single-product-booking .cart + .woo_pp_cart_buttons_div {
margin-top: 10px;
}
.single-product-booking .single_add_to_cart_button.button {
margin: 0 auto 4px auto;
}
.single-product-booking .woocommerce-variation-price {
margin: 0 0 11px;
}
.single-product-booking .variations td,
.single-product-booking .group_table td,
.single-product-xsmall .group_table td,
.single-product-fixed .group_table td,
.single-product-booking .variations th,
.single-product-booking .group_table th,
.single-product-xsmall .group_table th,
.single-product-fixed .group_table th {
border: none;
width: 100%;
display: block;
text-align: center;
padding-left: 0;
padding-right: 0;
}
.single-product-booking .variations td:before,
.single-product-booking .group_table td:before,
.single-product-xsmall .group_table td:before,
.single-product-fixed .group_table td:before,
.single-product-booking .variations td:after,
.single-product-booking .group_table td:after,
.single-product-xsmall .group_table td:after,
.single-product-fixed .group_table td:after {
display: table;
content: '';
}
.single-product-booking .variations td:after,
.single-product-booking .group_table td:after,
.single-product-xsmall .group_table td:after,
.single-product-fixed .group_table td:after {
clear: both;
}
.single-product-booking .group_table .quantity.buttons_added,
.single-product-xsmall .group_table .quantity.buttons_added,
.single-product-fixed .group_table .quantity.buttons_added {
text-align: center;
margin: 0;
width: 100% !important;
justify-content: center;
}
.single-product-booking .group_table .woocommerce-grouped-product-list-item__label,
.single-product-xsmall .group_table .woocommerce-grouped-product-list-item__label,
.single-product-fixed .group_table .woocommerce-grouped-product-list-item__label {
padding-bottom: 0;
}
.single-product-xsmall .group_table td,
.single-product-fixed .group_table td,
.single-product-xsmall .group_table th,
.single-product-fixed .group_table th {
text-align: left;
}
.single-product-xsmall .group_table .quantity.buttons_added,
.single-product-fixed .group_table .quantity.buttons_added {
justify-content: flex-start;
}
@media only screen and (min-width: 993px) {
.single-product-booking:not(.stretch-add-to-cart-button) .product-side-information .single_add_to_cart_button.button {
min-width: unset;
}
}
@media only screen and (max-width: 992px) {
.single-product-booking .product-side-information {
width: 40%;
}
.single-product-booking .product-information {
width: 60%;
}
}
@media only screen and (max-width: 768px) {
.single-product-booking .product-side-information,
.single-product-booking .product-information {
width: 100%;
float: none;
display: inline-block;
margin-bottom: 0;
}
.single-product-booking .product-side-information {
margin-bottom: 40px;
}
.single-product-booking .product-side-information-inner > div {
padding-left: 15px;
padding-right: 15px;
}
}  .reviews-position-outside #reviews {
margin: 2.86em 0;
}
.reviews-position-outside .woocommerce-tabs {
margin: 0;
}
#reviews .comment-reply-title {
text-transform: uppercase;
line-height: var(--h2-line-height);
}
#reviews .meta strong {
display: inline-block;
}
#reviews .meta time {
display: block;
}
#reviews .verified {
font-size: 1.2rem;
display: inline-block;
padding-left: 5px;
}
.comment-form-cookies-consent {
position: relative;
padding-left: 20px;
clear: both;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
position: absolute;
left: 0;
} img.zoomImg {
background: #fff;
}
.zoom-on .main-images img.zoomImg,
.zoom-on .main-images a.zoom {
cursor: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/zoom-in.png) 16 9, zoom-in;
display: block;
}
.main-images {
margin-bottom: 10px;
position: relative;
text-align: center;
}
.main-images video {
max-width: 100%;
outline: none;
}
.photoswipe-off .woocommerce-main-image {
cursor: default;
}
.gallery-slider-off .main-images > div {
margin-bottom: 30px;
}
.images .thumbnails {
margin: 0 -5px;
position: relative;
}
.images .thumbnails:not(.flex-control-thumbs) {
height: auto;
}
.images .flex-control-thumbs {
padding: 0;
list-style: none;
margin: 10px -5px;
}
.images .flex-control-thumbs li {
display: inline-block;
padding: 0 5px;
} .woocommerce-product-gallery__image {
width: 100%;
}
.images-wrapper .et-loader {
opacity: 0;
}
.images-wrapper .et-loader svg {
height: 90px;
top: 15%;
}
.images-wrapper.processing .et-loader {
opacity: 1;
z-index: 200;
}
.thumbnails-list {
padding-left: 0 !important;
padding-right: 0 !important;
}
.thumbnails-list li {
text-align: center;
list-style: none;
opacity: .6;
overflow: hidden;
transition: all 0.2s ease-out, width 0s, margin 0s;
}
.thumbnails-list .active-thumbnail {
opacity: 1;
}
.thumbnails-list .swiper-slide a,
.thumbnails-list .slick-slide a {
display: block;
transition: 0.3s ease-out;
margin-bottom: -3px;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.thumbnails-list .slick-slide:hover a,
.thumbnails-list .swiper-slide:hover a,
.thumbnails-list .active-thumbnail a {
transform: translateY(-3px);
}
.thumbnails-list .video-thumbnail {
display: flex;
padding-top: 3px;
padding-bottom: 3px;
align-items: center;
align-self: center;
justify-content: center;
}
.thumbnails-list .video-thumbnail span {
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
font-size: 36px;
cursor: pointer;
}
.thumbnails-list .video-thumbnail p {
margin: 0;
}
.swiper-container.swiper-control-bottom.second-initialized li.thumbnail-item {
opacity: .6;
}
.swiper-container.swiper-control-bottom.second-initialized li.thumbnail-item.active-thumbnail {
opacity: 1;
}
.swiper-container.swiper-control-bottom:not(.second-initialized) li.thumbnail-item {
opacity: 0;
visibility: hidden;
height: 0;
width: 0;
}
.open-360-popup {
font-size: 0;
width: 45px;
height: 45px;
border-radius: 100%;
left: 0;
bottom: 10px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
opacity: 0;
}
.open-360-popup:before {
color: var(--et_font-color);
font-family: 'xstore-icons' !important;
font-size: 30px;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.open-360-popup:hover:before {
color: var(--et_main-color) !important;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.open-360-popup.showed {
opacity: 1 !important;
}
.open-video-popup:hover,
.open-360-popup:hover {
background: transparent !important;
}
.open-360-popup:before {
content: '\e90f';
display: block;
}
.product-360-popup .mfp-close {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
width: 100% !important;
height: 100%;
cursor: default;
z-index: 1046;
}
.product-360-popup .mfp-close:before {
content: '';
}
#product-video-popup .mfp-close {
display: none !important;
}
.product-brands {
text-align: center;
}
.product-brands .widget-title,
.product-brands .short-description p:empty {
display: none;
}
.product-brands .view-products {
text-decoration: underline;
margin-bottom: 0;
}
.product-brands .view-products-title {
margin: 0 0 8px 0;
font-size: 1.14rem;
}
.product-brands a {
display: block;
font-size: 1rem;
margin-bottom: 12px;
}
.product-brands img {
margin: 0;
}
.product-images {
position: relative;
}
.product-images .onsale {
z-index: 3;
}
.product-images .onsale.left {
left: 35px;
}
.product-images .onsale.right {
right: 35px;
}
.product-images .stock {
display: none;
}
.single-product-large .product-information > div {
display: inline-block;
}
.single-product-large .product-information > div h4.title {
display: none;
}
.single-product .woocommerce-message,
.single-product .woocommerce-error,
.single-product .woocommerce-info {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.single-product div.product .woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
width: 50%;
}
.single-product div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.33%;
}
.single-product div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
}
.single-product div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%;
}
.single-product-xsmall .product-information .title {
font-size: 1.3rem;
}
.wcpv-sold-by-single {
font-style: normal;
display: block;
}
.wcpv-sold-by-single a {
color: var(--et_main-color);
}
.wcpv-sold-by-single a:hover {
color: var(--et_dark-2-white);
}
.wcmp-report-abouse-wrapper:before,
.by-vendor-name-link:before {
font-family: 'xstore-icons';
margin-right: 7px;
}
.by-vendor-name-link:before {
content: '\e954';
}
.wcmp-report-abouse-wrapper:before {
content: '\e900';
}
.wcmp-report-abouse-wrapper a {
text-decoration: underline;
} div.quantity,
td.quantity {
position: relative;
height: 38px;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
display: flex;
justify-content: center;
margin-right: 20px;
align-items: center;
float: left;
}
div.quantity::selection,
td.quantity::selection,
div.quantity span::selection,
td.quantity span::selection,
div.quantity input[type="number"]::selection,
td.quantity input[type="number"]::selection {
background-color: transparent;
}
div.quantity::-webkit-selection,
td.quantity::-webkit-selection,
div.quantity span::-webkit-selection,
td.quantity span::-webkit-selection,
div.quantity input[type="number"]::-webkit-selection,
td.quantity input[type="number"]::-webkit-selection {
background-color: transparent;
}
div.quantity > span,
td.quantity > span,
div.quantity > input[type="number"],
td.quantity > input[type="number"] {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
height: 100%;
}
div.quantity > span:focus,
td.quantity > span:focus,
div.quantity > input[type="number"]:focus,
td.quantity > input[type="number"]:focus {
border-color: var(--et_inputs-border-color, var(--et_border-color));
}
div.quantity > span,
td.quantity > span {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
width: 24px;
color: var(--et_dark-2-white);
border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
cursor: pointer;
-webkit-font-smoothing: none;
}
div.quantity > span:focus,
td.quantity > span:focus {
outline: none;
}
div.quantity > span:hover,
td.quantity > span:hover {
color: var(--et_main-color);
}
div.quantity > input[type="number"],
td.quantity > input[type="number"] {
padding: 0;
min-width: 38px;
max-width: 45px;
border-right: none;
border-left: none;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: textfield;
}
div.quantity > input[type="number"]::selection,
td.quantity > input[type="number"]::selection {
color: var(--et_main-color);
}
div.quantity > .minus,
td.quantity > .minus,
div.quantity > .plus,
td.quantity > .plus {
font-size: 10px;
}
div.quantity > input[type="number"]::-webkit-inner-spin-button,
td.quantity > input[type="number"]::-webkit-inner-spin-button {
display: none;
}
div.quantity,
div.quantity ~ .single_add_to_cart_button {
margin-bottom: 10px;
}
div.quantity ~ .et-or-wrapper {
margin-top: 5px;
}
.product_list_widget .quantity-wrapper .quantity {
position: relative;
height: 38px;
display: flex;
justify-content: center;
align-items: center;
float: left;
white-space: nowrap;
}
.shop_attributes {
margin: 0 auto;
}
.shop_attributes th {
font-size: 1.14rem;
color: var(--et_main-color);
}
.shop_attributes th,
.shop_attributes td {
padding-top: 1em;
padding-bottom: 1em;
vertical-align: middle;
}
.shop_attributes tr:not(:last-child) {
border-bottom: 1px solid var(--et_border-color);
}
.shop_attributes tr tr:first-child th,
.shop_attributes tr tr:first-child td {
padding-top: 0;
}
.shop_attributes tr tr:last-child th,
.shop_attributes tr tr:last-child td {
padding-bottom: 10px;
}
.shop_attributes p {
font-size: 1.07rem;
margin-bottom: 0;
} .et_quantity-off div.quantity {
margin-right: 20px;
}
.et_quantity-off div.quantity > span.minus,
.et_quantity-off div.quantity > span.plus {
display: none;
}
.et_quantity-off div.quantity > input:focus {
outline: none;
}
.et_quantity-off div.quantity > input[type=number] {
height: 100%;
}
.tab-content .shop_attributes {
width: 100%;
} .group_table .quantity.buttons_added {
width: 130px !important;
margin-right: 0;
justify-content: flex-start;
}
.group_table .button {
height: auto;
border: none;
padding: 0;
color: var(--et_dark-2-white);
background: transparent;
text-transform: none;
font-size: 1.14rem;
text-decoration: underline;
}
.group_table .button:hover {
color: var(--et_main-color);
background: transparent !important;
} @media only screen and (min-width: 650px) {
.swiper-vertical-images {
display: flex;
margin-bottom: 10px;
}
.swiper-vertical-images .main-images,
.swiper-vertical-images ul.vertical-thumbnails {
margin-bottom: 0;
}
.swiper-vertical-images .vertical-thumbnails-wrapper {
position: relative;
width: 20%;
display: inline-block;
padding-right: 10px;
order: -1;
}
.swiper-vertical-images .vertical-thumbnails-wrapper ul {
padding: 20px 0 10px;
position: relative;
}
.swiper-vertical-images .vertical-thumbnails-wrapper li {
margin-bottom: 10px;
}
.swiper-vertical-images .vertical-thumbnails-wrapper.no-arrows ul {
padding: 0;
}
.swiper-vertical-images .vertical-thumbnails-wrapper img {
max-height: 100%;
width: auto;
}
.swiper-vertical-images .vertical-thumbnails-wrapper .slick-list {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.swiper-vertical-images .vertical-thumbnails-wrapper .slick-arrow:before {
font-size: 16px !important;
}
.swiper-vertical-images .swiper-control-top {
width: 80%;
display: inline-block;
}
.with-vertical-slider.product-images .onsale {
left: calc(20% + 30px);
}
.with-vertical-slider .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
} .swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-left,
.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-right {
width: 100%;
height: 20px;
opacity: 1 !important;
visibility: visible;
text-align: center;
}
.swipers-couple-wrapper .vertical-thumbnails-wrapper .slick-disabled {
opacity: .6 !important;
}
.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-left {
top: 0;
left: 0 !important;
}
.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-left:before {
content: "\e903";
}
.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-right {
top: auto;
bottom: 0;
right: 0 !important;
}
.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-right:before {
content: "\e905";
}
}
@media (min-width: 993px) {
.single-product-sidebar.sidebar-right {
border-left: 1px solid var(--et_border-color);
}
.single-product-sidebar.sidebar-left {
border-right: 1px solid var(--et_border-color);
}
.product-fixed-images .images-wrapper {
padding-bottom: 20px;
}
}
@media only screen and (max-width: 649px) {
.swiper-vertical-images .vertical-thumbnails-wrapper .slick-track {
display: flex;
}
.swiper-vertical-images .vertical-thumbnails-wrapper li {
margin-right: 10px;
}
.swiper-vertical-images .vertical-thumbnails-wrapper li img {
margin: 0 auto;
}
.swiper-vertical-images .vertical-thumbnails-wrapper li .swiper-custom-left,
.swiper-vertical-images .vertical-thumbnails-wrapper li .swiper-custom-right {
display: none;
}
}
@media only screen and (max-width: 992px) {
.reviews-position-outside .tabs {
width: 100% !important;
padding: 0;
}
.reviews-position-outside #reviews {
width: 100%;
padding: 0;
}
}
@media only screen and (max-width: 768px) and (min-width: 650px) {
.swiper-vertical-images.swiper-entry .swiper-control-bottom.swiper-container .swiper-custom-left,
.swiper-vertical-images.swiper-entry .swiper-control-bottom.swiper-container .swiper-custom-right {
display: inline-block;
}
}
@media only screen and (max-width: 480px) {
.et_quantity-off .quantity .plus,
.et_quantity-off .quantity .minus {
height: 1.45em;
}
.open-360-popup:before {
font-size: 26px;
}
}
body > h1 {
display: none !important;
}
body #yith-woocompare {
padding: 0 !important;
}
#cboxOverlay {
background: rgba(34, 34, 34, 0.5);
}
#colorbox {
border: none;
}
#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight {
display: none;
}
#colorbox iframe body > h1 {
background-color: #fff;
text-align: center;
font-size: 26px;
} .content-page .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button {
padding: 12px 15px;
}
.content-page .etheme-sticky-cart .single_add_to_cart_button {
min-width: min-content;
}
.et-single-buy-now.single_add_to_cart_button.button {
position: relative;
background: var(--single-buy-now-button-background-color, #339438) !important;
color: var(--single-buy-now-button-color, #ffffff) !important;
overflow: hidden;
border: none !important;
}
.product-content .et-single-buy-now.single_add_to_cart_button.button,
.et_product-block .et-single-buy-now.single_add_to_cart_button.button {
flex: 1;
width: 100%;
}
.product-content .et-single-buy-now.single_add_to_cart_button.button:hover:active,
.et_product-block .et-single-buy-now.single_add_to_cart_button.button:hover:active {
transform: translateY(2px);
}
.et-single-buy-now.single_add_to_cart_button.button:hover,
.et-single-buy-now.single_add_to_cart_button.button:focus,
.et-single-buy-now.single_add_to_cart_button.button:hover:focus {
color: var(--single-buy-now-button-color-hover, #ffffff) !important;
background: var(--single-buy-now-button-background-color-hover, #2e7d32) !important;
} .product-content form.cart,
.et_product-block form.cart,
.product-content .woocommerce-variation-add-to-cart,
.et_product-block .woocommerce-variation-add-to-cart {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: inherit;
}
.product-content .single_variation_wrap,
.et_product-block .single_variation_wrap {
width: 100%;
} body .etheme-sticky-cart {
background-image: none;
}
.etheme-sticky-cart {
min-height: 70px;
position: fixed;
left: 0;
right: 0;
bottom: 0;
transition: all 0.2s ease-in-out;
background-color: var(--et_white-2-dark);
padding: 10px 15px;
box-shadow: 1px 1px 10px var(--et_dark-2-white-03);
z-index: 4;
}
.etheme-sticky-cart .et-container {
padding-left: 15px;
padding-right: 15px;
}
.etheme-sticky-cart .wp-post-image {
width: auto;
max-height: 50px;
}
.etheme-sticky-cart .sticky_product_title {
font-size: 114%;
padding: 0 20px;
}
.etheme-sticky-cart .product-stock {
order: -1;
margin: 0 5px 0 0 !important;
}
.etheme-sticky-cart p.price,
.etheme-sticky-cart .stock {
margin: 0 10px;
padding: 0;
background-color: transparent;
}
.etheme-sticky-cart .quantity {
margin: 0 10px 0 0;
}
.etheme-sticky-cart .quantity ~ .single_add_to_cart_button {
margin-bottom: 0;
}
.etheme-sticky-cart .et-or-wrapper {
display: none;
}
.etheme-sticky-cart .single_variation_wrap {
width: auto;
}
.etheme-sticky-cart .variations tr {
display: inline-block;
margin: 0 5px;
padding: 0;
text-align: start;
}
.etheme-sticky-cart .button {
display: inline-flex;
align-items: center;
justify-content: center;
height: auto;
}
.etheme-sticky-cart button {
background: transparent;
padding: 10px;
margin-left: 10px;
line-height: 1;
border: 1px solid var(--et_border-color);
outline: none;
height: auto;
width: auto;
display: inline-flex;
}
.etheme-sticky-cart button:hover {
border-color: var(--et_main-color);
}
.single-product .etheme-sticky-cart .cart {
border: none;
padding: 0;
margin: 0;
display: flex;
align-items: center;
}
.single-product .etheme-sticky-cart .cart:not(:first-child) {
margin-left: 10px;
}
.et-request-quote {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
z-index: 9;
font-size: 1.4em;
padding: 7px;
right: 30px;
bottom: 30px;
width: 50px;
height: 50px;
border-radius: 50%;
color: var(--et_dark-2-white);
background-color: var(--et_white-2-dark);
box-shadow: 0 0 0 0 var(--et_dark-2-white-02);
animation: 3s et-request-svg-shadow 8s infinite;
}
.et-request-quote:before {
position: absolute;
content: '';
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 50%;
box-shadow: 0 0 12px 0 var(--et_dark-2-white-02);
}
.etheme-sticky-cart:not(.outside) ~ .et-request-quote {
bottom: 150px;
}
.back-top.backIn ~ .et-request-quote {
bottom: 90px;
}
.et-request-quote.inactive {
transform: scale(0);
}
.et-request-quote img {
max-width: 1em;
}
.et-request-quote .mt-mes {
font-size: 14px;
}
@media only screen and (max-width: 480px) {
.et-request-quote {
right: 15px;
}
}
.et-request-quote-popup:not(.active),
.et_b_single-request-quote-popup:not(.active) {
display: none;
}
.et-call-popup {
cursor: pointer;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-in-out;
}
.et-called-popup .et-popup-content {
max-height: calc(100vh - 100px);
padding: 30px;
}
.et-called-popup:before {
position: fixed;
left: 0;
bottom: 0;
right: 0;
top: 0;
background-color: var(--et_dark-2-white-03);
content: '';
z-index: 10;
}
.et-called-popup.active + .et-call-popup {
z-index: 9 !important;
}
@keyframes et-request-svg-shadow {
0% {
-webkit-box-shadow: 0 0 0 0 var(--et_dark-2-white-02);
}
70% {
-webkit-box-shadow: 0 0 0 12px var(--et_dark-2-white-0);
}
100% {
-webkit-box-shadow: 0 0 0 0 var(--et_dark-2-white-0);
}
}
.woocommerce table.compare-list thead {
display: none;
}
.woocommerce table.compare-list,
.woocommerce table.compare-list th {
font-size: 14px;
}
.woocommerce table.compare-list .remove td {
position: relative;
}
.woocommerce table.compare-list .remove .blockOverlay {
background: var(--et_white-2-dark) !important;
}
.woocommerce table.compare-list td {
font-size: 1.14rem;
}
.woocommerce table.compare-list td.odd {
background-color: transparent;
padding: 15px 25px !important;
}
.woocommerce table.compare-list td li {
list-style: none;
}
.woocommerce table.compare-list td img {
border: none;
padding: 0;
max-width: 100%;
margin-bottom: 10px;
}
.woocommerce table.compare-list tr th,
.woocommerce table.compare-list tr td {
padding: 15px 25px !important;
}
.woocommerce table.compare-list tr.image th,
.woocommerce table.compare-list tr.price th,
.woocommerce table.compare-list tr.add-to-cart th,
.woocommerce table.compare-list tr.image td,
.woocommerce table.compare-list tr.price td,
.woocommerce table.compare-list tr.add-to-cart td {
padding: 15px 25px !important;
}
.woocommerce table.compare-list tr.title td {
padding: 0 !important;
vertical-align: middle;
font-size: 1.14rem;
text-transform: none;
}
.woocommerce table.compare-list tr th {
border-left: none !important;
border-right: 1px solid var(--et_border-color) !important;
font-weight: 400;
text-align: center;
text-transform: uppercase;
background: transparent;
}
.woocommerce table.compare-list tr.image th,
.woocommerce table.compare-list tr.image td {
height: auto;
padding: .71em !important;
}
.woocommerce table.compare-list tr.price td {
text-decoration: none;
color: var(--et_main-color);
}
.woocommerce table.compare-list p {
font-size: 1.14rem;
}
.woocommerce table.compare-list .add-to-cart td a {
height: auto;
font-size: .85rem;
padding-top: .95rem;
padding-bottom: .95rem;
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
margin: 0;
}
.woocommerce table.compare-list .add-to-cart td a:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.woocommerce table.compare-list .add-to-cart td a:focus {
color: var(--et_btn-dark-color-hover);
}
.woocommerce table.compare-list .remove td a {
position: static;
color: var(--et_dark-color);
text-decoration: underline;
}
.woocommerce table.compare-list .remove td a:hover {
color: var(--et_main-color);
}
.woocommerce table.compare-list .remove td a .remove {
display: none;
} .single-product-right .product-information {
padding-top: 40px;
float: left;
}
.single-product-right .product-images {
float: right;
}
.single-product-right .product-content,
.single-product-right .single-product-sidebar {
margin-top: 30px;
}
.single-product-right .woocommerce-product-details__short-description ul {
padding-left: 0;
}
.single-product-right.product-fixed-images .product-content > .row,
.single-product-right.product-fixed-content .product-content > .row {
flex-direction: row-reverse;
}
@media only screen and (max-width: 992px) {
.single-product-right .product-content,
.single-product-right .single-product-sidebar {
margin-top: 0;
}
.single-product-right .product-information {
padding-top: 0;
}
.single-product-right .product-images {
float: none;
margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.single-product-right .product-information {
width: 100%;
}
}
.single-product-right .product-information-inner .page-heading,
.single-product-wide .product-information-inner .page-heading {
background: none !important;
padding: 0 !important;
margin-bottom: 0;
}
.single-product-right .product-information-inner .page-heading .a-center,
.single-product-wide .product-information-inner .page-heading .a-center {
text-align: start !important;
padding: 0 !important;
}
.single-product-right .product-information-inner .page-heading .woocommerce-breadcrumb,
.single-product-wide .product-information-inner .page-heading .woocommerce-breadcrumb {
margin-bottom: 5px;
}
.single-product-right .product-information-inner .page-heading .back-history,
.single-product-wide .product-information-inner .page-heading .back-history {
display: none;
}
.single-product-right .product-information-inner .page-heading .container,
.single-product-wide .product-information-inner .page-heading .container {
width: 100%;
margin: 0;
}
.single-product-right .product-information-inner h4.title,
.single-product-wide .product-information-inner h4.title {
display: none;
}
.single-product-right .product-information-inner .tabs,
.single-product-wide .product-information-inner .tabs {
width: 100%;
}
.single-product-wide .product-images img,
.single-product-wide .carousel-area {
width: 100%;
}
.single-product-wide .product-information-inner {
margin-left: auto;
margin-right: auto;
}
.single-product-wide .product-information-inner .tabs {
padding: 0 !important;
}
.single-product-wide .tabs:after,
.single-product-wide .carousel-area:after {
content: "";
display: block;
clear: both;
}
.single-product .fixed-content .woocommerce-message,
.single-product .fixed-content .woocommerce-error,
.single-product .fixed-content .woocommerce-info {
width: 100%;
}
@media only screen and (min-width: 40em) {
.single-product-wide .tabs,
.single-product-wide .carousel-area {
width: calc(100% - 90px);
display: block;
}
}
@media only screen and (max-width: 992px) {
.single-product-wide.product-fixed-content .product-information-inner {
padding-left: 0;
padding-right: 0;
}
.single-product-wide .tabs {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (max-width: 992px), (min-width: 40em) {
.single-product-wide .tabs,
.single-product-wide .carousel-area {
max-width: 122rem;
margin-left: auto !important;
margin-right: auto !important;
}
} .product-content {
margin-bottom: 35px;
}
.product-content .price {
width: 100%;
margin-bottom: .5em;
font-size: 1.4rem;
line-height: 1.2;
color: var(--et_main-color);
}
.product-content .size-guide {
font-size: 1.14rem;
margin-bottom: 1.4em;
display: inline-block;
width: auto;
padding: 0 0 0 23px;
background: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/size-guide.png) no-repeat 0 center;
}
.product-content .yith-wcwl-add-to-wishlist a.add_to_wishlist.button {
background: transparent;
color: var(--et_dark-color);
border: none;
}
.product-content .compare,
.product-content .yith-wcwl-add-to-wishlist a {
padding: 0;
font-size: 1.14rem;
border: none;
word-break: break-word;
word-wrap: break-word;
height: auto;
}
.product-content .compare:hover,
.product-content .yith-wcwl-add-to-wishlist a:hover {
color: var(--et_active-color);
}
.product-content .compare,
.product-content .yith-wcwl-add-to-wishlist {
margin-bottom: 10px;
text-align: inherit;
position: relative;
display: inline-block;
}
.et-quick-view-wrapper .product-content .yith-wcwl-add-to-wishlist a .yith-wcwl-icon {
display: none;
}
.product-content .size-guide + .compare,
.product-content .size-guide + .yith-wcwl-add-to-wishlist {
margin-top: 0;
display: block;
}
.product-content .compare .et-tooltip,
.product-content .yith-wcwl-add-to-wishlist span.feedback {
display: none;
}
.product-content .woocommerce-product-rating {
margin-bottom: .5em;
}
.product-content .woocommerce-product-rating .star-rating {
display: inline-block;
vertical-align: middle;
height: auto;
margin-bottom: 0;
}
.product-content .woocommerce-product-rating .woocommerce-review-link {
display: inline-block;
vertical-align: middle;
}
.product-content .variations_button {
margin-top: 5px;
}
.product-content .woocommerce-variation:empty {
display: none;
}
.product-content .woocommerce-variation > div:last-child:not(:empty) {
margin-bottom: 23px;
}
.product-content .out-of-stock {
display: block;
font-size: 1.14rem;
margin-bottom: 26px;
}
.product-content .out-of-stock + .yith-wcwl-add-to-wishlist {
margin-top: 0;
}
.product-content .yith-wcwl-add-to-wishlist .et-loader {
position: static;
margin: 0;
}
.product-content .out-of-stock,
.single-product-builder .out-of-stock {
color: var(--et_red-color);
}
.compare {
display: block;
background-color: transparent;
height: auto;
backface-visibility: visible;
}
.compare:before {
content: "\e915";
}
.compare.button:hover {
background-color: transparent;
color: var(--et_main-color);
}
.wishlist-fragment .yith-wcwl-add-button,
.wishlist-fragment .yith-wcwl-wishlistaddedbrowse,
.wishlist-fragment .yith-wcwl-wishlistexistsbrowse {
width: 100%;
height: 100%;
}
.single-wishlist .wishlist-fragment > div {
width: auto;
display: inline-block;
}
.single-wishlist .wishlist-fragment > div i {
margin-right: 0;
}
.single-wishlist .wishlist-fragment > div i.yith-wcwl-icon {
margin-right: 7px;
}
.product-content .yith-wcwl-add-to-wishlist.wishlist-fragment {
width: 100%;
}
.yith-wcwl-add-to-wishlist .show a::before,
.yith-wcwl-add-to-wishlist .show a.button::before,
.yith-wcwl-add-to-wishlist .add_to_wishlist::before {
content: "\e908";
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a.button::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a.button::before {
content: "\e92d";
}
.yith-wcwl-add-to-wishlist.wishlist-fragment .separator {
display: inline-block;
width: 100%;
}
.product-fixed-images .product-content > .row {
display: flex;
align-items: stretch;
}
.product_meta .wcml-dropdown > ul {
padding: 0;
}
.product_meta .wcml-dropdown .wcml-cs-item-toggle {
padding-left: 0;
}
.product_meta .wcml-dropdown li {
display: inline-block;
margin: 0;
}
.product_meta .products-page-cats a,
.product_meta .tagged_as a {
padding-left: 2px;
}
.product-content .title,
.product-content .product_title,
.product-content .product-name {
font-size: 24px;
margin-bottom: .3em;
}
.product-information,
.product-info-wrapper,
.product-summary-center,
.product-summary-fixed {
margin-bottom: 30px;
}
.product-information p,
.product-info-wrapper p,
.product-summary-center p {
margin-bottom: 1em;
}
.product-information .fixed-content > .product_brand,
.product-info-wrapper .fixed-content > .product_brand,
.product-summary-center .fixed-content > .product_brand,
.product-information .fixed-content > .product_seller,
.product-info-wrapper .fixed-content > .product_seller,
.product-summary-center .fixed-content > .product_seller {
display: block;
margin-bottom: 10px;
font-size: 13px;
text-transform: uppercase;
color: var(--et_dark-color);
}
.product-information .fixed-content > .product_brand a,
.product-info-wrapper .fixed-content > .product_brand a,
.product-summary-center .fixed-content > .product_brand a,
.product-information .fixed-content > .product_seller a,
.product-info-wrapper .fixed-content > .product_seller a,
.product-summary-center .fixed-content > .product_seller a {
color: var(--et_main-color);
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.product-information .woocommerce-review-link,
.product-info-wrapper .woocommerce-review-link,
.product-summary-center .woocommerce-review-link {
margin-left: 5px;
}
.product-information .woocommerce-product-details__short-description,
.product-info-wrapper .woocommerce-product-details__short-description,
.product-summary-center .woocommerce-product-details__short-description {
width: 100%;
margin-bottom: 1.07em;
font-size: 1.14rem;
}
.product-information .woocommerce-product-details__short-description p:last-child,
.product-info-wrapper .woocommerce-product-details__short-description p:last-child,
.product-summary-center .woocommerce-product-details__short-description p:last-child {
margin-bottom: 0;
}
.product-information .email-link,
.product-info-wrapper .email-link,
.product-summary-center .email-link {
margin-bottom: 10px;
display: inline-block;
}
.product-information .cart,
.product-info-wrapper .cart,
.product-summary-center .cart,
.product-information .wcppec-checkout-buttons,
.product-info-wrapper .wcppec-checkout-buttons,
.product-summary-center .wcppec-checkout-buttons {
margin-bottom: 16px;
display: block;
}
.product-information .cart::selection,
.product-info-wrapper .cart::selection,
.product-summary-center .cart::selection {
background-color: transparent;
}
.product-information form.cart table.variations,
.product-info-wrapper form.cart table.variations,
.product-summary-center form.cart table.variations {
margin-bottom: 0;
border-top: none; }
.product-information form.cart table.variations td.label,
.product-info-wrapper form.cart table.variations td.label,
.product-summary-center form.cart table.variations td.label,
.product-information form.cart table.variations td.value,
.product-info-wrapper form.cart table.variations td.value,
.product-summary-center form.cart table.variations td.value {
padding: 0;
border-top: none;
border-bottom: none;
text-align: left;
text-align: start;
}
.product-information form.cart table.variations td.label,
.product-info-wrapper form.cart table.variations td.label,
.product-summary-center form.cart table.variations td.label {
width: auto;
display: block;
}
.product-information form.cart table.variations td.label label,
.product-info-wrapper form.cart table.variations td.label label,
.product-summary-center form.cart table.variations td.label label {
font-size: 1.14rem;
}
.product-information form.cart table.variations td.value,
.product-info-wrapper form.cart table.variations td.value,
.product-summary-center form.cart table.variations td.value {
display: inline-block;
width: 100%;
}
.product-information form.cart table.variations td.value select,
.product-info-wrapper form.cart table.variations td.value select,
.product-summary-center form.cart table.variations td.value select {
display: inline-block;
margin-bottom: 1em;
}
.product-information .menu-social-icons a svg,
.product-info-wrapper .menu-social-icons a svg,
.product-summary-center .menu-social-icons a svg {
display: none;
}
.product-information .tabs,
.product-info-wrapper .tabs,
.product-summary-center .tabs {
margin-top: 20px;
}
.product-information .woocommerce-price-suffix,
.product-info-wrapper .woocommerce-price-suffix,
.product-summary-center .woocommerce-price-suffix {
display: block;
width: 100%;
font-size: 16px;
color: var(--et_main-color);
}
.product-information .out-stock-wrapper,
.product-info-wrapper .out-stock-wrapper,
.product-summary-center .out-stock-wrapper {
float: left;
width: 100%;
margin-bottom: 20px;
}
.product-information .out-stock,
.product-info-wrapper .out-stock,
.product-summary-center .out-stock {
position: relative;
display: inline-block;
width: 100%;
margin: 0;
left: 0;
}
a.reset_variations {
display: inline-block;
margin-left: 1rem;
text-decoration: underline;
opacity: 1 !important;
}
.yith-wcwl-add-to-wishlist .ajax-loading,
.hide-categories .posted_in,
a.add_to_wishlist .et-tooltip {
display: none !important;
}
.product_brand img {
max-height: 70px;
max-width: 120px;
height: auto;
width: auto;
}
.product-share .menu-social-icons li a {
font-size: 1rem;
padding: 0 5px;
color: var(--et_main-color);
}
.product-share .menu-social-icons li a:hover {
color: var(--et_dark-2-white);
}
.product-share .menu-social-icons li:first-child a {
padding-left: 5px;
}
.product-share .menu-social-icons.icons-filled li a i {
padding: 5px;
}
.product-share:not(:last-child) {
margin-bottom: 5px;
}
.product-share,
.share-post {
display: flex;
justify-content: flex-start;
align-items: center;
}
.tooltipster-default {
background-color: var(--et_white-2-dark);
border: 1px solid var(--et_border-color);
color: var(--et_main-color);
font-size: 12px;
}
.single_add_to_cart_button.button,
.et-quick-view-wrapper .product_type_variable,
.et-quick-view-wrapper .product_type_grouped,
.et-quick-view-wrapper .product_type_external {
height: auto;
font-size: .85rem;
padding-top: .95rem;
padding-bottom: .95rem;
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
min-width: 190px;
margin-right: .4rem;
}
.single_add_to_cart_button.button:hover,
.et-quick-view-wrapper .product_type_variable:hover,
.et-quick-view-wrapper .product_type_grouped:hover,
.et-quick-view-wrapper .product_type_external:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.single_add_to_cart_button.button:focus,
.et-quick-view-wrapper .product_type_variable:focus,
.et-quick-view-wrapper .product_type_grouped:focus,
.et-quick-view-wrapper .product_type_external:focus {
color: var(--et_btn-dark-color-hover);
}
.single_add_to_cart_button.button.disabled:hover {
background-color: var(--et_btn-dark-bg-color);
border-color: var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
}
.add_to_cart_button.loading,
.single_add_to_cart_button.loading {
position: relative;
}
.single_add_to_cart_button ~ .et-or-wrapper {
color: var(--et_dark-2-white);
opacity: .7;
margin: 15px 0;
width: 100%;
}
.stretch-add-to-cart-button .woocommerce-variation-add-to-cart {
width: 100%;
}
.stretch-add-to-cart-button .single_add_to_cart_button {
flex: 1;
margin-right: 0;
}
.single_add_to_cart_button.button .loader-path,
.et-quick-view-wrapper .product_type_variable .loader-path,
.et-quick-view-wrapper .product_type_grouped .loader-path,
.et-quick-view-wrapper .product_type_external .loader-path,
.product-details .add_to_cart_button:hover .loader-path,
.wishlist_table .add_to_cart_button .loader-path {
stroke: var(--loader-side-color, #ffffff);
}
.single_add_to_cart_button:before {
padding-right: 5px;
font-family: 'xstore-icons';
}
.quick-view-popup .product_type_variable,
.quick-view-popup .product_type_grouped,
.quick-view-popup .product_type_external {
margin-bottom: 15px !important;
}
.single_variation .price {
margin: 10px 0;
}
.woocommerce-variation-price {
width: 100%;
margin: 5px 0 14px;
}
.woocommerce-variation-price:empty {
display: none;
}
.added_to_cart,
.product-view-mask3 .footer-product .added_to_cart,
.hide-product-name .product_title,
.product-images .out-stock {
display: none;
}
.single-product .product-images:hover .swiper-button-prev,
.single-product .product-images:hover .swiper-button-next {
opacity: 1;
z-index: 99999;
}
.single-product .product-type-grouped .product-information .et-wishlist-holder.position-after,
.single-product .product-type-variable .product-information .et-wishlist-holder.position-after,
.single-product .product-information .et-wishlist-holder.position-after,
.single-product .product-info-wrapper .et-wishlist-holder.position-after {
float: right;
}
.single-product .product-type-grouped .product-information .et-wishlist-holder.position-under,
.single-product .product-type-variable .product-information .et-wishlist-holder.position-under,
.single-product .product-information .et-wishlist-holder.position-under,
.single-product .product-info-wrapper .et-wishlist-holder.position-under {
padding-top: 10px;
}
.single-product .product-type-grouped .product-information .et-wishlist-holder.type-icon a,
.single-product .product-type-variable .product-information .et-wishlist-holder.type-icon a,
.single-product .product-information .et-wishlist-holder.type-icon a,
.single-product .product-info-wrapper .et-wishlist-holder.type-icon a {
font-size: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.single-product .product-type-grouped .product-information .et-wishlist-holder.type-icon a:hover,
.single-product .product-type-variable .product-information .et-wishlist-holder.type-icon a:hover,
.single-product .product-information .et-wishlist-holder.type-icon a:hover,
.single-product .product-info-wrapper .et-wishlist-holder.type-icon a:hover {
font-size: 14px;
}
.single-product .product-type-grouped .product-information .et-wishlist-holder.type-icon-text a,
.single-product .product-type-variable .product-information .et-wishlist-holder.type-icon-text a,
.single-product .product-information .et-wishlist-holder.type-icon-text a,
.single-product .product-info-wrapper .et-wishlist-holder.type-icon-text a {
font-size: 14px;
}
.single-product .product-type-variable .product-information .et-wishlist-holder.position-after,
.single-product .product-type-grouped .product-information .et-wishlist-holder.position-after,
.single-product .product-info-wrapper .product-information .et-wishlist-holder.position-after {
float: none;
display: inline;
}
.single-product .variations + .qty-span {
padding-top: 5px;
}
.single-product .menu-social-icons i {
z-index: 0;
}
.single-product > .swiper-entry + .clear + .products-title {
margin-top: 35px;
}
.et-full-screen-products .et-wishlist-holder.position-after {
display: inline;
}
.et-full-screen-products .et-wishlist-holder.type-icon a {
font-size: 0 !important;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.et-full-screen-products .et-wishlist-holder.type-icon a:hover {
font-size: 14px !important;
}
.et-full-screen-products .et-wishlist-holder.type-icon-text a {
font-size: inherit !important;
}
.group_table tr,
.single-product-booking .variations tr,
.group_table td,
.single-product-booking .variations td {
vertical-align: middle;
}
.group_table th,
.single-product-booking .variations th,
.group_table td,
.single-product-booking .variations td {
padding-top: .75em;
padding-bottom: .75em;
}
.group_table {
border-top: none;
}
.group_table tr,
.group_table td {
border: none;
}
.group_table tr:first-child td {
padding-top: 5px;
}
.group_table tr:last-child td {
padding-bottom: 5px;
}
.group_table label {
font-size: 1.14rem;
}
.group_table .woocommerce-Price-amount {
color: var(--et_main-color);
}
.product-type-grouped button[type="submit"] {
margin-left: 0 !important;
}
.product-type-grouped .product-information .cart {
width: 100%;
}
.product-type-grouped .product-information .woocommerce-price-suffix {
line-height: 1.2;
font-size: .79em;
} .single-product-large .product-information-inner {
width: 100%;
padding: 30px 40px 35px;
border: 1px solid var(--et_border-color);
}
.single-product-large .product-thumbnails-hidden .swiper-control-top {
margin-bottom: 10px;
} .affix-bottom {
position: absolute;
}
.product-summary-fixed .fixed-content {
text-align: right;
text-align: end;
}
.fixed-product-block {
min-height: 70vh;
display: table;
}
.fixed-product-block .fixed-content {
display: table-cell;
vertical-align: middle;
}
.fixed-product-block .fixed-content table.variations td.label {
text-align: left;
text-align: start;
}
.product-fixed-content .product-content > .row {
display: flex;
flex-wrap: nowrap;
align-items: stretch;
}
.product-fixed-content .product-information {
padding-top: 0;
}
.product-fixed-content .product-information-inner {
display: table;
width: 100%;
} .single-product-center .product-content > .row {
display: flex;
align-items: center;
}
.single-product-center .product-summary-center,
.single-product-center .product-images,
.single-product-center .product-information {
flex: none;
}
.single-product-center .price + .cart {
margin-top: 20px;
}
.single-product-center .email-link {
margin-bottom: 10px;
display: inline-block;
}
@media only screen and (min-width: 993px) {
.single-product-wide.product-fixed-content .product-information-inner {
padding-left: 7vw;
padding-right: 7vw;
}
.single-product-wide.product-fixed-content .product-information-inner .fixed-content {
display: table-cell;
vertical-align: middle;
}
.stretch-swiper-slider .swipers-couple-wrapper .swiper-container {
overflow: visible;
}
.stretch-swiper-slider .swipers-couple-wrapper .swiper-slide:before {
content: '';
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: var(--et_white-2-dark-05);
opacity: 0;
visibility: hidden;
z-index: 1;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.stretch-swiper-slider .swipers-couple-wrapper .swiper-slide-prev:before,
.stretch-swiper-slider .swipers-couple-wrapper .swiper-slide-next:before {
opacity: 1;
visibility: visible;
}
.tabs-after_content .single-product-sidebar {
margin-bottom: 3.45em;
}
.single-product .col-lg-3.product-information .menu-social-icons,
.single-product .col-lg-3.product-info-wrapper .menu-social-icons,
.single-product .col-lg-3.product-summary-center .menu-social-icons {
float: left;
}
.product-information.col-lg-3 .et-wishlist-holder.position-after,
.product-information.col-lg-3 .et-wishlist-holder.position-under {
float: none;
padding-top: 0;
}
.single-product-wide .product-images {
width: 49%;
}
.single-product-wide .single-product-sidebar,
.single-product-wide .product-information {
padding-top: 7vw;
}
.single-product-wide .single-product-sidebar.sidebar-left {
padding-left: 30px;
}
.single-product-wide .single-product-sidebar.sidebar-right {
padding-right: 30px;
}
.single-product-large .tabs {
margin-bottom: .5em;
}
}
@media only screen and (max-width: 992px) {
.product-images {
margin-bottom: 40px;
padding: 0 15px;
}
.product-images .onsale,
.product-images .sale-value {
top: 15px;
left: 30px;
}
.single-product-center .product-content > .row,
.single-product-fixed .product-content > .row {
align-items: flex-start;
flex-wrap: wrap;
}
.single-product-wide .product-content,
.single-product-wide .single-product-sidebar {
padding-left: 30px;
padding-right: 30px;
}
.product-fixed-images .product-content > .row,
.product-fixed-content .product-content > .row {
display: block;
}
.single-product-fixed .product-content > .row,
.single-product-center .product-content > .row {
display: flex;
}
.single-product-fixed .product-images,
.single-product-center .product-images,
.single-product-fixed .product-information,
.single-product-center .product-information {
width: 100%;
}
.single-product-fixed .product-images,
.single-product-center .product-images {
order: 1;
}
.single-product-fixed .product-information,
.single-product-center .product-information {
order: 3;
}
.single-product-fixed .product-summary-fixed,
.single-product-center .product-summary-center {
width: 100%;
order: 2;
margin-bottom: 0;
}
.sidebar-mobile-hide .single-product-sidebar {
display: none;
}
.single-product-fixed .product-images {
width: 100%;
margin-bottom: 0;
display: inline-block;
}
.single-product-fixed .product-images .product-images-gallery > div {
width: 50%;
float: left;
padding: 0 15px;
}
.single-product-fixed .product-images .product-images-gallery > div:nth-child(2n+1) {
clear: both;
}
.single-product-fixed .product-images .product-images-gallery > div .product-lightbox-btn {
left: 20px;
bottom: 20px;
}
.single-product-fixed .fixed-product-block .fixed-content {
display: block;
width: 100%;
text-align: left;
text-align: start;
}
.single-product-fixed .fixed-product-block table.variations td.value select {
margin-left: auto;
margin-right: auto;
}
.fixed-product-block {
height: auto;
display: block;
min-height: auto;
}
.single-product .product-information .et-wishlist-holder.position-after {
float: none;
display: inline;
}
}
@media only screen and (max-width: 768px) {
.single-product.product > .swiper-entry,
.product-content {
margin-bottom: 15px;
}
}
@media only screen and (max-width: 480px) {
.single-product .tabs {
margin-bottom: 20px;
}
.single-product .product {
width: 100%;
}
.single-product .products-slider .product-view-mask .footer-product,
.single-product .products-slider .product-view-info .footer-product {
display: flex;
justify-content: space-between;
}
.single-product .products-slider .product-view-mask .footer-product .show-quickly,
.single-product .products-slider .product-view-info .footer-product .show-quickly,
.single-product .products-slider .product-view-mask .footer-product .et-wishlist-holder,
.single-product .products-slider .product-view-info .footer-product .et-wishlist-holder,
.single-product .products-slider .product-view-mask .footer-product .by-vendor-name-link,
.single-product .products-slider .product-view-info .footer-product .by-vendor-name-link,
.single-product .products-slider .product-view-mask .footer-product .pre_order_loop,
.single-product .products-slider .product-view-info .footer-product .pre_order_loop,
.single-product .products-slider .product-view-mask .footer-product .wcmp_add_to_cart_message,
.single-product .products-slider .product-view-info .footer-product .wcmp_add_to_cart_message {
flex: 1;
position: relative;
border: none;
}
.single-product .products-slider .product-view-mask .footer-product .show-quickly:after,
.single-product .products-slider .product-view-info .footer-product .show-quickly:after,
.single-product .products-slider .product-view-mask .footer-product .et-wishlist-holder:after,
.single-product .products-slider .product-view-info .footer-product .et-wishlist-holder:after,
.single-product .products-slider .product-view-mask .footer-product .by-vendor-name-link:after,
.single-product .products-slider .product-view-info .footer-product .by-vendor-name-link:after,
.single-product .products-slider .product-view-mask .footer-product .pre_order_loop:after,
.single-product .products-slider .product-view-info .footer-product .pre_order_loop:after,
.single-product .products-slider .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.single-product .products-slider .product-view-info .footer-product .wcmp_add_to_cart_message:after {
content: '';
}
.single-product .products-slider .product-view-mask .footer-product .button,
.single-product .products-slider .product-view-info .footer-product .button,
.single-product .products-slider .product-view-mask .footer-product .by-vendor-name-link,
.single-product .products-slider .product-view-info .footer-product .by-vendor-name-link,
.single-product .products-slider .product-view-mask .footer-product .pre_order_loop,
.single-product .products-slider .product-view-info .footer-product .pre_order_loop,
.single-product .products-slider .product-view-mask .footer-product .wcmp_add_to_cart_message,
.single-product .products-slider .product-view-info .footer-product .wcmp_add_to_cart_message {
font-size: 0;
padding: 0;
flex: 1;
}
.single-product .products-slider .product-view-mask .footer-product .button:before,
.single-product .products-slider .product-view-info .footer-product .button:before,
.single-product .products-slider .product-view-mask .footer-product .by-vendor-name-link:before,
.single-product .products-slider .product-view-info .footer-product .by-vendor-name-link:before,
.single-product .products-slider .product-view-mask .footer-product .pre_order_loop:before,
.single-product .products-slider .product-view-info .footer-product .pre_order_loop:before,
.single-product .products-slider .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.single-product .products-slider .product-view-info .footer-product .wcmp_add_to_cart_message:before {
margin: 0;
}
.single-product .products-slider .product-view-mask .footer-product .compare,
.single-product .products-slider .product-view-info .footer-product .compare {
display: none;
}
.product-images .onsale {
font-size: 1rem;
}
#reviews .commentlist .star-rating {
float: none;
}
.single-product-fixed .product-images .product-images-gallery > div {
width: 100%;
}
.single-product-large .product-information .product-information-inner {
padding: 20px;
}
.single-product-wide .single_add_to_cart_button {
min-width: 180px;
margin-right: 0;
}
.single_add_to_cart_button.button,
.quick-view-popup .product_type_variable,
.quick-view-popup .product_type_grouped,
.quick-view-popup .product_type_external {
padding-top: 1rem;
padding-bottom: 1rem;
}
}
@media only screen and (max-width: 320px) {
.single_add_to_cart_button.button,
.quick-view-popup .product_type_variable,
.quick-view-popup .product_type_grouped,
.quick-view-popup .product_type_external {
min-width: 175px;
margin-right: 0;
}
}  article.blog-post,
article.post-grid {
margin-bottom: 30px;
}
article.blog-post .wp-picture,
article.post-grid .wp-picture {
position: relative;
margin-bottom: 22px;
text-align: center;
width: auto;
margin-left: 0;
margin-right: auto;
}
article.blog-post .wp-picture:hover .zoom,
article.post-grid .wp-picture:hover .zoom {
opacity: 1;
visibility: visible;
}
article.blog-post .wp-picture img,
article.post-grid .wp-picture img {
max-width: 100%;
width: 100%;
margin: 0 auto;
}
article.blog-post .featured-audio,
article.post-grid .featured-audio,
article.blog-post .featured-video,
article.post-grid .featured-video,
article.blog-post .et_post-slider,
article.post-grid .et_post-slider {
margin-bottom: 20px;
}
article.blog-post .featured-video,
article.post-grid .featured-video {
position: relative;
}
article.blog-post .read-more,
article.post-grid .read-more {
margin-top: 10px;
}
article.blog-post .read-more span,
article.post-grid .read-more span {
float: left;
}
article.blog-post .read-more.btn,
article.post-grid .read-more.btn {
margin-top: 15px;
}
article.blog-post:not(.content-framed) .read-more.btn:before,
article.post-grid:not(.content-framed) .read-more.btn:before,
article.blog-post:not(.content-framed) .read-more.btn:after,
article.post-grid:not(.content-framed) .read-more.btn:after {
display: none;
}
article.blog-post .zoom,
article.post-grid .zoom {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
opacity: 0;
visibility: hidden;
}
article.blog-post .zoom .btn_group,
article.post-grid .zoom .btn_group {
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin: -22px 0 0 0;
z-index: 2;
text-align: center;
}
article.blog-post .zoom .btn_group a i:before,
article.post-grid .zoom .btn_group a i:before {
content: "";
display: block;
}
article.blog-post .zoom > i,
article.post-grid .zoom > i {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
width: 100%;
height: 100%;
}
article.blog-post h6.active,
article.post-grid h6.active {
display: inline-block;
}
article.blog-post:not(.post-single) p,
article.post-grid:not(.post-single) p {
margin-bottom: .4em;
}
article.blog-post:not(.post-single) .author-info,
article.post-grid:not(.post-single) .author-info,
article.blog-post .wp-picture .svg-wrapper svg,
article.post-grid .wp-picture .svg-wrapper svg {
display: none;
}
article.blog-post .wp-picture.blog-hover-zoom,
article.post-grid .wp-picture.blog-hover-zoom {
overflow: hidden;
}
article.blog-post .wp-picture.blog-hover-zoom img,
article.post-grid .wp-picture.blog-hover-zoom img {
transform: scale(1);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
article.blog-post .wp-picture.blog-hover-zoom:hover:before,
article.post-grid .wp-picture.blog-hover-zoom:hover:before {
background-color: rgba(34, 34, 34, 0.2);
}
article.blog-post .wp-picture.blog-hover-zoom:hover img,
article.post-grid .wp-picture.blog-hover-zoom:hover img {
transform: scale(1.1);
opacity: .8;
}
article.blog-post .wp-picture.blog-hover-zoom .blog-mask,
article.post-grid .wp-picture.blog-hover-zoom .blog-mask {
display: none;
}
article.blog-post .wp-picture.blog-hover-zoom:before,
article.post-grid .wp-picture.blog-hover-zoom:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
z-index: 1;
pointer-events: none;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
article.blog-post .wp-picture.blog-hover-animated,
article.post-grid .wp-picture.blog-hover-animated {
overflow: hidden;
}
article.blog-post .wp-picture.blog-hover-animated .svg-wrapper,
article.post-grid .wp-picture.blog-hover-animated .svg-wrapper {
height: 40px;
margin: 0 auto;
position: relative;
top: 50%;
opacity: 0;
transition: all .3s linear;
width: 150px;
overflow: hidden;
}
article.blog-post .wp-picture.blog-hover-animated .svg-wrapper svg,
article.post-grid .wp-picture.blog-hover-animated .svg-wrapper svg {
display: inline-block;
}
article.blog-post .wp-picture.blog-hover-animated .shape,
article.post-grid .wp-picture.blog-hover-animated .shape {
fill: none;
stroke-dasharray: 0 300;
stroke-dashoffset: -215;
stroke-width: 2px;
stroke: rgba(255, 255, 255, 0.9);
transition: all .3s linear;
}
article.blog-post .wp-picture.blog-hover-animated .btn,
article.post-grid .wp-picture.blog-hover-animated .btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: none;
padding: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
article.blog-post .wp-picture.blog-hover-animated img,
article.post-grid .wp-picture.blog-hover-animated img {
transition: transform .3s linear;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
article.blog-post .wp-picture.blog-hover-animated:hover img,
article.post-grid .wp-picture.blog-hover-animated:hover img {
transform: scale(1.2);
transition: transform 4s linear;
}
article.blog-post .wp-picture.blog-hover-animated:hover .svg-wrapper,
article.post-grid .wp-picture.blog-hover-animated:hover .svg-wrapper {
opacity: 1;
}
article.blog-post .wp-picture.blog-hover-animated:hover .svg-wrapper .shape,
article.post-grid .wp-picture.blog-hover-animated:hover .svg-wrapper .shape {
animation: .4s draw linear forwards;
opacity: 1;
stroke: rgba(255, 255, 255, 0.9);
}
article.blog-post .wp-picture.blog-hover-animated:hover .svg-wrapper .btn,
article.post-grid .wp-picture.blog-hover-animated:hover .svg-wrapper .btn {
color: rgba(255, 255, 255, 0.9);
}
article.blog-post .wp-picture.blog-hover-animated:hover .svg-wrapper:hover .btn,
article.post-grid .wp-picture.blog-hover-animated:hover .svg-wrapper:hover .btn {
color: var(--et_dark-color);
}
article.blog-post .wp-picture.blog-hover-animated:hover .svg-wrapper:hover .shape,
article.post-grid .wp-picture.blog-hover-animated:hover .svg-wrapper:hover .shape {
stroke: #fff;
fill: #fff;
}
article.blog-post.blog-align-center .meta-post .post-comments-count,
article.post-grid.blog-align-center .meta-post .post-comments-count,
article.blog-post.blog-align-right .meta-post .post-comments-count,
article.post-grid.blog-align-right .meta-post .post-comments-count {
margin-left: 10px;
}
article.blog-post.blog-align-center,
article.post-grid.blog-align-center,
article.blog-post.blog-align-center .post-heading,
article.post-grid.blog-align-center .post-heading {
text-align: center;
}
article.blog-post.blog-align-center .read-more,
article.post-grid.blog-align-center .read-more {
margin-left: auto;
margin-right: auto;
}
article.blog-post.blog-align-right,
article.post-grid.blog-align-right,
article.blog-post.blog-align-right .post-heading,
article.post-grid.blog-align-right .post-heading {
text-align: right;
}
.post-grid .post-categories,
.blog-post .post-categories,
.post-header .post-categories {
position: absolute;
top: 30px;
left: 0;
font-size: 1.14rem;
z-index: 3;
padding: .25em 1.2em;
background: var(--et_active-color);
}
.post-grid .post-categories a,
.blog-post .post-categories a,
.post-header .post-categories a {
color: #fff;
}
.post-grid .sticky-post,
.blog-post .sticky-post,
.post-header .sticky-post {
font-size: 1.14rem;
display: inline-block;
margin-bottom: 5px;
}
.wp-picture {
position: relative;
}
.wp-picture .blog-mask {
position: absolute;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
opacity: 0;
z-index: 2;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.wp-picture .blog-mask:before {
content: "";
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
opacity: .4;
background-color: var(--et_active-color);
}
.wp-picture .blog-mask-inner {
top: 50%;
position: absolute;
width: 100%;
margin-top: -20px;
}
.wp-picture .blog-mask-inner .btn {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translate3d(0, 20px, 0);
opacity: 0;
background-color: transparent;
color: #fff;
height: auto;
border: 2px solid rgba(255, 255, 255, 0.4);
}
.wp-picture .blog-mask-inner .btn:hover {
border-color: #fff;
}
.wp-picture:hover .blog-mask {
opacity: 1;
}
.wp-picture:hover .blog-mask-inner .btn {
transform: translate3d(0, 0, 0);
opacity: 1;
}
.post-heading {
margin-bottom: .79em;
}
.post-heading h2 {
margin-bottom: .3em;
word-wrap: break-word;
}
.blog-category-description {
margin-bottom: 30px;
}
.meta-post {
font-size: 1.14rem;
}
.meta-post .views-count:before {
content: '\e907';
}
.meta-post .post-comments-count:before {
content: '\e938';
margin-left: 3px;
}
.meta-post .meta-divider {
margin: 0 2px;
}
.meta-post,
.meta-post a,
.post-comments-count {
color: var(--et_main-color);
}
.meta-post a[rel="author"]:hover,
.post-comments-count:hover {
color: var(--et_active-color);
}
.content-article {
line-height: var(--p-line-height, 1.6);
font-size: var(--p-font-size, 1.14rem);
}
.content-article .more-button {
display: block;
}
.posts-slider .slide-view-horizontal .wp-picture,
.posts-slider .slide-view-horizontal .featured-audio,
.posts-slider .slide-view-horizontal .featured-video {
width: 245px;
float: left;
margin-right: 30px;
}
.posts-slider .slide-view-horizontal .grid-post-body {
float: left;
width: 265px;
}
.posts-slider .slide-view-horizontal .read-more,
.posts-slider .slide-view-horizontal .featured-quote {
display: none !important;
}
@keyframes draw {
0% {
stroke-dasharray: 0 300;
stroke-dashoffset: -215;
stroke-width: 3px;
}
100% {
stroke-dasharray: 400 300;
stroke-dashoffset: 0;
stroke-width: 3px;
}
}
@media only screen and (max-width: 992px) {
article.content-small .content-article,
article.content-small .wp-picture,
article.content-small .post-gallery-slider {
width: 100%;
}
article.blog-post.col-md-3 .zoom .btn_group,
article.post-grid.col-md-3 .zoom .btn_group {
margin-top: -25px;
}
}
@media only screen and (max-width: 767px) {
.meta-post {
font-size: 1rem;
}
}
@media only screen and (max-width: 480px) {
article.blog-post .zoom .btn_group,
article.post-grid .zoom .btn_group {
margin-top: -32px;
}
article.blog-post .zoom .btn_group a,
article.post-grid .zoom .btn_group a {
margin: 5px;
}
article .post-heading + .content-article {
padding-top: 0;
}
} @media only screen and (max-width: 992px) {
.blog-masonry article,
.blog-masonry article img {
width: 100%;
}
}
@media only screen and (max-width: 768px) {
.blog-masonry article img {
width: 100%;
}
.blog-masonry {
margin: 0;
}
.blog-masonry article {
margin-left: 0;
}
} .comments .title-alt,
.about-author-title,
.related-posts .title,
.comment-reply-title {
font-size: 1.7142em;
padding-bottom: .7em;
margin-bottom: 0;
}
#reviews #comments > h2,
.comment-reply-title {
display: block;
width: 100%;
color: var(--et_dark-2-white);
margin-bottom: 0;
line-height: var(--h2-line-height);
}
#reviews #comments > h2,
span.comment-reply-title {
font-size: 1rem;
text-transform: uppercase;
border-bottom: 1px solid var(--et_border-color);
padding-bottom: 1em;
margin-bottom: 1em;
line-height: var(--h2-line-height);
}
.comment-reply-link {
color: var(--et_active-color);
}
.comments-list {
padding-left: 0 !important;
}
.comments-list .comment {
width: 100%;
display: inline-block;
margin-bottom: 2em;
padding-bottom: 2em;
border-bottom: 1px solid var(--et_border-color);
}
.comments-list .comment img {
margin-right: 1.8em;
}
.comments-list .comment:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.comments-list .meta-comm {
font-size: 1rem;
margin-bottom: 5px;
}
.comments-list .children {
padding-left: 6em;
margin-top: 2em;
padding-top: 2em;
border-top: 1px solid var(--et_border-color);
}
.comments-list .children:last-child {
margin-bottom: 0;
}
.comment-respond {
display: inline-block;
width: 100%;
}
article + .comment-respond {
margin-top: 2.7vw;
}
.comment-respond label {
display: none;
}
.comment-respond textarea {
height: 200px;
}
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-author {
width: 33.3%;
display: block;
float: left;
}
.comment-respond .comment-form-email {
padding: 0 .71em;
}
.comment-respond .comment-form-url {
padding: 0 0 0 1.42em;
}
.comment-respond .comment-form-author {
padding: 0 1.42em 0 0;
}
.comment-respond .comment-form-rating label {
margin-bottom: 0;
}
.comment-respond .comment-form-rating #rating {
opacity: 0;
}
.comment-respond .comment-form-rating .stars {
margin-bottom: 1em;
}
.comment-form-cookies-consent label {
display: block;
} .commentlist {
padding-left: 0 !important;
}
.commentlist li {
list-style-type: none;
padding-bottom: 1.5em;
margin-bottom: 1.5em;
border-bottom: 1px solid var(--et_border-color);
}
.commentlist li li {
margin-left: 2.14em;
}
.commentlist li:last-child {
border: none;
}
.commentlist .avatar {
float: left;
margin-top: 12px;
margin-right: 30px;
}
.commentlist .comment-text {
overflow: hidden;
text-align: left;
text-align: start;
}
.commentlist .comment-text p {
word-break: break-word;
}
.commentlist .description p {
margin-bottom: .75em;
}
.commentlist .star-rating {
float: right;
margin-top: 5px;
}
.commentlist .star-rating span {
height: auto;
}
.commentlist .meta {
font-size: 0;
}
.commentlist .meta strong {
display: block;
font-size: 1.3rem;
font-weight: 400;
color: var(--et_dark-2-white);
}
.commentlist .meta time {
color: var(--et_main-color);
font-size: 1.14rem;
}
.no-comments {
display: none;
}
#review_form .comment-respond label {
display: block;
font-size: 1.14rem;
}
#review_form .comment-respond .comment-form-author,
#review_form .comment-respond .comment-form-email {
width: 100%;
display: block;
padding: 0;
}
#review_form .comment-respond .comment-form-author input,
#review_form .comment-respond .comment-form-email input {
width: 100%;
}
#review_form .stars a {
display: inline-block;
font-size: 0;
margin-right: 15px;
}
#review_form .stars a:before {
content: '\e930d';
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
#review_form .stars a.star-2:before {
content: '\e930d \e930d';
}
#review_form .stars a.star-3:before {
content: '\e930d \e930d \e930d';
}
#review_form .stars a.star-4:before {
content: '\e930d \e930d \e930d \e930d ';
}
#review_form .stars a.star-5:before {
content: '\e930d \e930d \e930d \e930d \e930d';
}
#review_form #wp-comment-cookies-consent + label {
display: inline-block;
}
.star-rating:before,
.star-rating span:before,
#review_form .stars a:before {
font-size: 1rem;
font-family: 'xstore-icons';
color: var(--et_border-color);
-webkit-text-fill-color: currentColor;
}
.star-rating span:before,
#review_form .stars a.active:before,
#review_form .stars a:hover:before {
color: var(--et_yellow-color);
-webkit-text-fill-color: currentColor;
}
@media only screen and (max-width: 1200px) {
.comments-list .children {
padding-left: 3em;
}
}
@media only screen and (min-width: 992px) {
#reviews {
overflow: hidden;
--h2-line-height: 1.4;
}
#reviews #comments,
#reviews #review_form_wrapper {
width: 50%;
}
#reviews #comments:only-child,
#reviews #review_form_wrapper:only-child {
width: 100%;
padding: 0;
}
#reviews #review_form_wrapper {
float: right;
padding-left: 15px;
}
#reviews #comments {
float: left;
padding-right: 15px;
}
.tabs-after_image #reviews #comments,
.tabs-after_image #reviews #review_form_wrapper {
width: 100%;
padding-right: 0;
padding-left: 0;
}
}
@media only screen and (max-width: 768px) {
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-author {
width: 100%;
margin-left: 0;
padding: 0;
}
.comment-respond .form-group input {
width: 100%;
}
.commentlist .comment {
padding-bottom: 1.43em;
margin-bottom: 1.43em;
}
.commentlist .comment-text p {
word-break: normal;
}
}
@media only screen and (max-width: 480px) {
.comments-list .comment .media .pull-left {
margin-bottom: 10px;
}
.comments-list .comment .media-body {
width: 100%;
}
}  .blog-full-width {
padding: 0 30px;
}
.blog-full-width .row {
margin-right: 0;
margin-left: 0;
}
.blog-full-width .row .content {
padding: 0;
}
.blog-full-width .row .content .blog-masonry {
margin-left: 0;
margin-right: 0;
}
.blog-full-width article {
margin-left: 0;
}
.blog-full-width article .wp-picture {
display: block;
}
.blog-full-width article h6.active {
margin-top: 35px;
}
.blog-full-width article.post-grid.col-md-3 .zoom .btn_group {
margin-top: -25px;
}
.blog-full-width .articles-pagination {
margin-left: 15px;
margin-right: 15px;
}
@media only screen and (max-width: 992px) {
.blog-full-width article {
width: 50%;
margin-left: 0;
}
}
@media only screen and (max-width: 768px) {
.blog-full-width article {
width: 100%;
}
}
@media only screen and (max-width: 480px) {
.blog-full-width {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
.woocommerce-pagination.sb-hide {
display: flex !important;
visibility: hidden;
}
.dokan-pagination-container .dokan-pagination,
.woocommerce-pagination ul.page-numbers,
#comments ul.page-numbers,
.etheme-pagination ul.page-numbers {
margin-bottom: 0;
padding: 0;
}
.woocommerce-pagination li,
#comments ul.page-numbers li,
.etheme-pagination li,
.dokan-pagination-container .dokan-pagination li {
display: inline-block;
list-style: none;
margin-bottom: 0;
vertical-align: middle;
}
.woocommerce-pagination,
#comments .woocommerce-pagination,
.etheme-pagination,
.dokan-pagination-container {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
position: relative;
padding: 24px 0;
margin-bottom: 20px;
border-top: 1px solid var(--et_border-color);
width: 100%;
}
.woocommerce-pagination:empty,
#comments .woocommerce-pagination:empty,
.etheme-pagination:empty,
.dokan-pagination-container:empty {
display: none !important;
margin-bottom: 0;
}
.dokan-pagination-container .dokan-pagination li.active a {
background: transparent;
}
.woocommerce-pagination .current,
#comments ul.page-numbers .current,
.etheme-pagination .current,
.dokan-pagination-container .dokan-pagination li .current,
.woocommerce-pagination a,
#comments ul.page-numbers a,
.etheme-pagination a,
.dokan-pagination-container .dokan-pagination li a {
font-size: .85rem;
min-width: 36px;
height: 36px;
border: 1px solid var(--et_border-color);
margin: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 3px 10px;
}
.woocommerce-pagination a:hover,
.woocommerce-pagination .current,
#comments ul.page-numbers a:hover,
#comments ul.page-numbers .current,
.etheme-pagination a:hover,
.etheme-pagination .current,
.dokan-pagination-container li a:hover,
.dokan-pagination-container .dokan-pagination li.active a {
color: #fff;
background-color: var(--et_active-color);
border-color: var(--et_active-color);
}
.dokan-pagination-container .dokan-pagination li,
.woocommerce-pagination li,
#comments ul.page-numbers li,
.etheme-pagination li {
margin-left: 4px;
margin-right: 4px;
}
.dokan-pagination-container .dokan-pagination li:last-child,
.woocommerce-pagination li:last-child,
#comments ul.page-numbers li:last-child,
.etheme-pagination li:last-child {
margin-right: 0;
}
.dokan-pagination-container .dokan-pagination li:first-child,
.woocommerce-pagination li:first-child,
#comments ul.page-numbers li:first-child,
.etheme-pagination li:first-child {
margin-left: 0;
}
.etheme-pagination.align-center {
flex-direction: column-reverse;
}
.etheme-pagination.align-center .et_count-posts {
margin-top: 10px;
}
.etheme-pagination.align-left {
justify-content: space-between;
flex-direction: row-reverse;
}
.etheme-pagination.align-right {
justify-content: space-between;
}
.etheme-pagination .next,
.etheme-pagination .prev {
font-size: 0;
}
.etheme-pagination .next:before,
.etheme-pagination .prev:before {
font-family: 'xstore-icons';
font-size: .85rem;
}
.etheme-pagination .next:before {
content: "\e904";
}
.etheme-pagination .prev:before {
content: "\e902";
}
.et_count-posts {
margin-bottom: 0;
}
.et-load-block {
position: relative;
}
.et-load-block .btn {
padding: 0;
height: auto;
border: none;
}
.et-load-block .btn a {
padding: .83rem 1.7rem;
display: inline-block;
-webkit-text-fill-color: currentColor;
color: var(--et_btn-color);
background-color: var(--et_btn-bg-color);
border-color: var(--et_btn-br-color);
}
.et-load-block .btn:hover a {
color: var(--et_btn-color-hover);
background-color: var(--et_btn-bg-color-hover);
border-color: var(--et_btn-br-color-hover);
}
.et-load-block.loading .et-loader {
z-index: 1;
opacity: 1;
visibility: visible;
}
.et-load-block.loading .btn,
.et-load-block.lazy-loading .btn {
opacity: 0;
}
.et-load-block .et-loader {
z-index: -1;
position: static;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.et-load-block .et-loader-img {
max-width: 200px;
}
.et-load-block p {
margin-bottom: 0;
}
.et-ajax-element {
min-height: 100px;
}
.et_blog-ajax .post {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.et_blog-ajax .loaded {
opacity: 1;
}
.et_blog-ajax .loading {
opacity: .3;
}
.et_load-posts {
border-top: 1px solid var(--et_border-color);
padding: 24px 0;
}
@media only screen and (max-width: 480px) {
.etheme-pagination {
flex-direction: column;
}
.etheme-pagination .et_count-posts {
margin-bottom: 10px;
}
}
article.format-quote .featured-quote,
.single-format-quote .featured-quote {
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
line-height: 26px;
text-align: center;
bottom: 0;
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
}
article.format-quote .featured-quote .quote-icon,
.single-format-quote .featured-quote .quote-icon {
display: none;
}
article.format-quote .featured-quote .quote-content,
.single-format-quote .featured-quote .quote-content {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
font-size: 1.14rem;
padding-left: 30px;
padding-right: 30px;
font-style: italic;
}
article.format-quote .featured-quote .quote-content i:first-of-type,
.single-format-quote .featured-quote .quote-content i:first-of-type {
padding-left: 5px;
transform: rotateY(180deg);
}
article.format-quote .featured-quote .quote-content i:last-of-type,
.single-format-quote .featured-quote .quote-content i:last-of-type {
padding-left: 5px;
}
article.format-quote .featured-quote .quote-content cite,
.single-format-quote .featured-quote .quote-content cite {
font-size: 1.14rem;
font-style: normal;
margin-top: 10px;
display: inline-block;
width: 100%;
}
article.format-quote .featured-quote .quote-content p,
.single-format-quote .featured-quote .quote-content p {
font-size: 1rem;
margin-bottom: 0;
}
article.format-quote .content-article p i:first-of-type,
.single-format-quote .content-article p i:first-of-type {
padding-left: 7px;
transform: rotateY(180deg);
}
article.format-quote .content-article p i:last-of-type,
.single-format-quote .content-article p i:last-of-type {
padding-left: 7px;
}
article.format-quote .post-categories,
.single-format-quote .post-categories {
display: none;
}
.content-framed {
margin-bottom: 60px !important;
}
.content-framed .wp-picture {
margin-bottom: 0 !important;
}
.content-framed .post-heading {
text-align: center;
margin: -100px 100px 0;
background-color: #fff;
padding-top: 30px;
padding-left: 20px;
padding-right: 20px;
position: relative;
z-index: 4;
}
.content-framed .post-heading .entry-title {
font-size: 24px;
line-height: 30px;
text-transform: capitalize;
}
.content-framed .meta-post {
padding-bottom: .79em;
}
.content-framed .content-article {
text-align: center;
padding: 0 16%;
}
.content-framed .content-article .read-more {
background-color: var(--et_active-color);
color: #fff;
padding: 10px 40px 10px 20px;
}
.content-framed .content-article .read-more:after {
right: 12px;
top: 50%;
opacity: 1;
margin-right: 0;
transform: translateY(-50%);
}
.content-framed .content-article .read-more:before {
display: none;
}
@media only screen and (max-width: 992px) {
.content-framed .post-heading {
padding-top: 15px;
margin: 0;
}
.content-framed .content-article {
padding-left: 30px;
padding-right: 30px;
}
.content-framed .content-article .read-more {
padding: 5px 30px 5px 15px;
}
} article.blog-post.col-md-4 .zoom .btn_group a,
article.post-grid.col-md-4 .zoom .btn_group a {
padding: 11px 11px;
}
article.blog-post.col-md-4.format-quote .quote-content,
article.post-grid.col-md-4.format-quote .quote-content {
zoom: .7;
line-height: 24px;
}
article.blog-post.col-md-3.format-quote .quote-content,
article.post-grid.col-md-3.format-quote .quote-content {
zoom: .85;
}
article.blog-post.col-md-3 .zoom .btn_group,
article.post-grid.col-md-3 .zoom .btn_group {
margin-top: -50px;
}
.swiper-wrapper article.blog-post.col-md-4.format-quote .quote-content,
.swiper-wrapper article.post-grid.col-md-4.format-quote .quote-content,
.swiper-wrapper article.blog-post.col-md-3.format-quote .quote-content,
.swiper-wrapper article.post-grid.col-md-3.format-quote .quote-content {
zoom: 1;
}
article.post-grid .content-article p {
margin-bottom: 0;
}
.content-center {
text-align: center;
} .content-grid.col-md-4:nth-child(3n+1),
.content-grid2.col-md-4:nth-child(3n+1),
.content-grid.col-md-3:nth-child(4n+1),
.content-grid2.col-md-3:nth-child(4n+1),
.content-grid.col-md-6:nth-child(2n+1),
.content-grid2.col-md-6:nth-child(2n+1) {
clear: both;
}
.content-grid .post-heading h2,
.content-grid2 .post-heading h2 {
font-size: 1.3rem;
} .content-grid2 {
padding-top: 30px;
position: relative;
}
article.content-grid2 {
margin-bottom: 70px;
}
.content-grid2 .meta-post-timeline {
position: absolute;
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border: 1px solid var(--et_active-color);
z-index: 4;
top: 0;
background-color: #FFF;
box-sizing: border-box;
width: 60px;
height: 60px;
text-align: center;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.content-grid2 .meta-post-timeline > * {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.content-grid2 .meta-post-timeline .time-day {
font-size: 23px;
margin-bottom: 0;
line-height: 1;
}
.content-grid2 .meta-post-timeline .time-mon {
font-size: 1rem;
text-transform: uppercase;
}
.content-grid2:hover .meta-post-timeline {
background-color: var(--et_active-color);
border-color: var(--et_active-color);
}
.content-grid2:hover .meta-post-timeline .time-day,
.content-grid2:hover .meta-post-timeline .time-mon {
color: #fff;
}
.content-grid2 .grid-post-body {
text-align: center;
}
.content-grid2 .read-more {
margin: auto;
}
.content-grid2 .post-categories {
display: none;
}
.content-page:not(.blog-full-width) .content-grid.col-md-3 .wp-picture .blog-mask-inner,
.content-page:not(.blog-full-width) .content-grid2.col-md-3 .wp-picture .blog-mask-inner {
display: none;
}
.content-page:not(.blog-full-width) .content-grid.col-md-3.format-quote .featured-quote .quote-content,
.content-page:not(.blog-full-width) .content-grid2.col-md-3.format-quote .featured-quote .quote-content,
.content-page:not(.blog-full-width) .content-grid.col-md-3.format-quote .featured-quote .quote-content p,
.content-page:not(.blog-full-width) .content-grid2.col-md-3.format-quote .featured-quote .quote-content p {
font-size: 0;
}
.content-page:not(.blog-full-width) .content-grid.col-md-3.format-quote .featured-quote .quote-content i,
.content-page:not(.blog-full-width) .content-grid2.col-md-3.format-quote .featured-quote .quote-content i {
font-size: 1.7rem;
padding: 0;
vertical-align: middle;
}
.content-page:not(.blog-full-width) .content-grid.col-md-3.format-quote .featured-quote .quote-content i:first-child,
.content-page:not(.blog-full-width) .content-grid2.col-md-3.format-quote .featured-quote .quote-content i:first-child {
display: none;
} article.content-small,
article.content-chess {
width: 100%;
display: inline-block;
}
article.content-small > div,
article.content-chess > div {
display: flex;
align-items: center;
width: 100%;
}
article.content-small > div .post-data,
article.content-chess > div .post-data {
width: 50%;
flex: 1;
}
article.content-small .wp-picture,
article.content-chess .wp-picture,
article.content-small .post-gallery-slider,
article.content-chess .post-gallery-slider,
article.content-small .featured-audio,
article.content-chess .featured-audio,
article.content-small .featured-video,
article.content-chess .featured-video,
article.content-small .et_post-slider,
article.content-chess .et_post-slider {
float: left;
width: 50%;
margin-right: 30px;
}
article.content-small .wp-picture img,
article.content-chess .wp-picture img,
article.content-small .post-gallery-slider img,
article.content-chess .post-gallery-slider img,
article.content-small .featured-audio img,
article.content-chess .featured-audio img,
article.content-small .featured-video img,
article.content-chess .featured-video img,
article.content-small .et_post-slider img,
article.content-chess .et_post-slider img {
width: 100%;
}
article.content-small .wp-picture,
article.content-chess .wp-picture,
article.content-small .et_post-slider,
article.content-chess .et_post-slider {
margin-bottom: 0;
}
article.content-small .content-article,
article.content-chess .content-article,
article.content-small .author-info,
article.content-chess .author-info {
width: 100%;
}
article.content-small:not(.has-post-thumbnail) .content-article,
article.content-chess:not(.has-post-thumbnail) .content-article {
width: 100%;
}
.content-chess:nth-child(even) > div {
flex-direction: row-reverse;
}
.content-chess:nth-child(even) .wp-picture,
.content-chess:nth-child(even) .post-gallery-slider,
.content-chess:nth-child(even) .featured-audio,
.content-chess:nth-child(even) .featured-video,
.content-chess:nth-child(even) .et_post-slider {
float: right;
margin-right: 0;
margin-left: 30px;
}
@media only screen and (min-width: 993px) {
article.content-small .wp-picture,
article.content-chess .wp-picture,
article.content-small .post-data,
article.content-chess .post-data {
flex: 1 0 auto;
}
article.content-small .wp-picture,
article.content-chess .wp-picture,
article.content-small .featured-audio,
article.content-chess .featured-audio {
max-width: 50%;
}
}
@media only screen and (max-width: 992px) {
article.content-small > div,
article.content-chess > div {
display: inline-block;
}
article.content-small .wp-picture,
article.content-chess .wp-picture,
article.content-small .post-gallery-slider,
article.content-chess .post-gallery-slider,
article.content-small .content-article,
article.content-chess .content-article,
article.content-small .featured-audio,
article.content-chess .featured-audio,
article.content-small .featured-video,
article.content-chess .featured-video,
article.content-small .author-info,
article.content-chess .author-info,
article.content-small .et_post-slider,
article.content-chess .et_post-slider {
width: 100%;
float: none;
}
article.content-small > div .post-data,
article.content-chess > div .post-data,
article.content-small.format-video .content-article,
article.content-chess.format-video .content-article {
width: 100%;
}
article.content-small .wp-picture,
article.content-chess .wp-picture,
article.content-small .et_post-slider,
article.content-chess .et_post-slider {
margin-bottom: 25px;
}
}
@media only screen and (max-width: 768px) {
article.content-small,
article.content-chess {
margin-bottom: 30px;
}
article.content-small .wp-picture,
article.content-chess .wp-picture,
article.content-small .post-gallery-slider,
article.content-chess .post-gallery-slider,
article.content-small .author-info,
article.content-chess .author-info {
width: 100%;
margin-right: 0 !important;
margin-left: 0 !important;
}
} article.content-timeline:before,
article.content-timeline .timeline-content {
position: absolute;
left: -4.5vw;
}
article.content-timeline .timeline-content {
top: 0;
background-color: #fff;
z-index: 2;
}
article.content-timeline .sticky-post {
top: 83px;
}
.boxed article.content-timeline .meta-post-timeline,
.framed article.content-timeline .meta-post-timeline {
left: 0;
}
.boxed article.content-timeline .post-categories,
.framed article.content-timeline .post-categories {
top: 80px;
}
.sidebar-position-left article.content-timeline:before,
.sidebar-position-left article.content-timeline .timeline-content {
left: auto;
right: -4.5vw;
}
@media only screen and (max-width: 1200px) {
article.content-timeline .meta-post-timeline {
display: none;
}
}
@media only screen and (max-width: 992px) {
article.content-timeline {
padding-left: 0 !important;
padding-right: 0 !important;
}
article.content-timeline:before,
article.content-timeline .timeline-content {
display: none;
}
}
.slide-view-timeline2,
article.content-timeline2,
article.content-timeline {
position: relative;
}
.slide-view-timeline2 .meta-post-timeline,
article.content-timeline2 .meta-post-timeline,
article.content-timeline .meta-post-timeline {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border: 1px solid var(--et_active-color);
z-index: 4;
top: 0;
color: var(--et_active-color);
background-color: var(--et_white-2-dark);
box-sizing: border-box;
width: 60px;
height: 60px;
text-align: center;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.slide-view-timeline2 .meta-post-timeline > *,
article.content-timeline2 .meta-post-timeline > *,
article.content-timeline .meta-post-timeline > * {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.slide-view-timeline2 .meta-post-timeline .time-day,
article.content-timeline2 .meta-post-timeline .time-day,
article.content-timeline .meta-post-timeline .time-day {
font-size: 23px;
margin-bottom: 0;
line-height: 1;
}
.slide-view-timeline2 .meta-post-timeline .time-mon,
article.content-timeline2 .meta-post-timeline .time-mon,
article.content-timeline .meta-post-timeline .time-mon {
font-size: 1rem;
text-transform: uppercase;
}
.slide-view-timeline2:hover .meta-post-timeline,
article.content-timeline2:hover .meta-post-timeline,
article.content-timeline:hover .meta-post-timeline {
background-color: var(--et_active-color);
}
.slide-view-timeline2:hover .meta-post-timeline .time-day,
article.content-timeline2:hover .meta-post-timeline .time-day,
article.content-timeline:hover .meta-post-timeline .time-day,
.slide-view-timeline2:hover .meta-post-timeline .time-mon,
article.content-timeline2:hover .meta-post-timeline .time-mon,
article.content-timeline:hover .meta-post-timeline .time-mon {
color: #fff;
}
.slide-view-timeline2 {
padding-top: 30px;
}
.slide-view-timeline2 .meta-post-timeline {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.slide-view-timeline2 .post-categories {
display: none;
}
article.content-timeline2 {
margin-bottom: 0;
padding-bottom: 50px;
}
article.content-timeline2 > div {
display: flex;
flex-wrap: wrap;
align-items: center;
}
article.content-timeline2 .wp-picture,
article.content-timeline2 .post-gallery-slider,
article.content-timeline2 .featured-video {
width: 50%;
margin-bottom: 0;
}
article.content-timeline2 .post-data {
width: 50%;
padding-left: 30px;
}
article.content-timeline2:before,
article.content-timeline2 .timeline-content {
position: absolute;
left: -4.5vw;
}
article.content-timeline2:before {
content: "";
width: 1px;
height: 100%;
background-color: var(--et_border-color);
}
article.content-timeline2 .timeline-content {
top: 50%;
margin-top: -30px;
transform: translate(-50%, -50%);
padding: 23px 0;
background-color: var(--et_container-bg-color, var(--et_white-2-dark));
z-index: 2;
}
article.content-timeline2.format-gallery .et_post-slider {
width: 50%;
}
.sidebar-position-left article.content-timeline2:before,
.sidebar-position-left article.content-timeline2 .timeline-content {
left: auto;
right: -4.5vw;
}
.sidebar-position-left article.content-timeline2 .timeline-content {
transform: translate(50%, -50%);
}
@media only screen and (max-width: 1400px) {
article.content-timeline2 {
padding-left: 60px;
}
article.content-timeline2:before,
article.content-timeline2 .timeline-content {
left: 0;
}
.sidebar-position-left article.content-timeline2 {
padding-left: 0;
padding-right: 60px;
}
.sidebar-position-left article.content-timeline2:before,
.sidebar-position-left article.content-timeline2 .timeline-content {
left: auto;
right: 0;
}
}
@media only screen and (max-width: 992px) {
article.content-timeline2 {
padding-left: 0 !important;
padding-right: 0 !important;
}
article.content-timeline2:before,
article.content-timeline2 .timeline-content {
display: none;
}
}
@media only screen and (max-width: 768px) {
article.content-timeline2:before,
article.content-timeline2 .timeline-content {
left: 20px;
}
article.content-timeline2 > div {
display: block;
}
article.content-timeline2 .wp-picture,
article.content-timeline2 .post-gallery-slider,
article.content-timeline2 .featured-video {
width: 100%;
margin-bottom: 30px;
}
article.content-timeline2 .post-data {
width: 100%;
padding-left: 0;
}
article.content-timeline2 .meta-post-timeline {
width: 50px !important;
height: 50px !important;
}
article.content-timeline2 .meta-post-timeline .time-day {
font-size: 22px !important;
margin-top: 3px !important;
}
article.content-timeline2 .meta-post-timeline .time-mon {
font-size: 11px;
}
}
.content-with-author .post-heading {
display: flex;
margin-bottom: 0;
position: relative;
z-index: 100;
align-items: flex-end;
}
.content-with-author .post-heading .author-info {
display: inline-block !important;
vertical-align: middle;
width: 80px;
min-width: 80px;
margin-right: 15px;
margin-left: 10px;
padding-top: 0;
margin-bottom: -20px;
font-size: 0;
border: 4px solid #fff;
box-sizing: border-box;
border-radius: 100%;
}
.content-with-author .post-heading .author-info img {
border-radius: 100%;
margin: 0;
width: 100%;
}
.content-with-author .post-heading .post-heading-inner {
display: inline-block;
vertical-align: middle;
}
@media only screen and (max-width: 600px) {
.content-with-author .post-heading .author-info {
display: none !important;
}
}
.post-template-framed .post-header .post-heading {
text-align: center;
background-color: #fff;
margin: -100px 100px 0;
position: relative;
z-index: 3;
padding: 40px 0;
}
.post-template-framed .entry-content {
padding: 0 100px;
}
@media only screen and (max-width: 992px) {
.post-template-framed .post-header .post-heading {
margin: 0;
padding: 0 0 20px;
}
.post-template-framed .entry-content {
padding: 0;
}
}
@media only screen and (min-width: 993px) {
.single-post.global-post-template-full-width:not(.single-testimonials) .post-header .post-heading h2 {
text-transform: none;
font-size: 2.5rem;
}
.global-post-template-full-width:not(.single-testimonials) .post-header {
position: relative;
margin: 0 15px 2.14rem;
}
.global-post-template-full-width:not(.single-testimonials) .post-header .post-heading {
position: absolute;
bottom: 0;
padding: 3.57em;
width: 100%;
margin-bottom: 0;
background: linear-gradient(to bottom, var(--et_dark-2-white-0) 0%, var(--et_dark-2-white-08) 100%);
z-index: 1;
}
.global-post-template-full-width:not(.single-testimonials) .post-header .post-heading h2 {
color: #fff;
font-size: 2.28rem;
line-height: 2.14rem;
}
.global-post-template-full-width:not(.single-testimonials) .post-header .post-heading .meta-post,
.global-post-template-full-width:not(.single-testimonials) .post-header .post-heading .meta-post a {
color: #fff;
}
.global-post-template-full-width:not(.single-testimonials) .post-header .post-heading .meta-post a:hover {
color: var(--et_main-color);
}
} @media only screen and (max-width: 992px) {
.global-post-template-full-width:not(.single-testimonials) .post-header {
padding-left: 15px;
padding-right: 15px;
}
}
.global-post-template-large .single-post-large-wrapper {
height: 50.57rem;
max-height: 65vh;
margin-bottom: 40px;
}
.global-post-template-large .single-post-large-wrapper .single-post-large {
height: 100%;
position: relative;
}
.global-post-template-large .single-post-large-wrapper .post-heading {
position: absolute;
bottom: 0;
padding: 8.57em 0 4.28em;
width: 100%;
z-index: 2;
margin-bottom: 0;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.global-post-template-large .single-post-large-wrapper .post-heading h2 {
line-height: 1.5;
color: #fff;
}
.global-post-template-large .single-post-large-wrapper .post-heading .meta-post,
.global-post-template-large .single-post-large-wrapper .post-heading .meta-post a,
.global-post-template-large .single-post-large-wrapper .post-heading .meta-post .views-count {
color: #fff;
}
.global-post-template-large .single-post-large-wrapper .post-heading .meta-post a:hover {
text-decoration: underline;
}
.global-post-template-large .post-categories {
display: inline-block;
font-size: 1.14rem;
padding: .25em 1.2em;
margin-bottom: 1.42em;
}
.global-post-template-large .post-categories a {
color: #fff;
}
.global-post-template-large.single-format-quote .single-post-large-wrapper {
position: relative;
}
.global-post-template-large.single-format-quote .quote-content {
font-size: 36px;
line-height: 46px;
max-width: 60vw;
left: 50%;
transform: translate(-50%, -50%);
}
.global-post-template-large.single-format-quote .quote-content i {
font-size: 30px;
padding-left: 10px !important;
}
.global-post-template-large.single-format-quote .quote-content p {
margin-top: 20px;
}
.global-post-template-large.single-format-quote .single-post-large .post-heading {
height: 100%;
}
.global-post-template-large.single-format-quote .single-post-large .post-heading .meta-post {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 40px;
font-size: 16px;
color: #fff;
}
.global-post-template-large.single-format-quote .single-post-large .post-heading .meta-post a,
.global-post-template-large.single-format-quote .single-post-large .post-heading .meta-post .views-count {
color: #fff;
}
.global-post-template-large .post-header .wp-picture,
.global-post-template-large.single-format-quote .single-post-large .post-heading .post-categories,
.global-post-template-large.single-format-quote .single-post-large .post-heading h2,
.global-post-template-large.single-format-quote .meta-post {
display: none;
}
@media only screen and (max-width: 1200px) {
.global-post-template-large .single-post-large-wrapper {
height: 43rem;
}
}
@media only screen and (max-width: 768px) {
.global-post-template-large.single-format-quote .quote-content {
font-size: 24px;
line-height: 36px;
max-width: 90vw;
}
.global-post-template-large.single-format-quote .quote-content i {
font-size: 24px;
}
.global-post-template-large.single-format-quote .meta-post {
left: 0;
transform: none;
width: 100%;
text-align: center;
}
}
.global-post-template-large2 .single-post-large-wrapper.centered {
text-align: center;
}
.global-post-template-large2 .single-post-large-wrapper.centered .post-heading {
top: 0;
}
.global-post-template-large2 .single-post-large-wrapper.centered .post-heading .container {
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translateY(-50%);
max-width: unset;
}
.global-post-template-large2 .single-post-large-wrapper.centered .post-heading h2 {
font-size: 3em;
line-height: 2.9rem;
}
.posts-nav-btn {
display: flex;
flex-wrap: nowrap;
position: fixed;
top: 50%;
z-index: 9;
height: 90px;
height: min-content;
transform: translateY(-50%);
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
transition-delay: .3s;
}
.posts-nav-btn a:hover {
color: var(--et_dark-color);
}
.posts-nav-btn .post-info {
display: flex;
align-items: center;
justify-content: flex-start;
z-index: 1;
box-sizing: border-box;
width: 270px;
background: #fff;
box-shadow: 1px 1px 10px var(--et_dark-2-white-01);
}
.posts-nav-btn .post-info .post-title {
font-size: 1.14rem;
display: block;
max-width: 155px;
}
.posts-nav-btn .post-info .price {
font-size: 1rem;
margin-bottom: 0;
}
.posts-nav-btn .post-nav-arrow {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
background: var(--et_dark-color);
color: #fff;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.prev-post {
left: -270px;
text-align: right;
}
.prev-post.outside,
body:not(.et-preloader-hide) .prev-post {
left: -294px;
}
.prev-post .button:before {
content: "\e902";
}
.prev-post .post-info {
justify-content: flex-end;
}
.prev-post .post-details {
margin-right: 20px;
}
.prev-post:hover {
left: 0;
}
.prev-post:hover .post-nav-arrow {
transform: translateX(-100%);
}
.next-post {
right: -270px;
text-align: left;
}
.next-post.outside,
body:not(.et-preloader-hide) .next-post {
right: -294px;
}
.next-post .button:before {
content: "\e904";
}
.next-post .post-details {
margin-left: 20px;
}
.next-post:hover {
right: 0;
}
.next-post:hover .post-nav-arrow {
transform: translateX(100%);
}
.post-navigation {
width: 100%;
border-top: 1px solid var(--et_border-color);
border-bottom: 1px solid var(--et_border-color);
display: inline-block;
padding: 1.78em 0;
text-align: right;
}
.post-navigation p {
margin-bottom: 0;
}
.post-navigation a {
padding-left: 5px;
padding-right: 5px;
}
.post-navigation:empty {
display: none;
}
@media only screen and (max-width: 1300px) {
.posts-navigation {
display: none;
}
} .single-post .wp-picture img {
width: 100%;
}
.single-post .entry-content > blockquote:last-child {
margin-bottom: 25px;
}
.single-tags,
.product_meta {
width: 100%;
}
.single-tags span,
.product_meta span span,
.single-tags a,
.product_meta span a {
color: var(--et_main-color);
}
.single-tags a:hover,
.product_meta span a:hover {
color: var(--et_dark-2-white);
}
.product_meta {
clear: both;
}
.product_meta > span,
.product_meta > div {
display: flex;
flex-wrap: wrap;
}
.product_meta > span *:first-child,
.product_meta .products-page-cats a:first-child {
padding-left: 3px;
}
.product_meta .product_brand,
.product_meta .product_seller {
align-items: center;
}
.product_meta,
.product_meta > span,
.product_meta .products-page-cats,
.product_meta .wcml_currency_switcher,
.product_meta .wcml-dropdown.product,
.wcpv-sold-by-single {
margin-bottom: 10px;
}
.product_meta .wcml_currency_switcher,
.product_meta .wcml-dropdown.product {
margin-top: 0;
}
.single-tags,
.product_meta,
.product-share,
.wcpv-sold-by-single {
color: var(--et_dark-2-white);
font-size: 1.14rem;
}
.et-socials span,
.single-tags span {
color: var(--et_dark-2-white);
}
.single-tags {
margin: 0 0 25px;
}
.share-post {
padding: 2em 0;
border-top: 1px solid var(--et_border-color);
border-bottom: 1px solid var(--et_border-color);
display: flex !important;
justify-content: center;
margin-bottom: 3.5em;
}
.share-post span {
margin-bottom: 0;
}
.share-post .share-title,
.portfolio-single-item .share-title {
display: none;
color: var(--et_dark-2-white);
}
.author-info {
width: 100%;
display: inline-block;
margin-bottom: 2.7vw;
font-size: 1.14rem;
overflow: hidden;
}
.author-info img {
margin-right: 2.5em;
max-width: 100px;
}
.author-info .title-alt {
display: none;
}
.author-info .author-link {
color: var(--et_active-color);
margin-top: 1.05em;
display: block;
}
.author-info .media-body p:last-of-type,
.comments-list .comment .media-body p:last-of-type {
margin-bottom: 1.05em;
}
.post-password-form label {
margin-bottom: 0;
}
.post-password-form input {
vertical-align: middle;
margin-top: 6px;
}
.post-password-form input[type=submit] {
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
}
.post-password-form input[type=submit]:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.post-password-form input[type=submit]:focus {
color: var(--et_btn-dark-color-hover);
}
.post-password-form input[type=submit]:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.post-password-form input[type=submit]:focus {
color: var(--et_btn-dark-color-hover);
}
.swiper-container.posts-slider {
margin-left: -15px;
margin-right: -15px;
}
.posts-slider article {
width: 100%;
margin-bottom: 0;
}
.posts-slider article > div {
border: none;
}
.posts-slider article .wp-picture {
min-height: 120px;
width: 100%;
margin-bottom: 18px;
display: inline-block;
float: none;
}
.posts-slider article .post-heading {
margin-bottom: 15px;
}
.posts-slider article .post-heading h2 {
font-size: 1.3rem;
}
.posts-slider article .content-article,
.posts-slider article .content-article p {
line-height: var(--p-line-height, 1.6);
font-size: var(--p-font-size, 1.14rem);
margin-bottom: 0;
}
.posts-slider article .meta-post .post-comments-count:before {
position: relative;
top: -1px;
}
.posts-slider article .meta-post .entry-date:before {
content: '\e937';
font-family: 'xstore-icons';
display: inline-block;
margin-right: 7px;
font-size: 1rem;
}
.posts-slider article .meta-post .post-comments-count:before {
margin-right: 7px;
}
.posts-slider article.format-quote .featured-quote .quote-content,
.posts-slider article.format-quote .featured-quote .quote-content p {
font-size: 0;
}
.posts-slider article.format-quote .featured-quote .quote-content i {
font-size: 1.7rem;
padding: 0;
vertical-align: middle;
}
.posts-slider article.format-quote .featured-quote .quote-content i:first-child {
display: none;
}
.single-post .comments {
margin-bottom: 50px;
}
.posts-slider article .meta-post .meta-divider,
.posts-slider article .meta-post .views-count,
.related-posts .post-categories,
.related-posts .more-link,
.related-posts .featured-quote {
display: none;
}
.related-posts.swiper-class-blog .swiper-wrapper img {
width: 100%;
}
@media only screen and (max-width: 992px) {
.single-post .wp-picture + .post-heading {
margin-top: 22px;
}
}
@media only screen and (max-width: 768px) {
.posts-nav-btn {
height: 50px;
}
.posts-nav-btn img {
max-width: 50px;
max-height: 50px;
}
.posts-slider article .featured-quote {
zoom: .75;
}
.share-post {
padding-top: 1.5em;
padding-bottom: 1.5em;
margin-bottom: 2em;
}
.comments .title-alt,
.about-author-title,
.related-posts .title,
.comment-reply-title {
font-size: 1.5rem;
}
}
@media only screen and (max-width: 480px) {
.posts-nav-btn {
display: none;
}
.single-essential_grid .share-post {
width: 100%;
}
.post-heading h2 {
font-size: 1.5rem;
}
}  .page-404 {
margin-top: 12%;
margin-bottom: 12%;
text-align: center;
}
.page-404 .largest {
font-size: 7.7rem;
line-height: 1.055em;
margin-bottom: 0;
background: var(--et_404-page-bg-image);
background-size: auto 200%;
background-clip: text;
text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: bgImageAnim 7s linear infinite;
}
.page-404 h1 {
text-transform: uppercase;
font-size: 1.7142em;
margin-bottom: 5px;
}
.page-404 .widget_search {
width: auto;
}
@media only screen and (max-width: 992px) {
.page-404 .largest {
font-size: 15rem;
}
.page-404 h1 {
font-size: 2rem;
}
}
@media only screen and (max-width: 480px) {
.page-404 .largest {
font-size: 8rem;
}
.page-404 h1 {
font-size: 1.5rem;
}
} .animated {
animation-fill-mode: both;
}
.et-slider .animated {
animation-duration: .5s;
}
@-webkit-keyframes bgImageAnim {
from {
background-position: center 0;
}
to {
background-position: center 200%;
}
}
@keyframes bgImageAnim {
from {
background-position: center 0;
}
to {
background-position: center 200%;
}
}
@-webkit-keyframes slideInEffect {
from {
top: 120%;
opacity: 0;
}
to {
top: 100%;
opacity: 1;
}
}
@keyframes slideInEffect {
from {
top: 120%;
opacity: 0;
}
to {
top: 100%;
opacity: 1;
}
}
@-webkit-keyframes slideOutEffect {
from {
top: 100%;
opacity: 1;
}
to {
top: 120%;
opacity: 0;
}
}
@keyframes slideOutEffect {
from {
top: 100%;
opacity: 1;
}
to {
top: 120%;
opacity: 0;
}
}
@-webkit-keyframes slideInRightEffect {
from {
transform: translateX(-40px);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
@keyframes slideInRightEffect {
from {
transform: translateX(-40px);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes slideOutRightEffect {
from {
transform: translateX(0);
opacity: 1;
}
to {
transform: translateX(-40px);
opacity: 0;
}
}
@keyframes slideOutRightEffect {
from {
transform: translateX(0);
opacity: 1;
}
to {
transform: translateX(-40px);
opacity: 0;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
visibility: hidden;
}
100% {
opacity: 1;
visibility: visible;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
visibility: hidden;
}
100% {
opacity: 1;
visibility: visible;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@keyframes et-woo-fadeIn {
0% {
opacity: 0;
visibility: hidden;
}
10% {
opacity: 1;
visibility: visible;
}
90% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
@keyframes et-toTop {
0% {
transform: translateY(5px);
}
100% {
transform: translateY(0);
}
}
@keyframes rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -124px;
}
} .back-top {
position: fixed;
right: 30px;
bottom: 30px;
height: 46px;
width: 46px;
cursor: pointer;
color: var(--et_dark-2-white);
background-color: var(--et_white-2-light-dark);
border-radius: 50px;
box-shadow: inset 0 0 0 1px #e7e7e7;
transition: all 200ms linear;
z-index: 999;
}
.back-top:not(.backIn) {
opacity: 0;
visibility: hidden;
transform: translateY(15px);
}
.back-top svg {
width: calc(100% + 2px);
height: calc(100% + 2px);
margin: -1px;
}
.back-top svg path {
stroke: #222;
stroke-width: 4;
box-sizing: border-box;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.back-top span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-90deg);
}
.back-top:hover span:before {
display: inline-block;
animation: animArrow 1s infinite;
}
@media only screen and (max-width: 992px) {
.back-top:hover span:before {
animation: none;
}
}
@media only screen and (max-width: 480px) {
.back-top {
right: 15px;
bottom: 15px;
}
}
@keyframes animArrow {
0% {
transform: translateX(0);
}
50% {
transform: translateX(3px);
}
100% {
transform: translateX(0);
}
}  body.page-template-blank header,
body.page-template-blank .header-wrapper,
body.page-template-blank .fixed-header {
display: none;
}
body.page-template-blank .template-container {
width: 100%;
}
body.page-template-blank .page-wrapper {
width: 100%;
padding-top: 0 !important;
}
body.page-template-blank .container.blank-page {
width: 100%;
}
body.page-template-blank .container.blank-page .container {
width: 100%;
}
body.page-template-blank footer,
body.page-template-blank .footer-bottom {
display: none !important;
}
.page-template-blank .content-page {
padding-bottom: 0;
}  .contact-form.design-2 input[type="text"] {
width: 100%;
}
@media only screen and (max-width: 768px) {
.contact-form.design-2 input[type="text"] {
width: 100%;
}
.wpcf7-form .form-group p:first-child {
margin-bottom: 1.43em;
}
}
@media only screen and (max-width: 480px) {
.contact-form .pull-right {
width: 100%;
text-align: center;
}
}
.mc4wp-form input[type=email] {
color: var(--et_main-color);
}
.mc4wp-form input[type=email]:focus,
.mc4wp-form input[type="submit"]:focus {
outline: none;
box-shadow: none;
}
.wpcf7-form .form-group {
display: inline-block;
width: 100%;
}
.wpcf7-form .form-group p {
width: 50%;
float: left;
margin-bottom: 0;
}
.wpcf7-form .form-group p input {
width: 100%;
}
.wpcf7-form .form-group p:first-child {
padding-right: 15px;
}
.wpcf7-form .form-group p:last-child {
padding-left: 15px;
}
.wpcf7-form br {
display: none;
}
.wpcf7 .wpcf7 .ajax-loader {
background: transparent;
}
.wpcf7 .wpcf7 .ajax-loader:before {
content: "\e917";
font-family: 'xstore-icons';
animation: rotate .8s infinite linear;
display: inline-block;
vertical-align: top;
line-height: 1;
}
form.wpcf7-form label {
display: block;
}
form.wpcf7-form > p:last-of-type {
margin-bottom: 0;
}
form.wpcf7-form .wpcf7-submit:not(.active) {
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
}
form.wpcf7-form .wpcf7-submit:not(.active):hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
form.wpcf7-form .wpcf7-submit:not(.active):focus {
color: var(--et_btn-dark-color-hover);
}
form.wpcf7-form .wpcf7-submit:not(.active):hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
form.wpcf7-form .wpcf7-submit:not(.active):focus {
color: var(--et_btn-dark-color-hover);
}
div.wpcf7 .ajax-loader {
width: auto;
height: auto;
background: none;
line-height: 1;
}
@media only screen and (max-width: 480px) {
.wpcf7-form .form-group p {
width: 100%;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
div.wpcf7-response-output {
padding: 15px 20px !important;
background: #fff;
} span.dropcap {
font-size: 3.14rem;
line-height: 2.86rem;
position: relative;
min-width: 1.45em;
top: .14em;
height: 1.45em;
text-align: center;
float: left;
padding: .23em;
margin-right: .34em;
color: var(--et_dark-2-white);
}
span.dropcap.dark {
color: var(--et_white-2-dark);
background-color: var(--et_active-color);
}
span.dropcap.bordered {
border: 1px solid var(--et_border-color);
}
span.dropcap.light {
font-size: 6rem;
line-height: 3.07rem;
margin-right: 0;
height: .76em;
min-width: .76em;
padding: .12em .20em;
}
.products-grid .et-timer,
.products-slider .et-timer {
margin: 15px auto 5px;
}
.products-grid .et-timer.type2 .time-block,
.products-slider .et-timer.type2 .time-block {
font-size: .8em;
}
.products-grid .et-timer.type2 .time-block .timer-count,
.products-slider .et-timer.type2 .time-block .timer-count {
font-size: 1.5em;
}
.et-timer {
text-align: center;
margin: 20px auto 20px;
display: inline-block;
position: relative;
font-size: 15px;
}
.et-timer.type1 .time-block {
width: 8.667em;
height: 8.667em;
padding-top: 1.9em;
border-radius: 4px;
margin: 0 .85em;
}
.et-timer.type1 .time-block:first-child {
margin-left: 0;
}
.et-timer.type1 .time-block:last-of-type {
margin-right: 0;
}
.et-timer.type2 .circle-box {
display: none;
}
.et-timer.type2 .time-block:not(:last-child) .timer-count {
position: relative;
}
.et-timer.type2 .time-block:not(:last-child) .timer-count:after {
content: ':';
position: absolute;
top: 50%;
right: 0;
transform: translate(50%, -50%);
color: currentColor;
}
.et-timer.type2 .time-block span {
padding: 0 .5em;
}
.et-timer .time-block {
position: relative;
font-size: 1em;
color: rgba(255, 255, 255, 0.4);
display: inline-block;
text-transform: uppercase;
float: left;
}
.et-timer .time-block .timer-count {
font-size: 3em;
line-height: 1;
display: block;
margin-bottom: 5px;
}
.et-timer .timer-info {
font-size: 2em;
margin-bottom: 10px;
}
.et-timer .timer-info:empty {
display: none;
}
.et-timer .circle-box {
position: absolute;
left: 0;
top: 0;
width: 8.667em;
height: 8.667em;
transform: rotate(-90deg);
}
.et-timer .circle-box:before {
content: "";
position: absolute;
width: 8.5em;
left: 1px;
top: 1px;
height: 8.5em;
border: 0.219em solid rgba(255, 255, 255, 0.2);
border-radius: 100%;
display: block;
box-sizing: border-box;
}
.et-timer .circle-box svg circle {
stroke-dashoffset: 0;
transition: stroke-dashoffset 1s linear;
stroke-width: .22em;
stroke: #fff;
}
.et-timer .circle-box.stop-animation svg circle {
transition: none;
}
.et-timer.dark .time-block {
color: #de5656;
}
.et-timer.dark .time-block .timer-count {
color: var(--et_dark-color);
}
.et-timer.dark .time-block .circle-box:before {
display: none;
}
.et-timer.dark .time-block .circle-box svg circle {
stroke: var(--et_active-color);
}
.et-timer.white .time-block:not(:last-child):after,
.et-timer.white .time-block .timer-count {
color: #fff;
}
.products-sale-counter,
.products-list .et-timer {
font-size: 10px;
}
.product-sale-counter {
width: 100%;
}
.product-sale-counter .time-block {
float: none;
color: var(--et_main-color) !important;
}
.product-sale-counter .time-block .timer-count {
color: var(--et_dark-color);
}
.product-information .product-sale-counter,
.products-list .product-sale-counter {
display: block;
text-align: left;
text-align: start;
margin: 15px auto 20px;
}
.product-information .product-sale-counter .time-block,
.products-list .product-sale-counter .time-block {
text-align: center;
}
.product-information .product-sale-counter {
font-size: .7rem;
}
@media only screen and (max-width: 1200px) {
.et-timer.type1 {
font-size: 6px;
}
}
@media only screen and (max-width: 992px) {
.et-timer.type1 {
font-size: 4.8px;
}
}
@media only screen and (max-width: 650px) {
.et-timer.type1 {
font-size: 4.5px;
}
}
@media only screen and (max-width: 480px) {
.et-timer.type1 .time-block {
padding-top: 16px;
font-size: 10px;
margin: 0 3px 10px 3px;
}
.et-timer.type1 .time-block .timer-count {
font-size: 18px;
margin-bottom: 0;
}
.et-timer.type1 .time-block,
.et-timer.type1 .time-block .circle-box,
.et-timer.type1 .time-block .circle-box:before {
width: 60px;
height: 60px;
}
.content-product .et-timer.product-sale-counter {
font-size: 12px;
}
.swiper-slide .et-timer {
font-size: 12px;
}
}
#etheme-popup {
margin: 0 auto;
background-color: var(--et_container-bg-color, transparent);
padding: 30px;
max-width: 100% !important;
position: relative;
}
#etheme-popup .checkbox-label {
position: absolute;
left: 15px;
bottom: 10px;
}
#etheme-popup .checkbox-label label {
color: #b3b3b3;
}
#etheme-popup .checkbox-label input {
position: relative;
}
#etheme-popup p,
#etheme-popup h1 {
margin-bottom: 0;
}
#etheme-popup .vc_sep_color_white h4 {
color: #fff;
}
#etheme-popup-holder {
margin: 0 auto;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
overflow: hidden;
} .et-facebook-login-wrapper {
text-align: center;
}
.et-google-login-wrapper ~ .et-facebook-login-wrapper {
margin-top: 15px;
}
.et-facebook-login-button {
background: #4f699e;
font-size: .85rem;
color: #fff;
width: 100%;
padding-top: .75rem;
padding-bottom: .75rem;
line-height: 1.5;
}
.et-facebook-login-button i {
margin-right: .3em;
}
.et-facebook-login-button:hover,
.et-facebook-login-button:hover:focus {
background-color: #3a5795;
color: #fff;
opacity: 1;
}  .flexslider {
box-shadow: none !important;
}
.flexslider .flex-control-nav {
bottom: 0 !important;
}
.flexslider .flex-direction-nav {
opacity: 0;
}
.flexslider .flex-control-nav,
.flexslider .flex-direction-nav {
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.flexslider:hover .flex-direction-nav {
opacity: 1;
}
.flexslider .flex-direction-nav a {
display: flex;
justify-content: center;
align-items: center;
font-size: 0;
background-color: var(--et_white-2-dark-07);
width: 45px;
height: 45px;
border-radius: 0;
border: none;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.flexslider .flex-direction-nav a:hover {
background-color: var(--et_active-color);
}
.flexslider .flex-direction-nav a.flex-next {
right: 30px !important;
}
.flexslider .flex-direction-nav a.flex-prev {
left: 30px !important;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
font-family: 'xstore-icons' !important;
font-size: initial;
}
.flex-direction-nav a.flex-next:after,
.flex-direction-nav a.flex-prev:after {
position: absolute;
}
.flex-direction-nav a.flex-next:before {
content: '\e904' !important;
}
.flex-direction-nav a.flex-prev:before {
content: '\e902' !important;
}
.single-post .flexslider {
margin-bottom: 0 !important;
} .nivoSlider {
box-shadow: none !important;
}
.nivo-controlNav {
position: relative;
}
.slider-text-block {
padding: 40px;
width: 660px;
}
.slider-text-block div {
display: inline-block;
max-width: 100%;
word-break: break-all;
}
.et-google-login-wrapper {
text-align: center;
}
.et-google-login-button {
background: #4285F4;
font-size: .85rem;
color: #fff;
width: 100%;
padding-top: .5rem;
padding-bottom: .5rem;
line-height: 1.5;
}
.et-google-login-button i {
margin-right: .3em;
}
.et-google-login-button svg {
vertical-align: middle;
}
.et-google-login-button:hover,
.et-google-login-button:hover:focus {
background-color: #206ff2;
color: #fff;
}
.null-instagram-feed ul {
text-align: center;
}
.null-instagram-feed li {
position: relative;
display: inline-block;
list-style: none;
}
.null-instagram-feed li img {
backface-visibility: hidden;
font-size: 0;
}
.null-instagram-feed li a {
position: relative;
display: block;
padding: 0;
width: 100%;
}
.null-instagram-feed li a .insta-info {
display: flex;
align-items: center;
align-content: center;
justify-content: center;
flex-wrap: wrap;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
backface-visibility: hidden;
background-color: rgba(34, 34, 34, 0.5);
z-index: 2;
}
.null-instagram-feed li a .insta-info span {
display: inline-block;
position: relative;
color: #fff;
font-size: 20px;
text-transform: uppercase;
padding: 0 1em;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.null-instagram-feed li a .insta-info span.insta-likes:before,
.null-instagram-feed li a .insta-info span.insta-comments:before {
font-family: 'xstore-icons';
padding-right: 6px;
color: inherit !important;
}
.null-instagram-feed li a .insta-info span.insta-likes:before {
content: '\e92d';
}
.null-instagram-feed li a .insta-info span.insta-comments:before {
content: '\e938';
}
.null-instagram-feed li a .insta-info span:hover {
color: #b3b3b3;
}
.null-instagram-feed li a .et-inst-media-type {
position: absolute;
top: 7px;
right: 5px;
z-index: 1;
background: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/instagram-sprite.png) no-repeat;
height: 32px;
width: 32px;
}
.null-instagram-feed li a .et-inst-media-type.media-type-image {
display: none;
}
.null-instagram-feed li a .et-inst-media-type.media-type-video {
background-position: 0 -34px;
}
.null-instagram-feed li a .et-inst-media-type.media-type-igtv {
background-position: -34px 0;
}
.null-instagram-feed li a:hover .insta-info {
opacity: 1;
visibility: visible;
}
.null-instagram-feed .swiper-slide {
display: inline-flex;
}
.null-instagram-feed p a {
display: inline-block;
text-decoration: underline;
padding-top: 10px;
}
.null-instagram-feed .instagram-size-medium li {
width: 25%;
padding: .3571em;
}
.null-instagram-feed .instagram-size-thumbnail li {
width: 20%;
padding: .2571em;
}
.null-instagram-feed .instagram-size-large li {
width: 33.33%;
padding: .3571em;
}
.null-instagram-feed .instagram-slider {
padding-left: 0;
cursor: move;
}
.null-instagram-feed .instagram-slider li {
list-style: none;
width: 100% !important;
}
.null-instagram-feed .instagram-pics {
margin-bottom: 0;
padding-left: 0;
}
.null-instagram-feed .instagram-pics.swiper-wrapper {
align-items: center;
}
.null-instagram-feed .instagram-pics img {
max-width: 100%;
}
.null-instagram-feed .instagram-no-space li,
.null-instagram-feed .instagram-no-space .instagram-pics li {
padding: 0!important;
margin: 0!important;
}
.null-instagram-feed.instagram-size-medium li,
.null-instagram-feed.widget .instagram-size-medium li {
width: 12.5%;
}
.null-instagram-feed .widgettitle + .swiper-entry .swiper-container:not(.instagram-no-space),
.null-instagram-feed .widget-title + .swiper-entry .swiper-container:not(.instagram-no-space) {
margin-top: -10px;
}
.content-page .null-instagram-feed:not(.sidebar-widget):not(.footer-widget) .widget-title,
.content-page .null-instagram-feed:not(.sidebar-widget):not(.footer-widget) .widgettitle {
margin-bottom: 0 !important;
border-bottom: none;
font-size: 24px;
text-align: center;
}
.content-page .null-instagram-feed p.clear {
text-align: center;
margin-bottom: 0;
}
@media only screen and (min-width: 993px) {
.content-page .null-instagram-feed p.clear {
margin-top: calc(-1 * var(--space-between-widgets, 3.9em));
}
}
.swiper-container.null-instagram-feed li,
.swiper-container.null-instagram-feed img {
min-height: 70px;
}
.sidebar .null-instagram-feed li a .insta-info span {
font-size: 16px;
} .null-instagram-feed .instagram-pics li {
padding: 10px 12px;
float: left;
margin-bottom: 0;
}
.null-instagram-feed .instagram-pics:not(.swiper-wrapper) li:last-child {
margin-bottom: 4px;
}
.null-instagram-feed .instagram-pics.instagram-columns-2 li:nth-child(2n+1),
.null-instagram-feed .instagram-pics.instagram-columns-3 li:nth-child(3n+1),
.null-instagram-feed .instagram-pics.instagram-columns-4 li:nth-child(4n+1),
.null-instagram-feed .instagram-pics.instagram-columns-5 li:nth-child(5n+1),
.null-instagram-feed .instagram-pics.instagram-columns-6 li:nth-child(6n+1) {
clear: both;
}
.null-instagram-feed .instagram-pics.instagram-columns-2 li {
width: 50%;
}
.null-instagram-feed .instagram-pics.instagram-columns-3 li {
width: 33.33%;
}
.null-instagram-feed .instagram-pics.instagram-columns-4 li {
width: 25%;
}
.null-instagram-feed .instagram-pics.instagram-columns-5 li {
width: 20%;
}
.null-instagram-feed .instagram-pics.instagram-columns-5 li span {
padding: 0 .5em;
}
.null-instagram-feed .instagram-pics.instagram-columns-6 li {
width: 16.665%;
}
.null-instagram-feed .instagram-pics.instagram-columns-6 li span {
padding: 0 .3em;
}
.boxed .null-instagram-feed li a .insta-info span {
font-size: 15px;
}
.sidebar-widget.null-instagram-feed .instagram-pics li,
.footer-widget.null-instagram-feed .instagram-pics li {
padding: 0 10px 10px 0;
}
.sidebar-widget.null-instagram-feed .instagram-pics li a,
.footer-widget.null-instagram-feed .instagram-pics li a {
padding: 0;
}
.sidebar-widget.null-instagram-feed .instagram-pics li .insta-info .insta-likes,
.footer-widget.null-instagram-feed .instagram-pics li .insta-info .insta-likes,
.sidebar-widget.null-instagram-feed .instagram-pics li .insta-info .insta-comments,
.footer-widget.null-instagram-feed .instagram-pics li .insta-info .insta-comments {
display: none;
}
.footer-widget.null-instagram-feed .widget-title {
margin-bottom: 1.88em !important;
background-color: transparent;
}
@media only screen and (max-width: 992px) {
.null-instagram-feed .instagram-pics li {
padding: .6em !important;
}
.null-instagram-feed .instagram-pics .insta-info span {
display: none;
}
.sidebar-widget.null-instagram-feed li {
width: 16.6666% !important;
display: inline-block;
padding: 0 .3571em;
}
}
@media only screen and (max-width: 768px) {
.null-instagram-feed .instagram-pics.instagram-columns-6 li,
.null-instagram-feed .instagram-pics.instagram-columns-5 li,
.null-instagram-feed .instagram-pics.instagram-columns-4 li,
.null-instagram-feed .instagram-pics.instagram-columns-2 li {
width: 33.33%;
clear: none !important;
}
.null-instagram-feed .instagram-pics.instagram-columns-6 li:nth-child(3n + 1),
.null-instagram-feed .instagram-pics.instagram-columns-5 li:nth-child(3n + 1),
.null-instagram-feed .instagram-pics.instagram-columns-4 li:nth-child(3n + 1),
.null-instagram-feed .instagram-pics.instagram-columns-2 li:nth-child(3n + 1) {
clear: both !important;
}
.null-instagram-feed .instagram-pics.instagram-columns-4 li:nth-child(2n+1),
.null-instagram-feed .instagram-pics.instagram-columns-4 li:nth-child(4n+1),
.null-instagram-feed .instagram-pics.instagram-columns-4 li:nth-child(5n+1) {
clear: none;
}
}
@media only screen and (max-width: 480px) {
.sidebar-widget.null-instagram-feed li {
width: 33.333% !important;
display: inline-block;
padding: 0 .3571em;
}
.sidebar-widget.null-instagram-feed li:nth-child(3n + 1) {
clear: both;
}
}
.et-masonry-filters {
animation: fadeIn .7s linear;
}
.et-masonry-filters-list {
padding-left: 0!important;
text-align: center;
margin: 1.5em 0 5em;
}
.et-masonry-filters-list li {
display: inline-block;
font-size: 1rem;
}
.et-masonry-filters-list li a {
padding: 0;
margin: 5px 15px;
text-transform: uppercase;
position: relative;
}
.et-masonry-filters-list li a:after {
content: "";
display: block;
position: absolute;
height: 2px;
background-color: currentColor;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
left: 50%;
right: 50%;
bottom: -3px;
opacity: 0;
}
.et-masonry-filters-list li a.active {
color: var(--et_active-color);
}
.et-masonry-filters-list li a.active:after {
left: 0;
right: 0;
opacity: 1;
} .mfp-bg,
.mfp-wrap {
position: fixed;
}
.mfp-bg,
.mfp-wrap,
.mfp-container {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mfp-bg {
z-index: 1042;
overflow: hidden;
background: var(--et_dark-color);
opacity: .5;
filter: alpha(opacity=80);
}
.mfp-wrap {
z-index: 1043;
outline: none !important;
backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container .zoom-images-button,
.mfp-container .open-video-popup,
.mfp-container .open-360-popup {
opacity: 0 !important;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur {
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
user-select: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-align-top .mfp-container:before,
.mfp-loading.mfp-figure,
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
}
button.mfp-close {
font-size: 0 !important;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close,
#cboxClose {
width: 44px !important;
height: 44px !important;
line-height: 40px;
position: absolute;
right: 0 !important;
padding-right: 0 !important;
top: 0;
text-decoration: none;
text-align: center;
opacity: .65;
filter: alpha(opacity=65);
font-size: 0;
background: transparent !important;
color: #9b9b9b;
transition: all .2s linear;
text-indent: 0 !important;
}
.mfp-close:before,
#cboxClose:before {
font-family: 'xstore-icons';
display: inline-block;
font-size: 16px;
content: "\e90a";
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.mfp-close:hover:before,
#cboxClose:hover:before {
color: var(--et_active-color);
}
.mfp-close:hover,
#cboxClose:hover,
.mfp-close:focus,
#cboxClose:focus {
opacity: 1;
filter: alpha(opacity=100);
outline: none;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-zoom-out.mfp-ready {
z-index: 10002;
}
.mfp-close-btn-in .mfp-close {
color: var(--et_dark-color);
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: .65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
transform: translateY(-50%);
width: 100px;
height: 100px;
background: transparent;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-arrow:after {
font-family: 'xstore-icons';
color: #fff;
font-size: 30px;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
content: "\e904";
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
content: "\e902";
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
div.mfp-iframe-holder .mfp-close,
div.mfp-image-holder .mfp-close {
text-align: center;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler .mfp-close {
top: 0 !important;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
.et-lightbox-opened button.mfp-close {
display: none;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
html.et-mfp-opened {
overflow: visible !important;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
transform: scale(0.75);
}
.mfp-arrow-left {
transform-origin: 0;
}
.mfp-arrow-right {
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
} .mfp-zoom-out .mfp-with-anim {
animation: none;
transform: translateX(-50px);
}
.mfp-zoom-out .mfp-with-anim,
.mfp-zoom-out.mfp-bg {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
opacity: 1;
transform: translateX(0);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
opacity: .5;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim,
.mfp-zoom-out.mfp-removing.mfp-bg {
opacity: 0;
}
.mc4wp-form .et-mailchimp label {
font-weight: 400;
}
.mpc-mailchimp.mpc-submit--small .et-mailchimp:not(.classic-button) input[type="submit"] {
width: 40px;
}
.mc4wp-form-basic .et-mailchimp input[type=date],
.mc4wp-form-basic .et-mailchimp input[type=email],
.mc4wp-form-basic .et-mailchimp input[type=tel],
.mc4wp-form-basic .et-mailchimp input[type=text],
.mc4wp-form-basic .et-mailchimp input[type=url],
.mc4wp-form-basic .et-mailchimp select,
.mc4wp-form-basic .et-mailchimp textarea {
max-width: unset;
}
.et-mailchimp {
margin-bottom: 20px;
position: relative;
}
.et-mailchimp p {
position: relative;
margin-bottom: 10px;
line-height: 1.5;
}
.et-mailchimp p:last-child {
margin-bottom: 0;
}
.et-mailchimp input[type="email"] {
background-color: #fff;
border-color: #e1e1e1;
color: var(--et_dark-color);
max-width: 100%;
height: 40px;
}
.et-mailchimp label,
.et-mailchimp input[type="email"]::-webkit-input-placeholder,
.et-mailchimp input[type="email"]::-moz-placeholder {
color: var(--et_main-color);
}
.et-mailchimp:not(.classic-button) input[type="submit"] {
width: 40px;
height: 100%;
padding: 0;
border-style: solid;
border-left: none;
position: absolute;
top: 0;
right: 0;
font-size: 0;
background: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/mailchimp-plus.png) no-repeat center;
background-size: 16px;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.et-mailchimp:not(.classic-button) input[type="submit"]:hover {
border-color: #e1e1e1;
opacity: .8;
}
.et-mailchimp:not(.dark) input[type="submit"] {
color: #fff;
background-color: var(--et_active-color);
}
.et-mailchimp:not(.dark):not(.classic-button) input[type="submit"] {
background-image: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/mailchimp-plus-white.png);
}
.et-mailchimp.classic-button p {
display: flex;
}
.et-mailchimp.classic-button input[type="submit"] {
padding-right: 15px;
padding-left: 15px;
border-style: solid;
}
.et-mailchimp.classic-button input[type="email"] {
border-right: none;
}
.et-mailchimp.classic-button:not(.dark) input[type="submit"]:hover {
border-color: #e1e1e1;
opacity: .8;
}
.et-mailchimp.dark input[type="submit"] {
background-color: #fff;
color: var(--et_dark-color);
border-left: none;
border-color: #e1e1e1;
}
.et-mailchimp.dark input[type="submit"]:hover {
color: var(--et_main-color);
border-color: #e1e1e1;
}
.footer .mc4wp-form .et-mailchimp,
.prefooter .mc4wp-form .et-mailchimp {
margin-bottom: 0;
}
.mark-text.text {
padding: 0 .35em .21em .35em;
color: var(--et_main-color);
}
.mark-text.paragraph,
.mark-text.paragraph-boxed {
display: inline-block;
font-size: 1.42rem;
color: var(--et_dark-2-white);
opacity: .6;
line-height: 2.42rem;
margin-bottom: 1em;
}
.mark-text.paragraph-boxed {
background-color: var(--et_white-2-dark);
text-align: center;
padding: 1.75em 2.5em;
} @media only screen and (min-width: 993px) {
.mega-menus-full-width .menu-wrapper > .menu-main-container .item-design-mega-menu.columns-2 .nav-sublist-dropdown .block-container,
.item-design-mega-menu.columns-2 .nav-sublist-dropdown {
width: 462px;
}
.mega-menus-full-width .menu-wrapper > .menu-main-container .item-design-mega-menu.columns-3 .nav-sublist-dropdown .block-container,
.item-design-mega-menu.columns-3 .nav-sublist-dropdown {
width: 750px;
}
.mega-menus-full-width .menu-wrapper > .menu-main-container .item-design-mega-menu.columns-4 .nav-sublist-dropdown .block-container,
.item-design-mega-menu.columns-4 .nav-sublist-dropdown {
width: 1000px;
}
.mega-menus-full-width .menu-wrapper > .menu-main-container .item-design-mega-menu.columns-5 .nav-sublist-dropdown .block-container,
.item-design-mega-menu.columns-5 .nav-sublist-dropdown,
.mega-menus-full-width .menu-wrapper > .menu-main-container .item-design-mega-menu.columns-6 .nav-sublist-dropdown .block-container,
.item-design-mega-menu.columns-6 .nav-sublist-dropdown {
width: 1250px;
}
.item-design-posts-subcategories {
position: relative;
}
.item-design-posts-subcategories .nav-sublist-dropdown .posts-subcategories {
padding: 1.12em 0 1.12em 1.12em;
}
.item-design-mega-menu .nav-sublist-dropdown {
padding: 0;
}
.item-design-mega-menu .nav-sublist-dropdown .item-link {
color: var(--et_dark-color);
}
.item-design-mega-menu .nav-sublist-dropdown .item-link:hover {
color: var(--et_main-color);
}
.item-design-mega-menu .nav-sublist-dropdown ul li {
vertical-align: middle;
}
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-label-hot > a,
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-label-new > a,
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-label-sale > a {
background-position: right top !important;
}
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-item-has-children ul .menu-label-hot a,
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-item-has-children ul .menu-label-new a,
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-item-has-children ul .menu-label-sale a {
background-position: right center !important;
}
.item-design-mega-menu .nav-sublist-dropdown .item-level-1 > a {
text-transform: uppercase;
line-height: 1;
font-size: 1rem;
padding: 0 2.3em 1.071em;
}
.item-design-mega-menu .nav-sublist-dropdown .item-level-1:last-child {
border-right: 0;
}
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.without-border {
border: none !important;
}
.item-design-mega-menu .nav-sublist-dropdown .nav-sublist a {
display: block;
padding: .5em 2em;
font-size: 1.14rem;
color: var(--et_main-color);
}
.item-design-mega-menu .nav-sublist-dropdown .nav-sublist a:hover {
color: var(--et_dark-2-white);
}
.item-design-mega-menu .nav-sublist-dropdown > .container {
padding-top: 0;
padding-bottom: 0;
}
.item-design-mega-menu .nav-sublist-dropdown > .container > ul {
margin: 0;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: auto;
padding: 2.14em 0 0;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.item-design-mega-menu .nav-sublist-dropdown > .container > ul > li {
float: left;
display: block;
margin-bottom: 2.14em;
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets {
padding-top: .72em;
padding-left: 2.3em;
padding-right: 2.5em;
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets .widget-title {
color: var(--et_dark-color) !important;
text-transform: uppercase;
padding-top: 0;
line-height: 1;
font-size: 1rem;
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner {
visibility: hidden;
pointer-events: none;
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2 img {
transition: all 1s cubic-bezier(0.29, 0.04, 0.19, 0.98);
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2 .banner-content {
transition: all 1.2s cubic-bezier(0.29, 0.04, 0.19, 0.98);
opacity: 0;
transform: scale(0.8) translateY(-50%);
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2 .banner-content .content-inner {
transform: translateY(0);
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2:hover img {
opacity: .4;
transform: scale(0.85);
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2:hover .banner-content {
opacity: 1;
transform: scale(1) translateY(-50%);
}
.item-design-mega-menu .nav-sublist-dropdown .item-design2-image {
border-right: none !important;
margin-left: -1px;
padding-left: 20px;
padding-right: 20px;
}
.item-design-mega-menu .nav-sublist-dropdown .item-design2-image:first-child {
padding-left: 20px;
}
.item-design-mega-menu .nav-sublist-dropdown .item-design2-image:last-child {
padding-right: 20px;
}
.item-design-mega-menu .nav-item-image img {
width: 100%;
}
.item-design-mega-menu.columns-2 .nav-sublist-dropdown ul > li:nth-child(2n+1),
.item-design-mega-menu.columns-3 .nav-sublist-dropdown ul > li:nth-child(3n+1),
.item-design-mega-menu.columns-4 .nav-sublist-dropdown ul > li:nth-child(4n+1),
.item-design-mega-menu.columns-5 .nav-sublist-dropdown ul > li:nth-child(5n+1),
.item-design-mega-menu.columns-6 .nav-sublist-dropdown ul > li:nth-child(6n+1) {
clear: both;
}
.item-design-mega-menu.columns-2 .nav-sublist-dropdown .container > ul > li {
width: 50%;
}
.item-design-mega-menu.columns-3 .nav-sublist-dropdown .container > ul > li {
width: 33.33%;
}
.item-design-mega-menu.columns-4 .nav-sublist-dropdown .container > ul > li {
width: 25%;
}
.item-design-mega-menu.columns-5 .nav-sublist-dropdown .container > ul > li {
width: 20%;
}
.item-design-mega-menu.columns-6 .nav-sublist-dropdown .container > ul > li {
width: 16.66%;
}
.item-design-mega-menu .recent-posts-widget .post-widget-item img {
max-width: 2.86em;
}
.item-design-posts-subcategories .nav-sublist-dropdown {
width: 1140px;
left: 15px;
top: 100% !important;
min-height: 220px;
padding: 30px 15px 30px 30px;
border: 1px solid var(--et_border-color);
}
.item-design-posts-subcategories .nav-sublist-dropdown .posts-subcategories {
display: inline-block;
width: 100%;
}
.item-design-posts-subcategories .nav-sublist-dropdown .posts-subcategories .posts-content {
position: relative;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.item-design-posts-subcategories .nav-sublist-dropdown .posts-subcategories.loading-posts .posts-content {
opacity: 0;
}
.item-design-posts-subcategories .subcategories-tabs {
width: 20%;
display: block;
float: left;
}
.item-design-posts-subcategories .subcategories-tabs ul {
position: static !important;
padding: 0 !important;
border: none !important;
}
.item-design-posts-subcategories .subcategories-tabs li {
border-bottom: 1px solid var(--et_border-color);
color: var(--et_main-color);
padding: 15px 0 15px;
font-size: .93rem;
line-height: 16px;
text-align: left;
text-transform: uppercase;
cursor: pointer;
}
.item-design-posts-subcategories .subcategories-tabs li:hover {
color: var(--et_dark-color);
}
.item-design-posts-subcategories .subcategories-tabs li:first-child {
padding-top: 0;
}
.item-design-posts-subcategories .posts-content {
width: 80%;
display: block;
float: left;
text-align: left;
padding-left: 35px;
}
.item-design-posts-subcategories .posts-content .post-preview {
width: 33.33%;
display: block;
float: left;
padding: 0 15px;
}
.item-design-posts-subcategories .posts-content .post-preview a {
font-size: 14px;
text-transform: uppercase;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block;
}
.item-design-posts-subcategories .posts-content .post-preview-thumbnail {
position: relative;
margin-bottom: 15px;
cursor: pointer;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.item-design-posts-subcategories .posts-content .post-preview-thumbnail:hover {
opacity: .7;
}
.item-design-posts-subcategories .posts-content .post-preview-thumbnail .post-category {
position: absolute;
left: 0;
top: 15px;
z-index: 2;
padding: 5px 15px;
color: #fff;
-webkit-text-fill-color: currentColor;
font-size: 11px;
text-transform: uppercase;
background-color: var(--et_active-color);
}
.item-design2-image-no-borders {
margin: -2.14em 0 0 0 !important;
border: 0 !important;
display: flex !important;
justify-content: center;
}
.item-design2-image-no-borders .item-link {
font-size: 0;
text-align: center;
align-self: center;
}
.boxed .item-design-mega-menu.columns-5 .nav-sublist-dropdown {
width: 1230px;
transform: translateX(10px);
}
}
@media only screen and (min-width: 993px) and (max-width: 1250px) {
.item-design-mega-menu.columns-5 .nav-sublist-dropdown {
width: 980px;
}
}  .breadcrumbs,
.woocommerce-breadcrumb,
.bbp-breadcrumb {
list-style: none;
display: block;
width: 100%;
padding: 0;
margin: 0;
color: var(--et_main-color);
}
.breadcrumbs li,
.woocommerce-breadcrumb li,
.bbp-breadcrumb li {
display: inline-block;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.breadcrumbs li.lastItem:after,
.woocommerce-breadcrumb li.lastItem:after,
.bbp-breadcrumb li.lastItem:after {
display: none;
}
.breadcrumbs a,
.woocommerce-breadcrumb a,
.bbp-breadcrumb a {
padding: 0 1px;
}
.breadcrumbs a,
.woocommerce-breadcrumb a,
.bbp-breadcrumb a,
.breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover,
.bbp-breadcrumb a:hover {
color: var(--et_main-color);
}
.breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover,
.bbp-breadcrumb a:hover {
opacity: .7;
}
.breadcrumbs a,
.woocommerce-breadcrumb a,
.bbp-breadcrumb a,
.breadcrumbs .delimeter,
.woocommerce-breadcrumb .delimeter,
.bbp-breadcrumb .delimeter {
display: inline-block;
}
.breadcrumbs,
.woocommerce-breadcrumb,
.bbp-breadcrumb,
.page-heading .title {
text-transform: capitalize;
}
div.bbp-breadcrumb {
font-size: 1rem;
}
.bbp-breadcrumb p {
margin-bottom: 0;
}
.bbp-breadcrumb-current {
display: block;
color: var(--et_dark-color);
}
.woocommerce-breadcrumb a:last-of-type + .delimeter,
#breadcrumb a:last-of-type + .delimeter,
.bbp-breadcrumb a:last-of-type + .bbp-breadcrumb-sep {
font-size: 0;
}
.tax-brand .page-heading.bc-type-left2 .woocommerce-breadcrumb a + .delimeter,
body:not(.tax-brand) .page-heading .delimeter + .delimeter {
display: none;
}
.page-heading {
padding: .85em;
text-align: center;
background-repeat: no-repeat;
background-position: center center;
}
.page-heading .title {
font-weight: inherit;
letter-spacing: inherit;
}
.page-heading .title,
.page-heading .bbp-breadcrumb-current {
margin-bottom: 0;
word-wrap: break-word;
}
.page-heading + .page-heading {
display: none !important;
}
.bc-type-left,
.bc-type-left .breadcrumbs,
.bc-type-left .woocommerce-breadcrumb,
.bc-type-left #breadcrumb,
.bc-type-left .bbp-breadcrumb,
.bc-type-left .title {
text-align: start;
}
.bc-type-left .delimeter:last-child {
font-size: 0;
}
.bc-type-left2 .a-center {
text-align: start;
}
.bc-type-left2 .breadcrumbs,
.bc-type-left2 .woocommerce-breadcrumb,
.bc-type-left2 .bbp-breadcrumb {
display: inline-block;
width: auto;
margin-right: 0.285em;
}
.bc-type-left2 .title {
display: inline-block;
font-family: inherit;
font-size: 100%;
}
.bc-type-left2 .bbp-breadcrumb-current {
display: inline-block;
}
.bc-type-left,
.bc-type-default {
padding: 1.7em 0;
}
.bc-type-left .title,
.bc-type-default .title,
.bc-type-left .bbp-breadcrumb-current,
.bc-type-default .bbp-breadcrumb-current {
font-size: 170%;
text-transform: uppercase;
}
.bc-type-left .span-title,
.bc-type-default .span-title,
.bc-type-left .span-title + .delimeter,
.bc-type-default .span-title + .delimeter {
display: none;
}
.page-heading .delimeter,
.page-heading .bbp-breadcrumb-sep,
.back-history:before,
.page-heading .title:before {
font-size: .57em;
}
.archive.category .page-heading .delimeter,
.error404 .page-heading .delimeter,
.page-heading.bc-type-left2 .delimeter,
.page-heading.bc-type-left2 .bbp-breadcrumb-sep {
font-size: .57em !important;
}
.single .bc-type-left2 .breadcrumbs + .title:before,
.archive .bc-type-left2 .breadcrumbs + .title:before,
.error404 .bc-type-left2 .breadcrumbs + .title:before {
content: '\e904';
font-family: 'xstore-icons';
display: inline-block;
padding-right: 4px;
}
[class*="paged-"].woocommerce-page .page-heading.bc-type-left2 .title {
font-size: 0;
}
.span-title:last-of-type {
color: var(--et_dark-2-white);
}
.category .bc-type-left2 .current,
.archive.category .bc-type-left2 .title:before,
.bc-type-disable,
.single-post .page-heading.bc-type-left2 .title {
display: none;
}
.single-product.global-product-name-on .page-heading.bc-type-left2 .delimeter:last-child {
font-size: 0 !important;
}
.product-content .page-heading .woocommerce-breadcrumb,
.product-content .page-heading .woocommerce-breadcrumb .title,
.product-content .page-heading .woocommerce-breadcrumb a {
color: var(--et_dark-2-white);
}
a.back-history {
position: absolute;
right: 15px;
top: 0;
padding: 0;
}
a.back-history:hover,
a.back-history:focus {
text-decoration: none;
}
a.back-history:before {
content: '\e902';
font-family: 'xstore-icons';
position: absolute;
left: -2px;
top: 50%;
transform: translate(-100%, -50%);
}
.bc-color-white .breadcrumbs,
.bc-color-white .woocommerce-breadcrumb,
.bc-color-white .bbp-breadcrumb,
.bc-color-white,
.bc-color-white a,
.bc-color-white h1,
.bc-color-white h2,
.bc-color-white h3,
.bc-color-white h4 {
color: #fff;
}
.bc-color-white a:hover {
color: #fff;
}
@media only screen and (max-width: 1200px) {
.back-history {
display: none !important;
}
}
@media only screen and (max-width: 992px) {
.page-heading {
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (max-width: 480px) {
.page-heading.bc-type-left2 {
padding-top: 15px;
padding-bottom: 15px;
}
} div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
background: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/pretty-sprite.png) -51px 1px no-repeat !important;
}
div.pp_default .pp_close {
background: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/pretty-sprite.png) 2px 1px no-repeat !important;
}
div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
background: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/pretty-sprite.png) -31px -3px no-repeat !important;
}
div.pp_default a.pp_arrow_next {
background-position: -82px -3px !important;
}
div.pp_default .pp_expand {
background: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/pretty-sprite.png) 0 -29px no-repeat !important;
}
div.pp_default .pp_expand:hover {
background: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/pretty-sprite.png) 0 -56px no-repeat !important;
}
div.pp_default .pp_description {
text-align: center;
margin-left: 0 !important;
position: absolute;
left: 50%;
bottom: 6px;
transform: translateX(-50%);
}
div.pp_default .pp_content_container a.pp_next,
div.pp_default .pp_content_container a.pp_previous {
text-indent: 0;
width: 40px;
height: 40px;
background: none;
background-color: var(--et_white-2-dark);
font-size: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: auto;
right: 30px;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align: center;
}
div.pp_default .pp_content_container a.pp_next:before,
div.pp_default .pp_content_container a.pp_previous:before {
font-size: 16px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
div.pp_default .pp_content_container a.pp_next:hover,
div.pp_default .pp_content_container a.pp_previous:hover {
background-color: var(--et_active-color);
}
div.pp_default .pp_content_container a.pp_next:hover:before,
div.pp_default .pp_content_container a.pp_previous:hover:before {
color: #fff !important;
}
div.pp_default .pp_content_container a.pp_previous {
left: 30px !important;
right: auto !important;
}
div.pp_default .pp_content_container a.pp_previous::before,
div.pp_default .pp_content_container a.pp_next::before {
position: absolute;
font-family: 'xstore-icons';
}
div.pp_default .pp_content_container a.pp_previous::before {
content: "\e902";
}
div.pp_default .pp_content_container a.pp_next:before {
content: "\e904";
}
div.pp_default .pp_content_container .pp_right {
background-image: none !important;
padding-right: 0 !important;
}
div.pp_default .pp_content_container .pp_left {
background-image: none !important;
padding-left: 0 !important;
}
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
display: none;
}
div.pp_default .pp_nav {
margin-left: 10px !important;
}
a.pp_contract,
a.pp_expand {
right: 40px !important;
}
a.pp_close {
right: 10px !important;
}
.pp_nav {
margin-top: 0 !important;
}
.search-no-results .articles-pagination {
display: none;
}
.search-no-results .content .widget_search {
width: 16.5em;
} ul.menu-social-icons {
padding-left: 0;
margin-bottom: 0;
}
ul.menu-social-icons li {
float: left;
position: relative;
list-style: none;
line-height: 1;
margin-bottom: 0;
}
ul.menu-social-icons li:first-child a {
padding-left: 0;
}
ul.menu-social-icons li:last-child a {
padding-right: 0;
}
ul.menu-social-icons li a {
padding: 3px 10px;
}
ul.menu-social-icons li a:hover {
color: var(--et_active-color);
}
ul.menu-social-icons li a:focus {
outline: none;
}
ul.menu-social-icons i {
position: relative;
z-index: 2;
font-style: normal;
}
ul.menu-social-icons.icons-filled li a i {
padding: 7px;
color: #fff;
}
ul.menu-social-icons.icons-filled li a .et-facebook {
background-color: #3a5795;
}
ul.menu-social-icons.icons-filled li a .et-twitter {
background-color: #55ACF2;
}
ul.menu-social-icons.icons-filled li a .et-instagram {
background-color: #2d5a82;
}
ul.menu-social-icons.icons-filled li a .et-google {
background-color: #dd4c3e;
}
ul.menu-social-icons.icons-filled li a .et-pinterest {
background-color: #bd2126;
}
ul.menu-social-icons.icons-filled li a .et-etsy {
background-color: #eb6d20;
}
ul.menu-social-icons.icons-filled li a .et-tik-tok {
background-color: #000;
}
ul.menu-social-icons.icons-filled li a .et-untapped {
background-color: #ffc000;
}
ul.menu-social-icons.icons-filled li a .et-linkedin {
background-color: #1898b9;
}
ul.menu-social-icons.icons-filled li a .et-tumblr {
background-color: #35465c;
}
ul.menu-social-icons.icons-filled li a .et-message {
background-color: #888;
}
ul.menu-social-icons.icons-filled li a .et-youtube {
background-color: #e2282e;
}
ul.menu-social-icons.icons-filled li a .et-telegram {
background-color: #0088cc;
}
ul.menu-social-icons.icons-filled li a .et-vimeo {
background-color: #2ab8e8;
}
ul.menu-social-icons.icons-filled li a .et-skype {
background-color: #1eb7ec;
}
ul.menu-social-icons.icons-filled li a .et-rss {
background-color: #f97636;
}
ul.menu-social-icons.icons-filled li a .et-vk {
background-color: #507299;
}
ul.menu-social-icons.icons-filled li a .et-houzz {
background-color: #7cc04b;
}
ul.menu-social-icons.icons-filled li a .et-whatsapp {
background-color: #25d266;
}
ul.menu-social-icons.icons-filled li a .et-tripadvisor {
background-color: #7cc04b;
} body.search article.type-staticblocks {
display: none !important;
} .tabs {
margin: 0 0 3.5714em;
display: inline-block;
width: 100%;
}
.tabs .tab-content {
font-size: 1.14rem;
display: none;
float: right;
padding-top: 1em;
width: 100%;
}
.tabs .tab-content .list li {
display: list-item;
}
.tabs .tab-content .list-unstyled,
.tabs .tab-content .list-unstyled li:last-child {
margin-bottom: 0;
}
.tabs .tab-content .seller-rating .star-rating {
margin-bottom: .7rem;
}
.tabs .tab-content .seller-name + li {
margin-top: -0.25em;
}
.tabs .tab-content .shop_attributes tr:first-child th,
.tabs .tab-content .shop_attributes tr:first-child td {
padding-top: 0;
}
.tabs .tabs-nav {
width: 100%;
margin-bottom: 0;
text-align: center;
}
.tabs .tabs-nav li {
display: inline-block;
list-style: none;
}
.tabs .accordion-title {
display: none;
}
.tabs .wc-tabs {
padding-left: 0;
}
.tabs.tabs-default .wc-tabs {
border-bottom: 1px solid var(--et_border-color);
}
.tabs table td:last-child {
text-align: left;
text-align: start;
}
.tabs .tab-title {
display: block;
position: relative;
text-transform: uppercase;
font-size: 1rem;
padding: 7px 10px;
}
.tabs .tab-title:hover,
.tabs .tab-title:focus {
text-decoration: none !important;
}
.tabs .tab-title.opened,
.tabs .tab-title.opened:hover,
.tabs .tab-title:before {
color: var(--et_active-color);
}
.tab-seller ul {
padding: 0 !important;
list-style: none;
}
.tab-seller h2 {
font-size: 1rem;
text-transform: uppercase;
}
.left-bar .left-titles {
float: left;
width: 28%;
}
.left-bar .left-titles li {
list-style-type: none;
border: 1px solid var(--et_border-color);
font-size: 1rem;
line-height: inherit;
border-bottom: 0;
padding: 1em;
margin-right: -1px;
position: relative;
margin-bottom: 0;
border-right: none;
}
.left-bar .left-titles li:last-child {
border-bottom: 1px solid var(--et_border-color);
}
.left-bar .left-titles a {
display: inline-block;
padding: 0;
}
.left-bar .tabs-nav {
display: none;
}
.left-bar .tab-content {
float: left;
width: 72%;
padding: 32px 40px;
border: 1px solid var(--et_border-color);
}
.left-bar .tab-content p:last-child {
margin-bottom: 0;
}
.tabs .accordion-title {
border-top: 1px solid var(--et_border-color);
border-bottom: 1px solid var(--et_border-color);
margin-bottom: -1px;
}
.tabs .accordion-title a {
padding: 1em 14px 1em 0;
}
.tabs .accordion-title a:after {
display: inline-block;
content: '\e905';
font-family: 'xstore-icons';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
line-height: 1;
}
.tabs .accordion-title.opened-parent a:after {
content: '\e903';
}
.tabs.accordion .accordion-title {
display: block;
}
.tabs.accordion .tabs-nav {
display: none;
}
.tabs.accordion .tab-content {
float: none;
}
.tabs.accordion #reviews #comments > h2,
.tabs.accordion .comment-reply-title {
border-top: none;
}
.col-md-6 .woocommerce-tabs #reviews #comments .commentlist li {
margin-bottom: 0;
}
.col-md-6 .woocommerce-tabs #reviews #comments .commentlist li:last-child {
border-bottom: none;
}
.col-md-6 .woocommerce-tabs #reviews #comments,
.col-md-6 .woocommerce-tabs #reviews #review_form_wrapper {
width: 100%;
padding-left: 0;
padding-right: 0;
}
#reviews .commentlist .star-rating {
margin-top: 10px;
}
.tabs-with-scroll .tab-content {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.tabs-with-scroll .tab-content .tab-content-scroll {
padding-right: 10px;
}
.tabs-with-scroll .tab-content .tab-content-inner {
max-height: 300px;
padding-bottom: 10px;
overflow-x: hidden;
overflow-y: auto;
}
.tabs-with-scroll .tab-content:after {
position: absolute;
content: '';
display: block;
width: 100%;
height: 30px;
bottom: 0;
background: linear-gradient(to bottom, var(--et_white-2-dark-0) 0%, var(--et_white-2-dark) 80%);
}
.et-tabs-wrapper .tabs-nav {
border-bottom: 1px solid var(--et_border-color);
padding-left: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-content: stretch;
align-items: stretch;
padding-bottom: 8px;
}
.et-tabs-wrapper .tabs-nav li {
position: relative;
margin-bottom: 0;
max-width: 270px;
flex: 1 1 auto;
align-self: flex-end;
}
.et-tabs-wrapper .tabs-nav li.et-opened:before {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -14px;
display: block;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 6px 6px 0 6px;
border-color: #1794e1 transparent transparent transparent;
border-left-color: transparent !important;
border-right-color: transparent !important;
}
.et-tabs-wrapper .tabs-nav li a {
position: relative;
padding-left: 35px;
padding-right: 35px;
text-align: center;
text-transform: capitalize;
}
.et-tabs-wrapper .tabs-nav li a img {
margin-left: auto;
margin-right: auto;
}
.et-tabs-wrapper .tabs-nav li a span {
position: static !important;
}
.et-tabs-wrapper .tabs .tab-title {
font-size: 1rem;
padding-top: 35px;
text-transform: uppercase;
}
.et-tabs-wrapper .tabs .tab-title img {
display: block;
margin-bottom: 10px;
}
.et-tabs-wrapper .et-tab {
display: none;
}
.et-tabs-wrapper .et-tab-content {
padding-top: 22px;
}
.et-tabs-wrapper.title-hover .tabs-nav li img {
opacity: 1;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
order: 2;
}
.et-tabs-wrapper.title-hover .tabs-nav li a {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 0;
}
.et-tabs-wrapper.title-hover .tabs-nav li a span {
color: var(--et_active-color);
opacity: 0;
font-size: .9rem;
padding: .9rem;
line-height: 1.2rem;
border: 1px solid var(--et_active-color);
transform: translateY(10px);
order: 1;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.et-tabs-wrapper.title-hover .tabs-nav li:hover img,
.et-tabs-wrapper.title-hover .tabs-nav li.et-opened img {
opacity: 0;
}
.et-tabs-wrapper.title-hover .tabs-nav li:hover a span,
.et-tabs-wrapper.title-hover .tabs-nav li.et-opened a span {
opacity: 1;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateY(0);
}
.et-tabs-wrapper.title-hover .tabs-nav li:hover a span:hover,
.et-tabs-wrapper.title-hover .tabs-nav li.et-opened a span:hover {
background-color: var(--et_active-color);
color: #fff;
}
.et-tabs-wrapper.title-hover .tabs-nav .delimiter {
width: 30px;
height: 2px;
background-color: var(--et_active-color);
opacity: .4;
margin-left: 15px;
margin-right: 15px;
align-self: center;
display: flex;
}
.et-tabs-wrapper.title-hover .tabs-nav .delimiter:last-of-type {
display: none;
}
.tabs .tabs-nav li {
margin: 0 -2px 0;
}
.tabs .tabs-nav li a:before {
content: '';
height: 2px;
width: 0;
right: 0;
background-color: currentColor;
position: absolute;
transition: width 0.2s ease-in-out;
bottom: 0;
z-index: 1;
}
.tabs .tabs-nav .active.et-opened a:before {
width: 100%;
left: 0;
right: auto;
}
@media only screen and (max-width: 992px) {
.left-bar .left-titles li {
padding: 1em 1.5em;
}
.left-bar .left-titles li .tab-title {
font-size: 1rem;
}
.et-tabs-wrapper .tabs-nav {
display: none;
}
.et-tabs-wrapper .tabs-nav li {
display: block;
width: 100%;
max-width: 100%;
border-top: 1px solid var(--et_border-color);
}
.et-tabs-wrapper .tabs-nav li.et-opened:before {
bottom: -6px;
z-index: 10;
}
.et-tabs-wrapper .tabs-nav li a {
text-align: left;
padding: 15px 0 !important;
}
.et-tabs-wrapper .tabs .accordion-title {
display: block !important;
width: 100%;
max-width: 100%;
border-top: 1px solid var(--et_border-color);
text-align: left;
padding: 15px 0 !important;
font-size: 20px;
}
.et-tabs-wrapper .tabs .accordion-title img {
display: inline-block !important;
max-width: 50px;
vertical-align: middle;
margin-right: 20px !important;
margin-bottom: 0 !important;
}
.et-tabs-wrapper .tabs .accordion-title span {
display: inline-block;
vertical-align: middle;
}
.et-tabs-wrapper .tabs .accordion-title.opened:before {
position: absolute;
left: 50%;
transform: translateX(-50%);
display: block;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 6px 6px 0 6px;
border-color: #1e1e1e transparent transparent transparent;
border-left-color: transparent !important;
border-right-color: transparent !important;
bottom: -6px;
z-index: 10;
}
.et-tabs-wrapper .et-tab-content {
padding-top: 30px;
}
}
@media only screen and (max-width: 768px) {
.tabs.tabs-default .wc-tabs {
white-space: nowrap;
overflow-y: hidden;
overflow: auto;
}
.tabs.tabs-default .wc-tabs::-webkit-scrollbar {
display: none;
}
}
@media only screen and (max-width: 600px) {
.left-bar .left-titles {
width: 100%;
}
.left-bar .left-titles .wc-tabs {
margin-bottom: 0;
}
.left-bar .left-titles li {
margin-right: 0;
border-right: 1px solid var(--et_border-color);
}
.left-bar .tab-content {
width: 100%;
border-top: none;
padding: 1em 1.5em;
}
.left-bar .tab-content .seller-rating + .text {
display: block;
}
}
.tabs-full-width {
background-color: var(--et_white-2-dark);
}
.tabs-full-width .tabs {
padding: 0 15px;
} .global-post-template-full-width.single-testimonials .post-header {
padding-left: 15px;
}
.global-post-template-full-width.single-testimonials .post-categories {
display: none;
}
.global-post-template-full-width.single-testimonials .wp-picture {
margin-bottom: 15px;
margin-right: 15px;
display: inline-block;
}
.global-post-template-full-width.single-testimonials .post-heading {
display: inline-block;
vertical-align: top;
}
.etheme-testimonials .testimonial {
transition: all .3s linear;
--size-quotes-proportion: 7;
}
.etheme-testimonials .testimonial .content-wrapper {
display: flex;
align-items: flex-start;
}
.etheme-testimonials .testimonial .inner-content > span {
display: block;
}
.etheme-testimonials .testimonial .inner-content img {
display: inline-block;
}
.etheme-testimonials .testimonial .inner-content:first-child:not(:only-child) {
margin-right: 15px;
}
.etheme-testimonials .testimonial .inner-content:last-child:not(:only-child) {
margin-left: 15px;
}
.etheme-testimonials .testimonial .justify-content-start .star-rating {
margin-left: 0;
}
.etheme-testimonials .testimonial .justify-content-end .star-rating {
margin-right: 0;
}
.etheme-testimonials .testimonial.with-shadow .content-wrapper {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
transition: all .3s linear;
}
.etheme-testimonials .testimonial.with-shadow:hover .content-wrapper {
box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}
.etheme-testimonials .testimonial.with-border .content-wrapper {
border: 1px solid var(--et_border-color);
}
.etheme-testimonials .testimonial .name {
font-weight: 600;
}
.etheme-testimonials .testimonial .content {
position: relative;
}
.etheme-testimonials .testimonial .star-rating {
margin-bottom: 0;
}
.etheme-testimonials .testimonial .quotes {
font-size: calc(var(--size-quotes-proportion) * 10px);
}
.etheme-testimonials .testimonial.style-2 .inner-content svg {
position: absolute;
top: 0;
right: 15px;
opacity: .1;
}
.etheme-testimonials[data-type="grid"] {
margin: 0 -15px -30px;
}
.etheme-testimonials[data-type="grid"] .testimonial {
margin-bottom: 30px;
}
.etheme-testimonials.columns-2 .testimonial:nth-child(2n+1),
.etheme-testimonials.columns-3 .testimonial:nth-child(3n+1),
.etheme-testimonials.columns-4 .testimonial:nth-child(4n+1) {
clear: both;
} .et_image-with-hover img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.et_image-hover-2:hover img,
.et_image-hover-2.active img,
.et_image-hover-4:not(:hover):not(.active) img {
transform: scale(1.15);
}
.et_image-hover-6 img {
transition-duration: .5s;
width: calc(100% + 30px);
max-width: calc(100% + 30px);
}
.et_image-hover-6:not(:hover):not(.active) img {
transform: translateX(-30px);
}
.et_image-hover-5 img {
transition-duration: .35s;
width: calc(100% + 60px);
max-width: calc(100% + 60px);
}
.et_image-hover-5:not(:hover):not(.active) img {
transform: translateX(-30px) scale(1.15);
}
.wp-block-button {
margin-bottom: 15px;
}
.wp-block-cover,
.wp-block-cover-image {
color: #fff;
}
.wp-block-cover {
margin-bottom: .36em;
}
.sticky-message-on .content-page .woocommerce-notices-wrapper,
.sticky-message-on .content-page .woocommerce-NoticeGroup,
.sticky-message-on .content-page .woocommerce-message,
.sticky-message-on .content-page .woocommerce-error,
.sticky-message-on .content-page .woocommerce-info {
position: fixed;
bottom: 0;
z-index: 3;
margin-bottom: -2px;
left: 0;
right: 0;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease-in-out, visibility 3s ease-in-out;
animation: et-woo-fadeIn 7s ease-in-out, et-toTop 1s ease-in-out;
}
.sticky-message-on .content-page .woocommerce-notices-wrapper [class*=woocommerce],
.sticky-message-on .content-page .woocommerce-NoticeGroup [class*=woocommerce] {
position: static;
margin-bottom: 2px !important;
}
.sticky-message-on .content-page .woocommerce-message,
.sticky-message-on .content-page .woocommerce-error,
.sticky-message-on .content-page .woocommerce-info,
.sticky-message-on .content-page .dokan-info,
.sticky-message-on .content-page .mc4wp-alert {
display: flex;
align-items: center;
justify-content: center;
padding: 1.12em 1.2em !important;
color: #fff;
font-size: 1.14em;
word-wrap: break-word;
background-color: var(--et_green-color) !important;
border-radius: 0;
width: 100%;
box-sizing: border-box;
}
.sticky-message-on .content-page .woocommerce-message a,
.sticky-message-on .content-page .woocommerce-error a,
.sticky-message-on .content-page .woocommerce-info a,
.sticky-message-on .content-page .dokan-info a,
.sticky-message-on .content-page .mc4wp-alert a {
color: currentColor;
}
.sticky-message-on .content-page .woocommerce-message .button,
.sticky-message-on .content-page .woocommerce-error .button,
.sticky-message-on .content-page .woocommerce-info .button,
.sticky-message-on .content-page .dokan-info .button,
.sticky-message-on .content-page .mc4wp-alert .button {
float: none;
order: 1;
}
.sticky-message-on .content-page .woocommerce-message:before,
.sticky-message-on .content-page .woocommerce-error:before,
.sticky-message-on .content-page .woocommerce-info:before,
.sticky-message-on .content-page .dokan-info:before,
.sticky-message-on .content-page .mc4wp-alert:before {
display: none;
}
.sticky-message-on .content-page .woocommerce-error {
padding-left: calc(1.2em + 25px) !important;
background-color: var(--et_red-color) !important;
}
.sticky-message-on .content-page .woocommerce-error:before {
content: "\f534";
}
.sticky-message-on .content-page .woocommerce-info {
background-color: var(--et_blue-color) !important;
}
.sticky-message-on .content-page .woocommerce-info:before {
content: "\f534";
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.dokan-info,
.dokan-error,
.dokan-alert,
.dokan-alert-success,
.mc4wp-alert,
.woocommerce-order-overview-wrapper ~ p {
padding: .79em 1.2em .79em 45px;
padding: 0.79em 1.2em 0.79em calc(1.2em + 25px);
margin: 0 0 1.43em;
position: relative;
font-size: 1.14rem;
word-wrap: break-word;
background: var(--et_notice-bg-color, var(--et_green-color));
border-left: 3px solid var(--et_dark-2-white-02);
color: #fff;
border-radius: 0;
display: inline-block;
width: 100%;
box-sizing: border-box;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before,
.dokan-info:before,
.dokan-error:before,
.dokan-alert:before,
.dokan-alert-success:before,
.mc4wp-alert:before,
.woocommerce-order-overview-wrapper ~ p:before {
position: absolute;
font-family: 'xstore-icons';
border-radius: 50%;
left: 20px;
padding: 0;
top: auto;
background: transparent;
font-style: normal;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.dokan-info .button,
.dokan-error .button,
.dokan-alert .button,
.dokan-alert-success .button,
.mc4wp-alert .button,
.woocommerce-order-overview-wrapper ~ p .button {
float: right;
height: auto;
padding: 0;
font-size: inherit;
background: transparent !important;
border: none !important;
text-decoration: underline;
text-transform: capitalize;
color: currentColor;
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.dokan-info .button:hover,
.dokan-error .button:hover,
.dokan-alert .button:hover,
.dokan-alert-success .button:hover,
.mc4wp-alert .button:hover,
.woocommerce-order-overview-wrapper ~ p .button:hover {
opacity: .7;
}
.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.dokan-info a:not(.button),
.dokan-error a:not(.button),
.dokan-alert a:not(.button),
.dokan-alert-success a:not(.button),
.mc4wp-alert a:not(.button),
.woocommerce-order-overview-wrapper ~ p a:not(.button) {
opacity: .85;
color: currentColor;
text-decoration: underline;
}
.woocommerce-message a:not(.button):hover,
.woocommerce-error a:not(.button):hover,
.woocommerce-info a:not(.button):hover,
.dokan-info a:not(.button):hover,
.dokan-error a:not(.button):hover,
.dokan-alert a:not(.button):hover,
.dokan-alert-success a:not(.button):hover,
.mc4wp-alert a:not(.button):hover,
.woocommerce-order-overview-wrapper ~ p a:not(.button):hover {
opacity: .7;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
margin-left: 15px;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li,
.dokan-info li,
.dokan-error li,
.dokan-alert li,
.dokan-alert-success li,
.mc4wp-alert li {
list-style: none outside !important;
padding-left: 0 !important;
margin-left: 0 !important;
margin-bottom: 0;
line-height: inherit;
}
.dokan-alert strong,
.dokan-info strong,
.dokan-alert-success strong {
font-weight: 400;
}
.woocommerce-error,
.mc4wp-error,
.dokan-error,
.dokan-alert-warning {
padding-left: 45px !important;
padding-left: calc(1.2em + 25px) !important;
margin-bottom: 1.43em !important;
background-color: var(--et_notice-bg-color, var(--et_red-color));
}
.woocommerce-error:before,
.mc4wp-error:before,
.dokan-error:before,
.dokan-alert-warning:before {
content: "\e900";
}
.woocommerce-info.vc_empty-element {
pointer-events: none;
}
.woocommerce-info.vc_empty-element:after,
.woocommerce-info.vc_empty-element + .vc_controls {
display: none;
}
.woocommerce-info,
.dokan-info,
.mc4wp-info,
.woocommerce-order-overview-wrapper ~ p {
background-color: var(--et_notice-bg-color, var(--et_blue-color));
}
.woocommerce-info:before,
.dokan-info:before,
.mc4wp-info:before,
.woocommerce-order-overview-wrapper ~ p:before {
content: "\e906";
}
.woocommerce-message:before,
.dokan-alert-success:before,
.mc4wp-success:before {
content: "\e92a";
}
.woocommerce-NoticeGroup {
margin-top: 20px;
}
.woocommerce-NoticeGroup strong {
font-weight: 400;
}
.woocommerce-info.vc_empty-element {
pointer-events: none;
}
.woocommerce-info.vc_empty-element:after,
.woocommerce-info.vc_empty-element + .vc_controls {
display: none;
}
.woocommerce-NoticeGroup {
margin-top: 20px;
}
.woocommerce-NoticeGroup strong {
font-weight: 400;
}
.mc4wp-alert {
margin-top: 10px;
margin-bottom: 10px;
background: #fff;
}
.mc4wp-alert p {
flex-wrap: wrap;
text-align: left;
}
.mc4wp-alert,
.mc4wp-alert p,
.mc4wp-alert a {
color: var(--et_dark-2-white);
}
.content-page > .woocommerce-notices-wrapper:not(:empty) {
margin-top: 1.43em;
}
.et-notify {
position: fixed;
top: 0;
right: 0;
background: var(--et_border-color);
color: #fff;
z-index: 9;
margin: 5px;
font-size: 1rem;
padding: 15px 30px;
border-radius: 3px;
box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
transition: all 0.3s ease-in-out;
}
.et-notify:empty {
display: none;
}
.et-notify:not(.removing) {
animation: fadeIn 0.3s linear, et-rtl 0.3s linear;
}
.et-notify.removing {
transform: translateX(-7px);
opacity: 0;
visibility: hidden;
}
.et-notify:before {
font-family: 'xstore-icons';
margin-right: 5px;
}
.et-notify[data-type=success] {
background: var(--et_green-color);
}
.et-notify[data-type=success]:before {
content: '\e92a';
}
.et-notify[data-type=error] {
background: var(--et_red-color);
}
.et-notify[data-type=error]:before {
content: '\e900';
}
@media only screen and (max-width: 480px) {
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
font-size: 1rem;
}
.single-product .woocommerce-message .button,
.single-product .woocommerce-error .button,
.single-product .woocommerce-info .button {
display: none;
}
} .list ul,
.list {
padding-left: 0;
margin-bottom: 15px;
}
.list li {
display: inline-block;
list-style: none;
}
.list li:before {
content: "\e904";
font-family: 'xstore-icons';
font-size: .7em;
margin-right: 10px;
}  .menu li.menu-disable_titles > a {
font-size: 0 !important;
line-height: 0 !important;
padding: 0 !important;
}
.menu li.menu-disable_titles > a i {
font-size: 1.14rem !important;
}
.label-text {
position: relative;
top: -2px;
margin-left: 9px;
color: #fff;
font-size: 10px;
line-height: 1;
padding: 1.5px 3px 3px;
text-transform: uppercase;
display: inline-block;
}
.label-text:not(:only-child) {
order: -1;
}
.label-text:before {
content: '';
width: 0;
height: 0;
border: 4px solid;
border-left-color: transparent;
border-top-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 50%;
left: -8px;
transform: translateY(-50%);
}
.menu-label-new > a .label-text {
background-color: #88b643;
}
.menu-label-new > a .label-text:before {
border-right-color: #88b643;
}
.menu-label-sale > a .label-text {
background-color: #e6bd47;
}
.menu-label-sale > a .label-text:before {
border-right-color: #e6bd47;
}
.menu-label-hot > a .label-text {
background-color: #a4004f;
}
.menu-label-hot > a .label-text:before {
border-right-color: #a4004f;
}
.nav-sublist-dropdown {
position: absolute;
top: 100%;
left: 0;
z-index: -1;
display: none;
animation: fadeOut;
width: 18em;
padding: 2.14em 2.14em;
background-color: var(--et_white-2-dark);
text-align: left;
text-align: start;
border: 1px solid var(--et_border-color);
box-sizing: border-box;
}
.nav-sublist-dropdown .container {
width: auto;
padding: 0;
}
.nav-sublist-dropdown .item-link {
display: block;
font-size: 1rem;
padding: .72em 0;
}
.nav-sublist-dropdown ul {
padding-left: 0;
display: block;
width: 100%;
}
.nav-sublist-dropdown p:empty {
display: none;
}
.menu-static-block ul {
display: inline-block;
}
.nav-sublist-dropdown ul > li,
.my-account-link ul > li {
position: relative;
display: inline-block;
width: 100%;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.item-design-dropdown .nav-sublist-dropdown {
padding: 1em 0;
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children {
position: relative;
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a {
position: static;
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
content: "\e904";
font-size: 10px;
font-family: 'xstore-icons';
position: absolute;
right: 2.5em;
top: 50%;
transform: translateY(-50%);
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > .nav-sublist {
display: none;
animation: fadeOut;
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children:hover > .nav-sublist {
display: block;
animation-name: fadeIn;
animation-duration: .2s;
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children:hover:after {
content: "";
display: inline-block;
position: absolute;
right: -5px;
top: 0;
width: 5px;
height: 100%;
}
.item-design-dropdown .nav-sublist-dropdown ul > li > a {
width: 100%;
font-size: 1.14rem;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: .6em 1.9em;
}
.item-design-dropdown .nav-sublist-dropdown ul > li ul {
position: absolute;
top: -1.07em;
border: 1px solid var(--et_border-color);
z-index: 0;
left: 100%;
}
.item-design-dropdown .nav-sublist-dropdown ul > li ul ul {
z-index: -2;
}
.item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul {
background-color: var(--et_white-2-dark);
padding: 1em 0;
width: 100%;
}
.item-design-dropdown .nav-sublist-dropdown ul > .header-search a {
padding: .6em 1.9em;
}
.menu-item-has-children:hover .nav-sublist-dropdown,
li:hover .nav-sublist-dropdown,
li.menu-open-by-click.opened .nav-sublist-dropdown {
display: block;
animation-name: fadeIn;
animation-duration: .2s;
z-index: 1002;
}
.simple-hover .nav-sublist-dropdown {
display: block;
opacity: 0;
visibility: hidden;
}
.simple-hover:hover .nav-sublist-dropdown {
opacity: 1;
visibility: visible;
} @keyframes skeletonloading {
to {
background-position: 200% 0;
}
}
.skeleton-body {
--linear-gradient: #f4f4f4;
--linear-gradient-overlay: rgba(255, 255, 255, 0);
--linear-gradient-overlay-2: rgba(255, 255, 255, 0.8);
}
.skeleton-body.et-popup {
overflow: hidden;
}
.skeleton-body > .et-popup-content:empty {
min-height: 350px;
}
.skeleton-body > .et-mini-content:empty:before,
.skeleton-body > .et-popup-content:empty:before {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0 15px;
background-repeat: no-repeat;
}
.skeleton-body > .et-mini-content:empty,
.skeleton-body .product-content {
overflow: hidden;
}
.skeleton-body > .et-mini-content:empty:after,
.skeleton-body .product-content:after,
.skeleton-body.et-popup > div:empty:after {
content: '';
position: absolute;
top: -50%;
left: -50%;
right: -50%;
bottom: -50%;
transform: rotate(45deg);
background-image: linear-gradient(90deg, var(--linear-gradient-overlay, rgba(255, 255, 255, 0)) 20%, var(--linear-gradient-overlay-2, rgba(255, 255, 255, 0.8)) 50%, var(--linear-gradient-overlay, rgba(255, 255, 255, 0)) 80%);
background-size: 60% 100%;
background-position: -100% 0;
background-repeat: no-repeat;
animation: skeletonloading 1.5s infinite .2s;
z-index: 1;
}
.skeleton-body .product-images:empty:before {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0 15px;
background-repeat: no-repeat;
background-image: linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0); background-size: 100% 100%; background-position: left 0; }
.skeleton-body.product > div:empty:before,
.skeleton-body .product-information:empty:before {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0 15px;
background-repeat: no-repeat;
}
.skeleton-body.product > div:empty:before {
background-image: linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0) ;
background-size: 100% 450px, 60% 20px, 20% 15px, 27% 15px, 45% 15px, 35% 15px, 195% 15px, 65% 15px, 85% 15px, 30% 15px, 40% 40px ;
background-position: left 15px, left 480px, left 515px, left 545px, left 575px, left 605px, left 635px, left 665px, left 695px, left 725px, left 770px ;
}
.skeleton-body .product-information:empty:before {
background-image: linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0) ;
background-size: 60% 20px, 20% 15px, 27% 15px, 45% 15px, 35% 15px, 195% 15px, 65% 15px, 85% 15px, 30% 15px, 40% 40px ;
background-position: left 15px, left 50px, left 80px, left 110px, left 140px, left 170px, left 200px, left 230px, left 260px, left 290px ;
}
.skeleton-body.et-popup > div:empty:before {
min-height: 500px;
display: block;
width: 100%;
background-image: linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0);
background-size: 50% 20px,
40% 20px,
55% 20px,
35% 20px,
45% 20px,
50% 20px,
40% 20px,
45% 20px,
55% 20px,
35% 20px;
background-position: center 20px,
center 50px,
center 80px,
center 110px,
center 140px,
center 170px,
center 200px,
center 230px,
center 260px,
center 290px;
margin: 0;
}
.carousel-area .product-slide {
padding: 10px 12px 0;
}
.carousel-area .item-no-space {
padding: 0;
}
.swiper-container {
--arrow-size: var(--arrow-size, '50px');
}
.swiper-container.carousel-area:not(.swiper-container-multirow) {
margin-left: -12px;
margin-right: -12px;
}
.sidebar-slider .swiper-pagination {
margin-top: 0;
}
.sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) p.product-title,
.sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) .price {
opacity: 0;
}
.sidebar-slider .swiper-container-rtl .swiper-lazy {
opacity: 1 !important;
}
.sidebar-slider .swiper-container-rtl .swiper-lazy-preloader {
display: none;
}
.sidebar-slider .swiper-container-rtl.swiper-container .swiper-slide p.product-title,
.sidebar-slider .swiper-container-rtl.swiper-container .swiper-slide .price {
opacity: 1 !important;
}
.swiper-button-disabled + .swiper-button-disabled + .swiper-container > .swiper-pagination-bullets {
display: none !important;
}
.swiper-entry .swiper-custom-left,
.swiper-entry .swiper-custom-right,
.mpc-nav-preset--default .mpc-nav__arrow i {
opacity: 0;
visibility: hidden;
z-index: 3;
transition-delay: .5s;
}
.swiper-entry:hover .swiper-custom-left,
.swiper-entry:hover .swiper-custom-right,
.mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpc-nav__arrow i {
opacity: 1;
visibility: visible;
transition-delay: 0s;
}
.swiper-entry:hover .swiper-custom-left:hover,
.swiper-entry:hover .swiper-custom-right:hover,
.mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpc-nav__arrow i:hover {
opacity: .7;
}
.swiper-entry {
position: relative;
--arrow-size: 50px;
}
.swiper-entry:not(.swipers-couple-wrapper) .swiper-wrapper {
cursor: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/drag.png) 16 9, ew-resize;
}
.swiper-wrapper img {
display: block;
}
.swiper-custom-left:before,
.swiper-custom-right:before,
.hover-effect-slider .sm-arrow:before,
.mpc-nav-preset--default i:before {
font-family: 'xstore-icons';
font-size: calc(var(--arrow-size, 50px) / 2.5);
}
.swiper-custom-left,
.swiper-custom-right,
.mpc-nav-preset--default .mpc-nav__arrow i {
display: flex;
align-items: center;
justify-content: center;
width: var(--arrow-size, 50px);
height: var(--arrow-size, 50px);
position: absolute;
top: calc(50% - var(--arrow-size, 50px) / 2);
background-color: var(--et_arrows-bg-color, #f2f2f2);
background-image: none !important;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
outline: none;
margin: 0;
}
.swiper-custom-left:hover,
.swiper-custom-right:hover,
.mpc-nav-preset--default .mpc-nav__arrow i:hover {
opacity: .7;
}
.swiper-custom-left:after,
.swiper-custom-right:after,
.mpc-nav-preset--default .mpc-nav__arrow i:after {
content: '';
position: absolute;
top: -100%;
bottom: -100%;
}
.swiper-custom-left:hover,
.swiper-custom-right:hover {
background-color: var(--et_arrows-bg-color, #f2f2f2);
}
.swiper-custom-left,
.swiper-custom-right,
.swiper-custom-left:hover,
.swiper-custom-right:hover {
color: var(--et_arrows-color);
}
.swiper-custom-left,
.mpc-nav-preset--default .mpcslick-prev i {
left: calc(-1 * var(--arrow-size, 50px) - 40px);
}
.swiper-custom-left:before,
.mpc-nav-preset--default .mpcslick-prev i:before {
content: '\e902';
}
.swiper-custom-left:after,
.mpc-nav-preset--default .mpcslick-prev i:after {
right: -10px;
left: 0;
}
.swiper-custom-right,
.mpc-nav-preset--default .mpcslick-next i {
right: calc(-1 * var(--arrow-size, 50px) - 40px);
}
.swiper-custom-right:before,
.mpc-nav-preset--default .mpcslick-next i:before {
content: '\e904';
}
.swiper-custom-right:after,
.mpc-nav-preset--default .mpcslick-next i:after {
left: -10px;
right: 0;
}
.swiper-custom-left.type-archery:before {
content: '\e947';
}
.swiper-custom-right.type-archery:before {
content: '\e948';
}
.swiper-custom-left.style-1,
.swiper-custom-right.style-1 {
background: none;
}
.swiper-custom-left.style-2,
.swiper-custom-right.style-2,
.swiper-custom-left.style-3,
.swiper-custom-right.style-3,
.swiper-custom-left.style-4,
.swiper-custom-right.style-4 {
border-radius: 50%;
}
.swiper-custom-left.style-2,
.swiper-custom-right.style-2,
.swiper-custom-left.style-6,
.swiper-custom-right.style-6 {
border: 1px solid var(--et_border-color);
background-color: var(--et_white-2-dark);
}
.swiper-custom-left.style-2:hover,
.swiper-custom-right.style-2:hover,
.swiper-custom-left.style-6:hover,
.swiper-custom-right.style-6:hover {
border-color: var(--et_dark-color);
}
.swiper-custom-left.style-3,
.swiper-custom-right.style-3,
.swiper-custom-left.style-5,
.swiper-custom-right.style-5 {
background-color: #F2F2F2;
}
.swiper-custom-left.style-3:hover,
.swiper-custom-right.style-3:hover,
.swiper-custom-left.style-5:hover,
.swiper-custom-right.style-5:hover {
color: var(--et_white-2-dark);
background-color: var(--et_dark-2-white);
}
.swiper-custom-left.style-4,
.swiper-custom-right.style-4 {
color: var(--et_main-color);
background-color: var(--et_white-2-dark);
box-shadow: 0 13px 17px var(--et_dark-2-white-01);
}
.swiper-custom-left.style-4:hover,
.swiper-custom-right.style-4:hover {
color: var(--et_dark-2-white);
}
.swiper-entry:hover .swiper-custom-left,
.mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpcslick-prev i {
left: calc(-1 * var(--arrow-size, 50px) - 10px);
}
.swiper-entry:hover .swiper-custom-right,
.mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpcslick-next i {
right: calc(-1 * var(--arrow-size, 50px) - 10px);
}
.swipers-couple-wrapper {
z-index: 0;
}
.swipers-couple-wrapper .swiper-custom-left,
.swipers-couple-wrapper .swiper-custom-right {
background: transparent !important;
}
.swipers-couple-wrapper .swiper-custom-left:hover,
.swipers-couple-wrapper .swiper-custom-right:hover {
color: var(--et_main-color);
}
.swiper-control-bottom {
margin-bottom: 1.43em;
}
.swiper-control-bottom ul {
margin-bottom: 0;
}
.swiper-control-bottom .swiper-button-disabled {
display: none !important;
}
.swipers-couple-wrapper .swiper-control-bottom ul li {
margin-bottom: .1em;
}
.swipers-couple-wrapper .swiper-control-bottom .swiper-slide img::selection {
background-color: transparent;
}
.swipers-couple-wrapper .swiper-wrapper img,
.et_post-slider .swiper-wrapper img {
margin: 0 auto;
background-color: var(--et_site-background-color, var(--et_container-bg-color, transparent));
}
.et_post-slider {
--arrow-size: 40px;
}
.swipers-couple-wrapper.images-wrapper.is_stuck + div {
z-index: -1;
}
.swiper-button-disabled,
.swiper-button-disabled:hover {
opacity: .7;
}
.main-product-slider-wrapper {
max-width: 570px;
margin: 0 auto;
}
.product-small-preview-entry {
max-width: 70px;
margin: 0 auto;
opacity: .2;
transition: all .15s;
background-size: cover;
background-position: center center;
}
.product-small-preview-entry .content {
padding-bottom: 100%;
}
.swiper-slide-active .product-small-preview-entry {
opacity: 1;
} .swiper-lazy-preloader {
width: 100%;
margin-left: 0 !important;
margin-top: 0 !important;
animation: none !important;
transform: translate(-50%, -50%);
}
.swiper-lazy-preloader:after {
background-image: none !important;
}
.swiper-entry:not(.wpb_images_carousel) .swiper-lazy {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.swiper-entry:not(.wpb_images_carousel) .swiper-lazy.lazyload-lqip {
opacity: 1;
width: 100%;
height: 100%;
}
.swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {
opacity: 1 !important;
}
.swiper-class-blog {
display: block;
}
.swiper-class-blog .swiper-wrapper img {
width: auto;
}
.et_post-slider::selection {
background: transparent;
}
.et_post-slider .swiper-custom-left,
.et_post-slider .swiper-custom-right {
z-index: 5;
}
.et_post-slider .swiper-button-disabled {
display: flex !important;
}
.et_post-slider:hover .swiper-button-disabled {
opacity: .4 !important;
}
.single-post .et_post-slider {
margin-bottom: 25px;
}
.single-post .et_post-slider .swiper-slide {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
opacity: 1;
}
.single-post .et_post-slider .swiper-slide img {
width: 100%;
}
.single-post .et_post-slider .swiper-slide:hover {
opacity: .7;
cursor: pointer;
}
.swiper-pagination {
margin-top: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: var(--et_dark-2-white);
opacity: .4;
}
.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:first-child:last-child {
display: none;
}
.swiper-pagination-lines .swiper-pagination span {
border-radius: 0;
width: 19px;
height: 4px;
}
.et_post-slider .swiper-pagination {
position: absolute;
} .arrows-hovered .sm-arrow,
.arrows-hovered > .swiper-container .swiper-custom-left,
.arrows-hovered > .swiper-container .swiper-custom-right {
position: absolute;
top: calc(50% - var(--arrow-size, 50px) / 2);
color: var(--et_dark-2-white);
cursor: pointer;
transition: opacity .3s ease, transform .3s ease;
opacity: 0 !important;
z-index: 3;
border: 15px solid transparent;
font-size: 0;
}
.arrows-hovered .sm-arrow::selection,
.arrows-hovered > .swiper-container .swiper-custom-left::selection,
.arrows-hovered > .swiper-container .swiper-custom-right::selection {
background-color: transparent;
}
.arrows-hovered .arrow-left,
.arrows-hovered > .swiper-container .swiper-custom-left {
left: 0 !important;
}
.arrows-hovered .arrow-left:before,
.arrows-hovered > .swiper-container .swiper-custom-left:before {
content: "\e902";
}
.arrows-hovered .arrow-right,
.arrows-hovered > .swiper-container .swiper-custom-right {
right: 0 !important;
}
.arrows-hovered .arrow-right:before,
.arrows-hovered > .swiper-container .swiper-custom-right:before {
content: "\e904";
}
.arrows-hovered .hover-effect-slider .sm-arrow:before {
font-size: 16px;
}
.arrows-hovered:hover .arrow-left,
.arrows-long-path:hover .arrow-left,
.arrows-hovered:hover > .swiper-container .swiper-custom-left,
.arrows-long-path:hover > .swiper-container .swiper-custom-left,
.arrows-hovered:hover .arrow-right,
.arrows-long-path:hover .arrow-right,
.arrows-hovered:hover > .swiper-container .swiper-custom-right,
.arrows-long-path:hover > .swiper-container .swiper-custom-right {
transform: translateX(0);
opacity: 1 !important;
}
.arrows-hovered.arrows-hovered-static > .swiper-container .swiper-custom-left,
.arrows-hovered.arrows-hovered-static > .swiper-container .swiper-custom-right {
opacity: 1 !important;
visibility: visible;
}
.arrows-hovered.arrows-hovered-static > .swiper-container .swiper-custom-left:not(:hover),
.arrows-hovered.arrows-hovered-static > .swiper-container .swiper-custom-right:not(:hover) {
transform: translateX(0);
}
.arrows-hovered .arrow-left,
.arrows-hovered > .swiper-container .swiper-custom-left {
transform: translateX(-5px);
left: 0;
}
.arrows-hovered .arrow-left:hover,
.arrows-hovered > .swiper-container .swiper-custom-left:hover {
transform: translateX(-3px);
}
.arrows-hovered .arrow-right,
.arrows-hovered > .swiper-container .swiper-custom-right {
transform: translateX(5px);
right: 0;
}
.arrows-hovered .arrow-right:hover,
.arrows-hovered > .swiper-container .swiper-custom-right:hover {
transform: translateX(3px);
}
.arrows-hovered .swiper-control-bottom .swiper-custom-right:hover,
.arrows-hovered .swiper-control-bottom .swiper-custom-left:hover {
transform: none;
}
.arrows-long-path .arrow-left,
.arrows-long-path > .swiper-container .swiper-custom-left {
transform: translateX(-100%);
left: 0;
}
.arrows-long-path .arrow-right,
.arrows-long-path > .swiper-container .swiper-custom-right {
transform: translateX(100%);
right: 0;
}
@media screen and (min-width: 993px) {
.sidebar-enabled .post-grid.col-md-4 {
--arrow-size: 40px;
}
.sidebar-enabled .post-grid.col-md-4 .swiper-custom-left,
.sidebar-enabled .post-grid.col-md-4 .swiper-custom-right {
text-align: center;
}
.sidebar-enabled .post-grid.col-md-3 {
--arrow-size: 35px;
}
}
@media screen and (max-width: 1024px) {
.swiper-entry {
--arrow-size: 40px;
}
}
@media screen and (max-width: 768px) {
.swipers-couple-wrapper.swiper-entry .swiper-control-bottom .swiper-custom-left,
.swipers-couple-wrapper.swiper-entry .swiper-control-bottom .swiper-custom-right {
display: none;
}
.arrows-hovered .arrow-left,
.arrows-long-path .arrow-left,
.arrows-hovered > .swiper-container .swiper-custom-left,
.arrows-long-path > .swiper-container .swiper-custom-left,
.arrows-hovered .arrow-right,
.arrows-long-path .arrow-right,
.arrows-hovered > .swiper-container .swiper-custom-right,
.arrows-long-path > .swiper-container .swiper-custom-right {
transform: translateX(0);
opacity: 1 !important;
visibility: visible;
}
}
@media screen and (max-width: 480px) {
.swiper-entry .swiper-custom-left,
.swiper-entry:hover .swiper-custom-left,
.swiper-entry .swiper-custom-right,
.swiper-entry:hover .swiper-custom-right {
opacity: 1;
visibility: visible;
}
.swiper-entry .swiper-custom-left,
.swiper-entry:hover .swiper-custom-left {
left: 0;
}
.swiper-entry .swiper-custom-right,
.swiper-entry:hover .swiper-custom-right {
right: 0;
}
}
.arrows-effect-static .swiper-custom-left,
.arrows-effect-static:hover .swiper-custom-left {
left: 20px;
}
.arrows-effect-static .swiper-custom-right,
.arrows-effect-static:hover .swiper-custom-right {
right: 20px;
}  .swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
}
.swiper-container-no-flexbox .swiper-slide {
float: left;
}
.swiper-container-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
display: flex;
transition-property: transform;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
} .swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
} .swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
} .swiper-wp8-horizontal {
touch-action: pan-y;
}
.swiper-wp8-vertical {
touch-action: pan-x;
} .swiper-pagination {
position: relative;
text-align: center;
transition: 300ms;
transform: translateY(-50%);
z-index: 4;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 0;
left: 0;
width: 100%;
} .swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
} .swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
background: #000;
} .swiper-container-3d {
perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
} .swiper-container-cube,
.swiper-container-flip {
overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
pointer-events: none;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
z-index: 0;
backface-visibility: hidden;
} .swiper-container-cube .swiper-slide {
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
} .swiper-container-fade.swiper-container-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
max-width: 100%;
max-height: 100%;
object-fit: contain;
} .swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: var(--et_dark-2-white-01);
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
} .swiper-lazy-preloader {
position: absolute;
left: 50%;
top: 50%;
z-index: 10;
}
.swiper-lazy-preloader:after {
display: none;
}
.et-icon { font-family: 'xstore-icons' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.et-downloads:before {
content: "\e914";
}
.et-logout:before {
content: "\e919";
}
.et-clear-filter:before {
content: "\e91f";
}
.et-grid-2-columns:before {
content: "\e909";
}
.et-grid-4-columns:before {
content: "\e913";
}
.et-emoji-happy:before {
content: "\e955";
}
.et-emoji-neutral:before {
content: "\e957";
}
.et-emoji-sad:before {
content: "\e956";
}
.et-home:before {
content: "\e953";
}
.et-shop:before {
content: "\e954";
}
.et-facebook:before {
content: "\e10";
}
.et-behance:before {
content: "\e11";
}
.et-youtube:before {
content: "\e12";
}
.et-snapchat:before {
content: "\e13";
}
.et-instagram:before {
content: "\e14";
}
.et-google-plus:before {
content: "\e15";
}
.et-pinterest:before {
content: "\e16";
}
.et-linkedin:before {
content: "\e17";
}
.et-rss:before {
content: "\e18";
}
.et-tripadvisor:before {
content: "\e19";
}
.et-twitter:before {
content: "\e20";
}
.et-tumblr:before {
content: "\e21";
}
.et-vk:before {
content: "\e22";
}
.et-vimeo:before {
content: "\e23";
}
.et-skype:before {
content: "\e24";
}
.et-whatsapp:before {
content: "\e25";
}
.et-houzz:before {
content: "\e26";
}
.et-telegram:before {
content: "\e27";
}
.et-etsy:before {
content: "\e28";
}
.et-tik-tok:before {
content: "\e29";
}
.et-twitch:before {
content: "\e30";
}
.et-untapped:before {
content: "\e32";
}
.et-facebook-o:before {
content: "\e50";
}
.et-behance-o:before {
content: "\e51";
}
.et-youtube-o:before {
content: "\e52";
}
.et-snapchat-o:before {
content: "\e53";
}
.et-instagram-o:before {
content: "\e54";
}
.et-google-plus-o:before {
content: "\e55";
}
.et-pinterest-o:before {
content: "\e56";
}
.et-linkedin-o:before {
content: "\e57";
}
.et-rss-o:before {
content: "\e58";
}
.et-tripadvisor-o:before {
content: "\e59";
}
.et-twitter-o:before {
content: "\e60";
}
.et-tumblr-o:before {
content: "\e61";
}
.et-vk-o:before {
content: "\e62";
}
.et-vimeo-o:before {
content: "\e63";
}
.et-skype-o:before {
content: "\e64";
}
.et-whatsapp-o:before {
content: "\e65";
}
.et-houzz-o:before {
content: "\e66";
}
.et-telegram-o:before {
content: "\e67";
}
.et-etsy-o:before {
content: "\e68";
}
.et-tik-tok-o:before {
content: "\e69";
}
.et-twitch-o:before {
content: "\e70";
}
.et-untapped-o:before {
content: "\e72";
}
.et-exclamation:before {
content: "\e900";
}
.et-play-button:before {
content: "\e901";
}
.et-left-arrow:before {
content: "\e902";
}
.et-up-arrow:before {
content: "\e903";
}
.et-right-arrow:before {
content: "\e904";
}
.et-down-arrow:before {
content: "\e905";
}
.et-info:before {
content: "\e906";
}
.et-view:before {
content: "\e907";
}
.et-heart:before {
content: "\e908";
}
.et-delete:before {
content: "\e90a";
}
.et-zoom:before {
content: "\e90b";
}
.et-shopping-cart:before {
content: "\e90c";
}
.et-shopping-cart-2:before {
content: "\e90d";
}
.et-star:before {
content: "\e90e";
}
.et-360-degrees:before {
content: "\e90f";
}
.et-plus:before {
content: "\e910";
}
.et-transfer:before {
content: "\e911";
}
.et-minus:before {
content: "\e912";
}
.et-compare:before {
content: "\e915";
}
.et-shopping-basket:before {
content: "\e916";
}
.et-loader-gif:before {
content: "\e917";
}
.et-tick:before {
content: "\e918";
}
.et-coupon:before {
content: "\e920";
}
.et-share-arrow:before {
content: "\e925";
}
.et-diagonal-arrow:before {
content: "\e927";
}
.et-checked:before {
content: "\e92a";
}
.et-circle:before {
content: "\e92b";
}
.et-heart-o:before {
content: "\e92d";
}
.et-grid-list:before {
content: "\e92e";
}
.et-list-grid:before {
content: "\e92f";
}
.et-share:before {
content: "\e932";
}
.et-controls:before {
content: "\e934";
}
.et-burger:before {
content: "\e936";
}
.et-calendar:before {
content: "\e937";
}
.et-chat:before {
content: "\e938";
}
.et-internet:before {
content: "\e939";
}
.et-message:before {
content: "\e93a";
}
.et-shopping-bag-o:before {
content: "\e93d";
}
.et-shopping-bag:before {
content: "\e93e";
}
.et-delivery:before {
content: "\e940";
}
.et-square:before {
content: "\e941";
}
.et-sent:before {
content: "\e942";
}
.et-more:before {
content: "\e943";
}
.et-upload:before {
content: "\e944";
}
.et-phone-call:before {
content: "\e945";
}
.et-gift:before {
content: "\e946";
}
.et-left-arrow-2:before {
content: "\e947";
}
.et-right-arrow-2:before {
content: "\e948";
}
.et-time:before {
content: "\e949";
}
.et-size:before {
content: "\e950";
}
.et-play-button-2:before {
content: "\e951";
}
.et-gallery:before {
content: "\e952";
}
.et-user:before {
content: "\e1000";
}
.et-star-o:before {
content: "\e930d";
}   .pswp__button {
width: 60px;
height: 60px;
position: absolute;
top: 0;
right: 0;
background: none;
border: none;
cursor: pointer;
}
.pswp__button:before {
font-size: 20px;
font-family: 'xstore-icons';
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pswp__button:focus,
.pswp__button:hover {
opacity: 1;
outline: none;
}
.pswp__button:active {
outline: none;
opacity: .9;
} .pswp__ui--over-close .pswp__button--close {
opacity: 1;
} .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden;
} .pswp__button--arrow--left,
.pswp__button--arrow--right {
top: 50%;
transform: translateY(-50%);
height: 100px;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
font-size: 36px;
}
.pswp__button--arrow--left:after,
.pswp__button--arrow--right:after {
content: '';
width: 70px;
height: 100%;
display: block;
z-index: -1;
position: absolute;
background: #909090;
top: 0;
}
.pswp__button--arrow--left {
left: 0;
right: auto;
}
.pswp__button--arrow--right {
right: 0;
}
.pswp__button,
.pswp__counter {
color: #fff;
}
.pswp__button--arrow--left:before {
content: '\e902';
}
.pswp__button--arrow--right:before {
content: '\e904';
}
.pswp__button--close:before {
content: '\e90a';
} .pswp__counter {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
font-size: 20px;
line-height: 1;
user-select: none;
}    .pswp {
display: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; outline: none;
}
.pswp img {
max-width: none;
}
.pswp,
.pswp__bg,
.pswp__scroll-wrap {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
} .pswp--animate_opacity { opacity: .001;
will-change: opacity; transition: opacity 0.3s cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
display: block;
}
.pswp--zoom-allowed .pswp__img { cursor: url(//pellet.dominowood.pl/wp-content/themes/xstore/images/zoom-in.png) 16 9, zoom-in;
}
.pswp--zoomed-in .pswp__img { cursor: grab;
}
.pswp--dragging .pswp__img { cursor: grabbing;
} .pswp__bg {
background: rgba(34, 34, 34, 0.5);
opacity: 0;
backface-visibility: hidden;
will-change: opacity;
transition: opacity 0.3s ease-out;
}
.pswp,
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
}
.pswp__container,
.pswp__zoom-wrap,
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
} .pswp__container,
.pswp__img {
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.pswp__zoom-wrap {
width: 100%;
transform-origin: left top; transition: transform 0.3s cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
transition: none;
}
.pswp,
.pswp__scroll-wrap,
.pswp__item {
overflow: hidden;
}
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0;
}
.pswp,
.pswp__container,
.pswp__zoom-wrap,
.pswp__img--placeholder {
backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
background: var(--et_dark-color);
}
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0;
}
.pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC;
}
.pswp__error-msg a {
color: #CCC;
text-decoration: underline;
}
.copyrights-widget ul.menu > li > .wpml-ls-link,
.copyrights-widget li .wpml-ls-link {
padding: 6px 10px;
}
.topbar-widget.etheme_widget_socials .widget-title,
.copyrights-widget.etheme_widget_socials .widget-title {
display: inline-block;
text-transform: uppercase;
padding: 0;
margin-right: 5px;
border: none;
}
.topbar-widget.etheme_widget_socials .widget-title + .et-follow-buttons,
.copyrights-widget.etheme_widget_socials .widget-title + .et-follow-buttons {
display: inline-flex;
}
.topbar-widget.etheme_widget_socials .et-follow-buttons a,
.copyrights-widget.etheme_widget_socials .et-follow-buttons a {
font-size: 11px;
display: inline-block;
text-align: center;
}
.topbar-widget.etheme_widget_socials .et-follow-buttons a i,
.copyrights-widget.etheme_widget_socials .et-follow-buttons a i {
color: inherit;
}
.topbar-widget.etheme_widget_socials .et-follow-buttons.buttons-size-normal a,
.copyrights-widget.etheme_widget_socials .et-follow-buttons.buttons-size-normal a {
font-size: 15px;
}
.topbar-widget.etheme_widget_socials .et-follow-buttons.buttons-size-large a,
.copyrights-widget.etheme_widget_socials .et-follow-buttons.buttons-size-large a {
font-size: 19px;
}
.sidebar-widget.etheme_widget_brands li a {
position: relative;
}
.sidebar-widget.etheme_widget_brands li a strong {
font-weight: 400;
}
.sidebar-widget.etheme_widget_search {
display: inline-block;
width: 100%;
}
.sidebar-widget.etheme_widget_search input[type="text"],
.sidebar-widget.etheme_widget_search input[type="email"],
.sidebar-widget.etheme_widget_search input[type="password"] {
display: inline-block;
height: 2.57rem;
}
.sidebar-widget.etheme_widget_search .button {
height: 2.57rem;
margin-top: 0;
float: right;
}
.etheme_widget_recent_entries li,
.etheme_widget_products li {
list-style: none;
}
.etheme_widget_recent_entries .date-event,
.etheme_widget_products .date-event {
margin-right: 5px;
display: block;
}
.etheme_widget_recent_entries .date-event .number,
.etheme_widget_products .date-event .number {
width: 100%;
display: inline-block;
}
.etheme_widget_recent_entries .date-event .number:after,
.etheme_widget_products .date-event .number:after {
content: "";
position: relative;
margin: 0 auto;
display: block;
}
.etheme_widget_products li:last-child {
margin-bottom: 0 !important;
}
.etheme_widget_entries_tabs .tabs {
margin-bottom: 0;
}
.etheme_widget_entries_tabs .tabs .tab-title {
display: inline-block;
padding: 0 0 15px;
margin-right: 15px;
position: relative;
}
.etheme_widget_entries_tabs .post-widget-item:last-child {
padding-bottom: 0;
margin-bottom: 0;
}
.etheme_widget_entries_tabs .tab-content {
border-top: 1px solid var(--et_border-color);
padding-top: 20px;
padding-bottom: 0;
}
.etheme_widget_about_author h4:not(.widget-title) {
margin-bottom: 5px;
}
.etheme_widget_about_author img {
margin-bottom: 1em;
}
.etheme_widget_about_author .author-bio {
margin-bottom: 0;
}
.et-follow-buttons,
.et-follow-buttons a {
display: flex;
align-items: center;
}
.et-follow-buttons a {
font-size: 12px;
margin: 0 7px;
justify-content: center;
}
.et-follow-buttons a:first-child {
margin-left: 0 !important;
}
.et-follow-buttons a:last-child {
margin-right: 0 !important;
}
.et-follow-buttons.buttons-size-normal a {
font-size: 16px;
margin: 0 9px;
}
.et-follow-buttons.buttons-size-large a {
font-size: 20px;
margin: 0 10px;
}
.et-follow-buttons.icons-filled a {
padding: 5px;
position: relative;
}
.et-follow-buttons.icons-filled a:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
opacity: 0;
background: rgba(0, 0, 0, 0.1);
transition: inherit;
border-radius: inherit;
}
.et-follow-buttons.icons-filled a i {
color: #fff;
}
.et-follow-buttons.icons-filled a:hover:before {
opacity: 1;
}
.et-follow-buttons.icons-filled a:last-child {
margin-right: 0 !important;
}
.et-follow-buttons.icons-filled.buttons-size-normal a {
padding: 7px;
}
.et-follow-buttons.icons-filled.buttons-size-large a {
padding: 10px;
}
.et-follow-buttons.icons-filled .follow-facebook {
background-color: #3a5795;
}
.et-follow-buttons.icons-filled .follow-twitter {
background-color: #55ACF2;
}
.et-follow-buttons.icons-filled .follow-instagram {
background-color: #2d5a82;
}
.et-follow-buttons.icons-filled .follow-google {
background-color: #dd4c3e;
}
.et-follow-buttons.icons-filled .follow-pinterest {
background-color: #bd2126;
}
.et-follow-buttons.icons-filled .follow-etsy {
background-color: #eb6d20;
}
.et-follow-buttons.icons-filled .follow-tik-tok {
background-color: #000;
}
.et-follow-buttons.icons-filled .follow-untapped {
background-color: #ffc000;
}
.et-follow-buttons.icons-filled .follow-linkedin {
background-color: #1898b9;
}
.et-follow-buttons.icons-filled .follow-tumblr {
background-color: #35465c;
}
.et-follow-buttons.icons-filled .follow-youtube {
background-color: #e2282e;
}
.et-follow-buttons.icons-filled .follow-telegram {
background-color: #0088cc;
}
.et-follow-buttons.icons-filled .follow-vimeo {
background-color: #2ab8e8;
}
.et-follow-buttons.icons-filled .follow-skype {
background-color: #1eb7ec;
}
.et-follow-buttons.icons-filled .follow-rss {
background-color: #f97636;
}
.et-follow-buttons.icons-filled .follow-vk {
background-color: #507299;
}
.et-follow-buttons.icons-filled .follow-houzz {
background-color: #7cc04b;
}
.et-follow-buttons.icons-filled .follow-whatsapp {
background-color: #25d266;
}
.et-follow-buttons.icons-filled .follow-tripadvisor {
background-color: #7cc04b;
}
.et-follow-buttons.align-left {
justify-content: flex-start;
}
.et-follow-buttons.align-right {
justify-content: flex-end;
}
.etheme_widget_qr_code {
font-size: 1.14rem;
}
.etheme_widget_qr_code .qr-lighbox {
float: right;
max-width: 43px;
max-height: 43px;
}
.menu-element h5 {
font-size: 1.14rem;
text-transform: uppercase;
color: var(--et_dark-color);
margin-bottom: 1.07em;
}
.menu-element .menu {
padding: 0;
margin-bottom: 0;
}
.menu-element .menu:before,
.menu-element .menu:after {
display: table;
content: " ";
}
.menu-element .menu:after {
clear: both;
}
.menu-element .menu li {
list-style: none;
cursor: pointer;
position: relative;
display: block; margin-bottom: 0;
}
.menu-element .menu li > a { display: block;
}
.menu-element .menu > li {
padding: 0 15px; }
.menu-element .menu .label-text {
display: none;
}
.menu-element .menu .menu-item-has-children > a:after {
content: "\e904";
font-family: 'xstore-icons';
font-size: .57em;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.menu-element .menu .menu-item-has-children a {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.menu-element .menu li > a,
.footer .menu-element.horizontal .menu li > a {
padding: .77em 1.07em;
}
.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist-dropdown,
.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist ul {
left: 100%;
}
.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist-dropdown {
top: 50%;
transform: translateY(-50%);
}
.menu-element:not(.horizontal).submenu-left .menu-item-has-children .nav-sublist-dropdown,
.menu-element:not(.horizontal).submenu-left .menu-item-has-children .nav-sublist ul {
left: auto;
right: 100%;
}
.menu-element.submenu-left .menu > li > a {
padding-left: 20px;
padding-right: 10px;
}
.menu-element.submenu-left .menu > li > a:after {
left: 0;
}
.menu-element.submenu-left .menu .menu-item-has-children > a:after {
content: "\e902";
right: auto;
}
.menu-element.submenu-left .menu .nav-sublist-dropdown li > a {
padding-left: 3.5rem;
}
.menu-element.submenu-left .menu .nav-sublist-dropdown li > a:after {
left: 2.5rem;
}
.menu-element.menu-align-center {
text-align: center;
}
.menu-element.menu-align-right {
text-align: right;
}
.menu-element.horizontal {
display: flex;
align-items: center;
}
.menu-element.horizontal.menu-align-center {
justify-content: center;
}
.menu-element.horizontal.menu-align-right {
justify-content: flex-end;
}
.menu-element.horizontal .menu > li {
display: inline-flex;
width: auto;
padding: 0;
}
.menu-element.horizontal .menu > li.menu-item-has-children > a:after {
content: "\e905";
}
.menu-element.horizontal.submenu-top .menu .nav-sublist-dropdown {
top: auto;
bottom: 100%;
}
.menu-element.menu-list .menu .item-with-block .nav-sublist-dropdown,
.menu-element.menu-list .menu .item-with-block > .nav-sublist {
display: none !important;
}
.menu-element.menu-list .menu li .nav-sublist-dropdown,
.menu-element.menu-list .menu li .nav-sublist ul {
position: static !important;
padding: 0 0 0 12px;
border: none;
transform: none;
}
.menu-element.menu-list .menu li .nav-sublist-dropdown,
.menu-element.menu-list .menu li > .nav-sublist {
display: block !important;
animation: none !important;
}
.menu-element.menu-list .menu li ul a {
color: var(--et_main-color);
-webkit-text-fill-color: var(--et_main-color);
text-transform: none;
padding: 8px 0;
}
.menu-element.menu-list .menu a { }
.menu-element.menu-list .menu a:after {
display: none;
}
.menu-element.menu-list .menu .nav-sublist-dropdown ul > li a,
.menu-element.menu-list .menu .nav-sublist-dropdown ul > li .nav-sublist ul li a:hover {
background-color: transparent;
} .et-menu-list {
padding: 0;
margin-bottom: 2.14em;
}
.et-menu-list li {
list-style: none;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
margin-bottom: 0;
line-height: inherit;
}
.et-menu-list ul {
margin: 0;
padding: 0;
}
.et-menu-list .menu-title > *:not(.label-text) {
display: inline-block;
font-size: inherit;
color: inherit;
-webkit-text-fill-color: currentColor;
margin-bottom: 0;
text-transform: inherit !important;
}
.et-menu-list .menu-title i {
display: inline-block;
margin-right: 10px;
}
.et-menu-list .item-title-holder a {
display: block;
font-size: 1rem;
padding: 0 2.3em .7em;
}
.et-menu-list .item-title-holder a:hover {
color: var(--et_active-color);
}
.et-menu-list .subitem-title-holder a {
display: block;
padding: .5em 2em;
font-size: 1.14rem;
color: var(--et_main-color);
}
.et-menu-list .subitem-title-holder a:hover {
color: var(--et_dark-2-white);
}
.et-menu-list .menu-title a,
.et-menu-list .type-img > a {
padding-bottom: 0;
}
.et-menu-list .nav-item-image img {
width: auto;
}
.et-menu-list .menu-sublist .menu-item:last-child .subitem-title-holder a {
padding-bottom: 0;
}
@media only screen and (min-width: 480px) and (max-width: 992px) {
.etheme_widget_about_author img {
float: left;
margin-right: 30px;
}
}
@media only screen and (max-width: 767px) {
.template-content .menu-element {
text-align: center !important;
justify-content: center !important;
}
}
.sidebar-widget,
.widget-container {
display: inline-block;
}
.sidebar-widget,
.widget-container,
.sidebar-widget li,
.widget-container li {
width: 100%;
}
.sidebar-widget ul.menu > li > a,
body:not(.elementor-page) .footer-widget ul.menu > li > a,
.widget ul.menu > li > a,
.sidebar-widget li a,
body:not(.elementor-page) .footer-widget li a,
.widget li a {
font-size: 1.14rem;
}
.sidebar-widget li,
.footer-widget li,
.widget li,
.copyrights-widget li {
align-items: center;
}
.sidebar-widget ul,
.footer-widget ul,
.widget ul,
.copyrights-widget ul {
margin-bottom: 0;
padding-left: 0;
}
.sidebar-widget ul.menu > li,
.footer-widget ul.menu > li,
.widget ul.menu > li,
.copyrights-widget ul.menu > li {
padding-left: 0;
padding-right: 0;
}
.sidebar-widget ul.menu > li > a,
.footer-widget ul.menu > li > a,
.widget ul.menu > li > a,
.copyrights-widget ul.menu > li > a,
.sidebar-widget li a,
.footer-widget li a,
.widget li a,
.copyrights-widget li a {
display: inline-block;
padding: 6px 0;
}
.sidebar-widget > ul > li:first-child,
.footer-widget > ul > li:first-child,
.widget > ul > li:first-child,
.copyrights-widget > ul > li:first-child,
.sidebar-widget .menu-main-menu-container > ul > li:first-child,
.footer-widget .menu-main-menu-container > ul > li:first-child,
.widget .menu-main-menu-container > ul > li:first-child,
.copyrights-widget .menu-main-menu-container > ul > li:first-child,
.sidebar-widget .wpb_wrapper > ul > li:first-child,
.footer-widget .wpb_wrapper > ul > li:first-child,
.widget .wpb_wrapper > ul > li:first-child,
.copyrights-widget .wpb_wrapper > ul > li:first-child,
.sidebar-widget .textwidget > ul > li:first-child,
.footer-widget .textwidget > ul > li:first-child,
.widget .textwidget > ul > li:first-child,
.copyrights-widget .textwidget > ul > li:first-child {
align-items: flex-start;
}
.sidebar-widget > ul > li:first-child > a,
.footer-widget > ul > li:first-child > a,
.widget > ul > li:first-child > a,
.copyrights-widget > ul > li:first-child > a,
.sidebar-widget .menu-main-menu-container > ul > li:first-child > a,
.footer-widget .menu-main-menu-container > ul > li:first-child > a,
.widget .menu-main-menu-container > ul > li:first-child > a,
.copyrights-widget .menu-main-menu-container > ul > li:first-child > a,
.sidebar-widget .wpb_wrapper > ul > li:first-child > a,
.footer-widget .wpb_wrapper > ul > li:first-child > a,
.widget .wpb_wrapper > ul > li:first-child > a,
.copyrights-widget .wpb_wrapper > ul > li:first-child > a,
.sidebar-widget .textwidget > ul > li:first-child > a,
.footer-widget .textwidget > ul > li:first-child > a,
.widget .textwidget > ul > li:first-child > a,
.copyrights-widget .textwidget > ul > li:first-child > a {
padding-top: 0;
}
.sidebar-widget > ul > li:first-child > .open-this,
.footer-widget > ul > li:first-child > .open-this,
.widget > ul > li:first-child > .open-this,
.copyrights-widget > ul > li:first-child > .open-this,
.sidebar-widget .menu-main-menu-container > ul > li:first-child > .open-this,
.footer-widget .menu-main-menu-container > ul > li:first-child > .open-this,
.widget .menu-main-menu-container > ul > li:first-child > .open-this,
.copyrights-widget .menu-main-menu-container > ul > li:first-child > .open-this,
.sidebar-widget .wpb_wrapper > ul > li:first-child > .open-this,
.footer-widget .wpb_wrapper > ul > li:first-child > .open-this,
.widget .wpb_wrapper > ul > li:first-child > .open-this,
.copyrights-widget .wpb_wrapper > ul > li:first-child > .open-this,
.sidebar-widget .textwidget > ul > li:first-child > .open-this,
.footer-widget .textwidget > ul > li:first-child > .open-this,
.widget .textwidget > ul > li:first-child > .open-this,
.copyrights-widget .textwidget > ul > li:first-child > .open-this {
height: 22px;
}
.sidebar-widget > ul > li:last-child > a,
.footer-widget > ul > li:last-child > a,
.widget > ul > li:last-child > a,
.copyrights-widget > ul > li:last-child > a,
.sidebar-widget .menu-main-menu-container > ul > li:last-child > a,
.footer-widget .menu-main-menu-container > ul > li:last-child > a,
.widget .menu-main-menu-container > ul > li:last-child > a,
.copyrights-widget .menu-main-menu-container > ul > li:last-child > a,
.sidebar-widget .wpb_wrapper > ul > li:last-child > a,
.footer-widget .wpb_wrapper > ul > li:last-child > a,
.widget .wpb_wrapper > ul > li:last-child > a,
.copyrights-widget .wpb_wrapper > ul > li:last-child > a,
.sidebar-widget .textwidget > ul > li:last-child > a,
.footer-widget .textwidget > ul > li:last-child > a,
.widget .textwidget > ul > li:last-child > a,
.copyrights-widget .textwidget > ul > li:last-child > a {
padding-bottom: 0;
margin-bottom: 0;
}
.sidebar-widget > ul > li:last-child > .open-this,
.footer-widget > ul > li:last-child > .open-this,
.widget > ul > li:last-child > .open-this,
.copyrights-widget > ul > li:last-child > .open-this,
.sidebar-widget .menu-main-menu-container > ul > li:last-child > .open-this,
.footer-widget .menu-main-menu-container > ul > li:last-child > .open-this,
.widget .menu-main-menu-container > ul > li:last-child > .open-this,
.copyrights-widget .menu-main-menu-container > ul > li:last-child > .open-this,
.sidebar-widget .wpb_wrapper > ul > li:last-child > .open-this,
.footer-widget .wpb_wrapper > ul > li:last-child > .open-this,
.widget .wpb_wrapper > ul > li:last-child > .open-this,
.copyrights-widget .wpb_wrapper > ul > li:last-child > .open-this,
.sidebar-widget .textwidget > ul > li:last-child > .open-this,
.footer-widget .textwidget > ul > li:last-child > .open-this,
.widget .textwidget > ul > li:last-child > .open-this,
.copyrights-widget .textwidget > ul > li:last-child > .open-this {
height: 34px;
}
.widget_product_categories.sidebar-widget ul.with-accordion ul.children,
.sidebar-widget ul.with-accordion ul.children {
display: none;
}
.widget_product_categories.sidebar-widget ul li,
.sidebar-widget ul li {
list-style: none;
display: block;
width: 100%;
position: relative;
margin-bottom: 0;
}
.widget_product_categories.sidebar-widget ul li a,
.sidebar-widget ul li a {
display: inline-block;
color: var(--et_main-color);
}
.widget_product_categories.sidebar-widget ul li a:hover,
.sidebar-widget ul li a:hover {
color: var(--et_dark-2-white);
}
.widget_product_categories.sidebar-widget ul li .current-cat a,
.sidebar-widget ul li .current-cat a {
color: var(--et_dark-2-white);
}
.widget_product_categories.sidebar-widget ul li.firstItem,
.sidebar-widget ul li.firstItem {
padding-top: 0;
}
.widget_product_categories.sidebar-widget ul li.parent-cat-wrap a,
.sidebar-widget ul li.parent-cat-wrap a {
border: none !important;
}
.widget_product_categories.sidebar-widget ul li .count,
.sidebar-widget ul li .count {
font-size: 1rem;
color: var(--et_main-color);
padding-left: 3px;
}
.widget_product_categories.sidebar-widget ul li > ul,
.sidebar-widget ul li > ul {
padding: 0;
}
.widget_product_categories.sidebar-widget ul li > ul.children li,
.sidebar-widget ul li > ul.children li,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li,
.sidebar-widget ul li > ul.sub-menu li {
list-style: none;
}
.widget_product_categories.sidebar-widget ul li > ul.children li > a,
.sidebar-widget ul li > ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li > a,
.sidebar-widget ul li > ul.sub-menu li > a {
font-size: 1rem;
padding-left: 15px;
}
.widget_product_categories.sidebar-widget ul li > ul.children li ul.children li > a,
.sidebar-widget ul li > ul.children li ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.children li > a,
.sidebar-widget ul li > ul.sub-menu li ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.children li ul.sub-menu li > a,
.sidebar-widget ul li > ul.children li ul.sub-menu li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.sub-menu li > a,
.sidebar-widget ul li > ul.sub-menu li ul.sub-menu li > a {
padding-left: 20px;
}
.widget_product_categories.sidebar-widget ul li > ul.children li ul.children ul.children li > a,
.sidebar-widget ul li > ul.children li ul.children ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.children ul.children li > a,
.sidebar-widget ul li > ul.sub-menu li ul.children ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.children li ul.sub-menu ul.children li > a,
.sidebar-widget ul li > ul.children li ul.sub-menu ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.sub-menu ul.children li > a,
.sidebar-widget ul li > ul.sub-menu li ul.sub-menu ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.children li ul.children ul.sub-menu li > a,
.sidebar-widget ul li > ul.children li ul.children ul.sub-menu li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.children ul.sub-menu li > a,
.sidebar-widget ul li > ul.sub-menu li ul.children ul.sub-menu li > a,
.widget_product_categories.sidebar-widget ul li > ul.children li ul.sub-menu ul.sub-menu li > a,
.sidebar-widget ul li > ul.children li ul.sub-menu ul.sub-menu li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.sub-menu ul.sub-menu li > a,
.sidebar-widget ul li > ul.sub-menu li ul.sub-menu ul.sub-menu li > a {
padding-left: 30px;
}
.widget_product_categories.sidebar-widget ul .open-this,
.sidebar-widget ul .open-this,
.widget_product_categories.sidebar-widget ul .caret-icon,
.sidebar-widget ul .caret-icon {
cursor: pointer;
float: right;
height: 36px; color: var(--et_dark-2-white);
position: absolute;
top: 0;
right: 0;
width: 30px;
text-align: right;
z-index: 1;
display: flex;
align-items: center;
justify-content: flex-end;
margin: 0;
font-size: 0;
}
.widget_product_categories.sidebar-widget ul .open-this + a,
.sidebar-widget ul .open-this + a,
.widget_product_categories.sidebar-widget ul .caret-icon + a,
.sidebar-widget ul .caret-icon + a {
max-width: calc(100% - 30px);
}
.widget_product_categories.sidebar-widget ul .open-this:before,
.sidebar-widget ul .open-this:before,
.widget_product_categories.sidebar-widget ul .caret-icon i:before,
.sidebar-widget ul .caret-icon i:before {
font-size: 10px;
}
.widget_product_categories.sidebar-widget ul .caret-icon i:before,
.sidebar-widget ul .caret-icon i:before {
content: "\e905";
font-family: 'xstore-icons';
}
.sidebar-widget ul li.current-cat > a,
.sidebar-widget ul li > ul.children li.current-cat > a {
color: var(--et_dark-2-white);
}
.widget-title,
.widgettitle {
line-height: 1.1;
}
.widget-title,
.widgettitle,
.cart_totals > h2 {
font-size: calc(var(--h5-size-proportion) * 1rem);
text-transform: uppercase;
color: var(--et_dark-2-white);
margin-bottom: 1.4em;
padding-bottom: 1em;
border-bottom: 1px solid var(--et_border-color);
}
.widget_text ol,
.widget_text ul {
padding-left: 20px;
margin-bottom: 10px;
margin-top: 10px;
}
.widget_text ol li,
.widget_text ul li {
margin-bottom: .5em;
list-style: inherit;
line-height: 1.8;
}
.sidebar-widget li,
.widget li,
.widget-container li,
.widget_recent_entries li,
.footer-widget li {
list-style: none;
}
.sidebar-widget .sidebar-slider {
margin-bottom: 0;
}
.sidebar-slider {
position: relative;
}
.sidebar-slider .swiper-slide li {
float: none;
width: 100%;
}
.sidebar-slider .swiper-container-multirow {
margin-bottom: -1.43em;
}
.sidebar-slider .swiper-entry {
position: static;
}
.sidebar-slider .swiper-entry .swiper-custom-right,
.sidebar-slider .swiper-entry .swiper-custom-left {
font-size: 0;
color: var(--et_dark-2-white);
background: transparent !important;
margin: 0;
}
.sidebar-slider .swiper-entry .swiper-custom-right:after,
.sidebar-slider .swiper-entry .swiper-custom-left:after {
display: none;
}
.sidebar-slider .swiper-entry .swiper-custom-right,
.sidebar-slider .swiper-entry:hover .swiper-custom-right {
right: 0;
}
.sidebar-slider .swiper-entry .swiper-custom-left,
.sidebar-slider .swiper-entry:hover .swiper-custom-left {
right: 20px;
left: auto;
}
.sidebar-slider .swiper-entry .swiper-custom-left,
.sidebar-slider .swiper-entry .swiper-custom-right {
opacity: 1;
visibility: visible;
width: 20px;
height: 20px;
top: 0;
z-index: auto;
}
.sidebar-slider .swiper-entry .swiper-button-disabled {
opacity: .3;
cursor: default;
}
.sidebar-slider .swiper-entry .initialized .swiper-lazy-preloader {
left: 0;
transform: translateY(-50%);
}
.sidebar-slider .swiper-entry .initialized .swiper-lazy-preloader .slide-loader {
margin: 0;
}
.sidebar-slider .swiper-custom-left:before,
.sidebar-slider .swiper-custom-right:before {
font-size: 12px;
}
.widget_product_categories.sidebar-widget ul,
.sidebar-widget ul,
.sidebar-slider ul {
padding: 0;
margin-bottom: 0;
}
.product_list_widget li img,
.sidebar-slider li img {
max-width: 5rem;
}
.product_list_widget .initialized .product-list-image,
.sidebar-slider .initialized .product-list-image {
position: relative;
}
.g-recaptcha {
clear: both;
}
.widget_search form,
.widget_product_search form,
.woocommerce-product-search {
position: relative;
}
.widget_search,
.widget_product_search,
.woocommerce-product-search {
width: 100%;
}
.widget_search button,
.widget_product_search button,
.woocommerce-product-search button {
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
width: 2.642rem;
height: 2.642rem;
font-size: 0 !important;
padding: 0;
line-height: 1;
color: #fff;
background-color: var(--et_dark-color);
border-color: var(--et_dark-color);
}
.widget_search button:hover,
.widget_product_search button:hover,
.woocommerce-product-search button:hover {
background-color: #4c4c4c !important;
border-color: #4c4c4c !important;
}
.widget_search input,
.widget_product_search input,
.woocommerce-product-search input {
font-size: 1.14rem;
padding-right: calc(2.642rem + 1.07em);
}
.widget_product_search button:before,
.woocommerce-product-search button:before {
content: "\e90b";
font-family: 'xstore-icons';
}
.woocommerce-product-search button:before,
.widget_product_search button:before,
.widget_search button i {
display: block !important;
color: #fff;
font-size: 1rem;
}
@media (min-width: 993px) {
.sidebar-widget,
.sidebar-slider {
margin-bottom: var(--space-between-widgets, 3.9em);
}
.sidebar-widget:last-of-type:not(:first-of-type),
.sidebar-widget.etheme_widget_satick_block:last-of-type {
margin-bottom: 0;
}
}
@media only screen and (max-width: 992px) {
.sidebar-widget:not(:empty),
.sidebar-slider:not(:empty) {
margin-bottom: 40px;
}
}
.s_widgets-open-close .sidebar .sidebar-widget,
.s_widgets-open-close .shop-filters-area .sidebar-widget,
.f_widgets-open-close .footer-widget {
position: relative;
vertical-align: middle;
}
.s_widgets-open-close .sidebar .sidebar-widget .widget-title,
.s_widgets-open-close .shop-filters-area .sidebar-widget .widget-title,
.f_widgets-open-close .footer-widget .widget-title {
cursor: pointer;
}
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > .widget-title,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .widget-title,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > .widget-title {
-webkit-transition: margin 0.3s ease-in-out;
transition: margin 0.3s ease-in-out;
}
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > .widget-title > span,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .widget-title > span,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > .widget-title > span {
position: relative;
padding-right: 25px;
display: inline-block;
width: 100%;
}
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > .widget-title > span:after,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .widget-title > span:after,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > .widget-title > span:after {
content: '\e912';
font-family: 'xstore-icons';
position: absolute;
top: 50%;
right: 0;
line-height: 1;
padding: 4px;
border: 1px solid var(--et_border-color);
font-size: 8px;
z-index: -1;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
transform: translateY(-50%);
}
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > .widget-title:hover > span:after,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .widget-title:hover > span:after,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > .widget-title:hover > span:after {
border-color: var(--et_main-color);
}
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > ul,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > ul,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > ul,
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > select,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > select,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > select,
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > .select2-container,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .select2-container,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > .select2-container,
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > div:not(.widget-title),
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > div:not(.widget-title),
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > div:not(.widget-title),
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > p:not(.widget-title),
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > p:not(.widget-title),
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > p:not(.widget-title),
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > form,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > form,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > form {
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider),
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider),
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) {
margin-bottom: 15px;
}
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .widget-title,
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .widget-title,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > .widget-title {
margin-bottom: 0 !important;
}
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .widget-title span:after,
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .widget-title span:after,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > .widget-title span:after {
content: '\e910';
}
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > ul,
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > ul,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > ul,
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > select,
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > select,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > select,
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .select2-container,
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .select2-container,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > .select2-container,
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title),
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title),
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title),
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title),
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title),
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title),
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > form,
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > form,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > form {
opacity: 0;
}
.s_widgets-open-close .sidebar .sidebar-widget.widget_price_filter form,
.s_widgets-open-close .shop-filters-area .sidebar-widget.widget_price_filter form,
.f_widgets-open-close .footer-widget.widget_price_filter form {
overflow: visible !important;
}
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > .widget-title > span:after {
z-index: auto;
}
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .widget-title > span:after {
top: calc(50% + 2px);
}
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider),
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider),
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) {
margin-bottom: 15px;
}
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > .widget-title,
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .widget-title,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > .widget-title {
margin-bottom: 0;
}
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > .widget-title span:after,
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .widget-title span:after,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > .widget-title span:after {
content: '\e910';
}
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > ul,
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > ul,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > ul,
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > select,
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > select,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > select,
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > div:not(.widget-title),
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > div:not(.widget-title),
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > div:not(.widget-title),
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > p:not(.widget-title),
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > p:not(.widget-title),
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > p:not(.widget-title),
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > form,
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > form,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > form {
opacity: 0;
display: none;
}
.widget_currency_sel_widget .wcml_currency_switcher {
background-color: transparent;
background-image: none;
}
.wpml-ls-legacy-dropdown {
width: auto;
max-width: 12em;
}
.wpml-ls-legacy-dropdown .wcml-cs-item-toggle {
padding-top: 0;
padding-bottom: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wcml-dropdown .wcml-cs-submenu {
opacity: 0;
transform: translateY(5px);
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu {
opacity: 1;
transform: translateY(0);
}
#lang_sel {
height: auto;
}
#lang_sel a {
text-transform: uppercase !important;
font-size: .85rem !important;
}
#lang_sel a.lang_sel_sel {
background-image: none;
}
#lang_sel a.lang_sel_sel:after {
top: calc(50% - 2.5px);
border: 5px solid transparent;
border-top: 5px solid;
}
#lang_sel img.iclflag {
top: 0;
}
#lang_sel li,
.widget_currency_sel_widget li {
padding: 0 !important;
margin: 0 !important;
}
#lang_sel li ul,
.widget_currency_sel_widget li ul {
width: 180px;
background-color: #fff !important;
height: auto !important;
top: 100%;
z-index: 100;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
padding: 10px 0 !important;
}
#lang_sel li ul a,
.widget_currency_sel_widget li ul a {
padding: 9px 10px;
opacity: 1 !important;
}
#lang_sel li ul a:hover,
.widget_currency_sel_widget li ul a:hover {
background: transparent;
}
#lang_sel li ul li,
.widget_currency_sel_widget li ul li {
width: 100%;
float: left;
}
.wcml-dropdown .wcml-cs-active-currency .wcml-cs-submenu a,
#lang_sel ul ul a {
color: var(--et_dark-color);
}
.wcml-dropdown .wcml-cs-active-currency .wcml-cs-submenu a:hover,
#lang_sel ul ul a:hover {
opacity: 1;
color: var(--et_main-color);
}
.widget_icl_lang_sel_widget {
background-color: transparent;
}
.widget_currency_sel_widget .wcml_currency_switcher {
background-color: transparent !important;
}
.widget_currency_sel_widget img {
display: none !important;
}
.wcml-dropdown {
width: auto;
}
.wcml-dropdown li {
border: none;
}
.wcml-dropdown li,
.wcml-dropdown li:hover {
background: transparent;
}
.wcml-dropdown li .wcml-cs-submenu li {
color: var(--et_dark-color);
display: block;
}
.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu {
opacity: 1;
}
.wcml-dropdown li ul a {
color: var(--et_dark-color);
background: #fff;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.wcml-dropdown li ul a:hover {
color: var(--et_main-color);
}
.wcml-dropdown .wcml-cs-submenu {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sidebar-widget.widget_product_categories .product-categories {
margin-bottom: 0;
}
.sidebar-widget.widget_product_categories select,
.etheme_widget_brands select {
width: 100%;
}
.sidebar-widget.product-brands .view-products {
padding-bottom: 0;
}
.widget_products .product_list_widget .et-loader-img {
display: none;
}
.product_list_widget .product-mini-image,
.product_list_widget .product-list-image,
.sidebar-slider .product-list-image {
float: left;
width: auto !important;
display: block;
margin-right: 20px;
}
.wc-layered-nav-rating .star-rating {
margin-bottom: 0;
}
.wc-layered-nav-rating a {
margin-bottom: 11px;
}
.wc-layered-nav-term,
.etheme_widget_brands_filter li,
.etheme-product-status-filter li,
.wc-layered-nav-term ~ .et_widget-show-more,
.etheme_widget_brands_filter li ~ .et_widget-show-more,
.etheme-product-status-filter li ~ .et_widget-show-more {
margin-top: 11px;
margin-bottom: 11px;
}
.wc-layered-nav-term:first-child,
.etheme_widget_brands_filter li:first-child,
.etheme-product-status-filter li:first-child {
margin-top: 0;
}
.wc-layered-nav-term:last-child,
.etheme_widget_brands_filter li:last-child,
.etheme-product-status-filter li:last-child {
margin-bottom: 0;
}
.wc-layered-nav-term.chosen a,
.etheme_widget_brands li.chosen a,
.etheme-product-status-filter li.chosen a,
.wc-layered-nav-term.chosen .count,
.etheme_widget_brands li.chosen .count,
.etheme-product-status-filter li.chosen .count {
color: var(--et_dark-2-white);
}
.wc-layered-nav-term a,
.wc-layered-nav-rating a,
.etheme_widget_brands_filter li a,
.etheme-product-status-filter a {
position: relative;
padding: 0 0 0 24px !important;
}
.wc-layered-nav-term ~ .et_widget-show-more,
.wc-layered-nav-rating ~ .et_widget-show-more,
.etheme_widget_brands_filter li ~ .et_widget-show-more {
padding: 0;
}
.wc-layered-nav-term a:before,
.wc-layered-nav-rating a:before,
.etheme_widget_brands_filter li a:before,
.etheme-product-status-filter a:before {
content: '';
width: 13px;
height: 13px;
border: 1px solid var(--et_border-color);
transition: inherit;
position: absolute;
left: 0;
top: calc(50% - 6px);
}
.wc-layered-nav-term:hover a:before,
.wc-layered-nav-term.chosen a:before,
.wc-layered-nav-rating:hover:before,
.wc-layered-nav-rating.chosen a:before,
.etheme_widget_brands_filter .current-item a:before,
.etheme_widget_brands_filter .current-item a:hover:before,
.etheme-product-status-filter li:hover a:before,
.etheme-product-status-filter .chosen a:before {
border-color: var(--et_main-color);
}
.wc-layered-nav-term.chosen a:after,
.wc-layered-nav-rating.chosen a:after,
.etheme_widget_brands_filter .current-item a:after,
.etheme-product-status-filter .chosen a:after {
content: "\e918";
font-family: 'xstore-icons';
position: absolute;
left: 1.5px;
z-index: 1;
font-size: 10px;
line-height: 1;
top: calc(50% - 4px);
color: var(--et_dark-2-white);
}
.wc-layered-nav-term.chosen a:hover:after,
.wc-layered-nav-rating.chosen a:hover:after,
.etheme_widget_brands_filter .current-item a:hover:after,
.etheme-product-status-filter .chosen a:hover:after {
content: "\e90a";
} .price_slider_wrapper { }
.price_slider_wrapper .price_slider_amount input {
opacity: 0;
}
.price_slider_wrapper .ui-slider-range {
position: absolute;
height: 2px !important;
border-radius: 0 !important;
background: var(--et_active-color);
}
.price_slider_wrapper .ui-slider-horizontal {
position: relative;
background: var(--et_border-color);
height: 2px;
margin-bottom: 20px;
}
.price_slider_wrapper .ui-slider {
border-radius: 0 !important;
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
cursor: pointer;
width: 10px !important;
height: 10px !important;
top: 50% !important;
transform: translateY(-50%);
outline: none !important;
position: absolute !important;
border: none !important;
border-radius: 50% !important;
background: var(--et_active-color);
-webkit-transition: transform 0.2s ease-out;
transition: transform 0.2s ease-out;
margin: 0;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:hover {
transform: translateY(-50%) scale(1.5);
}
.price_slider_wrapper .ui-slider .ui-slider-handle:last-of-type {
transform: translate(-100%, -50%);
}
.price_slider_wrapper .ui-slider .ui-slider-handle:last-of-type:hover {
transform: translate(-100%, -50%) scale(1.5);
}
.price_slider_wrapper .button {
color: var(--et_dark-2-white);
font-size: 1rem;
border: none;
height: auto;
padding: 0;
background-color: transparent;
}
.price_slider_wrapper .button:hover {
color: var(--et_active-color);
background-color: transparent;
}
.price_slider_amount {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
font-size: 1.14rem;
}
.price_slider_amount .clear {
display: none;
}
.price_slider_amount span {
font-size: 1rem;
color: var(--et_dark-2-white);
}
.widget_product_search label {
color: var(--et_main-color);
font-size: 1.14rem;
}
.widget_product_search label,
.widget_product_search input[type="search"] {
width: 100%;
}
.widget_layered_nav_filters li {
line-height: 1.8;
}
.widget_layered_nav_filters li a {
position: relative;
left: 0;
}
.widget_layered_nav_filters li.chosen a {
padding: 0 0 0 24px !important;
}
.widget_layered_nav_filters li.chosen a:before {
content: '\e90a';
font-family: 'xstore-icons';
font-size: 10px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.etheme-active-filters .etheme-clear-all-filters {
margin-top: 1.4em;
}
.sidebar-widget .product_list_widget {
padding-bottom: 0;
}
.sidebar-widget .product_list_widget + p {
display: none;
}
.sidebar-widget .products-widget-slider img.swiper-lazy-loaded,
.sidebar-widget img.woocommerce-placeholder {
opacity: 1;
}
.sidebar-widget .products-widget-slider img {
opacity: 0;
}
.sidebar-widget li.et_widget-show-more {
text-transform: none;
color: var(--et_active-color);
padding: 6px 0;
cursor: pointer;
}
.sidebar-widget li.et_widget-show-more span {
position: relative;
display: inline-block;
}
.sidebar-widget li.et_widget-show-more span:after {
content: '';
height: 2px;
width: 0;
right: 0;
position: absolute;
transition: width 0.2s ease-in-out;
bottom: -3px;
background: currentColor;
}
.sidebar-widget li.et_widget-show-more:hover span:after {
width: 100%;
left: 0;
right: auto;
}
.recent-posts-widget .post-widget-item {
font-size: 1rem;
margin-bottom: 1.25em;
}
.recent-posts-widget .post-widget-item h4 {
font-size: 1.14rem;
line-height: 1.4;
}
.recent-posts-widget .post-widget-item h4 a {
color: var(--et_main-color);
}
.recent-posts-widget .post-widget-item h4 a:hover {
color: var(--et_dark-2-white);
}
.recent-posts-widget .post-widget-item img {
max-width: 2.86em;
}
.recent-posts-widget .post-widget-item .media {
display: flex;
}
.recent-posts-widget .post-widget-item .media > a {
display: table;
margin-top: 3px;
padding-right: 20px;
}
.recent-posts-widget:not(.posts-widget-slider) .post-widget-item:last-child {
padding-bottom: 0;
margin-bottom: 0;
}
.recent-posts-widget .post-comments:before,
.recent-posts-widget .post-date:before {
font-family: 'xstore-icons';
display: inline-block;
margin-right: 5px;
font-size: .71rem;
position: relative;
top: -1px;
}
.recent-posts-widget .post-date {
float: left;
margin-right: 10px;
}
.recent-posts-widget .post-date:before {
content: "\e937";
}
.recent-posts-widget .post-comments {
float: left;
}
.recent-posts-widget .post-comments:before {
content: "\e938";
}
.widget_recent_entries ul li,
.etheme_widget_recent_comments ul li,
.widget_rss ul li {
margin-bottom: 1.1em;
}
.widget_recent_entries li a {
padding: 0;
}
.widget_recent_entries li a + .post-date {
padding-bottom: 6px;
display: inline-block;
}
.widget.widget_meta ul,
.widget.widget_recent_comments ul,
.widget.widget_pages ul,
.widget_rss ul {
padding-left: 0;
}
.widget_rss li a {
display: block;
padding: 6px 0;
}
.widget_rss li:last-child {
margin-bottom: 0;
}
.widget_rss li:last-child a {
padding-bottom: 0;
}
.widget_rss li:first-child a {
padding-top: 0;
}
.widget_rss ul li cite {
font-style: italic;
}
.widget_rss .rssSummary {
color: var(--et_main-color);
}
.recent-posts-widget:not(.posts-widget-slider) .post-widget-item:last-child,
.widget_recent_entries ul li:last-child {
margin-bottom: 0;
}
.widget.widget_pages ul li {
display: inline-block;
width: 100%;
text-align: left;
text-align: start;
}
.widget.widget_pages ul li a {
display: inline-block;
position: relative;
}
.widget_recent_comments ul li {
list-style: none;
margin-bottom: .71em;
}
.widget_recent_comments ul li:last-child {
margin-bottom: 0;
}
.widget_recent_comments ul li:last-child a {
padding-bottom: 8px;
}
.widget_recent_comments ul li a,
#recentcomments li a {
display: block;
padding-top: 0;
}
#cat-drop-stack li a {
display: block;
}
.widget_rss .widget-title img,
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text,
.sidebar aside.widget label {
display: none;
}
.sidebar-widget .post-date {
display: block;
font-size: 1rem;
color: var(--et_dark-2-main);
}
.sidebar-widget .recent-posts-widget img {
max-width: 5.36em;
}
.sidebar-widget .recent-posts-widget .post-comments {
display: none!important;
}
.sidebar-widget .swiper-pagination {
transform: none;
float: left;
}
.sidebar-widget.widget_categories > ul {
margin-bottom: 0;
}
.widget_search {
display: inline-block;
}
.widget_search .form-group {
margin: 0 !important;
display: inline-block;
}
.widget_search .form-group.form-button {
float: right;
}
.widget_search .form-group .col-xs-10 {
width: 100% !important;
padding: 0;
}
.widget_search .modal-form {
margin-top: 0;
}
.widget.widget_search .form-group.has-border {
float: left;
width: 75%;
margin-right: 0;
}
.widget.widget_search .form-group.has-border .col-xs-10,
.widget.widget_search .form-group.has-border .col-xs-10 input {
width: 100%;
}
.widget.widget_search .form-group.form-button {
width: 25%;
float: left;
margin-left: 0;
}
.widget.widget_search .form-group.form-button button {
height: 39px;
}
.widget ul li {
position: relative;
}
.widget.widget_nav_menu ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
display: inline-block;
position: relative;
}
.widget.widget_nav_menu ul li:first-child a,
.widget.widget_categories ul li:first-child a,
.widget.widget_archive ul li:first-child a {
padding-top: 0;
}
.widget.widget_nav_menu ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li,
.widget.widget_nav_menu ul li ul.sub-menu,
.widget.widget_categories ul li ul.sub-menu,
.widget.widget_archive ul li ul.sub-menu {
display: inline-block;
width: 100%;
}
.flickr_badge_image img {
opacity: 1;
}
.widget_nav_menu.sidebar-widget .sub-menu {
display: none;
}
.gallery-item {
margin-top: 20px;
}
.gallery-item img {
border: none !important;
}
.tagcloud {
margin-bottom: -0.5em;
}
.tagcloud a {
display: inline-block;
font-size: 1rem !important;
padding: 3px 16px 3px;
margin: 0 .33em .5em 0;
border: 1px solid var(--et_border-color);
}
.tagcloud a:hover {
color: #fff !important;
border-color: var(--et_active-color);
background-color: var(--et_active-color);
}
.widget_archive select,
.widget_categories select,
aside.widget select {
width: 100%;
}
.widget_calendar table,
.calendar_wrap table {
margin-bottom: 0;
}
.widget_calendar caption,
.calendar_wrap caption {
font-size: 1.14rem;
color: var(--et_font-color);
padding: 0 0 10px;
border-bottom: 1px solid var(--et_border-color);
}
.widget_calendar thead th,
.calendar_wrap thead th {
padding: 10px;
text-align: center;
font-size: .93rem;
font-weight: 400;
}
.widget_calendar td,
.calendar_wrap td {
color: var(--et_main-color);
border: none;
padding: .71em;
}
.widget_calendar tbody td,
.calendar_wrap tbody td {
text-align: center;
}
.widget_calendar tbody td#today,
.calendar_wrap tbody td#today {
color: var(--et_dark-2-white);
text-decoration: underline;
background-color: var(--et_white-2-dark-01);
}
.widget_calendar tbody td a,
.calendar_wrap tbody td a {
text-decoration: underline;
}
.widget_calendar tfoot td,
.calendar_wrap tfoot td {
padding-bottom: 0;
}
.featured-posts-widget .blog-post {
padding-left: 0;
padding-right: 0;
}
.featured-posts-widget .blog-post:last-child {
margin-bottom: 0;
}
.featured-posts-widget .blog-post .wp-picture {
margin-bottom: 17px;
width: 100%;
}
.featured-posts-widget .blog-post .wpb_row,
.featured-posts-widget .blog-post .wpb_text_column {
margin-bottom: 0 !important;
}
.featured-posts-widget .blog-post .content-article {
width: 100%;
}
.featured-posts-widget .blog-post .featured-quote {
zoom: .8;
}
.featured-posts-widget .blog-post h2 {
font-size: 19px;
margin-bottom: 10px;
line-height: 24px;
display: block !important;
}
.featured-posts-widget .blog-post .post-categories {
font-size: 12px;
top: 25px;
}
.featured-posts-widget .blog-post .post-heading {
margin-bottom: 15px;
}
.featured-posts-widget .blog-post p {
margin-bottom: 0;
}
.featured-posts-widget .blog-post .meta-post,
.featured-posts-widget .blog-post .more-link,
.featured-posts-widget .blog-post .author-info {
display: none;
}
.featured-posts-widget.hide-excerpt .content-article {
display: none;
}
@media only screen and (max-width: 1200px) {
.featured-posts-widget .blog-post .featured-quote {
zoom: .7;
}
}
@media only screen and (max-width: 992px) {
.featured-posts-widget .blog-post .featured-quote {
zoom: 1;
}
}
@media only screen and (max-width: 480px) {
.featured-posts-widget .blog-post .featured-quote {
zoom: .7;
}
}.et-slider .swiper-container {
height: 100%;
}
.et-slider .swiper-pagination {
position: absolute; }
.et-slider .swiper-pagination-bullets .swiper-pagination-bullet {
transition: all 0.3s ease-in-out;
}
.et-slider .slide-title,
.et-slider .slide-subtitle {
margin-bottom: 0;
}
.et-slider .swiper-nav,
.et-slider .swiper-nav:hover {
color: var(--et_font-color);
}
.et-slider .swiper-container .swiper-custom-left:hover,
.et-slider .swiper-container .swiper-custom-right:hover {
opacity: .7 !important;
}
.et-slider .second-initialized .et-loader {
z-index: -1;
visibility: hidden;
opacity: 0;
}
.et-slider .et-loader {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
height: 100%;
z-index: 12;
}
.et-slider .et-loader:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.et-slider .et-loader:after {
content: "";
display: block;
animation: rotate .75s infinite linear;
width: 26px;
height: 26px;
position: absolute;
left: calc(50% - 13px);
top: calc(50% - 13px);
border: 2px solid var(--et_border-color);
border-left-color: var(--et_main-color);
border-radius: 50%;
background-image: none;
}
.et-slider .slide-content {
overflow: hidden;
}
.et-slider .swiper-container .swiper-wrapper,
.et-slider:not(.nav-on-hover) .swiper-nav {
opacity: 0;
visibility: hidden;
transition: all 0.2s ease-in-out;
}
.et-slider .swiper-container.second-initialized .swiper-wrapper,
.et-slider:not(.nav-on-hover) .swiper-container.second-initialized .swiper-nav {
visibility: visible;
opacity: 1;
}
.et-slider.nav-on-hover .swiper-nav {
opacity: 0;
}
.et-slider .swiper-nav,
.et-slider.nav-on-hover:hover .swiper-nav {
opacity: 1;
}
.et-slider .swiper-slide:not(.swiper-slide-active) .animated {
animation: none !important;
}
.et-slider .slide-button {
color: #fff;
background-color: var(--et_dark-color);
}
.et-slider .slide-button:hover {
background-color: #4c4c4c;
}
.slider-item {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
height: 100%;
}
.slider-item,
.slider-item > .container {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.slider-item .bg-overlay {
position: absolute;
width: 100%;
height: 100%;
}
.slide-button {
transition: 0.3s ease-in-out;
display: inline-block;
padding: 5px 10px;
text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
.et-slider .swiper-custom-left,
.et-slider:hover .swiper-custom-left {
left: 0;
}
.et-slider .swiper-custom-right,
.et-slider:hover .swiper-custom-right {
right: 0;
}
}
@media only screen and (max-width: 768px) {
.et-slider .slide-content {
-ms-flex-preferred-size: 70% !important;
flex-basis: 70% !important;
padding-left: 20px;
padding-right: 20px;
}
.et-slider .swiper-custom-left,
.et-slider:hover .swiper-custom-left,
.et-slider.nav-on-hover:hover .swiper-custom-left,
.et-slider .swiper-custom-right,
.et-slider:hover .swiper-custom-right,
.et-slider.nav-on-hover:hover .swiper-custom-right {
opacity: 0;
}
.et-slider .slider-item > .container {
width: 100%;
}
.et-slider.nav-on-hover .swiper-nav {
opacity: 1 !important;
}
}
@media only screen and (max-width: 480px) {
.et-slider .slide-content {
-ms-flex-preferred-size: 90% !important;
flex-basis: 90% !important;
text-align: center;
}
.et-slider .slider-item > .container {
-ms-flex-pack: center;
justify-content: center;
}
}
.fadeIn-slide {
opacity: 0;
transition: all 0.7s ease-out;
}
.fadedIn-slide {
opacity: 1;
}
.ibox-block .ibox-symbol i {
min-width: 1.8em;
min-height: 1.8em;
display: inline-block;
border-radius: 100%;
font-size: 1.71rem;
transition: all 0.2s ease-out;
color: var(--et_white-2-dark);
}
.ibox-block .ibox-symbol i.icon-image {
height: auto;
width: auto;
}
.ibox-block .ibox-symbol i.icon-svg {
display: -ms-inline-flexbox;
display: inline-flex;
}
.ibox-block.icon-top .ibox-symbol {
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.ibox-block.icon-left .ibox-symbol {
margin-right: 10px;
}
.ibox-block.icon-right .ibox-symbol {
margin-left: 10px;
}
.ibox-block .ibox-content {
font-size: 1.07rem;
}
.ibox-block .ibox-content h3 {
font-size: 1rem;
margin-bottom: 0;
}
.ibox-block.table .ibox-content,
.ibox-block.table .ibox-symbol {
display: table-cell;
}
.ibox-block.table.icon-top .ibox-symbol {
padding-bottom: 10px;
}
.ibox-block.table.icon-left .ibox-symbol {
padding-right: 10px;
}
.ibox-block.table.icon-right .ibox-symbol {
padding-left: 10px;
}
.ibox-block ul,
.ibox-block ul li:last-of-type {
margin-bottom: 0;
}
.ibox-block .ibox-text li a {
padding-top: 5px;
padding-bottom: 5px;
}
.ibox-block .ibox-text li:first-child a {
padding-top: 0;
}
.ibox-block .ibox-text li:last-child a {
padding-bottom: 0;
}
.ibox-block .btn.style-black {
color: #fff;
border-color: var(--et_dark-color);
background-color: var(--et_dark-color);
}
.ibox-block .btn.style-black:hover {
background-color: #4c4c4c;
border-color: #4c4c4c;
}
.ibox-block .btn.size-small {
font-size: 11px;
padding: 8px 12px;
height: auto;
line-height: 1;
}
.ibox-block .btn.size-large {
height: auto;
line-height: 1;
font-size: 15px;
padding: 18px 25px;
}
.ibox-block:hover .ibox-symbol i {
background-color: #f2f2f2;
color: var(--et_main-color);
}
@media only screen and (max-width: 480px) {
.icon-box {
margin-bottom: 0;
}
} .banner {
position: relative;
overflow: hidden;
margin-bottom: 20px;
cursor: pointer;
transition: all 0.3s ease-in-out;
backface-visibility: hidden;
}
.banner a:hover {
opacity: .9;
}
.banner img {
width: 100%;
height: auto;
}
.banner .banner-title {
display: block;
}
.banner .banner-subtitle {
font-size: 1rem;
display: block;
}
.banner .banner-title:not(.no-uppercase),
.banner .banner-subtitle:not(.no-uppercase) {
text-transform: uppercase;
}
.banner .banner-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
box-sizing: border-box;
padding: 20px 15px;
backface-visibility: hidden;
transition: all 0.2s ease-out;
}
.banner .banner-content p {
line-height: 1.5;
}
.banner .banner-content .banner-subtitle,
.banner .banner-content .banner-title,
.banner .banner-content .content-inner {
position: relative;
transition: transform .35s, opacity .35s;
}
.banner .banner-button {
margin-top: 10px;
transition: all 0.2s ease-out;
}
.banner.no-titles .banner-content .content-inner {
padding: 0 !important;
}
.banner.button-on-hover .button-wrap {
transition: all 0.2s ease-out;
}
.banner.button-on-hover:not(:hover) .button-wrap {
opacity: 0;
visibility: hidden;
}
.banner.valign-bottom .banner-content {
top: auto;
bottom: 0;
}
.banner.valign-middle .banner-content {
top: 50%;
transform: translateY(-50%);
}
.banner.font-style-light,
.banner.font-style-light h1,
.banner.font-style-light h2,
.banner.font-style-light h3,
.banner.font-style-light h4,
.banner.font-style-light h5,
.banner.font-style-light h6,
.banner.font-style-light p {
color: #fff;
}
.banner.with-diagonal:before {
content: '';
position: absolute;
top: 0;
left: 50%;
width: 120%;
height: 100px;
background: rgba(255, 255, 255, 0.3);
transition: all 0.6s linear;
z-index: 1;
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(-150%);
backface-visibility: hidden;
}
.banner.with-diagonal:hover:before,
.banner.with-diagonal.active:before {
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(200%);
left: -100%;
top: 100%;
}
.banner.with-border:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 2px solid var(--et_border-color);
margin: -2px;
transition: all 0.7s ease-in-out;
}
.banner.with-border:hover:after,
.banner.with-border.active:after {
margin: 10px;
}
.banner.text-effect-1:not(:hover):not(.active) .banner-content .content-inner {
opacity: 0;
transform: translateY(7px);
}
.banner.text-effect-1:hover .banner-title,
.banner.text-effect-1.active .banner-title,
.banner.text-effect-1:hover .banner-subtitle,
.banner.text-effect-1.active .banner-subtitle {
transform: translateY(-12px);
}
.banner.text-effect-1 .banner-content .content-inner {
position: absolute;
left: 15px;
right: 15px;
}
.content-product .banner-type-1 img {
transform: none !important;
}
.content-product .banner-type-1:before {
display: none;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
.sidebar .banner .banner-content {
zoom: .8;
}
}
@media only screen and (max-width: 767px) {
.banner .banner-content,
.banner .banner-content .banner-subtitle {
text-align: center !important;
}
.banner .banner-content .banner-title {
text-align: center;
}
}
@media only screen and (max-width: 480px) {
.banner .banner-content,
.banner.banner-type-2 .banner-content .banner-subtitle {
text-align: center !important;
}
.banner.banner-type-1 .banner-subtitle {
font-size: 3vw;
}
.banner.banner-type-1 .content-inner p {
margin-bottom: 10px !important;
}
.banner-type-2:hover .banner-content h3 {
margin-bottom: 0;
}
.banner-type-2:hover .banner-content p,
.banner-type-2:hover .banner-content a.btn {
padding-top: 0;
}
.banner.banner-type-2.align-right .btn {
right: auto;
}
} .team-member {
text-align: center;
}
.team-member img {
opacity: 1;
}
.team-member .member-image {
position: relative;
display: inline-block;
margin-bottom: 10px;
overflow: hidden;
width: 100%;
}
.team-member .member-image:before {
content: '';
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
transition: all 0.2s linear;
z-index: 1;
}
.team-member .member-image img {
width: 100%;
}
.team-member div.member-image:before {
background: var(--et_white-2-dark);
}
.team-member .member-content h3 {
color: var(--et_white-2-dark);
}
.team-member .member-content > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.team-member .member-content .btn {
margin-top: 10px;
}
.team-member .member-content .et-follow-buttons {
position: absolute;
top: 50%;
margin-bottom: 0;
padding: 0 18px;
width: 100%;
left: 0;
z-index: 10;
transform: translateY(-50%);
transition: all 0.2s ease-out;
}
.team-member .member-content .et-follow-buttons a {
color: var(--et_active-color);
}
.team-member .member-content .et-follow-buttons a i {
transition: inherit;
}
.team-member .member-content .et-follow-buttons:not(.icons-filled) a:hover i {
opacity: .7;
}
.team-member .member-details {
font-size: 1.14rem;
color: var(--et_dark-2-white);
width: 100%;
}
.team-member .member-details h4 {
position: relative;
color: var(--et_main-color);
font-size: 1em;
margin-bottom: 2px;
cursor: default;
}
.team-member .member-details h5 {
font-size: 1em;
margin-bottom: 2px;
margin-top: 5px;
cursor: default;
color: var(--et_active-color);
}
.team-member .member-details .member-email {
margin-bottom: 5px;
display: inline-block;
width: 100%;
}
.team-member .member-details .member-email span {
transition: all 0.2s ease-out;
}
.team-member .member-details .member-email a {
color: currentColor;
}
.team-member .member-details .member-content {
transition: all 0.2s ease-out;
}
.team-member .member-details .et-follow-buttons {
margin-top: 5px;
}
.team-member:not(:hover) .et-follow-buttons {
opacity: 0;
transform: translateY(calc(-50% + 5px));
}
.team-member:hover .member-image:before {
opacity: .5;
visibility: visible;
}
.team-member.member-type-2 > .row {
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
margin-left: 0;
margin-right: 0;
}
.team-member.member-type-2 .content-section {
padding: 30px 10px;
transition: background 0.2s ease-out;
position: relative;
max-width: 50%;
width: 50%;
background-color: #f5f5f5;
}
.team-member.member-type-2 .content-section:before {
opacity: 0;
content: "";
left: -17px;
position: absolute;
top: 50%;
margin-top: -12px;
width: 0;
height: 0;
border-style: solid;
border-width: 12px 17px 12px 0;
border-top-color: transparent !important;
border-bottom-color: transparent !important;
border-left-color: transparent !important;
border-right-color: var(--et_active-color);
transition: all 0.2s ease-out;
z-index: 1;
}
.team-member.member-type-2 .content-section .member-details {
transition: background 0.2s ease-out;
}
.team-member.member-type-2 .content-section .member-details h4 {
font-size: 1.5em;
}
.team-member.member-type-2 .content-section .member-details h4,
.team-member.member-type-2 .content-section .member-details a,
.team-member.member-type-2 .content-section .member-details .member-position {
transition: all 0.2s ease-out;
}
.team-member.member-type-2 .image-section {
padding: 0;
max-width: 50%;
}
.team-member.member-type-2 .image-section .member-image {
margin-bottom: 0;
display: block;
}
.team-member.member-type-2 .image-section .member-image img {
min-width: 100%;
}
.team-member.member-type-2:hover .image-section .member-image:after {
background-color: var(--et_dark-2-white) !important;
opacity: .35;
}
.team-member.member-type-2:hover .content-section {
background-color: var(--et_active-color);
}
.team-member.member-type-2:hover .content-section:before {
opacity: 1;
}
.team-member.member-type-2:hover .content-section .member-details,
.team-member.member-type-2:hover .content-section .member-details h4,
.team-member.member-type-2:hover .content-section .member-details a,
.team-member.member-type-2:hover .content-section .member-details span,
.team-member.member-type-2:hover .content-section .member-details .member-position {
color: #FFF;
}
.team-member.member-type-2.image-position-right > .row {
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.team-member.member-type-2.image-position-right .content-section:before {
right: -17px;
left: auto;
margin-top: -9px;
top: 50%;
transform: rotate(180deg);
}
.team-member.member-type-3 .member-details {
position: relative;
padding: 15px 20px;
background-color: var(--et_white-2-dark-09);
box-shadow: 0 0 3px 0 var(--et_dark-2-white-02);
max-width: 85%;
margin: -15% auto 0;
z-index: 1;
transition: all 0.2s ease-out;
backface-visibility: hidden;
}
.team-member.member-type-3:hover .member-details {
transform: translateY(-7px);
}
@media only screen and (max-width: 992px) {
.team-member {
margin-bottom: 40px;
}
.team-member .member-image {
margin-bottom: 10px;
}
.team-member.member-type-2,
.team-member.member-type-2 .member-image {
margin-bottom: 0;
}
}
@media only screen and (max-width: 767px) {
.team-member.member-type-2 .image-section .menu-social-icons li i {
padding: .2em;
font-size: 1.1rem;
}
.team-member.member-type-2 .content-section .member-details h4 {
font-size: 20px;
}
.team-member.member-type-2 .content-section .member-details h5 {
font-size: 1rem;
}
}
@media only screen and (max-width: 480px) {
.team-member.member-type-2 > .row {
display: block;
}
.team-member.member-type-2 .content-section,
.team-member.member-type-2 .image-section {
width: 100%;
max-width: 100%;
float: none !important;
}
.team-member.member-type-2 .image-section .menu-social-icons li i {
font-size: 1.4rem;
}
.team-member.member-type-2 .content-section:before {
left: 50% !important;
right: auto;
margin-left: -9px !important;
margin-top: 0 !important;
top: -20px !important;
transform: rotate(90deg) !important;
}
}
.et-blog {
animation: fadeIn .7s linear;
}
.et-blog .post-grid {
margin-left: 0;
clear: none !important;
}
.et-blog .post-grid.content-timeline,
.et-blog .post-grid.content-small,
.et-blog .post-grid.content-chess {
padding-left: 0;
padding-right: 0;
}
.et-blog .post-grid:not(.content-timeline) {
width: 50%;
}
.et-blog .post-grid .content-article,
.et-blog .post-grid.content-small,
.et-blog .post-grid.content-chess {
width: 100%;
float: none;
}
.et-blog .post-grid.content-mosaic > div {
border: none;
}
.et-blog .post-grid.content-mosaic > div h6.active,
.et-blog .post-grid.content-mosaic > div h2,
.et-blog .post-grid.content-mosaic > div .meta-post,
.et-blog .post-grid.content-mosaic > div .content-article {
padding-left: 0;
padding-right: 0;
}
.et-blog .post-grid:nth-child(even):not(:first-of-type) {
clear: both !important;
padding-left: 0;
}
.et-blog .post-grid:first-child {
width: 100%;
padding-left: 0;
}
.et-blog .post-grid:first-child .more-link {
display: inline-block;
}
.et-blog .post-grid:first-child .author-info {
display: none;
}
.et-blog .post-grid:nth-child(odd) {
padding-right: 0;
}
.et-blog .post-grid:nth-child(even) {
padding-left: 0;
}
.et-blog .post-grid .wp-picture,
.et-blog .post-grid .post-gallery-slider,
.et-blog .post-grid .featured-audio {
width: 100%;
}
.et-blog .post-grid.format-quote blockquote {
margin-bottom: 0;
}
.et-blog .post-grid.format-quote blockquote p {
font-size: 20px;
line-height: 30px;
}
.et-blog .post-grid.format-quote blockquote cite {
font-style: italic;
color: var(--et_main-color);
font-size: 18px;
}
.et-blog .post-grid > div {
border: none;
}
.et-blog .post-grid > div:after {
display: none;
}
.et-blog .post-grid > div .content-article,
.et-blog .post-grid > div .meta-post,
.et-blog .post-grid > div h2,
.et-blog .post-grid > div h6 {
padding: 0;
}
.et-blog .post-grid.byline-on {
padding-top: 0;
}
.et-blog .posts-small {
display: inline-block;
width: 100%;
margin-top: 20px;
}
.et-blog .posts-small .post-grid {
margin-bottom: 0;
border-top: 1px solid var(--et_border-color);
width: 48%;
}
.et-blog .posts-small .post-grid > div {
padding: 40px 0;
width: 100%;
display: inline-block;
}
.et-blog .posts-small .post-grid h2 {
line-height: 10px;
}
.et-blog .posts-small .post-grid h2 a {
font-size: 18px;
line-height: 28px;
}
.et-blog .posts-small .post-grid .meta-post {
font-size: 13px;
margin-bottom: 0;
}
.et-blog .posts-small .post-grid:nth-child(odd) {
margin-right: 2%;
padding-left: 0;
}
.et-blog .posts-small .post-grid:nth-child(3n+1) {
clear: none;
}
.et-blog .posts-small .post-grid:nth-child(2n+1) {
clear: both !important;
}
.et-blog .posts-small .post-grid:nth-child(even) {
clear: none !important;
}
.et-blog .posts-small .posts-small .post-gallery-slider,
.et-blog .posts-small .wp-picture {
width: 80px;
height: 80px;
display: block;
float: left;
margin-right: 20px;
overflow: hidden;
}
.et-blog .posts-small .posts-small .post-gallery-slider img,
.et-blog .posts-small .wp-picture img {
max-width: 100%;
width: auto;
}
.et-blog .posts-small .wp-picture {
margin-bottom: 0;
}
.et-blog .posts-small .posts-small .author-info,
.et-blog .posts-small .wp-picture .zoom,
.et-blog .posts-small .wp-picture .post-categories,
.et-blog .posts-small .content-article,
.et-blog .posts-small .format-quote .content-article > p {
display: none;
}
.et-blog .posts-small .format-quote .content-article {
display: table-cell;
}
.et-blog .posts-small .format-quote .content-article blockquote {
padding-top: 0;
padding-left: 0;
border-left: none;
}
.et-blog .posts-small .format-quote .content-article blockquote p {
font-size: 18px;
line-height: 26px;
}
.et-blog .author-info {
color: var(--et_dark-color);
font-size: 1rem;
}
@media only screen and (max-width: 992px) {
.et-blog .post-grid:not(.content-timeline) {
float: left;
}
}
@media only screen and (max-width: 480px) {
.et-blog .post-grid:not(.content-timeline) {
padding-left: 0;
padding-right: 0;
width: 100%;
}
}
.brand-list.et-isotope .grid-sizer {
width: 0;
}
.brands-list .col-md-3:nth-child(4n+1),
.brands-list .col-md-6:nth-child(2n+1),
.brands-list .col-md-4:nth-child(3n+1) {
clear: both;
}
.brands-list .et-isotope-item .title {
font-size: 1.286rem;
line-height: 2.857rem;
margin-bottom: 0;
position: relative;
display: inline-block;
color: inherit;
}
.brands-list .et-isotope-item .firstLetter {
color: var(--et_active-color);
font-weight: 700;
font-size: 2.857rem;
line-height: 1.55;
}
.brands-list .et-isotope-item .sub-title {
font-size: 1.143rem;
}
.brands-list .et-isotope-item .work-item {
padding-bottom: 2.143rem;
}
.brands-list .et-isotope-item .work-item img {
max-width: 50%;
margin-bottom: 1.429rem;
}
.brands-list .et-masonry-filters-list {
border-bottom: 1px solid var(--et_border-color);
padding-bottom: 2.429rem;
margin-bottom: 5.143rem;
}
.brands-list h4.title:hover .brand-tooltip {
transition: opacity 150ms linear, visibilty 150ms linear;
}
.brands-list .brand-tooltip {
width: 21.43rem;
padding: 2.143rem;
border: 1px solid var(--et_border-color);
background: #fff;
position: absolute;
top: 50%;
right: -330px;
transform: translateY(-50%);
z-index: 5;
opacity: 0;
visibility: hidden;
transition: opacity 150ms linear, visibilty 150ms linear;
}
.brands-list .brand-tooltip:after,
.brands-list .brand-tooltip:before {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.brands-list .brand-tooltip:after {
border-color: rgba(255, 255, 255, 0);
border-right-color: #fff;
border-width: 20px;
margin-top: -20px;
}
.brands-list .brand-tooltip:before {
border-color: rgba(230, 230, 230, 0);
border-right-color: var(--et_border-color);
border-width: 22px;
margin-top: -22px;
}
.brands-list .brand-tooltip .sub-title {
text-align: center;
line-height: 1.5;
}
.brands-list .brand-img-tooltip {
margin: 0 auto;
display: block;
}
@media only screen and (min-width: 768px) {
.brands-list h4.title:hover .brand-tooltip {
opacity: 1;
visibility: visible;
}
}
.brands-carousel {
padding-bottom: 0;
}
.brands-carousel .swiper-wrapper {
-ms-flex-align: center;
align-items: center;
padding-bottom: 0;
}
.brands-carousel .swiper-slide {
text-align: center;
}
.brands-carousel .swiper-slide img {
width: auto;
margin: auto;
opacity: 1;
transition: all .2s linear;
}
.brands-carousel .swiper-pagination {
margin-top: 20px;
}
.brands-carousel.swiper-entry .swiper-slide:hover img {
opacity: .7 !important;
} .categories-lists-grid .category-list-item-wrapper {
float: left;
padding-left: 15px;
padding-right: 15px;
}
.categories-lists-grid.no-space .category-list-item-wrapper {
padding: 0;
margin: 0;
}
.categories-lists-grid.categories-columns-2 .category-list-item-wrapper:nth-child(2n+1),
.categories-lists-grid.categories-columns-3 .category-list-item-wrapper:nth-child(3n+1),
.categories-lists-grid.categories-columns-4 .category-list-item-wrapper:nth-child(4n+1),
.categories-lists-grid.categories-columns-5 .category-list-item-wrapper:nth-child(5n+1),
.categories-lists-grid.categories-columns-6 .category-list-item-wrapper:nth-child(6n+1) {
clear: both;
}
.categories-lists-grid.categories-columns-2 .category-list-item-wrapper {
width: 50%;
}
.categories-lists-grid.categories-columns-3 .category-list-item-wrapper {
width: 33.33%;
}
.categories-lists-grid.categories-columns-4 .category-list-item-wrapper {
width: 25%;
}
.categories-lists-grid.categories-columns-5 .category-list-item-wrapper {
width: 20%;
}
.categories-lists-grid.categories-columns-6 .category-list-item-wrapper {
width: 16.667%;
}
.categories-lists-slider .category-list-item {
margin-bottom: 0;
}
.category-list-item > a {
position: relative;
overflow: hidden;
}
.category-list-item img {
display: inline-block;
}
.category-list-item .category-name:last-child {
margin-bottom: 0 !important;
}
.category-list-item > ul {
width: 100%;
}
.category-list-item ul {
padding-left: 0;
}
.category-list-item ul li {
list-style: none;
line-height: 1.2;
margin-bottom: 15px;
}
.category-list-item ul li a mark {
background-color: transparent;
color: currentColor;
padding-right: 0;
margin-left: 5px;
text-decoration: none;
}
.category-list-item ul li > a {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0;
}
.category-list-item ul li ul li ul > li {
padding-left: 10px;
position: relative;
}
.category-list-item ul li ul li ul > li:before {
content: '\e904';
font-family: 'xstore-icons';
font-size: 8px;
position: absolute;
top: 2px;
left: 0;
}
.category-list-item ul li ul li ul > li:last-child {
margin-bottom: 0;
}
.category-list-item ul li ul {
margin-top: 15px;
}
.category-list-item ul li ul li > a {
font-size: 1rem;
color: var(--et_main-color);
}
.category-list-item ul li ul li > a:hover {
color: var(--et_dark-2-white);
}
.category-list-item > ul,
.category-list-item ul li:last-child {
margin-bottom: 0;
}
.category-list-item > ul > li > a {
margin-bottom: 15px;
}
.category-list-item > ul > li > a mark {
display: none;
}
.category-hover-default .category-list-item {
border: 1px solid var(--et_border-color);
padding: 20px 20px 10px 20px;
}
.category-hover-default .category-list-item img {
transition: all 0.5s ease-out;
}
.category-hover-default .category-list-item-wrapper:hover img {
transform: scale(1.05);
}
.category-list-item-wrapper.image-without .category-list-item {
width: 100%;
}
@media only screen and (min-width: 993px) {
.category-list-item-wrapper.image-left .category-list-item,
.category-list-item-wrapper.image-right .category-list-item {
display: -ms-flexbox;
display: flex;
}
.category-list-item-wrapper.image-left .category-list-item > a,
.category-list-item-wrapper.image-right .category-list-item > a,
.category-list-item-wrapper.image-left .category-list-item > ul,
.category-list-item-wrapper.image-right .category-list-item > ul {
-ms-flex: 1;
flex: 1;
}
.category-list-item-wrapper.image-left .category-list-item > ul {
padding-left: 15px;
}
.category-list-item-wrapper.image-right .category-list-item {
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.category-list-item-wrapper.image-right .category-list-item > ul {
padding-right: 15px;
}
} .categories-products-two-rows {
background-color: #fff;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 0 15px 1px #e9e9e9;
padding-bottom: 30px;
margin: 0 5px 35px;
}
.categories-products-two-rows .category-title {
text-align: center;
background: #cd0700;
padding: 19px 0;
margin-bottom: 30px;
}
.categories-products-two-rows .category-title h4 {
margin-bottom: 0;
}
.categories-products-two-rows .category-title h4 a {
font-size: 1.14rem;
text-transform: uppercase;
color: #fff;
}
.categories-products-two-rows .products-group {
padding: 0 2.1rem;
}
.categories-products-two-rows .top-products,
.categories-products-two-rows .bottom-product .content-product {
display: grid;
grid-template-columns: calc(50% - 10px ) calc(50% - 10px );
grid-column-gap: 20px;
}
.categories-products-two-rows .top-products {
border-bottom: 1px solid #e9e9e9;
margin-bottom: 30px;
}
.categories-products-two-rows .top-product {
text-align: center;
}
.categories-products-two-rows .bottom-product {
--product-title-size-proportion: 1.3;
}
.categories-products-two-rows .bottom-product .content-product,
.categories-products-two-rows .bottom-product .product-image-wrapper {
margin-bottom: 0;
}
.categories-products-two-rows .content-product {
--product-title-size-proportion: 1;
}
.categories-products-two-rows .content-product .product-title a {
line-height: 1.5;
}
.categories-products-two-rows .content-product .product-content-image img {
opacity: 1;
}
.categories-products-two-rows .show-products {
text-align: center;
margin-top: 30px;
}
.categories-products-two-rows .show-products a {
font-size: 1rem;
text-transform: uppercase;
color: #ce0800;
padding-bottom: 3px;
display: inline-block !important;
}
.categories-products-two-rows .show-products a:after {
line-height: 1;
}
.categories-products-two-rows .show-products a:before,
.categories-products-two-rows .show-products a:after {
transition: inherit;
}
@media only screen and (max-width: 480px) {
.categories-lists-grid .category-list-item-wrapper {
width: 100% !important;
}
} .et-offer {
font-size: 10px;
}
.et-offer .product {
border: 1px solid var(--et_border-color);
padding: 2em;
margin-bottom: 30px;
border-radius: 5px;
}
.et-offer .product-title {
font-size: 2.2em;
}
.et-offer .products-page-cats {
margin-bottom: 0;
}
.et-offer .products-page-cats a {
font-size: 1.2em;
margin-bottom: 0;
}
.et-offer .product-details {
display: inline-block;
width: 100%;
}
.et-offer .product-details .price {
float: right;
width: auto;
font-size: 2.8em;
}
.et-offer.type1 .content-product .footer-product,
.et-offer.type1 .content-product > img,
.et-offer.type1 .sale-wrapper {
display: none;
}
.et-offer.type1 .content-product .et-timer .time-block {
margin: 0 2px 6px;
}
.et-offer.type1 .content-product .star-rating {
position: absolute;
right: 0;
top: 0;
}
.et-offer.type1 .product-details .price del {
font-size: 80%;
}
.et-offer.type1 .product-details .price ins {
font-size: 100%;
}
.et-offer.type2 .product-title {
font-size: 2.7em;
}
.et-offer.type2 .product-mask .product-title {
font-size: 2.3em;
}
.et-offer.type2 .product-mask .price {
font-size: 1.85em;
}
.et-offer.type2 .content-product .et-timer,
.et-offer.type2 .product-details .price {
float: none;
}
.et-offer.type2 .product-details {
padding-bottom: 0;
}
.et-offer.type2 .content-product .et-timer {
margin-top: 10px;
margin-bottom: 10px;
}
.et-offer.type2 .price {
font-size: 2.25em;
}
.et-offer.type2 .products-page-cats a {
font-size: 1.55em;
}
.et-offer.type2 .btn {
margin-top: 10px;
height: auto;
}
.et-offer.no-image .onsale {
top: 0;
}
.et-offer.no-image .onsale.left {
left: 0;
}
.et-offer.no-image .onsale.right {
right: 0;
}
.et-offer .content-product {
margin-bottom: 0;
position: relative;
}
.et-offer .content-product .et-timer {
float: left;
margin-top: 0;
margin-bottom: 0;
font-size: 8px;
}
.et-offer .price {
margin-bottom: 0;
}
.et-offer .et-timer.type2 .timer-count + span {
font-size: 1.27em;
}
@media only screen and (max-width: 767px) {
.et-offer {
font-size: 9px !important;
}
.et-offer .product-details .price {
margin-bottom: 10px;
text-align: center;
float: none;
}
.et-offer .product-sale-counter {
width: 100%;
text-align: center;
}
.et-offer .product-sale-counter .time-block {
float: none;
}
.et-offer .star-rating {
transform: scale(0.8);
right: -10px;
top: -4px;
}
.et-offer.type2 .content-product .et-timer {
margin-bottom: 10px;
}
}.autoscrolling-text-wrapper {
text-align: center;
z-index: 2;
}
.autoscrolling-text-wrapper .swiper-container {
overflow: visible;
}
.autoscrolling-text-wrapper .swiper-slide {
display: -ms-flexbox;
display: flex;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.autoscrolling-item > a,
.autoscrolling-item .et-text-tooltip {
position: relative;
color: inherit;
text-transform: none;
border-bottom: 1px solid currentColor;
}
.autoscrolling-item > i {
font-size: 1.14em;
vertical-align: middle;
}
.et-text-tooltip {
display: inline-block;
cursor: help;
}
.et-text-tooltip .tooltip-content {
position: absolute;
opacity: 0;
visibility: hidden;
width: 21em;
background: #fff;
color: var(--et_font-color);
padding: 20px 15px;
cursor: default;
border: 1px solid var(--et_border-color);
transform: translateX(-50%);
left: 50%;
transition: opacity 0.3s linear;
}
.et-text-tooltip .tooltip-content:before {
position: absolute;
content: '';
border: 10px solid;
left: 50%;
transform: translateX(-50%);
}
.et-text-tooltip[data-placement="bottom"] .tooltip-content {
top: 100%;
margin-top: 10px;
}
.et-text-tooltip[data-placement="bottom"] .tooltip-content:before {
border-color: transparent transparent #fff transparent;
top: -20px;
}
.et-text-tooltip[data-placement="top"] .tooltip-content {
bottom: 100%;
margin-bottom: 10px;
}
.et-text-tooltip[data-placement="top"] .tooltip-content:before {
border-color: #fff   transparent   transparent  transparent;
bottom: -20px;
}
.et-text-tooltip:hover .tooltip-content {
opacity: 1;
visibility: visible;
}
@media screen and (max-width: 480px) {
.autoscrolling-item {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media only screen and (min-width: 650px) and (max-width: 1500px) {
.banner.responsive-fonts .banner-content .banner-title,
.banner.responsive-fonts .banner-content .banner-subtitle {
zoom: .8;
-moz-transform: scale(0.8);
}
.banner.responsive-fonts .banner-content .content-inner > * {
zoom: .55;
-moz-transform: scale(0.55);
}
.banner.responsive-fonts .banner-content .content-inner > p {
zoom: .75;
-moz-transform: scale(0.75);
}
.banner.responsive-fonts .banner-content .content-inner > div,
.banner.responsive-fonts .banner-content .content-inner .btn {
zoom: 1;
-moz-transform: scale(1);
}
}
@media only screen and (max-width: 1200px) {
.banner.responsive-fonts.banner-type-2 .banner-content {
transform: translate3d(0, -50%, 0);
}
.banner:hover.responsive-fonts.banner-type-2 .banner-content {
transform: translate3d(0, -55%, 0);
}
}
@media only screen and (max-width: 992px) {
.banner.responsive-fonts .banner-content .banner-title {
line-height: 1.3;
}
.banner.responsive-fonts .banner-content .banner-inner {
text-align: center;
}
}
@media only screen and (max-width: 767px) {
.banner.banner-type-2.responsive-fonts .banner-content .banner-subtitle {
font-size: 2vw;
text-align: center !important;
}
.banner.responsive-fonts .banner-content .content-inner > p {
zoom: .7;
-moz-transform: scale(0.7);
}
}
@media only screen and (max-width: 480px) {
.banner.responsive-fonts .banner-content .banner-title {
font-size: 1.5rem;
}
.banner.banner-type-2.responsive-fonts .banner-content .banner-subtitle {
font-size: 3vw;
text-align: center !important;
}
.banner.banner-type-2.responsive-fonts .banner-content .banner-title {
font-size: 8vw;
line-height: 9vw;
}
}
.categories-lists-slider {
width: auto !important;
margin-left: -15px;
margin-right: -15px;
}
.categories-lists-slider .swiper-slide {
padding-left: 15px;
padding-right: 15px;
}
.et-custom-carousel .swiper-container {
opacity: 0;
transition: all 0.3s ease-in-out;
}
.et-custom-carousel .swiper-container.initialized {
opacity: 1;
}
.vc_element .et-custom-carousel .swiper-container {
opacity: 1;
}
.vc_col-sm-6 .et-offer,
.vc_col-sm-7 .et-offer,
.vc_col-sm-8 .et-offer,
.vc_col-sm-9 .et-offer,
.vc_col-sm-10 .et-offer,
.vc_col-sm-11 .et-offer,
.vc_col-sm-12 .et-offer,
.vc_col-md-6 .et-offer,
.vc_col-md-7 .et-offer,
.vc_col-md-8 .et-offer,
.vc_col-md-9 .et-offer,
.vc_col-md-10 .et-offer,
.vc_col-md-11 .et-offer,
.vc_col-md-12 .et-offer,
.vc_col-lg-6 .et-offer,
.vc_col-lg-7 .et-offer,
.vc_col-lg-8 .et-offer,
.vc_col-lg-9 .et-offer,
.vc_col-lg-10 .et-offer,
.vc_col-lg-11 .et-offer,
.vc_col-lg-12 .et-offer {
font-size: 10px;
}
.vc_col-sm-8 .et-offer,
.vc_col-md-8 .et-offer,
.vc_col-lg-8 .et-offer {
font-size: 12px;
}
.vc_col-sm-4 .et-offer,
.vc_col-md-4 .et-offer,
.vc_col-lg-4 .et-offer {
font-size: 9px;
}
.vc_col-sm-3 .et-offer,
.vc_col-md-3 .et-offer,
.vc_col-lg-3 .et-offer {
font-size: 8px;
}
.vc_col-sm-3 .et-offer .product-details .price,
.vc_col-md-3 .et-offer .product-details .price,
.vc_col-lg-3 .et-offer .product-details .price {
margin-bottom: 10px;
text-align: center;
float: none;
}
.vc_col-sm-3 .et-offer .product-sale-counter,
.vc_col-md-3 .et-offer .product-sale-counter,
.vc_col-lg-3 .et-offer .product-sale-counter {
width: 100%;
text-align: center;
}
.vc_col-sm-3 .et-offer .product-sale-counter .time-block,
.vc_col-md-3 .et-offer .product-sale-counter .time-block,
.vc_col-lg-3 .et-offer .product-sale-counter .time-block {
float: none;
}
.vc_col-sm-2 .et-offer,
.vc_col-md-2 .et-offer,
.vc_col-lg-2 .et-offer,
.vc_col-sm-1 .et-offer,
.vc_col-md-1 .et-offer,
.vc_col-lg-1 .et-offer {
font-size: 7px;
}
.vc_col-sm-2 .et-offer .product-details .price,
.vc_col-md-2 .et-offer .product-details .price,
.vc_col-lg-2 .et-offer .product-details .price,
.vc_col-sm-1 .et-offer .product-details .price,
.vc_col-md-1 .et-offer .product-details .price,
.vc_col-lg-1 .et-offer .product-details .price {
margin-bottom: 10px;
text-align: center;
float: none;
}
.vc_col-sm-2 .et-offer .product-title a,
.vc_col-md-2 .et-offer .product-title a,
.vc_col-lg-2 .et-offer .product-title a,
.vc_col-sm-1 .et-offer .product-title a,
.vc_col-md-1 .et-offer .product-title a,
.vc_col-lg-1 .et-offer .product-title a {
margin-bottom: 0;
}
.vc_col-sm-2 .et-offer .star-rating,
.vc_col-md-2 .et-offer .star-rating,
.vc_col-lg-2 .et-offer .star-rating,
.vc_col-sm-1 .et-offer .star-rating,
.vc_col-md-1 .et-offer .star-rating,
.vc_col-lg-1 .et-offer .star-rating {
position: relative;
margin-left: 0;
margin-right: 0;
}
.vc_col-sm-2 .et-offer .price,
.vc_col-md-2 .et-offer .price,
.vc_col-lg-2 .et-offer .price,
.vc_col-sm-1 .et-offer .price,
.vc_col-md-1 .et-offer .price,
.vc_col-lg-1 .et-offer .price {
font-size: 2.2em;
}
.vc_col-sm-2 .et-offer .product-sale-counter,
.vc_col-md-2 .et-offer .product-sale-counter,
.vc_col-lg-2 .et-offer .product-sale-counter,
.vc_col-sm-1 .et-offer .product-sale-counter,
.vc_col-md-1 .et-offer .product-sale-counter,
.vc_col-lg-1 .et-offer .product-sale-counter {
width: 100%;
text-align: center;
}
.vc_col-sm-2 .et-offer .product-sale-counter .time-block,
.vc_col-md-2 .et-offer .product-sale-counter .time-block,
.vc_col-lg-2 .et-offer .product-sale-counter .time-block,
.vc_col-sm-1 .et-offer .product-sale-counter .time-block,
.vc_col-md-1 .et-offer .product-sale-counter .time-block,
.vc_col-lg-1 .et-offer .product-sale-counter .time-block {
float: none;
font-size: .9em;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
.vc_col-sm-6 .et-offer,
.vc_col-sm-7 .et-offer,
.vc_col-sm-8 .et-offer,
.vc_col-sm-9 .et-offer,
.vc_col-sm-10 .et-offer,
.vc_col-sm-11 .et-offer,
.vc_col-sm-12 .et-offer,
.vc_col-md-6 .et-offer,
.vc_col-md-7 .et-offer,
.vc_col-md-8 .et-offer,
.vc_col-md-9 .et-offer,
.vc_col-md-10 .et-offer,
.vc_col-md-11 .et-offer,
.vc_col-md-12 .et-offer,
.vc_col-lg-6 .et-offer,
.vc_col-lg-7 .et-offer,
.vc_col-lg-8 .et-offer,
.vc_col-lg-9 .et-offer,
.vc_col-lg-10 .et-offer,
.vc_col-lg-11 .et-offer,
.vc_col-lg-12 .et-offer {
font-size: 9px;
}
.vc_col-sm-4 .et-offer,
.vc_col-md-4 .et-offer,
.vc_col-lg-4 .et-offer {
font-size: 8px;
}
.vc_col-sm-4 .et-offer .product-details .price,
.vc_col-md-4 .et-offer .product-details .price,
.vc_col-lg-4 .et-offer .product-details .price {
margin-bottom: 10px;
text-align: center;
float: none;
}
.vc_col-sm-4 .et-offer .et-timer.product-sale-counter,
.vc_col-md-4 .et-offer .et-timer.product-sale-counter,
.vc_col-lg-4 .et-offer .et-timer.product-sale-counter {
width: 100%;
text-align: center;
}
.vc_col-sm-4 .et-offer .et-timer.product-sale-counter .time-block,
.vc_col-md-4 .et-offer .et-timer.product-sale-counter .time-block,
.vc_col-lg-4 .et-offer .et-timer.product-sale-counter .time-block {
float: none;
}
.vc_col-sm-3 .et-offer,
.vc_col-md-3 .et-offer,
.vc_col-lg-3 .et-offer {
font-size: 7px;
}
.vc_col-sm-3 .et-offer .star-rating,
.vc_col-md-3 .et-offer .star-rating,
.vc_col-lg-3 .et-offer .star-rating {
transform: scale(0.8);
right: -10px;
top: -4px;
}
.vc_col-sm-2 .et-offer,
.vc_col-md-2 .et-offer,
.vc_col-lg-2 .et-offer,
.vc_col-sm-1 .et-offer,
.vc_col-md-1 .et-offer,
.vc_col-lg-1 .et-offer {
font-size: 5px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vc_col-sm-6 .et-offer,
.vc_col-sm-7 .et-offer,
.vc_col-sm-8 .et-offer,
.vc_col-sm-9 .et-offer,
.vc_col-sm-10 .et-offer,
.vc_col-sm-11 .et-offer,
.vc_col-sm-12 .et-offer,
.vc_col-md-6 .et-offer,
.vc_col-md-7 .et-offer,
.vc_col-md-8 .et-offer,
.vc_col-md-9 .et-offer,
.vc_col-md-10 .et-offer,
.vc_col-md-11 .et-offer,
.vc_col-md-12 .et-offer,
.vc_col-lg-6 .et-offer,
.vc_col-lg-7 .et-offer,
.vc_col-lg-8 .et-offer,
.vc_col-lg-9 .et-offer,
.vc_col-lg-10 .et-offer,
.vc_col-lg-11 .et-offer,
.vc_col-lg-12 .et-offer {
font-size: 8px;
}
.vc_col-sm-6 .et-offer .product-details .price,
.vc_col-sm-7 .et-offer .product-details .price,
.vc_col-sm-8 .et-offer .product-details .price,
.vc_col-sm-9 .et-offer .product-details .price,
.vc_col-sm-10 .et-offer .product-details .price,
.vc_col-sm-11 .et-offer .product-details .price,
.vc_col-sm-12 .et-offer .product-details .price,
.vc_col-md-6 .et-offer .product-details .price,
.vc_col-md-7 .et-offer .product-details .price,
.vc_col-md-8 .et-offer .product-details .price,
.vc_col-md-9 .et-offer .product-details .price,
.vc_col-md-10 .et-offer .product-details .price,
.vc_col-md-11 .et-offer .product-details .price,
.vc_col-md-12 .et-offer .product-details .price,
.vc_col-lg-6 .et-offer .product-details .price,
.vc_col-lg-7 .et-offer .product-details .price,
.vc_col-lg-8 .et-offer .product-details .price,
.vc_col-lg-9 .et-offer .product-details .price,
.vc_col-lg-10 .et-offer .product-details .price,
.vc_col-lg-11 .et-offer .product-details .price,
.vc_col-lg-12 .et-offer .product-details .price {
margin-bottom: 10px;
text-align: center;
float: none;
}
.vc_col-sm-6 .et-offer .product-sale-counter,
.vc_col-sm-7 .et-offer .product-sale-counter,
.vc_col-sm-8 .et-offer .product-sale-counter,
.vc_col-sm-9 .et-offer .product-sale-counter,
.vc_col-sm-10 .et-offer .product-sale-counter,
.vc_col-sm-11 .et-offer .product-sale-counter,
.vc_col-sm-12 .et-offer .product-sale-counter,
.vc_col-md-6 .et-offer .product-sale-counter,
.vc_col-md-7 .et-offer .product-sale-counter,
.vc_col-md-8 .et-offer .product-sale-counter,
.vc_col-md-9 .et-offer .product-sale-counter,
.vc_col-md-10 .et-offer .product-sale-counter,
.vc_col-md-11 .et-offer .product-sale-counter,
.vc_col-md-12 .et-offer .product-sale-counter,
.vc_col-lg-6 .et-offer .product-sale-counter,
.vc_col-lg-7 .et-offer .product-sale-counter,
.vc_col-lg-8 .et-offer .product-sale-counter,
.vc_col-lg-9 .et-offer .product-sale-counter,
.vc_col-lg-10 .et-offer .product-sale-counter,
.vc_col-lg-11 .et-offer .product-sale-counter,
.vc_col-lg-12 .et-offer .product-sale-counter {
width: 100%;
text-align: center;
}
.vc_col-sm-6 .et-offer .product-sale-counter .time-block,
.vc_col-sm-7 .et-offer .product-sale-counter .time-block,
.vc_col-sm-8 .et-offer .product-sale-counter .time-block,
.vc_col-sm-9 .et-offer .product-sale-counter .time-block,
.vc_col-sm-10 .et-offer .product-sale-counter .time-block,
.vc_col-sm-11 .et-offer .product-sale-counter .time-block,
.vc_col-sm-12 .et-offer .product-sale-counter .time-block,
.vc_col-md-6 .et-offer .product-sale-counter .time-block,
.vc_col-md-7 .et-offer .product-sale-counter .time-block,
.vc_col-md-8 .et-offer .product-sale-counter .time-block,
.vc_col-md-9 .et-offer .product-sale-counter .time-block,
.vc_col-md-10 .et-offer .product-sale-counter .time-block,
.vc_col-md-11 .et-offer .product-sale-counter .time-block,
.vc_col-md-12 .et-offer .product-sale-counter .time-block,
.vc_col-lg-6 .et-offer .product-sale-counter .time-block,
.vc_col-lg-7 .et-offer .product-sale-counter .time-block,
.vc_col-lg-8 .et-offer .product-sale-counter .time-block,
.vc_col-lg-9 .et-offer .product-sale-counter .time-block,
.vc_col-lg-10 .et-offer .product-sale-counter .time-block,
.vc_col-lg-11 .et-offer .product-sale-counter .time-block,
.vc_col-lg-12 .et-offer .product-sale-counter .time-block {
float: none;
}
.vc_col-sm-4 .et-offer .star-rating,
.vc_col-md-4 .et-offer .star-rating,
.vc_col-lg-4 .et-offer .star-rating,
.vc_col-sm-3 .et-offer .star-rating,
.vc_col-md-3 .et-offer .star-rating,
.vc_col-lg-3 .et-offer .star-rating,
.vc_col-sm-2 .et-offer .star-rating,
.vc_col-md-2 .et-offer .star-rating,
.vc_col-lg-2 .et-offer .star-rating,
.vc_col-sm-1 .et-offer .star-rating,
.vc_col-md-1 .et-offer .star-rating,
.vc_col-lg-1 .et-offer .star-rating {
transform: scale(0.8);
right: -10px;
top: -4px;
}
.vc_col-sm-4 .et-offer,
.vc_col-md-4 .et-offer,
.vc_col-lg-4 .et-offer {
font-size: 7px;
}
.vc_col-sm-4 .et-offer .product-details .price,
.vc_col-md-4 .et-offer .product-details .price,
.vc_col-lg-4 .et-offer .product-details .price {
margin-bottom: 10px;
text-align: center;
float: none;
}
.vc_col-sm-4 .et-offer .product-sale-counter,
.vc_col-md-4 .et-offer .product-sale-counter,
.vc_col-lg-4 .et-offer .product-sale-counter {
width: 100%;
text-align: center;
}
.vc_col-sm-4 .et-offer .product-sale-counter .time-block,
.vc_col-md-4 .et-offer .product-sale-counter .time-block,
.vc_col-lg-4 .et-offer .product-sale-counter .time-block {
float: none;
}
.vc_col-sm-3 .et-offer,
.vc_col-md-3 .et-offer,
.vc_col-lg-3 .et-offer {
font-size: 6px;
}
.vc_col-sm-2 .et-offer,
.vc_col-md-2 .et-offer,
.vc_col-lg-2 .et-offer,
.vc_col-sm-1 .et-offer,
.vc_col-md-1 .et-offer,
.vc_col-lg-1 .et-offer {
font-size: 4px;
}
}
.vc_col-sm-3 .et-timer .time-block,
.vc_col-md-3 .et-timer .time-block,
.vc_col-lg-3 .et-timer .time-block,
.vc_col-sm-2 .et-timer .time-block,
.vc_col-md-2 .et-timer .time-block,
.vc_col-lg-2 .et-timer .time-block,
.vc_col-sm-1 .et-timer .time-block,
.vc_col-md-1 .et-timer .time-block,
.vc_col-lg-1 .et-timer .time-block {
margin-bottom: .85em;
}
.vc_col-sm-3 .et-timer .time-block:first-child,
.vc_col-md-3 .et-timer .time-block:first-child,
.vc_col-lg-3 .et-timer .time-block:first-child,
.vc_col-sm-2 .et-timer .time-block:first-child,
.vc_col-md-2 .et-timer .time-block:first-child,
.vc_col-lg-2 .et-timer .time-block:first-child,
.vc_col-sm-1 .et-timer .time-block:first-child,
.vc_col-md-1 .et-timer .time-block:first-child,
.vc_col-lg-1 .et-timer .time-block:first-child {
margin-left: .85em;
}
.vc_col-sm-1 .et-timer,
.vc_col-md-1 .et-timer,
.vc_col-lg-1 .et-timer {
font-size: 7px;
}
.vc_col-sm-3 .et-timer,
.vc_col-md-3 .et-timer,
.vc_col-lg-3 .et-timer,
.vc_col-sm-2 .et-timer,
.vc_col-md-2 .et-timer,
.vc_col-lg-2 .et-timer {
font-size: 6px;
}
.vc_col-sm-4 .et-timer,
.vc_col-md-4 .et-timer,
.vc_col-lg-4 .et-timer {
font-size: 8px;
}
.vc_col-sm-5 .et-timer,
.vc_col-lg-5 .et-timer,
.vc-col-md-5 .et-timer {
font-size: 10px;
}
.vc_col-sm-6 .et-timer,
.vc_col-md-6 .et-timer,
.vc_col-lg-6 .et-timer,
.vc_col-sm-7 .et-timer,
.vc_col-md-7 .et-timer,
.vc_col-lg-7 .et-timer {
font-size: 12px;
}
.vc_col-sm-8 .et-timer,
.vc_col-md-8 .et-timer,
.vc_col-lg-8 .et-timer,
.vc_col-sm-9 .et-timer,
.vc_col-md-9 .et-timer,
.vc_col-lg-9 .et-timer,
.vc_col-sm-10 .et-timer,
.vc_col-md-10 .et-timer,
.vc_col-lg-10 .et-timer,
.vc_col-sm-11 .et-timer,
.vc_col-md-11 .et-timer,
.vc_col-lg-11 .et-timer,
.vc_col-sm-12 .et-timer,
.vc_col-md-12 .et-timer,
.vc_col-lg-12 .et-timer {
font-size: 15px;
}
@media only screen and (max-width: 1200px) {
.vc_col-sm-3 .et-timer.type1,
.vc_col-md-3 .et-timer.type1,
.vc_col-lg-3 .et-timer.type1 {
font-size: 5px;
}
.vc_col-sm-4 .et-timer.type1,
.vc_col-md-4 .et-timer.type1,
.vc_col-lg-4 .et-timer.type1 {
font-size: 7px;
}
.vc_col-sm-5 .et-timer.type1,
.vc_col-lg-5 .et-timer.type1,
.vc-col-md-5 .et-timer.type1 {
font-size: 8px;
}
.vc_col-sm-6 .et-timer.type1,
.vc_col-md-6 .et-timer.type1,
.vc_col-lg-6 .et-timer.type1,
.vc_col-sm-7 .et-timer.type1,
.vc_col-md-7 .et-timer.type1,
.vc_col-lg-7 .et-timer.type1 {
font-size: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.vc_col-sm-4 .et-timer.type1,
.vc_col-md-4 .et-timer.type1,
.vc_col-lg-4 .et-timer.type1 {
font-size: 5px;
}
.vc_col-sm-3 .et-timer.type1,
.vc_col-md-3 .et-timer.type1,
.vc_col-lg-3 .et-timer.type1,
.vc_col-sm-5 .et-timer.type1,
.vc_col-lg-5 .et-timer.type1,
.vc-col-md-5 .et-timer.type1 {
font-size: 7px;
}
.vc_col-sm-2 .et-timer.type1,
.vc_col-md-2 .et-timer.type1,
.vc_col-lg-2 .et-timer.type1,
.vc_col-sm-6 .et-timer.type1,
.vc_col-md-6 .et-timer.type1,
.vc_col-lg-6 .et-timer.type1,
.vc_col-sm-7 .et-timer.type1,
.vc_col-md-7 .et-timer.type1,
.vc_col-lg-7 .et-timer.type1 {
font-size: 8px;
}
.vc_col-sm-8 .et-timer.type1,
.vc_col-md-8 .et-timer.type1,
.vc_col-lg-8 .et-timer.type1 {
font-size: 11px;
}
.vc_col-sm-9 .et-timer.type1,
.vc_col-md-9 .et-timer.type1,
.vc_col-lg-9 .et-timer.type1,
.vc_col-sm-10 .et-timer.type1,
.vc_col-md-10 .et-timer.type1,
.vc_col-lg-10 .et-timer.type1,
.vc_col-sm-11 .et-timer.type1,
.vc_col-md-11 .et-timer.type1,
.vc_col-lg-11 .et-timer.type1,
.vc_col-sm-12 .et-timer.type1,
.vc_col-md-12 .et-timer.type1,
.vc_col-lg-12 .et-timer.type1 {
font-size: 13px;
}
}
@media only screen and (max-width: 650px) {
.vc_col-sm-8 .et-timer.type1,
.vc_col-md-8 .et-timer.type1,
.vc_col-lg-8 .et-timer.type1,
.vc_col-sm-9 .et-timer.type1,
.vc_col-md-9 .et-timer.type1,
.vc_col-lg-9 .et-timer.type1,
.vc_col-sm-10 .et-timer.type1,
.vc_col-md-10 .et-timer.type1,
.vc_col-lg-10 .et-timer.type1,
.vc_col-sm-11 .et-timer.type1,
.vc_col-md-11 .et-timer.type1,
.vc_col-lg-11 .et-timer.type1,
.vc_col-sm-12 .et-timer.type1,
.vc_col-md-12 .et-timer.type1,
.vc_col-lg-12 .et-timer.type1 {
font-size: 12px;
}
}
.vc_row::selection,
.vc_row-fluid::selection,
.wpb_content_element::selection,
.wpb_wrapper::selection,
.vc_tta-container::selection,
.vc_tta-panels-container::selection,
.vc_tta-panels::selection,
.vc_tta-panel-body::selection,
.vc_tta-panel-body .swiper-custom-left::selection,
.vc_tta-panel-body .swiper-custom-right::selection {
background-color: transparent;
}
.vc_row[data-vc-full-width] {
overflow: hidden !important;
transition: none !important;
}
.et-bg-bottom .vc_column-inner {
background-position: center bottom;
}
.blog .blog-post .content-article > .vc_row,
.blog .post-grid .content-article > .vc_row,
.et-blog .blog-post .content-article > .vc_row,
.et-blog .post-grid .content-article > .vc_row,
.search-results .blog-post .content-article > .vc_row,
.search-results .post-grid .content-article > .vc_row,
.archive .blog-post .content-article > .vc_row,
.archive .post-grid .content-article > .vc_row,
.blog .blog-post .content-article > .wpb_text_column,
.blog .post-grid .content-article > .wpb_text_column,
.et-blog .blog-post .content-article > .wpb_text_column,
.et-blog .post-grid .content-article > .wpb_text_column,
.search-results .blog-post .content-article > .wpb_text_column,
.search-results .post-grid .content-article > .wpb_text_column,
.archive .blog-post .content-article > .wpb_text_column,
.archive .post-grid .content-article > .wpb_text_column {
margin-bottom: 0;
}
.et-attachment-fixed > div,
.et-attachment-fixed.et-parallax {
background-attachment: fixed !important;
backface-visibility: hidden;
}
.et-parallax-left_top > div,
.et-parallax-left_top.et-parallax {
background-position: left top !important;
}
.et-parallax-left > div,
.et-parallax-left.et-parallax {
background-position: left center !important;
}
.et-parallax-left_bottom > div,
.et-parallax-left_bottom.et-parallax {
background-position: left bottom !important;
}
.et-parallax-right_top > div,
.et-parallax-right_top.et-parallax {
background-position: right top !important;
}
.et-parallax-right > div,
.et-parallax-right.et-parallax {
background-position: right center !important;
}
.et-parallax-right_bottom > div,
.et-parallax-right_bottom.et-parallax {
background-position: right bottom !important;
}
.et-parallax-center_top > div,
.et-parallax-center_top.et-parallax {
background-position: center top !important;
}
.et-parallax-center > div,
.et-parallax-center.et-parallax {
background-position: center center !important;
}
.et-parallax-center_bottom > div,
.et-parallax-center_bottom.et-parallax {
background-position: center bottom !important;
}
.wpb_wpb_button i {
margin-right: 0;
}
.vc_col-sm-9 .product-slide .product-view-mask .footer-product,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product,
.vc_col-sm-9 .product-slide .product-view-info .footer-product,
.vc_col-sm-8 .product-slide .product-view-info .footer-product {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .show-quickly,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .show-quickly,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .show-quickly,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .show-quickly,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .et-wishlist-holder,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .et-wishlist-holder,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .et-wishlist-holder,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .et-wishlist-holder,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .pre_order_loop,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .pre_order_loop,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .pre_order_loop,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .pre_order_loop,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message {
-ms-flex: 1;
flex: 1;
position: relative;
border: none;
}
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .show-quickly:after,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .show-quickly:after,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .show-quickly:after,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .show-quickly:after,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .et-wishlist-holder:after,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .et-wishlist-holder:after,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .et-wishlist-holder:after,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .et-wishlist-holder:after,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link:after,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link:after,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .by-vendor-name-link:after,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .by-vendor-name-link:after,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .pre_order_loop:after,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .pre_order_loop:after,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .pre_order_loop:after,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .pre_order_loop:after,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:after,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:after {
content: '';
}
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .button,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .button,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .button,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .button,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .pre_order_loop,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .pre_order_loop,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .pre_order_loop,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .pre_order_loop,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message {
font-size: 0;
padding: 0;
-ms-flex: 1;
flex: 1;
}
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .button:before,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .button:before,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .button:before,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .button:before,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link:before,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link:before,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .by-vendor-name-link:before,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .by-vendor-name-link:before,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .pre_order_loop:before,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .pre_order_loop:before,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .pre_order_loop:before,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .pre_order_loop:before,
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:before,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:before {
margin: 0;
}
.vc_col-sm-9 .product-slide .product-view-mask .footer-product .compare,
.vc_col-sm-8 .product-slide .product-view-mask .footer-product .compare,
.vc_col-sm-9 .product-slide .product-view-info .footer-product .compare,
.vc_col-sm-8 .product-slide .product-view-info .footer-product .compare {
display: none;
}
.footer .wpb_widgetised_column_heading,
.prefooter .wpb_widgetised_column_heading {
font-size: 1.14rem;
text-transform: uppercase;
margin-bottom: 1.56em;
}
@media only screen and (min-width: 1200px) {
body.bordered .vc_row[data-vc-full-width] {
padding: 0 20px;
}
}
@media only screen and (max-width: 1024px) {
.et-attachment-fixed > div,
.et-attachment-fixed.et-parallax {
background-attachment: scroll !important;
background-size: cover !important;
}
}
@media only screen and (max-width: 768px) {
.prefooter-subscribe .vc_column-inner {
padding-left: 0 !important;
padding-right: 0 !important;
}
.mob-center .wpb_single_image {
text-align: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
}
@media only screen and (max-width: 767px) {
.vc_row.columns-mobile-reverse {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
.et-look-slider .swiper-slide {
opacity: .6;
transition: opacity 0.3s ease-in-out;
}
.et-look-slider .swiper-slide.swiper-slide-active {
opacity: 1;
}
.look-book-wrap {
text-align: center;
}
.look-book-wrap .gray-text {
text-align: center;
margin-top: 15%;
margin-bottom: 0;
font-size: 1vw;
}
.look-book-wrap .look-title-small,
.look-book-wrap .look-title-big,
.look-book-wrap h4 {
color: #000;
margin: 0;
}
.look-book-wrap .look-title-small {
font-size: 3vw;
line-height: 3vw;
}
.look-book-wrap .look-title-big {
font-size: 6vw;
line-height: 6vw;
}
.look-book-wrap h4 {
font-size: 1vw;
line-height: 1;
margin-bottom: 15%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.et-look-slider .content-product .product-image-wrapper .footer-product .button:before {
font-size: 26px;
top: 10px;
}
}
@media only screen and (max-width: 480px) {
.look-book-wrap .gray-text,
.look-book-wrap h4 {
font-size: 4vw;
}
.look-book-wrap .look-title-small {
font-size: 9vw;
line-height: 10vw;
}
.look-book-wrap .look-title-big {
font-size: 11vw;
line-height: 12vw;
}
}
.wpb_single_image.image-zoom {
overflow: hidden;
}
.wpb_single_image.image-zoom img {
transition: all 0.4s ease-in-out;
backface-visibility: hidden;
}
.wpb_single_image.image-zoom:hover img {
transform: scale(1.1);
}
.vc_row-fluid[data-vc-stretch-content="true"] .swiper-entry .swiper-custom-left,
.vc_row-fluid[data-vc-stretch-content="true"] .swiper-entry:hover .swiper-custom-left {
left: 0;
}
.vc_row-fluid[data-vc-stretch-content="true"] .swiper-entry .swiper-custom-right,
.vc_row-fluid[data-vc-stretch-content="true"] .swiper-entry:hover .swiper-custom-right {
right: 0;
} .et-looks {
position: relative;
}
.et-looks .et-looks-nav {
position: absolute;
bottom: -20px;
left: 50%;
padding-left: 0;
transform: translateX(-50%);
z-index: 5;
}
.et-looks .et-looks-nav li {
list-style-type: none;
display: inline-block;
margin: 0 5px;
vertical-align: middle;
}
.et-looks .et-looks-nav li a {
cursor: pointer;
font-size: 0;
display: inline-block;
width: 12px;
height: 12px;
background-color: #e6e6e6;
border-radius: 50%;
}
.et-looks .et-looks-nav li.active a,
.et-looks .et-looks-nav li:hover a {
background-color: var(--et_active-color);
}
.et-looks-content {
position: relative;
width: 100%;
transition: all 0.3s ease-in-out;
height: 800px;
}
.et-looks-content:empty {
display: none;
}
.et-looks-content .et-look {
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
position: absolute;
width: 100%;
transform: translateX(-100px);
}
.et-looks-content .et-look.active-look {
opacity: 1;
visibility: visible;
transform: translateX(0px);
}
.et-looks-content .et-isotope-item .content-product {
transition: all 0.3s ease-in-out;
transform: translateX(-30px);
opacity: 0;
visibility: hidden;
display: block;
}
.et-looks-content .et-isotope-item .content-product img {
width: 100%;
}
.et-looks-content .et-isotope-item .content-product.product-ready {
transform: translateX(0px);
opacity: 1;
visibility: visible;
}
.et-looks-content .et-isotope-item .content-product .product-excerpt {
display: none;
}
.et-looks-content .et-isotope-item .content-product .product-image-wrapper {
width: 100%;
display: block;
}
.et-looks-content .et-isotope-item .content-product .product-details {
display: block;
padding-left: 0;
}
.et-looks-content.has-no-active-item .et-look:first-child {
opacity: 1;
visibility: visible;
transform: translateX(0px);
}
.et-looks-content.has-no-active-item .et-look:first-child .et-isotope-item .content-product {
transform: translateX(0px);
opacity: 1;
visibility: visible;
}
@media only screen and (max-width: 767px) {
.et-products-images-slider {
-ms-flex-order: 1;
order: 1;
}
.et-products-info-slider {
-ms-flex-order: 2;
order: 2;
}
}
@media only screen and (max-width: 480px) {
.et-look .et-isotope-item.product {
display: inline-block;
margin-bottom: 0;
padding-left: 5px;
padding-right: 5px;
--product-title-size-proportion: .9;
}
.et-look .et-isotope-item.product .content-product {
margin-bottom: 0 !important;
}
.et-look .et-isotope-item.product .content-product .product-title {
line-height: 1.1;
}
.et-look .et-isotope-item.product .content-product .product-title a {
margin-bottom: 2px;
}
.et-look .et-isotope-item.product .product-image-wrapper {
margin-bottom: 10px;
}
.et-look .et-isotope-item.product .footer-product .add_to_cart_button {
font-size: 0;
}
.et-look .et-isotope-item.product .footer-product .add_to_cart_button:before {
font-size: 24px;
margin-right: 0;
}
.et-look .et-isotope-item.product .product-mask {
padding: 10px !important;
transform: none !important;
}
.et-look .et-isotope-item.product .product-image-wrapper {
max-height: 150px;
overflow: hidden;
}
.et-look .et-isotope-item.product:last-child .product-image-wrapper {
max-height: 100%;
}
.et-look .et-isotope-item:not(.product) {
padding-left: 5px;
padding-right: 5px;
}
.et-look .et-isotope-item:not(.product) .banner-content {
left: 1.07rem;
right: 1.07rem;
width: auto;
padding: 1.1em 1.42em;
top: auto;
bottom: 1.07rem;
background-color: #fff;
}
.et-look .et-isotope-item:not(.product) .banner-content > p {
display: none;
}
.et-look .et-isotope-item:not(.product) .banner-content > div {
padding: 0 !important;
margin: 0 !important;
font-size: .9rem;
line-height: 1.1;
}
.et-look .et-isotope-item:not(.product) .banner-content > div p {
margin-bottom: 0;
}
.et-look .et-isotope-item:not(.product) .banner-content > div > div {
padding: 0 !important;
margin: 0 !important;
}
.et-look .et-isotope-item .footer-product .yith-wcwl-add-button a.add_to_wishlist:before,
.et-look .et-isotope-item .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
.et-look .et-isotope-item .footer-product .yith-wcwl-wishlistaddedbrowse a:before {
top: 9px;
}
.et-looks .et-looks-nav {
bottom: -30px;
}
.et-looks-content .et-isotope-item .content-product {
margin-bottom: 15px !important;
}
.et-looks-content .et_banner-moved .content-product {
margin-bottom: 10px !important;
}
.et-looks-content .et_banner-moved .banner {
margin-bottom: 0;
}
}  .vc_toggle_arrow .vc_toggle_icon {
color: var(--et_main-color);
position: relative;
width: auto !important;
height: auto !important;
margin-left: auto !important;
padding-left: 10px;
}
.vc_toggle_arrow .vc_toggle_icon:before {
display: none !important;
}
.vc_toggle_arrow .vc_toggle_icon:after {
width: auto !important;
height: auto !important;
position: static !important;
border: none !important;
margin: 0;
content: '\e905' !important;
transform: none !important;
font-style: normal;
font-family: 'xstore-icons';
margin: 0 !important;
visibility: visible !important;
}
.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon:after {
content: '\e903' !important;
}
.vc_toggle {
margin: 0 !important;
}
.vc_toggle .vc_toggle_title {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding-top: 15px;
padding-bottom: 15px;
}
.vc_toggle_content {
margin-top: 1.43em;
}
.vc_toggle_title > h1,
.vc_toggle_title > h2,
.vc_toggle_title > h3,
.vc_toggle_title > h4,
.vc_toggle_title > h5 {
display: inline;
font-weight: 400;
margin-bottom: 0;
}  .vc_tta.vc_tta-pageable .vc_tta-panel {
opacity: 0;
transition: all 0.9s ease-in-out;
}
.vc_tta.vc_tta-pageable .vc_tta-panel.vc_active {
opacity: 1;
}
.vc_toggle_active .vc_toggle_title {
border-bottom: 1px solid var(--et_border-color);
}
.wpb-js-composer .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
z-index: auto;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
background-color: transparent;
border-color: transparent;
} .vc_btn3.vc_btn3-color-black,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
border-color: var(--et_dark-color);
background-color: var(--et_dark-color);
background-image: none;
}
.vc_btn3.vc_btn3-color-black:hover,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
opacity: .8;
}
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
border-width: 1px;
border-color: var(--et_dark-color);
}
.vc_editor .vc_element-container:empty {
display: none;
}
.compose-mode .vc_element-container .vc_element .vc_controls > .vc_controls-out-tl {
left: auto;
right: 0;
}
@media only screen and (max-width: 767px) {
.vc_toggle .vc_toggle_title > h1,
.vc_toggle .vc_toggle_title > h2,
.vc_toggle .vc_toggle_title > h3,
.vc_toggle .vc_toggle_title > h4,
.vc_toggle .vc_toggle_title > h5 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
}
.vc_cta3-icons-left .vc_cta3-icons,
.vc_cta3-icons-right .vc_cta3-icons {
vertical-align: top !important;
top: 0 !important;
transform: translate(-50%, 0) !important;
}
.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat {
color: var(--et_main-color);
}
@media only screen and (max-width: 768px) {
.ultimate-map-wrapper {
margin-bottom: 30px;
}
.vc_btn3-container {
margin-top: 20px;
}
}
@media only screen and (max-width: 480px) {
.ultimate-map-wrapper {
max-height: 200px;
margin-bottom: 30px;
}
.ultimate_google_map {
height: 200px !important;
}
}
.wpb_images_carousel {
padding-bottom: 0;
}
.wpb_images_carousel .swiper-wrapper {
-ms-flex-align: center;
align-items: center;
padding-bottom: 0;
}
.wpb_images_carousel .swiper-slide {
text-align: center;
}
.wpb_images_carousel .swiper-slide img {
width: auto;
margin: auto;
opacity: 1;
transition: all .2s linear;
}
.wpb_images_carousel .swiper-pagination {
margin-top: 20px;
}
.wpb_images_carousel .swiper-slide:hover img {
opacity: .7 !important;
}
.swiper-entry.wpb_images_carousel {
margin-bottom: 0;
}
.wpb_images_carousel .swiper-container .swiper-wrapper {
-ms-flex-align: center;
align-items: center;
}
.wpb_images_carousel .swiper-container .swiper-slide img {
width: auto;
margin: auto;
opacity: 1;
transition: all .2s linear;
}
.wpb_images_carousel .swiper-container .swiper-slide:hover img {
opacity: .4;
}
.content .wpb_column .null-instagram-feed .instagram-pics.instagram-columns-6 li a .insta-info span,
.content .wpb_column .null-instagram-feed .instagram-pics.instagram-columns-5 li a .insta-info span {
font-size: 1em;
line-height: 2em;
}
@media only screen and (max-width: 480px) {
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-small li,
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-thumbnail li {
width: 33.33%;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-large li {
width: 50%;
padding: 0 .3571em;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-no-space li {
padding: 0 !important;
margin: 0 !important;
}
} .wpb-js-composer .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a {
color: var(--et_dark-2-white);
opacity: .7;
}
.wpb-js-composer .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a:hover,
.wpb-js-composer .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
opacity: 1;
}
.wpb-js-composer .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
color: var(--et_active-color);
}
.wpb-js-composer .vc_tta-tab.vc_tta-tabs-position-left .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-tab.vc_tta-tabs-position-right .vc_tta-tabs-container {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.wpb_tabs .wpb_tabs_nav li a.opened span:after {
background-color: var(--et_active-color);
}
.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tab a,
.vc_tta-color-grey.vc_tta-tabs-position-bottom.vc_tta-style-classic .vc_tta-tab a {
margin: 0 0 8px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a,
.vc_tta-color-grey.vc_general .vc_tta-panel-title > a {
font-size: 1rem;
text-transform: uppercase;
background: none !important;
border: none !important;
}
.vc_tta-color-grey .vc_tta-tabs-list .vc_tta-tab a,
.vc_tta-color-grey .vc_tta-tabs-list .vc_tta-panel-title > a {
padding: 5px 7px!important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:hover a,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
background: none;
border: none;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-controls-align-left:not(.vc_tta-tabs-position-left) .vc_tta-tab:first-child > a {
padding-left: 0 !important;
margin-left: 0;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-controls-align-right:not(.vc_tta-tabs-position-right) .vc_tta-tab:last-child > a {
padding-right: 0 !important;
margin-right: 0;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background: transparent !important;
border: none !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta.vc_tta-tabs-position-left .vc_tta-tab,
.wpb-js-composer .vc_tta-color-grey.vc_tta.vc_tta-tabs-position-right .vc_tta-tab,
.vc_tta-color-grey.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-panel-title > a,
.vc_tta-color-grey.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-panel-title > a {
margin-bottom: 0;
margin-top: 0;
}
.vc_tta-color-grey.vc_tta-tabs-position-left.vc_tta-spacing-1 .vc_tta-tab a,
.vc_tta-color-grey.vc_tta-tabs-position-right.vc_tta-spacing-1 .vc_tta-tab a {
padding: .5px 0 !important;
}
.vc_tta-color-grey.vc_tta-tabs-position-left.vc_tta-spacing-2 .vc_tta-tab a,
.vc_tta-color-grey.vc_tta-tabs-position-right.vc_tta-spacing-2 .vc_tta-tab a {
padding: 1px 0 !important;
}
.vc_tta-color-grey.vc_tta-tabs-position-left.vc_tta-spacing-3 .vc_tta-tab a,
.vc_tta-color-grey.vc_tta-tabs-position-right.vc_tta-spacing-3 .vc_tta-tab a {
padding: 1.5px 0 !important;
}
.vc_tta-color-grey.vc_tta-tabs-position-left.vc_tta-spacing-4 .vc_tta-tab a,
.vc_tta-color-grey.vc_tta-tabs-position-right.vc_tta-spacing-4 .vc_tta-tab a {
padding: 2px 0 !important;
}
.vc_tta-color-grey.vc_tta-tabs-position-left.vc_tta-spacing-5 .vc_tta-tab a,
.vc_tta-color-grey.vc_tta-tabs-position-right.vc_tta-spacing-5 .vc_tta-tab a {
padding: 2.5px 0 !important;
}
.vc_tta-color-grey.vc_tta-tabs-position-left.vc_tta-spacing-10 .vc_tta-tab a,
.vc_tta-color-grey.vc_tta-tabs-position-right.vc_tta-spacing-10 .vc_tta-tab a,
.vc_tta-color-grey.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-panel-title > a,
.vc_tta-color-grey.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-panel-title > a {
padding: 5px 0 !important;
}
.vc_tta-color-grey.vc_tta-tabs-position-left.vc_tta-spacing-15 .vc_tta-tab a,
.vc_tta-color-grey.vc_tta-tabs-position-right.vc_tta-spacing-15 .vc_tta-tab a {
padding: 7.5px 0 !important;
}
.vc_tta-color-grey.vc_tta-tabs-position-left.vc_tta-spacing-20 .vc_tta-tab a,
.vc_tta-color-grey.vc_tta-tabs-position-right.vc_tta-spacing-20 .vc_tta-tab a {
padding: 10px 0 !important;
}
.vc_tta-color-grey.vc_tta-tabs-position-left.vc_tta-spacing-25 .vc_tta-tab a,
.vc_tta-color-grey.vc_tta-tabs-position-right.vc_tta-spacing-25 .vc_tta-tab a {
padding: 12.5px 0 !important;
}
.vc_tta-color-grey.vc_tta-tabs-position-left.vc_tta-spacing-30 .vc_tta-tab a,
.vc_tta-color-grey.vc_tta-tabs-position-right.vc_tta-spacing-30 .vc_tta-tab a {
padding: 15px 0 !important;
}
.vc_tta-color-grey.vc_tta-tabs-position-left.vc_tta-spacing-35 .vc_tta-tab a,
.vc_tta-color-grey.vc_tta-tabs-position-right.vc_tta-spacing-35 .vc_tta-tab a {
padding: 17.5px 0 !important;
}
.wpb-js-composer .vc_tta.vc_tta-tabs-position-left .vc_tta-tab,
.wpb-js-composer .vc_tta.vc_tta-tabs-position-right .vc_tta-tab {
border-bottom: 1px solid var(--et_border-color);
}
.vc_tta.vc_general .vc_tta-tab {
list-style: none;
display: inline-block;
}
.vc_tta-panel-body h3.title {
text-transform: uppercase;
font-size: 16px;
}
.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
background-color: transparent !important;
border: none !important;
}
.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading a span {
text-transform: uppercase;
font-size: 16px;
padding: 5px 10px;
margin: 0 10px;
background: none;
color: var(--et_dark-2-white);
border: none !important;
display: inline-block;
cursor: pointer;
transition: inherit;
}
.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading a span:hover {
opacity: .7;
}
.vc_tta.vc_general .vc_tta-panel-title > a {
padding-top: 10px;
padding-bottom: 10px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-list,
.vc_tta.vc_general .vc_tta-tabs-list {
margin-bottom: 30px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_animating .vc_tta-panel-body,
.vc_tta.vc_general .vc_tta-panel.vc_animating .vc_tta-panel-body {
opacity: 0 !important;
transition: opacity .2s linear;
min-height: 100% !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body,
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
height: auto!important;
opacity: 1 !important;
padding: 0!important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body .woocommerce,
.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body .woocommerce {
padding-top: 15px;
}
.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a span:after {
bottom: 0;
}
.vc_tta-panel-body {
overflow: visible !important;
}
.vc_tta-container .vc_tta-pageable .vc_tta-panels .vc_tta-panel {
display: none;
}
.vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
margin-top: 15px !important;
}
@media only screen and (max-width: 992px) {
.vc_tta-tabs.vc_tta-tabs-position-left {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
display: inline-block;
width: 100%;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
width: 35%;
display: inline-block;
float: left;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
width: 60%;
display: inline-block;
float: left;
}
.vc_tta-panel-body .woocommerce.columns-3 .product {
width: 33.33%;
}
.vc_tta-panel-body .woocommerce.columns-3 .product:nth-child(3n+1) {
clear: both !important;
}
.vc_tta-panel-body .woocommerce.columns-3 .product:nth-child(2n+1) {
clear: none !important;
}
}
@media only screen and (max-width: 768px) {
.vc_tta-style-classic.vc_tta-controls-align-left .vc_tta-panel .vc_tta-panel-heading a {
padding-left: 10px;
}
.vc_tta-style-classic.vc_tta-controls-align-left .vc_tta-panel .vc_tta-panel-heading a span {
padding-left: 0 !important;
margin-left: 0;
}
.vc_tta-style-classic.vc_tta-controls-align-right .vc_tta-panel .vc_tta-panel-heading a {
padding-right: 10px;
}
.vc_tta-style-classic.vc_tta-controls-align-right .vc_tta-panel .vc_tta-panel-heading a span {
padding-right: 0 !important;
margin-right: 0;
}
}
@media only screen and (max-width: 600px) {
.vc_tta-panel-body .woocommerce.columns-3 .product {
width: 50%;
}
.vc_tta-panel-body .woocommerce.columns-3 .product:nth-child(3n+1) {
clear: none !important;
}
.vc_tta-panel-body .woocommerce.columns-3 .product:nth-child(2n+1) {
clear: both !important;
}
}
.testimonials-slider .item {
padding: 0 15px 30px;
}
.testimonials-slider .with-grid .testimonial-slider-item {
background-color: #fff;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 33px 30px;
}
.testimonials-slider .with-grid .testimonial-slider-item .testimonial-info {
-ms-flex-order: 1;
order: 1;
width: 38%;
text-align: center;
padding-right: 30px;
}
.testimonials-slider .with-grid .testimonial-slider-item .testimonial-info .avatar-link {
display: block;
margin: 0 auto 15px;
}
.testimonials-slider .with-grid .testimonial-slider-item .testimonial-info img {
margin-left: auto;
margin-right: auto;
}
.testimonials-slider .with-grid .testimonial-slider-item .testimonial-info .url {
display: none;
}
.testimonials-slider .with-grid .testimonial-slider-item .testimonials-text {
-ms-flex-order: 2;
order: 2;
width: 62%;
text-align: center;
font-size: 14px;
line-height: 25px;
margin-bottom: 0;
}
.testimonials-slider .with-grid .testimonial-slider-item .testimonials-text:before {
left: 50%;
transform: translateX(-50%);
}
.testimonials-slider .with-grid.testimonials-col-1 .item {
width: 100%;
margin: 0;
padding-bottom: 0;
}
.testimonials-slider .with-grid.testimonials-col-2 .item {
width: 46%;
}
.testimonials-slider .with-grid.testimonials-col-3 .item {
width: 30%;
}
.testimonials-slider .with-grid.testimonials-col-4 .item {
width: 21%;
padding: 30px 15px;
}
.testimonials-slider .with-grid .avatar-link {
display: inline-block;
vertical-align: middle;
}
.testimonials-slider .with-grid .avatar-link img {
max-width: 70px;
margin-right: 15px;
border-radius: 100%;
}
.testimonials-slider .with-grid .testimonial-author {
display: inline-block;
max-width: 160px;
vertical-align: middle;
}
.testimonials-slider blockquote {
border: none;
padding: 0;
margin-top: 0;
padding-top: 15px;
}
.testimonials-slider .avatar-link {
display: inline-block;
}
.testimonials-slider .testimonial-info {
color: var(--et_dark-color);
}
.testimonials-slider .testimonial-author cite {
font-style: normal;
}
.testimonials-slider .testimonial-author cite .url {
display: block;
}
.testimonials-slider .testimonial-author strong {
display: block;
font-weight: 400;
text-transform: uppercase;
}
.testimonials-slider .swiper-nav {
top: calc(50% - 50px);
}
.testimonials-slider .testimonials-color-light,
.testimonials-slider .testimonials-color-light a,
.testimonials-slider .testimonials-color-light .testimonial-info {
color: #fff;
}
.testimonials-slider .testimonials-color-light .swiper-pagination .swiper-pagination-bullet {
background-color: #fff;
}
.testimonials-slider > .swiper-wrapper {
-ms-flex-direction: column;
flex-direction: column;
}
.testimonials-slider .swiper-container:not(.with-grid) .testimonial-info {
text-align: center;
}
.testimonials-slider .swiper-container:not(.with-grid) blockquote {
font-style: normal !important;
padding-top: 15px;
line-height: var(--p-line-height, 1.6);
font-size: var(--p-font-size, 1.14rem);
}
.testimonials-slider .swiper-container:not(.with-grid) .avatar-link img {
margin: 0 auto 15px;
}
@media only screen and (max-width: 992px) {
.testimonials-slider .with-grid .testimonial-slider-item {
display: block !important;
width: 100%;
}
.testimonials-slider .with-grid .testimonial-slider-item .testimonial-info {
width: 100%;
-ms-flex-order: 0;
order: 0;
padding-right: 0;
}
.testimonials-slider .with-grid .testimonial-slider-item .testimonials-text {
width: 100%;
-ms-flex-order: 0;
order: 0;
margin-bottom: 20px;
}
}
.text-color-light blockquote.testimonials-text {
background-color: #393939;
color: #fff;
}
.text-color-light blockquote.testimonials-text:after,
.text-color-light blockquote.testimonials-text:before {
border-top-color: #393939;
}
.sidebar .vc_tta.vc_general .vc_tta-tab {
margin: 0 !important;
width: 50%;
}
.sidebar .vc_tta.vc_general .vc_tta-tab a {
border: none !important;
}
.wpb_widgetised_column .sidebar-widget {
margin-bottom: 30px;
}
.wpb_widgetised_column_heading {
font-size: 1.2857rem;
}
.wpb_gmaps_widget .wpb_wrapper {
background-color: transparent;
padding: 0;
}
.wpb_widgetised_column .widget_product_categories .product-categories {
margin-bottom: 0;
}
.wpb_widgetised_column .widget_product_categories select {
width: 100%;
}
.wpb_widgetised_column .widget_product_categories ul.with-accordion ul.children {
display: none;
}
.wpb_widgetised_column .widget_product_categories ul li {
list-style: none;
display: block;
width: 100%;
position: relative;
margin-bottom: 0;
}
.wpb_widgetised_column .widget_product_categories ul li a {
display: inline-block;
color: var(--et_main-color);
}
.wpb_widgetised_column .widget_product_categories ul li a:hover {
color: var(--et_dark-2-white);
}
.wpb_widgetised_column .widget_product_categories ul li.firstItem {
padding-top: 0;
}
.wpb_widgetised_column .widget_product_categories ul li.parent-cat-wrap a {
border: none !important;
}
.wpb_widgetised_column .widget_product_categories ul li .count {
font-size: 1rem;
color: var(--et_main-color);
padding-left: 3px;
}
.wpb_widgetised_column .widget_product_categories ul li > ul {
padding: 0;
}
.wpb_widgetised_column .widget_product_categories ul li > ul.children li,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li {
list-style: none;
}
.wpb_widgetised_column .widget_product_categories ul li > ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li > a {
font-size: 1rem;
padding-left: 15px;
}
.wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.sub-menu li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li ul.sub-menu li > a {
padding-left: 20px;
}
.wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.children ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li ul.children ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.sub-menu ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li ul.sub-menu ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.children ul.sub-menu li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li ul.children ul.sub-menu li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.sub-menu ul.sub-menu li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li ul.sub-menu ul.sub-menu li > a {
padding-left: 30px;
}
.wpb_widgetised_column .widget_product_categories ul .open-this,
.wpb_widgetised_column .widget_product_categories ul .caret-icon {
cursor: pointer;
float: right;
height: 36px; color: var(--et_dark-color);
position: absolute;
top: 0;
right: 0;
width: 30px;
text-align: right;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
margin: 0;
font-size: 0;
}
.wpb_widgetised_column .widget_product_categories ul .open-this + a,
.wpb_widgetised_column .widget_product_categories ul .caret-icon + a {
max-width: calc(100% - 30px);
}
.wpb_widgetised_column .widget_product_categories ul .open-this:before,
.wpb_widgetised_column .widget_product_categories ul .caret-icon i:before {
font-size: 10px;
}
.wpb_widgetised_column .widget_product_categories ul .caret-icon i:before {
content: "\e905";
font-family: 'xstore-icons';
}
.wpb_widgetised_column .widget_product_categories ul {
padding: 0;
margin-bottom: 0;
}
.wpb_widgetised_column .widget_product_categories {
margin-bottom: 30px;
}
.vc_video-bg .wpb_column {
z-index: 2;
}
.vc_video-bg:before {
content: "";
display: block;
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.1);
backface-visibility: hidden;
}
.off-center-left.wpb_column {
right: 10vw;
}
.off-center-right.wpb_column {
left: 10vw;
z-index: 2;
}
.nav-sublist-dropdown .block-container > .vc_row {
padding-top: 2.14em;
margin-right: 0;
margin-left: 0;
}
.menu-static-block .vc_column_container > .vc_column-inner {
padding-top: 0;
padding-left: 0;
padding-right: 0;
}
.text-color-dark .wpb_widgetised_column .null-instagram-feed .widget-title,
.text-color-dark .wpb_widgetised_column .null-instagram-feed .widgettitle {
background-color: transparent;
}
.boxed .off-center-left.wpb_column {
right: 6vw;
}
.boxed .off-center-right.wpb_column {
left: 6vw;
z-index: 1;
}
.footer-widget .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
z-index: auto;
}
@media only screen and (max-width: 992px) {
.off-center-left.wpb_column,
.off-center-right.wpb_column {
right: 0 !important;
left: 0 !important;
}
}.secondary-menu-wrapper {
display: inline-block;
position: relative;
vertical-align: middle;
margin-right: 10px;
}
.secondary-menu-wrapper .secondary-menu-toggle {
display: inline-block;
vertical-align: middle;
margin-right: 7px;
line-height: 1;
}
.secondary-menu-wrapper + .menu-wrapper {
display: inline-block;
}
.secondary-menu-wrapper + .menu-wrapper.menu-align-right {
float: right;
}
.secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul {
-ms-flex-direction: column;
flex-direction: column;
}
.secondary-menu-wrapper .menu {
position: absolute;
left: 0;
z-index: 1000;
width: 18rem;
text-align: start !important;
background-color: #fff;
border: 1px solid var(--et_dark-color);
border-top: none;
box-sizing: border-box;
display: none;
animation: slideOutEffect;
padding: 15px 0;
transition: all 0.2s ease-out;
}
.secondary-menu-wrapper .menu > li {
padding: 0 30px;
}
.secondary-menu-wrapper .menu > li > a {
padding-bottom: 10px;
padding-top: 10px;
padding-left: 0;
border-bottom-width: 0;
border-bottom-style: solid;
border-bottom-color: transparent;
}
.secondary-menu-wrapper .menu > li > a i {
margin-right: 5px;
display: inline-block;
}
.secondary-menu-wrapper .menu > li.show-more a {
position: relative;
text-align: start;
font-size: calc(var(--content-zoom) * .9);
color: var(--et_active-color);
padding-left: 0;
padding-right: 0;
width: auto;
}
.secondary-menu-wrapper .menu > li.show-more a:after {
content: '';
height: 2px;
width: 0;
right: 0;
position: absolute;
transition: width 0.2s ease-in-out;
bottom: 0;
background: currentColor;
}
.secondary-menu-wrapper .menu > li.show-more a:hover {
color: var(--et_active-color);
}
.secondary-menu-wrapper .menu > li.show-more a:hover:after {
width: 100%;
left: 0;
right: auto;
}
.secondary-menu-wrapper .menu > li.show-more a i {
margin-right: 0;
margin-left: 5px;
font-size: 62%;
}
.secondary-menu-wrapper .menu > li:not(.hidden) + .show-more {
display: none !important;
}
.secondary-menu-wrapper .menu > li:last-child > a {
border-bottom: none;
}
.secondary-menu-wrapper .menu .nav-sublist:before,
.secondary-menu-wrapper .menu .nav-sublist-dropdown:before,
.secondary-menu-wrapper .menu .nav-sublist:after,
.secondary-menu-wrapper .menu .nav-sublist-dropdown:after {
content: '';
display: table;
clear: both;
}
.secondary-menu-wrapper .menu > .item-design-mega-menu {
position: static;
}
.secondary-menu-wrapper .menu > .item-design-mega-menu .nav-sublist-dropdown {
top: 0;
transform: none;
}
.secondary-menu-wrapper .menu > .item-design-mega-menu .nav-sublist-dropdown:not(.menu-static-block) {
min-height: 100%;
}
.secondary-menu-wrapper .menu li {
list-style: none;
display: block;
float: left;
width: 100%;
cursor: pointer;
position: relative;
}
.secondary-menu-wrapper .menu li > a {
color: var(--et_dark-color);
font-size: calc( 1.14  * var(--content-zoom, 100%));
width: 100%;
padding-right: 20px;
position: relative;
float: left;
text-transform: none;
}
.secondary-menu-wrapper .menu li > a:hover {
color: var(--et_font-color);
}
.secondary-menu-wrapper .menu li.menu-disable_titles > a {
margin-bottom: 0 !important;
}
.secondary-menu-wrapper .menu li.menu-disable_titles > a:after {
display: none;
}
.secondary-menu-wrapper .menu li .item-design2-image-no-borders {
margin: -2.14em 0 0 0 !important;
border: 0 !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-pack: center;
justify-content: center;
}
.secondary-menu-wrapper .menu li .item-design2-image-no-borders .item-link {
font-size: 0;
text-align: center;
-ms-flex-item-align: center;
align-self: center;
}
.secondary-menu-wrapper .menu li.menu-item-has-children > a:before {
content: "\e904";
font-family: 'xstore-icons';
font-size: 62%;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.secondary-menu-wrapper .menu li.menu-item-has-children > .menu-static-block {
padding: 0;
}
.secondary-menu-wrapper .menu li .sidebar-widget {
margin-bottom: 0 !important;
}
.secondary-menu-wrapper .menu-widgets .widget-title {
text-transform: capitalize !important;
}
.secondary-menu-wrapper .etheme_widget_products li,
.secondary-menu-wrapper .product_list_widget li {
padding-bottom: 12px;
margin-bottom: 12px;
}
.secondary-menu-wrapper .etheme_widget_products li .product-list-image,
.secondary-menu-wrapper .product_list_widget li .product-list-image,
.secondary-menu-wrapper .etheme_widget_products li .product-title,
.secondary-menu-wrapper .product_list_widget li .product-title,
.secondary-menu-wrapper .etheme_widget_products li .product-title a,
.secondary-menu-wrapper .product_list_widget li .product-title a {
padding: 0;
}
.secondary-menu-wrapper .etheme_widget_products li .product-title a,
.secondary-menu-wrapper .product_list_widget li .product-title a {
line-height: 1.3;
}
.secondary-menu-wrapper .etheme_widget_products li:last-child,
.secondary-menu-wrapper .product_list_widget li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.secondary-menu-wrapper .nav-sublist-dropdown {
top: 50%;
transform: translateY(-50%);
left: 100% !important;
margin-left: 0 !important;
border-color: var(--et_main-color);
}
.secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children > a {
background-color: transparent;
text-align: start;
}
.secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children > a:before {
display: none;
}
.secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children.item-level-1 > a:hover {
background-color: transparent !important;
}
.secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children.item-level-1.with-border {
margin-bottom: 15px;
}
.secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children.item-level-1.with-border .nav-sublist {
border-bottom: 1px solid #e6e6e6;
padding-bottom: 5px;
}
.secondary-menu-wrapper .nav-sublist-dropdown ul > li > a {
background-color: transparent !important;
}
.secondary-menu-wrapper .item-design-dropdown .nav-sublist-dropdown > .container > ul .nav-sublist-dropdown .menu-item-has-children.item-level-1:last-child {
border-bottom: none;
margin-bottom: 20px;
padding-bottom: 0;
}
.secondary-menu-wrapper .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul {
width: 18rem;
}
.secondary-menu-wrapper .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul:before {
content: "";
position: absolute;
left: -30px;
width: 30px;
height: 100%;
top: 0;
display: block;
}
.secondary-menu-wrapper .item-design-dropdown .menu-item-has-children > a {
position: relative !important;
}
.secondary-menu-wrapper .item-design-dropdown.menu-item-has-children {
position: relative;
}
.secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown .menu-widgets {
padding-left: 0;
padding-right: 0;
padding-top: 0;
}
.secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner {
visibility: visible;
pointer-events: auto;
}
.secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul {
padding: 2.14em 2.14em 0 2.14em;
}
.secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul > li {
clear: none !important;
margin-bottom: 1em;
}
.secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul > li.with-border {
margin-bottom: 15px;
}
.secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul > li.with-border .nav-sublist {
border-bottom: 1px solid #e6e6e6;
padding-bottom: 5px;
}
.secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul > li.menu-disable_titles > a {
font-size: 0 !important;
line-height: 0 !important;
padding: 0 !important;
}
.secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul > li.menu-disable_titles > a:after {
display: none;
}
.secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul > li.menu-disable_titles > a i {
font-size: 114% !important;
}
.secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul .item-level-1 > a {
padding: 0;
margin-bottom: 15px;
}
.secondary-menu-wrapper .item-design-mega-menu .nav-sublist ul > li > a {
padding: 9px 9px 9px 0;
}
.secondary-menu-wrapper .item-design-mega-menu .ibox-block .ibox-text li a {
color: var(--et_main-color);
}
.secondary-menu-wrapper .item-design-mega-menu .ibox-block .ibox-text li a:hover {
color: var(--et_dark-color);
}
.secondary-menu-wrapper .item-design-mega-menu.columns-3 .nav-sublist-dropdown {
width: 670px;
}
.secondary-menu-wrapper .item-design-mega-menu.columns-4 .nav-sublist-dropdown,
.secondary-menu-wrapper .item-design-mega-menu.columns-5 .nav-sublist-dropdown {
width: 800px;
}
.secondary-title {
white-space: nowrap;
padding: 1.1em 30px;
cursor: pointer;
color: var(--et_dark-color);
border-right: 1px solid var(--et_border-color);
border-left: 1px solid var(--et_border-color);
width: 18rem;
}
.secondary-title:after {
content: "\e905";
font-family: 'xstore-icons';
font-size: 10px;
position: absolute;
right: 3.1em;
top: 50%;
transform: translateY(-50%);
}
.et-secondary-visibility-opened.et-secondary-on-home .secondary-menu-wrapper .menu {
display: none;
animation: slideOutEffect;
}
.et-secondary-shown .secondary-menu-wrapper .menu,
.et-secondary-visibility-opened .secondary-menu-wrapper .menu,
.et-secondary-visibility-on_hover .secondary-menu-wrapper:hover .menu,
.et-secondary-visibility-opened.et-secondary-on-home .secondary-menu-wrapper:hover .menu,
.et-secondary-visibility-opened.et-secondary-on-home.home .secondary-menu-wrapper .menu {
display: block;
z-index: 1001;
animation-name: et-dropdown;
animation-duration: .3s;
animation-timing-function: ease;
}
.et-secondary-shown .search-now-opened .secondary-menu-wrapper .menu,
.et-secondary-visibility-opened .search-now-opened .secondary-menu-wrapper .menu {
z-index: 9;
}
.et-secondary-darkerning-on.et-secondary-shown {
position: relative;
}
.et-secondary-darkerning-on:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: -1;
display: none;
animation: slideOut;
}
.et-secondary-darkerning-on.admin-bar .demo_store {
top: 0;
}
.et-secondary-darkerning-on.et-secondary-shown:before {
display: block;
z-index: 1002;
animation-name: fadeIn;
animation-duration: .2s;
}
.et-secondary-darkerning-on.et-secondary-shown .page-wrapper {
z-index: auto;
}
.et-secondary-darkerning-on.et-secondary-shown .header-wrapper {
z-index: 1003;
}.et_b_header-menu .menu li.featured a{color:#91141a !important;}
.header-widget1{text-align:right; padding-bottom:10px;}
.wpml-ls-legacy-list-horizontal ul li{float:left; padding-left:10px;}
.call-order{text-align:right;}
.call-order a{color:#91141a; font-size:2rem; font-weight:bold;}
.form-row{display:flex;}
.form-col{padding:30px; flex-grow:1;}
.form-row .form-col:first-child{padding-left:0;}
.form-row .form-col:last-child{padding-right:0;}
.form-row textarea{width:100%;}
.wpcf7-form .form-row input[type="submit"]{width:auto; background-color:#8ecc3b; border:0 none;}
.wpcf7-form .form-row input[type="checkbox"]{height:auto;}
footer.footer:after{border:0 none;}
@media(max-width:767px){
.form-row{flex-direction:column;}
.form-row .form-col{padding-left:0; padding-right:0;}
}