table.shop_table {clear:left} div.vtmin-error {
margin: 30px 0 0 0%;    width: 100%; background-color: #FFEBE8;
border-color: #CC0000;
padding: 5px 0.6em;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
line-height: 12px;
font-size:10px;
height:auto;
float:left;
}  div.vtmin-error p {font-size:14px;line-height: 18px;}
div.vtmin-error .error-title {
color: red;
font-size: 12px;
letter-spacing: 0.1em;
line-height: 2.6em;
padding-bottom: 2px;
text-decoration: underline;
text-transform: uppercase;
}
div.vtmin-error .black-font {color:black;}
div.vtmin-error .errmsg-begin {color:black;margin-left:20px;}
div.vtmin-error .black-font-italic {color:black; font-style:italic;}
div.vtmin-error .red-font-italic {color:red; font-style:italic;}
div.vtmin-error .errmsg-text {color:blue;}
div.vtmin-error .errmsg-amt-current,
div.vtmin-error .errmsg-amt-required {  
font-style:italic;
}   div.vtmin-error #table-error-messages {float:left; color:black; width:100%;}
div.vtmin-error .table-titles {float:left; width:100%; margin-top:15px;}
div.vtmin-error .product-column {float:left; width:42%; }
div.vtmin-error .quantity-column {float:left; width:18%; }
div.vtmin-error .price-column {float:left; width:15%; } 
div.vtmin-error .total-column {float:left; }
div.vtmin-error .product-column-title, 
div.vtmin-error .quantity-column-title, 
div.vtmin-error .price-column-title, 
div.vtmin-error .total-column-title {
text-decoration:underline; 
} 
div.vtmin-error .quantity-column-total, 
div.vtmin-error .total-column-total {
text-decoration:overline; font-weight:bold; font-style:italic; width:auto;
}
div.vtmin-error .table-error-msg {color:blue; float:left; margin:3px 0 3px 20px; font-size:16px;} 
div.vtmin-error .bold-this {font-weight:bold}
div.vtmin-error .table-msg-line {float:left; width:100%;}
div.vtmin-error .table-totals-line {float:left; width:100%;}
div.vtmin-error .table-text-line {float:left; width:100%;}
div.vtmin-error .rule-id {font-size:10px;margin-left:5px;color:black;}   div.vtmin-error .color-grp0 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp1 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp2 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp3 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp4 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp5 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp6 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp7 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp8 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp9 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp10 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp11 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp12 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp13 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp14 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp15 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp16 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp17 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp18 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp19 {color:RGB(197, 3, 3);} div.vtmin-error .color-grp20 {color:RGB(197, 3, 3);} div.vtmin-error .color-xgrp1 {color:RGB(0, 255, 5);} div.vtmin-error .color-xgrp2 {color:RGB(255, 93, 0);} div.vtmin-error .color-xgrp3 {color:RGB(0, 115, 2);} div.vtmin-error .color-xgrp4 {color:RGB(244, 56, 56);} div.vtmin-error .color-xgrp5 {color:RGB(255, 200, 0);} div.vtmin-error .color-xgrp6 {color:RGB(74, 178, 255);} div.vtmin-error .color-xgrp7 {color:RGB(37, 163, 162);} div.vtmin-error .color-xgrp8 {color:RGB(47, 255, 253);} div.vtmin-error .color-xgrp9 {color:RGB(72, 157, 74);} div.vtmin-error .color-xgrp10 {color:RGB(142, 146, 144);} div.vtmin-error .color-xgrp11 {color:RGB(5, 71, 119);} div.vtmin-error .color-xgrp12 {color:RGB(0,0,0);}@keyframes opal-loading {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes opal-loading {
100% {
-webkit-transform: rotate(360deg); } }  .opal-move-up {
animation-name: opalMoveUp;
-moz-animation-name: opalMoveUp;
-webkit-animation-name: opalMoveUp; }
@-webkit-keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
.opal-move-down {
animation-name: opalMoveDown;
-moz-animation-name: opalMoveDown;
-webkit-animation-name: opalMoveDown; }
@-webkit-keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
.opal-move-left {
animation-name: opalMoveLeft;
-moz-animation-name: opalMoveLeft;
-webkit-animation-name: opalMoveLeft; }
@-webkit-keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
.opal-move-right {
animation-name: opalMoveRight;
-moz-animation-name: opalMoveRight;
-webkit-animation-name: opalMoveRight; }
@-webkit-keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
@keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0; }
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); } }
.opal-scale-up {
animation-name: opalScaleUp;
-moz-animation-name: opalScaleUp;
-webkit-animation-name: opalScaleUp; }
@-webkit-keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6); }
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6); }
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; } }
.opal-flip {
animation-name: opalFlip;
-moz-animation-name: opalFlip;
-webkit-animation-name: opalFlip; }
@-webkit-keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1; } }
@keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1; } }
.opal-helix {
animation-name: opalHelix;
-moz-animation-name: opalHelix;
-webkit-animation-name: opalHelix; }
@-webkit-keyframes rotate {
from {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes rotate {
from {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.rotate {
-webkit-animation: rotate 12s linear infinite;
animation: rotate 12s linear infinite; }
@-webkit-keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1; } }
@keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1; } }
.opal-am-popup {
-webkit-animation: opalPopup;
animation: opalPopup;
-moz-animation-name: opalPopup;
-webkit-animation-name: opalPopup; }
@-webkit-keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px; }
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: .8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out; }
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1; } }
@keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px; }
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: .8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out; }
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1; } }
.elementor-brand-item {
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.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-poco-banner.content-stretch-yes {
height: 100%; }
.elementor-widget-poco-banner.content-stretch-yes .elementor-widget-container, .elementor-widget-poco-banner.content-stretch-yes .elementor-poco-banner {
height: 100%; }
.elementor-widget-poco-banner .elementor-button-custom {
padding: 10px 20px; }
.elementor-widget-poco-banner .elementor-cta__content-item:not(:last-child) {
margin-bottom: 0; }
.elementor-widget-poco-banner:hover .elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
height: 60px; }
.elementor-widget-poco-banner .elementor-button-custom:before {
-webkit-transition: transform 0.2s ease;
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
.elementor-widget-poco-banner.graphic-image-effect-yes .elementor-cta__image {
position: absolute;
right: 0;
top: 30px;
width: 50%; }
.elementor-widget-poco-banner.graphic-image-effect-yes .elementor-cta__image > img {
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-poco-banner.graphic-image-effect-yes .image-behind img {
position: relative;
top: 15px;
right: 25px; }
.elementor-widget-poco-banner.graphic-image-effect-yes:hover .elementor-cta__image > img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
height: 0;
overflow: hidden; }
.elementor-bg-transform-move-left-custom .elementor-bg {
width: calc(100% + 50px); }
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
-ms-transform: translateX(-50px);
-webkit-transform: translateX(-50px);
transform: translateX(-50px); }
.elementor-bg-transform-move-right-custom .elementor-bg {
width: calc(100% + 50px);
-ms-transform: translateX(-50px);
-webkit-transform: translateX(-50px);
transform: translateX(-50px); }
.elementor-bg-transform-move-right-custom:hover .elementor-bg {
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0); }
.style-dark-yes .account-dropdown .account-wrap {
background-color: var(--heading);
border-color: var(--heading); }
.style-dark-yes .account-dropdown .account-dashboard li a:hover {
background-color: rgba(153, 153, 153, 0.03); }
.elementor-widget-poco-image-carousel img + img {
margin-top: 30px; }
.elementor-widget-poco-image-carousel .image-wrapper {
overflow: hidden; }
.elementor-widget-poco-image-carousel .image-wrapper .image-carousel {
width: 100%; }
.elementor-widget-container .form-style .mc4wp-form {
margin: 0; }
.elementor-widget-container .form-style .mc4wp-form .mc4wp-form-fields {
position: relative; }
.elementor-widget-container .form-style .mc4wp-form .mc4wp-form-fields input[type="email"] {
width: 100%;
line-height: 1;
border: 2px solid;
padding: 1em 8.41575em 1em 1.41575em; }
.elementor-widget-container .form-style .mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
border-color: var(--primary); }
.elementor-widget-container .form-style .mc4wp-form .mc4wp-form-fields button[type="submit"] {
height: calc(100% - 16px);
line-height: 0;
position: absolute;
top: 8px;
right: 8px; }
[class*='post-style-'].column-item {
margin-bottom: 30px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease; }
[class*='post-style-'] .entry-content {
border: none; }
[class*='post-style-'] .entry-content > a {
position: relative;
display: inline-block;
padding-right: 3.5em;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
[class*='post-style-'] .entry-content > a:before {
position: absolute;
font-size: 7px;
right: 0;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
[class*='post-style-'] .entry-content > a:hover {
padding-left: 3.5em;
padding-right: 0; }
[class*='post-style-'] .entry-content > a:hover:before {
right: calc(100% - 30px); }
[class*='post-style-'] .entry-header .categories-link,
[class*='post-style-'] .entry-header .posted-on,
[class*='post-style-'] .entry-header .post-comments,
[class*='post-style-'] .entry-header .byline {
color: var(--light); }
[class*='post-style-'] .entry-header .categories-link {
margin-right: 3px; }
[class*='post-style-'] .entry-header .posted-on a,
[class*='post-style-'] .entry-header .categories-link a {
color: var(--light); }
[class*='post-style-'] .entry-header .posted-on a:hover,
[class*='post-style-'] .entry-header .categories-link a:hover {
color: var(--primary_hover); }
[class*='post-style-'] .entry-header .post-author {
color: var(--light); }
[class*='post-style-'] .entry-header .post-author a {
color: var(--heading); }
[class*='post-style-'] .entry-header .post-author a:hover {
color: var(--primary); }
.post-style-1 .post-inner {
border: 1px solid;
border-color: var(--border);
border-radius: 8px;
overflow: hidden;
height: 100%; }
.post-style-1 .post-inner:hover .post-thumbnail img {
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05); }
.post-style-1 .entry-content {
padding: 30px; }
.post-style-1 .entry-bottom p {
margin-bottom: 20px; }
.post-style-1 .entry-meta {
font-size: 13px;
margin-bottom: 10px;
line-height: 1.5; }
.post-style-1 .entry-title {
font-size: 20px;
margin-bottom: 1em;
padding-top: 0 !important; }
.post-style-1 .post-thumbnail {
overflow: hidden; }
.post-style-1 .post-thumbnail img {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.post-style-2 .entry-meta {
font-size: 13px;
line-height: 1.5; }
.post-style-2 .post-thumbnail {
overflow: hidden;
border-radius: 8px; }
.post-style-2 .post-thumbnail img {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 100%; }
.post-style-2 .item-top:hover img, .post-style-2 .post-inner:hover img {
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05); }
.post-style-2 .item-top {
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px; }
@media (min-width: 1025px) {
.post-style-2 .item-top {
min-height: 430px; } }
@media (max-width: 600px) {
.post-style-2 .item-top {
display: block; } }
.post-style-2 .item-top .entry-meta {
margin-bottom: 25px; }
@media (max-width: 768px) {
.post-style-2 .item-top .entry-meta {
margin-bottom: 10px; } }
.post-style-2 .item-top .post-thumbnail {
width: calc(50% - 15px);
height: 100%;
border-radius: 8px 0 0 8px; }
@media (max-width: 600px) {
.post-style-2 .item-top .post-thumbnail {
width: 100%;
height: unset;
border-radius: 8px 8px 0 0; } }
.post-style-2 .item-top .post-thumbnail img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.post-style-2 .item-top .content {
padding: 80px;
border-radius: 0 8px 8px 0;
background: #f5f4ef;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
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;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
@media (max-width: 768px) {
.post-style-2 .item-top .content {
padding: 40px; } }
@media (max-width: 600px) {
.post-style-2 .item-top .content {
border-radius: 0 0 8px 8px; } }
.post-style-2 .item-top .entry-title {
font-size: 40px;
margin-bottom: 50px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden; }
@media (max-width: 768px) {
.post-style-2 .item-top .entry-title {
font-size: 30px;
margin-bottom: 30px; } }
.post-style-2 .post-style-2 .post-inner {
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.post-style-2 .post-style-2 .post-inner .post-thumbnail {
width: 40%; }
.post-style-2 .post-style-2 .post-inner .post-thumbnail img {
border-radius: 8px; }
.post-style-2 .post-style-2 .post-inner .post-thumbnail + .content {
padding-left: 30px; }
.post-style-2 .post-style-2 .post-inner .content {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; }
.post-style-2 .post-style-2 .entry-meta {
margin-bottom: 7px; }
@media (max-width: 1024px) {
.post-style-2 .post-style-2 .entry-meta {
margin-bottom: 5px; } }
.post-style-2 .post-style-2 .posted-on {
text-transform: uppercase; }
.post-style-2 .post-style-2 .posted-on a:before {
display: none; }
.post-style-2 .post-style-2 .entry-title {
font-size: 18px;
line-height: 1.6;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 0; }
.post-style-2 .post-style-2 .entry-header {
padding-top: 5px; }
.elementor-widget-poco-product-categories {
text-align: center; }
.elementor-widget-poco-product-categories .link_category_product {
position: relative;
display: block;
z-index: 1; }
.elementor-widget-poco-product-categories .link_category_product:before {
position: absolute;
top: 50%;
left: 50%;
font-size: 170px;
z-index: -1;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
-ms-transform: translateX(-50%) translateY(-50%) scale(0);
transform: translateX(-50%) translateY(-50%) scale(0);
color: var(--primary);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease; }
.elementor-widget-poco-product-categories img {
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
-o-object-fit: cover;
object-fit: cover;
border-radius: 100%;
display: inline-block;
vertical-align: middle; }
.elementor-widget-poco-product-categories .cat-title {
text-align: center;
font-size: 13px;
position: relative;
display: inline-block;
text-transform: uppercase;
font-weight: 700; }
.elementor-widget-poco-product-categories .cat-title a {
color: var(--heading); }
.elementor-widget-poco-product-categories .cat-title a:hover {
color: var(--primary);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-poco-product-categories .cat-total {
display: none; }
.elementor-widget-poco-product-categories .product-cat {
display: inline-block; }
.elementor-widget-poco-product-categories .product-cat:hover .link_category_product:before {
-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
-ms-transform: translateX(-50%) translateY(-50%) scale(1);
transform: translateX(-50%) translateY(-50%) scale(1); }
.elementor-widget-poco-product-categories .product-cat:hover .cat-title a {
color: var(--primary);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-poco-products-tabs.elementor-tabs-h-align-left .elementor-tab-title:first-child {
margin-left: 0 !important; }
.elementor-widget-poco-products-tabs.elementor-tabs-h-align-right .elementor-tab-title:last-child {
margin-right: 0 !important; }
.elementor-widget-poco-products-tabs .elementor-tabs-wrapper {
text-align: center;
display: block; }
.elementor-widget-poco-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(--heading);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-poco-products-tabs .elementor-tab-title:hover, .elementor-widget-poco-products-tabs .elementor-tab-title.elementor-active {
border-color: var(--primary); }
.elementor-widget-poco-products-tabs .elementor-tab-title:last-child:before {
display: none; }
.elementor-widget-poco-products-tabs .elementor-tab-title:before {
position: absolute;
width: 0.2em;
height: 0.2em;
border-radius: 50%;
background-color: var(--heading);
top: 50%;
right: 0;
-ms-transform: translate(50%, -50%);
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%); }
@media (max-width: 767px) {
.elementor-widget-poco-products-tabs .elementor-tab-title:before {
display: none; } }
.elementor-widget-poco-products-tabs .elementor-tab-title:hover, .elementor-widget-poco-products-tabs .elementor-tab-title.elementor-active {
color: var(--primary); }
.elementor-widget-poco-products-tabs .elementor-tab-content {
border: 0;
padding: 0; }
.elementor-widget-poco-products-tabs .elementor-tabs-content-wrapper {
border: none; }
.elementor-widget-poco-products-tabs ul.products {
margin: 0; }
.elementor-html .onsale + img,
.elementor-html .product-transition + img {
display: none !important; }
.elementor-html .site-content-contain {
z-index: 100; }
.elementor-html .product-image.no-gallery {
display: none !important; }
.elementor-html .yith-wcwl-add-button .woocommerce-loop-product__link {
display: none !important; }
.elementor-html .price + a[class*="product_type_"] {
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 .product-item {
margin-bottom: 30px; }
.woocommerce-product-list .woocommerce-carousel ul.products {
display: none; }
.woocommerce-product-list .woocommerce-carousel ul.products.slick-initialized {
display: block; }
.woocommerce-product-list ul.products {
list-style: none;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
[class*="columns-"] .woocommerce-product-list ul.products {
margin-left: -15px;
margin-right: -15px; }
.woocommerce-product-list ul.products .product-list-inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
border: 1px solid;
border-color: var(--border);
border-radius: 30px;
position: relative;
padding: 10px;
background-color: #fff; }
.woocommerce-product-list ul.products .product-list-inner:before {
content: '';
border-radius: 20px;
position: absolute;
left: 10px;
top: 10px;
right: 10px;
bottom: 10px;
background-color: var(--primary);
opacity: 0.1; }
.woocommerce-product-list ul.products .product-list-inner img {
max-width: 120px;
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: 30px 50px 30px 10px;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
min-width: 200px; }
.woocommerce-product-list ul.products .product-content del {
color: var(--light); }
.woocommerce-product-list ul.products .product-content del .amount {
color: var(--light);
font-size: 0.9em; }
.woocommerce-product-list ul.products .product-content del + ins {
margin-left: 0.327em; }
.woocommerce-product-list ul.products .product-content del + ins .amount {
color: var(--primary); }
.woocommerce-product-list ul.products .product-content .amount {
color: var(--primary); }
.woocommerce-product-list ul.products .posted-in {
font-size: 13px; }
.woocommerce-product-list ul.products .posted-in a {
color: var(--body); }
.woocommerce-product-list ul.products .posted-in a:hover {
color: var(--primary); }
.woocommerce-product-list ul.products .star-rating {
margin-bottom: 10px; }
.woocommerce-product-list ul.products .product-title {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1;
display: block;
line-height: 1.41575em;
text-decoration: none !important;
font-weight: 700;
font-size: 16px; }
.woocommerce-product-list ul.products .product-title span {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
color: var(--heading); }
.woocommerce-product-list ul.products .product-title span:hover {
color: var(--primary); }
.woocommerce-product-list ul.products .amount {
display: block; }
.woocommerce-product-list ul.products .button {
width: 40px;
height: 40px;
font-size: 0;
position: absolute;
border-radius: 16px;
bottom: 10px;
right: 10px;
text-align: center;
line-height: 40px; }
.woocommerce-product-list ul.products .wc-forward, .woocommerce-product-list ul.products .added_to_cart {
display: none; }
.woocommerce-product-list ul.products .price {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
align-items: baseline;
color: var(--primary);
font-weight: 700;
font-size: 14px; }
.woocommerce-product-list ul.products .price ins {
font-weight: 700;
margin-left: 0;
margin-right: 0.6em; }
.woocommerce-product-list ul.products .short-description {
margin-bottom: 5px; }
.woocommerce-product-list ul.products .star-rating {
font-size: 12px;
margin-bottom: 5px; }
.woocommerce-product-list ul.products .slick-slide {
height: auto !important; }
.woocommerce-product-list.producs-list-2 ul.products .product-list-inner img {
max-width: 200px; }
.woocommerce-product-list.producs-list-2 ul.products .product-title {
font-size: 24px; }
.woocommerce-product-list.producs-list-2 ul.products .price {
font-size: 16px; }
.time-sale .deal-text {
color: var(--secondary); }
.time-sale .poco-countdown {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.time-sale .poco-countdown .countdown-item {
width: 54px;
height: 54px;
border-radius: 3px;
background-color: var(--primary);
margin-right: 10px;
color: var(--heading);
text-align: center;
line-height: 1;
padding: 10px; }
.time-sale .poco-countdown .countdown-item .countdown-digits {
font-weight: 700;
font-size: 24px; }
.time-sale .poco-countdown .countdown-item .countdown-label {
font-size: 11px;
display: block; }
.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-poco-tab-hover .wrapper {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.elementor-widget-poco-tab-hover .tab-title {
width: 30%;
padding-right: 30px; }
@media (max-width: 1320px) {
.elementor-widget-poco-tab-hover .tab-title {
width: 25%; } }
@media (max-width: 768px) {
.elementor-widget-poco-tab-hover .tab-title {
display: none; } }
.elementor-widget-poco-tab-hover .tab-title .tab-item {
margin: 30px 0; }
.elementor-widget-poco-tab-hover .tab-content {
width: 70%; }
@media (max-width: 1320px) {
.elementor-widget-poco-tab-hover .tab-content {
width: 75%; } }
@media (max-width: 768px) {
.elementor-widget-poco-tab-hover .tab-content {
width: 100%; } }
.elementor-widget-poco-tab-hover .tab-content .tab-content-item {
display: none;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.elementor-widget-poco-tab-hover .tab-content .tab-content-item.active {
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.elementor-widget-poco-tab-hover .tab-content .tab-content-item.active .image {
animation: opalFade 1s;
-moz-animation: opalFade 1s;
-webkit-animation: opalFade 1s; }
.elementor-widget-poco-tab-hover .tab-content .tab-content-item.active .content {
animation: opalMoveLeft 0.5s;
-moz-animation: opalMoveLeft 0.5s;
-webkit-animation: opalMoveLeft 0.5s; }
.elementor-widget-poco-tab-hover .tab-content .content {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; }
.elementor-widget-poco-tab-hover .tab-content .title {
font-size: 30px;
margin-bottom: 10px;
color: var(--heading); }
.elementor-widget-poco-tab-hover .tab-content .description {
margin-bottom: 30px; }
.elementor-widget-poco-tab-hover .tab-content .link {
font-size: 11px;
text-transform: uppercase;
color: var(--heading); }
.elementor-widget-poco-tab-hover .tab-content .link span {
position: relative;
padding-right: 4em !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-poco-tab-hover .tab-content .link i {
position: absolute;
right: 0;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: right .5s ease;
transition: right .5s ease;
font-size: 7px; }
.elementor-widget-poco-tab-hover .tab-content .link:hover {
color: var(--primary); }
.elementor-widget-poco-tab-hover .tab-content .link:hover span {
padding-right: 0 !important;
padding-left: 4em !important; }
.elementor-widget-poco-tab-hover .tab-content .link:hover i {
right: calc(100% - 30px); }
.elementor-widget-poco-tab-hover .tab-content .image {
margin-bottom: 30px;
max-width: unset;
margin-right: unset; }
@media (min-width: 769px) {
.elementor-widget-poco-tab-hover .tab-content .image {
max-width: 350px;
margin-right: 60px;
margin-bottom: 0; } }
@media (min-width: 1320px) {
.elementor-widget-poco-tab-hover .tab-content .image {
max-width: 500px;
margin-right: 80px; } }
.elementor-widget-poco-tab-hover .tab-item {
font-size: 16px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
color: var(--light);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-poco-tab-hover .tab-item:hover, .elementor-widget-poco-tab-hover .tab-item.active {
cursor: pointer;
color: var(--heading); }
.elementor-widget-poco-tab-hover .tab-item:hover .number:after, .elementor-widget-poco-tab-hover .tab-item.active .number:after {
width: 100%; }
.elementor-widget-poco-tab-hover .tab-item:hover .number span, .elementor-widget-poco-tab-hover .tab-item.active .number span {
-ms-transform: translateX(-30px);
-webkit-transform: translateX(-30px);
transform: translateX(-30px); }
.elementor-widget-poco-tab-hover .tab-item .number {
position: relative;
width: 30px;
margin-right: 10px; }
.elementor-widget-poco-tab-hover .tab-item .number:after {
content: '';
position: absolute;
height: 1px;
width: 0;
background-color: var(--primary);
right: 0;
top: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-poco-tab-hover .tab-item .number span {
display: inline-block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
@-webkit-keyframes opalFade {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes opalFade {
from {
opacity: 0; }
to {
opacity: 1; } }
.elementor-widget-container .elementor-teams-wrapper {
line-height: 1.5em;
display: inline-block; }
.elementor-widget-container .elementor-teams-wrapper .team-image {
position: relative; }
.elementor-widget-container .elementor-teams-wrapper .team-image img {
margin: 0 auto; }
.elementor-widget-container .elementor-teams-wrapper .team-image:before {
border-radius: 7px 7px 0 0;
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #3b3d40;
opacity: 0;
-webkit-transition: all .3s ease;
transition: all .3s ease; }
.elementor-widget-container .elementor-teams-wrapper .team-job {
display: inline-block;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
margin: 0 auto;
left: 50%;
text-transform: uppercase;
color: var(--heading);
font-weight: 500;
font-size: 14px;
padding: 10px 15px;
border-radius: 3px;
line-height: 1;
background-color: var(--primary); }
.elementor-widget-container .elementor-teams-wrapper .info {
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #ebebeb;
border-radius: 0 0 5px 5px;
padding: 45px 30px 30px; }
@media (max-width: 767px) {
.elementor-widget-container .elementor-teams-wrapper .info {
border: none;
padding: 50px 0 0; } }
.elementor-widget-container .elementor-teams-wrapper .team-name {
text-transform: capitalize;
color: var(--heading);
font-weight: 700;
font-size: 20px;
margin-bottom: 15px; }
.elementor-widget-container .elementor-teams-wrapper .team-name a {
color: var(--heading); }
.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-icon-socials ul {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
list-style: none;
margin: 0; }
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social {
text-align: center;
margin: 0 5px; }
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a {
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
color: #1e1d23;
background-color: #fff;
font-size: 14px; }
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a:hover {
color: var(--primary);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-container .elementor-teams-wrapper .team-description {
color: var(--body);
font-weight: 500;
margin-bottom: 15px; }
.elementor-widget-container .elementor-teams-wrapper:hover .team-image:before {
opacity: 0.7; }
.elementor-teams-layout-social-right .elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
right: 30px; }
.elementor-teams-layout-social-right .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
margin: 0 -5px; }
.elementor-teams-layout-social-center .elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
margin: 0 auto;
left: 0;
right: 0; }
.elementor-teams-layout-social-center .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.elementor-teams-layout-social-left .elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
left: 30px; }
.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; }
@media (min-width: 768px) {
.elementor-testimonial-item-wrapper.style1 .item-box .top {
display: -webkit-box;
display: -webkit-flex;
display: flex; } }
.elementor-testimonial-item-wrapper.style1 .item-box .top .details {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.elementor-testimonial-item-wrapper.style1 .item-box .top .info {
text-align: left; }
.elementor-testimonial-item-wrapper.style2 .elementor-testimonial-image {
margin: 0; }
.elementor-testimonial-item-wrapper.style2 .elementor-testimonial-image img {
width: 115px;
height: 115px; }
.elementor-testimonial-item-wrapper.style2 .elementor-testimonial-image i {
width: 35px;
height: 35px;
line-height: 35px;
left: 80px;
font-size: 15px; }
.elementor-testimonial-item-wrapper.style2 .item-box {
text-align: center; }
.elementor-testimonial-item-wrapper.style2 .content {
font-size: 24px; }
.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 {
font-size: 15px; }
.elementor-testimonial-item-wrapper .details {
color: var(--heading); }
.elementor-testimonial-item-wrapper .name {
text-transform: uppercase;
color: var(--heading);
font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 700; }
.elementor-testimonial-item-wrapper .name a {
color: var(--heading); }
.elementor-testimonial-item-wrapper .name a:hover {
color: var(--primary); }
.elementor-testimonial-item-wrapper .job {
color: var(--body);
font-size: 14px; }
.testimonial-decor {
width: 30px;
height: 2px;
background: #d9d9d9;
display: inline-block; }
.elementor-testimonial-rating {
color: #ffcc00;
font-size: 13px; }
.style2 .elementor-testimonial-rating {
font-size: 18px; }
.elementor-testimonial-rating i {
vertical-align: middle;
line-height: 1; }
.style2 .elementor-testimonial-rating i {
padding: 0 3px; }
.elementor-testimonial-image {
margin-right: 20px;
position: relative;
display: inline-block; }
.elementor-testimonial-image img {
display: inline;
width: 60px;
height: 60px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%; }
.elementor-testimonial-image i {
display: inline-block;
width: 25px;
height: 25px;
line-height: 25px;
border-radius: 50%;
color: #fff;
background-color: var(--secondary);
text-align: center;
font-size: 10px;
position: absolute;
bottom: 10px;
left: 40px; }
@media (max-width: 767px) {
.poco-carousel .slick-arrow {
display: none !important; } }
.elementor-timeline-wrapper .item {
padding: 45px 0;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
position: relative; }
@media (max-width: 767px) {
.elementor-timeline-wrapper .item {
padding-top: 10px; } }
.elementor-timeline-wrapper .item:before {
position: absolute;
content: '';
width: 1px;
height: 100%;
background-color: var(--primary);
top: 0;
left: 0; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .item:before {
left: 50%; } }
.elementor-timeline-wrapper .item:nth-child(2n) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-timeline-wrapper .item:nth-child(2n) .thumbnail {
padding-left: 90px;
width: 50%;
padding-right: 0; }
.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap > .inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap .number-wrap {
padding-left: 15px;
padding-right: 0; }
.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap .number-wrap .inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse; }
.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap .number-wrap .line:before {
right: -12px;
left: unset; } }
.elementor-timeline-wrapper .thumbnail {
padding-right: 90px;
width: 50%;
display: none; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .thumbnail {
display: block; } }
.elementor-timeline-wrapper .thumbnail img {
border-radius: 8px; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .thumbnail-mobile {
display: none; } }
.elementor-timeline-wrapper .thumbnail-mobile img {
border-radius: 8px; }
.elementor-timeline-wrapper .content-wrap {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .content-wrap {
width: 50%;
max-width: 645px; } }
.elementor-timeline-wrapper .content-wrap .inner {
display: block;
width: 100%;
padding-left: 20px; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .content-wrap .inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding-left: 0; } }
.elementor-timeline-wrapper .content-wrap .number-wrap {
width: 25%;
position: relative;
font-size: 30px;
padding-top: 15px;
padding-right: 15px;
font-weight: 700;
margin-left: -39px;
max-width: 213px;
color: var(--primary); }
@media (min-width: 768px) {
.elementor-timeline-wrapper .content-wrap .number-wrap {
width: 33%;
margin-left: 0;
padding-top: 50px; } }
.elementor-timeline-wrapper .content-wrap .number-wrap .inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
max-width: 70px; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .content-wrap .number-wrap .inner {
max-width: unset; } }
.elementor-timeline-wrapper .content-wrap .number-wrap .line {
width: 60px;
height: 0px;
background-color: var(--primary);
vertical-align: middle;
margin: 0 8px;
position: relative;
display: inline-block; }
@media (min-width: 768px) {
.elementor-timeline-wrapper .content-wrap .number-wrap .line {
height: 1px; } }
.elementor-timeline-wrapper .content-wrap .number-wrap .line:before {
content: '';
position: absolute;
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: var(--primary);
top: -4px;
left: -12px; }
.elementor-timeline-wrapper .content-wrap .content {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; }
.elementor-timeline-wrapper .content-wrap .title {
font-size: 40px;
line-height: 1.2; }
@media (min-width: 1024px) {
.elementor-timeline-wrapper .content-wrap .title {
font-size: 52px; } }
@media (min-width: 1024px) {
.elementor-vertical-menu-wrapper .menu-mobile-nav-button {
display: inline-block; } }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
background: transparent !important; }
.elementor-video-icons {
cursor: pointer;
display: block;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%; }
.elementor-video-icons:hover {
cursor: pointer; }
.elementor-video-icons i {
cursor: pointer;
display: block;
text-align: center;
background-color: var(--primary);
border-radius: 50%;
height: 80px;
width: 80px;
line-height: 80px;
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
text-shadow: none; }
.elementor-video-icons i:after {
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
border-radius: 200%;
content: "";
position: absolute;
z-index: -1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
pointer-events: none;
-webkit-animation: video-pulse 2s infinite;
animation: video-pulse 2s infinite;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.elementor-video-icons i:before {
position: absolute;
top: calc(50% - 6px);
left: calc(50% - 6px);
width: 16px;
height: 16px;
display: block;
border-radius: 50%;
color: #fff; }
@-webkit-keyframes video-pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0; } }
@keyframes video-pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0; } }
.elementor-video-popup {
display: inline-block;
min-height: 100px;
position: relative; }
.elementor-widget-poco-video-popup .elementor-widget-empty {
display: block !important; }
.elementor-widget-poco-video-popup {
text-align: center; }
.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
position: relative;
display: inline-block; }
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
position: absolute;
content: attr(data-hover);
color: #1e1d23;
-webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
-webkit-transition: -webkit-clip-path 0.5s ease;
transition: -webkit-clip-path 0.5s ease;
transition: clip-path 0.5s ease;
transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease; }
.animated-slide-column > .elementor-column-wrap {
-webkit-transition: opacity 0s 0.6s, -webkit-transform 1s 0.6s;
transition: opacity 0s 0.6s, -webkit-transform 1s 0.6s;
transition: opacity 0s 0.6s, transform 1s 0.6s;
transition: opacity 0s 0.6s, transform 1s 0.6s, -webkit-transform 1s 0.6s;
opacity: 0;
-webkit-transform: translateX(-20px) translateZ(0);
transform: translateX(-20px) translateZ(0); }
.animated-slide-column:after {
content: '';
margin: 0 -5px 0 0;
position: absolute;
top: 0;
right: 100%;
bottom: 100%;
left: 0;
background-color: var(--primary);
z-index: 3;
-webkit-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; }
.animated-slide-column.col-loaded {
overflow: hidden;
position: relative; }
.animated-slide-column.col-loaded .elementor-column-wrap {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1; }
.animated-slide-column.col-loaded:after {
margin-right: 0;
right: -3px;
bottom: 0;
left: 100%; }
.animated-bg-parallax {
overflow: hidden; }
.animated-bg-parallax > .elementor-column-wrap {
overflow: hidden; }
.animated-bg-parallax .img-banner-parallax {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.animated-bg-parallax .img-banner-parallax:not(.hover) {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important; }
.elementor-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; }
.style-theme-yes .elementor-accordion-item {
background-color: #fbf7e8;
margin-bottom: 10px;
border-radius: 7px; }
.style-theme-yes .elementor-accordion-item .elementor-tab-title {
color: var(--heading);
font-weight: 700;
padding: 13px 30px; }
.style-theme-yes .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
line-height: 1.8;
font-size: 1em;
margin-left: 25px;
color: var(--heading); }
.style-theme-yes .elementor-accordion-item .elementor-tab-title a {
font-size: 18px;
line-height: 30px;
letter-spacing: 0px;
color: var(--heading);
font-weight: 700; }
.style-theme-yes .elementor-accordion-item .elementor-tab-title.elementor-active {
color: var(--heading);
background-color: #ffcc00;
border-radius: 7px; }
.style-theme-yes .elementor-accordion-item .elementor-tab-title.elementor-active a {
color: var(--heading); }
.style-theme-yes .elementor-accordion-item .elementor-tab-content {
border-top: 0;
line-height: 30px;
padding: 30px 90px 25px 30px;
border-radius: 7px;
font-size: 14px;
line-height: 30px;
letter-spacing: 0px;
background-color: #fff;
color: #666666; }
.style-theme-yes .elementor-accordion-item .elementor-tab-content p {
margin: 0; }
:root {
--scroll-bar: 8px; }
body:not(.poco-header-side):not(.has-scrollbar) .content-area .elementor-section.elementor-section-stretched {
width: 100vw !important;
margin-left: calc(-50vw + 50%) !important;
margin-right: calc(-50vw + 50%) !important;
left: 0 !important; }
body.has-scrollbar:not(.poco-header-side) .content-area .elementor-section.elementor-section-stretched {
width: calc(100vw - 20px) !important;
margin-left: calc(-50vw + 50% + 10px) !important;
margin-right: calc(-50vw + 50% + 10px);
left: 0 !important; }
@supports (color: var(--scroll-bar)) {
body.has-scrollbar:not(.poco-header-side) .content-area .elementor-section.elementor-section-stretched {
width: calc(100vw - var(--scroll-bar)) !important;
margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
left: 0 !important; } }
.elementor-text-editor p {
margin-bottom: 0; }
.single-post .entry-content .elementor-text-editor p {
margin-bottom: 1em; }
.elementor-widget-call-to-action .elementor-button .poco-icon-arrow {
font-size: 7px; }
.elementor-widget-call-to-action.button-effect-yes .elementor-button span {
position: relative;
padding-right: 4em !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-call-to-action.button-effect-yes .elementor-button i {
position: absolute;
right: 0;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: right .5s ease;
transition: right .5s ease; }
.elementor-widget-call-to-action.button-effect-yes .elementor-button:hover span {
padding-right: 0 !important;
padding-left: 4em !important; }
.elementor-widget-call-to-action.button-effect-yes .elementor-button:hover i {
right: calc(100% - 30px); }
.elementor-widget-form.button-effect-yes .elementor-button {
position: relative;
overflow: hidden; }
.elementor-widget-form.button-effect-yes .elementor-button > span {
position: relative;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex; }
.elementor-widget-form.button-effect-yes .elementor-button:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top;
background-color: var(--primary);
-ms-transform: scale(0, 1);
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: transform 0.3s ease;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.elementor-widget-form.button-effect-yes .elementor-button:hover:before {
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; }
.elementor-widget-form.button-effect-yes .elementor-button:hover .elementor-button-icon.elementor-align-icon-right {
right: calc(100% - 30px); }
.elementor-widget-form.button-effect-yes .elementor-button:hover .elementor-button-icon.elementor-align-icon-left {
left: calc(100% - 30px); }
.elementor-widget-form.button-effect-yes .elementor-button:hover .elementor-button-icon.elementor-align-icon-left + .elementor-button-text {
padding-right: 4em;
padding-left: 0; }
.elementor-widget-form.button-effect-yes .elementor-button:hover .elementor-button-text {
padding-right: 0;
padding-left: 4em; }
.elementor-widget-form.button-effect-yes .elementor-button .elementor-button-icon {
position: absolute;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-widget-form.button-effect-yes .elementor-button .elementor-button-icon .poco-icon-arrow {
font-size: 7px; }
.elementor-widget-form.button-effect-yes .elementor-button .elementor-button-icon.elementor-align-icon-right {
right: 0; }
.elementor-widget-form.button-effect-yes .elementor-button .elementor-button-icon.elementor-align-icon-left {
left: 0; }
.elementor-widget-form.button-effect-yes .elementor-button .elementor-button-icon.elementor-align-icon-left + .elementor-button-text {
padding-right: 0;
padding-left: 4em; }
.elementor-widget-form.button-effect-yes .elementor-button .elementor-button-text {
padding-right: 4em;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.elementor-field-group .elementor-field-textual:focus {
box-shadow: none; }
.elementor-field-group .elementor-field-textual {
border-radius: 0;
border-width: 0 0 1px;
padding: 0 0 0.9em; }
.elementor-countdown-item {
position: relative; }
.elementor-countdown-item:last-child:after {
display: none; }
.elementor-countdown-item:after {
position: absolute;
top: 50%;
right: -2px;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: var(--primary);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.elementor-social-icons-wrapper .elementor-social-icon:hover {
opacity: 1; }
.elementor-field-group .elementor-select-wrapper:before {
display: none; }
.img-hover {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease; }
.elementor-column:hover .img-hover {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease; }@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.pizza-flash27.fr/wp-content/plugins/woocommerce/assets/fonts/star.eot);
src: url(//www.pizza-flash27.fr/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(//www.pizza-flash27.fr/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(//www.pizza-flash27.fr/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(//www.pizza-flash27.fr/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
font-weight: normal;
font-style: normal; }
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible; } }
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible; } }
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: hidden; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: hidden; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.price ins {
font-weight: 700; } .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(--heading); }
.site-header-cart .cart-contents .amount {
display: none;
font-weight: 700;
color: var(--heading);
font-size: 16px;
padding-left: 7px; }
.site-header-cart .cart-contents .count {
line-height: 13px;
font-size: 10px;
padding: 0 5px;
text-align: center;
border-radius: 10px;
color: #000;
display: inline-block;
position: absolute;
bottom: 50%;
left: 50%;
font-weight: 700;
background-color: var(--primary); }
.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;
display: none; }
.site-search .widget_product_search input[type=text],
.site-search .widget_product_search input[type=search] {
padding: 1em 1.41575em;
line-height: 1; }
.site-search .widget_product_search #searchsubmit {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; } .poco-handheld-footer-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 996;
border-top: 1px solid;
border-top-color: var(--border); }
.poco-handheld-footer-bar::before, .poco-handheld-footer-bar::after {
content: '';
display: table; }
.poco-handheld-footer-bar::after {
clear: both; }
@media (min-width: 1025px) {
.poco-handheld-footer-bar {
display: none; } }
.poco-handheld-footer-bar ul {
margin: 0; }
.poco-handheld-footer-bar ul li {
display: inline-block;
float: left;
text-align: center; }
.poco-handheld-footer-bar ul li:last-child > a {
border-right: 0; }
.poco-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); }
.poco-handheld-footer-bar ul li > a:before {
color: var(--heading); }
.poco-handheld-footer-bar ul li > a .title {
font-weight: 600;
font-size: 12px;
color: var(--heading); }
.poco-handheld-footer-bar ul li.search .site-search {
background-color: var(--background);
position: absolute;
bottom: -5em;
left: 0;
right: 0;
-webkit-transition: all, ease, 0.2s;
transition: all, ease, 0.2s;
padding: 1em;
z-index: 1;
display: block; }
.poco-handheld-footer-bar ul li.search.active .site-search {
bottom: 100%; }
.poco-handheld-footer-bar ul li.search .site-search,
.poco-handheld-footer-bar ul li.search .widget,
.poco-handheld-footer-bar ul li.search form {
margin-bottom: 0; }
.poco-handheld-footer-bar ul li.cart .count, .poco-handheld-footer-bar ul li.wishlist .count {
display: block;
text-indent: 0;
padding: 0 5px;
line-height: 13px;
font-size: 10px;
box-sizing: content-box;
position: absolute;
top: 1em;
left: 50%;
border-radius: 100%;
color: #000;
background-color: var(--primary);
font-weight: 700; }
.poco-handheld-footer-bar ul.columns-1 li {
width: 100%;
display: block;
float: none; }
.poco-handheld-footer-bar ul.columns-2 li {
width: 50%; }
.poco-handheld-footer-bar ul.columns-3 li {
width: 33.33333%; }
.poco-handheld-footer-bar ul.columns-4 li {
width: 25%; }
.poco-handheld-footer-bar ul.columns-5 li {
width: 20%; }
.sf-input-focused .poco-handheld-footer-bar {
display: none; } table.shop_table_responsive thead {
display: none; }
table.shop_table_responsive tbody th {
display: none; }
table.shop_table_responsive tr td {
display: block;
text-align: right;
clear: both; }
table.shop_table_responsive tr td::before, table.shop_table_responsive tr td::after {
content: '';
display: table; }
table.shop_table_responsive tr td::after {
clear: both; }
table.shop_table_responsive tr td[data-title]::before {
content: attr(data-title) ": ";
font-weight: 600;
float: left; }
table.shop_table_responsive tr td.product-remove a {
text-align: left; }
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
display: none; }
table.shop_table_responsive tr td.download-actions .button {
display: block;
text-align: center; }
table.shop_table_responsive.my_account_orders .order-actions {
text-align: right; }
table.shop_table_responsive.my_account_orders .order-actions::before {
display: none; }   .rtl .widget_price_filter .price_label,
.rtl .widget_price_filter .price_label span {
direction: ltr;
unicode-bidi: embed; }  .woocommerce-form__label-for-checkbox {
cursor: pointer;
display: block; }
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
margin-right: 0.3342343017em; }
.form-row label {
color: var(--heading);
display: block;
margin-bottom: 0.5em; }
.form-row .select2-container--default .select2-selection--single {
border-color: var(--border);
border-radius: 8px;
min-height: 49px;
background-color: var(--background); }
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 49px;
color: var(--body); }
.form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 49px; }
.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: 11px;
width: 6.3em;
font-family: 'star';
font-weight: 400; }
.star-rating::before {
content: '\73\00a0\73\00a0\73\00a0\73\00a0\73';
opacity: 0.25;
float: left;
top: 0;
left: 0;
position: absolute; }
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em; }
.star-rating span::before {
content: '\53\00a0\53\00a0\53\00a0\53\00a0\53';
top: 0;
position: absolute;
left: 0;
color: #ffcc33; }
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(--body);
text-indent: 0;
opacity: 0.25; }
p.stars a:hover ~ a::before {
content: '\53';
color: var(--body);
opacity: 0.25; }
p.stars:hover a::before {
content: '\53';
color: var(--primary);
opacity: 1; }
p.stars.selected a.active::before {
content: '\53';
color: var(--primary);
opacity: 1; }
p.stars.selected a.active ~ a::before {
content: '\53';
color: var(--body);
opacity: 0.25; }
p.stars.selected a:not(.active)::before {
content: '\53';
color: var(--primary);
opacity: 1; }
.wc-block-grid__product-onsale,
.onsale {
color: #fff;
padding: 0 10px;
font-size: 13px;
font-weight: 700;
line-height: 24px;
display: inline-block;
position: absolute;
top: 20px;
left: 20px;
background: #1e1d23;
z-index: 3;
border-radius: 20px; }
.stock-label {
color: #000;
line-height: 20px;
padding: 0 1.5em;
font-size: 10px;
font-weight: 400;
display: inline-block;
border: 1px solid;
position: absolute;
left: 50%;
bottom: 12px;
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: #b1b1b1;
text-transform: uppercase;
z-index: 3; }
.stock-label + .onsale {
display: none; }
.quantity .qty {
width: 4.235801032em;
text-align: center; }
.poco-sorting {
margin-bottom: 30px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
align-items: baseline; }
@media (max-width: 767px) {
.poco-sorting {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; } }
.gridlist-toggle {
margin-right: 14px; }
.gridlist-toggle a {
color: #999999;
padding: 5px;
font-size: 12px; }
.gridlist-toggle a.active, .gridlist-toggle a:hover {
color: var(--heading); }
.related,
.upsells {
margin-top: 50px;
margin-bottom: 50px; }
.related > h2:first-child,
.upsells > h2:first-child {
font-weight: 700;
font-size: 24px;
margin-bottom: 1.4em;
text-align: center;
text-transform: uppercase; }
.hentry .woocommerce-message strong,
.hentry .woocommerce-info strong,
.hentry .woocommerce-error strong,
.hentry .woocommerce-noreviews strong,
.hentry p.no-comments strong {
color: #fff; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
margin-top: 0;
margin-bottom: 30px;
padding: 1em 1.618em;
background-color: #0f834d;
border-radius: 2px;
color: #fff;
clear: both;
border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15); }
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-noreviews::before,
.woocommerce-noreviews::after,
p.no-comments::before,
p.no-comments::after {
content: '';
display: table; }
.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
clear: both; }
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
color: #fff; }
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
color: #fff;
opacity: 0.7; }
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
opacity: 1; }
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
float: right;
padding: 0;
background: none;
color: #fff;
box-shadow: none;
line-height: 1.618;
margin-left: 1em;
padding-left: 1em;
border-width: 0;
border-left-width: 1px;
border-left-style: solid;
border-left-color: rgba(255, 255, 255, 0.25) !important;
border-radius: 0; }
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
background: none;
color: #fff;
opacity: 0.7; }
.woocommerce-message strong,
.woocommerce-info strong,
.woocommerce-error strong,
.woocommerce-noreviews strong,
p.no-comments strong {
color: #fff; }
.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
background-color: rgba(0, 0, 0, 0.1); }
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
margin-top: 2.617924em; }
.woocommerce-error {
list-style: none; }
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
background-color: #3d9cd2; }
.woocommerce-error {
background-color: #e2401c; }
dl.variation {
font-size: 0.875em; }
dl.variation dd {
margin: 0 0 1em; }
.wc-item-meta {
font-size: 0.875em;
margin-left: 0;
list-style: none; }
.wc-item-meta li::before, .wc-item-meta li::after {
content: '';
display: table; }
.wc-item-meta li::after {
clear: both; }
.wc-item-meta li strong,
.wc-item-meta li p {
display: inline-block; } .poco-product-section {
margin-bottom: 1.618em; }
.poco-product-section .section-title {
text-align: center;
margin-bottom: 1em; }
.poco-product-section:last-child {
margin-bottom: 0; } .poco-product-pagination {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
@media (max-width: 768px) {
.poco-product-pagination {
display: none; } }
.poco-product-pagination a {
padding: 15px 0; }
.poco-product-pagination a > span {
width: 35px;
height: 35px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
border-radius: 50%;
font-size: 13px;
background-color: var(--primary);
color: var(--heading); }
.poco-product-pagination a:last-child {
margin-left: 8px; }
.poco-product-pagination a:hover > span {
background-color: var(--primary_hover); }
.poco-product-pagination a:hover .product-item {
opacity: 1;
visibility: visible;
pointer-events: auto;
top: 100%; }
.poco-product-pagination a span.shop-tooltip {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin: 0 3px;
vertical-align: text-bottom;
line-height: 22px; }
.poco-product-pagination a:nth-child(2):hover {
color: var(--heading); }
.poco-product-pagination .product-item {
position: absolute;
right: 0;
top: calc(100% + 10px);
opacity: 0;
visibility: visible;
pointer-events: none;
width: 230px;
background: #fff;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
text-align: left;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
border-radius: 8px;
overflow: hidden; }
.poco-product-pagination .product-item img {
max-width: 80px; }
.poco-product-pagination .product-item .poco-product-pagination-content {
padding: 10px 15px; }
.poco-product-pagination .product-item .poco-product-pagination__title {
color: var(--heading);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-height: 3.4em;
font-weight: 700;
line-height: 1.2;
margin-bottom: 5px;
padding-top: 5px; }
.poco-product-pagination .product-item .poco-product-pagination__title:hover {
color: var(--primary); }
.poco-product-pagination .product-item .price {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
align-items: baseline;
font-size: 14px;
color: var(--primary); }
.poco-product-pagination .product-item .price del {
color: var(--heading);
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
margin-left: 0.327em;
font-weight: 400;
font-size: 14px; }
.poco-product-pagination .product-item .price ins {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
margin-left: 0;
font-weight: 700;
font-size: 14px;
color: #ef3636; } .poco-sticky-add-to-cart {
display: none; }
.screen-reader-text, .product-block .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) {
.poco-archive-product #secondary {
display: none; } }
.poco-sorting .woocommerce-ordering {
margin-bottom: 0; }
.poco-sorting .woocommerce-ordering select {
font-size: 14px;
color: var(--heading);
background-color: #fbf7e8;
padding-top: 17px;
padding-bottom: 17px;
border: none; }
.woocommerce-result-count {
font-size: 14px; }
@media (max-width: 767px) {
.woocommerce-result-count {
display: none; } } .products-no-gutter ul.products {
margin-left: 0;
margin-right: 0; }
.products-no-gutter .products-list ul.products {
margin-left: -15px;
margin-right: -15px; }
ul.products,
.wc-block-grid__products {
margin-left: -15px;
margin-right: -15px;
margin-bottom: 0;
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
padding-left: 15px;
padding-right: 15px;
list-style: none;
margin-bottom: 2.4em;
position: relative;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; }
@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 .posted-in,
ul.products .wc-block-grid__product .posted-in,
.wc-block-grid__products li.product .posted-in,
.wc-block-grid__products .wc-block-grid__product .posted-in {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
ul.products li.product .short-description,
ul.products .wc-block-grid__product .short-description,
.wc-block-grid__products li.product .short-description,
.wc-block-grid__products .wc-block-grid__product .short-description {
font-size: 14px;
line-height: 1.5;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 3em;
margin-bottom: 10px; }
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;
font-size: 20px;
color: var(--primary); }
ul.products li.product .price del,
ul.products .wc-block-grid__product .price del,
.wc-block-grid__products li.product .price del,
.wc-block-grid__products .wc-block-grid__product .price del {
color: var(--light);
font-size: 0.85em; }
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 {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1;
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: 18px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 6px;
font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
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(--heading); }
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: 13px;
margin-bottom: 6px; }
ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
display: block;
margin: 0 auto;
width: 100%; }
ul.products li.product.product-category h2,
ul.products li.product.product-category h3,
ul.products li.product.product-category .woocommerce-loop-category__title,
ul.products .wc-block-grid__product.product-category h2,
ul.products .wc-block-grid__product.product-category h3,
ul.products .wc-block-grid__product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products li.product.product-category h2,
.wc-block-grid__products li.product.product-category h3,
.wc-block-grid__products li.product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products .wc-block-grid__product.product-category h2,
.wc-block-grid__products .wc-block-grid__product.product-category h3,
.wc-block-grid__products .wc-block-grid__product.product-category .woocommerce-loop-category__title {
font-size: 1.1em; }
ul.products li.product.product-category img,
ul.products .wc-block-grid__product.product-category img,
.wc-block-grid__products li.product.product-category img,
.wc-block-grid__products .wc-block-grid__product.product-category img {
margin-bottom: 1.618em; }
ul.products li.product .posted-in,
ul.products .wc-block-grid__product .posted-in,
.wc-block-grid__products li.product .posted-in,
.wc-block-grid__products .wc-block-grid__product .posted-in {
font-size: 12px;
margin-bottom: 6px; }
ul.products li.product .posted-in a,
ul.products .wc-block-grid__product .posted-in a,
.wc-block-grid__products li.product .posted-in a,
.wc-block-grid__products .wc-block-grid__product .posted-in a {
color: var(--light); }
ul.products li.product .posted-in a:hover,
ul.products .wc-block-grid__product .posted-in a:hover,
.wc-block-grid__products li.product .posted-in a:hover,
.wc-block-grid__products .wc-block-grid__product .posted-in a:hover {
color: var(--primary_hover); }
ul.products .slick-disabled:before,
.wc-block-grid__products .slick-disabled:before {
opacity: .75; }
li.product:hover .product-image img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
li.product:hover .product-transition:after {
opacity: 1;
height: 100%; }
li.product:hover .yith-wcwl-add-to-wishlist > div > a:before {
color: var(--heading); }
li.product:hover .yith-wcwl-add-to-wishlist > div > a:hover:before {
color: red; }
.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 + ins {
margin-left: 0.327em; }
.product-block {
overflow: hidden;
border: 1px solid;
border-color: var(--border);
border-radius: 30px;
padding: 10px;
background: white; }
.product-block .product-caption {
padding: 10px;
display: inline-block;
width: 100%; }
.product-block a[class*="product_type_"] {
font-size: 0 !important;
width: 40px;
height: 40px;
border-radius: 16px;
float: right;
position: relative; }
.product-block a[class*="product_type_"]:hover {
color: #fff; }
.product-block a[class*="product_type_"]:before {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.product-block .yith-wcwl-add-to-wishlist {
position: absolute;
right: 0;
top: 0;
margin-top: 0;
z-index: 4; }
.product-block .yith-wcwl-add-to-wishlist > div {
position: relative; }
.product-block .yith-wcwl-add-to-wishlist > div > a {
display: block;
white-space: nowrap;
width: 45px;
height: 45px;
position: relative;
font-size: 0;
background-color: transparent;
border-radius: 0; }
.product-block .yith-wcwl-add-to-wishlist > div > a:before {
font-size: 20px;
color: #dddddd;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.product-block .yith-wcwl-add-to-wishlist > div > a:hover:before {
color: #000; }
.product-block .yith-wcwl-add-to-wishlist > div .opal-loading-wislist {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
width: 20px !important;
height: 20px !important;
margin-left: 0 !important; }
.product-block .yith-wcwl-add-to-wishlist > div .opal-loading-wislist:before {
content: "";
width: 20px;
height: 20px;
display: block;
vertical-align: middle;
border: 1px solid #bbb;
border-left-color: #000;
border-radius: 50%;
animation: opal-loading 450ms infinite linear;
-webkit-animation: opal-loading 450ms infinite linear;
background-image: none !important;
background-color: #fff;
overflow: hidden; }
.product-block .yith-wcwl-add-to-wishlist > div img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
opacity: 0 !important; }
.product-block .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistaddedbrowse > a:before {
color: red !important; }
.product-block .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistexistsbrowse a:before {
color: red !important; }
.product-block .yith-wcwl-add-button {
position: relative; }
.product-block .yith-wcwl-add-button .add_to_wishlist {
display: block; }
.product-block .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 {
display: block;
position: relative;
overflow: hidden;
margin-bottom: 10px; }
.product-transition:after {
content: '';
width: 100%;
height: 50%;
border-radius: 20px;
position: absolute;
left: 0;
bottom: 0;
background-color: var(--primary);
opacity: 0.1;
-webkit-transition: all ease 0.35s;
transition: all ease 0.35s; }
.product-transition .product-image {
position: relative;
z-index: 2; }
.product-transition .product-image img {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
-webkit-transition: all ease 0.35s;
transition: all ease 0.35s;
border-radius: 20px; }
.product-transition .woocommerce-loop-product__link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; }
.opal-product-tooltipster {
display: block !important; }
.opal-product-tooltipster .tooltipster-content {
background-color: #000;
color: #fff;
padding: 5px 15px;
font-size: 10px;
text-transform: uppercase; }
.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%; } .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 .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;
border-radius: 20px; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
border: 1px solid;
border-color: var(--border);
border-radius: 24px;
padding: 10px; }
.single-product div.product .woocommerce-product-gallery .flex-viewport {
margin-bottom: 20px;
border: 10px solid transparent;
border-radius: 24px;
color: var(--border);
box-shadow: 0 0 0 1px; }
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
padding: 0;
border: none; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
border-radius: 20px; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
background-color: #f7f4ef; }
.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(--heading); }
.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: 4px solid #fff;
box-shadow: 0 0 0 1px;
color: var(--border);
opacity: 0.5;
-webkit-transition: all, ease, 0.2s;
transition: all, ease, 0.2s;
margin-right: 20px;
background-color: #f7f4ef; }
.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 li {
margin-bottom: 10px; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-nav {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1;
width: 90px;
margin-right: 10px;
display: block; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-nav li {
margin-bottom: 10px;
margin-right: 0; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
width: calc(100% - 90px); }
.single-product div.product .woocommerce-product-gallery-vertical + .onsale {
left: 110px; }
.single-product div.product .summary.entry-summary .yith-wcwl-add-to-wishlist {
display: none; }
.single-product div.product .summary.entry-summary form.cart .yith-wcwl-add-to-wishlist {
display: inline-block;
margin-top: 10px;
margin-left: 10px; }
.single-product div.product .summary.entry-summary form.cart .yith-wcwl-add-to-wishlist > div > a {
display: block;
white-space: nowrap;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
position: relative;
font-size: 0;
background-color: #f7f4ef;
border-radius: 8px;
color: var(--body); }
.single-product div.product .summary.entry-summary form.cart .yith-wcwl-add-to-wishlist > div > a:before {
font-size: 14px; }
.single-product div.product .summary.entry-summary form.cart .yith-wcwl-add-to-wishlist > div > a:hover {
color: var(--primary); }
.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: 5px 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;
border-top: 1px solid;
border-top-color: var(--border); }
.single-product div.product form.cart::before, .single-product div.product form.cart::after {
content: '';
display: table; }
.single-product div.product form.cart::after {
clear: both; }
.single-product div.product form.cart .quantity {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-top: 10px;
margin-right: 50px; }
.single-product div.product form.cart .quantity button {
color: #000;
background-color: #f7f4ef;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
padding: 0;
text-align: center;
z-index: 9;
display: inline-block;
font-weight: 700; }
.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 .qty {
padding: 0.5em;
border-radius: 0;
text-align: center;
font-size: 16px;
width: 35px;
color: var(--heading);
border: none;
-moz-appearance: textfield;
font-weight: 700; }
.single-product div.product form.cart .quantity .qty::-webkit-outer-spin-button, .single-product div.product form.cart .quantity .qty::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; }
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
float: none;
margin-right: 0;
width: 140px; }
@media (max-width: 1023px) {
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
width: 100px; }
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a {
font-size: 11px; } }
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button {
width: 100%;
text-align: center;
padding: .75em 0;
text-transform: uppercase;
word-break: initial;
font-weight: 700;
font-size: 12px;
background-color: var(--heading); }
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button:hover {
background-color: var(--primary); }
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
margin-right: 0; }
.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 {
padding-right: 10px; }
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label a {
color: var(--heading);
word-break: break-word; }
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label a:hover {
color: var(--primary); }
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
color: var(--heading);
font-weight: 400; }
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price ins .woocommerce-Price-amount {
color: #ef3636;
font-weight: 700; }
.single-product div.product form.cart table.group_table .woocommerce-Price-amount {
word-break: normal;
font-weight: 700;
color: var(--primary); }
.single-product div.product form.cart table.group_table .stock.out-of-stock {
display: none; }
.single-product div.product form.cart table.variations td.label label {
font-size: 13px;
text-transform: uppercase;
color: var(--heading); }
.single-product div.product form.cart table.variations td.value ul li.variable-item {
padding: 19px 0;
box-shadow: none;
border-radius: 8px;
background-color: #f7f4ef; }
.single-product div.product form.cart table.variations td.value ul li.variable-item:hover {
background-color: var(--primary); }
.single-product div.product form.cart table.variations td.value ul li.variable-item .variable-item-span {
padding: 0;
min-width: 38px;
font-size: 15px;
color: var(--heading); }
.single-product div.product form.cart table.variations td.value ul li.variable-item.selected {
background-color: var(--primary); }
.single-product div.product form.cart table.variations td.value ul li.variable-item.disabled:before {
display: none; }
.single-product div.product form.cart table.variations td.value ul li.variable-item.disabled:after {
-webkit-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
height: 2px;
background-color: var(--border);
width: calc(100% + 12px);
left: -7px;
box-shadow: none; }
.single-product div.product form.cart table.variations td.value ul li.variable-item.disabled .variable-item-span {
color: var(--body); }
.single-product div.product .single_add_to_cart_button {
text-transform: uppercase;
line-height: 2.5;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
font-size: 12px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
padding-top: 9px;
padding-bottom: 9px;
margin-top: 10px;
white-space: nowrap; }
.single-product div.product .single_add_to_cart_button:hover {
background-color: var(--primary); }
.single-product div.product .entry-summary {
position: relative; }
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a {
color: var(--heading);
text-transform: capitalize; }
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a i {
display: none; }
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a:hover {
color: var(--primary); }
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div .feedback {
display: none; }
.single-product div.product .entry-summary .compare {
display: inline-block;
vertical-align: top;
width: 50%;
padding: 0 10px;
text-align: left;
margin-top: 15px;
color: var(--heading);
background-color: transparent;
font-size: 14px; }
.single-product div.product .entry-summary .compare:hover {
color: var(--primary); }
.single-product div.product .inventory_status {
font-size: 12px;
text-transform: uppercase;
display: inline-block;
padding: 4px 10px 3px 10px;
color: var(--heading);
background: #defaf2;
border: 1px solid;
margin-bottom: 15px;
line-height: 1; }
.single-product div.product .inventory_status.out-stock {
background: #b1b1b1; }
.single-product div.product .product_title {
font-size: 52px;
line-height: 1.2; }
.single-product div.product p.price {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
align-items: baseline;
font-size: 30px;
margin-bottom: 0.6em;
font-weight: 700;
line-height: 1;
color: var(--primary); }
.single-product div.product p.price > span:first-child {
padding-right: 5px; }
.single-product div.product p.price > span + span {
padding-left: 5px; }
.single-product div.product p.price del {
color: var(--body);
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
margin-left: 0.327em;
font-size: 18px; }
.single-product div.product p.price ins {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
margin-left: 0;
font-weight: 700;
font-size: 24px; }
.single-product div.product .woocommerce-product-details__short-description {
font-size: 16px;
color: var(--body); }
.single-product div.product table.variations {
table-layout: fixed;
margin-top: 10px;
margin-bottom: 0;
position: relative; }
.single-product div.product table.variations th,
.single-product div.product table.variations td {
display: list-item;
padding: 0;
list-style: none;
background-color: transparent; }
.single-product div.product table.variations .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 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
align-items: baseline;
font-size: 24px;
margin-bottom: 0.6em;
font-weight: 700;
color: var(--primary); }
.single-product div.product .single_variation .price del {
color: var(--heading);
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
margin-left: 0.327em;
font-weight: 400;
font-size: 18px; }
.single-product div.product .single_variation .price ins {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
margin-left: 0;
font-weight: 700;
font-size: 24px;
color: #ef3636; }
.single-product div.product .single_variation_wrap {
width: 100%; }
.single-product div.product .variations_button {
padding-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-top: -20px;
margin-bottom: 20px; }
.single-product div.product .woocommerce-product-rating::before, .single-product div.product .woocommerce-product-rating::after {
content: '';
display: table; }
.single-product div.product .woocommerce-product-rating::after {
clear: both; }
.single-product div.product .woocommerce-product-rating a {
font-size: 14px;
text-transform: capitalize;
color: var(--light); }
.single-product div.product .woocommerce-product-rating a:hover {
color: var(--primary);
text-decoration: underline; }
.single-product div.product .woocommerce-product-rating .star-rating {
margin-right: 0.75em;
display: inline-block;
vertical-align: middle; }
.single-product div.product .product_meta {
margin-top: 10px;
padding-top: 35px;
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: 13px;
color: var(--heading);
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 > * {
font-weight: 700;
color: var(--body);
text-transform: initial; }
.single-product div.product .product_meta .sku_wrapper a:hover,
.single-product div.product .product_meta .posted_in a:hover,
.single-product div.product .product_meta .tagged_as a:hover {
color: var(--primary);
text-decoration: underline; }
.single-product div.product .poco-social-share .social-share-title {
text-transform: unset; }
.single-product .time-sale {
margin-bottom: 20px;
margin-top: 10px;
padding: 18px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #f9f9f9;
border-radius: 3px; }
.single-product .time-sale .deal-text {
margin-right: 40px; }
.single-product .time-sale .deal-text i {
font-size: 30px;
margin-right: 10px; }
.single-product .woocommerce-tabs {
display: block;
position: relative; }
.single-product .woocommerce-tabs ul.tabs {
margin: 0 0 50px;
list-style: none;
text-align: center; }
.single-product .woocommerce-tabs ul.tabs li {
display: inline-block;
margin: 5px; }
.single-product .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0; }
.single-product .woocommerce-tabs ul.tabs li a {
font-weight: 700;
display: block;
position: relative;
font-size: 24px;
padding: 0.4em 1.5em;
color: var(--heading);
border-radius: 8px;
white-space: nowrap; }
.single-product .woocommerce-tabs ul.tabs li a:hover {
background-color: var(--primary); }
.single-product .woocommerce-tabs ul.tabs li.active a {
background-color: var(--primary); }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
width: 100%; }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
width: 100%; }
.single-product .woocommerce-tabs .comment-form-cookies-consent {
display: inline-block; }
.single-product .woocommerce-tabs .panel h2:first-of-type {
display: none; }
.single-product .woocommerce-tabs .panel p {
margin: 0; }
.single-product .woocommerce-tabs .review_form label {
margin-bottom: 0.5em;
display: block; }
.single-product.single-product-2 {
overflow: unset; }
.single-product.single-product-2 .site {
overflow: unset; }
.single-product.single-product-2 .content-single-wrapper {
display: inline-block;
width: 100%; }
.single-product.single-product-2 .content-single-wrapper .entry-summary {
position: sticky;
position: -webkit-sticky;
top: 100px; }
.single-product.single-product-2 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-2 div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
padding-left: 15px;
padding-right: 15px;
margin-bottom: 10px; }
.single-product .product-extra-info {
padding: 30px 0; }
.single-product .product-extra-info > div {
padding: 30px 0;
border-top: 1px solid;
border-top-color: var(--border); }
.single-product .product-extra-info ul {
margin-bottom: 0; }
.single-product .product-extra-info .brand-wrap {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.single-product .product-extra-info .title-brand {
margin-right: 30px;
margin-bottom: 0; }
.single-product .product-extra-info img {
padding: 10px 0; }
.stock:empty::before {
display: none; }
.stock.in-stock {
color: #0f834d; }
.stock.out-of-stock {
font-size: 18px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-top: 10px;
white-space: nowrap;
background-color: var(--light);
color: #fff;
font-weight: 600; }
a.reset_variations {
display: inline-block;
margin-left: 1em; } #reviews {
outline: none; }
#reviews #comments {
margin-bottom: 3.706325903em;
padding-top: 0; }
@media (min-width: 768px) {
#reviews #comments {
width: 50%;
float: left;
padding-right: 30px; } }
@media (min-width: 768px) {
#reviews #review_form_wrapper {
width: 50%;
float: right;
padding-left: 30px; } }
#reviews .comment-reply-title {
display: none; }
#reviews .commentlist {
list-style: none;
margin: 0; }
#reviews .commentlist li {
margin-bottom: 2.617924em;
list-style: none;
clear: both; }
#reviews .commentlist li::before, #reviews .commentlist li::after {
content: '';
display: table; }
#reviews .commentlist li::after {
clear: both; }
#reviews .commentlist li .comment_container {
border-radius: 3px; }
#reviews .commentlist li .comment_container::before, #reviews .commentlist li .comment_container::after {
content: '';
display: table; }
#reviews .commentlist li .comment_container::after {
clear: both; }
#reviews .commentlist li .comment_container .comment-text {
width: calc(100% - 60px);
float: right; }
#reviews .commentlist li .comment_container .comment-text .star-rating {
font-size: 0.875em;
line-height: 1;
height: 1em; }
#reviews .commentlist li:last-child {
border-bottom: 0;
margin-bottom: 0; }
#reviews .commentlist li time {
color: var(--light);
font-size: 0.875em; }
#reviews .commentlist li .avatar {
width: 50px;
height: 50px;
float: left;
margin-right: 10px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover; }
#reviews .commentlist li p.meta strong {
font-size: 18px;
color: var(--heading); }
#reviews .commentlist li p.meta time {
margin-left: 10px; }
#reviews .commentlist li p.meta time:before {
margin-right: 5px;
line-height: 1;
margin-top: -3px; }
#reviews .commentlist li p.meta .verified {
font-style: normal;
font-size: 0.875em; }
#reviews .commentlist li p.meta .woocommerce-review__dash {
display: none; }
#reviews .commentlist li ul.children {
margin: 0;
width: 82.2222222222%;
float: right;
margin-right: 0;
padding-top: 1.618em; }
#reviews .commentlist li ul.children .avatar {
width: 13.5135135135%;
float: left;
margin-right: 8.1081081081%; }
#reviews .commentlist li ul.children .comment-text {
width: 78.3783783784%;
float: right;
margin-right: 0; }
#reviews .commentlist li ul.children li {
margin-bottom: 1.618em; }
#reviews .commentlist li ul.children li:last-child {
margin-bottom: 0; }
#reviews .comment-form-rating {
clear: both;
margin-bottom: 1em; }
#reviews .comment-form-rating label {
display: block; }
#reviews .comment-form-comment,
#reviews .comment-form-author,
#reviews .comment-form-email,
#reviews .comment-form-cookies-consent,
#reviews .comment-notes {
margin-bottom: 1.41575em; }
#reviews .form-submit input[type='submit'] {
font-weight: 700; }
#reviews .comment-form-cookies-consent:before {
content: "";
display: block;
clear: left; }
table.shop_attributes th {
color: var(--heading); }
table.shop_attributes tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }
.poco-sticky-add-to-cart {
background-color: var(--background); }
.poco-sticky-add-to-cart__content-title strong {
font-weight: 700;
color: var(--heading); }
.poco-sticky-add-to-cart__content-price {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
font-size: 16px;
font-weight: 700;
color: var(--primary);
margin-bottom: 4px; }
.poco-sticky-add-to-cart__content-price ins {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1;
margin-left: 0;
margin-right: 0.6180469716em;
background-color: transparent;
color: #ef3636;
font-weight: 700; }
.poco-sticky-add-to-cart__content-price del {
color: var(--heading); }
.poco-sticky-add-to-cart .poco-sticky-add-to-cart__content-button {
font-size: 12px; }
.sizechart-popup {
width: 630px;
max-width: 100vw;
overflow-y: auto;
position: fixed;
left: 50%;
padding: 60px;
background: #fff;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 998;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s; }
.sizechart-popup.active {
opacity: 1;
pointer-events: auto;
visibility: visible; }
.sizechart-popup.active + .sizechart-overlay {
opacity: 1;
visibility: visible; }
.sizechart-popup .sizechart-close {
position: absolute;
right: 20px;
top: 20px;
font-size: 24px;
line-height: 1; }
.sizechart-popup .sizechart-close i {
color: var(--heading); }
.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(--heading); }
.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; }
.poco-frequently-bought {
margin-top: 5px;
padding-top: 20px;
margin-bottom: 10px;
border-top: 1px solid;
border-color: var(--border); }
.poco-frequently-bought .frequently-bought-title {
margin-bottom: 10px;
font-size: 13px;
text-transform: uppercase;
color: var(--heading); }
.poco-frequently-bought ul {
list-style: none;
margin: 0; }
.poco-frequently-bought .product-item {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid;
position: relative;
border-color: var(--border);
cursor: pointer; }
.poco-frequently-bought .product-item:last-child {
padding-bottom: 0;
border-bottom: 0; }
.poco-frequently-bought .product-item img {
width: 80px;
margin-right: 20px;
border: 4px solid #fff;
box-shadow: 0 0 0 1px;
color: var(--border);
background-color: #f7f4ef;
border-radius: 18px; }
.poco-frequently-bought .product-item.uncheck * {
opacity: 0.8; }
.poco-frequently-bought .content-product-item {
height: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; }
.poco-frequently-bought .content-product-item .product-title {
position: relative;
z-index: 2;
font-weight: 700;
font-size: 14px;
color: var(--heading); }
.poco-frequently-bought .content-product-item .posted-in a {
font-size: 13px;
color: var(--body); }
.poco-frequently-bought .product-price {
font-size: 16px;
margin: 0 30px;
font-weight: 700;
color: var(--primary); }
.poco-frequently-bought .product-price del {
font-size: 0.95em; }
.poco-frequently-bought .product-price ins {
background: transparent; }
.poco-frequently-bought .price-box .label {
color: var(--heading); }
.poco-frequently-bought .price-box .poco-total-price {
font-size: 30px;
font-weight: 700;
color: var(--primary); }
.poco-frequently-bought input[type="checkbox"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0 !important;
z-index: 1;
cursor: pointer; }
.poco-frequently-bought input[type="checkbox"] + span {
opacity: 1 !important; }
.poco-frequently-bought input[type="checkbox"] + span:before {
content: '+';
width: 30px;
height: 30px;
display: inline-block;
font-size: 18px;
line-height: 30px;
text-align: center;
background-color: #f7f4ef;
border-radius: 50%;
color: #000; }
.poco-frequently-bought input[type="checkbox"]:checked + span:before {
content: "-"; }
.poco-frequently-bought .poco_add_to_wishlist_button {
color: #000; }
.poco-frequently-bought .product-buttons {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; }
.poco-frequently-bought .product-buttons form {
margin-bottom: 0; }
.poco-frequently-bought .product-buttons .poco-add-to-cart {
font-size: 12px; } .product_list_widget {
list-style: none;
margin-left: 0; }
.product_list_widget li {
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding: 10px 0; }
.product_list_widget li::before, .product_list_widget li::after {
content: '';
display: table; }
.product_list_widget li::after {
clear: both; }
.product_list_widget li img {
max-width: 100px;
border-radius: 24px;
background-color: #f7f4ef; }
.product_list_widget li > a {
display: block; }
.product_list_widget .product-list-inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
width: 100%;
border-radius: 30px;
border: 1px solid;
border-color: var(--border); }
.product_list_widget .product-list-inner > a {
border-radius: 30px;
padding: 4px; }
.product_list_widget .reviewer {
font-size: 0.875em; }
.product_list_widget .product-content {
margin-left: 20px;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; }
.product_list_widget .product-content del {
color: var(--light); }
.product_list_widget .product-content del .amount {
font-size: 0.875em;
font-weight: 400;
color: var(--light); }
.product_list_widget .product-content .amount {
font-weight: 700;
color: var(--primary); }
.product_list_widget .star-rating {
margin-bottom: 5px; }
.product_list_widget .product-title {
margin-bottom: 0.3em;
line-height: 1.41575em;
font-weight: 700;
font-size: 16px; }
.product_list_widget .product-title span {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
color: var(--heading); }
.product_list_widget .product-title span:hover {
color: var(--primary_hover); }
.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(--heading); }
.widget_shopping_cart .mini_cart_item a:hover {
color: var(--primary_hover); }
.widget_shopping_cart .mini_cart_item .quantity {
color: var(--heading); }
.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(--heading);
font-weight: 400; }
.widget_shopping_cart p.total .amount {
color: var(--heading);
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(--heading); }
.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; }
.widget_product_categories {
padding: 8px;
border: 1px solid;
border-color: var(--border);
border-radius: 20px; }
.widget-area .widget_product_categories .widget-title, .poco-canvas-filter-wrap .widget_product_categories .widget-title {
border-bottom: none !important;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 0; }
.widget_product_categories ul.product-categories {
margin-bottom: 0;
border-radius: 16px;
background-color: #fbf7e8; }
.widget_product_categories ul.product-categories li {
padding: 0 20px;
margin-bottom: 0;
border-radius: 8px;
margin-top: -2px;
position: relative; }
.widget_product_categories ul.product-categories li > .count {
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.widget_product_categories ul.product-categories li a {
padding: 0.7em 1em 0.7em 0;
display: block;
border-width: 0 0 1.6px 0;
border-color: #e5e5e5;
border-style: dashed;
color: var(--body);
line-height: 24px; }
.widget_product_categories ul.product-categories li a i {
font-size: 24px;
margin-right: 10px;
line-height: 1; }
.widget_product_categories ul.product-categories li.current-cat {
background-color: var(--primary); }
.widget_product_categories ul.product-categories li.current-cat a {
color: var(--heading);
border: none; }
.widget_product_categories ul.product-categories li:last-child a {
border: none; }
.widget_price_filter form {
margin-bottom: 0;
margin-top: 1em; }
.widget_price_filter .price_slider {
margin-bottom: 1.1em; }
.widget_price_filter .price_slider_amount {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start; }
.widget_price_filter .price_slider_amount .button {
font-size: 12px;
padding: 0.5em 1.5em;
margin-top: 20px; }
.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: 16px;
height: 16px;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
cursor: ew-resize;
background-color: var(--primary);
box-sizing: border-box;
margin-top: -6px;
margin-left: auto;
opacity: 1; }
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -8px; }
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1); }
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-color: var(--primary);
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em; }
.widget_price_filter .price_slider_wrapper .ui-widget-content {
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
background: #e5e5e5;
border: 0; }
.widget_price_filter .ui-slider-horizontal {
height: 5px; }
.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; }
.poco_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; }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
padding: 5px; }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .poco-button-type {
display: block;
padding: 5px;
text-align: center;
min-width: 38px;
border-radius: 8px;
background-color: #f7f4ef;
color: var(--heading); }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .poco-button-type:hover {
background-color: var(--primary);
color: var(--heading); }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .poco-button-type {
background-color: var(--primary);
color: var(--heading); }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .poco-color-type {
display: block;
width: 30px;
height: 30px;
padding: 2px;
position: relative;
background-color: var(--border); }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .poco-color-type:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 2px solid;
border-color: var(--primary);
background-color: rgba(255, 255, 255, 0);
z-index: 2;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear; }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .poco-color-type:hover:after {
visibility: visible;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
filter: alpha(opacity=100); }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .poco-color-type img {
width: 26px;
height: 26px;
-o-object-fit: contain;
object-fit: contain; }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .poco-color-type:after {
visibility: visible;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
filter: alpha(opacity=100); }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .poco-image-type {
display: block;
min-width: 90px;
margin-top: 5px; }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .poco-image-type img {
margin: auto;
opacity: 0.2; }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .poco-image-type .image-count {
display: block;
text-align: center;
color: var(--light); }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .poco-image-type .image-name {
display: block;
text-align: center;
margin-top: 10px;
color: var(--heading); }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .poco-image-type:hover img {
opacity: 1; }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .poco-image-type img {
opacity: 1; }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .poco-image-type .image-name {
color: var(--primary); }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .poco-color-type .color-label {
width: 26px;
height: 26px;
display: block; }
.poco_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .poco-color-type .color-name {
display: none; } @media (min-width: 768px) {
table.cart {
margin-bottom: 3.706325903em; } }
table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
display: none; }
table.cart thead {
border-bottom: 1px solid;
border-bottom-color: var(--border); }
table.cart th {
font-size: 12px;
text-transform: uppercase;
color: var(--heading);
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(--heading);
font-weight: 400; }
table.cart tr:first-child td.product-remove {
border-top-width: 0; }
table.cart td.product-thumbnail img {
margin: auto;
max-width: 90px; }
table.cart td.product-thumbnail::before {
display: none; }
@media (max-width: 767px) {
table.cart td.product-thumbnail {
position: absolute;
left: 10px;
top: 15px;
padding: 0;
border: none !important; } }
table.cart td.product-remove {
padding: 0;
position: relative; }
@media (max-width: 767px) {
table.cart td.product-remove {
position: absolute;
top: 18px;
right: 20px;
z-index: 1;
margin-bottom: 0;
padding-bottom: 0;
border: none;
font-size: 11px; } }
table.cart td.product-remove a.remove {
position: absolute;
font-size: 1.41575em;
top: -8px;
left: -6px; }
table.cart td.product-remove a.remove:hover:before, table.cart td.product-remove a.remove:active:before {
color: var(--primary); }
table.cart td.product-name:before {
margin-right: 1em; }
table.cart td.product-name a {
font-weight: 700;
text-decoration: none !important;
color: var(--heading); }
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: 30px; }
table.cart td.product-name:before {
display: none; } }
table.cart td.product-price .amount {
font-weight: 700;
color: var(--heading); }
table.cart td.product-quantity .qty {
padding: 0.326em;
width: 3.706325903em;
font-weight: 600;
color: var(--heading); }
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(--heading);
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-bottom: 1px 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(--heading); }
.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(--heading);
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(--heading); }
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(--heading); }
.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 {
width: 100%; }
.checkout_coupon .input-text:focus {
border-color: var(--primary); }
.checkout_coupon button[type='submit'] {
margin-left: 10px; }
form.checkout {
position: static !important; }
form.checkout::before, form.checkout::after {
content: '';
display: table; }
form.checkout::after {
clear: both; }
form.checkout > .blockUI {
position: fixed !important; }
.checkout-review-order-table-wrapper {
padding: 0 30px;
background-color: var(--background); }
#order_review {
background-color: var(--background);
padding: 20px 35px 40px;
position: relative;
border: 6px solid;
border-color: var(--border); }
#order_review table {
margin-bottom: 0; }
#order_review table td, #order_review table th {
padding: 1em 0; }
#order_review .woocommerce-checkout-review-order-table thead th, #order_review .woocommerce-checkout-review-order-table thead td {
border: none; }
#order_review .woocommerce-checkout-review-order-table th {
color: var(--heading); }
#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(--heading);
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(--heading); }
#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.pizza-flash27.fr/wp-content/themes/poco/assets/images/credit-cards/unknown.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
background-image: url(//www.pizza-flash27.fr/wp-content/themes/poco/assets/images/credit-cards/visa.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
background-image: url(//www.pizza-flash27.fr/wp-content/themes/poco/assets/images/credit-cards/mastercard.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
background-image: url(//www.pizza-flash27.fr/wp-content/themes/poco/assets/images/credit-cards/laser.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
background-image: url(//www.pizza-flash27.fr/wp-content/themes/poco/assets/images/credit-cards/diners.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
background-image: url(//www.pizza-flash27.fr/wp-content/themes/poco/assets/images/credit-cards/maestro.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
background-image: url(//www.pizza-flash27.fr/wp-content/themes/poco/assets/images/credit-cards/jcb.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
background-image: url(//www.pizza-flash27.fr/wp-content/themes/poco/assets/images/credit-cards/amex.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
background-image: url(//www.pizza-flash27.fr/wp-content/themes/poco/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(--heading); }
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(--body); }
table.woocommerce-checkout-review-order-table .variation dt {
font-weight: 400; }
.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
display: none; }
.woocommerce-checkout ul#shipping_method li input[type="hidden"] + label:after {
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(--heading); }
.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(--body); }
.woocommerce-order .woocommerce-table--order-details .product-name a:hover {
color: var(--primary_hover); }
.woocommerce-order .woocommerce-table--order-details tfoot {
color: var(--heading); }
.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(--heading);
margin-bottom: 10px; }
form.woocommerce-form-track-order input, form.woocommerce-form-track-order button {
width: 100%;
margin-bottom: 30px; }
@media (min-width: 1024px) {
form.woocommerce-form-track-order button {
margin-top: 42px; } } html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
overflow: hidden; }
#yith-quick-view-modal {
position: fixed;
visibility: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1400;
opacity: 0;
text-align: center;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
#yith-quick-view-modal:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0; }
#yith-quick-view-modal .yith-quick-view-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.8); }
#yith-quick-view-modal .yith-wcqv-wrapper {
display: inline-block;
vertical-align: middle;
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
text-align: left;
height: 600px;
width: 1000px; }
#yith-quick-view-modal .yith-wcqv-main {
background-color: var(--background);
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
height: 100%;
-webkit-transition: all 0.3s;
transition: all 0.3s;
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2); }
#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
visibility: visible;
opacity: 1; }
#yith-quick-view-modal #yith-quick-view-content {
height: 100%; }
#yith-quick-view-modal #yith-quick-view-content > .product {
height: 100%; }
#yith-quick-view-modal #yith-quick-view-content > .product > div {
height: 100%; }
#yith-quick-view-modal #yith-quick-view-content .entry-summary {
height: 100%;
overflow-y: auto;
padding: 15px; }
#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
content: '';
display: table;
clear: both; }
#yith-quick-view-modal.open .yith-wcqv-main {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
height: 100%;
position: relative; }
#yith-quick-view-close {
position: absolute;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
text-align: center;
line-height: 18px;
z-index: 2;
opacity: 0.5;
font-size: 20px;
color: #cdcdcd; }
#yith-quick-view-close:hover {
color: var(--heading); }
#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: 10px;
right: auto;
left: 10px; }
li.product .yith-wcqv-button .blockUI.blockOverlay:before {
background: none; }
@media (max-width: 480px) {
#yith-quick-view-content div.images,
#yith-quick-view-content div.summary {
width: 100%;
float: none; }
#yith-quick-view-content div.summary {
margin: 0;
padding: 15px;
width: 100%;
float: left; } }
#yith-quick-view-modal.open {   }
#yith-quick-view-modal.open ::-webkit-scrollbar {
width: 4px; }
#yith-quick-view-modal.open ::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #cdcdcd;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
#yith-quick-view-modal.open ::-webkit-scrollbar-thumb:window-inactive {
background-color: #cdcdcd; }
#yith-quick-view-modal.open .yith-wcqv-main {
box-shadow: none; }
#yith-quick-view-modal.open #yith-quick-view-content div.summary {
padding: 30px 0px 46px 0px; }
#yith-quick-view-modal.open #yith-quick-view-content div.summary .summary-content {
overflow-y: auto;
height: 100%; }
#yith-quick-view-modal.open #yith-quick-view-content div.summary .single_add_to_cart_button {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
border-radius: 0; }
#yith-quick-view-modal.open #yith-quick-view-content div.summary form.variations_form {
padding-left: 1px; }
#yith-quick-view-modal.open .woocommerce-product-gallery {
height: 100%; }
.single-product-2 #yith-quick-view-modal.open .woocommerce-product-gallery {
overflow-y: auto; }
.single-product-2 #yith-quick-view-modal.open .woocommerce-product-gallery figure {
height: auto;
overflow-y: auto; }
.single-product-2 #yith-quick-view-modal.open .woocommerce-product-gallery figure .woocommerce-product-gallery__image {
height: 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 .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 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-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 p.price del {
margin-left: 0.327em;
color: var(--heading);
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2; }
#yith-quick-view-modal.open p.price ins {
margin-left: 0;
color: #ef3636;
font-weight: 700;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1; }
#yith-quick-view-modal.open .woocommerce-product-details__short-description {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2; }
#yith-quick-view-modal.open form.cart {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5; }
#yith-quick-view-modal.open .product_meta {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6; }
#yith-quick-view-modal.open div.product .woocommerce-product-gallery .flex-viewport {
border: 0;
width: 100%; }
#yith-quick-view-close {
text-transform: lowercase;
opacity: 1;
top: 0;
right: 0; }
#yith-quick-view-close:before {
position: absolute;
left: 0;
top: 0;
text-indent: 0; }
.yith-wcqv-wrapper .woocommerce-product-gallery__wrapper {
border: 1px solid;
border-color: var(--border); }
#yith-quick-view-content .woocommerce-product-gallery .flex-viewport {
height: 100% !important; }
#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
position: absolute;
z-index: 2;
text-align: center;
bottom: 12px;
width: 100%;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important;
padding: 0;
cursor: pointer;
position: relative;
width: 18px;
height: 18px;
margin: 0 1px;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
#yith-quick-view-content .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li::before {
content: "";
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(--heading); }
.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(--heading); }
.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(--heading); }
.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(--heading); }
.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(--heading); }
.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(--body);
text-decoration: underline;
-webkit-text-decoration-style: dotted;
text-decoration-style: dotted; }
@media (min-width: 768px) {
ul.order_details {
margin: 3.706325903em auto; }
ul.order_details li {
width: 22.5806451613%;
float: left;
margin-right: 3.2258064516%;
border-left-style: solid;
border-left-width: 1px; }
ul.order_details li:first-child {
border: 0; }
ul.order_details li:last-child {
float: right;
margin-right: 0; }
ul.order_details li:last-child::before, ul.order_details li:last-child::after {
content: '';
display: table; }
ul.order_details li:last-child::after {
clear: both; }
.demo_store {
bottom: 0; }
.demo_store a.woocommerce-store-notice__dismiss-link {
background: rgba(0, 0, 0, 0.1);
float: right;
display: inline-block;
margin: -1em -1.41575em -1em 0;
padding: 1em 1.41575em; } table.shop_table_responsive thead {
display: table-header-group; }
table.shop_table_responsive tbody th {
display: table-cell; }
table.shop_table_responsive tr td {
display: table-cell; }
table.shop_table_responsive tr td::before {
display: none; }
table.shop_table_responsive tr.woocommerce-shipping-totals td {
width: 60%; } .site-header-cart {
position: relative; }
.site-header-cart .cart-contents {
display: inline-block;
position: relative;
text-indent: 0; }
.site-header-cart .widget_shopping_cart {
position: absolute;
margin-top: 20px;
top: 100%;
width: 320px;
z-index: 999999;
right: -999em;
display: block;
border-width: 2px;
border-style: solid; }
.site-header-cart .widget_shopping_cart:before {
content: "";
display: block;
position: absolute;
top: -20px;
left: 0;
right: 0;
height: 20px; }
.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
display: none;
left: 0; }
.site-header-cart .widget_shopping_cart h2.widgettitle {
display: none; }
.site-header-cart .widget_shopping_cart .product_list_widget {
height: 0; }
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
text-align: left; }
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
right: 0;
display: block; }
.site-header-cart:hover .widget_shopping_cart .product_list_widget, .site-header-cart.focus .widget_shopping_cart .product_list_widget {
height: auto; }
.site-search {
display: block; }
.site-search form {
margin: 0; }
.checkout_coupon {
grid-template-columns: 53.6231884058% auto; } ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
clear: none;
width: 100%; } ul.products.columns-1 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
ul.products.columns-2 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
ul.products.columns-3 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
ul.products.columns-4 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
ul.products.columns-5 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
ul.products.columns-6 li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.woocommerce.columns-tablet-1 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.woocommerce.columns-tablet-2 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.woocommerce.columns-tablet-3 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.woocommerce.columns-tablet-4 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.woocommerce.columns-tablet-5 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.woocommerce.columns-tablet-6 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } .single-product div.product .images {
width: 42.0289855072%;
float: left;
margin-right: 4.347826087%;
margin-bottom: 3.706325903em; }
.single-product div.product .images .thumbnails::before, .single-product div.product .images .thumbnails::after {
content: '';
display: table; }
.single-product div.product .images .thumbnails::after {
clear: both; }
.single-product div.product .images .thumbnails a.zoom {
width: 22.5806451613%;
float: left;
margin-right: 3.2258064516%; }
.single-product div.product .images .thumbnails a.zoom.last {
float: right;
margin-right: 0; }
.single-product div.product .woocommerce-product-gallery {
width: 50%;
max-width: 630px;
margin-right: 0;
float: left;
margin-bottom: 3.706325903em; }
.single-product div.product .summary {
float: right;
width: calc(50% - 30px); }
.single-product div.product .woocommerce-tabs {
clear: both; }
.single-product.single-product-1 div.product .woocommerce-product-gallery-vertical {
max-width: unset; }
.single-product #reviews .comment-form-author,
.single-product #reviews .comment-form-email {
-webkit-box-flex: 50%;
-webkit-flex: 50%;
flex: 50%;
max-width: 50%; }
.single-product #reviews .comment-form-email {
margin-right: 0; }
#reviews .comment-form-email {
margin-right: 0; } .poco-full-width-content.woocommerce-cart .entry-header,
.poco-full-width-content.woocommerce-checkout .entry-header,
.poco-full-width-content.woocommerce-account .entry-header {
text-align: center;
padding: 0 0 5.9968353111em; }
.poco-full-width-content.woocommerce-cart .entry-header h1:last-child,
.poco-full-width-content.woocommerce-checkout .entry-header h1:last-child,
.poco-full-width-content.woocommerce-account .entry-header h1:last-child {
margin-bottom: 0; }
.poco-full-width-content .up-sells > h2:first-child,
.poco-full-width-content .related.products > h2:first-child {
text-align: center;
font-size: 30px; }
.poco-full-width-content .woocommerce-products-header {
text-align: center; }
.woocommerce .page-description {
margin-bottom: 1.618em; }
.poco-sorting {
margin-bottom: 30px; }
.poco-sorting select {
width: auto; }
.poco-sorting .woocommerce-result-count,
.poco-sorting .woocommerce-ordering {
margin-bottom: 0; }
.poco-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 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
float: left;
width: 60%; }
table.cart td.actions input {
display: inline-block;
width: auto;
margin: 0; }
.cart-collaterals::before, .cart-collaterals::after {
content: '';
display: table; }
.cart-collaterals::after {
clear: both; }
.cart-collaterals .cross-sells {
width: 42.0289855072%;
float: left;
margin-right: 4.347826087%; }
.cart-collaterals .shipping_calculator {
width: 53.6231884058%;
float: right;
margin-right: 0;
margin: 0;
clear: right; }
.cart-collaterals .cart_totals small.includes_tax {
display: block; }
.cart-collaterals .shipping_calculator {
clear: right; } table.wishlist_table .wishlist-items-wrapper tr td.product-name a.yith-wcqv-button {
display: none; } #ship-to-different-address {
position: relative; }
#ship-to-different-address label {
font-weight: 300; }
#ship-to-different-address .woocommerce-form__input-checkbox {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-right: 0; }
.col2-set {
width: 53.6231884058%;
float: left;
margin-right: 4.347826087%; }
.col2-set .form-row-first {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%; }
.col2-set .form-row-last {
width: 48.3870967742%;
float: right;
margin-right: 0; }
.col2-set .col-1,
.col2-set .col-2 {
margin-bottom: 1.618em; }
.col2-set + #customer_details {
display: none; }
.col2-set .woocommerce-billing-fields::before, .col2-set .woocommerce-billing-fields::after {
content: '';
display: table; }
.col2-set .woocommerce-billing-fields::after {
clear: both; }
.col2-set.addresses {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.col2-set.addresses .col-1 {
width: 47.8260869565%;
float: left;
margin-right: 4.347826087%; }
.col2-set.addresses .col-2 {
width: 47.8260869565%;
float: right;
margin-right: 0; }
#customer_details + #wc_checkout_add_ons {
width: 42.0289855072%;
float: right;
margin-right: 0; }
#wc_checkout_add_ons input[type=radio] {
float: left;
margin-right: 0.5407911001em;
clear: left;
margin-top: 0.35em; }
#order_review {
width: 42.0289855072%;
float: right;
margin-right: 0;
clear: right; }
#order_review {
-webkit-transition: box-shadow ease 0.4s;
transition: box-shadow ease 0.4s; }
.woocommerce-order-pay #order_review {
width: 100%;
float: none; }
.woocommerce-order-pay #order_review #payment h3 {
padding-left: 1em;
padding-top: 1em; }
.woocommerce-order-pay #order_review #payment .form-row {
padding: 1em; }
.woocommerce-order-pay #order_review .payment_methods + .form-row {
padding: 1em; }
.woocommerce-order-pay #order_review .button#place_order {
display: block;
width: 100%;
font-size: 1.41575em; } table + .addresses {
margin-top: 1.618em; }
.col2-set#customer_login {
width: 100%;
margin: 0; }
.col2-set#customer_login .col-1 {
width: 50%;
float: left;
padding-right: 5%; }
.col2-set#customer_login .col-2 {
width: 50%;
float: right;
padding-left: 5%; }
.col2-set.addresses {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.col2-set.addresses .col-1 {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%; }
.col2-set.addresses .col-2 {
width: 48.3870967742%;
float: right;
margin-right: 0; }
.woocommerce-MyAccount-navigation {
width: 27.2727272727%;
float: left;
margin-right: 3.8961038961%; }
.woocommerce-MyAccount-content {
width: 68.8311688312%;
float: right;
margin-right: 0; }
.addresses header.title::before, .addresses header.title::after {
content: '';
display: table; }
.addresses header.title::after {
clear: both; }
.addresses header.title a {
float: right; }
.addresses header.title h3 {
float: left; } .form-row-first {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%;
clear: both; }
.form-row-last {
width: 48.3870967742%;
float: right;
margin-right: 0; }  .poco-sticky-add-to-cart {
display: block;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 99998;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
padding: 10px 1em;
overflow: hidden;
zoom: 1;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.poco-sticky-add-to-cart--slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown; }
.poco-sticky-add-to-cart--slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp; }
.poco-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; }
.poco-sticky-add-to-cart__content-title {
display: block; }
.poco-sticky-add-to-cart__content-price {
margin-right: 0.875em; }
.poco-sticky-add-to-cart__content-button {
margin-left: auto;
padding-top: .86em;
padding-bottom: .86em; }
.poco-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); }
.poco-sticky-add-to-cart .star-rating {
display: inline-block;
margin: 0;
vertical-align: sub; } #yith-quick-view-modal.open .product-title {
margin-top: -0.2333em;
font-size: 30px; }
#yith-quick-view-close {
top: 10px;
right: 10px;
text-indent: -9999px; }
#yith-quick-view-modal.open .product_title {
font-size: 30px; } }
@media (min-width: 768px) and (max-width: 900px) {
body:not(.page-template-template-fullwidth-php) table.cart td,
body:not(.page-template-template-fullwidth-php) table.cart th {
padding: 1em; } }
@media (min-width: 911px) {
.woocommerce-cart-form,
.woocommerce-cart .cross-sells {
width: 65.5913978495%;
float: left;
margin-right: 3.2258064516%; }
.cart-collaterals {
width: 31.1827956989%;
float: right;
margin-right: 0; } }
@media (min-width: 1024px) {
.woocommerce-page .content-area {
width: calc(100% - 330px); }
.woocommerce-page .widget-area {
width: 300px; }
.woocommerce.columns-1 ul.products li.product {
width: 100%; }
.woocommerce.columns-2 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.woocommerce.columns-3 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.woocommerce.columns-4 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.woocommerce.columns-5 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.woocommerce.columns-6 ul.products li.product {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
.elementor-element.elementor-products-grid .woocommerce ul.products li.product {
width: 100%;
max-width: 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%; }
body > h1 {
display: none !important; }
body #yith-woocompare {
padding: 0px !important; }
body #yith-woocompare table.compare-list thead, body #yith-woocompare table.compare-list tfoot {
display: none; }
body #yith-woocompare table.compare-list tr th {
padding: 10px 20px; }
body #yith-woocompare table.compare-list tr.title {
font-weight: 700;
color: #000; }
body #yith-woocompare table.compare-list td.odd {
background: transparent; }
body #yith-woocompare table.compare-list td:last-child {
border-right: 0; }
body #yith-woocompare table.compare-list td img {
border: 0;
padding: 0; }
body #yith-woocompare table.compare-list tr.add-to-cart a {
background: #b2b2b2;
border-radius: 3px; }
body #yith-woocompare table.compare-list tr.add-to-cart a:hover, body #yith-woocompare table.compare-list tr.add-to-cart a:active {
background-color: var(--primary_hover); }
body #yith-woocompare table.compare-list tr.price th, body #yith-woocompare table.compare-list tr.price td {
background: #e4e4e4; }
body #yith-woocompare table.compare-list tr.price td {
text-decoration: none;
font-weight: 600; }
body #yith-woocompare table.compare-list tr.price.repeated {
display: none; }
body #yith-woocompare table.compare-list tr.stock td {
background: #e8ffb6;
font-weight: 700; }
body html {
display: none !important; }
.yith_woocompare_colorbox #cboxWrapper > div > div {
display: none; }
.yith_woocompare_colorbox #cboxWrapper #cboxContent {
display: block; }
.yith_woocompare_colorbox #cboxLoadedContent {
margin-bottom: 0;   }
.yith_woocompare_colorbox #cboxLoadedContent ::-webkit-scrollbar {
width: 5px; }
.yith_woocompare_colorbox #cboxLoadedContent ::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px; }
.yith_woocompare_colorbox #cboxLoadedContent ::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: var(--primary);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
.yith_woocompare_colorbox #cboxLoadedContent ::-webkit-scrollbar-thumb:window-inactive {
background-color: var(--primary); }
.yith_woocompare_colorbox #cboxContent {
position: relative; }
.yith_woocompare_colorbox #cboxClose {
top: 10px;
right: 25px;
bottom: unset;
text-indent: inherit;
background: none;
font-size: 0; }
.yith_woocompare_colorbox #cboxClose:before {
position: absolute;
content: 'x';
top: 0;
left: 0;
font-size: 14px;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
background: #fff;
color: var(--body);
border-color: var(--body);
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: 10px;
border: 1px solid;
border-color: var(--border);
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 30px;
border-radius: 30px; }
.product-list:last-child {
margin-bottom: 0; }
.product-list .product-image {
-webkit-box-flex: 0;
-webkit-flex: 0 0 290px;
flex: 0 0 290px;
margin: 0 30px 0 0;
position: relative;
overflow: hidden; }
.product-list .product-image:after {
content: '';
width: 100%;
height: 50%;
border-radius: 20px;
position: absolute;
left: 0;
bottom: 0;
background-color: var(--primary);
opacity: 0.1;
-webkit-transition: all ease 0.35s;
transition: all ease 0.35s;
z-index: 1; }
.product-list .product-image img {
border-radius: 20px;
position: relative;
z-index: 2; }
.product-list .group-action {
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translate(calc(100% + 15px), -50%);
-ms-transform: translate(calc(100% + 15px), -50%);
transform: translate(calc(100% + 15px), -50%);
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s; }
.product-list .group-action .shop-action {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column; }
.product-list .group-action .shop-action .yith-wcqv-button,
.product-list .group-action .shop-action .yith-wcwl-add-to-wishlist > div > a,
.product-list .group-action .shop-action .compare {
margin: 0 0 5px 0; }
.product-list .product-caption {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
max-width: calc(100% - 250px);
padding-top: 1rem;
padding-bottom: 1rem; }
.product-list .posted-in {
margin-bottom: 9px; }
.product-list .posted-in a {
color: #999999; }
.product-list .posted-in a:hover {
color: var(--primary_hover); }
.product-list .price {
display: -webkit-box;
display: -webkit-flex;
display: flex;
font-size: 16px;
font-weight: 700;
color: var(--primary);
margin-bottom: 4px; }
.product-list .price ins {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1;
margin-left: 0;
margin-right: 0.6180469716em;
background-color: transparent;
color: #ef3636;
font-weight: 700; }
.product-list .price del {
color: var(--heading); }
.product-list .woocommerce-loop-product__title {
font-size: 18px;
margin-bottom: 0; }
.product-list .woocommerce-loop-product__title a {
color: var(--heading);
font-size: 24px; }
.product-list .woocommerce-loop-product__title a:hover {
color: var(--primary); }
.product-list a[class*="product_type_"] {
position: absolute;
bottom: 10px;
right: 10px;
font-size: 0;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 16px;
text-align: center; }
.product-list .added_to_cart {
display: none; }
.product-list img {
float: left;
margin-right: 1.41575em; }
.product-list:hover .product-image:after {
opacity: 1;
height: 100%; }
.wcml-dropdown {
width: 100%; }
.wcml-dropdown li,
.wcml-dropdown .wcml-cs-submenu li {
border-color: var(--border); }
.wcml-dropdown .wcml-cs-submenu {
border-top: 0; }
.wcml-dropdown a {
padding: 1em 1.41575em; }
.wcml-dropdown a.wcml-cs-item-toggle:after {
right: 1em; }
.wcml-horizontal-list li.wcml-cs-active-currency a,
.wcml-vertical-list li.wcml-cs-active-currency a {
font-weight: bold;
color: var(--heading);
cursor: default; } table.wishlist_table {
border-collapse: collapse;
font-size: 100%;
margin: 0 0 1.41575em; }
table.wishlist_table thead th {
padding: 1.618em 1.618em 1.618em 0; }
table.wishlist_table tbody tr {
border-bottom-width: 1px;
border-bottom-style: solid;
border-color: var(--border); }
table.wishlist_table tbody tr td.product-thumbnail a {
max-width: 120px; }
table.wishlist_table tbody td {
vertical-align: middle;
padding: 1.618em 1.618em 1.618em 0;
background: none;
text-align: left; }
table.wishlist_table tbody td.product-price {
color: var(--primary);
font-weight: 700;
font-size: 14px; }
table.wishlist_table tbody td.product-price del .amount {
color: var(--heading);
text-decoration: line-through;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
margin-right: 0.327em;
font-weight: 400;
font-size: 14px; }
table.wishlist_table tbody td.product-price ins .amount {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
margin-left: 0;
font-weight: 700;
font-size: 14px;
color: #ef3636; }
table.wishlist_table td.product-remove {
width: 2%; }
table.wishlist_table td.product-remove a.remove {
margin-right: auto !important;
left: 0; }
table.wishlist_table td.product-remove a.remove.remove_from_wishlist:hover {
background: none !important; }
table.wishlist_table td.product-remove a.remove:before {
text-align: left; }
table.wishlist_table td.product-thumbnail {
width: 12%; }
table.wishlist_table td.product-name {
width: 35%; }
table.wishlist_table td.product-name a {
font-weight: 700; }
table.wishlist_table td.product-name > * {
display: inline-block; }
table.wishlist_table td.product-name a.add_to_cart_button {
color: #fff;
padding: 0.6180469716em 1.41575em;
line-height: 1.618;
width: 11%;
margin: 0 !important; }
table.wishlist_table td.product-name span.inventory_status {
width: 25%; }
table.wishlist_table td.product-name span.price {
width: 23%; }
table.wishlist_table td.product-stock-status {
width: 16%; }
table.wishlist_table td.product-stock-status .wishlist-in-stock {
text-transform: uppercase;
font-weight: 400;
font-size: 12px;
color: var(--body); }
table.wishlist_table td.product-add-to-cart {
text-align: right; }
table.wishlist_table td.product-add-to-cart a.add_to_cart {
display: inline-block !important;
padding: 0.86em 1.41575em !important;
margin-bottom: 0 !important;
background-color: var(--primary);
text-transform: uppercase;
font-size: 12px;
line-height: inherit; }
table.wishlist_table td.product-add-to-cart a.add_to_cart:hover {
background-color: var(--primary_hover); }
table.wishlist_table td.product-add-to-cart .remove_from_wishlist, table.wishlist_table td.product-add-to-cart .dateadded {
display: none !important; }
ul.wishlist_table.mobile > li {
position: relative;
padding-top: 30px; }
ul.wishlist_table.mobile .item-wrapper {
width: 100% !important;
margin-bottom: 0; }
ul.wishlist_table.mobile .item-wrapper .product-thumbnail {
margin-right: 0;
margin-bottom: 2em;
display: block;
max-width: unset; }
ul.wishlist_table.mobile .item-wrapper .product-thumbnail img {
margin: auto; }
ul.wishlist_table.mobile .item-wrapper .yith-wcqv-button {
display: none; }
ul.wishlist_table.mobile .item-wrapper .item-details {
width: 100%;
text-align: right; }
ul.wishlist_table.mobile .item-wrapper .product-name {
margin-bottom: 2em; }
ul.wishlist_table.mobile .item-wrapper .product-name h3 {
font-size: 14px; }
ul.wishlist_table.mobile .item-wrapper .product-name h3:before {
content: 'product';
position: relative;
margin-right: 1em;
float: left;
color: var(--body); }
ul.wishlist_table.mobile .item-wrapper .item-details-table {
margin-bottom: 2em !important; }
ul.wishlist_table.mobile td.value span.amount {
color: var(--primary);
font-weight: 700;
font-size: 14px; }
ul.wishlist_table.mobile td.value del .amount {
color: var(--heading);
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
margin-right: 0.327em;
font-weight: 400;
font-size: 14px; }
ul.wishlist_table.mobile td.value ins .amount {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
margin-left: 0;
font-weight: 700;
font-size: 14px;
color: #ef3636; }
ul.wishlist_table.mobile table td {
font-size: 14px !important;
padding: 0 !important; }
ul.wishlist_table.mobile table.additional-info {
margin-bottom: 2em !important; }
ul.wishlist_table.mobile .product-add-to-cart {
text-align: left !important; }
ul.wishlist_table.mobile .product-add-to-cart a.button {
display: inline-block !important;
padding: 0.86em 1.41575em !important;
margin-bottom: 0 !important;
background-color: var(--heading);
font-weight: 700;
text-transform: uppercase;
font-size: 12px; }
ul.wishlist_table.mobile .product-add-to-cart a.button:hover {
background-color: var(--primary); }
ul.wishlist_table.mobile .product-remove {
position: absolute;
top: 0;
left: 0; }
ul.wishlist_table.mobile .remove_from_wishlist {
position: relative; }
ul.wishlist_table.mobile .remove_from_wishlist i {
display: none; }
ul.wishlist_table.mobile .remove_from_wishlist:hover:before, ul.wishlist_table.mobile .remove_from_wishlist:active:before {
color: red; }
ul.wishlist_table.mobile .remove_from_wishlist:before {
color: var(--body);
font-size: 1em; }
ul.wishlist_table.mobile .additional-info-wrapper {
margin-bottom: 3em; }
.wishlist-title-with-form h2 {
padding: 0; }
.wishlist-title-with-form .show-title-form {
display: none; }
.wishlist-title.wishlist-title-with-form h2:hover {
background: transparent;
cursor: pointer;
color: var(--primary_hover); }
.hidden-title-form input[type='text'] {
padding: 0 0 8px;
margin-right: -4px;
width: 30%; }
.hidden-title-form input[type='text']:focus {
border-color: var(--primary); }
@media (max-width: 568px) {
.hidden-title-form input[type='text'] {
width: 45%; } }
.hidden-title-form a.hide-title-form {
margin-left: 5px;
vertical-align: unset !important;
line-height: unset !important; }
@media (max-width: 568px) {
.hidden-title-form a.hide-title-form {
margin-left: 0; } }
.widget_product_search {
position: relative; }
.ajax-search-result {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: white;
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
padding: 0 30px;
z-index: 999;
max-height: 500px;
overflow-y: scroll; }
.product-item-search {
padding: 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; }
.poco-canvas-filter {
background-color: #fff;
-webkit-transition: all 0.5s;
transition: all 0.5s;
padding-bottom: 40px;
padding-left: 30px;
padding-right: 30px;
top: 0;
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
position: fixed;
z-index: 10002;
visibility: hidden;
overflow-y: auto;
overflow-x: hidden;
width: 360px;
height: 100vh; }
@media (max-width: 768px) {
.poco-canvas-filter {
width: 330px;
padding-left: 15px;
padding-right: 15px; } }
.poco-canvas-filter::-webkit-scrollbar {
width: 3px; }
.poco-canvas-filter::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5; }
.poco-canvas-filter::-webkit-scrollbar-thumb {
background-color: #000000; }
.poco-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 .poco-overlay-filter {
visibility: visible;
opacity: 1; }
.off-canvas-active .poco-canvas-filter {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.filter-toggle {
color: var(--heading);
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
background: transparent !important;
border: none;
margin-right: 25px;
outline: none;
padding: 0 !important; }
.filter-toggle i {
margin-right: 5px;
font-size: 12px;
line-height: 1;
display: inline-block; }
@media (min-width: 1024px) {
.filter-toggle {
display: none; } }
.poco-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;
display: block;
cursor: pointer;
text-align: right;
vertical-align: middle;
font-weight: 400;
font-size: 12px;
color: var(--heading); }
.filter-close:after {
content: '+';
display: inline-block;
vertical-align: middle;
margin-left: 10px;
position: relative;
top: -2px;
font-size: 30px;
font-weight: 400;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
@media (min-width: 783px) {
.admin-bar .poco-canvas-filter {
top: 32px; } }
@media (min-width: 600px) and (max-width: 782px) {
.admin-bar .poco-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(--heading);
font-weight: 700;
text-transform: uppercase; }
.site-header-cart-side .close-cart-side {
color: var(--heading);
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(--heading);
-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;
bottom: 0;
left: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
-webkit-transition: opacity .25s ease, visibility 0s ease;
transition: opacity .25s ease, visibility 0s ease; }
.poco-dropdown-filter {
margin-bottom: 30px;
box-shadow: 0px 3px 62px 0px rgba(0, 0, 0, 0.08);
display: none;
overflow-x: auto; }
@media (max-width: 1023px) {
.poco-dropdown-filter {
display: none !important; } }
.poco-dropdown-filter-wrap {
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding: 15px; }
.poco-dropdown-filter-wrap .widget a:not(.button) {
color: var(--heading); }
.poco-dropdown-filter-wrap .widget a:not(.button):hover {
color: var(--primary); }
.poco-dropdown-filter-wrap div.widget {
min-width: 33%;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
padding-left: 15px;
padding-right: 15px;
border: 0; }
@media (min-width: 1320px) {
.poco-dropdown-filter-wrap div.widget {
min-width: 20%; } }
.poco-dropdown-filter-wrap div.widget .widget-title {
padding: 0; }
.poco-dropdown-filter-wrap .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.poco-dropdown-filter-wrap .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
padding: 0; }
.filter-toggle-dropdown {
display: none;
color: var(--heading);
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
background: transparent;
padding: 0;
border: none;
margin-right: 25px;
outline: none; }
.filter-toggle-dropdown i {
margin-right: 5px;
font-size: 12px;
line-height: 1;
display: inline-block; }
.filter-toggle-dropdown:focus, .filter-toggle-dropdown:hover {
background-color: transparent;
outline: none;
color: var(--heading); }
@media (min-width: 1024px) {
.poco-full-width-content.shop_filter_dropdown .filter-toggle-dropdown {
display: inline-block; } }
@media (min-width: 1024px) {
.poco-full-width-content.shop_filter_dropdown .filter-toggle {
display: none; } }
.product-block .woosw-btn {
position: absolute;
right: 0;
top: 0;
margin-top: 0;
z-index: 4;
white-space: nowrap;
width: 45px;
height: 45px;
padding: 0;
border: 0;
font-size: 0;
background: transparent !important;
border-radius: 0; }
.product-block .woosw-btn:before {
font-size: 20px;
color: #dddddd;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.product-block .woosw-btn:hover, .product-block .woosw-btn:focus {
background: transparent; }
.product-block .woosw-btn:hover:before, .product-block .woosw-btn:focus: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(--heading);
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 .woosw-btn {
margin-top: 10px;
margin-left: 10px;
display: inline-block;
white-space: nowrap;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
position: relative;
font-size: 0;
background-color: #f7f4ef;
border-radius: 8px;
color: var(--body);
padding: 0; }
.single-product div.product .entry-summary .wooscp-btn:before,
.single-product div.product .entry-summary .woosw-btn:before {
font-size: 14px; }
.single-product div.product .entry-summary .wooscp-btn:hover,
.single-product div.product .entry-summary .woosw-btn:hover {
color: var(--primary); }body.page-id-9 form .widget.woocommerce.widget_product_categories { 
display: none !important; 
}
.woo-cart-timer-wrap {
top: 12%;
} #pi_checkout_field {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 15px;
}
.pi_delivery_type {
grid-column: span 2;
}
.pi_delivery_type input[type="radio"] {
visibility: hidden;
display: none !important;
}
.pi_delivery_type .woocommerce-input-wrapper {
display: flex;
}
.pi_delivery_type .woocommerce-input-wrapper label {
flex: 1;
text-align: center;
padding: 10px;
cursor: pointer;
margin-left:0;
margin-right:0;
}
.pi_delivery_type .woocommerce-input-wrapper label {
border-radius: 5px 0 0 5px;
}
.pi_delivery_type .woocommerce-input-wrapper label:last-child {
border-radius: 0px 5px 5px 0px;
}
.pi_delivery_type .input-radio:checked + label {
font-weight: bold;
color: #fff;
}
.pisol-pickup-add input {
display: none !important;
}
.pisol-pickup-add {
width: 50%;
padding: 10px;
}
.pisol-location {
padding: 10px;
background: #ccc;
border-radius: 10px;
width: 100% !important;
cursor: pointer;
display: block !important;
}
.pi_delivery_type.pi_rounded .woocommerce-input-wrapper label {
border-radius: 5px 5px 5px 5px;
}
.pisol-location-radio:checked + label {
background: #00A149;
color: #fff;
}
.woocommerce-input-wrapper-new {
width: 100%;
}
#pi_delivery_date_field{
position: relative;
}
#pi_delivery_date{
width:100%;
}
.pisol_clear_button{
position: absolute;
width: 10px;
height: 10px;
display: block;
line-height: 10px;
right: 20px;
cursor:pointer;
} .pisol-date-time-approx-message{
padding:10px;
margin-top:20px;
margin-bottom:20px;
border:1px solid #ccc;
border-radius:6px;
text-align:center;
font-weight:bold;
} .ui-timepicker-standard, #ui-datepicker-div{
z-index:100000 !important;
} #pi_delivery_time_field .select2{
width:100% !important;
}
.pi-pickup-location-dropdown-container{
width:100%;
padding:5px 0px;
}
.pi-pickup-location-dropdown-container select{
width:100%;
padding:5px;
}
.pi_location_row{
display:flex;
align-items: center;
}
.pi_location_left{
width:20%;
margin-right:10px;
}
#pi_delivery_type_field .woocommerce-input-wrapper .woocommerce-radio-wrapper{
display:flex;
width:100%;
}
.pi-location-required{
color: red;
font-weight: 700;
border: 0!important;
text-decoration: none;
}
.pi-single-type{
border-radius:5px !important;
}
@media (max-width:768px){
#pi_checkout_field{
display:block;
}
.pisol-pickup-add{
width: 100%;
}
} .product-image img {
min-width: 1px;
}
@media (min-width: 1023px) {   .make-your-delivery-choice {
max-width: 650px;
margin: 50px auto;
background: #1E1D23;
padding: 50px;
border-radius: 10px;
color: #fff;
position: fixed;
z-index: 9998;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.make-your-delivery-choice .pisol-pickup-add {
width:100%;
}
.make-your-delivery-choice button {
float:right;
}
.overlay-choose-method {
position: fixed;
z-index:9997;
width:100vw;
height:100vh;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.8);
}
#secondary {
margin-top: 25px;
}
}
.single-product div.product form.cart table.variations td.value ul li.variable-item {
padding:20px 25px;
}
form .widget > label:first-of-type {
border-bottom: none !important;
margin-bottom: 0;
font-size: 20px;
font-weight: 700;
padding:20px;
padding-top:0;
color:#000;
}
@media screen and (max-width:1023px) {
form .widget > label:first-of-type {
color:#FFF;
}
}
form .widget > input[type="submit"] {
margin: 0 auto;
display:block;
}
form .widget .pisol-pickup-add label {
margin:0!important;
}  .product-type-variable .variations td .woo-selected-variation-item-name, .product-type-variable .variations .reset_variations {
display:none!important;
} .product-type-variable .product_meta, .product-type-variable .poco-social-share {
display:none;
}
@media screen and (max-width:1280px) {
.elementor-section.elementor-element.sticky-header {
position:fixed;
}
.site-content {
margin-top:56px;
}
}
button.button {
font-size:14px!important;
font-weight:700!important;
padding: 24px 45px!important;
}  .component_section_title.clear_component_options_wrapper, .bundle_wrap.component_wrap .bundle_button {
display:none;
}           @media screen and (min-width:1280px) {
.product.product-type-composite .single_add_to_cart_button.composite_add_to_cart_button.button.alt {
float:right;
}
.product.product-type-composite .woosw-btn {
margin-top:-90px;
}
}
@media screen and (max-width:1280px) {
.make-your-delivery-choice {
position: fixed;
top: 30%;
z-index: 999;
left: 50%;
transform: translate(-50%);
background: #1E1D23;
padding: 20px;
width: 90%;
}
} .composite_component.component.hide-incompatible-products.hide-incompatible-variations.multistep.selection_thumbnail_hidden {
width:100%!important;
}
@media (min-width:1280px) {
.composited_product_details_wrapper > .details.component_data, .details.component_data .product.bundled_products {
display:flex;
flex-wrap: wrap;
}
}
.composited_product_details_wrapper > .details.component_data .bundled_product.product, .details.component_data .product.bundled_products .bundled_product {
flex:0 1 20% !important;
}
.composited_product_title_wrapper .composited_product_title.component_section_title.product_title, .cart.cart_group.composite_form.paged .step_title_wrapper.component_title  .component_title_text.step_title_text {
display:none!important;
}
.details.component_data .details h4.product_title {
font-size:16px
}
.component_content .component_summary .product.content.summary_content.populated.bundle_form.initialized .composited_product_details_wrapper .details.component_data .details {
display:block;
align-items:flex-end;
text-align:center;
}
.component_content .component_summary .product.content.summary_content.populated.bundle_form.initialized .composited_product_details_wrapper .details.component_data .details .quantity {
justify-content:center;
border: 1px solid #1e1d23;
border-radius: 3px;
margin-left: 0px;
margin-bottom: -3px;
margin-top:0px;
}
.component_content .component_summary .product.content.summary_content.bundle_form .composited_product_details_wrapper > .composited_product_images.images {
display:none !important;
}
.component_content .component_summary .product.content.summary_content.bundle_form .composited_product_details_wrapper .details.component_data {
max-width:100% !important;
width:100% !important;
}
.cart.cart_group.composite_form.paged .details.component_data {
margin-bottom:80px!important;
}
.cart.bundle_data {
display: block;
width: 100%;
position: absolute;
bottom: 0;
text-align:right;
}
.cart.bundle_data .woocommerce-Price-amount.amount::before {
content: "Vous avez sélectionné pour : ";
}
.bundled_product.bundled_product_summary.product.has_qty_input .details {
position:relative;
}
.bundled_product.bundled_product_summary.product.has_qty_input .details .bundled_item_cart_details {
margin-left: 50%;
transform: translateX(-50%);
}
.bundled_product.bundled_product_summary.product.has_qty_input .details .bundled_item_cart_details .price {
font-size: 11px;
line-height: 11px;
width: 100px;
margin: 0 auto!important;
}
.composite_pagination, .composite_component.component, ul.products.bundled_products {
width:100%;
}
.cart.composite_data.multistep.last, .cart.cart_group.composite_form.single.standard .cart.composite_data {
width:100%;
}
.cart.composite_data.multistep.last .summary_element .summary_element_image {
display:none;
}
.cart.composite_data.multistep.last .composite_button .composite_add_to_cart_button {
line-height:0;
padding:20px 45px;
}
@media screen and (min-width: 1280px) {
.product.product-type-composite .woosw-btn { float:right;
margin-top:16px;
}
} .poco-sticky-add-to-cart__content-price ins span {
color:#00A149;
}
.bundled_item_cart_details .price del, .price del {
display:none!important;
} .button.wecb_emptycart {
width: 91%;
text-align: center;
background-color: #f5675d;
margin: 0 auto;
border: 1px solid #f5675d;
}
.button.wecb_emptycart:hover {
transition:all .3s;
margin: 0 auto;
border: 1px solid #f5675d;
color:#FFF;
}
#custom_html-2 {
text-align:center;
}
.site-header-cart-side .button.wecb_emptycart {
margin-bottom:30px;
}
.woocommerce-cart .button.wecb_emptycart {
width:100%;
}
@media screen and (max-width:1280px) {
.component_summary .product.content.summary_content.bundle_form.initialized .composited_product_details_wrapper .details.component_data {
display:block!important;
}
.component_summary .product.content.summary_content.bundle_form.initialized .composited_product_details_wrapper .details.component_data .bundled_product.bundled_product_summary.product {
flex:50%!important;
padding:20px;
}
.component_summary .product.content.summary_content.bundle_form.initialized .composited_product_details_wrapper .details.component_data .bundled_product.bundled_product_summary.product .details {
display:block;
}
.component_summary .product.content.summary_content.bundle_form.initialized .composited_product_details_wrapper .details.component_data .bundled_product.bundled_product_summary.product .details .bundled_product_title {
float:left;
margin-top:25px;
max-width:60%;
}
.component_summary .product.content.summary_content.bundle_form.initialized .composited_product_details_wrapper .details.component_data .bundled_product.bundled_product_summary.product .details .cart {
float:right;
}
.component_summary .product.content.summary_content.bundle_form.initialized .composited_product_details_wrapper .details.component_data ul.products {
display:block!important;
flex-wrap:wrap;
}
.component_summary .product.content.summary_content.bundle_form.initialized .composited_product_details_wrapper .details.component_data .cart.bundle_data {
position:initial;
text-align:center;
margin-top:90px;
}
.cart.composite_data.multistep.last .single_add_to_cart_button.composite_add_to_cart_button, .cart.composite_data.multistep.last .woosw-btn {
width:100%;
margin-bottom:15px;
}
.poco-mobile-nav .widget_product_categories {
padding: 8px 8px 8px 0!important;
border:none!important;
}
.poco-mobile-nav .pisol-pickup-add {
padding-left:0px!important;
padding-right:0px!important;
}
}
.btn-v-sel {
background-color:#FFC222!important;
text-align:center;
border-radius:8px;
}
.btn-v-sel input {
width:100%;
}
.main-navigation ul.menu li.menu-item > a {
padding:0.6em!important;
}
.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
display:none;
}
table td, table th {
word-break:normal!important;
}
.component_table_item.bundle_table_item td {
padding: 0 1.618em 0 0!important;
}
.component_table_item.bundle_table_item .product-thumbnail, .component_table_item.bundle_table_item .product-price, .component_table_item.bundle_table_item .product-quantity {
visibility:hidden!important;
} .bundled_table_item .product-subtotal {
min-width:20%!important;
width:20%!important;
}
input[type='button'].minus, input[type='button'].plus {
background-color:#f7f4ef;
padding: 8px 15px!important;
font-size: 28px!important;
margin-bottom: 5px!important;
border-radius: 25px;
transform: scale(.6);
}
input[type='button'].minus:hover, input[type='button'].plus:hover,
input[type='button'].minus:active, input[type='button'].plus:active{
background-color:#f7f4ef;
color:#FFC222;
}
input#smntcswcb {
margin-top:-7px;
}
.bundled_item_after_cart_details.bundled_item_button .quantity { border:none!important;
} .details.component_data .bundled_product.thumbnail_hidden .details {
align-items:center!important;
justify-content:flex-end!important;
min-height:108px!important;
}
.details.component_data .bundled_product.thumbnail_hidden .details {
margin:0!important;
}
.woosw-content-item--price del {
display:none!important;
}
.woocommerce-page.woocommerce-cart .shop_table.cart input[type="button"].plus, .woocommerce-page.woocommerce-cart .shop_table.cart input[type="button"].minus {
display:none!important;
} .woocommerce-checkout.woocommerce-page #country_field, .woocommerce-checkout.woocommerce-page #billing_country_field, .woocommerce-checkout.woocommerce-page #shipping_country_field, .bundled_product_permalink {
display:none!important;
}
.validation_message.woocommerce-info {
background-color:#f5675d!important; 
}
.includes_tax, .includes_tax .woocommerce-Price-amount.amount {
font-size:12px!important;
}
.woocommerce-breadcrumb {
font-size:12px!important;
}
.single-product div.product .entry-summary .product_title {
font-size:30px!important;
}
.woocommerce-cart .button.wecb_emptycart {
width:auto!important;
padding: 17px 50px;
float: left;
}
table.cart td.actions .coupon {
float:right!important;
}
.checkout_coupon.woocommerce-form-coupon {
display:grid!important;
}
.woocommerce-form-coupon-toggle {
display:none!important;
} .composite_pagination .element_inner .element_link, 
.composite_pagination .element_inner .element_index {
font-size:18px!important;
}
.composite_pagination .pagination_element_current .element_inner .element_link, 
.composite_pagination .pagination_element_current .element_inner .element_index {
color:#FFF!important;
}
.composite_pagination .pagination_element_current {
background:#eeac00!important;
}
.composite_pagination .pagination_element_current::after {
border-left-color:#eeac00!important;
}
.composite_pagination .pagination_element_current::before {
border-top-color: #eeac00!important;
border-bottom-color: #eeac00!important;
}
.composite_pagination {
margin-bottom:0px!important;
}
.composited_product_title_wrapper .component_section_title.selected_option_label_wrapper {
display:none!important;
}
.composite_navigation_inner .page_button.prev,
.composite_navigation_inner .page_button.next {
background-color: #ffc222;
padding: 10px 25px;
padding-right:50px;
border-radius: 8px;
color: #000;
}
.composite_navigation_inner .page_button.next {
padding-right:50px;
}
.composite_navigation_inner .page_button.prev {
padding-left:50px;
}
.composite_navigation_inner .page_button.prev:hover,
.composite_navigation_inner .page_button.next:hover {
background-color: #eeac00;
color: #fff;
}
.composite_form .composite_navigation .next:after {
right:20px!important;
}
.composite_form .composite_navigation .prev:before {
left:20px!important;
}
.cart.composite_data.last .summary_title.step_title_wrapper {
display:none!important;
}
.cart.composite_data.last .button.summary_element_select {
background-color:#fff;
color:#000;
border:1px solid #000;
}
.cart.composite_data.last .button.summary_element_select:hover {
background-color:#fff;
color:#FFC222;
border:1px solid #FFC222;
}
.cart.composite_data.last .quantity.buttons_added input.minus,
.cart.composite_data.last .quantity.buttons_added input.plus {
display:none!important;
}
.cart.composite_data.last .composite_price, .cart.cart_group.composite_form.single.standard .composite_price {
float:right;
}
.cart.composite_data.last .composite_price .price {
margin-bottom:0!important;
}
.onsale {
display:none!important;
}
.account-wrap {
margin-top:-15px;
}
.poco-breadcrumb {
padding-top:5em;
}
@media screen and (max-width:767px) {
ul.products li.product .product-block {
display:flex!important;
}
}
@media screen and (max-width:1280px) {
.poco-sorting .filter-toggle {
width: 100%;
margin-bottom: 50px;
}
.composite_navigation_inner .page_button.prev, .composite_navigation_inner .page_button.next {
padding:10px!important;
font-size:13px!important;
}
.composite_navigation_inner .page_button.prev {
padding-left:20px!important;
}
.composite_navigation_inner .page_button.next {
padding-right:20px!important;
}
.composite_form .composite_navigation .next:after {
right:8px!important;
}
.composite_form .composite_navigation .prev:before {
left:8px!important;
}
.details.component_data .details h4.product_title {
margin: 0 auto;
margin-left: 50%;
transform: translateX(-50%);
max-width:100%;
width:100%;
}
.component_summary .product.content.summary_content.bundle_form.initialized .composited_product_details_wrapper .details.component_data .bundled_product.bundled_product_summary.product .details .cart {
float:none;
}
.bundled_product.bundled_product_summary.product.has_qty_input .details .bundled_item_cart_details {
margin-left: 50%;
transform: translateX(-50%);
}
.component_summary .product.content.summary_content.bundle_form.initialized .composited_product_details_wrapper .details.component_data .bundled_product.bundled_product_summary.product {
margin-bottom:0!important;
}
.details.component_data {
margin-bottom:0!important;
}
.zones-livraison .elementor-cta__title.elementor-cta__content-item.elementor-content-item {
margin-top:120px!important;
}
}
.woocommerce-cart .btn-v-sel {width :fit-content ;margin :0 auto}
.woocommerce-cart-form__cart-item.cart_item.component_table_item .product-thumbnail {
visibility:hidden!important;
}
table.cart .cart_item {
border-top:1px solid #e5e5e5!important;
}
.woocommerce-cart-form__cart-item.cart_item:not(.component_table_item):not(.component_container_table_item):not(.) {
border-top:1px solid #e5e5e5!important;
}
.woocommerce-cart-form__cart-item.cart_item.component_table_item, .woocommerce-cart-form__cart-item.cart_item.component_container_table_item, .woocommerce-cart-form__cart-item.cart_item.bundled_table_item {
border-bottom: 0px solid transparent!important;
border-top:0px solid transparent!important;
}
.woocommerce-cart-form__cart-item.cart_item.component_table_item td, .woocommerce-cart-form__cart-item.cart_item.component_container_table_item td, .woocommerce-cart-form__cart-item.cart_item.bundled_table_item td {
max-height:60px!important;
padding-top:3px!important;
padding-bottom:3px!important;
}
.woocommerce-cart-form__cart-item.cart_item.component_table_item td img, .woocommerce-cart-form__cart-item.cart_item.bundled_table_item td img {
max-height:60px!important;
}
.last .quantity.buttons_added, .cart.cart_group.composite_form.single.standard .quantity.buttons_added {
margin-left: auto!important;
display: block!important;
width: fit-content!important;
margin-right: 0!important;
}
.poco-sticky-add-to-cart__content-price del, .poco-sticky-add-to-cart__content-product-info .star-rating {
display:none!important;
}
.poco-sorting {
}
.poco-sorting .filter-toggle {
width: fit-content;
margin: 0 auto;
padding: 12px 18px!important;
margin-top: 0px;
margin-bottom: 18px;
background-color:#FFC222!important;
}
.poco-sorting .woocommerce-ordering {
margin: 0 auto;
}
body.wpappninja .poco-sorting .filter-toggle {
width: fit-content!important;
margin: 0 auto!important;
padding: 12px 18px!important;
margin-top: 0px!important;
margin-bottom: 18px!important;
background-color:#FFC222!important;
}
.cart.composite_data.last .quantity.buttons_added input.minus, .cart.composite_data.last .quantity.buttons_added input.plus,
.product .summary.entry-summary .cart .quantity.buttons_added input.minus, .product .summary.entry-summary .cart .quantity.buttons_added input.plus,
.cart.cart_group.composite_form.single.standard .quantity.buttons_added input.minus, .cart.cart_group.composite_form.single.standard .quantity.buttons_added input.plus {
display: none!important;
}
@media screen and (max-width:991px) {
.woosw-list .woosw-actions .woosw-copy {
display:block!important;
}
.woosw-list .woosw-actions .woosw-copy span.woosw-copy-url {
display: inline-block;
max-width: 70%;
}
.woosw-list .woosw-actions .woosw-copy .woosw-copy-btn {
display: inline-block;
max-width: 30%;
}
}
@media screen and (max-width:1280px) {
.poco-breadcrumb {
display:none!important;
}
.woocommerce-cart .button.wecb_emptycart {
width:100%!important;
margin-top:16px!important;
}
.woocommerce-cart .includes_tax {
display:block;
}
.component_summary .product.content.summary_content.bundle_form.initialized .composited_product_details_wrapper .details.component_data .bundled_product.bundled_product_summary.product {
padding:0px!important;
border-bottom:1px solid #e5e5e5!important;
}
.woocommerce-cart-form__cart-item.cart_item:not(.component_container_table_item):not(.component_table_item) .product-thumbnail {
padding-left: 0px;
margin-top: 6px;
}
.woocommerce-cart .widget.woocommerce.widget_product_categories label {
color:#000;
}
.component_table_item.bundle_table_item .product-thumbnail, .component_table_item.bundle_table_item .product-price, .component_table_item.bundle_table_item .product-quantity {
display:none!important;
}
.summary-add-to-cart-form-composite .component:not(.selection_thumbnail_hidden) .composited_product_details_wrapper>.details {
padding:0!important;
}
.products.bundled_products.columns-3 {
margin:0!important;
margin-left:0!important;
margin-right:0!important;
}
.poco-canvas-filter .widget.woocommerce.widget_product_categories label {
color:#000;
}
.cart.composite_data.active.last .composite_wrap .composite_price .price {
margin: 0 auto!important;
display: block;
text-align: center;
}
.last .quantity.buttons_added {
margin:25px auto!important;
}
.cart.composite_data.last .composite_price {
float:none!important;
}
#wpfront-scroll-top-container {
display:none!important;
}
.sticky-header {
z-index: 999999!important
}
}
.component_summary .product.content.summary_content.bundle_form.initialized .composited_product_details_wrapper .details.component_data .cart.bundle_data {
margin:0 auto!important;
font-weight: 700;
font-size:23px;
color: #FFC222;
margin-top:70px!important;
}
.amount:after{
content: "/unité";
font-size: 13px;
white-space:nowrap;
}
.bundle_price .amount:after, .price.summary_element_content .amount:after, .woocommerce-mini-cart__total.total .amount:after, .product-subtotal .amount:after, .cart-subtotal .amount:after, .order-total .amount:after, .includes_tax .amount:after, .woocommerce-order-received .amount:after, .composite_wrap .composite_price .amount:after {
content: ""!important;
} .component_options_select_wrapper option, .component_options_select_wrapper select {
font-weight:700!important;
}
@media screen and (min-width:1280px){
.poco-breadcrumb {
padding-top:1em!important;
min-height:120px!important;
}
.poco-breadcrumb h1 {
font-size:26px!important;
}
}
.ajax-search-result .product-content del, .aws_result_price del, .aws_result_sale {
display:none!important;
}
.aws_result_title, .aws_search_more a {
color:#FFC222!important;
}
.e-notice {
display:none!important; 
}
.cart.cart_group.composite_form.single .step_title_wrapper.component_title {
text-align:center;
}
@media screen and (min-width:1366px) {
body:not(.page-template-template-homepage) .site-content {
margin-top:0!important;
}
} body.wpappninja .dlapp {
display:none;
}.awdr_free_product_text{
display: inline-block;
padding: 0px 10px;
background-color: #3d9cd2;
color: #fff;
border-radius: 3px;
}
.variation-wdr_free_product{
display: none !important;
}
.awdr_change_product{
cursor: pointer;
}
.awdr_free_product_variants{
padding: 5px;
}
.awdr-product-name{
padding-left: 10px;
}
.awdr_change_product{
display: flex;
}
.awdr-select-free-variant-product-toggle {
color: gray;
cursor: pointer;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 1.02em;
transition: 0.4s;
}
.awdr-select-free-variant-product-toggle-active, .awdr-select-free-variant-product-toggle:hover {
color: #444;
}
.awdr-select-variant-product {
padding: 0 18px;
display: none;
background-color: white;
overflow: hidden;
}
.awdr-select-free-variant-product-toggle:after {
content: '\02795'; font-size: 12px;
color: #777;
margin-left: 10px;
}
.awdr-select-free-variant-product-toggle-active:after {
content: "\2796"; }@font-face{font-family:'FontAwesomePB';src:url(//www.pizza-flash27.fr/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.eot);src:url(//www.pizza-flash27.fr/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.eot?#iefix) format("embedded-opentype"),url(//www.pizza-flash27.fr/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.woff2) format("woff2"),url(//www.pizza-flash27.fr/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.woff2) format("woff"),url(//www.pizza-flash27.fr/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.ttf) format("truetype"),url(//www.pizza-flash27.fr/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.svg#fapbregular) format("svg");font-weight:normal;font-style:normal}.bundled_table_item .product-name,.bundled_table_item .product-price,.bundled_table_item:not(.order_item) .product-quantity,.bundled_table_item .product-subtotal,.bundled_table_item .product-total{font-size:.875em}.bundled_table_item .bundled_table_item_indent{padding-left:32px}.woocommerce .bundled_table_item td.product-name dl.variation,.woocommerce-page .bundled_table_item td.product-name dl.variation,.bundled_table_item td.product-name .wc-item-meta{font-size:100%}.bundled_table_item,.bundled_table_item td{border-top:none !important;border-bottom:none !important}.bundle_table_item,.bundle_table_item td{border-bottom:none !important}.bundled_table_item_price:before,.bundled_table_item_subtotal:before{font-family:'FontAwesomePB';font-size:1rem;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);content:"\e806";margin:0 12px 0 3px;opacity:.25}dt.bundled_title_meta,.bundled_notice{margin:12px 0 5px}a.edit_bundle_in_cart_text{color:#888;font-weight:normal;text-decoration:none}a.edit_bundle_in_cart_text:hover small{text-decoration:underline}.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;-o-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;-o-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}