@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 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; }
.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-widget-ekommart-countdown .elementor-ekommart-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-ekommart-countdown .elementor-countdown-item {
-webkit-flex-basis: 160px;
flex-basis: 160px;
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-ekommart-countdown .elementor-countdown-item:last-child:after {
display: none; }
.elementor-widget-ekommart-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-ekommart-countdown .elementor-countdown-label {
font-size: 12px;
font-weight: bold;
text-transform: uppercase; }
.elementor-widget-ekommart-countdown .elementor-countdown-digits {
font-size: 36px;
font-weight: bold;
line-height: 1;
color: var(--primary); }
@media (max-width: 767px) {
.elementor-widget-ekommart-header-group .site-header-cart {
padding-right: 15px; }
.elementor-widget-ekommart-header-group .site-header-cart .cart-contents .amount {
display: none; } }
.elementor-widget-ekommart-image-box {
text-align: center; }
.ekommart-image-box-content {
position: absolute;
background-color: #fff;
left: 35px;
right: 35px;
bottom: 0;
padding: 20px 20px 10px; }
.ekommart-image-framed {
position: relative; }
.ekommart-image-box-button {
display: block;
text-align: center;
background-color: #000;
color: #fff;
padding: 1rem;
font-size: 12px;
font-weight: 700;
margin-left: 35px;
margin-right: 35px; }
.ekommart-image-box-sub-title {
font-size: 12px;
text-transform: uppercase;
color: var(--primary); }
@media (min-width: 1024px) {
.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
display: inline-block; } }
.elementor-post-wrapper .column-item {
margin-bottom: 30px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease; }
.post-style-1 {
margin-bottom: 30px;
text-align: center; }
.post-style-1 .post-inner {
display: inline-block; }
.post-style-1 .entry-header {
position: relative; }
.post-style-1 .post-header-content {
text-align: center;
padding: 20px 40px;
background-color: var(--background); }
.post-style-1 .post-header-content .entry-title {
font-size: 16px; }
.post-style-1 .categories-link {
font-size: 14px;
margin-bottom: 15px;
display: block; }
.post-style-1 .categories-link a {
color: var(--primary); }
.post-style-1 .post-thumbnail {
overflow: hidden; }
.post-style-1 .post-thumbnail img {
margin-bottom: 0;
display: block;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s; }
.post-style-1 .post-thumbnail + .post-header-content {
position: absolute;
bottom: 0;
left: 35px;
right: 35px; }
.post-style-1 .entry-meta {
margin-left: 35px;
margin-right: 35px;
background: #000;
font-size: 12px;
color: var(--light);
text-align: center;
padding: 18px;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s; }
.post-style-1 .entry-meta a {
color: #fff; }
.post-style-1 .entry-meta > span:not(:first-child):before {
color: #fff; }
.post-style-1 .post-inner:hover .post-thumbnail img {
-webkit-transform: scale(1.1) rotate(2deg);
-ms-transform: scale(1.1) rotate(2deg);
transform: scale(1.1) rotate(2deg); }
.post-style-1 .post-inner:hover .entry-meta {
background-color: var(--primary); }
.post-style-2 .post-thumbnail {
margin-bottom: 2em;
overflow: hidden; }
.post-style-2 .post-thumbnail img {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s; }
.post-style-2 .entry-title {
font-size: 16px;
margin-bottom: 1em; }
.post-style-2 .entry-meta {
margin-bottom: 10px;
margin-top: 5px;
font-size: 12px;
color: var(--light); }
.post-style-2 .entry-meta .posted-on a,
.post-style-2 .entry-meta .post-author a {
color: var(--light); }
.post-style-2 .entry-meta .posted-on a:hover,
.post-style-2 .entry-meta .post-author a:hover {
color: var(--primary); }
.post-style-2 .entry-content {
border: none; }
.post-style-2 .entry-content a {
font-weight: 700;
border-bottom: 1px solid; }
.post-style-2 .entry-content p {
margin-bottom: 1em; }
.post-style-2 .post-inner:hover .post-thumbnail img {
-webkit-transform: scale(1.1) rotate(2deg);
-ms-transform: scale(1.1) rotate(2deg);
transform: scale(1.1) rotate(2deg); }
.post-style-3 .post-inner {
position: relative;
text-align: center;
height: 100%;
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; }
.post-style-3 .post-inner:hover {
background: #000; }
.post-style-3 .post-inner:hover img {
opacity: 0.4;
-webkit-transform: scale(1.1) rotate(2deg);
-ms-transform: scale(1.1) rotate(2deg);
transform: scale(1.1) rotate(2deg); }
.post-style-3 .post-inner:hover .entry-content {
border-color: transparent; }
.post-style-3 .post-inner:hover .entry-description {
color: #fff; }
.post-style-3 .post-inner:hover .entry-title a {
color: #fff; }
.post-style-3 .post-inner:hover .entry-title a:hover {
color: var(--primary); }
.post-style-3 .post-inner:hover .entry-meta {
background-color: var(--primary); }
.post-style-3 .post-thumbnail {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden; }
.post-style-3 .post-thumbnail img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.post-style-3 .categories-link {
display: block; }
.post-style-3 .entry-content {
padding: 40px;
position: relative;
border-width: 1px 1px 0;
border-style: solid;
border-color: var(--border); }
.post-style-3 .entry-meta {
padding: 15px;
position: relative;
font-size: 12px;
color: #fff;
background-color: var(--dark); }
.post-style-3 .entry-meta a {
color: #fff; }
.post-style-3 .entry-meta a:hover {
text-decoration: underline; }
.post-style-3 .entry-title {
font-size: 16px;
padding-top: 10px;
margin-bottom: 20px; }
.post-style-3 .entry-title a:hover {
color: var(--primary); }
.post-style-3 .entry-description {
margin-bottom: 0; }
.post-style-3 .post-link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 99; }
.post-style-4 .column-item {
margin-bottom: 20px; }
.post-style-4 .column-item:last-child {
margin: 0; }
.post-style-4 .post-inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding-bottom: 20px;
border-bottom: 1px solid;
border-color: var(--border); }
.post-style-4 .post-thumbnail {
max-width: 100px; }
.post-style-4 .entry-content {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
padding-left: 25px;
margin-top: -8px; }
.post-style-4 .categories-link {
font-size: 12px; }
.post-style-4 .entry-title {
font-size: 14px;
padding-top: 0.6em; }
.post-style-4 .entry-meta {
font-size: 12px;
color: var(--light); }
.post-style-4 .entry-meta a {
color: var(--light); }
.post-style-4 .entry-meta a:hover {
color: var(--primary); }
.post-style-footer .post-style-4.column-item {
margin-bottom: 15px; }
.post-style-footer .post-style-4.column-item:last-child .post-inner {
border-bottom: 0;
padding-bottom: 0; }
.post-style-footer .post-style-4 .post-inner {
padding-bottom: 15px; }
.post-style-footer .post-style-4 .post-thumbnail {
max-width: 60px; }
.post-style-footer .post-style-4 .entry-content {
padding-left: 15px;
margin-top: 0; }
.post-style-footer .post-style-4 .categories-link {
display: none; }
.post-style-footer .post-style-4 .entry-title {
padding-top: 0; }
.elementor-widget-ekommart-product-categories .cat-image {
position: relative;
overflow: hidden;
text-align: center; }
.elementor-widget-ekommart-product-categories .cat-image img {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
-o-object-fit: cover;
object-fit: cover;
display: inline-block; }
.elementor-widget-ekommart-product-categories .cat-title {
text-align: center;
font-size: 16px;
background: #fff;
padding: 18px 20px;
font-weight: 700; }
.elementor-widget-ekommart-product-categories .cat-title a {
color: #000; }
.elementor-widget-ekommart-product-categories .cat-title a:hover {
color: var(--primary); }
.elementor-widget-ekommart-product-categories .cat-total {
font-size: 14px;
font-weight: 400;
color: #fff;
background: #000;
padding: 10px 20px;
text-align: center;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s; }
.elementor-widget-ekommart-product-categories .product-cat:hover .cat-image img {
-webkit-transform: scale(1.1) rotate(2deg);
-ms-transform: scale(1.1) rotate(2deg);
transform: scale(1.1) rotate(2deg); }
.elementor-widget-ekommart-product-categories .product-cat:hover .cat-total {
background-color: var(--primary); }
.product-cat-style-1 .cat-total {
margin-left: 40px;
margin-right: 40px; }
.product-cat-style-1 .cat-title {
position: absolute;
left: 40px;
right: 40px;
bottom: 0; }
.product-cat-style-2 .product-cat-caption {
position: absolute;
bottom: 40px;
left: 40px;
width: 220px;
max-width: calc(100% - 80px); }
.product-cat-style-3 .cat-image {
border: 1px solid;
border-color: var(--border); }
.product-cat-style-3 .cat-total {
position: absolute;
bottom: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
left: 0;
right: 0;
background-color: var(--primary); }
.product-cat-style-3 .cat-title {
background-color: transparent; }
.product-cat-style-3 .product-cat:hover .cat-total {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.product-cat-style-4 .cat-image {
border: 1px solid;
border-color: var(--border); }
.product-cat-style-4 .cat-total {
position: absolute;
top: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
left: 0;
right: 0;
background-color: #000; }
.product-cat-style-4 .cat-title {
background-color: transparent;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 10px; }
.product-cat-style-4 .product-cat:hover .cat-total {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.product-cat-style-5 .product-cat-caption {
margin-top: 20px; }
.product-cat-style-5 .cat-title {
background-color: transparent;
padding: 0; }
.product-cat-style-5 .cat-total {
background-color: transparent;
color: var(--primary);
padding: 5px; }
.product-cat-style-5 .product-cat:hover .cat-image img {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.product-cat-style-5 .product-cat:hover .cat-total {
background-color: transparent; }
.elementor-widget-ekommart-products-deals .fieldset {
border: 3px solid;
border-top: none;
border-color: var(--primary); }
@media (min-width: 1024px) {
.elementor-widget-ekommart-products-deals .fieldset {
padding: 0 30px; } }
@media (max-width: 1023px) {
.elementor-widget-ekommart-products-deals .fieldset {
border: none !important; } }
.elementor-widget-ekommart-products-deals .legend {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
@media (min-width: 1024px) {
.elementor-widget-ekommart-products-deals .legend {
margin-left: -33px;
margin-right: -33px; } }
.elementor-widget-ekommart-products-deals .legend .legend-wrap {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.elementor-widget-ekommart-products-deals .legend:before {
border-top: 3px solid;
width: 25px;
margin-right: 10px;
border-color: var(--primary); }
@media (min-width: 1024px) {
.elementor-widget-ekommart-products-deals .legend:before {
content: ''; } }
.elementor-widget-ekommart-products-deals .legend:after {
border-top: 3px solid;
border-color: var(--primary);
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
flex: 1 0 auto;
margin-left: 10px; }
@media (min-width: 1024px) {
.elementor-widget-ekommart-products-deals .legend:after {
content: ''; } }
.elementor-widget-ekommart-products-deals .element-deal-title {
font-size: 28px;
color: var(--accent); }
.elementor-widget-ekommart-products-deals .deal-time {
color: #ff0000;
font-size: 18px;
margin-right: 5px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
font-weight: 700;
width: 100%; }
@media (min-width: 1024px) {
.elementor-widget-ekommart-products-deals .deal-time {
width: auto; }
.elementor-widget-ekommart-products-deals .deal-time:before {
content: '';
width: 24px;
height: 1px;
background-color: black;
margin-left: 20px;
margin-right: 20px; } }
.elementor-widget-ekommart-products-deals .deal-time i {
line-height: 1;
margin-right: 3px; }
.elementor-widget-ekommart-products-deals .deal-time i:before {
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px); }
.elementor-widget-ekommart-products-deals .deal-time .deal-count {
min-width: 78px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex; }
.elementor-widget-ekommart-products-deals .woocommerce-carousel {
margin-bottom: 30px; }
.product-style-1 .elementor-widget-ekommart-products-deals ul.products li.product a[class*="product_type_"],
.product-style-2 .elementor-widget-ekommart-products-deals ul.products li.product a[class*="product_type_"],
.product-style-4 .elementor-widget-ekommart-products-deals ul.products li.product a[class*="product_type_"],
.product-style-6 .elementor-widget-ekommart-products-deals ul.products li.product a[class*="product_type_"] {
display: none; }
.product-style-1 ul.products li.product .deal-sold,
.product-style-2 ul.products li.product .deal-sold,
.product-style-4 ul.products li.product .deal-sold,
.product-style-5 ul.products li.product .deal-sold {
padding-left: 15px;
padding-right: 15px; }
.elementor-widget-ekommart-products-tabs .elementor-tabs-wrapper {
text-align: center;
display: block; }
.elementor-widget-ekommart-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; }
@media (min-width: 768px) {
.elementor-widget-ekommart-products-tabs .elementor-tab-title {
margin-bottom: 0; } }
.elementor-widget-ekommart-products-tabs .elementor-tab-title:hover, .elementor-widget-ekommart-products-tabs .elementor-tab-title.elementor-active {
border-color: var(--primary); }
.elementor-widget-ekommart-products-tabs .elementor-tab-title:first-child {
margin-left: 0; }
.elementor-widget-ekommart-products-tabs .elementor-tab-title:last-child {
margin-right: 0 !important; }
.elementor-widget-ekommart-products-tabs .elementor-tab-title:last-child:before {
display: none; }
.elementor-widget-ekommart-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-ekommart-products-tabs .elementor-tab-title:before {
display: none; } }
.elementor-widget-ekommart-products-tabs .elementor-tab-title:hover, .elementor-widget-ekommart-products-tabs .elementor-tab-title.elementor-active {
color: var(--primary); }
.elementor-widget-ekommart-products-tabs .elementor-tab-content {
border: 0;
padding: 0; }
.elementor-widget-ekommart-products-tabs .elementor-tabs-content-wrapper {
border: none; }
.elementor-widget-ekommart-products-tabs ul.products {
margin: 0; }
.elementor-tabs-h-align-left .elementor-tab-title:first-child {
padding-left: 0 !important; }
.elementor-tabs-h-align-right .elementor-tab-title:last-child {
padding-right: 0 !important; }
.elementor-html .onsale + img,
.elementor-html .product-img-wrap + 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%; }
ul.products li.product-item {
padding-left: 15px;
padding-right: 15px;
margin-top: -1px;
margin-left: -1px; }
.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;
overflow: hidden; }
[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-align: center;
-webkit-align-items: center;
align-items: center;
border-top: 1px solid;
border-top-color: var(--border);
padding: 1em 0;
background-color: var(--background); }
.product-list-border-hide .woocommerce-product-list ul.products .product-list-inner {
border: none; }
.woocommerce-product-list ul.products .product-list-inner img {
max-width: 90px;
width: 100%; }
.woocommerce-product-list ul.products .product-list-inner > a {
display: block;
max-height: 50%;
min-width: 60px; }
.woocommerce-product-list ul.products .reviewer {
font-size: 0.875em; }
.woocommerce-product-list ul.products .product-content {
padding-left: 15px;
padding-right: 15px;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; }
.woocommerce-product-list ul.products .product-content del {
color: var(--light); }
.woocommerce-product-list ul.products .product-content del .amount {
font-size: 0.875em;
font-weight: 400;
color: var(--light); }
.woocommerce-product-list ul.products .product-content .amount {
color: var(--primary); }
.woocommerce-product-list ul.products .star-rating {
margin-bottom: 5px; }
.woocommerce-product-list ul.products .product-title {
display: block;
margin-top: 0.6180469716em;
margin-bottom: 0.875em;
line-height: 1.41575em;
text-decoration: none !important; }
.woocommerce-product-list ul.products .product-title span {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
color: var(--accent); }
.woocommerce-product-list ul.products .product-title span:hover {
color: var(--primary); }
.woocommerce-product-list ul.products .amount {
font-weight: 700;
display: block; }
.woocommerce-product-list ul.products .button {
margin-top: 10px;
background-color: #000;
padding-top: 5px;
padding-bottom: 5px;
border: none; }
.woocommerce-product-list ul.products .price {
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;
color: var(--primary); }
.woocommerce-product-list ul.products .slick-slide {
height: auto !important; }
.woocommerce-product-list.producs-list-2 ul.products {
overflow: visible; }
.woocommerce-product-list.producs-list-2 ul.products li {
margin-top: 0;
margin-bottom: 30px; }
.woocommerce-product-list.producs-list-2 ul.products .product-list-inner {
border: 1px solid;
border-color: var(--border);
padding: 1em; }
.product-list-border-hide .woocommerce-product-list.producs-list-2 ul.products .product-list-inner {
border: none; }
@media (min-width: 768px) {
.woocommerce-product-list.producs-list-2 ul.products .product-list-inner img {
max-width: 200px; } }
.woocommerce-product-list.producs-list-2 ul.products .product-title {
font-weight: 700; }
.woocommerce-product-list.producs-list-3 ul.products {
overflow: visible; }
.woocommerce-product-list.producs-list-3 ul.products .product-list-inner {
padding: 1em; }
@media (min-width: 768px) {
.woocommerce-product-list.producs-list-3 ul.products .product-list-inner img {
max-width: 200px; } }
.woocommerce-product-list.producs-list-3 ul.products .posted-in a {
font-size: 12px;
color: #b0b0b0; }
.woocommerce-product-list.producs-list-3 ul.products .product-title {
font-weight: 700; }
.woocommerce-product-list.producs-list-3 ul.products .short-description {
margin-top: 15px; }
.woocommerce-product-list.producs-list-4 ul.products {
overflow: visible; }
.woocommerce-product-list.producs-list-4 ul.products li {
margin-top: 0;
margin-bottom: 30px; }
.woocommerce-product-list.producs-list-4 ul.products .product-list-inner {
border: 1px solid;
border-color: var(--border);
padding: 1em; }
.product-list-border-hide .woocommerce-product-list.producs-list-4 ul.products .product-list-inner {
border: none; }
@media (min-width: 768px) {
.woocommerce-product-list.producs-list-4 ul.products .product-list-inner img {
max-width: 200px; } }
.woocommerce-product-list.producs-list-5 ul.products {
overflow: visible; }
.woocommerce-product-list.producs-list-5 ul.products li {
margin-top: 0;
margin-bottom: 30px; }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner {
border: 1px solid;
border-color: var(--border);
padding: 1em; }
.product-list-border-hide .woocommerce-product-list.producs-list-5 ul.products .product-list-inner {
border: none; }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner > a {
max-height: unset; }
@media (max-width: 768px) {
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner {
display: block; }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner img {
max-width: 100%; }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner .product-content {
padding: 20px 0 0; } }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner .posted-in a {
color: #888; }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner .posted-in a:hover {
color: var(--primary); }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner a.product-title {
font-size: 16px; }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner ins .amount {
font-size: 20px; }
@media (min-width: 769px) {
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner > a {
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%; }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner img {
max-width: 100%; } }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner .product-content {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column; }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner .product-content > * {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2; }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner .product-content .star-rating {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1; }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner .product-content .posted-in,
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner .product-content .product-title,
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner .product-content .short-description {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1; }
.woocommerce-product-list.producs-list-5 ul.products .product-list-inner .product-content .short-description {
margin-bottom: 10px; }
.time-sale {
margin-top: 15px;
padding-top: 10px;
border-top: 1px solid;
border-top-color: var(--border); }
.time-sale .deal-text {
color: var(--accent); }
@media (min-width: 768px) {
.time-sale .deal-text {
margin-bottom: 10px; } }
.time-sale .ekommart-countdown {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.time-sale .ekommart-countdown .countdown-item {
margin-right: 10px; }
@media (min-width: 768px) {
.time-sale .ekommart-countdown .countdown-item {
text-align: center; } }
.time-sale .ekommart-countdown .countdown-item .countdown-digits {
background-color: var(--primary); }
@media (min-width: 768px) {
.time-sale .ekommart-countdown .countdown-item .countdown-digits {
color: #fff;
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;
padding: 5px;
width: 50px;
height: 50px;
font-size: 20px;
font-weight: bold;
border-radius: 50%; } }
@media (max-width: 767px) {
.time-sale .ekommart-countdown .countdown-item .countdown-digits {
background-color: transparent !important; } }
.time-sale .ekommart-countdown .countdown-item .countdown-label {
font-size: 12px;
display: block;
color: var(--accent); }
.border-wrapper-yes .woocommerce-carousel ul.products {
padding-left: 0;
border-left: 1px solid;
border-right: 1px solid;
border-right-color: var(--border);
border-left-color: var(--border); }
.elementor-widget-ekommart-search .widget_product_search {
margin-bottom: 0; }
.elementor-site-logo-wrapper .site-branding .custom-logo-link {
display: block; }
.elementor-site-logo-wrapper .site-branding img {
display: inline-block;
vertical-align: middle; }
.elementor-widget-container .elementor-teams-wrapper {
line-height: 1.5em; }
.elementor-widget-container .elementor-teams-wrapper .team-image {
display: inline-block;
padding-bottom: 16px; }
.elementor-widget-container .elementor-teams-wrapper .team-image img {
border-radius: 50%; }
.elementor-widget-container .elementor-teams-wrapper .team-name {
text-transform: uppercase;
color: var(--accent);
font-weight: 700;
font-size: 12px; }
.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 {
text-transform: uppercase;
color: var(--light);
font-weight: 500;
font-size: 12px;
padding-bottom: 16px; }
.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;
padding-bottom: 18px; }
.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: 30px;
height: 30px;
line-height: 26px;
border: 1px solid;
border-color: var(--border);
border-radius: 50%;
color: var(--text);
font-size: 12px; }
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a i {
padding-top: 8px; }
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a:hover {
color: var(--primary);
border-color: var(--primary); }
.elementor-widget-container .elementor-teams-wrapper .team-description {
color: var(--text);
font-weight: 500; }
.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 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 ul {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
margin: 0 -5px; }
.elementor-testimonial-item-wrapper .title {
color: var(--primary);
text-transform: uppercase;
display: block;
margin-bottom: 30px; }
.elementor-testimonial-item-wrapper .icon-inner {
font-size: 60px; }
.elementor-testimonial-item-wrapper .content {
color: var(--accent);
font-size: 20px;
line-height: 1.5;
margin-bottom: 25px; }
.elementor-testimonial-item-wrapper .details {
color: var(--accent); }
.elementor-testimonial-item-wrapper .name {
text-transform: uppercase;
font-weight: 600; }
.testimonial-decor {
width: 30px;
height: 2px;
background: #d9d9d9;
display: inline-block; }
.elementor-testimonial-image img {
display: inline; }
@media (max-width: 767px) {
.ekommart-carousel .slick-arrow {
display: none !important; } }
.menu-vertical-type-default .vertical-navigation .vertical-menu {
position: relative;
top: 0;
opacity: 1;
visibility: visible;
z-index: 99; }
.menu-vertical-type-default .vertical-navigation .vertical-navigation-header {
height: auto; }
.animated-bg-text h2.elementor-heading-title {
background-image: -webkit-linear-gradient(left, #000 0, #000 100%);
background-image: linear-gradient(to right, #000 0, #000 100%);
background-repeat: no-repeat;
background-size: 0 100%;
-webkit-transition: background 0.5s;
transition: background 0.5s;
display: inline; }
.animated-bg-text:hover h2.elementor-heading-title {
background-size: 100% 100%;
color: #fff !important; }
.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-button {
font-weight: 700; }
.elementor-button.elementor-size-sm {
padding: 0.6180469716em 1.41575em; }
.elementor-element.elementor-button-primary .elementor-button {
background-color: var(--primary); }
.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); }
.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
display: none; }
.elementor-button.elementor-size-sm {
padding: 0.6180469716em 1.41575em;
font-weight: 700; }
.elementor-widget-container .elementor-accordion .elementor-accordion-item {
border: 0;
border-bottom: 1px solid;
border-bottom-color: var(--border); }
.elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
color: var(--accent);
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
font-weight: 700;
padding: 1.25em 0; }
.elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
font-size: 1.5em;
margin-right: 1.063em;
color: var(--accent); }
.elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened {
color: var(--primary); }
.elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
line-height: 26px;
color: var(--accent); }
.elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
color: var(--accent); }
.elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active a {
color: var(--accent); }
.elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content {
border-top: 0;
line-height: 30px;
padding: 0 0 33px 52px; }
.elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content p {
margin: 0; }
body:not(.ekommart-header-side) .content-area .elementor-section.elementor-section-stretched {
width: 100vw !important;
left: 50% !important;
margin-left: -50vw !important; }
.elementor-text-editor p {
margin-bottom: 0; }
.elementor-widget-gallery-icon-yes .elementor-gallery-item__overlay {
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; }
.elementor-widget-gallery-icon-yes .elementor-gallery-item__overlay:before {
font-size: 30px;
color: transparent;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }
.elementor-widget-gallery-icon-yes .elementor-gallery-item__overlay:hover:before {
color: #fff; }
.elementor-field-group .elementor-field-textual:focus {
box-shadow: none; }
.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); }@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(//www.estanteriassantos.com/wp-content/plugins/woocommerce/assets/fonts/star.eot);
src: url(//www.estanteriassantos.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(//www.estanteriassantos.com/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(//www.estanteriassantos.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(//www.estanteriassantos.com/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, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
.price ins {
font-weight: 400; } .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 .cart-contents .amount {
font-weight: 700;
color: var(--accent);
font-size: 16px;
padding-left: 7px; }
.site-header-cart .cart-contents .count {
width: 20px;
height: 20px;
line-height: 20px;
font-size: 12px;
text-align: center;
border-radius: 50%;
font-weight: 700;
color: #fff;
background-color: #ef3636;
display: inline-block;
position: absolute;
top: -2px;
left: 21px; }
.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: 0.875em;
clear: both; }
.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; } .ekommart-handheld-footer-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 996;
border-top: 1px solid;
border-top-color: var(--border); }
.ekommart-handheld-footer-bar::before, .ekommart-handheld-footer-bar::after {
content: '';
display: table; }
.ekommart-handheld-footer-bar::after {
clear: both; }
@media (min-width: 1025px) {
.ekommart-handheld-footer-bar {
display: none; } }
.ekommart-handheld-footer-bar ul {
margin: 0; }
.ekommart-handheld-footer-bar ul li {
display: inline-block;
float: left;
text-align: center; }
.ekommart-handheld-footer-bar ul li:last-child > a {
border-right: 0; }
.ekommart-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); }
.ekommart-handheld-footer-bar ul li > a:before {
color: var(--accent); }
.ekommart-handheld-footer-bar ul li > a .title {
font-weight: 600;
font-size: 12px;
color: var(--accent); }
.ekommart-handheld-footer-bar ul li.search .site-search {
background-color: var(--background);
position: absolute;
bottom: -2em;
left: 0;
right: 0;
-webkit-transition: all, ease, 0.2s;
transition: all, ease, 0.2s;
padding: 1em;
z-index: 1;
display: block; }
.ekommart-handheld-footer-bar ul li.search.active .site-search {
bottom: 100%; }
.ekommart-handheld-footer-bar ul li.search .site-search,
.ekommart-handheld-footer-bar ul li.search .widget,
.ekommart-handheld-footer-bar ul li.search form {
margin-bottom: 0; }
.ekommart-handheld-footer-bar ul li.search .ajax-search-result {
top: unset;
bottom: 100%;
max-height: calc(100vh - 250px);
padding: 0 15px;
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; }
.ekommart-handheld-footer-bar ul li.search .product-item-search {
text-align: left;
padding: 10px 0; }
.ekommart-handheld-footer-bar ul li.search .product-item-search .product-link img {
width: 50px; }
.ekommart-handheld-footer-bar ul li.cart .count, .ekommart-handheld-footer-bar ul li.wishlist .count {
text-indent: 0;
display: block;
width: 2em;
height: 2em;
line-height: 2;
box-sizing: content-box;
font-size: 0.75em;
position: absolute;
top: 0.5em;
left: 50%;
border-radius: 100%;
border: 1px solid;
background-color: #ef3636;
color: #fff; }
.ekommart-handheld-footer-bar ul.columns-1 li {
width: 100%;
display: block;
float: none; }
.ekommart-handheld-footer-bar ul.columns-2 li {
width: 50%; }
.ekommart-handheld-footer-bar ul.columns-3 li {
width: 33.33333%; }
.ekommart-handheld-footer-bar ul.columns-4 li {
width: 25%; }
.ekommart-handheld-footer-bar ul.scsscolumns-5 li {
width: 20%; }
.sf-input-focused .ekommart-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; } .dokan-store .site-content #breadcrumbs {
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; }
.form-row label {
color: var(--accent);
display: block;
margin-bottom: 0.5em; }
.form-row .select2-container--default .select2-selection--single {
border: 2px solid;
border-color: var(--border);
border-radius: 3px;
min-height: 43px;
background-color: var(--background); }
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 43px;
color: var(--text); }
.form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 38px; }
.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: 5.3em;
font-family: 'star';
font-weight: 400;
display: block; }
.star-rating::before {
content: '\53\53\53\53\53';
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\53\53\53\53';
top: 0;
position: absolute;
left: 0;
color: #ff9933; }
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: #ef3636;
opacity: 1; }
p.stars.selected a.active::before {
content: '\53';
color: #ef3636;
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: #ef3636;
opacity: 1; }
.wc-block-grid__product-onsale,
.onsale {
color: #fff;
padding: 0 0.7em;
font-size: 12px;
font-weight: 400;
display: inline-block;
border-radius: 3px;
position: absolute;
left: 30px;
top: 30px;
background-color: var(--primary);
z-index: 3; }
.stock-label {
color: #fff;
padding: 0 0.7em;
font-size: 12px;
font-weight: 400;
display: inline-block;
border-radius: 3px;
position: absolute;
left: 30px;
top: 30px;
background-color: #ababab;
z-index: 3; }
.stock-label + .onsale {
display: none; }
.quantity .qty {
width: 4.235801032em;
text-align: center; }
.ekommart-sorting {
font-size: 0.875em;
margin-bottom: 2.617924em;
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;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px solid;
border-bottom-color: var(--border); }
@media (max-width: 767px) {
.ekommart-sorting {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; } }
.gridlist-toggle {
margin-right: 10px; }
.gridlist-toggle a {
color: var(--text);
padding: 5px; }
.gridlist-toggle a.active, .gridlist-toggle a:hover {
color: var(--accent); }
.related,
.upsells {
margin-top: 70px;
margin-bottom: 50px; }
.related > h2:first-child,
.upsells > h2:first-child {
font-size: 30px;
margin-bottom: 1.4em;
text-align: center; }
.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 {
padding: 1em 1.618em;
margin-bottom: 2.617924em;
background-color: #0f834d;
margin-left: 0;
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-message:first-child,
.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; } .ekommart-product-section {
margin-bottom: 1.618em; }
.ekommart-product-section .section-title {
text-align: center;
margin-bottom: 1em; }
.ekommart-product-section:last-child {
margin-bottom: 0; } .ekommart-product-pagination-wrap {
position: absolute;
right: 0;
top: 0; }
.ekommart-product-pagination {
display: none;
position: relative;
padding-top: 4px;
padding-bottom: 10px; }
.ekommart-product-pagination i {
font-size: 24px;
margin: 2px;
line-height: 1; }
.ekommart-product-pagination a {
color: var(--accent);
padding-top: 15px;
padding-bottom: 15px; }
.ekommart-product-pagination a:hover {
color: var(--primary_hover); }
.ekommart-product-pagination a:hover .product-item {
opacity: 1;
visibility: visible;
pointer-events: auto;
top: 100%; }
.ekommart-product-pagination .product-item {
position: absolute;
right: 0;
top: calc(100% + 10px);
opacity: 0;
visibility: visible;
pointer-events: none;
width: 230px;
background-color: var(--background);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -webkit-flex;
display: flex;
text-align: left;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s; }
.ekommart-product-pagination .product-item img {
max-width: 80px; }
.ekommart-product-pagination .product-item .ekommart-product-pagination-content {
padding: 10px 15px; }
.ekommart-product-pagination .product-item .ekommart-product-pagination__title {
color: var(--accent);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-height: 3.4em; }
.ekommart-product-pagination .product-item .price {
color: var(--primary);
display: block;
font-weight: 700; } .ekommart-sticky-add-to-cart {
display: none; }
.screen-reader-text, .shop-action .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) {
.ekommart-archive-product #secondary {
display: none; } }
.woocommerce-ordering {
margin-bottom: 0; }
.woocommerce-ordering select {
font-size: 14px;
color: var(--accent);
padding-top: 6px;
padding-bottom: 6px; }
.woocommerce-result-count {
color: var(--accent); }
@media (max-width: 1023px) {
.woocommerce-result-count {
display: none; } } ul.products::before, ul.products::after {
content: '';
display: table; }
ul.products::after {
clear: both; }
.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: 3.2258064516%;
text-align: center;
position: relative;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
margin-left: auto;
margin-right: auto; }
@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%; } }
.products-no-gutter ul.products li.product, .products-no-gutter
ul.products .wc-block-grid__product, .products-no-gutter
.wc-block-grid__products li.product, .products-no-gutter
.wc-block-grid__products .wc-block-grid__product {
padding-left: 0;
padding-right: 0;
margin-bottom: -1px; }
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 .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 {
margin: 0 auto 0.5407911001em; }
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-weight: 700;
margin-bottom: 1rem;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
font-size: 16px;
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 {
font-weight: 400;
font-size: 14px;
color: var(--light); }
ul.products li.product .price ins,
ul.products .wc-block-grid__product .price ins,
.wc-block-grid__products li.product .price ins,
.wc-block-grid__products .wc-block-grid__product .price ins {
font-weight: 700;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1;
margin-left: 0;
margin-right: 0.6180469716em;
background-color: transparent; }
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: 14px;
font-weight: 700;
margin-bottom: 0.5407911001em;
padding-left: 15px;
padding-right: 15px; }
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 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
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_hover); }
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: 0.875em; }
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; }
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 {
margin-bottom: 10px; }
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);
font-size: 12px; }
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_hover); }
ul.products li.product .button,
ul.products .wc-block-grid__product .button,
.wc-block-grid__products li.product .button,
.wc-block-grid__products .wc-block-grid__product .button {
margin-bottom: 0.236em; }
ul.products .slick-disabled:before,
.wc-block-grid__products .slick-disabled:before {
opacity: .75; }
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; }
.hentry .entry-content .wc-block-grid__products .wc-block-grid__product > a,
.hentry .entry-content ul.products li.product > a {
text-decoration: none; }
.price del {
opacity: 0.5;
font-weight: 400; }
.price del + ins {
margin-left: 0.327em; }
.shop-action {
-webkit-transition: all .35s ease;
transition: all .35s ease;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end; }
@media (min-width: 768px) {
.shop-action {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; } }
.shop-action .yith-wcqv-button, .shop-action .yith-wcwl-add-button, .shop-action .compare {
-webkit-box-flex: 0;
-webkit-flex: 0 1 30px;
flex: 0 1 30px; }
@media (min-width: 768px) {
.shop-action .yith-wcqv-button, .shop-action .yith-wcwl-add-button, .shop-action .compare {
-webkit-box-flex: 0;
-webkit-flex: 0 1 50px;
flex: 0 1 50px; } }
.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 .yith-wcqv-button,
.shop-action .yith-wcwl-add-to-wishlist > div > a,
.shop-action .compare {
width: 30px;
height: 30px;
position: relative;
white-space: nowrap;
font-size: 0px;
background-color: #fff;
border-radius: 0;
border-color: #000; }
@media (min-width: 768px) {
.shop-action .yith-wcqv-button,
.shop-action .yith-wcwl-add-to-wishlist > div > a,
.shop-action .compare {
width: 50px;
height: 50px;
margin-left: -1px;
border-style: solid;
border-width: 1px; } }
.shop-action .yith-wcqv-button:before,
.shop-action .yith-wcwl-add-to-wishlist > div > a:before,
.shop-action .compare:before {
font-size: 16px;
color: #2d2d2d;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.site-dark .shop-action .yith-wcqv-button:before, .site-dark
.shop-action .yith-wcwl-add-to-wishlist > div > a:before, .site-dark
.shop-action .compare:before {
color: #fff; }
.shop-action .yith-wcqv-button:hover,
.shop-action .yith-wcwl-add-to-wishlist > div > a:hover,
.shop-action .compare:hover {
background-color: #000;
border-color: #000; }
.shop-action .yith-wcqv-button:hover:before,
.shop-action .yith-wcwl-add-to-wishlist > div > a:hover:before,
.shop-action .compare:hover:before {
color: #fff; }
.site-dark .shop-action .yith-wcqv-button:hover:before, .site-dark
.shop-action .yith-wcwl-add-to-wishlist > div > a:hover:before, .site-dark
.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%); }
.product-transition {
position: relative;
overflow: hidden;
margin-bottom: 15px; }
.product-transition .group-action {
position: absolute;
z-index: 3;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 100%; }
.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; }
.safari ul.products li.product {
margin: 0; }
.safari ul.products li.product:first-child {
margin-left: -1px; }
.product-style-1 ul.products li.product {
margin: 0; }
.product-style-1 ul.products li.product .product-block {
border: 1px solid;
border-color: var(--border);
margin-left: -1px; }
.product-style-1 ul.products li.product .product-block:after {
content: '';
display: block;
padding-top: 17%;
clear: both; }
.product-style-1 ul.products li.product .price, .product-style-4 ul.products li.product .price, .product-style-6 ul.products li.product .price {
margin-bottom: 1.3rem; }
.product-style-1 ul.products li.product a[class*="product_type_"], .product-style-4 ul.products li.product a[class*="product_type_"], .product-style-6 ul.products li.product a[class*="product_type_"] {
border: none;
padding: 4px 20px;
border-radius: 4px;
text-transform: capitalize;
background-color: var(--dark); }
.product-style-1 ul.products li.product a[class*="product_type_"]:hover, .product-style-4 ul.products li.product a[class*="product_type_"]:hover, .product-style-6 ul.products li.product a[class*="product_type_"]:hover {
background-color: var(--primary_hover); }
.product-style-1 .product-transition .group-action, .product-style-4 .product-transition .group-action, .product-style-6 .product-transition .group-action {
top: 25px;
right: 20px; }
@media (min-width: 768px) {
.product-style-1 .product-transition .group-action, .product-style-4 .product-transition .group-action, .product-style-6 .product-transition .group-action {
top: 55%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0; } }
@media (min-width: 768px) {
.product-style-1 li.product:hover .product-transition .group-action, .product-style-4 li.product:hover .product-transition .group-action, .product-style-6 li.product:hover .product-transition .group-action {
top: 50%;
opacity: 1; } }
.product-style-2 ul.products {
padding-left: 1px; }
.product-style-2 ul.products li.product {
margin: 0; }
.product-style-2 ul.products li.product .product-block {
border: 1px solid;
border-color: var(--border);
background-color: var(--background);
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: inline-flex !important;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
margin-left: -1px; }
.product-style-2 ul.products li.product .price {
margin-bottom: .5rem; }
.product-style-2 ul.products li.product a[class*="product_type_"] {
border: none;
display: block;
background-color: var(--dark);
text-transform: capitalize;
margin-bottom: 0;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
margin-top: auto;
border-radius: 0; }
@media (min-width: 768px) {
.product-style-2 ul.products li.product a[class*="product_type_"] {
opacity: 0; } }
.product-style-2 ul.products li.product a[class*="product_type_"]:hover {
background-color: var(--primary_hover); }
.product-style-2 .product-transition .group-action {
top: 25px;
right: 20px; }
@media (min-width: 768px) {
.product-style-2 .product-transition .group-action {
top: 55%;
right: 0;
opacity: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); } }
@media (min-width: 768px) {
.product-style-2 ul.products li.product:hover .product-transition .group-action {
top: 50%;
opacity: 1; }
.product-style-2 ul.products li.product:hover a[class*="product_type_"] {
opacity: 1; } }
.product-style-3 ul.products li.product {
margin: 0;
text-align: left;
margin-bottom: 10px; }
@media (min-width: 768px) {
.product-style-3 ul.products li.product .shop-action {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column; }
.product-style-3 ul.products li.product .shop-action .yith-wcqv-button,
.product-style-3 ul.products li.product .shop-action .yith-wcwl-add-to-wishlist > div > a,
.product-style-3 ul.products li.product .shop-action .compare {
overflow: hidden;
background-color: #fff;
border: none;
border-radius: 50%;
margin-bottom: 10px; }
.product-style-3 ul.products li.product .shop-action .yith-wcqv-button:hover,
.product-style-3 ul.products li.product .shop-action .yith-wcwl-add-to-wishlist > div > a:hover,
.product-style-3 ul.products li.product .shop-action .compare:hover {
background-color: #000; }
.product-style-3 ul.products li.product .shop-action .yith-wcqv-button:hover:before,
.product-style-3 ul.products li.product .shop-action .yith-wcwl-add-to-wishlist > div > a:hover:before,
.product-style-3 ul.products li.product .shop-action .compare:hover:before {
color: #fff; } }
.product-style-3 ul.products li.product .woocommerce-loop-product__title {
display: inline;
padding-left: 0; }
.product-style-3 ul.products li.product .star-rating {
margin-left: 0; }
.product-style-3 ul.products li.product .star-rating + a[class*="product_type_"] {
margin-top: -10px; }
.product-style-3 ul.products li.product a[class*="product_type_"] {
display: block;
position: relative;
float: right;
font-size: 0;
margin-right: 10px;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #f7f7f7;
border: none; }
.product-style-3 ul.products li.product a[class*="product_type_"]:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #000; }
.product-style-3 ul.products li.product a[class*="product_type_"]:hover, .product-style-3 ul.products li.product a[class*="product_type_"].loading {
background-color: var(--primary_hover); }
.product-style-3 ul.products li.product a[class*="product_type_"]:hover:before, .product-style-3 ul.products li.product a[class*="product_type_"].loading:before {
color: #fff; }
.product-style-3 ul.products li.product .price {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
margin-top: 10px;
float: left; }
.product-style-3 ul.products li.product .group-action {
top: 25px;
right: 20px; }
@media (min-width: 768px) {
.product-style-3 ul.products li.product .group-action {
top: unset;
bottom: 10px;
right: -60px;
width: 50px;
opacity: 0; } }
@media (min-width: 768px) {
.product-style-3 ul.products li.product:hover .group-action {
right: 10px;
opacity: 1; } }
.product-style-5 ul.products li.product a[class*="product_type_"] {
position: absolute;
background-color: #252525;
text-transform: capitalize;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
left: 0;
right: 0;
display: block;
z-index: 3;
border-radius: 0;
bottom: 0;
border: none;
margin-bottom: 0; }
@media (min-width: 768px) {
.product-style-5 ul.products li.product a[class*="product_type_"] {
opacity: 0;
bottom: -60px; } }
.product-style-5 ul.products li.product a[class*="product_type_"]:hover {
background-color: var(--primary_hover); }
@media (min-width: 768px) {
.product-style-5 ul.products li.product:hover a[class*="product_type_"] {
bottom: 0;
opacity: 1; } }
.product-style-5 .product-transition .group-action {
top: 25px;
right: 20px; }
@media (min-width: 768px) {
.product-style-5 .product-transition .group-action {
top: 55%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0; } }
@media (min-width: 768px) {
.product-style-5 li.product:hover .product-transition .group-action {
top: 50%;
opacity: 1; } }
.product-style-6 ul.products li.product {
text-align: left; }
.product-style-6 ul.products li.product .product-block {
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-align: start;
-webkit-align-items: flex-start;
align-items: flex-start; }
.product-style-6 ul.products li.product .woocommerce-loop-product__title {
padding: 0; }
.product-style-6 ul.products li.product .price {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
margin-top: auto; }
.product-style-6 ul.products li.product .star-rating {
margin-left: 0; }
.product-style-6 ul.products li.product:hover .product-block {
background-color: transparent; }
.opal-product-tooltipster {
display: block !important; }
.opal-product-tooltipster .tooltipster-content {
background-color: #000;
color: #fff;
padding-left: 10px;
padding-right: 10px;
border-radius: 2px;
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; }
.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%; }
.deal-progress .progress-bar {
width: 100%;
height: 8px;
background-color: #e4e4e4;
position: relative;
overflow: hidden;
border-radius: 3px; }
.deal-progress .progress-value {
position: absolute;
top: 0;
bottom: 0;
left: 0;
background-color: var(--primary); }
.deal-sold {
width: 100%; }
.deal-sold-text {
margin-top: 5px;
font-size: 13px;
font-weight: 700; } .single-product .pswp__button {
background-color: transparent; }
.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 .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 .zoomImg {
background-color: #fff; }
.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: 99;
background: #fff;
text-align: center; }
.single-product div.product .woocommerce-product-gallery img {
margin: 0; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
border: 1px solid;
color: var(--border); }
.single-product div.product .woocommerce-product-gallery .flex-viewport {
margin-bottom: 10px;
border: 1px solid;
color: var(--border); }
.single-product div.product .woocommerce-product-gallery .flex-viewport > .woocommerce-product-gallery__wrapper {
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); }
.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 li {
list-style: none;
cursor: pointer;
display: block !important; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
border: 1px solid;
border-color: var(--border);
opacity: 0.5;
-webkit-transition: all, ease, 0.2s;
transition: all, ease, 0.2s;
margin-right: 10px; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
opacity: 1; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
opacity: 1; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs img {
max-width: calc(100% - 10px); }
.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 {
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); }
.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 {
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.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; }
.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 .summary.entry-summary .yith-wcwl-add-to-wishlist {
display: inline-block;
margin-right: 20px;
margin-top: 15px; }
.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: 0.5em 0;
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 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 .quantity_label {
display: block;
margin-bottom: 10px; }
.single-product div.product form.cart .quantity {
position: relative;
display: inline-block;
margin-top: 10px;
margin-right: 10px; }
.single-product div.product form.cart .quantity button {
color: #000;
background-color: transparent;
padding: 0;
position: absolute;
right: 0;
width: 40px;
height: 50%;
text-align: center;
z-index: 9;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
border: none; }
.single-product div.product form.cart .quantity button i {
line-height: 1; }
.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_hover); }
.single-product div.product form.cart .quantity button.plus {
top: 0;
padding-top: 10px; }
.single-product div.product form.cart .quantity button.minus {
bottom: 0;
padding-bottom: 10px; }
.single-product div.product form.cart .quantity .qty {
width: 140px;
padding: .75em 40px .75em .75em;
border-radius: 0;
text-align: left;
-moz-appearance: textfield; }
.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; }
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
margin-right: 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; }
.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: 60px;
margin: auto; }
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label a {
color: var(--accent); }
.single-product div.product form.cart table.group_table .woocommerce-Price-amount {
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 {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
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;
border: none; }
.single-product div.product .entry-summary {
position: relative; }
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a {
font-weight: 700;
color: var(--accent); }
.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 .feedback {
display: none; }
.single-product div.product .entry-summary .compare {
background-color: transparent;
padding: 0;
font-size: 14px;
color: var(--accent);
border: none; }
.single-product div.product .product_title {
font-size: 30px;
line-height: 1.2;
margin-bottom: 0.7em; }
@media (min-width: 768px) {
.single-product div.product .product_title {
padding-right: 100px; } }
.single-product div.product p.price {
font-size: 24px;
margin-bottom: 0.6em;
font-weight: 700;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
align-items: baseline;
color: var(--primary); }
.single-product div.product p.price del {
font-weight: 700;
font-size: 18px;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
opacity: 1;
color: var(--accent); }
.single-product div.product p.price ins {
font-weight: 700;
margin-left: 0;
margin-right: 0.5em;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1; }
.single-product div.product table.variations {
table-layout: fixed;
margin: 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 .value {
margin-bottom: 1em; }
.single-product div.product table.variations select {
max-width: 70%;
vertical-align: middle; }
.single-product div.product table.variations label {
margin-bottom: 5px;
display: block; }
.single-product div.product table.variations a.reset_variations {
position: absolute;
bottom: -12px;
right: 0;
display: block;
margin-left: 0;
text-decoration: underline; }
.single-product div.product .single_variation .price {
margin-top: 10px;
display: block;
font-size: 20px;
font-weight: 700;
color: var(--primary); }
.single-product div.product .single_variation_wrap {
width: 100%; }
.single-product div.product .variations_button {
padding-top: 1em;
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: 0.7em;
margin-top: -8px; }
.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 {
text-decoration: underline;
color: var(--text); }
.single-product div.product .woocommerce-product-rating a:hover {
text-decoration: none; }
.single-product div.product .woocommerce-product-rating .star-rating {
margin-right: 0.6180469716em;
display: inline-block;
vertical-align: middle; }
.single-product div.product .product_meta {
margin-top: 23px;
padding-top: 20px;
border-top: 1px solid;
border-top-color: var(--border); }
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as {
display: block;
font-size: 12px;
text-transform: uppercase;
color: var(--accent);
margin-bottom: 5px; }
.single-product div.product .product_meta .sku_wrapper:last-child,
.single-product div.product .product_meta .posted_in:last-child,
.single-product div.product .product_meta .tagged_as:last-child {
border-bottom: 0; }
.single-product div.product .product_meta .sku_wrapper > *,
.single-product div.product .product_meta .posted_in > *,
.single-product div.product .product_meta .tagged_as > * {
color: #999999; }
.single-product .stock:before {
display: none; }
.single-product .woocommerce-tabs {
padding: 1em 0;
border-bottom: 1px solid;
border-bottom-color: var(--border); }
.single-product .woocommerce-tabs::before, .single-product .woocommerce-tabs::after {
content: '';
display: table; }
.single-product .woocommerce-tabs::after {
clear: both; }
.single-product .woocommerce-tabs ul.tabs {
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;
list-style: none;
margin-left: 0;
text-align: left;
border-bottom: 1px solid;
padding-bottom: 1em;
border-bottom-color: var(--border);
margin-bottom: 3em; }
.single-product .woocommerce-tabs ul.tabs li {
display: block;
margin: 0;
position: relative;
width: 100%; }
.single-product .woocommerce-tabs ul.tabs li::after {
background-color: var(--primary);
display: block;
position: absolute;
bottom: -1px;
left: 0;
height: 3px;
width: 100%; }
.single-product .woocommerce-tabs ul.tabs li a {
font-weight: 600;
font-size: 20px;
padding: 5px 0;
display: block;
color: var(--light); }
.single-product .woocommerce-tabs ul.tabs li a:hover {
color: var(--accent); }
.single-product .woocommerce-tabs ul.tabs li.active a {
color: var(--accent); }
@media (min-width: 768px) {
.single-product .woocommerce-tabs ul.tabs li.active:after {
content: ''; } }
.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 .woocommerce-Tabs-panel--more_seller_product {
padding-bottom: 2em; }
.single-product .woocommerce-Tabs-panel--seller ul.list-unstyled li {
margin-bottom: 5px; }
.single-product .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-name > span:not(.details), .single-product .woocommerce-Tabs-panel--seller ul.list-unstyled li.seller-name > span:not(.details), .single-product .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-address > span:not(.details) {
font-weight: 600;
color: var(--accent); }
.single-product .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating {
vertical-align: middle; }
.single-product .woocommerce-Tabs-panel--seller ul.list-unstyled .star-rating {
display: inline-block; }
.single-product.single-product-gallery div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
border: none; }
.single-product.single-product-gallery div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
-webkit-flex-basis: 50%;
flex-basis: 50%;
width: 50%;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px; }
.single-product.ekommart-full-width-content .woocommerce-tabs {
position: relative; }
.single-product.ekommart-full-width-content .woocommerce-tabs:after {
content: '';
width: 100vw;
position: absolute;
bottom: -1px;
left: 50%;
margin-left: -50vw;
border-bottom: 1px solid;
border-bottom-color: var(--border);
display: block; }
.single-product.ekommart-full-width-content .woocommerce-tabs ul.tabs {
position: relative; }
.single-product.ekommart-full-width-content .woocommerce-tabs ul.tabs:before {
content: '';
width: 100vw;
position: absolute;
bottom: -1px;
left: 50%;
margin-left: -50vw;
border-bottom: 1px solid;
border-bottom-color: var(--border); }
.inventory_status {
color: #fff;
border-radius: 3px;
display: inline-block;
padding: 3px 10px;
font-size: 12px;
background: #54c154;
margin-bottom: 10px; }
.inventory_status:empty::before {
display: none; }
.inventory_status.out-stock {
background: #e2401c; }
.stock {
margin-bottom: 0; }
.stock.out-of-stock {
display: none; }
.stock.in-stock {
color: #0f834d; }
a.reset_variations {
display: inline-block;
margin-left: 1em; } #reviews {
outline: none; }
#reviews #comments {
padding-top: 0; }
#reviews .comment-reply-title {
display: none; }
#reviews .commentlist {
list-style: none;
margin-left: 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: 82.2222222222%;
float: right;
margin-right: 0; }
#reviews .commentlist li .comment_container .comment-text .star-rating {
float: right;
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);
font-size: 0.875em; }
#reviews .commentlist li .avatar {
width: 11.1111111111%;
float: left;
margin-right: 6.6666666667%;
height: auto; }
#reviews .commentlist li p.meta {
margin-bottom: 1em; }
#reviews .commentlist li p.meta strong {
line-height: 1;
color: var(--accent); }
#reviews .commentlist li p.meta time {
display: block; }
#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: 1.41575em; }
#reviews .comment-form-rating label {
display: block; }
#reviews .comment-form-cookies-consent:before {
content: "";
display: block;
clear: left; }
table.shop_attributes th {
color: var(--accent); }
table.shop_attributes tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }
.ekommart-sticky-add-to-cart {
background-color: var(--background); }
.ekommart-sticky-add-to-cart__content-title strong {
color: var(--accent); }
.ekommart-sticky-add-to-cart__content-price {
color: var(--primary); }
.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_hover); }
.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_hover); }
.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; }
.single-product-countdown {
padding: 30px 35px;
background-color: #f7f7f7;
border-radius: 4px;
margin-bottom: 30px;
margin-top: 10px; }
@media (max-width: 768px) {
.single-product-countdown {
padding: 20px; } }
.single-product-countdown .deal-time {
display: -webkit-box;
display: -webkit-flex;
display: flex;
margin-bottom: 20px;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.single-product-countdown .deal-time .deal-text {
font-size: 18px;
position: relative;
color: var(--accent);
margin-bottom: 10px;
width: 100%; }
@media (min-width: 768px) {
.single-product-countdown .deal-time .deal-text {
width: auto;
margin-right: 20px;
padding-right: 20px;
max-width: 160px; }
.single-product-countdown .deal-time .deal-text:after {
content: '';
position: absolute;
right: 0;
top: 0;
bottom: 0;
border-right: 1px solid #e0e0e0; } }
.single-product-countdown .deal-time .deal-count {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 10px; }
.single-product-countdown .deal-time .deal-count .countdown-item {
text-align: center;
position: relative;
min-width: 60px; }
@media (min-width: 768px) {
.single-product-countdown .deal-time .deal-count .countdown-item {
min-width: 65px; } }
.single-product-countdown .deal-time .deal-count .countdown-item:not(:last-child):after {
content: '';
width: 4px;
height: 4px;
border-radius: 50%;
background-color: black;
position: absolute;
right: -2px;
top: calc(50% - 2px); }
.single-product-countdown .deal-time .deal-count .countdown-digits {
font-size: 36px;
font-weight: 700;
color: #ef3636;
line-height: 1; }
.single-product-countdown .deal-time .deal-count .countdown-label {
display: block;
font-size: 12px;
color: var(--accent); }
.single-product-countdown .deal-sold-count {
margin-top: 10px;
font-size: 13px;
font-weight: 700; }
.single-product-countdown .deal-sold-count span {
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: 1em 0;
border-bottom: 1px solid;
border-bottom-color: var(--border); }
.product_list_widget li::before, .product_list_widget li::after {
content: '';
display: table; }
.product_list_widget li::after {
clear: both; }
.product_list_widget li:first-child {
padding-top: 0; }
.product_list_widget li:last-child {
border-bottom: 0; }
.product_list_widget li img {
max-width: 90px; }
.product_list_widget li > a {
display: block; }
.product_list_widget .product-list-inner {
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.product_list_widget .reviewer {
font-size: 0.875em; }
.product_list_widget .product-content {
margin-left: 15px;
-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 {
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; }
.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_hover); }
.product_list_widget .amount {
font-weight: 700; }
.product_list_widget a {
display: block; }
.product_list_widget a:hover {
color: var(--primary_hover); }
.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); }
.widget_shopping_cart .mini_cart_item a:hover {
color: var(--primary_hover); }
.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_hover); }
.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;
float: right; }
.widget_price_filter form {
margin-bottom: 0;
margin-top: 1em; }
.widget_price_filter .price_slider {
margin-bottom: 2.5em; }
.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;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
text-align: right;
line-height: 2.4em; }
.widget_price_filter .price_slider_amount .button {
float: left; }
.widget_price_filter .price_slider_amount .price_label span {
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: 12px;
height: 12px;
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: #fff;
box-sizing: border-box;
margin-top: -4px;
margin-left: auto;
opacity: 1;
border: 2px solid;
border-color: var(--primary); }
.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: rgba(0, 0, 0, 0.1);
border: 0; }
.widget_price_filter .ui-slider-horizontal {
height: 4px; }
.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; }
div[class$='filter'], div[class$='filters'] {
padding-bottom: 35px;
border-bottom: 1px solid;
border-bottom-color: var(--border); }
div[class$='filter'].widget.woocommerce .widget-title, div[class$='filters'].widget.woocommerce .widget-title {
border-bottom: 0; }
div[class$='filter']:last-child, div[class$='filters']:last-child {
border-bottom: 0; }
.ekommart_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; }
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
padding-left: 5px;
padding-right: 5px; }
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-button-type {
border: 1px solid;
border-color: var(--border);
padding: 5px 20px;
display: block; }
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-button-type:hover {
color: var(--primary);
border-color: var(--primary);
box-shadow: 0 0 0 2px inset; }
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .ekommart-button-type {
color: var(--primary);
border-color: var(--primary);
box-shadow: 0 0 0 2px inset; }
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-color-type,
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-image-type {
display: inline-block;
width: 34px;
height: 34px;
border: 1px solid;
border-color: var(--border);
padding: 3px;
position: relative; }
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-color-type:after,
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-image-type:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 3px 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; }
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-color-type:hover:after,
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-image-type:hover:after {
visibility: visible;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
filter: alpha(opacity=100); }
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-color-type img,
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-image-type img {
width: 26px;
height: 26px;
-o-object-fit: contain;
object-fit: contain; }
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .ekommart-color-type:after,
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .ekommart-image-type:after {
visibility: visible;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
filter: alpha(opacity=100); }
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-color-type {
border-radius: 50%; }
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-color-type:after {
border-radius: 50%; }
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-color-type .color-label {
width: 26px;
height: 26px;
display: block;
border-radius: 50%; }
.ekommart_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .ekommart-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: 2px 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: red; }
table.cart td.product-name:before {
margin-right: 1em; }
table.cart td.product-name a {
text-decoration: none !important;
color: var(--accent); }
table.cart td.product-name a:hover {
color: var(--primary_hover); }
@media (max-width: 767px) {
table.cart td.product-name {
text-align: left;
border-width: 0;
padding-right: 20px; }
table.cart td.product-name:before {
display: none; } }
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: 2px solid;
border-color: var(--border);
min-width: 220px;
margin-right: 10px; }
table.cart td.actions .coupon .input-text:focus {
border-color: var(--primary); }
@media (max-width: 767px) {
table.cart td.actions .coupon button[type='submit'] {
width: 100%; } }
table.cart td.actions input {
display: block;
width: 100%;
margin: 0.5407911001em 0; }
@media (max-width: 767px) {
table.cart td.actions button[name='update_cart'] {
width: 100%; } }
.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; } .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 {
padding: 1em 1.41575em;
padding-right: 145px;
border: 2px solid #ebebeb;
width: 100%; }
.checkout_coupon .input-text:focus {
border-color: var(--primary); }
.checkout_coupon button[type='submit'] {
height: 38px;
line-height: 1;
margin-top: 8px;
margin-left: -138px; }
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(--background2);
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(//www.estanteriassantos.com/wp-content/themes/ekommart/assets/images/credit-cards/unknown.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
background-image: url(//www.estanteriassantos.com/wp-content/themes/ekommart/assets/images/credit-cards/visa.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
background-image: url(//www.estanteriassantos.com/wp-content/themes/ekommart/assets/images/credit-cards/mastercard.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
background-image: url(//www.estanteriassantos.com/wp-content/themes/ekommart/assets/images/credit-cards/laser.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
background-image: url(//www.estanteriassantos.com/wp-content/themes/ekommart/assets/images/credit-cards/diners.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
background-image: url(//www.estanteriassantos.com/wp-content/themes/ekommart/assets/images/credit-cards/maestro.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
background-image: url(//www.estanteriassantos.com/wp-content/themes/ekommart/assets/images/credit-cards/jcb.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
background-image: url(//www.estanteriassantos.com/wp-content/themes/ekommart/assets/images/credit-cards/amex.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
background-image: url(//www.estanteriassantos.com/wp-content/themes/ekommart/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%;
font-size: 16px;
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_hover); }
.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%;
background-color: var(--background); }
#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 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: 5px;
right: auto;
left: 5px; }
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%;
overflow-y: auto; }
#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 .woocommerce-product-gallery .flex-viewport {
margin-bottom: 0; }
#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 .product_title {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
font-size: 22px; }
#yith-quick-view-modal.open .woocommerce-product-rating {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3;
margin-top: 0; }
#yith-quick-view-modal.open p.price {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4;
font-size: 24px;
font-weight: 700;
margin: 0;
color: var(--primary); }
#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-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: "";
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); }
#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_hover); }
.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; }
.woocommerce form .password-input, .woocommerce-page form .password-input {
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; }
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
background-color: transparent;
border-radius: 0;
border: 0;
color: var(--wc-form-color-text, #000);
cursor: pointer;
font-size: inherit;
line-height: inherit;
margin: 0;
padding: 0;
position: absolute;
right: .7em;
text-decoration: none;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-moz-osx-font-smoothing: inherit;
-webkit-appearance: none;
-webkit-font-smoothing: inherit; }
@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;
background-color: transparent;
height: auto;
width: auto;
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: 53.6231884058%;
float: left;
margin-right: 4.347826087%;
margin-bottom: 3.706325903em; }
.single-product div.product .summary {
width: 42.0289855072%;
float: right;
margin-right: 0; }
.single-product div.product .woocommerce-tabs {
clear: both; }
.woocommerce-Reviews #comments {
width: 47.5409836066%;
float: left;
margin-right: 4.9180327869%; }
.woocommerce-Reviews #review_form_wrapper {
width: 47.5409836066%;
float: left;
margin-right: 4.9180327869%;
float: right;
margin-right: 0; }
#reviews .comment-form-author,
#reviews .comment-form-email {
width: 47%; }
#reviews .comment-form-email {
margin-right: 0; }
.ekommart-full-width-content.single-product div.product .images .thumbnails a.zoom {
width: 13.5135135135%;
float: left;
margin-right: 8.1081081081%; }
.ekommart-full-width-content.single-product div.product .images .thumbnails a.zoom.last {
margin-right: 0; }
.ekommart-full-width-content.single-product div.product .woocommerce-product-gallery {
width: 56.3636363636%;
float: left;
margin-right: 3.8961038961%;
margin-bottom: 3.706325903em; }
.ekommart-full-width-content.single-product div.product .summary {
width: 39.7402597403%;
float: right;
margin-right: 0;
margin-bottom: 3.706325903em; }
.ekommart-full-width-content.single-product div.product .woocommerce-tabs {
clear: both; }
.ekommart-full-width-content.single-product #reviews .commentlist li .avatar {
width: 8.1967213115%;
float: left;
margin-right: 4.9180327869%; }
.ekommart-full-width-content.single-product #reviews .commentlist li .comment_container .comment-text {
width: 86.8852459016%;
float: right;
margin-right: 0; }
.ekommart-full-width-content.single-product #reviews .commentlist ul.children {
width: 86.8852459016%;
float: right;
margin-right: 0; }
.ekommart-full-width-content.single-product #reviews .commentlist ul.children .avatar {
width: 9.4339622642%;
float: left;
margin-right: 5.6603773585%; }
.ekommart-full-width-content.single-product #reviews .commentlist ul.children .comment-text {
width: 84.9056603774%;
float: right;
margin-right: 0; } .ekommart-full-width-content.woocommerce-cart .entry-header,
.ekommart-full-width-content.woocommerce-checkout .entry-header,
.ekommart-full-width-content.woocommerce-account .entry-header {
text-align: center;
padding: 0 0 5.9968353111em; }
.ekommart-full-width-content.woocommerce-cart .entry-header h1:last-child,
.ekommart-full-width-content.woocommerce-checkout .entry-header h1:last-child,
.ekommart-full-width-content.woocommerce-account .entry-header h1:last-child {
margin-bottom: 0; }
.ekommart-full-width-content .up-sells > h2:first-child,
.ekommart-full-width-content .related.products > h2:first-child {
text-align: center; }
.ekommart-full-width-content .woocommerce-products-header {
text-align: center; }
.woocommerce .page-description {
margin-bottom: 1.618em; }
.ekommart-sorting {
margin-bottom: 2.617924em;
padding-top: 0; }
.ekommart-sorting select {
width: auto; }
.ekommart-sorting .woocommerce-result-count,
.ekommart-sorting .woocommerce-ordering {
margin-bottom: 0; }
.ekommart-sorting .woocommerce-result-count {
margin-right: auto; } .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 {
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: 49.2063492063%;
float: left;
margin-right: 1.5873015873%; }
.col2-set .form-row-last {
width: 49.2063492063%;
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; } .ekommart-product-pagination {
display: block; } .ekommart-sticky-add-to-cart {
display: block;
position: fixed;
top: 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; }
.ekommart-sticky-add-to-cart--slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown; }
.ekommart-sticky-add-to-cart--slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp; }
.ekommart-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; }
.ekommart-sticky-add-to-cart__content-title {
display: block; }
.ekommart-sticky-add-to-cart__content-price {
margin-right: 0.875em;
font-weight: 700;
vertical-align: middle; }
.ekommart-sticky-add-to-cart__content-button {
margin-left: auto;
padding-top: .86em;
padding-bottom: .86em; }
.ekommart-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); }
.ekommart-sticky-add-to-cart .star-rating {
display: inline-block;
margin: 0;
vertical-align: middle; }
.admin-bar .ekommart-sticky-add-to-cart--slideInDown {
top: 32px; } #yith-quick-view-modal.open .product-title {
margin-top: -0.2333em;
font-size: 30px; }
#yith-quick-view-close {
top: 30px;
right: 10px;
text-indent: -9999px; }
#yith-quick-view-modal.open .product_title {
font-size: 30px; }
.single-product .woocommerce-tabs ul.tabs {
padding-bottom: 0; }
.single-product .woocommerce-tabs ul.tabs li {
width: auto; }
.single-product .woocommerce-tabs ul.tabs li a {
padding: 0 20px 15px; } }
@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 (max-width: 767px) {
.single-product .woocommerce-message {
margin: 0 !important; }
.single-product .ekommart-breadcrumb {
display: none; }
.single-product .ekommart-breadcrumb + .site-content {
margin-top: 30px; }
.single-product div.product .woocommerce-product-gallery {
margin-bottom: 20px; }
.single-product div.product .product_title {
font-size: 22px; }
.single-product .woocommerce-tabs ul.tabs li a {
font-size: 18px; }
.related,
.upsells {
margin-top: 50px;
margin-bottom: 30px; }
.related > h2:first-child,
.upsells > h2:first-child {
font-size: 22px; } }
@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.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_hover);
color: var(--primary_hover); }
.products-list {
margin-left: 0;
list-style: none; }
.product-list {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid;
border-bottom-color: var(--border);
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.product-list:last-child {
border-bottom: none;
padding-bottom: 0; }
.product-list:first-child {
padding-top: 0; }
.product-list .product-image {
-webkit-box-flex: 0;
-webkit-flex: 0 0 250px;
flex: 0 0 250px;
margin: 0 20px 0 0;
position: relative;
overflow: hidden; }
.product-list .group-action {
position: absolute;
right: 10px;
top: 10px;
-webkit-transform: translateX(calc(100% + 15px));
-ms-transform: translateX(calc(100% + 15px));
transform: translateX(calc(100% + 15px));
-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 {
margin-bottom: 9px; }
.product-list .posted-in a {
color: #888; }
.product-list .posted-in a:hover {
color: var(--primary_hover); }
.product-list .price {
display: block;
font-size: 16px;
font-weight: 700;
color: var(--primary);
margin-bottom: 4px; }
.product-list .woocommerce-loop-product__title {
font-size: 18px;
margin-bottom: 0; }
.product-list .woocommerce-loop-product__title a {
color: var(--accent); }
.product-list .add_to_cart_button {
background-color: #000;
margin-top: 1em;
border: none; }
.product-list .add_to_cart_button:hover {
background-color: var(--primary_hover); }
.product-list img {
float: left;
margin-right: 1.41575em; }
.product-list:hover .group-action {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.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 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 td.product-remove {
width: 2%; }
table.wishlist_table td.product-remove a {
margin-right: auto !important; }
table.wishlist_table td.product-remove a.remove_from_wishlist:hover {
background: none !important; }
table.wishlist_table td.product-remove a: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 > * {
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: 500;
font-size: 11px;
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_button {
display: inline-block !important;
padding: 0.6180469716em 1.41575em !important;
margin-bottom: 0 !important; }
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 .amount {
color: var(--accent); }
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 {
padding: 0.6180469716em 1.41575em !important;
display: inline-block !important; }
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); }
.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: 20px 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: 90px;
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; }
.ekommart-canvas-filter {
background-color: #fff;
-webkit-transition: all 0.5s;
transition: all 0.5s;
padding-bottom: 40px;
padding-left: 50px;
padding-right: 50px;
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: 400px;
height: 100vh; }
@media (max-width: 768px) {
.ekommart-canvas-filter {
width: 300px;
padding-left: 15px;
padding-right: 15px; } }
.ekommart-canvas-filter::-webkit-scrollbar {
width: 3px; }
.ekommart-canvas-filter::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5; }
.ekommart-canvas-filter::-webkit-scrollbar-thumb {
background-color: #000000; }
.ekommart-canvas-filter .widget {
border-bottom: 1px solid;
border-bottom-color: var(--border);
padding-bottom: 35px;
margin-bottom: 35px; }
.ekommart-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 .ekommart-overlay-filter {
visibility: visible;
opacity: 1; }
.off-canvas-active .ekommart-canvas-filter {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.filter-toggle {
background: transparent;
padding: 0;
border: none;
color: #666;
margin-right: 15px;
outline: none; }
.filter-toggle i {
margin-right: 5px;
font-size: 16px;
line-height: 1;
display: inline-block; }
@media (min-width: 1024px) {
.filter-toggle {
display: none; } }
.ekommart-full-width-content .filter-toggle {
display: inline-block; }
.filter-toggle:focus, .filter-toggle:hover {
background-color: transparent;
outline: none;
color: #666; }
.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;
border-bottom: 1px solid;
display: block;
cursor: pointer;
text-align: right;
vertical-align: middle;
font-weight: bold;
border-bottom-color: var(--border); }
.filter-close:after {
content: '';
width: 10px;
border: 1px solid;
display: inline-block;
vertical-align: middle;
margin-left: 15px;
position: relative;
top: -1px; }
@media (min-width: 783px) {
.admin-bar .ekommart-canvas-filter {
top: 32px; } }
@media (min-width: 600px) and (max-width: 782px) {
.admin-bar .ekommart-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: 9999999;
-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; }
.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 {
border-color: var(--primary);
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;
left: 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; }
.shop-action .woosc-btn,
.shop-action .wooscp-btn,
.shop-action .woosq-btn,
.shop-action .woosw-btn {
display: none;
padding: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 1 30px;
flex: 0 1 30px;
width: 30px;
height: 30px;
position: relative;
white-space: nowrap;
font-size: 0px;
background-color: #fff;
border-radius: 0; }
@media (min-width: 768px) {
.shop-action .woosc-btn,
.shop-action .wooscp-btn,
.shop-action .woosq-btn,
.shop-action .woosw-btn {
-webkit-box-flex: 0;
-webkit-flex: 0 1 50px;
flex: 0 1 50px;
display: block;
width: 50px;
height: 50px;
margin-left: -1px;
border-style: solid;
border-width: 1px;
border-color: #000; } }
.shop-action .woosc-btn:before,
.shop-action .wooscp-btn:before,
.shop-action .woosq-btn:before,
.shop-action .woosw-btn:before {
font-size: 16px;
color: #2d2d2d;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.site-dark .shop-action .woosc-btn:before, .site-dark
.shop-action .wooscp-btn:before, .site-dark
.shop-action .woosq-btn:before, .site-dark
.shop-action .woosw-btn:before {
color: #fff; }
.shop-action .woosc-btn:hover,
.shop-action .wooscp-btn:hover,
.shop-action .woosq-btn:hover,
.shop-action .woosw-btn:hover {
background-color: #000;
border-color: #000; }
.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: #fff; }
.site-dark .shop-action .woosc-btn:hover:before, .site-dark
.shop-action .wooscp-btn:hover:before, .site-dark
.shop-action .woosq-btn:hover:before, .site-dark
.shop-action .woosw-btn:hover:before {
color: #000; }
.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 .wooscp-btn,
.single-product div.product .entry-summary .woosc-btn,
.single-product div.product .entry-summary .woosw-btn {
background-color: transparent;
padding: 0;
font-size: 14px;
color: var(--accent);
border: none;
margin-right: 20px;
margin-top: 15px;
font-weight: 700; }@font-face{font-family:eicons;src:url(//www.estanteriassantos.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.47.0);src:url(//www.estanteriassantos.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.47.0#iefix) format("embedded-opentype"),url(//www.estanteriassantos.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.47.0) format("woff2"),url(//www.estanteriassantos.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.47.0) format("woff"),url(//www.estanteriassantos.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.47.0) format("truetype"),url(//www.estanteriassantos.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.47.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-atomic-label:before{content:"\e9ee"}.eicon-atomic-form:before{content:"\e9ef"}.eicon-atomic-submit-button:before{content:"\e9f0"}.eicon-atomic-input:before{content:"\e9f1"}.eicon-atomic-text-area:before{content:"\e9f2"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-icon-box .elementor-icon-box-wrapper{display:flex;flex-direction:column;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{display:inline-block;flex:0 0 auto;line-height:0}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1;width:100%}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget-icon-box.elementor-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-widescreen-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-widescreen-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-widescreen-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-laptop-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-laptop-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-laptop-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}