@keyframes opal-loading {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes opal-loading {
100% {
-webkit-transform: rotate(360deg); } }  .opal-move-up {
animation-name: opalMoveUp;
-moz-animation-name: opalMoveUp;
-webkit-animation-name: opalMoveUp; }
@-webkit-keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
.opal-move-down {
animation-name: opalMoveDown;
-moz-animation-name: opalMoveDown;
-webkit-animation-name: opalMoveDown; }
@-webkit-keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
.opal-move-left {
animation-name: opalMoveLeft;
-moz-animation-name: opalMoveLeft;
-webkit-animation-name: opalMoveLeft; }
@-webkit-keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
.opal-move-right {
animation-name: opalMoveRight;
-moz-animation-name: opalMoveRight;
-webkit-animation-name: opalMoveRight; }
@-webkit-keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
.opal-scale-up {
animation-name: opalScaleUp;
-moz-animation-name: opalScaleUp;
-webkit-animation-name: opalScaleUp; }
@-webkit-keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6); }
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6); }
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; } }
.opal-flip {
animation-name: opalFlip;
-moz-animation-name: opalFlip;
-webkit-animation-name: opalFlip; }
@-webkit-keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1; } }
@keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1; } }
.opal-helix {
animation-name: opalHelix;
-moz-animation-name: opalHelix;
-webkit-animation-name: opalHelix; }
@-webkit-keyframes rotate {
from {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes rotate {
from {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.rotate {
-webkit-animation: rotate 12s linear infinite;
animation: rotate 12s linear infinite; }
@-webkit-keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1; } }
@keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1; } }
.opal-am-popup {
-webkit-animation: opalPopup;
animation: opalPopup;
-moz-animation-name: opalPopup;
-webkit-animation-name: opalPopup; }
@-webkit-keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px; }
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: .8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out; }
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1; } }
@keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px; }
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: .8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out; }
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1; } }
.elementor-brand-item {
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
position: relative;
overflow: hidden; }
.elementor-brand-item:before {
top: 0;
right: 0;
width: 1px;
height: 100%;
background: #ebebeb;
position: absolute; }
@media (max-width: 1023px) {
.elementor-brand-item:before {
content: none !important; } }
.elementor-brand-item:last-child:before {
content: none !important; }
.elementor-brand-item .elementor-brand-image {
display: block;
width: 100%;
font-size: 0;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s; }
.elementor-brand-item .elementor-brand-image img {
margin: 0 auto; }
.elementor-brand-item .elementor-brand-image i {
font-size: 50px;
display: inline-block;
position: relative;
width: 1em;
height: 1em; }
.elementor-brand-item .elementor-brand-image i:before {
position: absolute;
line-height: 1;
left: 0;
top: 0; }
.elementor-brand-item .elementor-brand-image svg path {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s; }
.elementor-brand-wrapper .row {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.elementor-brand-wrapper a {
display: block; }
.elementor-brand-wrapper img {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s; }
.elementor-brand-wrapper .column-item {
margin-bottom: 30px; }
.elementor-brand-wrapper .slick-slide {
position: relative; }
.elementor-brand-wrapper .slick-slide:before {
top: 0;
right: 0;
width: 1px;
height: 100%;
background: #ebebeb;
position: absolute; }
@media (max-width: 1023px) {
.elementor-brand-wrapper .slick-slide:before {
content: none !important; } }
.elementor-brand-wrapper .slick-slide:last-child:before {
content: none !important; }
.elementor-widget-smartic-woocommerce-breadcrumb .smartic-woocommerce-title {
font-size: 60px;
font-weight: 700;
line-height: 1;
color: var(--accent); }
.elementor-widget-smartic-woocommerce-breadcrumb .woocommerce-breadcrumb i {
line-height: 1.4; }
.hidden-smartic-title-yes .smartic-woocommerce-title {
display: none; }
.single-product .hidden-smartic-title-single-yes .smartic-woocommerce-title, .single-post .hidden-smartic-title-single-yes .smartic-woocommerce-title {
display: none; }
.single-product .smartic-breadcrumb > .elementor-container, .single-post .smartic-breadcrumb > .elementor-container {
min-height: unset !important; }
.elementor-widget-smartic-banner .elementor-cta__content {
position: relative; }
.elementor-widget-smartic-banner .elementor-cta__content:before {
position: absolute;
bottom: 0;
height: 50%;
left: 0;
right: 0;
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
z-index: 0;
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out; }
.elementor-widget-smartic-banner.content-stretch-yes {
height: 100%; }
.elementor-widget-smartic-banner.content-stretch-yes .elementor-widget-container, .elementor-widget-smartic-banner.content-stretch-yes .elementor-smartic-banner {
height: 100%; }
.elementor-widget-smartic-banner.heading-decor-yes .elementor-cta__title {
width: unset;
position: relative; }
.elementor-widget-smartic-banner.heading-decor-yes .elementor-cta__title:before {
content: '';
position: absolute;
width: 4px;
height: 0;
background-color: var(--primary);
top: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-smartic-banner.heading-decor-yes.box-align-left .elementor-cta__content {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start; }
.elementor-widget-smartic-banner.heading-decor-yes.box-align-left .elementor-cta__title:before {
left: 0; }
.elementor-widget-smartic-banner.heading-decor-yes.box-align-left .elementor-smartic-banner:hover .elementor-cta__title {
padding-left: 20px; }
.elementor-widget-smartic-banner.heading-decor-yes.box-align-left .elementor-smartic-banner:hover .elementor-cta__title:before {
height: 100%; }
.elementor-widget-smartic-banner.heading-decor-yes.box-align-center .elementor-cta__content {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.elementor-widget-smartic-banner.heading-decor-yes.box-align-center .elementor-cta__title:before {
left: 0; }
.elementor-widget-smartic-banner.heading-decor-yes.box-align-center .elementor-smartic-banner:hover .elementor-cta__title {
padding-left: 20px; }
.elementor-widget-smartic-banner.heading-decor-yes.box-align-center .elementor-smartic-banner:hover .elementor-cta__title:before {
height: 100%; }
.elementor-widget-smartic-banner.heading-decor-yes.box-align-right .elementor-cta__content {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end; }
.elementor-widget-smartic-banner.heading-decor-yes.box-align-right .elementor-cta__title:before {
right: 0; }
.elementor-widget-smartic-banner.heading-decor-yes.box-align-right .elementor-smartic-banner:hover .elementor-cta__title {
padding-right: 15px; }
.elementor-widget-smartic-banner.heading-decor-yes.box-align-right .elementor-smartic-banner:hover .elementor-cta__title:before {
height: 100%; }
.elementor-widget-smartic-banner .elementor-button-custom {
padding: 10px 20px; }
.elementor-widget-smartic-banner .elementor-cta__content-item:not(:last-child) {
margin-bottom: 0; }
.elementor-widget-smartic-banner:hover .elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
height: 60px; }
.elementor-widget-smartic-banner .elementor-button-custom:before {
-webkit-transition: transform 0.2s ease;
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
.elementor-widget-smartic-banner.graphic-image-effect-yes .elementor-cta__image {
position: absolute;
right: 0;
top: 30px;
width: 50%; }
.elementor-widget-smartic-banner.graphic-image-effect-yes .elementor-cta__image > img {
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-smartic-banner.graphic-image-effect-yes .image-behind img {
position: relative;
top: 15px;
right: 25px; }
.elementor-widget-smartic-banner.graphic-image-effect-yes:hover .elementor-cta__image > img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
height: 0;
overflow: hidden; }
.elementor-bg-transform-move-left-custom .elementor-bg {
width: calc(100% + 50px); }
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
-ms-transform: translateX(-50px);
-webkit-transform: translateX(-50px);
transform: translateX(-50px); }
.elementor-bg-transform-move-right-custom .elementor-bg {
width: calc(100% + 50px);
-ms-transform: translateX(-50px);
-webkit-transform: translateX(-50px);
transform: translateX(-50px); }
.elementor-bg-transform-move-right-custom:hover .elementor-bg {
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0); }
@media (min-width: 1024px) {
.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
display: inline-block; } }
.elementor-widget-smartic-countdown .elementor-smartic-countdown {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row;
margin-right: auto;
margin-left: auto; }
.elementor-widget-smartic-countdown .elementor-countdown-item {
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
position: relative; }
.elementor-widget-smartic-countdown .elementor-countdown-item:last-child:after {
display: none; }
.elementor-widget-smartic-countdown .elementor-countdown-item:after {
position: absolute;
top: 50%;
right: -2px;
width: 4px;
height: 4px;
border-radius: 50%;
background-color: var(--accent);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.elementor-widget-smartic-countdown .elementor-countdown-label {
font-size: 12px;
text-transform: uppercase; }
.elementor-widget-smartic-countdown .elementor-countdown-digits {
font-size: 20px;
font-weight: bold;
color: #fff;
background-color: var(--primary);
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
margin: 5px; }
.elementor-widget-smartic-countdown.countdown-style-2 .elementor-countdown-digits {
width: calc(100% - 10px);
background: transparent;
border: 2px solid;
border-color: var(--accent);
color: var(--accent);
border-radius: 3px;
position: relative; }
.elementor-widget-smartic-countdown.countdown-style-2 .elementor-countdown-digits:before {
content: '';
position: absolute;
width: 5px;
height: 3px;
left: 0;
top: calc(50% - 3px);
background-color: var(--accent); }
.elementor-widget-smartic-countdown.countdown-style-2 .elementor-countdown-digits:after {
content: '';
position: absolute;
width: 5px;
height: 3px;
right: 0;
top: calc(50% - 3px);
background-color: var(--accent); }
.elementor-widget-smartic-countdown.countdown-style-2 .elementor-countdown-label {
color: var(--accent); }
.elementor-counter {
position: relative; }
.elementor-counter .elementor-counter-number-wrapper {
padding-bottom: 10px;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
align-items: baseline;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex; }
.elementor-position-right .elementor-counter .elementor-counter-number-wrapper {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end; }
.elementor-position-left .elementor-counter .elementor-counter-number-wrapper {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start; }
.elementor-position-center .elementor-counter .elementor-counter-number-wrapper {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.elementor-alignment-left .elementor-counter {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start; }
.elementor-alignment-left .elementor-counter .elementor-icon-counter {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto; }
.elementor-alignment-right .elementor-counter {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-alignment-right .elementor-counter .elementor-icon-counter {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto; }
.elementor-vertical-align-top .elementor-counter i {
-webkit-align-self: flex-start;
align-self: flex-start; }
.elementor-vertical-align-middle .elementor-counter i {
-webkit-align-self: center;
align-self: center; }
.elementor-vertical-align-bottom .elementor-counter i {
-webkit-align-self: flex-end;
align-self: flex-end; }
.elementor-position-left .elementor-counter {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start; }
.elementor-position-center .elementor-counter {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.elementor-position-right .elementor-counter {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end; }
.elementor-counter .elementor-icon-counter {
line-height: 1;
font-size: 60px;
color: var(--primary);
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-align-self: stretch;
align-self: stretch; }
.elementor-counter .elementor-icon-counter i {
display: block; }
.elementor-counter .elementor-icon-counter i:before {
display: block; }
.elementor-counter .elementor-counter-number {
font-size: 50px;
color: var(--primary); }
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
flex-grow: 0;
font-size: 50px;
color: var(--primary); }
.elementor-counter .elementor-counter-title {
line-height: normal;
text-align: inherit;
font-size: 14px; }
.elementor-counter .elementor-counter-sub-title {
font-size: 14px; }
.elementor-counter .elementor-counter-description {
font-size: 14px; }
.elementor-header-group-wrapper .header-group-action {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end; }
.elementor-header-group-wrapper .header-group-action.left {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start; }
.elementor-header-group-wrapper .header-group-action.center {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.elementor-header-group-wrapper .header-group-action > div {
padding-right: 8px;
padding-left: 8px; }
.elementor-header-group-wrapper .header-group-action > div:first-child {
padding-left: 0; }
.elementor-header-group-wrapper .header-group-action > div:last-child {
padding-right: 0; }
.elementor-header-group-wrapper .header-group-action .site-search {
width: 100%; }
.elementor-header-group-wrapper .header-group-action .site-search .widget_product_search {
margin-bottom: 0;
padding: 0; }
.elementor-header-group-wrapper .header-group-action .site-search .widget_product_search button {
padding: 0.875em 2.5em; }
.elementor-header-group-wrapper .header-group-action .site-search .widget_product_search button:hover {
background-color: transparent; }
.elementor-header-group-wrapper .header-group-action .button-side-heading {
text-align: right;
padding: 20px 0; }
.elementor-header-group-wrapper .header-group-action .button-side-heading .close-button-side {
width: 30px;
height: 30px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
font-size: 20px;
line-height: 1;
border-radius: 50%;
border: 2px solid;
border-color: var(--text); }
.elementor-header-group-wrapper .header-group-action .button-side-heading .close-button-side i:before {
color: var(--text); }
.elementor-header-group-wrapper .header-group-action .button-side-heading .close-button-side:hover {
border-color: var(--primary); }
.elementor-header-group-wrapper .header-group-action .button-side-heading .close-button-side:hover i:before {
color: var(--primary); }
.elementor-header-group-wrapper .header-group-action .header-button-canvas {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
right: 0;
position: fixed;
top: 0;
bottom: 0;
overflow: hidden;
overflow-y: auto;
width: 300px;
padding: 0 30px;
background-color: #2c2c2c;
-webkit-transition: -webkit-transform .25s ease;
transition: -webkit-transform .25s ease;
transition: transform .25s ease;
transition: transform .25s ease, -webkit-transform .25s ease;
z-index: 99999999;
-webkit-transform: translate3d(300px, 0, 0);
transform: translate3d(300px, 0, 0); }
@media (min-width: 1024px) {
.elementor-header-group-wrapper .header-group-action .header-button-canvas {
width: 400px;
padding: 0 50px;
-webkit-transform: translate3d(400px, 0, 0);
transform: translate3d(400px, 0, 0); } }
.elementor-header-group-wrapper .header-group-action .button-side-overlay {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
left: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
-webkit-transition: opacity .25s ease, visibility 0s ease;
transition: opacity .25s ease, visibility 0s ease; }
.elementor-header-group-wrapper .header-group-action .header-button-canvas.active {
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 999999999; }
.elementor-header-group-wrapper .header-group-action .header-button-canvas.active + .button-side-overlay {
visibility: visible;
opacity: 1; }
.elementor-header-group-wrapper .header-group-action .site-header-button .button-content i {
margin-left: 5px;
vertical-align: sub;
font-size: 12px; }
.elementor-header-group-wrapper .header-group-action .site-header-button .button-content {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
margin-left: 5px;
height: 24px; }
.elementor-header-group-wrapper .header-group-action .site-header-button .button-content > span {
display: inline-block;
height: 2px;
width: 18px;
margin-bottom: 3px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: var(--accent); }
.elementor-header-group-wrapper .header-group-action .site-header-button .button-content .icon-1 {
width: 12px; }
.elementor-header-group-wrapper .header-group-action .site-header-button .button-content .icon-3 {
width: 12px;
margin-bottom: 2px; }
.elementor-header-group-wrapper .header-group-action .site-header-button .button-content:hover > span {
background-color: var(--primary); }
.elementor-header-group-wrapper .header-group-action .site-header-button .button-content:hover .icon-1 {
width: 18px; }
.elementor-header-group-wrapper .header-group-action .site-header-button .button-content:hover .icon-3 {
width: 18px; }
.elementor-header-group-wrapper .site-header-account {
display: block; }
.elementor-header-group-wrapper .site-header-account a i {
font-size: 18px;
color: var(--accent); }
.elementor-header-group-wrapper .site-header-account a .account-content {
display: none; }
.elementor-header-group-wrapper .site-header-account a:hover i {
color: var(--primary); }
.elementor-header-group-wrapper .site-header-account .account-dropdown.active {
pointer-events: auto;
opacity: 1;
visibility: visible;
z-index: 999; }
.elementor-header-group-wrapper .site-header-wishlist .wishlist-style-2 {
display: none; }
.elementor-header-group-wrapper .site-header-wishlist a i {
font-size: 18px;
color: var(--accent); }
.elementor-header-group-wrapper .site-header-wishlist .count {
display: inline-block;
min-width: 15px;
z-index: 1;
position: absolute;
line-height: 11px;
font-size: 10px;
padding: 2px 4px;
text-align: center;
border-radius: 50px;
bottom: 50%;
left: 18px;
color: #fff;
background-color: #ff6f54;
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
.elementor-header-group-wrapper .site-header-cart .cart-contents:before {
font-size: 18px;
color: var(--accent); }
.elementor-header-group-wrapper .site-header-cart .cart-contents:hover:before {
color: var(--primary); }
.elementor-header-group-wrapper .site-header-cart .count {
display: inline-block;
min-width: 15px;
position: absolute;
line-height: 11px;
font-size: 10px;
padding: 2px 4px;
text-align: center;
border-radius: 50px;
bottom: 50%;
left: 18px;
color: #fff;
background-color: #ff6f54;
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
.elementor-header-group-wrapper .site-header-cart .amount {
display: none; }
.account-style-content-yes .header-group-action .site-header-account a i {
display: none; }
.account-style-content-yes .header-group-action .site-header-account .account-content {
display: inline-block;
font-size: 14px;
color: var(--accent); }
.account-style-content-yes .header-group-action .site-header-account .account-content:hover {
text-decoration: underline;
color: var(--primary); }
.elementor-widget-smartic-image-box .elementor-image-box-img {
position: relative;
display: inline-block; }
.elementor-widget-smartic-image-box .elementor-image-box-img img {
position: relative;
z-index: 9; }
.elementor-widget-smartic-image-box .elementor-image-box-img:before {
content: '';
position: absolute;
width: calc(100% + 20px);
height: calc(100% + 20px);
background: #f3dde0;
border-radius: 50%;
left: 0;
top: -10px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease; }
.elementor-widget-smartic-image-box .elementor-image-box-img .number {
position: absolute;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
min-width: 54px;
height: 54px;
font-size: 18px;
font-weight: 600;
border-radius: 50%;
top: 0;
left: 0;
z-index: 10;
color: #ffffff;
background-color: var(--primary); }
.elementor-widget-smartic-image-box .elementor-image-box-wrapper:hover .elementor-image-box-img:before {
background-color: var(--primary);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease; }
.elementor-widget-smartic-image-box .elementor-image-box-wrapper:hover .elementor-image-box-img .number {
background-color: #ffffff;
color: var(--accent);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease; }
.smartic-image-box-style-2.elementor-widget-smartic-image-box .elementor-image-box-img:before {
display: none; }
.smartic-image-box-style-2.elementor-widget-smartic-image-box .elementor-image-box-img .number {
display: none; }
.smartic-image-box-style-2.elementor-widget-smartic-image-box .elementor-image-box-img a:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
opacity: 0;
left: 0;
top: 0;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 10; }
.smartic-image-box-style-2.elementor-widget-smartic-image-box .elementor-image-box-wrapper {
text-align: center;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
overflow: hidden; }
.smartic-image-box-style-2.elementor-widget-smartic-image-box .elementor-image-box-wrapper:hover .elementor-image-box-content {
bottom: 0; }
.smartic-image-box-style-2.elementor-widget-smartic-image-box .elementor-image-box-wrapper:hover .elementor-image-box-img a:before {
opacity: 1; }
.smartic-image-box-style-2.elementor-widget-smartic-image-box .elementor-image-box-content {
position: absolute;
width: 100%;
bottom: -40px;
z-index: 11;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.smartic-image-box-style-2.elementor-widget-smartic-image-box .elementor-image-box-content .elementor-image-box-title {
margin-bottom: 0;
font-size: 14px;
background-color: var(--primary); }
.smartic-image-box-style-2.elementor-widget-smartic-image-box .elementor-image-box-content .elementor-image-box-title a {
display: -webkit-box;
display: -webkit-flex;
display: flex;
height: 40px;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
line-height: 18px;
color: #ffffff; }
.elementor-widget-smartic-image-carousel .column-item {
padding-top: 50px; }
.elementor-widget-smartic-image-carousel .column-item img {
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08); }
.smartic-image-comparison-wrap {
overflow: hidden;
position: relative !important; }
.smartic-twentytwenty-horizontal .smartic-twentytwenty-handle:before, .smartic-twentytwenty-horizontal .smartic-twentytwenty-handle:after {
content: " ";
display: block;
position: absolute;
z-index: 30; }
.smartic-twentytwenty-vertical .smartic-twentytwenty-handle:before, .smartic-twentytwenty-vertical .smartic-twentytwenty-handle:after {
content: " ";
display: block;
position: absolute;
z-index: 30; }
.smartic-twentytwenty-horizontal .smartic-twentytwenty-handle:before, .smartic-twentytwenty-horizontal .smartic-twentytwenty-handle:after {
width: 4px;
height: 9999px;
left: 50%;
background: #fff; }
.smartic-twentytwenty-vertical .smartic-twentytwenty-handle:before, .smartic-twentytwenty-vertical .smartic-twentytwenty-handle:after {
width: 9999px;
height: 4px;
top: 50%;
background: #fff; }
.smartic-twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%;
border-color: black; }
.smartic-twentytwenty-before-label, .smartic-twentytwenty-after-label {
position: absolute;
border-color: black; }
.smartic-twentytwenty-before-label span, .smartic-twentytwenty-after-label span {
font-size: 22px;
padding: 6px 20px;
border-color: black; }
.smartic-twentytwenty-horizontal .smartic-twentytwenty-before-label.smartic-twentytwenty-before-label-middle, .smartic-twentytwenty-horizontal .smartic-twentytwenty-after-label.smartic-twentytwenty-after-label-middle {
top: 50%;
margin-top: -19px; }
.smartic-twentytwenty-horizontal .smartic-twentytwenty-before-label.smartic-twentytwenty-before-label-top, .smartic-twentytwenty-horizontal .smartic-twentytwenty-after-label.smartic-twentytwenty-after-label-top {
top: 0; }
.smartic-twentytwenty-horizontal .smartic-twentytwenty-before-label.smartic-twentytwenty-before-label-bottom, .smartic-twentytwenty-horizontal .smartic-twentytwenty-after-label.smartic-twentytwenty-after-label-bottom {
bottom: 0; }
.smartic-twentytwenty-vertical .smartic-twentytwenty-before-label, .smartic-twentytwenty-vertical .smartic-twentytwenty-after-label {
text-align: center; }
.smartic-twentytwenty-vertical .smartic-twentytwenty-before-label.smartic-twentytwenty-before-label-left, .smartic-twentytwenty-vertical .smartic-twentytwenty-after-label.smartic-twentytwenty-after-label-left {
left: 0; }
.smartic-twentytwenty-vertical .smartic-twentytwenty-before-label.smartic-twentytwenty-before-label-center, .smartic-twentytwenty-vertical .smartic-twentytwenty-after-label.smartic-twentytwenty-after-label-center {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.smartic-twentytwenty-vertical .smartic-twentytwenty-before-label.smartic-twentytwenty-before-label-right, .smartic-twentytwenty-vertical .smartic-twentytwenty-after-label.smartic-twentytwenty-after-label-right {
right: 0; }
.smartic-twentytwenty-horizontal .smartic-twentytwenty-before-label {
left: 10px; }
.smartic-twentytwenty-vertical .smartic-twentytwenty-before-label {
top: 10px; }
.smartic-twentytwenty-horizontal .smartic-twentytwenty-after-label {
right: 10px; }
.smartic-twentytwenty-vertical .smartic-twentytwenty-after-label {
bottom: 10px; }
.smartic-twentytwenty-left-arrow, .smartic-twentytwenty-right-arrow, .smartic-twentytwenty-up-arrow, .smartic-twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.smartic-twentytwenty-left-arrow, .smartic-twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.smartic-twentytwenty-up-arrow, .smartic-twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.smartic-twentytwenty-container {
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.smartic-twentytwenty-container .smartic-twentytwenty-before, .smartic-twentytwenty-container .smartic-twentytwenty-after {
width: 100%;
position: absolute;
top: 0;
display: block; }
.smartic-twentytwenty-container.active .smartic-twentytwenty-overlay, .smartic-twentytwenty-container.active:hover .smartic-twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.smartic-twentytwenty-container * {
box-sizing: content-box; }
.smartic-twentytwenty-before-label:before, .smartic-twentytwenty-after-label:before {
content: attr(data-content); }
.smartic-twentytwenty-overlay {
-webkit-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
z-index: 25; }
.smartic-twentytwenty-overlay.smartic-twentytwenty-show:hover {
background: rgba(110, 193, 228, 0.3); }
.smartic-twentytwenty-overlay.smartic-twentytwenty-hide {
background-color: transparent; }
.smartic-twentytwenty-before {
z-index: 20; }
.smartic-twentytwenty-after {
z-index: 10; }
.smartic-twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
border-radius: 50%;
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer;
background-color: #fff; }
.smartic-twentytwenty-horizontal .smartic-twentytwenty-handle, .smartic-twentytwenty-vertical .smartic-twentytwenty-handle {
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
.smartic-twentytwenty-horizontal .smartic-twentytwenty-handle:before {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 100%; }
.smartic-twentytwenty-horizontal .smartic-twentytwenty-handle:after {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top: 100%; }
.smartic-twentytwenty-vertical .smartic-twentytwenty-handle:before {
left: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.smartic-twentytwenty-vertical .smartic-twentytwenty-handle:after {
right: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.smartic-twentytwenty-left-arrow {
border-right: 6px solid;
left: 50%;
margin-left: -17px; }
.smartic-twentytwenty-right-arrow {
border-left: 6px solid;
right: 50%;
margin-right: -17px; }
.smartic-twentytwenty-up-arrow {
border-bottom: 6px solid;
top: 50%;
margin-top: -17px; }
.smartic-twentytwenty-down-arrow {
border-top: 6px solid;
bottom: 50%;
margin-bottom: -17px; }
.smartic-twentytwenty-handle.smartic-twentytwenty-hide:before, .smartic-twentytwenty-handle.smartic-twentytwenty-hide:after {
display: none; }
.smartic-images-compare-container .smartic-label-hidden {
opacity: 0; }
.smartic-image-hotspots-container {
overflow: hidden; }
.smartic-addons-image-hotspots-ib-img {
display: block; }
.smartic-image-hotspots-main-icons-tooltips-wrapper {
top: 0;
left: 0;
position: absolute;
bottom: 0;
right: 0; }
.elementor-widget-smartic-image-hotspots .elementor-widget-container {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.elementor-widget-smartic-image-hotspots .elementor-widget-container .smartic-image-hotspots-accordion + .smartic-image-hotspots-container {
padding: 0; }
.elementor-widget-smartic-image-hotspots .smartic-image-hotspots-accordion {
margin-bottom: 30px; }
.elementor-widget-smartic-image-hotspots .smartic-image-hotspots-accordion .smartic-image-hotspots-accordion-inner {
position: relative;
height: 100%;
margin-bottom: 30px; }
.elementor-widget-smartic-image-hotspots .elementor-hotspots .elementor-hotspots-tab-title {
color: #82807d;
margin-bottom: 20px; }
.elementor-widget-smartic-image-hotspots .elementor-hotspots .elementor-hotspots-tab-title.elementor-active {
color: #000; }
.elementor-widget-smartic-image-hotspots .elementor-hotspots .elementor-hotspots-item {
border-left: 0;
border-right: 0; }
.elementor-widget-smartic-image-hotspots .elementor-hotspots .elementor-hotspots-item:first-child {
border-top: 0; }
.elementor-widget-smartic-image-hotspots .elementor-hotspots-item-number {
color: var(--primary);
letter-spacing: 0.35rem;
font-weight: 700; }
.smartic-image-hotspots-main-icons {
display: block;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%; }
.smartic-image-hotspots-main-icons .smartic-image-hotspots-icon {
text-align: center;
border-radius: 50%;
height: 5rem;
width: 5rem;
line-height: 18px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
color: #fff; }
.smartic-image-hotspots-main-icons .smartic-image-hotspots-icon .radar {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: block;
background-color: rgba(40, 156, 40, 0.5);
border-radius: 50%; }
.smartic-image-hotspots-main-icons .smartic-image-hotspots-icon i {
position: relative;
z-index: 1; }
.smartic-image-hotspots-main-icons .smartic-image-hotspots-icon span {
display: none; }
.smartic-image-hotspots-main-icons .smartic-image-hotspots-image-icon {
width: 40px;
height: 40px; }
.smartic-image-hotspots-main-icons .smartic-image-hotspots-text {
cursor: pointer;
display: block;
text-align: center;
border-radius: 0;
margin: 0;
padding: 0 10px 0 10px;
border-color: black; }
.smartic-image-hotspots-tooltips-wrapper {
display: none;
position: absolute;
z-index: 9999; }
.tooltipster-sidetip {
z-index: 9999;
width: auto !important; }
.tooltipster-box div.smartic-image-hotspots-tooltips-text {
overflow: hidden; }
.tooltipster-sidetip div.tooltipster-box {
background: transparent; }
.tooltipster-sidetip div.smartic-image-hotspots-tooltips-text {
font-size: 18px;
font-weight: 700;
overflow: hidden;
padding: 0; }
.tooltipster-sidetip div.smartic-image-hotspots-tooltips-text p img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.tooltipster-sidetip div.smartic-image-hotspots-tooltips-text > img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.tooltipster-sidetip div.smartic-image-hotspots-tooltips-text p:last-child, .tooltipster-sidetip div.smartic-image-hotspots-tooltips-text p:last-of-type {
margin-bottom: 0; }
.tooltipster-box .smartic-image-hotspots-tooltips-text p:last-child, .tooltipster-box .smartic-image-hotspots-tooltips-text p:last-of-type {
margin-bottom: 0; }
.smartic-image-hotspots-main-icons.smartic-image-hotspots-anim .smartic-image-hotspots-icon .radar {
-webkit-animation: pulsate 1.5s ease-out 2s infinite;
animation: pulsate 1.5s ease-out 2s infinite;
-ms-transform: scale(0.5);
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0.8; }
@-webkit-keyframes pulsate {
0% {
-ms-transform: scale(0.5);
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0.8; }
80% {
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
100% {
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@-webkit-keyframes pa-hotspot-pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0; } }
@keyframes pa-hotspot-pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0; } }
.tooltipster-box .tooltipster-content {
background: transparent;
border-radius: 3px;
overflow: hidden; }
.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
border-top-color: rgba(0, 0, 0, 0.8); }
.tooltipster-base.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: rgba(0, 0, 0, 0.8); }
.tooltipster-base.tooltipster-right .tooltipster-arrow-background {
border-right-color: rgba(0, 0, 0, 0.8); }
.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
border-left-color: rgba(0, 0, 0, 0.8); }
.tooltipster-box .smartic-image-hotspots-tooltips-text {
color: #fff; }
.tooltipster-content {
position: relative; }
.tooltipster-content .smartic-image-hotspots-tooltips-text:before {
content: '';
position: absolute;
display: block; }
.tooltipster-right .tooltipster-content .smartic-image-hotspots-tooltips-text:before {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 1px;
border-bottom: 2px dotted;
border-color: var(--primary); }
.tooltipster-left .tooltipster-content .smartic-image-hotspots-tooltips-text:before {
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 1px;
border-bottom: 2px dotted;
border-color: var(--primary); }
.tooltipster-top .tooltipster-content .smartic-image-hotspots-tooltips-text:before {
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 1px;
border-left: 2px dotted;
border-color: var(--primary); }
.tooltipster-bottom .tooltipster-content .smartic-image-hotspots-tooltips-text:before {
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 1px;
border-left: 2px dotted;
border-color: var(--primary); }
.elementor-widget-smartic-image-instructions .elementor-widget-container {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.elementor-widget-smartic-image-instructions .smartic-addons-image-instructions {
display: block; }
.elementor-widget-smartic-image-instructions .smartic-image-instructions-container {
text-align: center; }
.elementor-widget-smartic-image-instructions .smartic-image-instructions-title {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%; }
.elementor-widget-smartic-image-instructions .smartic-image-instructions-title .title {
font-size: 14px;
font-weight: 600;
margin: 0 30px;
color: var(--accent); }
@media (max-width: 767px) {
.elementor-widget-smartic-image-instructions .smartic-image-instructions-title .title {
margin: 0 10px; } }
.elementor-widget-smartic-image-instructions .smartic-image-instructions-title .line {
width: 300px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse;
border-top: 2px dashed;
border-top-color: var(--primary);
height: 2px; }
.elementor-widget-smartic-image-instructions .smartic-image-instructions-title .line:before {
content: "";
display: inline-block;
width: 14px;
height: 14px;
border-radius: 50%;
background-color: var(--primary); }
@media (max-width: 767px) {
.elementor-widget-smartic-image-instructions .smartic-image-instructions-title .line:before {
width: 10px;
height: 10px; } }
.smartic-infomation-table-wrapper table td {
font-size: 14px;
color: #666;
padding: 8px 40px; }
.smartic-infomation-table-wrapper table th {
font-size: 16px;
color: #000;
padding: 8px 20px;
border-right: 1px solid;
border-right-color: var(--border);
white-space: nowrap; }
@media (max-width: 500px) {
.smartic-infomation-table-wrapper table th {
display: none; } }
.smartic-infomation-table-wrapper table tr:nth-of-type(odd) {
background-color: #f6f6f6; }
.smartic-infomation-table-wrapper .title-mobile {
font-size: 16px;
color: #000;
display: block;
margin-bottom: 10px;
font-weight: 600; }
@media (min-width: 501px) {
.smartic-infomation-table-wrapper .title-mobile {
display: none; } }
.elementor-widget-smartic-infomation-table { }
.elementor-widget-smartic-infomation-table .scroll-wrapper {
overflow: hidden !important;
padding: 0 !important;
position: relative; }
.elementor-widget-smartic-infomation-table .scroll-wrapper > .scroll-content {
border: none !important;
box-sizing: content-box !important;
height: auto;
left: 0;
margin: 0;
max-height: none;
max-width: none !important;
overflow: scroll !important;
padding: 0;
position: relative !important;
top: 0;
width: auto !important; }
.elementor-widget-smartic-infomation-table .scroll-wrapper > .scroll-content::-webkit-scrollbar {
height: 0;
width: 0; }
.elementor-widget-smartic-infomation-table .scroll-element {
display: none; }
.elementor-widget-smartic-infomation-table .scroll-element, .elementor-widget-smartic-infomation-table .scroll-element div {
box-sizing: content-box; }
.elementor-widget-smartic-infomation-table .scroll-element.scroll-x.scroll-scrollx_visible,
.elementor-widget-smartic-infomation-table .scroll-element.scroll-y.scroll-scrolly_visible {
display: block; }
.elementor-widget-smartic-infomation-table .scroll-element .scroll-bar,
.elementor-widget-smartic-infomation-table .scroll-element .scroll-arrow {
cursor: default; }
.elementor-widget-smartic-infomation-table .scroll-textarea {
border: 1px solid #cccccc;
border-top-color: #999999; }
.elementor-widget-smartic-infomation-table .scroll-textarea > .scroll-content {
overflow: hidden !important; }
.elementor-widget-smartic-infomation-table .scroll-textarea > .scroll-content > textarea {
border: none !important;
box-sizing: border-box;
height: 100% !important;
margin: 0;
max-height: none !important;
max-width: none !important;
overflow: scroll !important;
outline: none;
padding: 2px;
position: relative !important;
top: 0;
width: 100% !important; }
.elementor-widget-smartic-infomation-table .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
height: 0;
width: 0; }
.elementor-widget-smartic-infomation-table .scrollbar-external_wrapper {
position: relative;
width: auto !important;
padding-right: 30px; }
@media (min-width: 1024px) {
.elementor-widget-smartic-infomation-table .scrollbar-external_wrapper {
padding-right: 70px; } }
.elementor-widget-smartic-infomation-table .scrollbar-external {
height: 440px;
overflow: auto; }
.elementor-widget-smartic-infomation-table .external-scroll_y {
cursor: pointer;
display: none;
position: absolute; }
.elementor-widget-smartic-infomation-table .external-scroll_y:after {
content: '';
position: absolute;
left: 9px;
top: 0;
height: 100%;
width: 1px;
background-color: var(--border); }
.elementor-widget-smartic-infomation-table .external-scroll_y.scroll-scrolly_visible {
display: block;
height: 280px;
right: 0;
top: 50%;
width: 20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.elementor-widget-smartic-infomation-table .external-scroll_y div {
height: 100%;
left: 0;
top: 0;
position: absolute;
width: 100%; }
.elementor-widget-smartic-infomation-table .external-scroll_y .scroll-bar {
background-color: var(--primary);
z-index: 12;
border-radius: 50%; }
.elementor-widget-smartic-infomation-table .external-scroll_y .scroll-bar {
height: 20px; }
.smartic-media-carousel-wrapper {
text-align: center; }
.smartic-media-carousel-wrapper .elementor-image-item__wrapper .elementor-media-carousel__img {
position: relative;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.smartic-media-carousel-wrapper .elementor-image-item__wrapper .elementor-media-carousel__img img {
margin: 0 auto; }
.smartic-media-carousel-wrapper .elementor-image-item__wrapper .elementor-media-carousel__img .media-carousel-background {
position: absolute;
width: calc(100% - 30px);
height: calc(100% - 30px);
background-color: #ffffff;
border-radius: 50%;
z-index: -1; }
.smartic-media-carousel-wrapper .elementor-image-item__wrapper .elementor-media-carousel__content .title {
font-size: 20px;
font-weight: 600;
margin-top: 30px; }
.smartic-media-carousel-wrapper .elementor-image-item__wrapper .elementor-media-carousel__content .description {
font-size: 16px;
margin-top: 10px; }
.smartic-media-carousel-wrapper .slick-list {
padding-top: 15px !important; }
.smartic-media-carousel-wrapper .slick-list .elementor-image-item__wrapper .elementor-media-carousel__content {
-webkit-transition: opacity 250ms linear;
transition: opacity 250ms linear;
opacity: 0;
margin-left: -70px;
margin-right: -70px; }
@media (max-width: 767px) {
.smartic-media-carousel-wrapper .slick-list .elementor-image-item__wrapper .elementor-media-carousel__content {
margin-left: 0;
margin-right: 0; } }
.smartic-media-carousel-wrapper .slick-center .elementor-image-item__wrapper .elementor-media-carousel__content {
opacity: 1; }
.smartic-media-carousel-wrapper .slick-center .elementor-image-item__wrapper .elementor-media-carousel__img .media-carousel-background {
width: calc(100% + 30px);
height: calc(100% + 30px); }
.smartic-media-carousel-wrapper .slick-slider .slick-arrow {
width: 35px;
height: 35px;
border-radius: 50px;
background-color: transparent;
border: 1px solid;
border-color: var(--accent); }
.smartic-media-carousel-wrapper .slick-slider .slick-arrow:before {
color: var(--accent); }
.smartic-media-carousel-wrapper .slick-slider .slick-arrow:hover, .smartic-media-carousel-wrapper .slick-slider .slick-arrow:focus {
background-color: var(--primary);
border-color: var(--primary); }
.smartic-media-carousel-left .elementor-image-item__wrapper .elementor-media-carousel__content, .smartic-media-carousel-right .elementor-image-item__wrapper .elementor-media-carousel__content {
margin-left: 0;
margin-right: 0; }
.divider-nav-menu-active-yes .main-navigation ul.menu,
.divider-nav-menu-active-yes .main-navigation ul.nav-menu {
margin-left: 0; }
.divider-nav-menu-active-yes .main-navigation ul.menu > li > a,
.divider-nav-menu-active-yes .main-navigation ul.nav-menu > li > a {
padding: 21px 29px;
border-left: 1px solid;
border-left-color: var(--border); }
.divider-nav-menu-active-yes .main-navigation ul.menu > li:last-child > a,
.divider-nav-menu-active-yes .main-navigation ul.nav-menu > li:last-child > a {
border-right: 1px solid;
border-right-color: var(--border); }
@media (min-width: 768px) {
.elementor-nav-menu-wrapper .primary-navigation {
display: block; }
.elementor-nav-menu-wrapper .primary-navigation ul {
list-style: none;
padding-left: 0;
display: block; }
.elementor-nav-menu-wrapper .primary-navigation ul li {
position: relative;
display: inline-block;
text-align: left; }
.elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul {
left: 1.1em;
display: block;
opacity: 1;
visibility: visible; }
.elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul li > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul li > ul {
left: -9999px; opacity: 0;
visibility: hidden; }
.elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul li > ul.sub-menu--is-touch-device {
display: none;
left: 0; }
.elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul li.focus > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul li.focus > ul {
left: calc(100% - 15px);
top: -24px;
display: block;
opacity: 1;
visibility: visible; }
.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu {
float: left;
position: absolute;
top: 100%;
z-index: 99999;
left: 0;
opacity: 0;
visibility: hidden; }
.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu li {
display: block;
min-width: 260px; } }
[class*='post-style-'] .column-item {
margin-bottom: 40px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease; }
[class*='post-style-'] .entry-title {
font-size: 18px;
line-height: 1.4; }
[class*='post-style-'] .post-thumbnail {
overflow: hidden;
display: block;
margin-bottom: 1em;
background: #000; }
[class*='post-style-'] .post-thumbnail img {
width: 100%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
[class*='post-style-'] .entry-content p {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden; }
.post-style-1 .post-inner:hover img {
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0.7; }
.post-style-1 .post-thumbnail.no-image {
background: transparent; }
.post-style-2 .entry-title {
font-size: 18px;
line-height: 1.4;
margin-bottom: 0.6em; }
.post-style-2 .post-inner:hover img {
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0.7; }
@media (min-width: 768px) {
.post-style-2 .post-inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; } }
@media (min-width: 768px) {
.post-style-2 .post-thumbnail {
width: 220px;
height: 240px;
margin-bottom: 0; } }
@media (max-width: 767px) {
.post-style-2 .post-thumbnail.no-image {
background: transparent; } }
.post-style-2 .post-thumbnail img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.post-style-2 .content-wrap {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; }
@media (min-width: 768px) {
.post-style-2 .content-wrap {
padding-left: 30px; } }
.post-style-3 .post-inner {
text-align: center; }
.post-style-3 .post-inner:hover img {
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0.7; }
.post-style-3 .post-thumbnail {
border-radius: 30px;
margin-bottom: 10px; }
.post-style-3 .categories-link {
display: block;
color: var(--light);
margin-bottom: 3px; }
.post-style-3 .categories-link a {
background: transparent;
color: var(--primary);
font-size: 12px;
text-transform: uppercase;
margin: 0;
padding: 5px; }
.post-style-3 .categories-link a:hover {
color: var(--primary_hover); }
.elementor-price-menu {
margin: 0;
padding: 0 !important;
list-style: none; }
.elementor-price-menu .elementor-price-menu-list-item {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; }
.elementor-price-menu .elementor-price-menu-list {
width: 200px; }
.elementor-price-menu .info {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
color: #000000; }
.elementor-widget-smartic-product-categories {
text-align: center; }
.elementor-widget-smartic-product-categories .link_category_product {
position: relative;
display: block;
margin-bottom: 20px;
font-size: 0; }
.elementor-widget-smartic-product-categories .link_category_product img {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-smartic-product-categories .cat-title {
text-align: center;
position: relative;
display: inline-block; }
.elementor-widget-smartic-product-categories .cat-title a {
display: block;
color: var(--accent); }
.elementor-widget-smartic-product-categories .cat-title a:hover {
color: var(--primary);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-smartic-product-categories .cat-total {
font-size: 14px; }
.elementor-widget-smartic-product-categories .product-cat {
display: inline-block;
overflow: hidden;
position: relative; }
.elementor-widget-smartic-product-categories .product-cat:hover .cat-title a {
color: var(--primary);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-smartic-product-categories .product-cat:hover .link_category_product img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-smartic-product-categories .layout_bkg {
display: block;
min-height: 150px; }
.elementor-widget-smartic-product-categories .layout_bkg .link_category_product {
position: absolute;
margin-bottom: 0;
overflow: unset; }
.elementor-widget-smartic-product-categories .layout_bkg .layout_bkg_link {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.elementor-widget-smartic-product-categories.show-decor-yes .link_category_product {
position: relative; }
.elementor-widget-smartic-product-categories.show-decor-yes .link_category_product i, .elementor-widget-smartic-product-categories.show-decor-yes .link_category_product img {
position: relative; }
.elementor-widget-smartic-product-categories.show-decor-yes .link_category_product:before {
position: absolute;
content: '';
display: block;
width: 100%;
padding-top: 100%;
border-radius: 50%;
top: 0;
left: 0;
background-color: var(--primary); }
.elementor-widget-smartic-products-tabs.elementor-tabs-h-align-left .elementor-tab-title:first-child {
margin-left: 0 !important; }
.elementor-widget-smartic-products-tabs.elementor-tabs-h-align-right .elementor-tab-title:last-child {
margin-right: 0 !important; }
.elementor-widget-smartic-products-tabs .elementor-tabs-wrapper {
text-align: center;
display: block; }
.elementor-widget-smartic-products-tabs .elementor-tab-title {
font-size: 25px;
line-height: 1;
font-weight: 500;
padding-right: 20px;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 10px;
position: relative;
cursor: pointer;
display: inline-block;
margin-left: -4px;
border: 0;
border-color: transparent;
outline: 0;
color: var(--accent);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-smartic-products-tabs .elementor-tab-title:hover, .elementor-widget-smartic-products-tabs .elementor-tab-title.elementor-active {
border-color: var(--primary); }
.elementor-widget-smartic-products-tabs .elementor-tab-title:last-child:before {
display: none; }
.elementor-widget-smartic-products-tabs .elementor-tab-title:before {
position: absolute;
width: 0.2em;
height: 0.2em;
border-radius: 50%;
background-color: var(--accent);
top: 50%;
right: 0;
-ms-transform: translate(50%, -50%);
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%); }
@media (max-width: 767px) {
.elementor-widget-smartic-products-tabs .elementor-tab-title:before {
display: none; } }
.elementor-widget-smartic-products-tabs .elementor-tab-title:hover, .elementor-widget-smartic-products-tabs .elementor-tab-title.elementor-active {
color: var(--primary); }
.elementor-widget-smartic-products-tabs .elementor-tab-content {
border: 0;
padding: 0; }
.elementor-widget-smartic-products-tabs .elementor-tabs-content-wrapper {
border: none; }
.elementor-widget-smartic-products-tabs ul.products {
margin: 0; }
.elementor-html .onsale + img,
.elementor-html .product-image + img {
display: none !important; }
.elementor-html .site-content-contain {
z-index: 100; }
.elementor-html .product-image.no-gallery {
display: none !important; }
.woocommerce-carousel {
position: relative; }
.woocommerce-carousel ul.products {
display: none;
position: static !important; }
.woocommerce-carousel ul.products.slick-initialized {
display: block; }
.woocommerce-carousel ul.products li.product {
margin: 0 !important; }
.woocommerce-carousel .slick-slide > div {
display: -webkit-box;
display: -webkit-flex;
display: flex;
height: 100%; }
@media (min-width: 1024px) {
.product-style-3 .elementor-widget-smartic-products .columns-1 li.product:nth-child(n + 1) {
border: none; } }
@media (min-width: 768px) and (max-width: 1024px) {
.product-style-3 .elementor-widget-smartic-products .columns-tablet-1 li.product:nth-child(n + 1) {
border: none; } }
@media (max-width: 767px) {
.product-style-3 .elementor-widget-smartic-products .columns-mobile-1 li.product:nth-child(n + 1) {
border: none; } }
.product-style-3 .elementor-widget-smartic-products li.product {
border-right: 1px solid;
border-color: var(--border); }
.product-style-3 .elementor-widget-smartic-products li.product:last-child {
border: none; }
@media (min-width: 1024px) {
.product-style-3 .elementor-widget-smartic-products .columns-2 li.product:nth-child(n + 2) {
border: none; } }
@media (min-width: 768px) and (max-width: 1024px) {
.product-style-3 .elementor-widget-smartic-products .columns-tablet-2 li.product:nth-child(n + 2) {
border: none; } }
@media (max-width: 767px) {
.product-style-3 .elementor-widget-smartic-products .columns-mobile-2 li.product:nth-child(n + 2) {
border: none; } }
.product-style-3 .elementor-widget-smartic-products li.product {
border-right: 1px solid;
border-color: var(--border); }
.product-style-3 .elementor-widget-smartic-products li.product:last-child {
border: none; }
@media (min-width: 1024px) {
.product-style-3 .elementor-widget-smartic-products .columns-3 li.product:nth-child(n + 3) {
border: none; } }
@media (min-width: 768px) and (max-width: 1024px) {
.product-style-3 .elementor-widget-smartic-products .columns-tablet-3 li.product:nth-child(n + 3) {
border: none; } }
@media (max-width: 767px) {
.product-style-3 .elementor-widget-smartic-products .columns-mobile-3 li.product:nth-child(n + 3) {
border: none; } }
.product-style-3 .elementor-widget-smartic-products li.product {
border-right: 1px solid;
border-color: var(--border); }
.product-style-3 .elementor-widget-smartic-products li.product:last-child {
border: none; }
@media (min-width: 1024px) {
.product-style-3 .elementor-widget-smartic-products .columns-4 li.product:nth-child(n + 4) {
border: none; } }
@media (min-width: 768px) and (max-width: 1024px) {
.product-style-3 .elementor-widget-smartic-products .columns-tablet-4 li.product:nth-child(n + 4) {
border: none; } }
@media (max-width: 767px) {
.product-style-3 .elementor-widget-smartic-products .columns-mobile-4 li.product:nth-child(n + 4) {
border: none; } }
.product-style-3 .elementor-widget-smartic-products li.product {
border-right: 1px solid;
border-color: var(--border); }
.product-style-3 .elementor-widget-smartic-products li.product:last-child {
border: none; }
@media (min-width: 1024px) {
.product-style-3 .elementor-widget-smartic-products .columns-5 li.product:nth-child(n + 5) {
border: none; } }
@media (min-width: 768px) and (max-width: 1024px) {
.product-style-3 .elementor-widget-smartic-products .columns-tablet-5 li.product:nth-child(n + 5) {
border: none; } }
@media (max-width: 767px) {
.product-style-3 .elementor-widget-smartic-products .columns-mobile-5 li.product:nth-child(n + 5) {
border: none; } }
.product-style-3 .elementor-widget-smartic-products li.product {
border-right: 1px solid;
border-color: var(--border); }
.product-style-3 .elementor-widget-smartic-products li.product:last-child {
border: none; }
ul.products li.product-item {
padding-left: 15px;
padding-right: 15px; }
.woocommerce-product-list.columns-mobile-1 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.woocommerce-product-list.columns-mobile-2 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.woocommerce-product-list.columns-mobile-3 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.woocommerce-product-list.columns-mobile-4 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.woocommerce-product-list.columns-mobile-5 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.woocommerce-product-list.columns-mobile-6 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
@media (min-width: 768px) {
.woocommerce-product-list.columns-tablet-1 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.woocommerce-product-list.columns-tablet-2 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.woocommerce-product-list.columns-tablet-3 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.woocommerce-product-list.columns-tablet-4 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.woocommerce-product-list.columns-tablet-5 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.woocommerce-product-list.columns-tablet-6 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
@media (min-width: 1024px) {
.woocommerce-product-list.columns-1 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.woocommerce-product-list.columns-2 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.woocommerce-product-list.columns-3 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.woocommerce-product-list.columns-4 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.woocommerce-product-list.columns-5 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.woocommerce-product-list.columns-6 ul.products li.product-item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
.woocommerce-product-list .woocommerce-carousel ul.products {
display: none; }
.woocommerce-product-list .woocommerce-carousel ul.products.slick-initialized {
display: block; }
.woocommerce-product-list ul.products {
list-style: none;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
[class*="columns-"] .woocommerce-product-list ul.products {
margin-left: -15px;
margin-right: -15px; }
.woocommerce-product-list ul.products .product-list-inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
position: relative;
padding: 10px 0;
background-color: #fff; }
.woocommerce-product-list ul.products .product-list-inner img {
max-width: 100px;
width: 100%; }
.woocommerce-product-list ul.products .product-list-inner > a {
display: block;
max-height: 50%;
min-width: 60px; }
.woocommerce-product-list ul.products .product-content {
margin-left: 15px;
padding: 10px 0;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; }
.woocommerce-product-list ul.products .posted-in {
font-size: 13px; }
.woocommerce-product-list ul.products .posted-in a {
color: var(--text); }
.woocommerce-product-list ul.products .posted-in a:hover {
color: var(--primary); }
.woocommerce-product-list ul.products .star-rating {
margin-bottom: 10px; }
.woocommerce-product-list ul.products .product-title {
display: block;
text-decoration: none !important;
font-size: 14px;
font-weight: 500;
margin-bottom: 10px;
overflow: hidden; }
.woocommerce-product-list ul.products .product-title span {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
color: var(--accent); }
.woocommerce-product-list ul.products .product-title span:hover {
color: var(--primary); }
.woocommerce-product-list ul.products .wc-forward, .woocommerce-product-list ul.products .added_to_cart {
display: none; }
.woocommerce-product-list ul.products .price {
font-size: 16px;
display: block;
font-weight: 700;
color: var(--primary); }
.woocommerce-product-list ul.products .price del {
font-size: 0.85em; }
.woocommerce-product-list ul.products .price del {
font-size: 14px;
color: var(--light);
font-weight: 400; }
.woocommerce-product-list ul.products .short-description {
margin-bottom: 15px; }
.woocommerce-product-list ul.products .star-rating {
font-size: 12px;
margin-bottom: 5px; }
.woocommerce-product-list ul.products .slick-slide {
height: auto !important; }
.woocommerce-product-list.products-list-1 .product-list-inner {
border-bottom: 1px solid;
border-bottom-color: var(--border); }
.woocommerce-product-list.products-list-1 .product-item:first-child .product-list-inner {
padding-top: 0; }
.woocommerce-product-list.products-list-1 .product-item:last-child .product-list-inner {
padding-bottom: 0;
border-bottom: 0; }
.woocommerce-product-list.products-list-3 ul.products .product-list-inner {
padding: 0; }
.woocommerce-product-list.products-list-3 ul.products .product-list-inner img {
max-width: 300px; }
.woocommerce-product-list.products-list-3 ul.products .price {
margin-bottom: 10px; }
.woocommerce-product-list.products-list-3 ul.products .product-content {
margin-left: 30px;
padding: 10px 15px 10px 0; }
.woocommerce-product-list.products-list-3 ul.products .product-title {
font-size: 16px; }
.woocommerce-product-list.products-list-3 .time-sale {
margin-top: 25px; }
.woocommerce-product-list.products-list-3 .time-sale .deal-text {
display: none; }
.woocommerce-product-list.products-list-3 .smartic-countdown .countdown-item .countdown-digits {
font-size: 20px;
font-weight: 700; }
.woocommerce-product-list.products-list-3 .smartic-countdown .countdown-item .countdown-label {
font-size: 12px;
color: var(--light);
text-transform: capitalize;
margin-top: 3px; }
.woocommerce-product-list.products-list-3 .short-description {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden; }
.woocommerce-product-list.products-list-4 ul.products .product-list-inner {
border: 1px solid;
border-color: var(--border); }
.woocommerce-product-list.products-list-4 ul.products .product-list-inner img {
max-width: 300px;
padding-right: 10px; }
.woocommerce-product-list.products-list-4 ul.products .product-list-inner .product-content {
margin-left: 0;
margin-right: 15px;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1;
padding: 25px 0 25px 40px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column; }
@media (max-width: 1024px) {
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; } }
@media (max-width: 767px) {
.woocommerce-product-list.products-list-4 ul.products .product-list-inner {
display: block; }
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a {
padding: 20px 30px 0 30px; }
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a img {
padding: 0;
margin: auto; }
.woocommerce-product-list.products-list-4 ul.products .product-list-inner .product-content {
padding: 30px;
margin: 0; } }
.woocommerce-product-list.products-list-4 ul.products .price {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3;
margin-bottom: 15px; }
.woocommerce-product-list.products-list-4 ul.products .product-title {
font-size: 16px;
font-weight: 500; }
.woocommerce-product-list.products-list-4 .time-sale {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4;
padding-top: 10px;
border-top: 1px solid;
border-color: var(--border); }
.woocommerce-product-list.products-list-4 .time-sale .deal-text {
font-size: 13px;
color: var(--accent);
margin-bottom: 12px; }
.woocommerce-product-list.products-list-4 .smartic-countdown .countdown-item {
width: auto;
height: auto;
padding: 0;
background-color: transparent;
position: relative;
margin-right: 30px; }
.woocommerce-product-list.products-list-4 .smartic-countdown .countdown-item:after {
content: ":";
position: absolute;
vertical-align: middle;
font-size: 20px;
right: -15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.woocommerce-product-list.products-list-4 .smartic-countdown .countdown-item .countdown-digits {
color: var(--primary); }
.woocommerce-product-list.products-list-4 .smartic-countdown .countdown-item .countdown-label {
color: var(--light);
text-transform: uppercase;
margin-top: 3px; }
.woocommerce-product-list.products-list-4 .smartic-countdown .countdown-item:last-child:after {
content: none; }
.time-sale .deal-text {
color: var(--secondary); }
.time-sale .smartic-countdown {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.time-sale .smartic-countdown .countdown-item {
width: 54px;
height: 54px;
background-color: var(--primary);
margin-right: 5px;
color: var(--accent);
text-align: center;
line-height: 1;
padding: 10px; }
.time-sale .smartic-countdown .countdown-item .countdown-digits {
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 24px; }
.time-sale .smartic-countdown .countdown-item .countdown-label {
font-size: 11px;
display: block; }
.woocommerce-loop-product__gallery {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
width: 100%;
display: none;
margin: 15px 0 20px; }
.woocommerce-loop-product__gallery .gallery_item {
width: 60px;
margin: 5px;
border: 1px solid;
cursor: pointer;
border-color: var(--border); }
.woocommerce-loop-product__gallery .gallery_item.active {
border-color: var(--accent); }
@media (min-width: 1024px) {
.grid-layout-special ul.products {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 30px;
margin: 0 !important; }
.grid-layout-special ul.products li.product {
width: 100%;
max-width: 100% !important;
padding: 0;
margin-bottom: 0; }
.grid-layout-special ul.products li.product:first-child {
grid-row-start: span 2;
grid-column-start: span 2; }
.grid-layout-special ul.products li.product:first-child .woocommerce-loop-product__gallery {
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.grid-layout-special ul.products li.product:nth-child(2) {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1; } }
@media (min-width: 768px) and (max-width: 1024px) {
.woocommerce.grid-layout-special ul.products li.product:first-child {
width: 100%;
max-width: 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%; }
.woocommerce.grid-layout-special ul.products li.product:first-child .woocommerce-loop-product__gallery {
display: -webkit-box;
display: -webkit-flex;
display: flex; } }
.elementor-widget-smartic-search .widget_product_search {
margin-bottom: 0; }
.elementor-search-form-wrapper .widget {
padding: 0; }
.elementor-search-form-wrapper .site-search .woocommerce-product-search button[type=submit] {
padding: 0;
width: 40px; }
.elementor-search-form-wrapper .site-search .woocommerce-product-search input[type=search] {
padding-right: 4em; }
.elementor-search-form-wrapper .site-search .woocommerce-product-search:before {
right: 0; }
.smartic-elementor-single-product .woosw-btn, .smartic-elementor-single-product .wooscp-btn {
display: none; }
.smartic-elementor-single-product.style-1 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.smartic-elementor-single-product.style-1 .product-thumbnail, .smartic-elementor-single-product.style-1 .product-summary {
width: 100%;
padding: 15px; }
@media (min-width: 768px) {
.smartic-elementor-single-product.style-1 .product-thumbnail, .smartic-elementor-single-product.style-1 .product-summary {
width: 50%; } }
@media (min-width: 768px) {
.smartic-elementor-single-product .product-thumbnail img {
margin-left: auto; } }
.smartic-elementor-single-product .product-title {
font-size: 30px;
font-weight: 700;
line-height: 1;
margin-bottom: 5px; }
.smartic-elementor-single-product .price {
font-weight: 600;
font-size: 24px;
color: var(--primary);
margin-bottom: 0; }
.smartic-elementor-single-product .inventory_status {
font-size: 16px;
color: #36d745; }
.smartic-elementor-single-product .inventory_status.out-stock {
color: var(--light); }
.smartic-elementor-single-product .single_add_to_cart_button {
width: 100%;
padding: 1em;
margin-top: 18px; }
.smartic-elementor-single-product .yith-wcwl-add-to-wishlist {
display: none; }
.smartic-elementor-single-product .quantity .input-text {
min-width: 138px;
padding: 10px 15px;
border-radius: 0;
text-align: left; }
.smartic-elementor-single-product .woocommerce-variation-price {
margin-bottom: 10px; }
.smartic-elementor-single-product table.variations {
table-layout: fixed;
margin-top: 10px;
margin-bottom: 0;
position: relative; }
.smartic-elementor-single-product table.variations th,
.smartic-elementor-single-product table.variations td {
display: list-item;
padding: 0;
list-style: none;
background-color: transparent; }
.smartic-elementor-single-product table.variations select {
max-width: 100%;
vertical-align: middle; }
.smartic-elementor-single-product table.variations label {
margin-bottom: 4px;
display: block; }
.smartic-elementor-single-product table.variations a.reset_variations {
margin-left: 0;
text-decoration: underline;
float: right; }
.smartic-elementor-single-product table.variations td.label label {
font-size: 14px;
color: var(--accent); }
.smartic-elementor-single-product table.variations .woo-selected-variation-item-name {
display: none; }
.smartic-elementor-single-product table.variations td.value ul li.variable-item {
box-shadow: none;
border: 1px solid;
margin: 8px 15px 8px 0;
width: auto;
height: auto;
min-width: 35px;
min-height: 35px;
border-color: var(--border); }
.smartic-elementor-single-product table.variations td.value ul li.variable-item.button-variable-item {
min-width: 60px;
min-height: 40px; }
.smartic-elementor-single-product table.variations td.value ul li.variable-item:hover, .smartic-elementor-single-product table.variations td.value ul li.variable-item.selected {
border-color: var(--primary);
outline: none;
box-shadow: none; }
.smartic-elementor-single-product table.variations td.value ul li.variable-item .variable-item-span {
font-size: 14px;
padding: 4px 15px;
color: var(--accent); }
.smartic-elementor-single-product table.variations td.value ul li.variable-item.disabled:before {
display: none; }
.smartic-elementor-single-product table.variations td.value ul li.variable-item.disabled:after {
-webkit-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
height: 2px;
background-color: var(--border);
width: calc(100% + 12px);
left: -7px;
box-shadow: none; }
.smartic-elementor-single-product table.variations td.value ul li.variable-item.disabled .variable-item-span {
color: var(--text); }
.smartic-elementor-single-product.style-2 .price {
float: right; }
.smartic-elementor-single-product.style-2 .product-title {
display: inline; }
.smartic-elementor-single-product.style-2 .inventory_status {
clear: both; }
.smartic-elementor-single-product.style-4 .product-summary {
text-align: center; }
.smartic-elementor-single-product.style-4 .product-title {
font-size: 18px;
margin-bottom: 23px; }
.smartic-elementor-single-product.style-4 .price {
font-size: 50px;
line-height: 1;
margin-bottom: 18px; }
.smartic-elementor-single-product.style-4 .product-description {
display: inline-block;
max-width: 470px;
font-size: 16px;
color: var(--text); }
.smartic-elementor-single-product.style-4 .quantity {
display: none; }
.smartic-elementor-single-product.style-4 .single_add_to_cart_button {
margin-top: 37px;
width: auto;
min-width: 160px; }
.smartic-elementor-single-product.style-4 form {
margin-bottom: 0; }
.elementor-site-logo-wrapper .site-branding .custom-logo-link {
display: block;
line-height: 1; }
.elementor-site-logo-wrapper .site-branding img {
display: inline-block;
vertical-align: middle; }
.elementor-slides-item__wrapper {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
padding: 30px;
background: #fff;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 10px;
max-height: 100%; }
@media (max-width: 567px) {
.elementor-slides-item__wrapper {
padding: 20px;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
text-align: center; } }
.elementor-slides-carousel__img {
width: 90px;
height: 90px;
display: block;
overflow: hidden;
border-radius: 50%;
margin-right: 30px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 90px;
flex: 0 0 90px; }
@media (max-width: 567px) {
.elementor-slides-carousel__img {
margin-right: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 0 70px;
flex: 0 0 70px;
width: 70px;
height: 70px;
margin-bottom: 20px; } }
.elementor-slides-carousel__img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.elementor-slides-carousel__img + .elementor-slides-item__content {
-webkit-box-flex: 0;
-webkit-flex: 0 0 calc( 100% - 120px);
flex: 0 0 calc( 100% - 120px);
max-width: calc( 100% - 120px); }
@media (max-width: 567px) {
.elementor-slides-carousel__img + .elementor-slides-item__content {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; } }
.elementor-slides-item__content {
display: block; }
.smartic-slides-carousel-wrapper .swiper-container {
overflow: visible; }
@media (max-width: 567px) {
.smartic-slides-carousel-wrapper .swiper-container {
padding-right: 0;
padding-left: 0; } }
.smartic-slides-carousel-wrapper .swiper-slide {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.smartic-slides-carousel-wrapper .slides-item-title {
line-height: 1;
font-size: 20px;
font-weight: 400;
text-transform: uppercase; }
.smartic-slides-carousel-wrapper .swiper-scrollbar-drag {
background-color: var(--primary);
border-radius: 50%;
left: -9px;
width: 19px;
height: 19px;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.smartic-slides-carousel-wrapper .swiper-scrollbar-drag:hover, .smartic-slides-carousel-wrapper .swiper-scrollbar-drag:active, .smartic-slides-carousel-wrapper .swiper-scrollbar-drag:focus {
background-color: var(--primary_hover); }
.smartic-slides-carousel-wrapper .swiper-container-vertical > .swiper-scrollbar {
width: 1px;
background: #d2c6c9;
top: -60px;
bottom: -60px;
height: auto; }
@media (max-width: 567px) {
.smartic-slides-carousel-wrapper .swiper-container-vertical > .swiper-scrollbar {
display: none; } }
.smartic-slides-carousel-wrapper.style-1 .swiper-container {
padding-right: 120px;
height: 170px;
margin: 170px 0; }
.smartic-slides-carousel-wrapper.style-1 .swiper-slide {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease; }
.smartic-slides-carousel-wrapper.style-1 .swiper-slide.swiper-slide-active {
opacity: 1;
visibility: visible; }
.smartic-slides-carousel-wrapper.style-1 .swiper-slide.swiper-slide-prev, .smartic-slides-carousel-wrapper.style-1 .swiper-slide.swiper-slide-next {
opacity: 0.3;
visibility: visible; }
.smartic-slides-carousel-wrapper.style-2 .elementor-slides-item__wrapper {
padding: 0; }
.smartic-slides-carousel-wrapper.style-2 .swiper-container {
padding-right: 40px;
height: 120px;
margin: 120px 0; }
.smartic-slides-carousel-wrapper.style-2 .swiper-slide {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease; }
.smartic-slides-carousel-wrapper.style-2 .swiper-slide.swiper-slide-active {
opacity: 1;
visibility: visible; }
.smartic-slides-carousel-wrapper.style-2 .swiper-slide.swiper-slide-prev {
opacity: 1;
visibility: visible; }
.smartic-slides-carousel-wrapper.style-2 .swiper-slide.swiper-slide-prev .elementor-slides-item__wrapper {
position: relative;
padding: 0; }
.smartic-slides-carousel-wrapper.style-2 .swiper-slide.swiper-slide-prev .elementor-slides-item__wrapper:after {
position: absolute;
bottom: 0;
height: 100%;
width: 100%;
content: "";
background: -webkit-linear-gradient(top, white 30%, rgba(255, 255, 255, 0.2) 100%);
background: linear-gradient(to bottom, white 30%, rgba(255, 255, 255, 0.2) 100%);
pointer-events: none; -webkit-transition: background 0.3s ease;
transition: background 0.3s ease; }
.smartic-slides-carousel-wrapper.style-2 .swiper-slide.swiper-slide-next {
opacity: 1;
visibility: visible; }
.smartic-slides-carousel-wrapper.style-2 .swiper-slide.swiper-slide-next .elementor-slides-item__wrapper {
position: relative; }
.smartic-slides-carousel-wrapper.style-2 .swiper-slide.swiper-slide-next .elementor-slides-item__wrapper:after {
position: absolute;
bottom: 0;
height: 100%;
width: 100%;
content: "";
background: -webkit-linear-gradient(bottom, white 30%, rgba(255, 255, 255, 0.2) 100%);
background: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0.2) 100%);
pointer-events: none; -webkit-transition: background 0.3s ease;
transition: background 0.3s ease; }
.elementor-widget-smartic-tabs.elementor-widget-tabs .elementor-tabs-content-wrapper {
border: none !important; }
.elementor-widget-smartic-tabs.elementor-widget-tabs .elementor-tabs-wrapper {
overflow: visible;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start; }
.elementor-widget-smartic-tabs.elementor-widget-tabs .elementor-tab-desktop-title {
font-size: 14px;
padding: 15px 30px;
margin: 0 5px 5px 0;
border-width: 0;
border-color: #efefef;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-smartic-tabs.elementor-widget-tabs .elementor-tab-desktop-title:not(:hover), .elementor-widget-smartic-tabs.elementor-widget-tabs .elementor-tab-desktop-title:not(.elementor-active) {
color: var(--primary);
background-color: #ffffff; }
.elementor-widget-smartic-tabs.elementor-widget-tabs .elementor-tab-desktop-title:hover, .elementor-widget-smartic-tabs.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
color: var(--primary);
border-color: var(--primary);
background-color: #ffffff; }
.elementor-widget-smartic-tabs.elementor-widget-tabs .elementor-tab-content {
padding: 30px;
background-color: #ffffff; }
.elementor-widget-smartic-tabs.elementor-widget-tabs p:last-child {
margin-bottom: 0; }
.elementor-widget-smartic-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column; }
.elementor-widget-smartic-tabs.elementor-widget-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content,
.elementor-widget-smartic-tabs.elementor-widget-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper,
.elementor-widget-smartic-tabs.elementor-widget-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-smartic-tabs.elementor-widget-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before,
.elementor-widget-smartic-tabs.elementor-widget-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-smartic-tabs.elementor-widget-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
border: none; }
.elementor-widget-container .elementor-teams-wrapper {
line-height: 1.5em; }
.elementor-widget-container .elementor-teams-wrapper .team-image {
display: inline-block;
position: relative;
margin-bottom: 13px; }
.elementor-widget-container .elementor-teams-wrapper .team-image img {
margin-bottom: 0; }
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
background: white;
-webkit-transform: translateY(-35px);
-ms-transform: translateY(-35px);
transform: translateY(-35px); }
.elementor-widget-container .elementor-teams-wrapper .team-name {
color: var(--accent);
font-size: 20px;
margin-bottom: 10px; }
.elementor-widget-container .elementor-teams-wrapper .team-name a {
color: var(--accent); }
.elementor-widget-container .elementor-teams-wrapper .team-name a:hover {
color: var(--primary); }
.elementor-widget-container .elementor-teams-wrapper .team-name:hover {
color: var(--primary); }
.elementor-widget-container .elementor-teams-wrapper .team-job {
color: var(--light);
font-size: 14px; }
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
list-style: none;
margin: 0; }
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social {
text-align: center;
margin: 0 5px; }
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 16px; }
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a:hover {
border-color: var(--primary);
color: var(--primary);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-container .elementor-teams-wrapper .team-description {
color: var(--text);
font-weight: 500; }
.elementor-widget-container .elementor-teams-wrapper:hover .team-icon-socials {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
opacity: 1; }
.elementor-teams-layout-social-right .elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
right: 0; }
.elementor-teams-layout-social-right .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
margin: 0 -5px; }
.elementor-teams-layout-social-center .elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
margin: 0 auto;
left: 0;
right: 0; }
.elementor-teams-layout-social-center .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.elementor-teams-layout-social-left .elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
left: 0; }
.elementor-teams-layout-social-left .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
margin: 0 -5px; }
.elementor-testimonial-item-wrapper .inner {
margin: 0 auto; }
.elementor-testimonial-item-wrapper .title {
display: block;
font-size: 18px;
margin-bottom: 10px;
color: var(--accent); }
.elementor-testimonial-item-wrapper .name {
font-weight: 600; }
.elementor-testimonial-item-wrapper .slick-dots {
padding: 0 15px; }
.elementor-testimonial-item-wrapper.style2 {
text-align: center; }
.elementor-testimonial-item-wrapper.style2 .inner {
border-radius: 4px;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
height: 100%; }
.elementor-testimonial-item-wrapper.style2 .inner:hover {
box-shadow: 0px 25px 34.65px 0.35px rgba(0, 0, 0, 0.1); }
.elementor-testimonial-item-wrapper.style2 .testimonial-content {
background: #fff;
text-align: center;
padding: 20px 30px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; }
@media (min-width: 768px) {
.elementor-testimonial-item-wrapper.style2 .testimonial-content {
padding: 35px 40px; } }
.elementor-testimonial-item-wrapper.style4 .inner {
position: relative;
padding: 40px;
text-align: left;
border-radius: 10px;
background-color: #ffffff; }
.elementor-testimonial-item-wrapper.style4 .testimonial-image-top {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 10px; }
.elementor-testimonial-item-wrapper.style4 .testimonial-details {
text-align: left; }
.elementor-testimonial-item-wrapper.style4 .elementor-testimonial-image {
display: inline-block;
line-height: 0;
margin-right: 15px; }
.elementor-testimonial-item-wrapper.style4 .elementor-testimonial-image img {
border: 4px solid;
border-color: var(--border); }
.elementor-testimonial-item-wrapper.style4 .name {
font-size: 14px;
line-height: 24px;
text-transform: uppercase; }
.elementor-testimonial-item-wrapper.style4 .job {
font-size: 14px;
line-height: 24px;
font-weight: 400; }
.elementor-testimonial-item-wrapper.style4 .icon {
position: absolute;
top: -25px;
font-size: 52px;
line-height: 0;
color: #dddddd; }
.elementor-testimonial-item-wrapper.style4 .smartic-carousel .slick-list {
padding-top: 20px; }
.elementor-testimonial-item-wrapper.style5 {
overflow: hidden; }
.elementor-testimonial-item-wrapper.style5 .smartic-carousel .slick-slide {
border-left: 1px solid;
border-left-color: var(--border); }
.elementor-testimonial-item-wrapper.style5 .smartic-carousel .slick-slide > div {
height: 100%; }
.elementor-testimonial-item-wrapper.style5 .smartic-carousel .slick-slide .column-item {
height: 100%; }
.elementor-testimonial-item-wrapper.style5 .inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
height: 100%; }
.elementor-testimonial-item-wrapper.style5 .testimonial-content {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-flex: 1;
-webkit-flex: 1 auto;
flex: 1 auto; }
.elementor-testimonial-item-wrapper.style5 .column-item {
border-left: 1px solid;
border-left-color: var(--border); }
.elementor-testimonial-item-wrapper.style5 .column-item:first-child {
border: none; }
.elementor-testimonial-item-wrapper.style5 .icon {
font-size: 52px;
line-height: 0;
margin-bottom: 20px;
color: #dddddd; }
.elementor-testimonial-item-wrapper.style5 .title {
font-size: 20px;
font-weight: 600;
margin-bottom: 15px; }
.elementor-testimonial-item-wrapper.style5 .content {
font-size: 16px;
margin-bottom: 10px;
color: var(--text); }
.elementor-testimonial-item-wrapper.style5 .elementor-testimonial-image {
display: inline-block;
line-height: 0; }
.elementor-testimonial-item-wrapper.style5 .elementor-testimonial-image img {
border: 4px solid;
border-color: var(--border); }
.elementor-testimonial-item-wrapper.style5 .name {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
color: var(--accent); }
.elementor-testimonial-item-wrapper.style5 .job {
font-size: 14px;
font-weight: 600;
color: var(--text); }
.elementor-testimonial-image img {
display: inline;
width: 70px;
height: 70px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover; }
.elementor-testimonial-rating i {
line-height: 1;
vertical-align: middle;
font-size: 14px;
padding: 0 1px; }
.testimonial-top {
position: relative;
height: 220px;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.testimonial-top:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #000;
opacity: 0.2;
z-index: 9; }
.testimonial-top:after {
content: '';
position: absolute;
border-bottom: 10px solid #fff;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
bottom: 0;
left: 50%;
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 99; }
.testimonial-top .name {
color: #fff; }
.testimonial-top .job {
color: #fff;
margin-bottom: 25px; }
.testimonial-top div:not(.elementor-testimonial-image) {
z-index: 9; }
.testimonial-top .elementor-testimonial-image {
height: 100%;
width: 100%;
position: absolute;
left: 50%;
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.testimonial-top .elementor-testimonial-image img {
height: 100%;
width: 100%;
border-radius: 0;
-o-object-fit: cover;
object-fit: cover; }
.testimonial-compare {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px; }
@media (min-width: 400px) {
.testimonial-compare {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap; } }
.testimonial-compare .image-before {
position: relative;
width: 100%;
margin-bottom: 15px; }
@media (min-width: 400px) {
.testimonial-compare .image-before {
width: 50%;
margin-right: 15px;
margin-bottom: 0; } }
.testimonial-compare .image-before .text {
font-weight: 700;
font-size: 12px;
color: #fff;
position: absolute;
top: 0;
left: 0;
background: #e5404f;
padding: 4px 15px;
text-transform: uppercase;
min-width: 80px; }
.testimonial-compare .image-before:hover .text {
background-color: var(--accent); }
.testimonial-compare .image-after {
width: 100%;
position: relative; }
@media (min-width: 400px) {
.testimonial-compare .image-after {
width: 50%;
margin-left: 15px; } }
.testimonial-compare .image-after .text {
font-weight: 700;
font-size: 12px;
color: #fff;
position: absolute;
top: 0;
left: 0;
background-color: var(--primary);
padding: 4px 15px;
text-transform: uppercase;
min-width: 80px; }
.testimonial-compare .image-after:hover .text {
background-color: var(--accent); }
.elementor-timeline-wrapper .item {
padding: 10px 0;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
position: relative; }
@media (max-width: 767px) {
.elementor-timeline-wrapper .item {
padding-top: 10px; } }
.elementor-timeline-wrapper .item:before {
position: absolute;
content: '';
width: 1px;
height: 100%;
background-color: var(--border);
top: 0;
left: 0; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .item:before {
left: 50%; } }
.elementor-timeline-wrapper .item:nth-child(2n) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-timeline-wrapper .item:nth-child(2n) .thumbnail {
padding-left: 90px;
width: 50%;
padding-right: 0; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap {
text-align: right; } }
.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap > .inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap .number-wrap {
padding-left: 15px;
padding-right: 0; }
.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap .number-wrap .inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap .number-wrap .line:before {
right: -8px;
left: unset; } }
.elementor-timeline-wrapper .thumbnail {
padding-right: 90px;
width: 50%;
display: none; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .thumbnail {
display: block; } }
.elementor-timeline-wrapper .thumbnail img {
border-radius: 4px; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .thumbnail-mobile {
display: none; } }
.elementor-timeline-wrapper .thumbnail-mobile img {
border-radius: 4px; }
.elementor-timeline-wrapper .content-wrap {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .content-wrap {
width: 50%;
max-width: 645px; } }
.elementor-timeline-wrapper .content-wrap .inner {
display: block;
width: 100%;
padding-left: 20px; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .content-wrap .inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding-left: 0; } }
.elementor-timeline-wrapper .content-wrap .number-wrap {
width: 10%;
position: relative;
font-size: 16px;
padding-top: 0px;
padding-right: 15px;
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
margin-left: -20px;
max-width: 213px;
line-height: 1.2;
font-weight: 700;
color: var(--accent); }
@media (min-width: 768px) {
.elementor-timeline-wrapper .content-wrap .number-wrap {
width: 15%;
margin-left: 0; } }
.elementor-timeline-wrapper .content-wrap .number-wrap .inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
max-width: 70px; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .content-wrap .number-wrap .inner {
max-width: unset; } }
.elementor-timeline-wrapper .content-wrap .number-wrap .line {
width: 28px; }
.elementor-timeline-wrapper .content-wrap .number-wrap .line:before {
content: '';
position: absolute;
display: block;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: var(--accent);
top: 3px;
left: -7px; }
.elementor-timeline-wrapper .content-wrap .content {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; }
.elementor-timeline-wrapper .content-wrap .title {
font-size: 40px;
line-height: 1.2; }
@media (min-width: 1024px) {
.elementor-timeline-wrapper .content-wrap .title {
font-size: 52px; } }
.elementor-video-popup {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.elementor-video-title {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-video-popup {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-video-icon {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
line-height: 1em;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
font-size: 24px; }
.mfp-image-holder .mfp-close:active, .mfp-image-holder .mfp-close:focus, .mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
color: var(--primary);
background-color: transparent; }
.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
position: relative;
display: inline-block; }
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
position: absolute;
content: attr(data-hover);
color: #000000;
-webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
-webkit-transition: -webkit-clip-path 0.5s ease;
transition: -webkit-clip-path 0.5s ease;
transition: clip-path 0.5s ease;
transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease; }
.animated-slide-column > .elementor-column-wrap {
-webkit-transition: opacity 0s 0.6s, -webkit-transform 1s 0.6s;
transition: opacity 0s 0.6s, -webkit-transform 1s 0.6s;
transition: opacity 0s 0.6s, transform 1s 0.6s;
transition: opacity 0s 0.6s, transform 1s 0.6s, -webkit-transform 1s 0.6s;
opacity: 0;
-webkit-transform: translateX(-20px) translateZ(0);
transform: translateX(-20px) translateZ(0); }
.animated-slide-column:after {
content: '';
margin: 0 -5px 0 0;
position: absolute;
top: 0;
right: 100%;
bottom: 100%;
left: 0;
background-color: var(--primary);
z-index: 3;
-webkit-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; }
.animated-slide-column.col-loaded {
overflow: hidden;
position: relative; }
.animated-slide-column.col-loaded .elementor-column-wrap {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1; }
.animated-slide-column.col-loaded:after {
margin-right: 0;
right: -3px;
bottom: 0;
left: 100%; }
.animated-bg-parallax {
overflow: hidden; }
.animated-bg-parallax > .elementor-column-wrap {
overflow: hidden; }
.animated-bg-parallax .img-banner-parallax {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.animated-bg-parallax .img-banner-parallax:not(.hover) {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important; }
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img {
position: relative;
overflow: hidden; }
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img img {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title {
position: relative; }
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title:before {
content: '';
position: absolute;
width: 2px;
height: 0;
background-color: var(--primary);
top: -60px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
left: 0;
right: 0;
margin: 0 auto; }
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title:before {
height: 50px; }
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title a {
color: var(--primary);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-image-box.box-title-decor-yes:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-view-framed .elementor-icon,
.elementor-view-default .elementor-icon {
color: var(--primary);
border-color: var(--primary);
fill: var(--primary); }
.elementor-view-stacked .elementor-icon {
background-color: var(--primary); }
.highlight .elementor-icon-box-icon .elementor-icon {
background-color: var(--primary);
padding: 8px;
-webkit-transform: skewX(-10deg) skewY(0);
-ms-transform: skewX(-10deg) skewY(0);
transform: skewX(-10deg) skewY(0); }
.highlight .elementor-icon-box-icon .elementor-icon > * {
-webkit-transform: skewX(10deg) skewY(0);
-ms-transform: skewX(10deg) skewY(0);
transform: skewX(10deg) skewY(0); }
.elementor-icon-box-animation-yes .elementor-icon-box-wrapper:hover .elementor-icon:before {
border-width: 2px; }
.elementor-icon-box-animation-yes .elementor-icon {
position: relative;
overflow: hidden;
background-color: transparent !important; }
.elementor-icon-box-animation-yes .elementor-icon:before {
content: "";
display: block !important;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
border-radius: 50%;
border-width: 150px;
border-style: dashed;
border-color: var(--primary);
-webkit-transition: all .3s ease;
transition: all .3s ease; }
.elementor-icon-box-animation-default-yes .elementor-icon-box-wrapper:hover .elementor-icon:before {
-webkit-transform: scale(1.6);
-ms-transform: scale(1.6);
transform: scale(1.6);
opacity: 0;
background-color: var(--primary); }
.elementor-icon-box-animation-default-yes .elementor-icon {
position: relative; }
.elementor-icon-box-animation-default-yes .elementor-icon:before {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
top: 0;
left: 0;
padding: 2px;
-webkit-transition: -webkit-transform 0.4s, opacity 0.5s;
-webkit-transition: opacity 0.5s, -webkit-transform 0.4s;
transition: opacity 0.5s, -webkit-transform 0.4s;
transition: transform 0.4s, opacity 0.5s;
transition: transform 0.4s, opacity 0.5s, -webkit-transform 0.4s;
box-sizing: content-box; }
.elementor-widget-image-box.box-decor-yes .elementor-image-box-img {
position: relative; }
.elementor-widget-image-box.box-decor-yes .elementor-image-box-img img {
position: relative;
z-index: 9; }
.elementor-widget-image-box.box-decor-yes .elementor-image-box-img:before {
content: '';
position: absolute;
width: calc(100% + 20px);
height: calc(100% + 20px);
background: #f3dde0;
border-radius: 50%;
left: 0;
top: -10px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease; }
.elementor-column-wrap:hover .elementor-widget-image-box.box-decor-yes .elementor-image-box-img:before {
background-color: var(--primary);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease; }
.elementor-widget-image-box .elementor-image-box-img img {
display: inline-block; }
.style-theme-yes .elementor-accordion .elementor-accordion-item {
position: relative;
border: 0;
border-bottom: 1px solid;
border-color: var(--border); }
.style-theme-yes .elementor-accordion .elementor-accordion-item:first-child {
border-top: 1px solid;
border-color: var(--border); }
.style-theme-yes .elementor-accordion .elementor-accordion-item .elementor-tab-title {
color: var(--accent);
font-weight: 700;
padding: 20px 20px 20px 60px; }
@media (max-width: 767px) {
.style-theme-yes .elementor-accordion .elementor-accordion-item .elementor-tab-title {
padding: 20px; } }
.style-theme-yes .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
line-height: 27px;
font-size: 1em;
color: var(--accent); }
.style-theme-yes .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
font-size: 20px;
line-height: 30px;
letter-spacing: 0;
color: var(--accent); }
.style-theme-yes .elementor-accordion .elementor-accordion-item .elementor-tab-title:before {
content: "";
position: absolute;
width: 1px;
height: 0;
top: 0;
left: 0;
background-color: var(--border);
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s; }
.style-theme-yes .elementor-accordion .elementor-accordion-item .elementor-tab-title:after {
content: "";
position: absolute;
width: 1px;
height: 0;
top: 0;
right: 0;
background-color: var(--border);
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s; }
.style-theme-yes .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active:before, .style-theme-yes .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active:after {
height: 100%; }
.style-theme-yes .elementor-accordion .elementor-accordion-item .elementor-tab-content {
border-top: 0;
line-height: 30px;
padding: 0px 50px 35px 60px;
border-radius: 7px;
font-size: 16px;
letter-spacing: 0;
color: #666666; }
@media (max-width: 767px) {
.style-theme-yes .elementor-accordion .elementor-accordion-item .elementor-tab-content {
padding: 0px 20px 35px 20px; } }
.style-theme-yes .elementor-accordion .elementor-accordion-item .elementor-tab-content p {
margin: 0; }
.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
display: none; }
.home .header-absolute {
position: absolute;
width: 100%;
z-index: 99;
background-color: transparent !important; }
.home .footer-padding-top {
padding-top: 215px !important; }
@media (max-width: 1024px) {
.home .footer-padding-top {
padding-top: 135px !important; } }
@media (max-width: 767px) {
.home .footer-padding-top {
padding-top: 50px !important; } }
:root {
--scroll-bar: 8px; }
body:not(.smartic-header-side):not(.has-scrollbar) .content-area .elementor-section.elementor-section-stretched {
width: 100vw !important;
margin-left: calc(-50vw + 50%) !important;
margin-right: calc(-50vw + 50%) !important;
left: 0 !important; }
body.has-scrollbar:not(.smartic-header-side) .content-area .elementor-section.elementor-section-stretched {
width: calc(100vw - 20px) !important;
margin-left: calc(-50vw + 50% + 10px) !important;
margin-right: calc(-50vw + 50% + 10px);
left: 0 !important; }
@supports (color: var(--scroll-bar)) {
body.has-scrollbar:not(.smartic-header-side) .content-area .elementor-section.elementor-section-stretched {
width: calc(100vw - var(--scroll-bar)) !important;
margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
left: 0 !important; } }
.elementor-heading-title {
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 400; }
.highlight .elementor-heading-title {
display: inline;
background-image: -webkit-linear-gradient(var(--primary), var(--primary));
background-image: linear-gradient(var(--primary), var(--primary));
background-size: 100% 20px;
background-position: center 35px;
background-repeat: no-repeat; }
.elementor-widget-call-to-action .elementor-button .smartic-icon-arrow {
font-size: 7px; }
.elementor-widget-call-to-action.button-effect-yes .elementor-button span {
position: relative;
padding-right: 4em !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-call-to-action.button-effect-yes .elementor-button i {
position: absolute;
right: 0;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: right .5s ease;
transition: right .5s ease; }
.elementor-widget-call-to-action.button-effect-yes .elementor-button:hover span {
padding-right: 0 !important;
padding-left: 4em !important; }
.elementor-widget-call-to-action.button-effect-yes .elementor-button:hover i {
right: calc(100% - 30px); }
.elementor-widget-form.fields-align-center .elementor-field-group:not(.elementor-field-type-submit) {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.elementor-widget-form.fields-align-center .elementor-field-group:not(.elementor-field-type-submit) .elementor-field-textual {
text-align: center; }
.elementor-widget-form.fields-align-right .elementor-field-group:not(.elementor-field-type-submit) {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end; }
.elementor-widget-form.fields-align-right .elementor-field-group:not(.elementor-field-type-submit) .elementor-field-textual {
text-align: right; }
.elementor-widget-form .elementor-field-group .elementor-button {
background-color: var(--primary); }
.elementor-widget-form .elementor-field-group .elementor-button:hover {
background-color: var(--primary_hover); }
.elementor-field-group .elementor-field-textual:focus {
box-shadow: none; }
.elementor-field-group .elementor-field-textual {
border-radius: 0;
border-width: 0 0 1px;
padding: 0 0 0.9em; }
.elementor-countdown-item {
position: relative; }
.elementor-countdown-item:last-child:after {
display: none; }
.elementor-countdown-item:after {
position: absolute;
top: 50%;
right: -2px;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: var(--primary);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.elementor-social-icons-wrapper .elementor-social-icon:hover {
opacity: 1; }
@media (max-width: 1440px) {
.smartic-contact-content {
display: none; } }
.elementor-align-justify .elementor-button {
text-align: justify; }
.elementor-form {
margin-bottom: 0; }
.elementor-pagination span, .elementor-pagination a {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background-color: transparent;
color: var(--accent);
font-size: 14px;
border: 1px solid;
border-color: var(--border); }
.elementor-text-editor a:hover {
color: var(--primary_hover); }
.img-hover {
position: absolute;
z-index: -1;
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease; }
.elementor-widget-wrap:hover .img-hover {
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1); }
.elementor-widget-icon-list .elementor-icon-list-item .border-primary {
width: 30px;
height: 30px;
display: inline-block !important;
text-align: center;
line-height: 25px;
border-radius: 50px;
margin-right: 10px;
border: 2px solid;
border-color: var(--primary);
color: var(--primary); }
.effect-skew:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 970px;
margin-top: -200px;
-webkit-transform: skew(0deg, -27deg);
-ms-transform: skew(0deg, -27deg);
transform: skew(0deg, -27deg);
z-index: -1;
background-color: var(--primary); }
.effect-skew-top:before {
margin-top: 70px; }@keyframes opal-loading {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes opal-loading {
100% {
-webkit-transform: rotate(360deg); } }  @font-face {
font-family: 'star';
src: url(//bukiwatch.fr/wp-content/plugins/woocommerce/assets/fonts/star.eot);
src: url(//bukiwatch.fr/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(//bukiwatch.fr/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(//bukiwatch.fr/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(//bukiwatch.fr/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
font-weight: normal;
font-style: normal; }
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible; } }
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible; } }
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: hidden; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: hidden; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.price ins {
color: var(--primary); }
.price del {
color: var(--light);
font-size: 0.875em; } .site-header-cart {
list-style-type: none;
margin-left: 0;
padding: 0;
margin-bottom: 0; }
.site-header-cart .cart-contents {
position: relative;
display: block; }
.site-header-cart .cart-contents::before {
color: var(--accent); }
.site-header-cart .widget_shopping_cart {
display: none;
background-color: var(--background);
padding: 2.2906835em 1.41575em 1.41575em; }
.site-header-cart .widget_shopping_cart .buttons {
padding: 0; }
.site-header-cart .widget_shopping_cart .buttons .button {
margin: 0; }
.site-search {
font-size: 14px;
color: var(--text);
clear: both;
display: none; }
.site-search .widget_product_search input[type=text],
.site-search .widget_product_search input[type=search] {
padding: 1em 1.41575em;
line-height: 1; }
.site-search .widget_product_search #searchsubmit {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; } .smartic-handheld-footer-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 996;
border-top: 1px solid;
border-top-color: var(--border); }
.smartic-handheld-footer-bar::before, .smartic-handheld-footer-bar::after {
content: '';
display: table; }
.smartic-handheld-footer-bar::after {
clear: both; }
@media (min-width: 1025px) {
.smartic-handheld-footer-bar {
display: none; } }
.smartic-handheld-footer-bar ul {
margin: 0; }
.smartic-handheld-footer-bar ul li {
display: inline-block;
float: left;
text-align: center; }
.smartic-handheld-footer-bar ul li:last-child > a {
border-right: 0; }
.smartic-handheld-footer-bar ul li > a {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
padding-bottom: 5px;
background-color: var(--background);
height: 4.235801032em;
position: relative;
z-index: 999;
border-right: 1px solid;
border-right-color: var(--border); }
.smartic-handheld-footer-bar ul li > a:before {
color: var(--accent); }
.smartic-handheld-footer-bar ul li > a .title {
font-weight: 600;
font-size: 12px;
color: var(--accent); }
.smartic-handheld-footer-bar ul li.search .site-search {
background-color: var(--background);
position: absolute;
bottom: -5em;
left: 0;
right: 0;
-webkit-transition: all, ease, 0.2s;
transition: all, ease, 0.2s;
padding: 1em;
z-index: 1;
display: block; }
.smartic-handheld-footer-bar ul li.search.active .site-search {
bottom: 100%; }
.smartic-handheld-footer-bar ul li.search .site-search,
.smartic-handheld-footer-bar ul li.search .widget,
.smartic-handheld-footer-bar ul li.search form {
margin-bottom: 0; }
.smartic-handheld-footer-bar ul li.cart .count, .smartic-handheld-footer-bar ul li.wishlist .count {
display: inline-block;
min-width: 16px;
text-indent: 0;
line-height: 12px;
font-size: 12px;
padding: 2px 0;
box-sizing: content-box;
position: absolute;
top: 0.5em;
left: 50%;
border-radius: 100%;
color: #fff;
background-color: var(--primary);
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
.smartic-handheld-footer-bar ul.columns-1 li {
width: 100%;
display: block;
float: none; }
.smartic-handheld-footer-bar ul.columns-2 li {
width: 50%; }
.smartic-handheld-footer-bar ul.columns-3 li {
width: 33.33333%; }
.smartic-handheld-footer-bar ul.columns-4 li {
width: 25%; }
.smartic-handheld-footer-bar ul.scsscolumns-5 li {
width: 20%; }
.sf-input-focused .smartic-handheld-footer-bar {
display: none; } table.shop_table_responsive thead {
display: none; }
table.shop_table_responsive tbody th {
display: none; }
table.shop_table_responsive tr td {
display: block;
text-align: right;
clear: both; }
table.shop_table_responsive tr td::before, table.shop_table_responsive tr td::after {
content: '';
display: table; }
table.shop_table_responsive tr td::after {
clear: both; }
table.shop_table_responsive tr td[data-title]::before {
content: attr(data-title) ": ";
font-weight: 600;
float: left; }
table.shop_table_responsive tr td.product-remove a {
text-align: left; }
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
display: none; }
table.shop_table_responsive tr td.download-actions .button {
display: block;
text-align: center; }
table.shop_table_responsive.my_account_orders .order-actions {
text-align: right; }
table.shop_table_responsive.my_account_orders .order-actions::before {
display: none; }   .rtl .widget_price_filter .price_label,
.rtl .widget_price_filter .price_label span {
direction: ltr;
unicode-bidi: embed; }  .woocommerce-form__label-for-checkbox {
cursor: pointer;
display: block; }
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
margin-right: 0.3342343017em; }
.select2-dropdown {
border: 2px solid;
border-color: var(--border); }
.form-row label {
color: var(--accent);
display: block;
margin-bottom: 0.5em; }
.form-row .select2-container--default .select2-selection--single {
font-size: 14px;
border: 2px solid;
border-color: var(--border);
border-radius: 4px;
min-height: 47px;
background-color: var(--background); }
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 47px;
color: var(--text); }
.form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 47px; }
.form-row .select2-container--default .select2-search--dropdown .select2-search__field {
background: #fff !important; }
.form-row input,
.form-row textarea,
.form-row select {
width: 100%; }
.form-row input[type=checkbox],
.form-row input[type=radio] {
width: auto; }
.form-row .button {
width: auto; }
.form-row.create-account label {
display: inline-block; }
.form-row.woocommerce-validated input.input-text {
box-shadow: inset 2px 0 0 #0f834d; }
.form-row.woocommerce-invalid input.input-text {
box-shadow: inset 2px 0 0 #e2401c; }
.form-row.woocommerce-invalid input.input-checkbox {
outline: 2px solid #e2401c;
outline-offset: 1px; }
.form-row.woocommerce-invalid .select2-selection {
border-color: #e2401c;
border-width: 2px; }
.form-row-last {
margin-right: 0 !important; }
.form-row-wide {
clear: both;
width: 100%; }
.required {
border-bottom: 0 !important;
color: #e2401c; }
.demo_store {
position: fixed;
left: 0;
bottom: 69px;
right: 0;
margin: 0;
padding: 1em 1.41575em;
background-color: #3d9cd2;
color: #fff;
z-index: 9998; }
.demo_store a {
color: #fff;
font-weight: 400;
text-decoration: underline; }
.demo_store a:hover {
text-decoration: none; }
.demo_store a.woocommerce-store-notice__dismiss-link {
display: block; }
.star-rating {
overflow: hidden;
position: relative;
height: 1.618em;
line-height: 1.618;
font-size: 12px;
width: 6.3em;
font-family: 'star';
font-weight: 400; }
.star-rating::before {
content: '\73\00a0\73\00a0\73\00a0\73\00a0\73';
opacity: 0.25;
float: left;
top: 0;
left: 0;
position: absolute; }
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em; }
.star-rating span::before {
content: '\53\00a0\53\00a0\53\00a0\53\00a0\53';
top: 0;
position: absolute;
left: 0;
color: #ff6f54; }
p.stars {
display: inline-block;
margin: 0; }
p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
margin-right: 1px;
font-weight: 400; }
p.stars a::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: 'star';
content: '\53';
color: var(--text);
text-indent: 0;
opacity: 0.25; }
p.stars a:hover ~ a::before {
content: '\53';
color: var(--text);
opacity: 0.25; }
p.stars:hover a::before {
content: '\53';
color: var(--primary);
opacity: 1; }
p.stars.selected a.active::before {
content: '\53';
color: var(--primary);
opacity: 1; }
p.stars.selected a.active ~ a::before {
content: '\53';
color: var(--text);
opacity: 0.25; }
p.stars.selected a:not(.active)::before {
content: '\53';
color: var(--primary);
opacity: 1; }
.wc-block-grid__product-onsale,
.onsale {
padding: 0 10px;
font-size: 14px;
font-weight: 600;
line-height: 22px;
display: inline-block;
position: absolute;
top: 35px;
right: 15px;
z-index: 3;
border-radius: 3px;
color: #fff; }
.wc-block-grid__product-onsale:after,
.onsale:after {
content: '';
position: absolute;
width: 100%;
padding-top: 100%;
border-radius: 50%;
background-color: #ef3636;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1; }
.stock-label {
color: #fff;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
display: inline-block;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 3px;
background-color: rgba(0, 0, 0, 0.6);
z-index: 3;
padding: 10px 15px; }
.stock-label + .product-image {
opacity: 0.3; }
.quantity .qty {
width: 4.235801032em;
text-align: center; }
.smartic-sorting {
margin-bottom: 15px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.smartic-sorting > * {
margin-top: 5px;
margin-bottom: 5px; }
.smartic-sorting .gridlist-toggle {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
order: 0; }
.smartic-sorting .woocommerce-result-count {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2; }
.smartic-sorting .woocommerce-pagination {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3;
margin-left: auto; }
@media (max-width: 767px) {
.smartic-sorting .woocommerce-pagination {
margin-right: auto;
margin-left: 0; } }
.smartic-sorting .woocommerce-ordering {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
margin-right: 15px;
position: relative; }
.smartic-sorting .woocommerce-ordering select {
font-size: 14px;
color: var(--accent);
padding-top: 6px;
padding-bottom: 6px; }
.gridlist-toggle {
margin-right: 14px; }
.gridlist-toggle a {
padding: 5px;
font-size: 12px;
width: 35px;
height: 35px;
line-height: 20px;
display: inline-block;
text-align: center;
color: var(--accent);
border: 1px solid;
border-color: var(--border); }
.gridlist-toggle a.active, .gridlist-toggle a:hover {
color: #fff;
background-color: var(--primary);
border-color: var(--primary); }
.related,
.upsells {
margin: 0 0 30px; }
.related > h2:first-child,
.upsells > h2:first-child {
font-size: 24px;
margin-bottom: 1.4em;
text-align: center; }
@media (min-width: 1024px) {
.related > h2:first-child,
.upsells > h2:first-child {
font-size: 28px; } }
@media (min-width: 1024px) {
.related ul.products li.product,
.upsells ul.products li.product {
margin-bottom: 0; } }
.hentry .woocommerce-message strong,
.hentry .woocommerce-info strong,
.hentry .woocommerce-error strong,
.hentry .woocommerce-noreviews strong,
.hentry p.no-comments strong {
color: #fff; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
margin-top: 0;
margin-bottom: 30px;
padding: 1em 1.618em;
background-color: #0f834d;
border-radius: 2px;
color: #fff;
clear: both;
border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15); }
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-noreviews::before,
.woocommerce-noreviews::after,
p.no-comments::before,
p.no-comments::after {
content: '';
display: table; }
.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
clear: both; }
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
color: #fff; }
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
color: #fff;
opacity: 0.7; }
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
opacity: 1; }
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
float: right;
padding: 0;
background: none;
color: #fff;
box-shadow: none;
line-height: 1.618;
margin-left: 1em;
padding-left: 1em;
border-width: 0;
border-left-width: 1px;
border-left-style: solid;
border-left-color: rgba(255, 255, 255, 0.25) !important;
border-radius: 0; }
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
background: none;
color: #fff;
opacity: 0.7; }
.woocommerce-message strong,
.woocommerce-info strong,
.woocommerce-error strong,
.woocommerce-noreviews strong,
p.no-comments strong {
color: #fff; }
.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
background-color: rgba(0, 0, 0, 0.1); }
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
margin-top: 2.617924em; }
.woocommerce-error {
list-style: none; }
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
background-color: #3d9cd2; }
.woocommerce-error {
background-color: #e2401c; }
dl.variation {
font-size: 0.875em; }
dl.variation dd {
margin: 0 0 1em; }
.wc-item-meta {
font-size: 0.875em;
margin-left: 0;
list-style: none; }
.wc-item-meta li::before, .wc-item-meta li::after {
content: '';
display: table; }
.wc-item-meta li::after {
clear: both; }
.wc-item-meta li strong,
.wc-item-meta li p {
display: inline-block; } .smartic-product-section {
margin-bottom: 1.618em; }
.smartic-product-section .section-title {
text-align: center;
margin-bottom: 1em; }
.smartic-product-section:last-child {
margin-bottom: 0; } .smartic-product-pagination {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
@media (max-width: 768px) {
.smartic-product-pagination {
display: none; } }
.smartic-product-pagination a > span {
width: 35px;
height: 35px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
color: var(--accent);
font-size: 24px; }
.smartic-product-pagination a > span:hover {
color: var(--primary); }
.smartic-product-pagination a:last-child {
margin-left: 4px; }
.smartic-product-pagination a:hover .product-item {
opacity: 1;
visibility: visible;
pointer-events: auto;
top: 100%; }
.smartic-product-pagination a span.shop-tooltip {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin: 0 3px;
vertical-align: text-bottom;
line-height: 22px; }
.smartic-product-pagination a:nth-child(2):hover {
color: var(--accent); }
.smartic-product-pagination .product-item {
position: absolute;
right: 0;
top: calc(100% + 10px);
opacity: 0;
visibility: visible;
pointer-events: none;
width: 230px;
background: #fff;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
text-align: left;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
border-radius: 4px;
overflow: hidden;
z-index: 99; }
.smartic-product-pagination .product-item img {
max-width: 80px; }
.smartic-product-pagination .product-item .smartic-product-pagination-content {
padding: 0 15px; }
.smartic-product-pagination .product-item .smartic-product-pagination__title {
color: var(--accent);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-height: 2.4em;
font-weight: 700;
line-height: 1.2;
margin-bottom: 5px; }
.smartic-product-pagination .product-item .smartic-product-pagination__title:hover {
color: var(--primary); }
.smartic-product-pagination .product-item .price {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
align-items: baseline;
font-size: 14px;
color: var(--primary); }
.smartic-product-pagination .product-item .price del {
color: var(--accent);
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
margin-left: 0.327em;
font-weight: 400;
font-size: 14px; }
.smartic-product-pagination .product-item .price ins {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
margin-left: 0;
font-weight: 700;
font-size: 14px;
color: #ef3636; } .smartic-sticky-add-to-cart {
display: none; }
.screen-reader-text, .shop-action .yith-wcwl-add-to-wishlist > div span, .product-list .yith-wcwl-add-to-wishlist > div span {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
@media (max-width: 1023px) {
.smartic-archive-product #secondary {
display: none; } }
.woocommerce-result-count {
font-size: 14px;
color: var(--accent); }
@media (max-width: 767px) {
.woocommerce-result-count {
display: none; } } .products-no-gutter ul.products {
margin-left: 0;
margin-right: 0; }
.products-no-gutter .products-list ul.products {
margin-left: -15px;
margin-right: -15px; }
ul.products,
.wc-block-grid__products {
margin-left: -15px;
margin-right: -15px;
margin-bottom: 0;
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
padding-left: 15px;
padding-right: 15px;
list-style: none;
margin-bottom: 30px;
position: relative;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
width: 100%;
text-align: center; }
@media (max-width: 767px) {
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
margin-bottom: 1.41575em; } }
@media (min-width: 450px) and (max-width: 768px) {
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
width: 50%; } }
ul.products li.product .product-block,
ul.products .wc-block-grid__product .product-block,
.wc-block-grid__products li.product .product-block,
.wc-block-grid__products .wc-block-grid__product .product-block {
position: relative;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
height: 100%; }
ul.products li.product .added_to_cart.wc-forward,
ul.products .wc-block-grid__product .added_to_cart.wc-forward,
.wc-block-grid__products li.product .added_to_cart.wc-forward,
.wc-block-grid__products .wc-block-grid__product .added_to_cart.wc-forward {
display: none; }
ul.products li.product .posted-in,
ul.products .wc-block-grid__product .posted-in,
.wc-block-grid__products li.product .posted-in,
.wc-block-grid__products .wc-block-grid__product .posted-in {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
ul.products li.product .woocommerce-LoopProduct-link,
ul.products .wc-block-grid__product .woocommerce-LoopProduct-link,
.wc-block-grid__products li.product .woocommerce-LoopProduct-link,
.wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
display: block; }
ul.products li.product .price,
ul.products .wc-block-grid__product .price,
.wc-block-grid__products li.product .price,
.wc-block-grid__products .wc-block-grid__product .price {
font-size: 20px;
font-weight: 600;
color: var(--primary); }
ul.products li.product .price del,
ul.products .wc-block-grid__product .price del,
.wc-block-grid__products li.product .price del,
.wc-block-grid__products .wc-block-grid__product .price del {
color: var(--light);
font-size: 16px;
font-weight: 400; }
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .wc-block-grid__product-title,
ul.products .wc-block-grid__product h2,
ul.products .wc-block-grid__product h3,
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products li.product h2,
.wc-block-grid__products li.product h3,
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product h2,
.wc-block-grid__products .wc-block-grid__product h3,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
font-size: 16px;
line-height: 1.5;
margin-bottom: 10px;
font-weight: 400; }
ul.products li.product h2 a,
ul.products li.product h3 a,
ul.products li.product .woocommerce-loop-product__title a,
ul.products li.product .wc-block-grid__product-title a,
ul.products .wc-block-grid__product h2 a,
ul.products .wc-block-grid__product h3 a,
ul.products .wc-block-grid__product .woocommerce-loop-product__title a,
ul.products .wc-block-grid__product .wc-block-grid__product-title a,
.wc-block-grid__products li.product h2 a,
.wc-block-grid__products li.product h3 a,
.wc-block-grid__products li.product .woocommerce-loop-product__title a,
.wc-block-grid__products li.product .wc-block-grid__product-title a,
.wc-block-grid__products .wc-block-grid__product h2 a,
.wc-block-grid__products .wc-block-grid__product h3 a,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
color: var(--accent); }
ul.products li.product h2 a:hover,
ul.products li.product h3 a:hover,
ul.products li.product .woocommerce-loop-product__title a:hover,
ul.products li.product .wc-block-grid__product-title a:hover,
ul.products .wc-block-grid__product h2 a:hover,
ul.products .wc-block-grid__product h3 a:hover,
ul.products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
ul.products .wc-block-grid__product .wc-block-grid__product-title a:hover,
.wc-block-grid__products li.product h2 a:hover,
.wc-block-grid__products li.product h3 a:hover,
.wc-block-grid__products li.product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products li.product .wc-block-grid__product-title a:hover,
.wc-block-grid__products .wc-block-grid__product h2 a:hover,
.wc-block-grid__products .wc-block-grid__product h3 a:hover,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a:hover {
color: var(--primary); }
ul.products li.product .star-rating,
ul.products .wc-block-grid__product .star-rating,
.wc-block-grid__products li.product .star-rating,
.wc-block-grid__products .wc-block-grid__product .star-rating {
font-size: 14px;
margin-left: auto;
margin-right: auto; }
ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
display: block;
margin: 0 auto;
width: 100%; }
ul.products li.product.product-category h2,
ul.products li.product.product-category h3,
ul.products li.product.product-category .woocommerce-loop-category__title,
ul.products .wc-block-grid__product.product-category h2,
ul.products .wc-block-grid__product.product-category h3,
ul.products .wc-block-grid__product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products li.product.product-category h2,
.wc-block-grid__products li.product.product-category h3,
.wc-block-grid__products li.product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products .wc-block-grid__product.product-category h2,
.wc-block-grid__products .wc-block-grid__product.product-category h3,
.wc-block-grid__products .wc-block-grid__product.product-category .woocommerce-loop-category__title {
font-size: 1.1em; }
ul.products li.product.product-category img,
ul.products .wc-block-grid__product.product-category img,
.wc-block-grid__products li.product.product-category img,
.wc-block-grid__products .wc-block-grid__product.product-category img {
margin-bottom: 1.618em; }
ul.products li.product .posted-in,
ul.products .wc-block-grid__product .posted-in,
.wc-block-grid__products li.product .posted-in,
.wc-block-grid__products .wc-block-grid__product .posted-in {
font-size: 14px; }
ul.products li.product .posted-in a,
ul.products .wc-block-grid__product .posted-in a,
.wc-block-grid__products li.product .posted-in a,
.wc-block-grid__products .wc-block-grid__product .posted-in a {
color: var(--light); }
ul.products li.product .posted-in a:hover,
ul.products .wc-block-grid__product .posted-in a:hover,
.wc-block-grid__products li.product .posted-in a:hover,
.wc-block-grid__products .wc-block-grid__product .posted-in a:hover {
color: var(--primary); }
ul.products li.product a[class*="product_type_"],
ul.products .wc-block-grid__product a[class*="product_type_"],
.wc-block-grid__products li.product a[class*="product_type_"],
.wc-block-grid__products .wc-block-grid__product a[class*="product_type_"] {
margin-top: 15px;
border-radius: 4px;
padding: 1em 2.5em;
background-color: var(--primary); }
ul.products li.product a[class*="product_type_"]:hover,
ul.products .wc-block-grid__product a[class*="product_type_"]:hover,
.wc-block-grid__products li.product a[class*="product_type_"]:hover,
.wc-block-grid__products .wc-block-grid__product a[class*="product_type_"]:hover {
background-color: var(--primary_hover); }
ul.products .slick-disabled:before,
.wc-block-grid__products .slick-disabled:before {
opacity: .75; }
li.product .group-action {
-webkit-transition: all ease 0.35s;
transition: all ease 0.35s;
position: absolute;
left: 0;
bottom: -15px;
width: 100%;
z-index: 3;
opacity: 0;
padding-left: 15px;
padding-right: 15px;
text-align: center; }
li.product:hover .group-action {
bottom: 15px;
opacity: 1; }
li.product:hover .product-img-wrap .inner {
-webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
li.product:hover .product-img-wrap.bottom-to-top .inner {
-ms-transform: translate3d(0, -100%, 0);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); }
li.product:hover .product-img-wrap.top-to-bottom .inner {
-ms-transform: translate3d(0, 100%, 0);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
li.product:hover .product-img-wrap.left-to-right .inner {
-ms-transform: translate3d(100%, 0, 0);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
li.product:hover .product-img-wrap.right-to-left .inner {
-ms-transform: translate3d(-100%, 0, 0);
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); }
li.product:hover .product-img-wrap.swap .product-image {
opacity: 0; }
li.product:hover .product-img-wrap.swap .product-image img {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg); }
li.product:hover .product-img-wrap.swap .product-image.second-image {
opacity: 1; }
li.product:hover .product-img-wrap.swap .product-image.second-image img {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg); }
li.product:hover .product-img-wrap.fade .product-image {
opacity: 0; }
li.product:hover .product-img-wrap.fade .product-image.second-image {
opacity: 1; }
li.product:hover .product-img-wrap.zoom-in .product-image.second-image {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
li.product:hover .product-img-wrap.zoom-out .product-image {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }
li.product:hover .product-img-wrap.zoom-out .product-image.second-image {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.product-img-wrap {
overflow: hidden;
position: relative; }
.product-img-wrap .inner {
width: 100%;
height: 100%;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
.product-img-wrap .product-image {
opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms; }
.product-img-wrap .product-image.second-image {
position: absolute;
width: 100%;
height: 100%; }
.product-img-wrap.top-to-bottom .product-image {
bottom: 100%; }
.product-img-wrap.left-to-right .product-image {
top: 0;
right: 100%; }
.product-img-wrap.right-to-left .product-image {
top: 0;
left: 100%; }
.product-img-wrap.swap .product-image {
top: 0;
left: 0;
-webkit-transition: all .7s ease;
transition: all .7s ease; }
.product-img-wrap.swap .product-image img {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg); }
.product-img-wrap.swap .product-image.second-image {
z-index: 2;
opacity: 0; }
.product-img-wrap.swap .product-image.second-image img {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg); }
.product-img-wrap.fade .product-image {
top: 0;
left: 0;
-webkit-transition: all .5s ease;
transition: all .5s ease; }
.product-img-wrap.fade .product-image.second-image {
opacity: 0;
z-index: 2; }
.product-img-wrap.zoom-in .product-image {
top: 0;
left: 0;
-webkit-transition: all .5s ease;
transition: all .5s ease; }
.product-img-wrap.zoom-in .product-image.second-image {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
z-index: 2; }
.product-img-wrap.zoom-out .product-image {
top: 0;
left: 0;
-webkit-transition: all .5s ease;
transition: all .5s ease; }
.product-img-wrap.zoom-out .product-image.second-image {
z-index: -1; }
.product-block .product-caption {
padding-top: 15px;
display: block;
width: 100%; }
.hentry .entry-content .wc-block-grid__products .wc-block-grid__product > a,
.hentry .entry-content ul.products li.product > a {
text-decoration: none; }
.shop-action {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
background: #FFF;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
padding: 0 7px;
max-width: 100%; }
.shop-action .opal-add-to-cart-button, .shop-action .yith-wcqv-button, .shop-action .yith-wcwl-add-button, .shop-action .compare {
-webkit-box-flex: 0;
-webkit-flex: 0 1 45px;
flex: 0 1 45px; }
.shop-action .yith-wcqv-button, .shop-action .compare {
display: none; }
@media (min-width: 768px) {
.shop-action .yith-wcqv-button, .shop-action .compare {
display: block; } }
.shop-action a[class*="product_type_"] {
display: block; }
.shop-action a[class*="product_type_"].loading:before {
opacity: 0; }
.shop-action a[class*="product_type_"].loading:after {
color: #000; }
.shop-action a[class*="product_type_"],
.shop-action .yith-wcqv-button,
.shop-action .yith-wcwl-add-to-wishlist > div > a,
.shop-action .compare {
width: 45px;
height: 45px;
position: relative;
white-space: nowrap;
font-size: 0;
background-color: transparent; }
.shop-action a[class*="product_type_"]:before,
.shop-action .yith-wcqv-button:before,
.shop-action .yith-wcwl-add-to-wishlist > div > a:before,
.shop-action .compare:before {
font-size: 16px;
color: var(--text);
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.shop-action a[class*="product_type_"]:hover:before,
.shop-action .yith-wcqv-button:hover:before,
.shop-action .yith-wcwl-add-to-wishlist > div > a:hover:before,
.shop-action .compare:hover:before {
color: #000; }
.shop-action .yith-wcwl-add-to-wishlist {
margin-top: 0; }
.shop-action .yith-wcwl-add-to-wishlist > div {
position: relative; }
.shop-action .yith-wcwl-add-to-wishlist > div > a {
display: block;
white-space: nowrap; }
.shop-action .yith-wcwl-add-to-wishlist > div .opal-loading-wislist {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
width: 20px !important;
height: 20px !important;
margin-left: 0 !important; }
.shop-action .yith-wcwl-add-to-wishlist > div .opal-loading-wislist:before {
content: "";
width: 20px;
height: 20px;
display: block;
vertical-align: middle;
border: 1px solid #bbb;
border-left-color: #000;
border-radius: 50%;
animation: opal-loading 450ms infinite linear;
-webkit-animation: opal-loading 450ms infinite linear;
background-image: none !important;
background-color: #fff;
overflow: hidden; }
.shop-action .yith-wcwl-add-to-wishlist > div img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
opacity: 0 !important; }
.shop-action .yith-wcwl-add-button {
position: relative; }
.shop-action .yith-wcwl-add-button .add_to_wishlist {
display: block; }
.shop-action .yith-wcwl-add-button img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.price del + ins {
margin-left: 0.327em; }
.product-transition {
position: relative;
overflow: hidden; }
.product-transition .woocommerce-loop-product__link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; }
.opal-product-tooltipster {
display: block !important; }
.opal-product-tooltipster .tooltipster-content {
background-color: #000;
color: #fff;
padding: 0 15px;
font-size: 13px; }
.opal-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
border-top-color: #000; }
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow {
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px); }
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
border-left-color: #000; }
.product-style-1 ul.products li.product .product-block,
.product-style-1 ul.products .wc-block-grid__product .product-block,
.product-style-1 .wc-block-grid__products li.product .product-block,
.product-style-1 .wc-block-grid__products .wc-block-grid__product .product-block {
text-align: center; }
.product-style-1 ul.products li.product .product-block .product-caption,
.product-style-1 ul.products .wc-block-grid__product .product-block .product-caption,
.product-style-1 .wc-block-grid__products li.product .product-block .product-caption,
.product-style-1 .wc-block-grid__products .wc-block-grid__product .product-block .product-caption {
padding: 25px 10px;
display: inline-block;
width: 100%; }
.product-style-2 ul.products li.product .woocommerce-loop-product__title,
.product-style-2 ul.products li.product .wc-block-grid__product-title,
.product-style-2 ul.products .wc-block-grid__product .woocommerce-loop-product__title,
.product-style-2 ul.products .wc-block-grid__product .wc-block-grid__product-title,
.product-style-2 .wc-block-grid__products li.product .woocommerce-loop-product__title,
.product-style-2 .wc-block-grid__products li.product .wc-block-grid__product-title,
.product-style-2 .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.product-style-2 .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
font-size: 20px;
font-weight: 600; }
.product-style-2 ul.products li.product .star-rating,
.product-style-2 ul.products .wc-block-grid__product .star-rating,
.product-style-2 .wc-block-grid__products li.product .star-rating,
.product-style-2 .wc-block-grid__products .wc-block-grid__product .star-rating {
margin-bottom: 10px; }
.product-style-2 ul.products li.product .short-description,
.product-style-2 ul.products .wc-block-grid__product .short-description,
.product-style-2 .wc-block-grid__products li.product .short-description,
.product-style-2 .wc-block-grid__products .wc-block-grid__product .short-description {
margin-bottom: 8px; }
.product-style-3 ul.products li.product .woocommerce-loop-product__title,
.product-style-3 ul.products li.product .wc-block-grid__product-title,
.product-style-3 ul.products .wc-block-grid__product .woocommerce-loop-product__title,
.product-style-3 ul.products .wc-block-grid__product .wc-block-grid__product-title,
.product-style-3 .wc-block-grid__products li.product .woocommerce-loop-product__title,
.product-style-3 .wc-block-grid__products li.product .wc-block-grid__product-title,
.product-style-3 .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.product-style-3 .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
font-size: 20px;
font-weight: 600; }
.product-style-3 ul.products li.product .price,
.product-style-3 ul.products .wc-block-grid__product .price,
.product-style-3 .wc-block-grid__products li.product .price,
.product-style-3 .wc-block-grid__products .wc-block-grid__product .price {
font-size: 30px;
font-weight: 600;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 10px; }
.product-style-3 ul.products li.product .price:before, .product-style-3 ul.products li.product .price:after,
.product-style-3 ul.products .wc-block-grid__product .price:before,
.product-style-3 ul.products .wc-block-grid__product .price:after,
.product-style-3 .wc-block-grid__products li.product .price:before,
.product-style-3 .wc-block-grid__products li.product .price:after,
.product-style-3 .wc-block-grid__products .wc-block-grid__product .price:before,
.product-style-3 .wc-block-grid__products .wc-block-grid__product .price:after {
background-color: #e6e6e6;
height: 1px;
content: '';
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
flex: 1 0 auto; }
.product-style-3 ul.products li.product .price:before,
.product-style-3 ul.products .wc-block-grid__product .price:before,
.product-style-3 .wc-block-grid__products li.product .price:before,
.product-style-3 .wc-block-grid__products .wc-block-grid__product .price:before {
margin-right: 30px; }
.product-style-3 ul.products li.product .price:after,
.product-style-3 ul.products .wc-block-grid__product .price:after,
.product-style-3 .wc-block-grid__products li.product .price:after,
.product-style-3 .wc-block-grid__products .wc-block-grid__product .price:after {
margin-left: 30px; }
.product-style-3 ul.products li.product .product-image,
.product-style-3 ul.products .wc-block-grid__product .product-image,
.product-style-3 .wc-block-grid__products li.product .product-image,
.product-style-3 .wc-block-grid__products .wc-block-grid__product .product-image {
position: relative; }
.product-style-3 ul.products li.product .product-image img,
.product-style-3 ul.products .wc-block-grid__product .product-image img,
.product-style-3 .wc-block-grid__products li.product .product-image img,
.product-style-3 .wc-block-grid__products .wc-block-grid__product .product-image img {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s; }
.product-style-3 ul.products li.product .product-image:before,
.product-style-3 ul.products .wc-block-grid__product .product-image:before,
.product-style-3 .wc-block-grid__products li.product .product-image:before,
.product-style-3 .wc-block-grid__products .wc-block-grid__product .product-image:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background-color: #eeeeee;
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
z-index: -1; }
.product-style-3 ul.products li.product:hover .product-image img,
.product-style-3 ul.products .wc-block-grid__product:hover .product-image img,
.product-style-3 .wc-block-grid__products li.product:hover .product-image img,
.product-style-3 .wc-block-grid__products .wc-block-grid__product:hover .product-image img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.inventory_status {
color: #36d745; }
.inventory_status.out-stock {
color: var(--light); }
.product-style-4 ul.products li.product .woocommerce-loop-product__title,
.product-style-4 ul.products li.product .wc-block-grid__product-title,
.product-style-4 ul.products .wc-block-grid__product .woocommerce-loop-product__title,
.product-style-4 ul.products .wc-block-grid__product .wc-block-grid__product-title,
.product-style-4 .wc-block-grid__products li.product .woocommerce-loop-product__title,
.product-style-4 .wc-block-grid__products li.product .wc-block-grid__product-title,
.product-style-4 .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.product-style-4 .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
font-size: 30px;
font-weight: 600;
line-height: 1; }
.product-style-4 ul.products li.product .price,
.product-style-4 ul.products .wc-block-grid__product .price,
.product-style-4 .wc-block-grid__products li.product .price,
.product-style-4 .wc-block-grid__products .wc-block-grid__product .price {
font-size: 24px;
font-weight: 600; }
.product-style-4 ul.products li.product .inventory_status,
.product-style-4 ul.products .wc-block-grid__product .inventory_status,
.product-style-4 .wc-block-grid__products li.product .inventory_status,
.product-style-4 .wc-block-grid__products .wc-block-grid__product .inventory_status {
margin-bottom: 10px;
display: block; }
.product-style-5 ul.products li.product,
.product-style-5 ul.products .wc-block-grid__product,
.product-style-5 .wc-block-grid__products li.product,
.product-style-5 .wc-block-grid__products .wc-block-grid__product {
text-align: left; }
.product-style-5 ul.products li.product .woocommerce-loop-product__title,
.product-style-5 ul.products li.product .wc-block-grid__product-title,
.product-style-5 ul.products .wc-block-grid__product .woocommerce-loop-product__title,
.product-style-5 ul.products .wc-block-grid__product .wc-block-grid__product-title,
.product-style-5 .wc-block-grid__products li.product .woocommerce-loop-product__title,
.product-style-5 .wc-block-grid__products li.product .wc-block-grid__product-title,
.product-style-5 .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.product-style-5 .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
margin-bottom: 5px; }
.product-style-5 ul.products li.product .woocommerce-loop-product__title a,
.product-style-5 ul.products li.product .wc-block-grid__product-title a,
.product-style-5 ul.products .wc-block-grid__product .woocommerce-loop-product__title a,
.product-style-5 ul.products .wc-block-grid__product .wc-block-grid__product-title a,
.product-style-5 .wc-block-grid__products li.product .woocommerce-loop-product__title a,
.product-style-5 .wc-block-grid__products li.product .wc-block-grid__product-title a,
.product-style-5 .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a,
.product-style-5 .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
color: #000; }
.product-style-5 ul.products li.product .woocommerce-loop-product__title a:hover,
.product-style-5 ul.products li.product .wc-block-grid__product-title a:hover,
.product-style-5 ul.products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
.product-style-5 ul.products .wc-block-grid__product .wc-block-grid__product-title a:hover,
.product-style-5 .wc-block-grid__products li.product .woocommerce-loop-product__title a:hover,
.product-style-5 .wc-block-grid__products li.product .wc-block-grid__product-title a:hover,
.product-style-5 .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
.product-style-5 .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a:hover {
color: var(--primary); }
.product-style-5 ul.products li.product .group-action,
.product-style-5 ul.products .wc-block-grid__product .group-action,
.product-style-5 .wc-block-grid__products li.product .group-action,
.product-style-5 .wc-block-grid__products .wc-block-grid__product .group-action {
bottom: 40%; }
.product-style-5 ul.products li.product .opal-add-to-cart-button,
.product-style-5 ul.products .wc-block-grid__product .opal-add-to-cart-button,
.product-style-5 .wc-block-grid__products li.product .opal-add-to-cart-button,
.product-style-5 .wc-block-grid__products .wc-block-grid__product .opal-add-to-cart-button {
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
width: 100%;
z-index: 4;
padding: 10px;
margin: 0;
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px); }
.product-style-5 ul.products li.product .opal-add-to-cart-button a,
.product-style-5 ul.products .wc-block-grid__product .opal-add-to-cart-button a,
.product-style-5 .wc-block-grid__products li.product .opal-add-to-cart-button a,
.product-style-5 .wc-block-grid__products .wc-block-grid__product .opal-add-to-cart-button a {
display: block;
text-align: center;
padding: 10px; }
.product-style-5 ul.products li.product:hover .group-action,
.product-style-5 ul.products .wc-block-grid__product:hover .group-action,
.product-style-5 .wc-block-grid__products li.product:hover .group-action,
.product-style-5 .wc-block-grid__products .wc-block-grid__product:hover .group-action {
bottom: 50%; }
.product-style-5 ul.products li.product:hover .opal-add-to-cart-button,
.product-style-5 ul.products .wc-block-grid__product:hover .opal-add-to-cart-button,
.product-style-5 .wc-block-grid__products li.product:hover .opal-add-to-cart-button,
.product-style-5 .wc-block-grid__products .wc-block-grid__product:hover .opal-add-to-cart-button {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.woocommerce.columns-mobile-1 li.product {
width: 100%; }
.woocommerce.columns-mobile-2 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.woocommerce.columns-mobile-3 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.woocommerce.columns-mobile-4 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.woocommerce.columns-mobile-5 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20.8333333333%;
flex: 0 0 20.8333333333%;
max-width: 20.8333333333%; }
.woocommerce.columns-mobile-6 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } .single-product .pswp__button {
background-color: transparent; }
@media (max-width: 767px) {
.single-product .onsale {
right: auto;
left: 30px; } }
.single-product div.product {
position: relative; }
.single-product div.product::before, .single-product div.product::after {
content: '';
display: table; }
.single-product div.product::after {
clear: both; }
.single-product div.product.single-product-type-sticky > .related {
padding-top: 60px;
border-top: 1px solid;
border-color: var(--border); }
.single-product div.product .content-single-wrapper:after {
content: "";
display: table;
clear: both; }
.single-product div.product .images,
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
margin-bottom: 2.617924em;
margin-top: 0; }
.single-product div.product .woocommerce-product-gallery {
position: relative; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 25px;
right: 25px;
display: block;
height: 45px;
width: 45px;
border-radius: 50%;
z-index: 80;
background: #fff;
text-align: center; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
border: 1px solid;
border-color: var(--border);
position: relative;
display: block;
height: 100%; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .zoomImg {
background-color: #fff; }
.single-product div.product .woocommerce-product-gallery .product-video-360 {
position: absolute;
bottom: 30px;
z-index: 111;
left: 30px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column; }
@media (max-width: 567px) {
.single-product div.product .woocommerce-product-gallery .product-video-360 {
bottom: auto;
top: 30px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row; } }
.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn {
cursor: pointer;
width: 44px;
height: 44px;
background-color: var(--background);
border-radius: 50%;
box-shadow: 0 0 54px rgba(0, 0, 0, 0.1);
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 5px;
font-size: 1rem;
color: var(--accent);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media (max-width: 567px) {
.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn {
width: 30px;
height: 30px;
margin-bottom: 0;
margin-right: 5px;
font-size: 12px; } }
.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn:hover {
background-color: var(--primary);
color: var(--background); }
.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn.btn-360 {
font-size: 20px; }
@media (max-width: 567px) {
.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn.btn-360 {
font-size: 16px; } }
.single-product div.product .woocommerce-product-gallery .flex-viewport {
margin-bottom: 10px;
border: 1px solid;
border-color: var(--border); }
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
padding: 0;
border: none; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
margin: 0;
padding: 0;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next {
border-radius: 0;
border: 1px solid;
border-color: var(--border);
width: 30px;
padding: 0;
background-color: transparent; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev:before, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next:before {
font-size: 16px;
color: var(--accent); }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev:hover, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next:hover {
background-color: transparent; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
cursor: pointer;
display: block !important;
position: relative; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
border: 1px solid;
border-color: var(--border);
margin-right: 10px; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li.active img {
border-color: #000; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs img {
max-width: 90px;
width: calc(100% - 10px); }
@media (min-width: 568px) {
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__trigger + .product-video-360 {
bottom: 125px; } }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-prev, .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-next {
height: 50%; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-prev.slick-disabled, .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-next.slick-disabled {
cursor: no-drop;
opacity: 0.5; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-prev {
right: 0;
left: unset;
top: calc(50% - 1px);
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-next {
right: 0;
top: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-prev, .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-next {
width: 50%;
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
height: 30px; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-prev {
top: 100%;
left: 0; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-next {
right: 0;
left: calc(50% - 1px);
top: 100%; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .onsale {
left: 120px; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs li {
margin-bottom: 10px; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-nav {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1;
width: 90px;
margin-right: 10px;
display: block; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-nav li {
margin-bottom: 10px;
margin-right: 0; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
width: calc(100% - 90px); }
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
border: none; }
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
-webkit-flex-basis: 50%;
flex-basis: 50%;
width: 50%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px; }
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
display: block;
border: 1px solid;
border-color: var(--border); }
.single-product div.product .woocommerce-product-gallery-gallery .product-video-360 {
bottom: auto;
top: 30px; }
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border: none; }
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
-webkit-flex-basis: 100%;
flex-basis: 100%;
width: 100%;
margin-bottom: 30px; }
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
display: block;
border: 1px solid;
border-color: var(--border); }
.single-product div.product .woocommerce-product-gallery-sticky .product-video-360 {
bottom: auto;
top: 30px; }
.single-product div.product .woocommerce-product-gallery-vertical + .onsale {
left: 110px; }
.single-product div.product .summary.entry-summary .yith-wcwl-add-to-wishlist {
display: none; }
.single-product div.product .summary.entry-summary form.cart .compare {
display: inline-block;
margin-top: 10px;
margin-right: 10px;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
position: relative;
font-size: 0;
border: 1px solid;
border-color: var(--border);
color: var(--text);
background-color: transparent; }
.single-product div.product .summary.entry-summary form.cart .compare:before {
font-size: 14px; }
.single-product div.product .summary.entry-summary form.cart .compare:hover {
color: var(--accent);
border-color: var(--accent); }
.single-product div.product .summary.entry-summary form.cart .yith-wcwl-add-to-wishlist {
display: inline-block;
margin-top: 10px;
margin-right: 10px; }
.single-product div.product .summary.entry-summary form.cart .yith-wcwl-add-to-wishlist > div > a {
display: block;
white-space: nowrap;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
position: relative;
font-size: 0;
border: 1px solid;
border-color: var(--border);
color: var(--text); }
.single-product div.product .summary.entry-summary form.cart .yith-wcwl-add-to-wishlist > div > a:before {
font-size: 14px; }
.single-product div.product .summary.entry-summary form.cart .yith-wcwl-add-to-wishlist > div > a:hover {
color: var(--accent);
border-color: var(--accent); }
.single-product div.product .images .woocommerce-main-image {
margin-bottom: 1.618em;
display: block; }
.single-product div.product .images .thumbnails a.zoom {
display: block;
width: 22.05%;
margin-right: 3.8%;
float: left;
margin-bottom: 1em; }
.single-product div.product .images .thumbnails a.zoom.last {
margin-right: 0; }
.single-product div.product .images .thumbnails a.zoom.first {
clear: both; }
.single-product div.product form.cart {
margin-bottom: 0;
padding: 20px 30px 30px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
border: 1px solid;
border-color: var(--border); }
.single-product div.product form.cart::before, .single-product div.product form.cart::after {
content: '';
display: table; }
.single-product div.product form.cart::after {
clear: both; }
.single-product div.product form.cart.variations_form {
padding: 0;
border: none; }
.single-product div.product form.cart .quantity {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-top: 10px;
margin-right: 10px;
border: 1px solid;
border-color: var(--border); }
.single-product div.product form.cart .quantity.hidden {
display: none; }
.single-product div.product form.cart .quantity button {
color: #000;
width: 46px;
height: 46px;
line-height: 46px;
padding: 0;
text-align: center;
z-index: 9;
display: inline-block;
background-color: transparent; }
.single-product div.product form.cart .quantity button:hover, .single-product div.product form.cart .quantity button:focus {
outline: none; }
.single-product div.product form.cart .quantity button:hover {
color: var(--primary); }
.single-product div.product form.cart .quantity .qty {
padding: 0.5em;
border-radius: 0;
text-align: center;
font-size: 16px;
width: 35px;
color: var(--accent);
border: none;
-moz-appearance: textfield;
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
.single-product div.product form.cart .quantity .qty::-webkit-outer-spin-button, .single-product div.product form.cart .quantity .qty::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; }
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
float: none;
margin-right: 0;
width: 140px; }
@media (max-width: 1023px) {
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
width: 100px; }
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a {
font-size: 11px; } }
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button {
width: 100%;
text-align: center;
padding: .75em 0;
text-transform: uppercase;
word-break: initial;
font-weight: 700;
font-size: 12px;
background-color: var(--accent);
color: #fff; }
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button:hover {
background-color: var(--primary); }
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
margin-right: 0;
margin-top: 0; }
.single-product div.product form.cart table.group_table tr {
border-bottom: 1px solid;
border-color: var(--border); }
.single-product div.product form.cart table.group_table td {
padding: 20px 0;
vertical-align: middle;
font-size: 14px; }
.single-product div.product form.cart table.group_table .quantity_label {
display: none; }
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-image {
padding: 20px 10px; }
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-image img {
max-width: 48px;
margin: auto; }
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label {
padding-right: 10px; }
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label a {
color: var(--accent);
word-break: break-word; }
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label a:hover {
color: var(--primary); }
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price {
text-align: right; }
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
font-weight: 400;
color: var(--light);
font-size: 12px; }
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price ins .woocommerce-Price-amount {
color: #ef3636;
font-weight: 700;
font-size: 16px; }
.single-product div.product form.cart table.group_table .woocommerce-Price-amount {
word-break: normal;
font-weight: 700;
color: var(--primary); }
.single-product div.product form.cart table.group_table .stock.out-of-stock {
display: none; }
.single-product div.product .single_add_to_cart_button {
text-transform: uppercase;
line-height: 2.5;
font-size: 12px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
padding-top: 9px;
padding-bottom: 9px;
margin-top: 10px;
margin-right: 10px;
white-space: nowrap;
background-color: var(--primary);
color: #fff;
font-weight: 700;
border-radius: 0; }
.single-product div.product .single_add_to_cart_button:hover {
background-color: var(--primary_hover); }
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a {
color: var(--accent);
text-transform: capitalize; }
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a i {
display: none; }
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a:hover {
color: var(--primary); }
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div .feedback {
display: none; }
.single-product div.product .inventory_status {
font-size: 12px;
display: inline-block;
padding: 4px 10px 3px 10px;
color: var(--accent);
border: 1px solid;
margin-bottom: 15px;
line-height: 1; }
.single-product div.product .inventory_status.out-stock {
color: var(--light); }
.single-product div.product .product_title {
font-size: 30px;
line-height: 1;
margin-bottom: 25px;
clear: none; }
.single-product div.product p.price {
font-size: 20px;
color: var(--primary);
font-weight: 700;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
align-items: baseline;
margin-bottom: 20px;
line-height: 1; }
.single-product div.product p.price del {
font-size: 0.75em; }
.single-product div.product .woocommerce-product-details__short-description {
margin-bottom: 1.5em; }
.single-product div.product table.variations {
table-layout: fixed;
margin-top: 10px;
margin-bottom: 0;
position: relative; }
.single-product div.product table.variations th,
.single-product div.product table.variations td {
display: list-item;
padding: 0;
list-style: none;
background-color: transparent; }
.single-product div.product table.variations select {
max-width: 100%;
vertical-align: middle; }
.single-product div.product table.variations a.reset_variations {
display: block;
margin-left: 0;
text-decoration: underline; }
.single-product div.product table.variations td.label label {
font-size: 14px;
color: var(--accent); }
.single-product div.product table.variations td.label .woo-selected-variation-item-name {
display: none; }
.single-product div.product table.variations td.value {
margin-bottom: 1em; }
.single-product div.product table.variations td.value ul li.variable-item {
box-shadow: none;
border: 1px solid;
margin: 8px 15px 8px 0;
width: auto;
height: auto;
min-width: 35px;
min-height: 35px;
border-color: var(--border); }
.single-product div.product table.variations td.value ul li.variable-item:hover, .single-product div.product table.variations td.value ul li.variable-item.selected {
border-color: var(--primary);
outline: none;
box-shadow: none; }
.single-product div.product table.variations td.value ul li.variable-item.button-variable-item {
min-width: 64px;
min-height: 40px; }
.single-product div.product table.variations td.value ul li.variable-item .variable-item-span {
font-size: 14px;
padding: 4px 15px;
color: var(--accent); }
.single-product div.product table.variations td.value ul li.variable-item.disabled:before {
display: none; }
.single-product div.product table.variations td.value ul li.variable-item.disabled:after {
-webkit-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
height: 2px;
background-color: var(--border);
width: calc(100% + 12px);
left: -7px;
box-shadow: none; }
.single-product div.product table.variations td.value ul li.variable-item.disabled .variable-item-span {
color: var(--text); }
.single-product div.product .single_variation .price {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
align-items: baseline;
font-size: 24px;
margin-bottom: 0.6em;
font-weight: 700;
color: var(--primary); }
.single-product div.product .single_variation .price del {
color: var(--accent);
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
margin-left: 0.327em;
font-weight: 400;
font-size: 18px; }
.single-product div.product .single_variation .price ins {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
margin-left: 0;
font-weight: 700;
font-size: 24px;
color: #ef3636; }
.single-product div.product .single_variation_wrap {
width: 100%; }
.single-product div.product .variations_button {
padding: 20px 30px 30px;
border: 1px solid;
border-color: var(--border);
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.single-product div.product .variations_button::before, .single-product div.product .variations_button::after {
content: '';
display: table; }
.single-product div.product .variations_button::after {
clear: both; }
.single-product div.product .woocommerce-product-rating {
margin-bottom: 10px; }
.single-product div.product .woocommerce-product-rating::before, .single-product div.product .woocommerce-product-rating::after {
content: '';
display: table; }
.single-product div.product .woocommerce-product-rating::after {
clear: both; }
.single-product div.product .woocommerce-product-rating a {
font-size: 14px;
text-transform: capitalize;
color: var(--light); }
.single-product div.product .woocommerce-product-rating a:hover {
color: var(--primary);
text-decoration: underline; }
.single-product div.product .woocommerce-product-rating .star-rating {
margin-right: 0.75em;
display: inline-block;
vertical-align: middle; }
.single-product div.product .product_meta {
margin-top: 25px; }
.single-product div.product .product_meta > span {
display: block;
font-size: 14px;
color: var(--accent);
margin-bottom: 5px; }
.single-product div.product .product_meta > span a, .single-product div.product .product_meta > span .sku {
color: var(--text); }
.single-product div.product .product_meta > span a:hover, .single-product div.product .product_meta > span .sku:hover {
color: var(--primary); }
.single-product div.product .product_meta > span:last-child {
border-bottom: 0; }
.single-product .time-sale {
margin-bottom: 20px;
margin-top: 10px;
padding: 18px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #f9f9f9;
border-radius: 3px; }
.single-product .time-sale .deal-text {
margin-right: 40px; }
.single-product .time-sale .deal-text i {
font-size: 30px;
margin-right: 10px; }
.single-product .woocommerce-tabs {
margin-bottom: 60px;
border-style: solid;
border-width: 1px 0;
border-color: var(--border);
display: block; }
.single-product .woocommerce-tabs.product-accordions {
border: none;
padding-bottom: 0;
margin-bottom: 30px; }
.single-product .woocommerce-tabs ul.tabs {
margin: 0;
list-style: none;
text-align: center;
border-bottom: 1px solid;
border-color: var(--border); }
@media (max-width: 767px) {
.single-product .woocommerce-tabs ul.tabs {
display: none; } }
.single-product .woocommerce-tabs ul.tabs li {
display: inline-block;
margin: 0 20px; }
.single-product .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0; }
.single-product .woocommerce-tabs ul.tabs li a {
padding: 22px 0;
display: block;
position: relative;
font-size: 20px;
font-weight: 700;
color: var(--accent); }
.single-product .woocommerce-tabs ul.tabs li a:after {
content: '';
position: absolute;
width: 0;
height: 3px;
bottom: 0;
left: 0;
background-color: var(--primary);
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s; }
.single-product .woocommerce-tabs ul.tabs li a:hover:after {
width: 100%; }
.single-product .woocommerce-tabs ul.tabs li.active a:after {
width: 100%; }
.single-product .woocommerce-tabs.product-accordions .accordion-head {
padding: 30px;
position: relative;
cursor: pointer;
border-bottom: 1px solid;
border-color: var(--border); }
.single-product .woocommerce-tabs.product-accordions .accordion-head:hover .accordion-title {
color: var(--primary); }
.single-product .woocommerce-tabs.product-accordions .accordion-head.active:before {
background-color: var(--primary); }
.single-product .woocommerce-tabs.product-accordions .accordion-head.active:after {
height: 0;
opacity: 0;
background-color: var(--primary); }
.single-product .woocommerce-tabs.product-accordions .accordion-head:before {
content: "";
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: var(--accent);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
left: 0;
width: 16px;
height: 2px; }
.single-product .woocommerce-tabs.product-accordions .accordion-head:after {
content: "";
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: var(--accent);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
left: 7px;
height: 16px;
width: 2px;
opacity: 1; }
.single-product .woocommerce-tabs.product-accordions .accordion-title {
display: block;
position: relative;
font-size: 20px;
font-weight: 700;
color: var(--accent);
margin-bottom: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.single-product .woocommerce-tabs.product-accordions .accordion-body {
padding: 35px 0;
display: none; }
.single-product .woocommerce-tabs.product-accordions .accordion-body.active {
border-bottom: 1px solid;
border-color: var(--border); }
.single-product .woocommerce-tabs.product-accordions .accordion-body h2:first-of-type {
display: none; }
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments,
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper {
width: 100%;
float: none;
padding-right: 0; }
.single-product .woocommerce-tabs.product-accordions .accordion-body .list-unstyled {
margin-left: 0; }
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled {
margin: 0; }
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li {
margin-bottom: 5px; }
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-name > span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.seller-name > span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-address > span:not(.details) {
font-weight: 700;
color: var(--accent); }
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating {
vertical-align: middle; }
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating .text {
vertical-align: text-bottom; }
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .star-rating {
display: inline-block; }
.single-product .woocommerce-tabs.product-accordions table td, .single-product .woocommerce-tabs.product-accordions table th {
word-break: unset; }
.single-product .woocommerce-tabs .woocommerce-product-attributes {
max-width: 970px;
margin-left: auto;
margin-right: auto; }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
padding-top: 30px;
padding-bottom: 30px; }
@media (min-width: 1024px) {
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
padding-top: 45px;
padding-bottom: 45px; } }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description {
max-width: 888px;
margin-left: auto;
margin-right: auto; }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
width: 100%; }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
width: 100%; }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller {
max-width: 888px;
margin-left: auto;
margin-right: auto; }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled {
margin: 0; }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li {
margin-bottom: 5px; }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-name > span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.seller-name > span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-address > span:not(.details) {
font-weight: 700;
color: var(--accent); }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating {
vertical-align: middle; }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating .text {
vertical-align: text-bottom; }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .star-rating {
display: inline-block; }
.single-product .woocommerce-tabs .comment-form-cookies-consent {
display: inline-block; }
.single-product .woocommerce-tabs .panel h2:first-of-type {
display: none; }
.single-product .woocommerce-tabs .review_form label {
margin-bottom: 0.5em;
display: block; }
.single-product .woocommerce-tabs h2.resp-accordion {
display: block;
font-size: 16px;
text-transform: uppercase;
padding: 1em;
border-bottom: 1px solid;
border-color: var(--border); }
@media (min-width: 768px) {
.single-product .woocommerce-tabs h2.resp-accordion {
display: none; } }
.single-product .woocommerce-tabs h2.resp-accordion.active {
border-bottom: 2px solid;
border-color: var(--primary); }
.single-product .product-extra-info {
padding: 30px 0; }
.single-product .product-extra-info > div {
padding: 30px 0;
border-top: 1px solid;
border-top-color: var(--border); }
.single-product .product-extra-info ul {
margin-bottom: 0; }
.single-product .product-extra-info .brand-wrap {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.single-product .product-extra-info .title-brand {
margin-right: 30px; }
.single-product .product-extra-info img {
padding: 10px 0; }
.single-product .product-brand {
float: right;
margin-bottom: 10px;
margin-left: 10px; }
.single-product .product-brand a {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
padding: 10px;
background-color: #FFF;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
-webkit-transition: all .3s ease;
transition: all .3s ease; }
.single-product .product-brand a:hover {
box-shadow: 0 0 6px rgba(0, 0, 0, 0.14); }
.single-product .product-brand img {
max-width: 90px; }
.stock:empty::before {
display: none; }
.stock.in-stock {
color: #0f834d; }
.stock.out-of-stock {
font-size: 18px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-top: 10px;
white-space: nowrap;
background-color: var(--light);
color: #fff;
font-weight: 600; }
a.reset_variations {
display: inline-block;
margin-left: 1em; } #reviews {
outline: none; }
#reviews #comments {
margin-bottom: 3.706325903em;
padding-top: 0; }
@media (min-width: 768px) {
#reviews #comments {
width: 50%;
float: left;
padding-right: 30px; } }
@media (min-width: 768px) {
#reviews #review_form_wrapper {
width: 50%;
float: right;
padding-left: 30px; } }
#reviews .comment-reply-title {
display: none; }
#reviews .commentlist {
list-style: none;
margin: 0; }
#reviews .commentlist li {
margin-bottom: 2.617924em;
list-style: none;
clear: both; }
#reviews .commentlist li::before, #reviews .commentlist li::after {
content: '';
display: table; }
#reviews .commentlist li::after {
clear: both; }
#reviews .commentlist li .comment_container {
border-radius: 3px; }
#reviews .commentlist li .comment_container::before, #reviews .commentlist li .comment_container::after {
content: '';
display: table; }
#reviews .commentlist li .comment_container::after {
clear: both; }
#reviews .commentlist li .comment_container .comment-text {
width: calc(100% - 60px);
float: right; }
#reviews .commentlist li .comment_container .comment-text .star-rating {
font-size: 0.875em;
line-height: 1;
height: 1em; }
#reviews .commentlist li:last-child {
border-bottom: 0;
margin-bottom: 0; }
#reviews .commentlist li time {
color: var(--light); }
#reviews .commentlist li .avatar {
width: 50px;
height: 50px;
float: left;
margin-right: 10px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover; }
#reviews .commentlist li p.meta strong {
font-size: 16px;
color: var(--accent); }
#reviews .commentlist li p.meta time {
margin-left: 10px; }
#reviews .commentlist li p.meta time:before {
margin-right: 5px;
line-height: 1;
margin-top: -3px; }
#reviews .commentlist li p.meta .verified {
font-style: normal;
font-size: 0.875em; }
#reviews .commentlist li p.meta .woocommerce-review__dash {
display: none; }
#reviews .commentlist li ul.children {
margin: 0;
width: 82.2222222222%;
float: right;
margin-right: 0;
padding-top: 1.618em; }
#reviews .commentlist li ul.children .avatar {
width: 13.5135135135%;
float: left;
margin-right: 8.1081081081%; }
#reviews .commentlist li ul.children .comment-text {
width: 78.3783783784%;
float: right;
margin-right: 0; }
#reviews .commentlist li ul.children li {
margin-bottom: 1.618em; }
#reviews .commentlist li ul.children li:last-child {
margin-bottom: 0; }
#reviews .comment-form-rating {
clear: both;
margin-bottom: 1em; }
#reviews .comment-form-rating label {
display: block; }
#reviews .comment-form-comment,
#reviews .comment-form-author,
#reviews .comment-form-email,
#reviews .comment-form-cookies-consent,
#reviews .comment-notes {
margin-bottom: 1.41575em; }
#reviews .form-submit input[type='submit'] {
font-weight: 700; }
#reviews .comment-form-cookies-consent:before {
content: "";
display: block;
clear: left; }
table.shop_attributes th {
color: var(--accent); }
.smartic-sticky-add-to-cart {
background-color: var(--background); }
.smartic-sticky-add-to-cart__content-title strong {
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
color: var(--accent); }
.smartic-sticky-add-to-cart__content-price {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
font-size: 16px;
font-weight: 700;
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
color: var(--primary);
margin-bottom: 4px; }
.smartic-sticky-add-to-cart__content-price ins {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1;
margin-left: 0;
margin-right: 0.6180469716em;
background-color: transparent;
color: #ef3636;
font-weight: 700; }
.smartic-sticky-add-to-cart__content-price del {
font-weight: 400;
color: var(--accent); }
.smartic-sticky-add-to-cart .smartic-sticky-add-to-cart__content-button {
font-size: 12px; }
.sizechart-popup {
width: 630px;
max-width: 100vw;
overflow-y: auto;
position: fixed;
left: 50%;
padding: 60px;
background: #fff;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 998;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s; }
.sizechart-popup.active {
opacity: 1;
pointer-events: auto;
visibility: visible; }
.sizechart-popup.active + .sizechart-overlay {
opacity: 1;
visibility: visible; }
.sizechart-popup .sizechart-close {
position: absolute;
right: 20px;
top: 20px;
font-size: 24px;
line-height: 1; }
.sizechart-popup .sizechart-close i {
color: var(--accent); }
.sizechart-popup .sizechart-close:hover i {
color: var(--primary); }
.sizechart-button {
font-size: 12px;
text-decoration: underline;
text-transform: uppercase;
line-height: 2;
margin-bottom: 1em;
display: inline-block;
color: var(--accent); }
.sizechart-button:hover {
color: var(--primary); }
.sizechart-overlay {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
-webkit-transition: opacity .25s ease, visibility 0s ease;
transition: opacity .25s ease, visibility 0s ease; }
.smartic-frequently-bought {
margin-top: 5px;
padding-top: 20px;
margin-bottom: 10px;
border-top: 1px solid;
border-color: var(--border); }
.smartic-frequently-bought .frequently-bought-title {
margin-bottom: 10px;
font-size: 13px;
text-transform: uppercase;
color: var(--accent); }
.smartic-frequently-bought ul {
list-style: none;
margin: 0; }
.smartic-frequently-bought .product-item {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid;
position: relative;
border-color: var(--border);
cursor: pointer; }
.smartic-frequently-bought .product-item:last-child {
padding-bottom: 0;
border-bottom: 0; }
.smartic-frequently-bought .product-item img {
width: 80px;
margin-right: 20px;
border: 4px solid #fff;
box-shadow: 0 0 0 1px;
color: var(--border);
background-color: #f7f4ef;
border-radius: 18px; }
.smartic-frequently-bought .product-item.uncheck * {
opacity: 0.8; }
.smartic-frequently-bought .content-product-item {
height: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; }
.smartic-frequently-bought .content-product-item .product-title {
position: relative;
z-index: 2;
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 14px;
color: var(--accent); }
.smartic-frequently-bought .content-product-item .posted-in a {
font-size: 13px;
color: var(--text); }
.smartic-frequently-bought .product-price {
font-size: 16px;
margin: 0 30px;
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
color: var(--primary); }
.smartic-frequently-bought .product-price del {
font-size: 0.95em; }
.smartic-frequently-bought .product-price ins {
background: transparent; }
.smartic-frequently-bought .price-box .label {
color: var(--accent); }
.smartic-frequently-bought .price-box .smartic-total-price {
font-size: 30px;
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
color: var(--primary); }
.smartic-frequently-bought input[type="checkbox"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0 !important;
z-index: 1;
cursor: pointer; }
.smartic-frequently-bought input[type="checkbox"] + span {
opacity: 1 !important; }
.smartic-frequently-bought input[type="checkbox"] + span:before {
content: '+';
width: 30px;
height: 30px;
display: inline-block;
font-size: 18px;
line-height: 30px;
text-align: center;
background-color: #f7f4ef;
border-radius: 50%;
color: #000; }
.smartic-frequently-bought input[type="checkbox"]:checked + span:before {
content: "-"; }
.smartic-frequently-bought .smartic_add_to_wishlist_button {
color: #000; }
.smartic-frequently-bought .product-buttons {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; }
.smartic-frequently-bought .product-buttons form {
margin-bottom: 0; }
.smartic-frequently-bought .product-buttons .smartic-add-to-cart {
font-size: 12px; }
#rotateimages {
cursor: ew-resize; }
.view-360-group {
margin-top: 30px;
margin-bottom: 40px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.view-360-group .view-360-svg {
margin-left: 20px;
margin-right: 20px;
font-size: 30px;
color: var(--accent); }
.view-360-group .view-360-button i {
font-size: 16px;
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
text-align: center;
border: 1px solid;
border-color: var(--border);
border-radius: 50%;
color: var(--accent);
cursor: pointer; }
.view-360-group .view-360-button i:hover {
color: var(--primary); } .product_list_widget {
list-style: none;
margin-left: 0; }
.product_list_widget li {
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding: 10px 0; }
.product_list_widget li::before, .product_list_widget li::after {
content: '';
display: table; }
.product_list_widget li::after {
clear: both; }
.product_list_widget li img {
max-width: 100px;
border-radius: 24px;
background-color: #f7f4ef; }
.product_list_widget li > a {
display: block; }
.product_list_widget .product-list-inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.product_list_widget .product-list-inner > a {
border-radius: 30px;
padding: 4px;
border: 1px solid;
border-color: var(--border); }
.product_list_widget .reviewer {
font-size: 0.875em; }
.product_list_widget .product-content {
margin-left: 20px;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; }
.product_list_widget .product-content del {
color: var(--light); }
.product_list_widget .product-content del .amount {
font-size: 0.875em;
font-weight: 400;
color: var(--light); }
.product_list_widget .product-content .amount {
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
color: var(--primary); }
.product_list_widget .star-rating {
margin-bottom: 5px; }
.product_list_widget .product-title {
margin-top: 0.6180469716em;
margin-bottom: 0.875em;
line-height: 1.41575em;
font-family: "BROmny", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 16px; }
.product_list_widget .product-title span {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
color: var(--accent); }
.product_list_widget .product-title span:hover {
color: var(--primary); }
.product_list_widget a {
display: block; }
.widget ul.products li.product a {
text-decoration: none; }
.widget_rating_filter .wc-layered-nav-rating {
margin-bottom: 0.6180469716em; }
.widget_rating_filter .wc-layered-nav-rating a {
text-decoration: none !important;
color: var(--light); }
.widget_rating_filter .wc-layered-nav-rating .star-rating {
display: inline-block;
height: 1em;
line-height: 1; }
.widget_products a {
display: block; }
.widget_shopping_cart .product_list_widget {
margin-bottom: 0; }
.widget_shopping_cart .product_list_widget li {
position: relative;
padding-left: 27px; }
.widget_shopping_cart .product_list_widget li a.remove {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
opacity: 1; }
.widget_shopping_cart .product_list_widget li a.remove:hover:before {
color: #e2401c; }
.widget_shopping_cart .woocommerce-mini-cart__empty-message {
margin: 1.41575em; }
.widget_shopping_cart .product_list_widget img {
margin-right: 1em;
float: left; }
.widget_shopping_cart .mini_cart_item {
display: block;
border-bottom: 1px solid;
border-bottom-color: var(--border);
font-size: 14px; }
.widget_shopping_cart .mini_cart_item a {
line-height: 1.41575em;
color: var(--accent);
font-weight: 700;
margin-bottom: 3px; }
.widget_shopping_cart .mini_cart_item a:hover {
color: var(--primary); }
.widget_shopping_cart .mini_cart_item .quantity {
color: var(--accent); }
.widget_shopping_cart .mini_cart_item .quantity .amount {
color: var(--primary); }
.widget_shopping_cart p.total {
padding: 1em 0;
margin: 0;
border-top: 1px solid;
border-top-color: var(--border); }
.widget_shopping_cart p.total::before, .widget_shopping_cart p.total::after {
content: '';
display: table; }
.widget_shopping_cart p.total::after {
clear: both; }
.widget_shopping_cart p.total strong {
color: var(--accent);
font-weight: 400; }
.widget_shopping_cart p.total .amount {
color: var(--accent);
font-size: 1.41575em;
font-weight: 700;
float: right; }
.widget_shopping_cart .buttons {
padding: 0 0 1em;
margin: 0;
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse; }
.widget_shopping_cart .buttons a {
display: block;
margin-bottom: 0.6180469716em; }
.widget_shopping_cart .buttons a:not(.checkout) {
background-color: transparent;
border-color: transparent;
color: var(--accent); }
.widget_shopping_cart .buttons a:not(.checkout):hover {
color: var(--primary); }
.widget_shopping_cart .buttons a:last-child {
margin-bottom: 0; }
.widget_shopping_cart .buttons a img {
margin-left: auto;
margin-right: auto; }
.widget_layered_nav li {
margin-bottom: 0.6180469716em; }
.widget.woocommerce li .count {
font-size: 1em; }
.widget_product_categories {
padding: 20px 25px;
border: 1px solid;
border-color: var(--border);
margin-top: -2px; }
.widget_product_categories ul.children {
display: none; }
.widget_product_categories li > a:before {
content: '';
width: 4px;
height: 4px;
background-color: #d7d7d7;
display: inline-block;
vertical-align: middle;
margin-right: 10px; }
.widget_product_categories li > a:hover:before {
background-color: var(--primary); }
.widget_product_categories li.current-cat > a {
color: var(--primary); }
.widget_product_categories li.current-cat > a:before {
background-color: var(--primary); }
.widget_product_brands,
.widget_product_tag_cloud,
.woocommerce-widget-layered-nav {
padding: 20px 25px;
border: 1px solid;
border-color: var(--border);
margin-top: -2px; }
.widget_price_filter {
padding: 20px 25px;
border: 1px solid;
border-color: var(--border);
margin-top: -2px; }
.widget_price_filter form {
margin-bottom: 0;
margin-top: 1em; }
.widget_price_filter .price_slider {
margin-bottom: 1.1em; }
.widget_price_filter .price_slider_amount {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.widget_price_filter .price_slider_amount .button {
font-size: 14px;
font-weight: 700;
background-color: transparent;
padding: 0;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3;
margin-left: auto;
border-bottom: 1px solid;
line-height: 1;
color: var(--accent);
text-transform: uppercase;
border-radius: 0; }
.widget_price_filter .price_slider_amount .button:hover {
color: var(--primary); }
.widget_price_filter .price_slider_amount .price_label .from, .widget_price_filter .price_slider_amount .price_label .to {
font-size: 16px;
font-weight: 700;
color: var(--primary); }
.widget_price_filter .ui-slider {
position: relative;
text-align: left; }
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
top: auto;
z-index: 2;
width: 10px;
height: 10px;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
cursor: ew-resize;
background-color: var(--primary);
box-sizing: border-box;
margin-top: -4px;
margin-left: auto;
opacity: 1; }
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -8px; }
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1); }
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-color: var(--primary);
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em; }
.widget_price_filter .price_slider_wrapper .ui-widget-content {
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
background: #e5e5e5;
border: 0; }
.widget_price_filter .ui-slider-horizontal {
height: 3px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px; }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list {
margin-left: -5px;
margin-right: -5px;
margin-bottom: 0;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
padding: 5px; }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .smartic-button-type {
display: block;
padding: 5px;
text-align: center;
min-width: 38px;
border-radius: 8px;
background-color: #f7f4ef;
color: var(--accent); }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .smartic-button-type:hover {
background-color: var(--primary);
color: var(--accent); }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .smartic-button-type {
background-color: var(--primary);
color: var(--accent); }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .smartic-color-type {
display: block;
width: 30px;
height: 30px;
padding: 2px;
position: relative;
background-color: var(--border); }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .smartic-color-type:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 2px solid;
border-color: var(--primary);
background-color: rgba(255, 255, 255, 0);
z-index: 2;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear; }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .smartic-color-type:hover:after {
visibility: visible;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
filter: alpha(opacity=100); }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .smartic-color-type img {
width: 26px;
height: 26px;
-o-object-fit: contain;
object-fit: contain; }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .smartic-color-type:after {
visibility: visible;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
filter: alpha(opacity=100); }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .smartic-image-type {
display: block;
min-width: 90px;
margin-top: 5px; }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .smartic-image-type img {
margin: auto;
opacity: 0.2; }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .smartic-image-type .image-count {
display: block;
text-align: center;
color: var(--light); }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .smartic-image-type .image-name {
display: block;
text-align: center;
margin-top: 10px;
color: var(--accent); }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .smartic-image-type:hover img {
opacity: 1; }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .smartic-image-type img {
opacity: 1; }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .smartic-image-type .image-name {
color: var(--primary); }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .smartic-color-type .color-label {
width: 26px;
height: 26px;
display: block; }
.smartic_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .smartic-color-type .color-name {
display: none; } @media (min-width: 768px) {
table.cart {
margin-bottom: 3.706325903em; } }
table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
display: none; }
table.cart thead {
border-bottom: 1px solid;
border-bottom-color: var(--border); }
table.cart th {
font-size: 12px;
text-transform: uppercase;
color: var(--accent);
font-weight: 700; }
table.cart td,
table.cart th {
padding: 2em 0 0; }
table.cart tr td {
text-align: left;
border-color: var(--border); }
@media (max-width: 767px) {
table.cart tr td {
text-align: right;
padding-bottom: 10px;
padding-top: 10px; }
table.cart tr td:not(:last-child) {
border-style: solid;
border-width: 0 0 1px 0; } }
table.cart tr td[data-title]::before {
font-size: 10px;
text-transform: uppercase;
color: var(--accent);
font-weight: 400; }
table.cart tr:first-child td.product-remove {
border-top-width: 0; }
table.cart td.product-thumbnail img {
margin: auto;
max-width: 90px; }
table.cart td.product-thumbnail::before {
display: none; }
@media (max-width: 767px) {
table.cart td.product-thumbnail {
position: absolute;
left: 10px;
top: 15px;
padding: 0;
border: none !important; } }
table.cart td.product-remove {
padding: 0;
position: relative; }
@media (max-width: 767px) {
table.cart td.product-remove {
position: absolute;
top: 18px;
right: 20px;
z-index: 1;
margin-bottom: 0;
padding-bottom: 0;
border: none;
font-size: 11px; } }
table.cart td.product-remove a.remove {
position: absolute;
font-size: 1.41575em;
top: -8px;
left: -6px; }
table.cart td.product-remove a.remove:hover:before, table.cart td.product-remove a.remove:active:before {
color: var(--primary); }
table.cart td.product-name:before {
margin-right: 1em; }
table.cart td.product-name a {
font-weight: 700;
text-decoration: none !important;
color: var(--accent); }
table.cart td.product-name a:hover {
color: var(--primary); }
@media (max-width: 767px) {
table.cart td.product-name {
text-align: left;
border-width: 0;
padding-right: 30px; }
table.cart td.product-name:before {
display: none; } }
table.cart td.product-price .amount {
font-weight: 700;
color: var(--accent); }
table.cart td.product-quantity .qty {
padding: 0.326em;
width: 3.706325903em;
font-weight: 600;
color: var(--accent); }
table.cart td.product-subtotal {
padding-bottom: 1.41575em; }
@media (min-width: 768px) {
table.cart td.product-subtotal {
padding-bottom: 2.2906835em; } }
table.cart td.product-subtotal .amount {
color: var(--accent);
font-weight: 700; }
table.cart .cart_item {
margin-bottom: 1em;
border-bottom: 1px solid;
border-bottom-color: var(--border); }
@media (max-width: 767px) {
table.cart .cart_item {
padding-left: 120px;
position: relative;
display: block; } }
table.cart td.actions {
background-color: transparent;
padding-top: 10px;
padding-right: 0; }
@media (min-width: 768px) {
table.cart td.actions {
padding-top: 30px; } }
@media (max-width: 767px) {
table.cart td.actions {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse; } }
table.cart td.actions label {
display: none; }
table.cart td.actions .coupon {
position: relative;
margin-bottom: 1.5em;
text-align: left;
border-color: var(--border); }
@media (max-width: 767px) {
table.cart td.actions .coupon {
padding: 25px 30px 30px;
border-style: dashed;
border-width: 2px;
margin-bottom: 0;
margin-top: 1.5em; } }
table.cart td.actions .coupon .input-text {
border-color: var(--border);
min-width: 220px;
margin-right: 10px; }
table.cart td.actions .coupon .input-text:focus {
border-color: var(--primary); }
table.cart td.actions .coupon button[type='submit'] {
background-color: var(--dark); }
@media (max-width: 767px) {
table.cart td.actions .coupon button[type='submit'] {
width: 100%; } }
table.cart td.actions .coupon button[type='submit']:hover {
background-color: var(--primary_hover); }
table.cart td.actions input {
display: block;
width: 100%;
margin: 0.5407911001em 0; }
table.cart td.actions button[name='update_cart'] {
background-color: var(--dark); }
@media (max-width: 767px) {
table.cart td.actions button[name='update_cart'] {
width: 100%; } }
table.cart td.actions button[name='update_cart']:hover {
background-color: var(--primary_hover); }
.woocommerce-cart-form {
margin-bottom: 1.618em; }
@media (min-width: 768px) {
.woocommerce-cart-form {
margin-bottom: 4.235801032em; } }
.woocommerce-cart-form table td {
vertical-align: middle; }
.cart_totals {
padding: 15px 35px 30px;
position: relative;
border: 6px solid;
border-color: var(--border); }
.cart_totals > h2 {
font-size: 18px;
text-transform: uppercase;
border-bottom: 2px solid;
border-bottom-color: var(--border);
padding-bottom: 0.5em;
margin-bottom: 0; }
.cart_totals table th {
color: var(--accent); }
.cart_totals table th, .cart_totals table td {
padding: 1em 0; }
.cart_totals .cart-subtotal {
border-bottom: 1px solid;
border-bottom-color: var(--border); }
.cart_totals .cart-subtotal .amount {
font-weight: 700;
color: var(--accent);
font-size: 18px; }
.cart_totals .order-total {
border-top: 1px solid;
border-top-color: var(--border); }
.cart_totals .order-total th {
vertical-align: middle; }
.cart_totals .order-total td {
font-size: 2.2906835em;
padding: 0.5em 0; }
.cart_totals .order-total .amount {
font-weight: 700;
color: var(--primary);
font-size: 24px; }
.cart_totals .checkout-button {
font-size: 14px;
display: block;
text-align: center; }
.cart_totals .checkout-button:after {
display: none; }
.woocommerce-shipping-calculator {
margin: 0; }
.woocommerce-shipping-calculator > p:first-child {
margin: 0; }
.woocommerce-shipping-calculator .shipping-calculator-form {
padding-top: 1.41575em; }
.woocommerce-shipping-destination {
margin-bottom: 0; }
ul#shipping_method {
list-style: none;
margin-left: 0;
margin-bottom: 0; }
ul#shipping_method li {
margin-bottom: 0.2360828548em; }
ul#shipping_method li:last-child {
margin-bottom: 0; }
ul#shipping_method input {
margin-right: 0.3342343017em; }
ul#shipping_method input[type="radio"] + label {
margin-left: 0;
color: var(--accent); }
ul#shipping_method input[type="radio"]:first-child:checked + label:after {
color: var(--primary); }
.woocommerce-checkout ul#shipping_method {
margin-bottom: 0; }
.site-header-cart .widget_shopping_cart {
border-color: var(--border); }
.site-header-cart .widget.widget_shopping_cart {
border-top-color: var(--primary); }
.woocommerce-cart .site-content {
margin-bottom: 6.8535260698em; }
.woocommerce-cart .cart-empty {
background-color: transparent;
border: none;
text-align: center;
font-size: 18px;
color: var(--accent); }
.woocommerce-cart .return-to-shop {
text-align: center; }
.cross-sells .slick-list li.product {
max-width: 100% !important; }
.cross-sells .slick-slider .slick-dots {
bottom: 0; } .checkout_coupon {
margin-bottom: 2.617924em;
display: grid;
grid-template-columns: 100% 0%; }
.checkout_coupon p:first-child {
grid-column: 1/ span 2; }
.checkout_coupon .form-row-first {
margin-right: 0;
width: 100%; }
.checkout_coupon .form-row-last {
width: unset;
float: left; }
.checkout_coupon .input-text {
width: 100%; }
.checkout_coupon .input-text:focus {
border-color: var(--primary); }
.checkout_coupon button[type='submit'] {
margin-left: 10px; }
form.checkout {
position: static !important; }
form.checkout::before, form.checkout::after {
content: '';
display: table; }
form.checkout::after {
clear: both; }
form.checkout > .blockUI {
position: fixed !important; }
.checkout-review-order-table-wrapper {
padding: 0 30px;
background-color: var(--background); }
#order_review {
background-color: var(--background);
padding: 20px 35px 40px;
position: relative;
border: 6px solid;
border-color: var(--border); }
#order_review table {
margin-bottom: 0; }
#order_review table td, #order_review table th {
padding: 1em 0; }
#order_review .woocommerce-checkout-review-order-table thead th, #order_review .woocommerce-checkout-review-order-table thead td {
border: none; }
#order_review .woocommerce-checkout-review-order-table th {
color: var(--accent); }
#order_review .woocommerce-checkout-review-order-table th.product-total {
text-align: right; }
#order_review .woocommerce-checkout-review-order-table td {
text-align: right; }
#order_review .woocommerce-checkout-review-order-table td.product-name {
text-align: left; }
#order_review .woocommerce-checkout-review-order-table th, #order_review .woocommerce-checkout-review-order-table td {
border-top: 1px solid;
border-top-color: var(--border); }
#order_review .woocommerce-checkout-review-order-table .amount {
color: var(--accent);
font-weight: 700; }
#order_review .woocommerce-checkout-review-order-table .order-total th {
vertical-align: middle; }
#order_review .woocommerce-checkout-review-order-table .order-total .amount {
font-size: 24px;
color: var(--primary); }
#payment::before, #payment::after {
content: '';
display: table; }
#payment::after {
clear: both; }
#payment .create-account {
clear: both; }
#payment .payment_methods {
margin: 0;
padding: 0; }
#payment .payment_methods > .woocommerce-PaymentMethod,
#payment .payment_methods > .wc_payment_method {
border-bottom: 1px solid;
border-bottom-color: var(--border); }
#payment .payment_methods > .woocommerce-PaymentMethod > label,
#payment .payment_methods > .wc_payment_method > label {
display: block;
padding: 1em 0;
cursor: pointer;
font-size: 16px;
margin-left: 0; }
#payment .payment_methods li {
list-style: none !important;
margin-left: 0;
position: relative; }
#payment .payment_methods li img {
float: right;
border: 0;
padding: 0;
max-height: 1.618em; }
#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label::before, #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label::before {
color: var(--primary); }
#payment .payment_methods li > label {
font-weight: 700;
color: var(--accent); }
#payment .payment_methods li p {
margin: 0; }
#payment .payment_methods li .payment_box {
padding: 1em 1.618em 2em;
font-size: 0.875em; }
#payment .payment_methods li .payment_box fieldset {
border: 0;
margin: 0;
padding: 1em 0 0;
font-size: 0.875em; }
#payment .payment_methods li .payment_box fieldset label {
width: auto;
margin-left: 0; }
#payment .payment_methods li .payment_box fieldset .form-row {
margin-bottom: 1em; }
#payment .payment_methods li .payment_box fieldset .form-row input[type='checkbox'] {
margin-right: 5px; }
#payment .payment_methods li .payment_box fieldset #cvv {
width: 22% !important; }
#payment .payment_methods li .payment_box fieldset .help {
width: 75%;
float: right; }
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
padding-top: 1em;
margin: 0; }
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
margin-top: 0.6180469716em; }
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
margin-right: 0.236em; }
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
margin-left: 0; }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
font-size: 1.41575em; }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
background-repeat: no-repeat;
background-position: right 0.6180469716em center;
background-size: 31px 20px;
background-image: url(//bukiwatch.fr/wp-content/themes/smartic/assets/images/credit-cards/unknown.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
background-image: url(//bukiwatch.fr/wp-content/themes/smartic/assets/images/credit-cards/visa.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
background-image: url(//bukiwatch.fr/wp-content/themes/smartic/assets/images/credit-cards/mastercard.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
background-image: url(//bukiwatch.fr/wp-content/themes/smartic/assets/images/credit-cards/laser.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
background-image: url(//bukiwatch.fr/wp-content/themes/smartic/assets/images/credit-cards/diners.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
background-image: url(//bukiwatch.fr/wp-content/themes/smartic/assets/images/credit-cards/maestro.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
background-image: url(//bukiwatch.fr/wp-content/themes/smartic/assets/images/credit-cards/jcb.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
background-image: url(//bukiwatch.fr/wp-content/themes/smartic/assets/images/credit-cards/amex.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
background-image: url(//bukiwatch.fr/wp-content/themes/smartic/assets/images/credit-cards/discover.svg); }
#payment .terms {
width: 100%;
clear: both;
float: none;
margin-bottom: 1em; }
#payment .terms label {
display: block;
cursor: pointer; }
#payment .woocommerce-terms-and-conditions {
padding: 1em;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
margin-bottom: 16px;
background-color: rgba(0, 0, 0, 0.05); }
#payment .place-order {
margin-top: 1.618em;
margin-bottom: 0;
float: none;
width: 100%; }
#payment .place-order .button {
width: 100%;
white-space: pre-wrap; }
table.woocommerce-checkout-review-order-table .product-name {
width: 45%;
word-wrap: break-word;
color: var(--accent); }
table.woocommerce-checkout-review-order-table .product-quantity {
font-weight: 400; }
table.woocommerce-checkout-review-order-table .variation,
table.woocommerce-checkout-review-order-table .product-quantity {
color: var(--text); }
table.woocommerce-checkout-review-order-table .variation dt {
font-weight: 400; }
.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
display: none; }
.woocommerce-order .woocommerce-thankyou-order-received {
color: #0f834d;
background-color: #f8f8f8;
font-size: 24px;
font-weight: 700;
text-align: center;
padding: 2.2906835em 1.41575em; }
.woocommerce-order .woocommerce-order-details__title {
text-align: center;
text-transform: uppercase;
font-size: 1.618em; }
@media (min-width: 768px) {
.woocommerce-order ul.woocommerce-thankyou-order-details li {
width: 20%;
margin: 0 !important; } }
.woocommerce-order .woocommerce-table--order-details {
max-width: 900px;
margin: 1.41575em auto 5.9968353111em; }
.woocommerce-order .woocommerce-table--order-details th {
color: var(--accent); }
.woocommerce-order .woocommerce-table--order-details tr td:last-child,
.woocommerce-order .woocommerce-table--order-details tr th:last-child {
text-align: right; }
.woocommerce-order .woocommerce-table--order-details td,
.woocommerce-order .woocommerce-table--order-details th {
border-top: 1px solid;
border-top-color: var(--border);
padding-left: 0;
padding-right: 0; }
.woocommerce-order .woocommerce-table--order-details thead td,
.woocommerce-order .woocommerce-table--order-details thead th {
border-top: 0;
border-bottom: 2px solid;
border-bottom-color: var(--border); }
.woocommerce-order .woocommerce-table--order-details .product-name a {
color: var(--text); }
.woocommerce-order .woocommerce-table--order-details .product-name a:hover {
color: var(--primary); }
.woocommerce-order .woocommerce-table--order-details tfoot {
color: var(--accent); }
.woocommerce-order .woocommerce-table--order-details tfoot .amount {
font-weight: 700; }
.woocommerce-order .woocommerce-table--order-details tfoot tr:last-child .amount {
font-weight: 700;
font-size: 1.618em;
color: var(--primary); }
form.woocommerce-form-track-order .order-text {
max-width: 740px;
margin-left: auto;
margin-right: auto;
text-align: center; }
@media (min-width: 1024px) {
form.woocommerce-form-track-order .order-text {
margin-bottom: 50px; } }
form.woocommerce-form-track-order label {
font-size: 20px;
display: block;
color: var(--accent);
margin-bottom: 10px; }
form.woocommerce-form-track-order input, form.woocommerce-form-track-order button {
width: 100%;
margin-bottom: 30px; }
@media (min-width: 1024px) {
form.woocommerce-form-track-order button {
margin-top: 42px; } } html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
overflow: hidden; }
#yith-quick-view-modal {
position: fixed;
visibility: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1400;
opacity: 0;
text-align: center;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
#yith-quick-view-modal:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0; }
#yith-quick-view-modal .yith-quick-view-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.8); }
#yith-quick-view-modal .yith-wcqv-wrapper {
display: inline-block;
vertical-align: middle;
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
text-align: left;
height: 600px;
width: 1000px; }
#yith-quick-view-modal .yith-wcqv-main {
background-color: var(--background);
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
height: 100%;
-webkit-transition: all 0.3s;
transition: all 0.3s;
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2); }
#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
visibility: visible;
opacity: 1; }
#yith-quick-view-modal #yith-quick-view-content {
height: 100%; }
#yith-quick-view-modal #yith-quick-view-content > .product {
height: 100%; }
#yith-quick-view-modal #yith-quick-view-content > .product > div {
height: 100%; }
#yith-quick-view-modal #yith-quick-view-content .entry-summary {
height: 100%;
overflow-y: auto;
padding: 15px; }
#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
content: '';
display: table;
clear: both; }
#yith-quick-view-modal.open .yith-wcqv-main {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
height: 100%;
position: relative; }
#yith-quick-view-close {
position: absolute;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
text-align: center;
line-height: 18px;
z-index: 2;
opacity: 0.5;
font-size: 20px;
color: #cdcdcd; }
#yith-quick-view-close:hover {
color: var(--accent); }
#yith-quick-view-close:hover {
opacity: 1;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease; }
#yith-quick-view-content div.images {
width: 45%;
float: left;
opacity: 1 !important;
margin: 0; }
#yith-quick-view-content .product-video-360 {
display: none; }
#yith-quick-view-content div.summary {
margin: 0;
padding: 15px;
width: 55%;
float: left; }
#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
content: '';
display: table;
clear: both; }
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
display: none; }
#yith-quick-view-content .onsale {
top: 10px;
right: auto;
left: 10px; }
li.product .yith-wcqv-button .blockUI.blockOverlay:before {
background: none; }
@media (max-width: 480px) {
#yith-quick-view-content div.images,
#yith-quick-view-content div.summary {
width: 100%;
float: none; }
#yith-quick-view-content div.summary {
margin: 0;
padding: 15px;
width: 100%;
float: left; } }
#yith-quick-view-modal.open {   }
#yith-quick-view-modal.open ::-webkit-scrollbar {
width: 4px; }
#yith-quick-view-modal.open ::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #cdcdcd;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
#yith-quick-view-modal.open ::-webkit-scrollbar-thumb:window-inactive {
background-color: #cdcdcd; }
#yith-quick-view-modal.open .yith-wcqv-main {
box-shadow: none; }
#yith-quick-view-modal.open #yith-quick-view-content div.summary {
padding: 30px 0px 46px 0px; }
#yith-quick-view-modal.open #yith-quick-view-content div.summary .summary-content {
overflow-y: auto;
height: 100%; }
#yith-quick-view-modal.open #yith-quick-view-content div.summary .single_add_to_cart_button {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
border-radius: 0; }
#yith-quick-view-modal.open #yith-quick-view-content div.summary form.variations_form {
padding-left: 1px; }
#yith-quick-view-modal.open .woocommerce-product-gallery {
height: 100%; }
#yith-quick-view-modal.open .woocommerce-product-gallery figure {
height: 100%; }
#yith-quick-view-modal.open .woocommerce-product-gallery figure .woocommerce-product-gallery__image {
height: 100%; }
#yith-quick-view-modal.open .woocommerce-product-gallery figure .woocommerce-product-gallery__image a img {
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
#yith-quick-view-modal.open .summary-content {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
padding: 0 30px 40px 40px; }
#yith-quick-view-modal.open .woocommerce-product-details__short-description {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2; }
#yith-quick-view-modal.open form.cart {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5; }
#yith-quick-view-modal.open .product_meta {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6; }
#yith-quick-view-modal.open div.product .woocommerce-product-gallery .flex-viewport {
border: 0;
width: 100%; }
#yith-quick-view-close {
text-transform: lowercase;
opacity: 1;
top: 0;
right: 0; }
#yith-quick-view-close:before {
position: absolute;
left: 0;
top: 0;
text-indent: 0; }
.yith-wcqv-wrapper .woocommerce-product-gallery__wrapper {
border: 1px solid;
border-color: var(--border); }
#yith-quick-view-content .woocommerce-product-gallery .flex-viewport {
height: 100% !important; }
#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
position: absolute;
z-index: 2;
text-align: center;
bottom: 12px;
width: 100%;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important;
padding: 0;
cursor: pointer;
position: relative;
width: 18px;
height: 18px;
margin: 0 1px;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li:before {
content: none; }
#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li::after {
content: "";
width: 6px;
height: 6px;
background: #151515;
position: absolute;
top: calc(50% - 4px);
left: calc(50% - 4px);
z-index: 1;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 0 0 1px #fff;
pointer-events: none; }
#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li img {
width: 18px;
height: 18px;
border-radius: 50%;
position: relative;
z-index: 1;
margin: 0;
max-width: 100%;
display: inline-block;
opacity: 0; }
#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li img.flex-active {
border: 6px solid #dbdbd9;
display: inline-block;
z-index: 0;
opacity: 1; } .woocommerce-password-strength {
font-weight: 600;
padding: 0.5407911001em 0;
text-align: right;
font-size: 0.875em; }
.woocommerce-password-strength.strong {
color: #0f834d; }
.woocommerce-password-strength.short {
color: #e2401c; }
.woocommerce-password-strength.bad {
color: #e2401c; }
.woocommerce-password-strength.good {
color: #3d9cd2; } label.inline {
display: inline !important;
margin-left: 1em; }
.hentry .entry-content .woocommerce-MyAccount-navigation ul {
margin-left: 0;
border-top: 1px solid;
border-top-color: var(--border); }
.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
list-style: none;
border-bottom: 1px solid;
border-bottom-color: var(--border);
position: relative; }
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
text-decoration: none;
padding: 0.875em 0;
display: block;
color: var(--accent); }
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
color: var(--primary); }
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
color: var(--primary); }
ul.order_details {
list-style: none;
position: relative;
max-width: 900px;
margin: 0 auto 1.618em; }
ul.order_details::before, ul.order_details::after {
content: '';
display: table; }
ul.order_details::after {
clear: both; }
ul.order_details li {
padding: 1em 1.618em;
text-align: center;
border-color: var(--border); }
ul.order_details li:first-child {
padding-top: 1.618em;
border: 0; }
ul.order_details li:last-child {
padding-bottom: 1.618em; }
ul.order_details li:last-child::before, ul.order_details li:last-child::after {
content: '';
display: table; }
ul.order_details li:last-child::after {
clear: both; }
ul.order_details li strong {
display: block;
text-transform: none;
color: var(--accent); }
.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
padding: 0.6180469716em 0.875em;
font-size: 0.875em;
margin-right: 0.236em; }
.woocommerce-MyAccount-content h2 {
font-size: 2em;
font-weight: 600; }
.woocommerce-MyAccount-content #payment .payment_methods {
margin-bottom: 1.618em !important; } .woocommerce-MyAccount-content .woocommerce-Pagination {
text-align: center; }
.woocommerce-MyAccount-content table th {
color: var(--accent); }
.woocommerce-MyAccount-content table thead th {
background-color: rgba(0, 0, 0, 0.05); }
.woocommerce-MyAccount-content table tr:nth-of-type(even) {
background-color: rgba(0, 0, 0, 0.05); }
.woocommerce-MyAccount-content .order_details a:not(.button) {
color: var(--accent); }
.woocommerce-MyAccount-content .order_details a:not(.button):hover {
text-decoration: underline; }
.woocommerce-MyAccount-content .order_details .product-quantity {
color: var(--light); }
.woocommerce-MyAccount-content .order_details .product-total .amount {
font-weight: 700; }
.woocommerce-MyAccount-content .order_details tfoot .amount {
font-weight: 700;
font-size: 1.41575em;
color: var(--accent); }
.woocommerce-MyAccount-content .order-again {
margin-bottom: 3.706325903em; }
.register-from-title,
.login-form-title {
font-size: 20px; }
.login-form-col {
border-right: 1px solid;
border-right-color: var(--border); }
@media (max-width: 767px) {
.login-form-col {
border: none; } }
form.woocommerce-form-register {
max-width: 370px;
padding-top: 50px;
margin-left: auto;
margin-right: auto; }
@media (min-width: 768px) {
form.woocommerce-form-register {
margin-right: 0;
margin-left: 0; } }
form.woocommerce-form-register button[type="submit"] {
display: block;
width: 100%; }
form.woocommerce-form-login {
max-width: 470px;
margin-left: auto;
margin-right: auto; }
@media (min-width: 768px) {
.col2-set#customer_login form.woocommerce-form-login {
margin-right: 0; } }
form.woocommerce-form-login .woocommerce-form-login-wrap {
padding: 50px;
background: #f6f6f6;
margin-bottom: 30px; }
form.woocommerce-form-login button[type="submit"] {
display: block;
width: 100%; }
form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
float: left; }
form.woocommerce-form-login .woocommerce-LostPassword {
float: right; }
form.woocommerce-form-login .woocommerce-LostPassword a {
color: var(--text);
text-decoration: underline;
-webkit-text-decoration-style: dotted;
text-decoration-style: dotted; }
@media (min-width: 768px) {
ul.order_details {
margin: 3.706325903em auto; }
ul.order_details li {
width: 22.5806451613%;
float: left;
margin-right: 3.2258064516%;
border-left-style: solid;
border-left-width: 1px; }
ul.order_details li:first-child {
border: 0; }
ul.order_details li:last-child {
float: right;
margin-right: 0; }
ul.order_details li:last-child::before, ul.order_details li:last-child::after {
content: '';
display: table; }
ul.order_details li:last-child::after {
clear: both; }
.demo_store {
bottom: 0; }
.demo_store a.woocommerce-store-notice__dismiss-link {
background: rgba(0, 0, 0, 0.1);
float: right;
display: inline-block;
margin: -1em -1.41575em -1em 0;
padding: 1em 1.41575em; } table.shop_table_responsive thead {
display: table-header-group; }
table.shop_table_responsive tbody th {
display: table-cell; }
table.shop_table_responsive tr td {
display: table-cell; }
table.shop_table_responsive tr td::before {
display: none; }
table.shop_table_responsive tr.woocommerce-shipping-totals td {
width: 60%; } .site-header-cart {
position: relative; }
.site-header-cart .cart-contents {
display: inline-block;
position: relative;
text-indent: 0; }
.site-header-cart .widget_shopping_cart {
position: absolute;
margin-top: 20px;
top: 100%;
width: 320px;
z-index: 999999;
right: -999em;
display: block;
border-width: 2px;
border-style: solid; }
.site-header-cart .widget_shopping_cart:before {
content: "";
display: block;
position: absolute;
top: -20px;
left: 0;
right: 0;
height: 20px; }
.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
display: none;
left: 0; }
.site-header-cart .widget_shopping_cart h2.widgettitle {
display: none; }
.site-header-cart .widget_shopping_cart .product_list_widget {
height: 0; }
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
text-align: left; }
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
right: 0;
display: block; }
.site-header-cart:hover .widget_shopping_cart .product_list_widget, .site-header-cart.focus .widget_shopping_cart .product_list_widget {
height: auto; }
.site-search {
display: block; }
.site-search form {
margin: 0; }
.checkout_coupon {
grid-template-columns: 53.6231884058% auto; } ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
clear: none;
width: 100%; } ul.products.columns-1 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
ul.products.columns-2 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
ul.products.columns-3 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
ul.products.columns-4 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
ul.products.columns-5 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
ul.products.columns-6 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.woocommerce.columns-tablet-1 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.woocommerce.columns-tablet-2 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.woocommerce.columns-tablet-3 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.woocommerce.columns-tablet-4 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.woocommerce.columns-tablet-5 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.woocommerce.columns-tablet-6 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } .single-product div.product .images {
width: 42.0289855072%;
float: left;
margin-right: 4.347826087%;
margin-bottom: 3.706325903em; }
.single-product div.product .images .thumbnails::before, .single-product div.product .images .thumbnails::after {
content: '';
display: table; }
.single-product div.product .images .thumbnails::after {
clear: both; }
.single-product div.product .images .thumbnails a.zoom {
width: 22.5806451613%;
float: left;
margin-right: 3.2258064516%; }
.single-product div.product .images .thumbnails a.zoom.last {
float: right;
margin-right: 0; }
.single-product div.product .woocommerce-product-gallery {
width: calc(60% - 30px);
max-width: 690px;
margin-right: 0;
float: left;
margin-bottom: 3.706325903em; }
.single-product div.product .summary {
float: right;
width: 40%; }
.single-product div.product .woocommerce-tabs {
clear: both; }
.single-product #reviews .comment-form-author,
.single-product #reviews .comment-form-email {
-webkit-box-flex: 50%;
-webkit-flex: 50%;
flex: 50%;
max-width: 50%; }
.single-product #reviews .comment-form-email {
margin-right: 0; }
#reviews .comment-form-email {
margin-right: 0; } .smartic-full-width-content.woocommerce-cart .entry-header,
.smartic-full-width-content.woocommerce-checkout .entry-header,
.smartic-full-width-content.woocommerce-account .entry-header {
text-align: center;
padding: 0 0 5.9968353111em; }
.smartic-full-width-content.woocommerce-cart .entry-header h1:last-child,
.smartic-full-width-content.woocommerce-checkout .entry-header h1:last-child,
.smartic-full-width-content.woocommerce-account .entry-header h1:last-child {
margin-bottom: 0; }
.smartic-full-width-content .woocommerce-products-header {
text-align: center; }
.woocommerce .page-description {
margin-bottom: 1.618em; }
.smartic-sorting {
margin-top: -7px; }
.smartic-sorting select {
width: auto; }
.smartic-sorting .woocommerce-pagination + .woocommerce-result-count {
margin-right: auto;
margin-left: 0; }
.smartic-sorting .woocommerce-result-count {
margin-left: auto;
margin-top: 10px; } .woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
width: 100%;
float: right;
margin-right: 0; }
.woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
border-bottom: 0;
padding-bottom: 0; }
table.cart th,
table.cart td {
padding: 1.618em 1.618em 1.618em 0; }
table.cart .qty {
padding: 0.875em;
max-width: 3.632em; }
table.cart td.product-remove {
display: table-cell;
padding: 1.618em 1.618em 1.618em 0;
border: 0;
width: 5%; }
table.cart td.product-remove a.remove {
float: none;
position: relative;
top: auto;
right: auto;
font-size: 1em; }
table.cart td.product-thumbnail {
width: 17%; }
table.cart td.product-name {
width: 30%; }
table.cart td.product-price {
width: 16%; }
table.cart td.product-subtotal {
padding: 1.618em 1.618em 1.618em 0;
width: 16%; }
table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
display: inline-block; }
table.cart .quantity .qty {
padding: 0.6180469716em; }
table.cart td.actions {
text-align: right; }
table.cart td.actions label {
display: none; }
table.cart td.actions .coupon {
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
float: left;
width: 60%; }
table.cart td.actions input {
display: inline-block;
width: auto;
margin: 0; }
.cart-collaterals::before, .cart-collaterals::after {
content: '';
display: table; }
.cart-collaterals::after {
clear: both; }
.cart-collaterals .cross-sells {
width: 42.0289855072%;
float: left;
margin-right: 4.347826087%; }
.cart-collaterals .shipping_calculator {
width: 53.6231884058%;
float: right;
margin-right: 0;
margin: 0;
clear: right; }
.cart-collaterals .cart_totals small.includes_tax {
display: block; }
.cart-collaterals .shipping_calculator {
clear: right; } table.wishlist_table .wishlist-items-wrapper tr td.product-name a.yith-wcqv-button {
display: none; } #ship-to-different-address {
position: relative; }
#ship-to-different-address label {
font-weight: 300; }
#ship-to-different-address .woocommerce-form__input-checkbox {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-right: 0; }
.col2-set {
width: 53.6231884058%;
float: left;
margin-right: 4.347826087%; }
.col2-set .form-row-first {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%; }
.col2-set .form-row-last {
width: 48.3870967742%;
float: right;
margin-right: 0; }
.col2-set .col-1,
.col2-set .col-2 {
margin-bottom: 1.618em; }
.col2-set + #customer_details {
display: none; }
.col2-set .woocommerce-billing-fields::before, .col2-set .woocommerce-billing-fields::after {
content: '';
display: table; }
.col2-set .woocommerce-billing-fields::after {
clear: both; }
.col2-set.addresses {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.col2-set.addresses .col-1 {
width: 47.8260869565%;
float: left;
margin-right: 4.347826087%; }
.col2-set.addresses .col-2 {
width: 47.8260869565%;
float: right;
margin-right: 0; }
#customer_details + #wc_checkout_add_ons {
width: 42.0289855072%;
float: right;
margin-right: 0; }
#wc_checkout_add_ons input[type=radio] {
float: left;
margin-right: 0.5407911001em;
clear: left;
margin-top: 0.35em; }
#order_review {
width: 42.0289855072%;
float: right;
margin-right: 0;
clear: right; }
#order_review {
-webkit-transition: box-shadow ease 0.4s;
transition: box-shadow ease 0.4s; }
.woocommerce-order-pay #order_review {
width: 100%;
float: none; }
.woocommerce-order-pay #order_review #payment h3 {
padding-left: 1em;
padding-top: 1em; }
.woocommerce-order-pay #order_review #payment .form-row {
padding: 1em; }
.woocommerce-order-pay #order_review .payment_methods + .form-row {
padding: 1em; }
.woocommerce-order-pay #order_review .button#place_order {
display: block;
width: 100%;
font-size: 1.41575em; } table + .addresses {
margin-top: 1.618em; }
.col2-set#customer_login {
width: 100%;
margin: 0; }
.col2-set#customer_login .col-1 {
width: 50%;
float: left;
padding-right: 5%; }
.col2-set#customer_login .col-2 {
width: 50%;
float: right;
padding-left: 5%; }
.col2-set.addresses {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.col2-set.addresses .col-1 {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%; }
.col2-set.addresses .col-2 {
width: 48.3870967742%;
float: right;
margin-right: 0; }
.woocommerce-MyAccount-navigation {
width: 27.2727272727%;
float: left;
margin-right: 3.8961038961%; }
.woocommerce-MyAccount-content {
width: 68.8311688312%;
float: right;
margin-right: 0; }
.addresses header.title::before, .addresses header.title::after {
content: '';
display: table; }
.addresses header.title::after {
clear: both; }
.addresses header.title a {
float: right; }
.addresses header.title h3 {
float: left; } .form-row-first {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%;
clear: both; }
.form-row-last {
width: 48.3870967742%;
float: right;
margin-right: 0; }  .smartic-sticky-add-to-cart {
display: block;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 99998;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
padding: 10px 1em;
overflow: hidden;
zoom: 1;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.smartic-sticky-add-to-cart--slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown; }
.smartic-sticky-add-to-cart--slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp; }
.smartic-sticky-add-to-cart__content {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.smartic-sticky-add-to-cart__content-title {
display: block; }
.smartic-sticky-add-to-cart__content-price {
margin-right: 0.875em; }
.smartic-sticky-add-to-cart__content-button {
margin-left: auto;
padding-top: .86em;
padding-bottom: .86em; }
.smartic-sticky-add-to-cart img {
max-width: 60px;
margin: 0 1.41575em 0 0;
padding: 3px;
border: 1px solid rgba(0, 0, 0, 0.1); }
.smartic-sticky-add-to-cart .star-rating {
display: inline-block;
margin: 0;
vertical-align: sub; } #yith-quick-view-modal.open .product-title {
margin-top: -0.2333em;
font-size: 30px; }
#yith-quick-view-close {
top: 10px;
right: 10px;
text-indent: -9999px; } }
@media (min-width: 768px) and (max-width: 900px) {
body:not(.page-template-template-fullwidth-php) table.cart td,
body:not(.page-template-template-fullwidth-php) table.cart th {
padding: 1em; } }
@media (min-width: 911px) {
.woocommerce-cart-form,
.woocommerce-cart .cross-sells {
width: 65.5913978495%;
float: left;
margin-right: 3.2258064516%; }
.cart-collaterals {
width: 31.1827956989%;
float: right;
margin-right: 0; } }
@media (min-width: 1024px) {
.woocommerce-page .content-area {
width: calc(100% - 330px); }
.woocommerce-page .widget-area {
width: 300px; }
.woocommerce.columns-1 ul.products li.product {
width: 100%; }
.woocommerce.columns-2 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.woocommerce.columns-3 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.woocommerce.columns-4 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.woocommerce.columns-5 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.woocommerce.columns-6 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
.elementor-element.elementor-products-grid .woocommerce ul.products li.product {
width: 100%;
max-width: 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%; }
body > h1 {
display: none !important; }
body #yith-woocompare {
padding: 0px !important; }
body #yith-woocompare table.compare-list thead, body #yith-woocompare table.compare-list tfoot {
display: none; }
body #yith-woocompare table.compare-list tr th {
padding: 10px 20px; }
body #yith-woocompare table.compare-list tr.title {
font-weight: 700;
color: #000; }
body #yith-woocompare table.compare-list td.odd {
background: transparent; }
body #yith-woocompare table.compare-list td:last-child {
border-right: 0; }
body #yith-woocompare table.compare-list td img {
border: 0;
padding: 0; }
body #yith-woocompare table.compare-list tr.add-to-cart a {
background: #b2b2b2;
border-radius: 3px; }
body #yith-woocompare table.compare-list tr.add-to-cart a:hover, body #yith-woocompare table.compare-list tr.add-to-cart a:active {
background-color: var(--primary_hover); }
body #yith-woocompare table.compare-list tr.price th, body #yith-woocompare table.compare-list tr.price td {
background: #e4e4e4; }
body #yith-woocompare table.compare-list tr.price td {
text-decoration: none;
font-weight: 600; }
body #yith-woocompare table.compare-list tr.price.repeated {
display: none; }
body #yith-woocompare table.compare-list tr.stock td {
background: #e8ffb6;
font-weight: 700; }
body html {
display: none !important; }
.yith_woocompare_colorbox #cboxWrapper > div > div {
display: none; }
.yith_woocompare_colorbox #cboxWrapper #cboxContent {
display: block; }
.yith_woocompare_colorbox #cboxLoadedContent {
margin-bottom: 0;   }
.yith_woocompare_colorbox #cboxLoadedContent ::-webkit-scrollbar {
width: 5px; }
.yith_woocompare_colorbox #cboxLoadedContent ::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px; }
.yith_woocompare_colorbox #cboxLoadedContent ::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: var(--primary);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
.yith_woocompare_colorbox #cboxLoadedContent ::-webkit-scrollbar-thumb:window-inactive {
background-color: var(--primary); }
.yith_woocompare_colorbox #cboxContent {
position: relative; }
.yith_woocompare_colorbox #cboxClose {
top: 10px;
right: 25px;
bottom: unset;
text-indent: inherit;
background: none;
font-size: 0; }
.yith_woocompare_colorbox #cboxClose:before {
position: absolute;
content: 'x';
top: 0;
left: 0;
font-size: 14px;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
background: #fff;
color: var(--text);
border-color: var(--text);
border: 1px solid; }
.yith_woocompare_colorbox #cboxClose:hover:before, .yith_woocompare_colorbox #cboxClose:active:before {
border-color: var(--primary);
color: var(--primary); }
.products-list {
margin-left: 0;
list-style: none; }
.product-list {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 30px; }
.product-list:last-child {
margin-bottom: 0; }
.product-list .product-image {
-webkit-box-flex: 0;
-webkit-flex: 0 0 250px;
flex: 0 0 250px;
margin: 0 30px 0 0;
position: relative;
overflow: hidden; }
.product-list .product-image img {
position: relative;
z-index: 2; }
.product-list .group-action {
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translate(calc(100% + 15px), -50%);
-ms-transform: translate(calc(100% + 15px), -50%);
transform: translate(calc(100% + 15px), -50%);
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s; }
.product-list .group-action .shop-action {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column; }
.product-list .group-action .shop-action .yith-wcqv-button,
.product-list .group-action .shop-action .yith-wcwl-add-to-wishlist > div > a,
.product-list .group-action .shop-action .compare {
margin: 0 0 5px 0; }
.product-list .product-caption {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
max-width: calc(100% - 250px);
padding-top: 1rem;
padding-bottom: 1rem; }
.product-list .posted-in {
font-size: 15px; }
.product-list .posted-in a {
color: #999999; }
.product-list .posted-in a:hover {
color: var(--primary); }
.product-list .star-rating {
margin-bottom: 5px; }
.product-list .short-description {
margin-bottom: 20px; }
.product-list .price {
display: block;
margin-bottom: 10px;
font-size: 20px;
font-weight: 600;
color: var(--primary); }
.product-list .price del {
color: var(--light);
font-size: 0.85em; }
.product-list .opal-add-to-cart-button {
display: inline-block;
vertical-align: middle; }
.product-list a[class*="product_type_"] {
font-size: 14px;
font-weight: 700;
margin-bottom: 10px;
vertical-align: middle;
background-color: var(--primary); }
.product-list a[class*="product_type_"]:before {
content: none; }
.product-list a[class*="product_type_"]:hover {
background-color: var(--primary_hover); }
.product-list .woocommerce-loop-product__title {
font-size: 20px;
font-weight: 500; }
.product-list .woocommerce-loop-product__title a {
color: var(--accent); }
.product-list .woocommerce-loop-product__title a:hover {
color: var(--primary); }
.product-list .added_to_cart {
display: none; }
.product-list img {
float: left;
margin-right: 1.41575em; }
.product-list .yith-wcwl-add-to-wishlist {
display: inline-block;
vertical-align: middle; }
.product-list .yith-wcqv-button, .product-list .compare-button {
margin-bottom: 10px;
display: none;
vertical-align: middle; }
@media (min-width: 768px) {
.product-list .yith-wcqv-button, .product-list .compare-button {
display: inline-block; } }
.product-list .yith-wcqv-button,
.product-list .yith-wcwl-add-to-wishlist > div > a,
.product-list .compare {
width: 42px;
height: 42px;
line-height: 40px;
text-align: center;
position: relative;
white-space: nowrap;
font-size: 0;
background-color: transparent; }
.product-list .yith-wcqv-button:before,
.product-list .yith-wcwl-add-to-wishlist > div > a:before,
.product-list .compare:before {
font-size: 14px;
color: var(--accent); }
.product-list .yith-wcqv-button:hover:before,
.product-list .yith-wcwl-add-to-wishlist > div > a:hover:before,
.product-list .compare:hover:before {
color: var(--primary); }
.product-list .yith-wcwl-add-to-wishlist {
margin-top: 0;
margin-bottom: 10px; }
.product-list .yith-wcwl-add-to-wishlist > div {
position: relative; }
.product-list .yith-wcwl-add-to-wishlist > div > a {
display: block;
white-space: nowrap; }
.product-list .yith-wcwl-add-to-wishlist > div > a i {
display: none; }
.product-list .yith-wcwl-add-to-wishlist > div .opal-loading-wislist {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
width: 20px !important;
height: 20px !important;
margin-left: 0 !important; }
.product-list .yith-wcwl-add-to-wishlist > div .opal-loading-wislist:before {
content: "";
width: 20px;
height: 20px;
display: block;
vertical-align: middle;
border: 1px solid #bbb;
border-left-color: #000;
border-radius: 50%;
animation: opal-loading 450ms infinite linear;
-webkit-animation: opal-loading 450ms infinite linear;
background-image: none !important;
background-color: #fff;
overflow: hidden; }
.product-list .yith-wcwl-add-to-wishlist > div img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
opacity: 0 !important; }
.product-list .yith-wcwl-add-button {
position: relative; }
.product-list .yith-wcwl-add-button .add_to_wishlist {
display: block; }
.product-list .yith-wcwl-add-button img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.product-list:hover .product-image:after {
opacity: 1;
height: 100%; }
.wcml-dropdown {
width: 100%; }
.wcml-dropdown li,
.wcml-dropdown .wcml-cs-submenu li {
border-color: var(--border); }
.wcml-dropdown .wcml-cs-submenu {
border-top: 0; }
.wcml-dropdown a {
padding: 1em 1.41575em; }
.wcml-dropdown a.wcml-cs-item-toggle:after {
right: 1em; }
.wcml-horizontal-list li.wcml-cs-active-currency a,
.wcml-vertical-list li.wcml-cs-active-currency a {
font-weight: bold;
color: var(--accent);
cursor: default; } table.wishlist_table {
border-collapse: collapse;
font-size: 100%;
margin: 0 0 1.41575em; }
table.wishlist_table thead th {
padding: 1.618em 1.618em 1.618em 0; }
table.wishlist_table tbody tr {
border-bottom-width: 1px;
border-bottom-style: solid;
border-color: var(--border); }
table.wishlist_table tbody tr td.product-thumbnail a {
max-width: 120px; }
table.wishlist_table tbody td {
vertical-align: middle;
padding: 1.618em 1.618em 1.618em 0;
background: none;
text-align: left; }
table.wishlist_table tbody td.product-price {
font-weight: 700;
font-size: 14px; }
table.wishlist_table tbody td.product-price del .amount {
color: var(--accent);
text-decoration: line-through;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
margin-right: 0.327em;
font-weight: 400;
font-size: 14px; }
table.wishlist_table tbody td.product-price ins .amount {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
margin-left: 0;
font-weight: 700;
font-size: 14px;
color: #ef3636; }
table.wishlist_table td.product-remove {
width: 2%; }
table.wishlist_table td.product-remove a.remove {
margin-right: auto !important;
left: 0; }
table.wishlist_table td.product-remove a.remove.remove_from_wishlist:hover {
background: none !important; }
table.wishlist_table td.product-remove a.remove:before {
text-align: left; }
table.wishlist_table td.product-thumbnail {
width: 12%; }
table.wishlist_table td.product-name {
width: 35%; }
table.wishlist_table td.product-name a {
font-weight: 700; }
table.wishlist_table td.product-name > * {
display: inline-block; }
table.wishlist_table td.product-name a.add_to_cart_button {
color: #fff;
padding: 0.6180469716em 1.41575em;
line-height: 1.618;
width: 11%;
margin: 0 !important; }
table.wishlist_table td.product-name span.inventory_status {
width: 25%; }
table.wishlist_table td.product-name span.price {
width: 23%; }
table.wishlist_table td.product-stock-status {
width: 16%; }
table.wishlist_table td.product-stock-status .wishlist-in-stock {
text-transform: uppercase;
font-weight: 400;
font-size: 12px;
color: var(--text); }
table.wishlist_table td.product-add-to-cart {
text-align: right; }
table.wishlist_table td.product-add-to-cart a.add_to_cart {
display: inline-block !important;
padding: 0.86em 1.41575em !important;
margin-bottom: 0 !important;
background-color: var(--primary);
text-transform: uppercase;
font-size: 12px;
line-height: inherit; }
table.wishlist_table td.product-add-to-cart a.add_to_cart:hover {
background-color: var(--primary_hover); }
table.wishlist_table td.product-add-to-cart .remove_from_wishlist, table.wishlist_table td.product-add-to-cart .dateadded {
display: none !important; }
ul.wishlist_table.mobile > li {
position: relative;
padding-top: 30px; }
ul.wishlist_table.mobile .item-wrapper {
width: 100% !important;
margin-bottom: 0; }
ul.wishlist_table.mobile .item-wrapper .product-thumbnail {
margin-right: 0;
margin-bottom: 2em;
display: block;
max-width: unset; }
ul.wishlist_table.mobile .item-wrapper .product-thumbnail img {
margin: auto; }
ul.wishlist_table.mobile .item-wrapper .yith-wcqv-button {
display: none; }
ul.wishlist_table.mobile .item-wrapper .item-details {
width: 100%;
text-align: right; }
ul.wishlist_table.mobile .item-wrapper .product-name {
margin-bottom: 2em; }
ul.wishlist_table.mobile .item-wrapper .product-name h3 {
font-size: 14px; }
ul.wishlist_table.mobile .item-wrapper .product-name h3:before {
content: 'product';
position: relative;
margin-right: 1em;
float: left;
color: var(--text); }
ul.wishlist_table.mobile .item-wrapper .item-details-table {
margin-bottom: 2em !important; }
ul.wishlist_table.mobile td.value span.amount {
color: var(--primary);
font-weight: 700;
font-size: 14px; }
ul.wishlist_table.mobile td.value del .amount {
color: var(--accent);
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
margin-right: 0.327em;
font-weight: 400;
font-size: 14px; }
ul.wishlist_table.mobile td.value ins .amount {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
margin-left: 0;
font-weight: 700;
font-size: 14px;
color: #ef3636; }
ul.wishlist_table.mobile table td {
font-size: 14px !important;
padding: 0 !important; }
ul.wishlist_table.mobile table.additional-info {
margin-bottom: 2em !important; }
ul.wishlist_table.mobile .product-add-to-cart {
text-align: left !important; }
ul.wishlist_table.mobile .product-add-to-cart a.button {
display: inline-block !important;
padding: 0.86em 1.41575em !important;
margin-bottom: 0 !important;
background-color: var(--accent);
font-weight: 700;
text-transform: uppercase;
font-size: 12px; }
ul.wishlist_table.mobile .product-add-to-cart a.button:hover {
background-color: var(--primary); }
ul.wishlist_table.mobile .product-remove {
position: absolute;
top: 0;
left: 0; }
ul.wishlist_table.mobile .remove_from_wishlist {
position: relative; }
ul.wishlist_table.mobile .remove_from_wishlist i {
display: none; }
ul.wishlist_table.mobile .remove_from_wishlist:hover:before, ul.wishlist_table.mobile .remove_from_wishlist:active:before {
color: red; }
ul.wishlist_table.mobile .remove_from_wishlist:before {
color: var(--text);
font-size: 1em; }
ul.wishlist_table.mobile .additional-info-wrapper {
margin-bottom: 3em; }
.wishlist-title-with-form h2 {
padding: 0; }
.wishlist-title-with-form .show-title-form {
display: none; }
.wishlist-title.wishlist-title-with-form h2:hover {
background: transparent;
cursor: pointer;
color: var(--primary_hover); }
.hidden-title-form input[type='text'] {
padding: 0 0 8px;
margin-right: -4px;
width: 30%; }
.hidden-title-form input[type='text']:focus {
border-color: var(--primary); }
@media (max-width: 568px) {
.hidden-title-form input[type='text'] {
width: 45%; } }
.hidden-title-form a.hide-title-form {
margin-left: 5px;
vertical-align: unset !important;
line-height: unset !important; }
@media (max-width: 568px) {
.hidden-title-form a.hide-title-form {
margin-left: 0; } }
.widget_product_search {
position: relative; }
.ajax-search-result {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: white;
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
padding: 0 30px;
z-index: 999;
max-height: 500px;
overflow-y: scroll; }
.product-item-search {
padding: 10px 0;
border-bottom: 1px solid;
border-bottom-color: var(--border); }
.product-item-search .product-link {
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.product-item-search .product-link img {
width: 60px;
margin-right: 15px; }
.product-item-search .product-title {
font-size: 14px;
font-weight: normal;
margin-bottom: 0; }
.product-item-search:last-child {
border-bottom: none; }
.product-item-search .amount {
font-weight: 700;
font-size: 14px; }
.smartic-canvas-filter {
background-color: #fff;
-webkit-transition: all 0.5s;
transition: all 0.5s;
padding-bottom: 40px;
padding-left: 30px;
padding-right: 30px;
top: 0;
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
position: fixed;
z-index: 10002;
visibility: hidden;
overflow-y: auto;
overflow-x: hidden;
width: 360px;
height: 100vh; }
@media (max-width: 768px) {
.smartic-canvas-filter {
width: 330px;
padding-left: 15px;
padding-right: 15px; } }
.smartic-canvas-filter::-webkit-scrollbar {
width: 3px; }
.smartic-canvas-filter::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5; }
.smartic-canvas-filter::-webkit-scrollbar-thumb {
background-color: #000000; }
.smartic-overlay-filter {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
-webkit-transition: opacity .25s ease, visibility 0s ease;
transition: opacity .25s ease, visibility 0s ease; }
.off-canvas-active .smartic-overlay-filter {
visibility: visible;
opacity: 1; }
.off-canvas-active .smartic-canvas-filter {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.filter-toggle {
color: var(--accent);
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
background: transparent;
padding: 0;
margin-right: 15px;
outline: none;
width: 35px;
height: 35px;
border: 1px solid;
border-color: var(--border);
text-align: center;
line-height: 30px; }
.filter-toggle i {
font-size: 12px;
line-height: 1;
display: inline-block; }
@media (min-width: 1024px) {
.filter-toggle {
display: none; } }
.smartic-full-width-content .filter-toggle {
display: inline-block; }
.filter-toggle:focus, .filter-toggle:hover {
color: #fff;
background-color: var(--primary);
border-color: var(--primary); }
.filter-toggle:after {
content: '';
border-left: 1px solid;
height: 20px;
margin-left: 30px;
margin-right: 30px;
display: none;
vertical-align: middle; }
.filter-close {
height: 50px;
line-height: 50px;
margin-bottom: 15px;
display: block;
cursor: pointer;
text-align: right;
vertical-align: middle;
font-weight: 400;
font-size: 12px;
color: var(--accent); }
.filter-close:after {
content: '+';
display: inline-block;
vertical-align: middle;
margin-left: 10px;
position: relative;
top: -2px;
font-size: 30px;
font-weight: 400;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
@media (min-width: 783px) {
.admin-bar .smartic-canvas-filter {
top: 32px; } }
@media (min-width: 600px) and (max-width: 782px) {
.admin-bar .smartic-canvas-filter {
top: 46px; } }
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
border-radius: 0px; }
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
padding-top: 7px;
padding-bottom: 7px;
height: auto; }
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
min-width: 57px; }
.site-header-cart-side {
position: fixed;
top: 0;
bottom: 0;
overflow: hidden;
overflow-y: auto;
width: 300px;
background-color: var(--background);
-webkit-transition: -webkit-transform .25s ease;
transition: -webkit-transform .25s ease;
transition: transform .25s ease;
transition: transform .25s ease, -webkit-transform .25s ease;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
right: 0;
z-index: 999999999;
-webkit-transform: translate3d(300px, 0, 0);
transform: translate3d(300px, 0, 0); }
@media (min-width: 1024px) {
.site-header-cart-side {
width: 340px;
-webkit-transform: translate3d(340px, 0, 0);
transform: translate3d(340px, 0, 0); } }
.site-header-cart-side .cart-side-heading {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
padding: 20px 15px 20px 15px;
border-bottom: 1px solid;
border-bottom-color: var(--border); }
.site-header-cart-side .cart-side-title {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
font-size: 20px;
color: var(--accent);
font-weight: 700;
text-transform: uppercase; }
.site-header-cart-side .close-cart-side {
color: var(--accent);
text-decoration: none;
text-transform: uppercase;
letter-spacing: .3px;
font-weight: 600;
font-size: 13px;
padding-right: 18px;
position: relative; }
.site-header-cart-side .close-cart-side:before, .site-header-cart-side .close-cart-side:after {
content: " ";
position: absolute;
top: 50%;
display: inline-block;
margin-top: -1px;
width: 12px;
height: 2px;
background-color: var(--accent);
-webkit-transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
right: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.site-header-cart-side .close-cart-side:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.site-header-cart-side .close-cart-side:hover:before, .site-header-cart-side .close-cart-side:hover:after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0); }
.site-header-cart-side .widget_shopping_cart {
margin-bottom: 0;
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message {
text-align: center;
font-size: 18px; }
.site-header-cart-side .widget_shopping_cart .widget_shopping_cart_content {
padding: 0 15px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto; }
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total {
margin-top: auto; }
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart-scroll {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
overflow-y: auto; }
.site-header-cart-side .widget_shopping_cart .product_list_widget {
position: absolute;
width: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
overflow-x: hidden; }
.site-header-cart-side .widget_shopping_cart .product_list_widget li:first-child {
padding-top: 1em; }
.site-header-cart-side .widget_shopping_cart .product_list_widget li img {
max-width: 60px;
border-radius: 0; }
.site-header-cart-side .widget_shopping_cart p.total strong {
text-transform: uppercase;
font-weight: 600;
font-size: 18px; }
.site-header-cart-side .widget_shopping_cart .buttons a {
border: 1px solid;
margin-top: 15px; }
.site-header-cart-side .widget_shopping_cart .buttons a.checkout {
margin-top: 0; }
.site-header-cart-side.active {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.site-header-cart-side.active + .cart-side-overlay {
visibility: visible;
opacity: 1; }
.cart-side-overlay {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
left: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
-webkit-transition: opacity .25s ease, visibility 0s ease;
transition: opacity .25s ease, visibility 0s ease; }
.smartic-dropdown-filter {
margin-bottom: 30px;
box-shadow: 0px 3px 62px 0px rgba(0, 0, 0, 0.08);
display: none;
overflow-x: auto; }
@media (max-width: 1023px) {
.smartic-dropdown-filter {
display: none !important; } }
.smartic-dropdown-filter-wrap {
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding: 15px; }
.smartic-dropdown-filter-wrap .widget a:not(.button) {
color: var(--accent); }
.smartic-dropdown-filter-wrap .widget a:not(.button):hover {
color: var(--primary); }
.smartic-dropdown-filter-wrap .widget > ul {
max-height: 230px;
overflow-y: auto; }
.smartic-dropdown-filter-wrap div.widget {
min-width: 33%;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
padding-left: 15px;
padding-right: 15px;
border: 0; }
@media (min-width: 1320px) {
.smartic-dropdown-filter-wrap div.widget {
min-width: 20%; } }
.smartic-dropdown-filter-wrap div.widget .widget-title {
padding: 0; }
.smartic-dropdown-filter-wrap .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.smartic-dropdown-filter-wrap .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
padding: 0; }
.filter-toggle-dropdown {
display: none;
color: var(--accent);
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
background: transparent;
padding: 0;
border: none;
margin-right: 25px;
outline: none; }
.filter-toggle-dropdown i {
margin-right: 5px;
font-size: 12px;
line-height: 1;
display: inline-block; }
.filter-toggle-dropdown:focus, .filter-toggle-dropdown:hover {
background-color: transparent;
outline: none;
color: var(--accent); }
@media (min-width: 1024px) {
.smartic-full-width-content.shop_filter_dropdown .filter-toggle-dropdown {
display: inline-block; } }
@media (min-width: 1024px) {
.smartic-full-width-content.shop_filter_dropdown .filter-toggle {
display: none; } }
.shop-action .woosc-btn,
.shop-action .wooscp-btn,
.shop-action .woosq-btn,
.shop-action .woosw-btn {
padding: 0;
border: none;
width: 45px;
height: 45px;
position: relative;
white-space: nowrap;
font-size: 0;
background-color: transparent; }
.shop-action .woosc-btn:before,
.shop-action .wooscp-btn:before,
.shop-action .woosq-btn:before,
.shop-action .woosw-btn:before {
font-size: 16px;
color: var(--text);
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.shop-action .woosc-btn:hover,
.shop-action .wooscp-btn:hover,
.shop-action .woosq-btn:hover,
.shop-action .woosw-btn:hover {
background: transparent; }
.shop-action .woosc-btn:hover:before,
.shop-action .wooscp-btn:hover:before,
.shop-action .woosq-btn:hover:before,
.shop-action .woosw-btn:hover:before {
color: #000; }
.product-list .woosc-btn,
.product-list .wooscp-btn,
.product-list .woosq-btn,
.product-list .woosw-btn {
margin-bottom: 10px;
width: 42px;
height: 42px;
line-height: 40px;
text-align: center;
position: relative;
white-space: nowrap;
font-size: 0;
background-color: transparent;
padding: 0; }
.product-list .woosc-btn:before,
.product-list .wooscp-btn:before,
.product-list .woosq-btn:before,
.product-list .woosw-btn:before {
font-size: 14px;
color: var(--accent); }
.product-list .woosc-btn:hover,
.product-list .wooscp-btn:hover,
.product-list .woosq-btn:hover,
.product-list .woosw-btn:hover {
background-color: transparent; }
.product-list .woosc-btn:hover:before,
.product-list .wooscp-btn:hover:before,
.product-list .woosq-btn:hover:before,
.product-list .woosw-btn:hover:before {
color: var(--primary); }
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a {
padding: 0;
background-color: transparent;
color: var(--accent);
margin-top: 10px;
border: none; }
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a:hover,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a:hover {
text-decoration: underline; }
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td {
padding: 15px; }
.single-product div.product .entry-summary .woosc-btn,
.single-product div.product .entry-summary .wooscp-btn,
.single-product div.product .entry-summary .woosw-btn {
display: inline-block;
margin-top: 10px;
margin-right: 10px;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
position: relative;
font-size: 0;
padding: 0;
border-radius: 0;
border: 1px solid;
border-color: var(--border);
color: var(--text);
background-color: transparent; }
.single-product div.product .entry-summary .woosc-btn:before,
.single-product div.product .entry-summary .wooscp-btn:before,
.single-product div.product .entry-summary .woosw-btn:before {
font-size: 14px; }
.single-product div.product .entry-summary .woosc-btn:hover,
.single-product div.product .entry-summary .wooscp-btn:hover,
.single-product div.product .entry-summary .woosw-btn:hover {
background-color: transparent;
color: var(--accent);
border-color: var(--accent); }
:root {
--page-breadcrumb-display: block; }
.smartic-breadcrumb {
padding: 30px;
text-align: left;
background: #f4f4f4;
display: var(--page-breadcrumb-display); }
.smartic-breadcrumb .page-title {
color: var(--accent);
font-size: 60px;
font-weight: bold; }
.woocommerce-breadcrumb {
font-size: 14px;
color: var(--light); }
.woocommerce-breadcrumb a {
color: var(--light); }
.woocommerce-breadcrumb a:hover {
color: var(--primary); }
.woocommerce-breadcrumb i {
margin: 0 8px; }.tooltipster-fall,.tooltipster-grow.tooltipster-show{
-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);
-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-base{
display:flex;
pointer-events:none;
position:absolute
}
.tooltipster-box{
flex:1 1 auto
}
.tooltipster-content{
box-sizing:border-box;
max-height:100%;
max-width:100%; border-color: black;
}
.tooltipster-ruler{
bottom:0;
left:0;
overflow:hidden;
position:fixed;
right:0;
top:0;
visibility:hidden
}
.tooltipster-fade{
opacity:0;
-webkit-transition-property:opacity;
-moz-transition-property:opacity;
-o-transition-property:opacity;
-ms-transition-property:opacity;
transition-property:opacity
}
.tooltipster-fade.tooltipster-show{
opacity:1
}
.tooltipster-grow{
-webkit-transform:scale(0,0);
-moz-transform:scale(0,0);
-o-transform:scale(0,0);
-ms-transform:scale(0,0);
transform:scale(0,0);
-webkit-transition-property:-webkit-transform;
-moz-transition-property:-moz-transform;
-o-transition-property:-o-transform;
-ms-transition-property:-ms-transform;
transition-property:transform;
-webkit-backface-visibility:hidden
}
.tooltipster-grow.tooltipster-show{
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
-o-transform:scale(1,1);
-ms-transform:scale(1,1);
transform:scale(1,1);
-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
transition-timing-function:cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-swing{
opacity:0;
-webkit-transform:rotateZ(4deg);
-moz-transform:rotateZ(4deg);
-o-transform:rotateZ(4deg);
-ms-transform:rotateZ(4deg);
transform:rotateZ(4deg);
-webkit-transition-property:-webkit-transform,opacity;
-moz-transition-property:-moz-transform;
-o-transition-property:-o-transform;
-ms-transition-property:-ms-transform;
transition-property:transform
}
.tooltipster-swing.tooltipster-show{
opacity:1;
-webkit-transform:rotateZ(0);
-moz-transform:rotateZ(0);
-o-transform:rotateZ(0);
-ms-transform:rotateZ(0);
transform:rotateZ(0);
-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);
-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
transition-timing-function:cubic-bezier(.23,.635,.495,2.4)
}
.tooltipster-fall{
-webkit-transition-property:top;
-moz-transition-property:top;
-o-transition-property:top;
-ms-transition-property:top;
transition-property:top;
-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
transition-timing-function:cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-fall.tooltipster-initial{
top:0!important
}
.tooltipster-fall.tooltipster-dying{
-webkit-transition-property:all;
-moz-transition-property:all;
-o-transition-property:all;
-ms-transition-property:all;
transition-property:all;
top:0!important;
opacity:0
}
.tooltipster-slide{
-webkit-transition-property:left;
-moz-transition-property:left;
-o-transition-property:left;
-ms-transition-property:left;
transition-property:left;
-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);
-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
transition-timing-function:cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-slide.tooltipster-initial{
left:-40px!important
}
.tooltipster-slide.tooltipster-dying{
-webkit-transition-property:all;
-moz-transition-property:all;
-o-transition-property:all;
-ms-transition-property:all;
transition-property:all;
left:0!important;
opacity:0
}
@keyframes tooltipster-fading{
0%{
opacity:0
}
100%{
opacity:1
}
}
.tooltipster-update-fade{
animation:tooltipster-fading .4s
}
@keyframes tooltipster-rotating{
25%{
transform:rotate(-2deg)
}
75%{
transform:rotate(2deg)
}
100%{
transform:rotate(0)
}
}
.tooltipster-update-rotate{
animation:tooltipster-rotating .6s
}
@keyframes tooltipster-scaling{
50%{
transform:scale(1.1)
}
100%{
transform:scale(1)
}
}
.tooltipster-update-scale{
animation:tooltipster-scaling .6s
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{
margin-top:8px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box{
margin-right:8px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box{
margin-left:8px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box{
margin-bottom:8px
}
.tooltipster-sidetip .tooltipster-arrow{
overflow:hidden;
position:absolute
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{
height:10px;
margin-left:-10px;
top:-2px;
width:20px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{
height:20px;
margin-top:-10px;
right:-2px;
top:0;
width:10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{
height:20px;
margin-top:-10px;
left:-2px;
top:0;
width:10px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{
bottom:-2px;
height:10px;
margin-left:-9px;
width:20px
}
.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{
height:0;
position:absolute;
width:0
}
.tooltipster-sidetip .tooltipster-arrow-background{
border:10px solid transparent
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{
left:0;
top:3px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{
left:-3px;
top:0
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{
left:3px;
top:0
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{
left:0;
top:-3px
}
.tooltipster-sidetip .tooltipster-arrow-border{
border:10px solid transparent;
left:0;
top:0
}
.tooltipster-sidetip .tooltipster-arrow-uncropped{
position:relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{
top:-10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{
left:-10px
}.awdr_free_product_text{
display: inline-block;
padding: 0px 10px;
background-color: #3d9cd2;
color: #fff;
border-radius: 3px;
}
.variation-wdr_free_product{
display: none !important;
}
.awdr_change_product{
cursor: pointer;
}
.awdr_free_product_variants{
padding: 5px;
}
.awdr-product-name{
padding-left: 10px;
}
.awdr_change_product{
display: flex;
}
.awdr-select-free-variant-product-toggle {
color: gray;
cursor: pointer;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 1.02em;
transition: 0.4s;
}
.awdr-select-free-variant-product-toggle-active, .awdr-select-free-variant-product-toggle:hover {
color: #444;
}
.awdr-select-variant-product {
padding: 0 18px;
display: none;
background-color: white;
overflow: hidden;
}
.awdr-select-free-variant-product-toggle:after {
content: '\02795'; font-size: 12px;
color: #777;
margin-left: 10px;
}
.awdr-select-free-variant-product-toggle-active:after {
content: "\2796"; }.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-threads:before {
content: '\e9cb'; }
.fa-threads-square:before {
content: '\e9cc'; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-x-twitter:before {
content: "\e9ca"; }
.fa-x-twitter-square:before {
content: "\e9c9"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//bukiwatch.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
src: url(//bukiwatch.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//bukiwatch.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//bukiwatch.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//bukiwatch.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//bukiwatch.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//bukiwatch.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
src: url(//bukiwatch.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//bukiwatch.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//bukiwatch.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(//bukiwatch.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//bukiwatch.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }