@font-face {
font-family: 'Easy-Login';
src:  url(//masterofficedeco.sn/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.eot?oy4gsz);
src:  url(//masterofficedeco.sn/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.eot?oy4gsz#iefix) format('embedded-opentype'),
url(//masterofficedeco.sn/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.ttf?oy4gsz) format('truetype'),
url(//masterofficedeco.sn/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.woff?oy4gsz) format('woff'),
url(//masterofficedeco.sn/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.svg?oy4gsz#Easy-Login) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="xoo-el-icon-"], [class*=" xoo-el-icon-"] { font-family: 'Easy-Login' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.xoo-el-icon-eye:before {
content: "\e901";
}
.xoo-el-icon-checkmark:before {
content: "\e900";
}
.xoo-el-icon-cross:before {
content: "\e907";
}
.xoo-el-icon-cancel-circle:before {
content: "\ea0d";
}
.xoo-el-icon-spinner8:before {
content: "\e981";
}
.xoo-el-icon-eye-blocked:before {
content: "\e9d1";
}
.xoo-el-icon-arrow-left2:before {
content: "\ea40";
}:root{
--primary-color: #6d62ff;
--secondary-color: #ff266f;
}
a.added_to_cart.wc-forward {
display: none; }
#sw-add-to-cart-message {
position: fixed;
top: auto;
left: auto;
right: auto;
bottom: auto;
transition: 300ms;
opacity: 0;
visibility: hidden; }
#sw-add-to-cart-message a {
font-weight: unset;
color: unset; }
#sw-add-to-cart-message.sw-modal {
position: fixed;
z-index: 99999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto; }
#sw-add-to-cart-message .wrap {
border-radius: 20px;
background: #fff;
align-items: center; }
#sw-add-to-cart-message .wrap > .wrap-top p {
position: relative;
color: #2FBF46;
font-weight: 500; }
#sw-add-to-cart-message .wrap-middle {
display: flex; }
#sw-add-to-cart-message .wrap-left {
flex: 1; }
#sw-add-to-cart-message .wrap-right {
flex: 1; }
#sw-add-to-cart-message .button {
width: 100%;
height: 42px;
line-height: 40px;
text-align: center;
font-weight: 400;
font-size: 14px;
padding: 0px;
margin-bottom: 10px;
background: #fff;
text-transform: uppercase;
border-radius: 5px;
color: var(--primary-color);
border: 1px solid var(--primary-color);
display: inline-block;
transition: 300ms; cursor: pointer}
#sw-add-to-cart-message .button.close {
opacity: 1; }
#sw-add-to-cart-message .button:hover {
background: var(--secondary-color); color: #fff; border-color: var(--secondary-color);}
#sw-add-to-cart-message .layout-default .button.viewcart{
margin: 0;
}
#sw-add-to-cart-message p {
margin-bottom: 10px;
color: #555; }
#sw-add-to-cart-message .subtotal {
color: var(--secondary-color);
font-size: 26px;
font-weight: 700;
line-height: 22px; }
#sw-add-to-cart-message .thumbnail {
margin-right: 10px;
width: 70px;
height: 70px;
overflow: hidden; }
#sw-add-to-cart-message .thumbnail img {
width: 100%;
height: auto;
border: 3px; }
#sw-add-to-cart-message .product-title {
font-weight: 500;
font-size: 16px;
color: #222;
transition: 300ms; }
#sw-add-to-cart-message .product-title:hover {
color: var(--secondary-color); }
#sw-add-to-cart-message .price {
color: var(--secondary-color);
font-weight: 400;
font-size: 18px; }
#sw-add-to-cart-message .price del {
font-weight: 400;
color: #999; }
#sw-add-to-cart-message .price ins {
font-weight: 500;
color: var(--secondary-color); }
#sw-add-to-cart-message .content {
flex: 1;
margin-bottom: 0px; }
#sw-add-to-cart-message .content .price {
display: block;
margin-bottom: 5px; }
#sw-add-to-cart-message .content p {
font-size: 14px; }
#sw-add-to-cart-message.active {
opacity: 1;
visibility: visible; }
#sw-add-to-cart-message.active .modal-content {
animation: swZoomIn;
-webkit-animation-duration: 1s;
animation-duration: 1s; }
#sw-add-to-cart-message.active .mark {
opacity: 1;
visibility: visible; }
#sw-add-to-cart-message .modal-content {
background-color: #fff;
padding: 0;
width: 768px; max-width: 80%;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: 300ms;
z-index: 9;
border-radius: 20px;
box-shadow: none;
animation: swZoomOut;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
#sw-add-to-cart-message .modal-content > .close {
color: #fff;
font-size: 28px;
font-weight: 400;
position: absolute;
top: -20px;
right: -20px;
height: 40px;
width: 40px;
border-radius: 50%;
background: var(--primary-color);
text-align: center;
line-height: 30px;
transition: 300ms; }
#sw-add-to-cart-message .modal-content > .close:hover, #sw-add-to-cart-message .modal-content > .close:focus {
text-decoration: none;background: var(--secondary-color);
cursor: pointer; }
#sw-add-to-cart-message .layout-default .wrap-top, #sw-add-to-cart-message .layout-5 .wrap-top {
text-align: center; }
#sw-add-to-cart-message .layout-default .wrap-top p, #sw-add-to-cart-message .layout-5 .wrap-top p {
font-weight: 500;
color: #2FBF46;
margin-bottom: 25px; }
#sw-add-to-cart-message .layout-default .wrap-left, #sw-add-to-cart-message .layout-5 .wrap-left {
flex: 3;
padding: 30px;
border-right: 1px solid #ebebeb;
} 
#sw-add-to-cart-message .layout-default .wrap-left > p, #sw-add-to-cart-message .layout-5 .wrap-left > p{
margin-bottom: 30px;
color: #1db936;
font-size: 18px;
font-weight: 700;
}
#sw-add-to-cart-message .layout-default .wrap-left .wrap-left-content, #sw-add-to-cart-message .layout-5 .wrap-left .wrap-left-content {
display: flex;
column-gap: 30px;
align-items: center;
}
#sw-add-to-cart-message .layout-default .wrap-right, #sw-add-to-cart-message .layout-5 .wrap-right {
flex: 2;
padding: 30px;
text-align: center; }
#sw-add-to-cart-message .layout-default .wrap-right p, #sw-add-to-cart-message .layout-5 .wrap-right p {
margin-bottom: 15px; }
#sw-add-to-cart-message .layout-default .wrap-right p.text-subtotal1, #sw-add-to-cart-message .layout-5 .wrap-right p.text-subtotal1 {
color: #888; }	  
#sw-add-to-cart-message .layout-default .thumbnail, #sw-add-to-cart-message .layout-5 .thumbnail {
width: 200px;
height: auto;
margin: 0;
border: 1px solid #ebebeb;
border-radius: 10px;
}
#sw-add-to-cart-message .layout-default .content, #sw-add-to-cart-message .layout-5 .content {
flex: 1;
}
#sw-add-to-cart-message .layout-default .content > *:last-child, #sw-add-to-cart-message .layout-5 .content > *:last-child {
margin-bottom: 0px; }
#sw-add-to-cart-message .layout-default .checkout, #sw-add-to-cart-message .layout-5 .checkout {
background: var(--primary-color); border-color: var(--primary-color); color: #fff;}
#sw-add-to-cart-message .layout-default .checkout:hover, #sw-add-to-cart-message .layout-5 .checkout:hover {
background: var(--secondary-color); border-color: var(--secondary-color);}
@media (max-width: 768px) {
#sw-add-to-cart-message .layout-default .wrap-middle, #sw-add-to-cart-message .layout-5 .wrap-middle {
flex-direction: column; }
#sw-add-to-cart-message .layout-default .thumbnail, #sw-add-to-cart-message .layout-5 .thumbnail {
width: 120px; }
#sw-add-to-cart-message .layout-default .content, #sw-add-to-cart-message .layout-5 .content {
padding-top: 0px; }
#sw-add-to-cart-message .layout-default .wrap-left, #sw-add-to-cart-message .layout-5 .wrap-left {
border-right: none;
border-bottom: 1px solid #ebebeb;
align-items: center; } }
#sw-add-to-cart-message .layout-2, #sw-add-to-cart-message .layout-3, #sw-add-to-cart-message .layout-4 {
padding: 30px 120px; }
#sw-add-to-cart-message .layout-2 .wrap, #sw-add-to-cart-message .layout-3 .wrap, #sw-add-to-cart-message .layout-4 .wrap {
text-align: center; }
#sw-add-to-cart-message .layout-2 .wrap-middle, #sw-add-to-cart-message .layout-3 .wrap-middle, #sw-add-to-cart-message .layout-4 .wrap-middle {
display: flex;
flex-direction: column; }
#sw-add-to-cart-message .layout-2 .check, #sw-add-to-cart-message .layout-3 .check, #sw-add-to-cart-message .layout-4 .check {
margin-bottom: 20px; }
#sw-add-to-cart-message .layout-2 .check img, #sw-add-to-cart-message .layout-3 .check img, #sw-add-to-cart-message .layout-4 .check img {
width: 34px;
margin: auto; }
#sw-add-to-cart-message .layout-2 .content, #sw-add-to-cart-message .layout-3 .content, #sw-add-to-cart-message .layout-4 .content {
margin-bottom: 24px; }
#sw-add-to-cart-message .layout-2 .wrap-bottom, #sw-add-to-cart-message .layout-3 .wrap-bottom, #sw-add-to-cart-message .layout-4 .wrap-bottom {
display: flex;
flex-direction: row; }
#sw-add-to-cart-message .layout-2 .wrap-bottom .button ~ .button, #sw-add-to-cart-message .layout-3 .wrap-bottom .button ~ .button, #sw-add-to-cart-message .layout-4 .wrap-bottom .button ~ .button {
margin-left: 10px; }
@media (max-width: 1024px) {
#sw-add-to-cart-message .layout-2, #sw-add-to-cart-message .layout-3, #sw-add-to-cart-message .layout-4 {
padding-top: 20px;
padding-right: 60px;
padding-left: 60px; } }
@media (max-width: 768px) {
#sw-add-to-cart-message .layout-2, #sw-add-to-cart-message .layout-3, #sw-add-to-cart-message .layout-4 {
padding-top: 20px;
padding-right: 30px;
padding-left: 30px;
padding-bottom: 20px; }
#sw-add-to-cart-message .layout-2 .wrap-bottom, #sw-add-to-cart-message .layout-3 .wrap-bottom, #sw-add-to-cart-message .layout-4 .wrap-bottom {
display: flex;
flex-direction: column; }
#sw-add-to-cart-message .layout-2 .wrap-bottom .button ~ .button, #sw-add-to-cart-message .layout-3 .wrap-bottom .button ~ .button, #sw-add-to-cart-message .layout-4 .wrap-bottom .button ~ .button {
margin-left: 0px; } }
#sw-add-to-cart-message .layout-3 .content p span {
color: var(--secondary-color);font-size: 18px; font-weight: bold; }
#sw-add-to-cart-message .layout-4 {
padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
width: 560px; }
#sw-add-to-cart-message .layout-4 .wrap > .wrap-top p {
position: relative;
padding-bottom: 20px;
margin-bottom: 30px;
color: #2FBF46;
font-weight: 500; }
#sw-add-to-cart-message .layout-4 .wrap > .wrap-top p:after {
content: '';
position: absolute;
bottom: 0px;
left: 50%;
transform: translate(-50%);
width: 100px;
height: 1px;
background: #ccc; }
#sw-add-to-cart-message .layout-4 .wrap-middle .wrap-top {
display: flex;
align-items: flex-start;
text-align: left;
margin-bottom: 30px; }
#sw-add-to-cart-message .layout-4 .thumbnail {
width: 100px;
height: auto;
margin-right: 25px; }
#sw-add-to-cart-message .layout-4 .content {
margin-bottom: 0px; }
#sw-add-to-cart-message .layout-4 .content p {
font-size: 14px; }
#sw-add-to-cart-message .layout-4 .content > *:last-child {
margin-bottom: 0px; }
#sw-add-to-cart-message .layout-4 .price {
display: block;
margin-bottom: 5px; }
#sw-add-to-cart-message .layout-4 .button {
font-size: 14px; }
@media (max-width: 768px) {
#sw-add-to-cart-message .layout-4 {
padding-top: 20px;
padding-right: 30px;
padding-left: 30px;
padding-bottom: 20px; }
#sw-add-to-cart-message .layout-4 .wrap-bottom {
display: flex;
flex-direction: column; }
#sw-add-to-cart-message .layout-4 .wrap-bottom .button ~ .button {
margin-left: 0px; } }
#sw-add-to-cart-message .layout-5 .wrap-top {
text-align: left; }
#sw-add-to-cart-message .layout-5 .wrap-left {
align-items: center; }
#sw-add-to-cart-message .layout-5 .wrap-left .content {
padding-top: 0px; }
#sw-add-to-cart-message .layout-5 .wrap-left .content > *:last-child {
margin-bottom: 0px; }
#sw-add-to-cart-message .layout-5 .wrap-right > *:last-child {
margin-bottom: 0px; }
#sw-add-to-cart-message .layout-5 .thumbnail {
width: 160px;
height: auto; }
#sw-add-to-cart-message .layout-5 .wrap-right .text-subtotal {
font-size: 14px;
margin-bottom: 10px;
text-align: left; }
#sw-add-to-cart-message .layout-5 .subtotal {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
font-size: 18px; }
#sw-add-to-cart-message .layout-5 .subtotal .text-subtotal {
margin-bottom: 0px; }
#sw-add-to-cart-message .layout-5 .wrap-bottom {
padding: 30px;
border-top: 1px solid #ebebeb; }
@media (max-width: 768px) {
#sw-add-to-cart-message .layout-5 .wrap-bottom {
display: none; } }
#sw-add-to-cart-message .related > h2 {
text-align: left;
font-size: 20px;
color: #000;
margin-bottom: 20px; }
#sw-add-to-cart-message .related .wrap {
display: flex;
margin-left: -10px;
margin-right: -10px;
align-items: flex-start; }
#sw-add-to-cart-message .related .product {
flex: 1;
padding: 10px;
max-width: 25%; }
#sw-add-to-cart-message .related .product .thumbnail {
width: 100%;
margin-bottom: 10px; }
#sw-add-to-cart-message .related .product .product-title {
margin-bottom: 5px; }
#sw-add-to-cart-message .mark {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
visibility: hidden;
transition: 300ms; } @-webkit-keyframes swZoomIn {
from {
opacity: 0;
-webkit-transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3);
transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); } }
@keyframes swZoomIn {
from {
opacity: 0;
-webkit-transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3);
transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); } } @-webkit-keyframes swZoomOut {
from {
opacity: 1;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
50% {
opacity: 0;
-webkit-transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3);
transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); } }
@keyframes swZoomOut {
from {
opacity: 1;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
50% {
opacity: 0;
-webkit-transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3);
transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); } }@-webkit-keyframes blink {
0%,
100% {
opacity: 0;
}
50% {
opacity: 1;
}
}
@keyframes blink {
0%,
100% {
opacity: 0;
}
50% {
opacity: 1;
}
}
@keyframes aoe-zoom-in {
0% {
transform: scale(1);
opacity: 0.8;
}
100% {
transform: scale(1.4);
opacity: 0;
}
}
@-webkit-keyframes aoe-zoom-in {
0% {
transform: scale(1);
opacity: 0.8;
}
100% {
transform: scale(1.4);
opacity: 0;
}
}
@-moz-keyframes aoe-zoom-in {
0% {
transform: scale(1);
opacity: 0.8;
}
100% {
transform: scale(1.4);
opacity: 0;
}
}
:root {
--default-color: #00599c;
--second-color: #6c757d;
--main-color: #333;
--black-color: #000;
--white-color: #fff;
--title-color: #333;
--title-color-hover: #666;
--box-shadow: #eae7f5;
--border-color: #ebebeb;
--bg-block: #f5f5f5;
--gray-color: #a9a9a9;
--dark-gray-color: #808080;
--light-gray-color: #d3d3d3;
--light-color: #f9fafb;
--light-color-hover: #f9fafb;
--dark-color: #212529;
--dark-color-hover: #1c1f23;
--info-color: #0dcaf0;
--info-color-hover: #3dd5f3;
--primary-color: #0d6efd;
--primary-color-hover: #0b5ed7;
--success-color: #28a745;
--success-color-hover: #218838;
--warning-color: #ffc107;
--warning-color-hover: #d39e00;
--danger-color: #dc3545;
--danger-color-hover: #bb2d3b;
--price-color: #ff3329;
--sale-color: #ff3329;
--star-color: #ffc107;
--black-transparent-1: rgba(0, 0, 0, 0.1);
--black-transparent-2: rgba(0, 0, 0, 0.2);
--black-transparent-3: rgba(0, 0, 0, 0.3);
--black-transparent-4: rgba(0, 0, 0, 0.4);
--black-transparent-5: rgba(0, 0, 0, 0.5);
--black-transparent-6: rgba(0, 0, 0, 0.6);
--black-transparent-7: rgba(0, 0, 0, 0.7);
--black-transparent-8: rgba(0, 0, 0, 0.8);
--black-transparent-9: rgba(0, 0, 0, 0.9);
--white-transparent-1: rgba(255, 255, 255, 0.1);
--white-transparent-2: rgba(255, 255, 255, 0.2);
--white-transparent-3: rgba(255, 255, 255, 0.3);
--white-transparent-4: rgba(255, 255, 255, 0.4);
--white-transparent-5: rgba(255, 255, 255, 0.5);
--white-transparent-6: rgba(255, 255, 255, 0.6);
--white-transparent-7: rgba(255, 255, 255, 0.7);
--white-transparent-8: rgba(255, 255, 255, 0.8);
--white-transparent-9: rgba(255, 255, 255, 0.9);
--padding-swe-col: 15px;
--margin-swe-col: -15px;
}
.swe-row {
display: flex;
flex-wrap: wrap;
margin: 0;
flex-direction: row;
margin-left: -var(--margin-swe-col);
margin-right: -var(--margin-swe-col);
align-items: stretch;
}
.swe-row.products .product {
margin-right: 0px;
}
.swe-wrapper .swe-row.products {
margin-left: var(--margin-swe-col);
margin-right: var(--margin-swe-col);
}
.swe-wrapper .swe-row.products .product {
margin-right: 0px;
}
*[class*="swe-col-"] .post,
*[class*="swe-col-"] .product,
*[class*="swe-col-"] .swe-col {
padding-left: var(--padding-swe-col);
padding-right: var(--padding-swe-col);
}
.swe-col-6 .post,
.swe-col-6 .product,
.swe-col-6 .swe-col {
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
width: 100%;
}
.swe-col-5 .post,
.swe-col-5 .product,
.swe-col-5 .swe-col {
width: 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
width: 100%;
}
.swe-col-4 .post,
.swe-col-4 .product,
.swe-col-4 .swe-col {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
width: 100%;
}
.swe-col-3 .post,
.swe-col-3 .product,
.swe-col-3 .swe-col {
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
width: 100%;
}
.swe-col-2 .post,
.swe-col-2 .product,
.swe-col-2 .swe-col {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
width: 100%;
}
.swe-col-1 .post,
.swe-col-1 .product,
.swe-col-1 .swe-col {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
}
@media (min-width: 768px) {
.swe-col-md-6 .post,
.swe-col-md-6 .product,
.swe-col-md-6 .swe-col {
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
width: 100%;
}
.swe-col-md-5 .post,
.swe-col-md-5 .product,
.swe-col-md-5 .swe-col {
width: 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
width: 100%;
}
.swe-col-md-4 .post,
.swe-col-md-4 .product,
.swe-col-md-4 .swe-col {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
width: 100%;
}
.swe-col-md-3 .post,
.swe-col-md-3 .product,
.swe-col-md-3 .swe-col {
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
width: 100%;
}
.swe-col-md-2 .post,
.swe-col-md-2 .product,
.swe-col-md-2 .swe-col {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
width: 100%;
}
.swe-col-md-1 .post,
.swe-col-md-1 .product,
.swe-col-md-1 .swe-col {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
}
}
@media (min-width: 1025px) {
.swe-col-lg-6 .post,
.swe-col-lg-6 .product,
.swe-col-lg-6 .swe-col {
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
width: 100%;
}
.swe-col-lg-5 .post,
.swe-col-lg-5 .product,
.swe-col-lg-5 .swe-col {
width: 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
width: 100%;
}
.swe-col-lg-4 .post,
.swe-col-lg-4 .product,
.swe-col-lg-4 .swe-col {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
width: 100%;
}
.swe-col-lg-3 .post,
.swe-col-lg-3 .product,
.swe-col-lg-3 .swe-col {
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
width: 100%;
}
.swe-col-lg-2 .post,
.swe-col-lg-2 .product,
.swe-col-lg-2 .swe-col {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
width: 100%;
}
.swe-col-lg-1 .post,
.swe-col-lg-1 .product,
.swe-col-lg-1 .swe-col {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
}
}
.swe-wrapper {
position: relative;
display: flex;
justify-content: center;
text-align: center;
flex-direction: column;
}
.swe-wrapper a {
transition: 300ms;
text-decoration: none;
}
.swe-wrapper a:hover {
text-decoration: none;
}
.swe-wrap-image img{
transition-duration: 0.2s;
}
.swe-title {
margin-bottom: 0px;
}
.swe-button {
padding: 10px 25px;
font-size: 16px;
background: var(--light-gray-color);
color: var(--black-color);
border-radius: 3px;
display: inline-block;
transition: 300ms;
}
.swe-button:hover {
background: var(--dark-gray-color);
}
.swe-button:focus {
outline: none;
}
.countdown-info {
text-align: center;
background: rgba(0, 0, 0, 0.2);
color: #fff;
}
.countdown-info.down {
display: none;
}
.countdown-info.top {
position: absolute;
transform: translateY(-50%);
width: 100%;
top: 50%;
}
.countdown {
display: block;
text-align: center;
}
.countdown .countdown-times {
display: flex;
justify-content: space-around;
width: 100%;
}
.countdown .countdown-times > * {
flex: 1;
padding: 10px 0;
}
.countdown .countdown-times b {
display: block;
width: 100%;
}
.swe-wrap-banner {
position: relative;
overflow: hidden;
}
.swe-wrap-banner .swe-wrap-image {
position: relative;
}
.swe-wrap-banner .swe-wrap-image img {
width: 100%;
}
.swe-wrap-banner .swe-wrap-content {
position: absolute;
top: 0px;
left: 0px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
width: 100%;
height: 100%;
}
.swe-wrap-banner[class*="effect-"] { position: relative;
float: left;
overflow: hidden;
text-align: center;
cursor: pointer;
width: 100%;  }
.swe-wrap-banner[class*="effect-"] .swe-wrap-image {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
opacity: 0.8;
width: 100%;
}
.swe-wrap-banner[class*="effect-"] img {
width: 100%;
}
.swe-wrap-banner[class*="effect-"] .swe-wrap-content {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swe-wrap-banner[class*="effect-"] .swe-wrap-content::before,
.swe-wrap-banner[class*="effect-"] .swe-wrap-content::after {
pointer-events: none;
}
.swe-wrap-banner[class*="effect-"] .swe-wrap-content,
.swe-wrap-banner[class*="effect-"] > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.swe-wrap-banner[class*="effect-"] > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.swe-wrap-banner[class*="effect-"] .swe-title {
font-weight: 300;
}
.swe-wrap-banner[class*="effect-"] .swe-title,
.swe-wrap-banner[class*="effect-"] .swe-description {
margin: 0;
}
.swe-wrap-banner[class*="effect-"] .swe-description {
letter-spacing: 1px;
font-size: 68.5%;
}
.swe-wrap-banner.effect {                                             }
.swe-wrap-banner.effect-lily .swe-wrap-image {
max-width: none;
width: -webkit-calc(100% + 10%);
width: calc(100% + 10%);
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
.swe-wrap-banner.effect-lily .swe-wrap-content {
text-align: left;
}
.swe-wrap-banner.effect-lily .swe-wrap-content > div {
position: absolute;
bottom: 0;
left: 0;
padding: 2em;
width: 100%;
height: 50%;
}
.swe-wrap-banner.effect-lily .swe-title,
.swe-wrap-banner.effect-lily .swe-description {
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
.swe-wrap-banner.effect-lily .swe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
.swe-wrap-banner.effect-lily .swe-description {
color: rgba(255, 255, 255, 0.8);
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
}
.swe-wrap-banner.effect-lily:hover .swe-wrap-image,
.swe-wrap-banner.effect-lily:hover .swe-description {
opacity: 1;
}
.swe-wrap-banner.effect-lily:hover .swe-wrap-image,
.swe-wrap-banner.effect-lily:hover .swe-title,
.swe-wrap-banner.effect-lily:hover .swe-description {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-lily:hover .swe-description {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}
.swe-wrap-banner.effect-sadie .swe-wrap-content::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(
top,
rgba(72, 76, 97, 0) 0%,
rgba(72, 76, 97, 0.8) 75%
);
background: linear-gradient(
to bottom,
rgba(72, 76, 97, 0) 0%,
rgba(72, 76, 97, 0.8) 75%
);
content: "";
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
.swe-wrap-banner.effect-sadie .swe-title {
position: absolute;
top: 50%;
left: 0;
width: 100%;
color: #484c61;
-webkit-transition: -webkit-transform 0.35s, color 0.35s;
transition: transform 0.35s, color 0.35s;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.swe-wrap-banner.effect-sadie .swe-wrap-content::before,
.swe-wrap-banner.effect-sadie .swe-description {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.swe-wrap-banner.effect-sadie .swe-description {
position: absolute;
bottom: 0;
left: 0;
padding: 2em;
width: 100%;
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
.swe-wrap-banner.effect-sadie:hover .swe-title {
color: #fff;
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.swe-wrap-banner.effect-sadie:hover .swe-wrap-content::before,
.swe-wrap-banner.effect-sadie:hover .swe-description {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-roxy {
background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}
.swe-wrap-banner.effect-roxy .swe-wrap-image {
max-width: none;
width: -webkit-calc(100% + 10%);
width: calc(100% + 10%);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50px, 0, 0);
transform: translate3d(-50px, 0, 0);
}
.swe-wrap-banner.effect-roxy .swe-wrap-content::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: "";
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
.swe-wrap-banner.effect-roxy .swe-wrap-content {
padding: 3em;
text-align: left;
}
.swe-wrap-banner.effect-roxy .swe-title {
padding: 30% 0 10px 0;
}
.swe-wrap-banner.effect-roxy .swe-description {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.swe-wrap-banner.effect-roxy:hover .swe-wrap-image {
opacity: 0.7;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-roxy:hover .swe-wrap-content::before,
.swe-wrap-banner.effect-roxy:hover .swe-description {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-bubba {
background: #9e5406;
}
.swe-wrap-banner.effect-bubba .swe-wrap-image {
opacity: 0.7;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.swe-wrap-banner.effect-bubba .swe-wrap-content::before,
.swe-wrap-banner.effect-bubba .swe-wrap-content::after {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: "";
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.swe-wrap-banner.effect-bubba .swe-wrap-content::before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
.swe-wrap-banner.effect-bubba .swe-wrap-content::after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
.swe-wrap-banner.effect-bubba .swe-title {
padding-top: 30%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
.swe-wrap-banner.effect-bubba .swe-description {
padding: 20px 2.5em;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
.swe-wrap-banner.effect-bubba:hover .swe-wrap-image {
opacity: 0.4;
}
.swe-wrap-banner.effect-bubba:hover .swe-wrap-content::before,
.swe-wrap-banner.effect-bubba:hover .swe-wrap-content::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.swe-wrap-banner.effect-bubba:hover .swe-title,
.swe-wrap-banner.effect-bubba:hover .swe-description {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-romeo {
-webkit-perspective: 1000px;
perspective: 1000px;
}
.swe-wrap-banner.effect-romeo .swe-wrap-image {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 0, 300px);
transform: translate3d(0, 0, 300px);
}
.swe-wrap-banner.effect-romeo .swe-wrap-content::before,
.swe-wrap-banner.effect-romeo .swe-wrap-content::after {
position: absolute;
top: 50%;
left: 50%;
width: 80%;
height: 1px;
background: #fff;
content: "";
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.swe-wrap-banner.effect-romeo .swe-title,
.swe-wrap-banner.effect-romeo .swe-description {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
.swe-wrap-banner.effect-romeo .swe-title {
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}
.swe-wrap-banner.effect-romeo .swe-description {
padding: 0.25em 2em;
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}
.swe-wrap-banner.effect-romeo:hover .swe-wrap-image {
opacity: 0.6;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-romeo:hover .swe-wrap-content::before {
opacity: 0.5;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.swe-wrap-banner.effect-romeo:hover .swe-wrap-content::after {
opacity: 0.5;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.swe-wrap-banner.effect-romeo:hover .swe-title {
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}
.swe-wrap-banner.effect-romeo:hover .swe-description {
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}
.swe-wrap-banner.effect-layla {
background: #18a367;
}
.swe-wrap-banner.effect-layla .swe-wrap-image {
display: flex;
align-items: center;
justify-content: center;
}
.swe-wrap-banner.effect-layla .swe-wrap-content {
padding: 3em;
}
.swe-wrap-banner.effect-layla .swe-wrap-content::before,
.swe-wrap-banner.effect-layla .swe-wrap-content::after {
position: absolute;
content: "";
opacity: 0;
}
.swe-wrap-banner.effect-layla .swe-wrap-content::before {
top: 50px;
right: 30px;
bottom: 50px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.swe-wrap-banner.effect-layla .swe-wrap-content::after {
top: 30px;
right: 50px;
bottom: 30px;
left: 50px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swe-wrap-banner.effect-layla .swe-title {
padding-top: 26%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
.swe-wrap-banner.effect-layla .swe-description {
padding: 0.5em 2em;
text-transform: none;
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
.swe-wrap-banner.effect-layla .swe-wrap-image {
-webkit-transform: translate3d(0, -30px, 0) scale(1.1);
transform: translate3d(0, -30px, 0) scale(1.1);
}
.swe-wrap-banner.effect-layla .swe-wrap-image,
.swe-wrap-banner.effect-layla .swe-wrap-content::before,
.swe-wrap-banner.effect-layla .swe-wrap-content::after,
.swe-wrap-banner.effect-layla .swe-description {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.swe-wrap-banner.effect-layla:hover .swe-wrap-image {
opacity: 0.7;
-webkit-transform: translate3d(0, 0, 0) scale(1.1);
transform: translate3d(0, 0, 0) scale(1.1);
}
.swe-wrap-banner.effect-layla:hover .swe-wrap-content::before,
.swe-wrap-banner.effect-layla:hover .swe-wrap-content::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.swe-wrap-banner.effect-layla:hover .swe-title,
.swe-wrap-banner.effect-layla:hover .swe-description {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-layla:hover .swe-wrap-content::after,
.swe-wrap-banner.effect-layla:hover .swe-title,
.swe-wrap-banner.effect-layla:hover p,
.swe-wrap-banner.effect-layla:hover .swe-wrap-image {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.swe-wrap-banner.effect-honey {
background: #4a3753;
}
.swe-wrap-banner.effect-honey .swe-wrap-image {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.swe-wrap-banner.effect-honey .swe-wrap-content::before {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10px;
background: #fff;
content: "";
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
.swe-wrap-banner.effect-honey .swe-title {
position: absolute;
bottom: 0;
left: 0;
padding: 1em 1.5em;
width: 100%;
text-align: left;
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
.swe-wrap-banner.effect-honey .swe-title i {
font-style: normal;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
.swe-wrap-banner.effect-honey .swe-wrap-content::before,
.swe-wrap-banner.effect-honey .swe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
.swe-wrap-banner.effect-honey:hover .swe-wrap-image {
opacity: 0.5;
}
.swe-wrap-banner.effect-honey:hover .swe-wrap-content::before,
.swe-wrap-banner.effect-honey:hover .swe-title,
.swe-wrap-banner.effect-honey:hover .swe-title i {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-oscar {
background: -webkit-linear-gradient(
45deg,
#22682a 0%,
#9b4a1b 40%,
#3a342a 100%
);
background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}
.swe-wrap-banner.effect-oscar .swe-wrap-image {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.swe-wrap-banner.effect-oscar .swe-wrap-content {
padding: 3em;
background-color: rgba(58, 52, 42, 0.7);
-webkit-transition: background-color 0.35s;
transition: background-color 0.35s;
}
.swe-wrap-banner.effect-oscar .swe-wrap-content::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: "";
}
.swe-wrap-banner.effect-oscar .swe-title {
margin: 20% 0 10px 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.swe-wrap-banner.effect-oscar .swe-wrap-content::before,
.swe-wrap-banner.effect-oscar .swe-description {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0);
transform: scale(0);
}
.swe-wrap-banner.effect-oscar:hover .swe-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-oscar:hover .swe-wrap-content::before,
.swe-wrap-banner.effect-oscar:hover .swe-description {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.swe-wrap-banner.effect-oscar:hover .swe-wrap-content {
background-color: rgba(58, 52, 42, 0);
}
.swe-wrap-banner.effect-oscar:hover .swe-wrap-image {
opacity: 0.4;
}
.swe-wrap-banner.effect-marley .swe-wrap-content {
text-align: right;
}
.swe-wrap-banner.effect-marley .swe-title,
.swe-wrap-banner.effect-marley .swe-description {
position: absolute;
right: 30px;
left: 30px;
padding: 10px 0;
}
.swe-wrap-banner.effect-marley .swe-description {
bottom: 30px;
line-height: 1.5;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.swe-wrap-banner.effect-marley .swe-title {
top: 30px;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
.swe-wrap-banner.effect-marley .swe-title::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 4px;
background: #fff;
content: "";
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
.swe-wrap-banner.effect-marley .swe-title::after,
.swe-wrap-banner.effect-marley .swe-description {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.swe-wrap-banner.effect-marley:hover .swe-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-marley:hover .swe-title::after,
.swe-wrap-banner.effect-marley:hover .swe-description {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-ruby {
background-color: #17819c;
}
.swe-wrap-banner.effect-ruby .swe-wrap-image {
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.swe-wrap-banner.effect-ruby .swe-title {
margin-top: 20%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
.swe-wrap-banner.effect-ruby .swe-wrap-content > div {
width: 99% !important;
}
.swe-wrap-banner.effect-ruby .swe-description {
margin: 1em 0 0;
padding: 3em;
border: 1px solid #fff;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
transform: translate3d(0, 20px, 0) scale(1.1);
}
.swe-wrap-banner.effect-ruby:hover .swe-wrap-image {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}
.swe-wrap-banner.effect-ruby:hover .swe-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-ruby:hover .swe-description {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
.swe-wrap-banner.effect-milo {
background: #2e5d5a;
}
.swe-wrap-banner.effect-milo .swe-wrap-image {
max-width: none;
width: -webkit-calc(100% + 60px);
width: calc(100% + 60px);
opacity: 1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
transform: translate3d(-30px, 0, 0) scale(1.12);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swe-wrap-banner.effect-milo .swe-title {
position: absolute;
right: 0;
bottom: 0;
padding: 1em 1.2em;
}
.swe-wrap-banner.effect-milo .swe-description {
padding: 0 10px 0 0;
width: 50%;
border-right: 1px solid #fff;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
.swe-wrap-banner.effect-milo:hover .swe-wrap-image {
opacity: 0.5;
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
.swe-wrap-banner.effect-milo:hover .swe-description {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-dexter {
background: -webkit-linear-gradient(top, #258dc8 0%, #683c13 100%);
background: linear-gradient(to bottom, #258dc8 0%, #683c13 100%);
}
.swe-wrap-banner.effect-dexter .swe-wrap-image {
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.swe-wrap-banner.effect-dexter .swe-wrap-content::after {
position: absolute;
right: 30px;
bottom: 30px;
left: 30px;
height: -webkit-calc(50% - 30px);
height: calc(50% - 30px);
border: 7px solid #fff;
content: "";
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.swe-wrap-banner.effect-dexter .swe-wrap-content {
padding: 3em;
text-align: left;
}
.swe-wrap-banner.effect-dexter .swe-wrap-content > div {
height: 100%;
}
.swe-wrap-banner.effect-dexter .swe-description {
position: absolute;
right: 60px;
bottom: 60px;
left: 60px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, -100px, 0);
transform: translate3d(0, -100px, 0);
}
.swe-wrap-banner.effect-dexter:hover .swe-wrap-image {
opacity: 0.4;
}
.swe-wrap-banner.effect-dexter:hover .swe-wrap-content::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-dexter:hover .swe-description {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-sarah {
background: #42b078;
}
.swe-wrap-banner.effect-sarah .swe-wrap-image {
max-width: none;
width: -webkit-calc(100% + 20px);
width: calc(100% + 20px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swe-wrap-banner.effect-sarah .swe-wrap-content {
text-align: left;
}
.swe-wrap-banner.effect-sarah .swe-title {
position: relative;
overflow: hidden;
padding: 0.5em 0;
}
.swe-wrap-banner.effect-sarah .swe-title::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: #fff;
content: "";
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.swe-wrap-banner.effect-sarah .swe-description {
padding: 1em 0;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.swe-wrap-banner.effect-sarah:hover .swe-wrap-image {
opacity: 0.4;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-sarah:hover .swe-title::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-sarah:hover .swe-description {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-zoe .swe-wrap-content {
top: auto;
bottom: 0;
padding: 1em;
height: 3.75em;
background: #fff;
color: #3c4a50;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.swe-wrap-banner.effect-zoe .swe-title {
float: left;
}
.swe-wrap-banner.effect-zoe .swe-description {
position: absolute;
bottom: 8em;
padding: 2em;
color: #fff;
text-transform: none;
font-size: 90%;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
-webkit-backface-visibility: hidden; width: 100%;
left: 0;
}
.swe-wrap-banner.effect-zoe .swe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0);
}
.swe-wrap-banner.effect-zoe .swe-title {
display: inline-block;
}
.swe-wrap-banner.effect-zoe:hover .swe-description {
opacity: 1;
}
.swe-wrap-banner.effect-zoe:hover .swe-wrap-content,
.swe-wrap-banner.effect-zoe:hover .swe-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swe-wrap-banner.effect-zoe:hover .swe-title {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
.swe-wrap-banner.effect-chico .swe-wrap-image {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.12);
transform: scale(1.12);
}
.swe-wrap-banner.effect-chico .swe-wrap-content {
padding: 3em;
}
.swe-wrap-banner.effect-chico .swe-wrap-content::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: "";
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.swe-wrap-banner.effect-chico .swe-wrap-content::before,
.swe-wrap-banner.effect-chico .swe-description {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.swe-wrap-banner.effect-chico .swe-title {
padding: 20% 0 20px 0;
}
.swe-wrap-banner.effect-chico .swe-description {
margin: 0 auto;
max-width: 50%;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
.swe-wrap-banner.effect-chico:hover .swe-wrap-image {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}
.swe-wrap-banner.effect-chico:hover .swe-wrap-content::before,
.swe-wrap-banner.effect-chico:hover .swe-description {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.elementor-widget-swe-banner.elementor-widget-empty
.elementor-widget-empty-icon {
display: none !important;
}
.swe-wrap-tabs ul.products {
margin-bottom: 0px;
}
.swe-wrap-tabs .swe-wrap-tab-head {
display: flex;
}
.swe-wrap-tabs .swe-wrap-tab-head .swe-tab-title {
padding: 5px 10px 5px 10px;
cursor: pointer;
transition: 300ms;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
-ms-transition: 300ms;
}
.swe-wrap-tabs .swe-wrap-tab-head .swe-tab-title + .swe-tab-title {
margin-left: 5px;
}
.swe-wrap-tabs .swe-wrap-tab-head .swe-tab-title.active,
.swe-wrap-tabs .swe-wrap-tab-head .swe-tab-title:hover {
background: var(--bg-block);
}
.swe-wrap-tabs .swe-wrap-tab-head .swe-button {
display: none;
}
.swe-wrap-tabs .swe-wrap-tab-head.tabs-button {
position: relative;
}
@media (max-width: 767px) {
.swe-wrap-tabs .swe-wrap-tab-head.btn-mobile .swe-button {
display: block;
}
.swe-wrap-tabs .swe-wrap-tab-head.btn-mobile .swe-tab-head {
position: absolute;
width: 250px;
top: 100%;
right: 0;
flex-direction: column;
z-index: 2;
background: var(--white-color);
text-align: left;
box-shadow: 0 0 10px 0 var(--black-transparent-5);
display: none;
}
.swe-wrap-tabs
.swe-wrap-tab-head.btn-mobile
.swe-tab-head
.swe-tab-title
+ .swe-tab-title {
margin-left: 0px !important;
}
}
.swe-wrap-tabs .swe-wrap-tab-content .swe-tab-content {
height: 0;
overflow: hidden;
}
.swe-wrap-tabs .swe-wrap-tab-content .swe-tab-content.active {
height: auto;
overflow: visible;
}
.swe-wrap-tabs.style-1 .swe-tab-head {
display: flex;
}
@media (max-width: 1024px) {
.swe-wrap-tabs.style-1 .swe-wrap-tab-head.btn-tablet .swe-button {
display: block;
}
.swe-wrap-tabs.style-1 .swe-wrap-tab-head.btn-tablet .swe-tab-head {
position: absolute;
width: 250px;
top: 100%;
right: 0;
flex-direction: column;
z-index: 2;
background: var(--white-color);
text-align: left;
box-shadow: 0 0 10px 0 var(--black-transparent-5);
display: none;
}
.swe-wrap-tabs.style-1
.swe-wrap-tab-head.btn-tablet
.swe-tab-head
.swe-tab-title
+ .swe-tab-title {
margin-left: 0px !important;
}
}
.swe-wrap-tabs.style-1 .swe-wrap-tab-head.btn-desktop .swe-button {
display: block;
}
.swe-wrap-tabs.style-1 .swe-wrap-tab-head.btn-desktop .swe-tab-head {
position: absolute;
width: 250px;
top: 100%;
right: 0;
flex-direction: column;
z-index: 2;
background: var(--white-color);
text-align: left;
box-shadow: 0 0 10px 0 var(--black-transparent-5);
display: none;
}
.swe-wrap-tabs.style-1
.swe-wrap-tab-head.btn-desktop
.swe-tab-head
.swe-tab-title
+ .swe-tab-title {
margin-left: 0px !important;
}
.swe-wrap-tabs.style-2 {
flex-direction: row;
}
@media (max-width: 767px) {
.swe-wrap-tabs.style-2 {
flex-direction: column;
}
}
@media (max-width: 767px) {
.swe-wrap-tabs.style-2 .swe-wrap-tab-head.tabs-button .swe-button {
display: block;
}
.swe-wrap-tabs.style-2 .swe-wrap-tab-head.tabs-button .swe-tab-head {
position: absolute;
width: 250px;
top: 100%;
right: 0;
flex-direction: column;
z-index: 2;
background: var(--white-color);
text-align: left;
box-shadow: 0 0 10px 0 var(--black-transparent-5);
display: none;
}
.swe-wrap-tabs.style-2
.swe-wrap-tab-head.tabs-button
.swe-tab-head
.swe-tab-title
+ .swe-tab-title {
margin-left: 0px !important;
}
}
.swe-wrap-tabs.style-2 .swe-wrap-tab-head .swe-tab-title + .swe-tab-title {
margin-left: 0;
}
.swe-wrap-tabs.style-2 .swe-wrap-tab-content {
flex: 1;
overflow: hidden;
}
:root {
--slick-arrow-color: black;
--slick-dot-color: black;
--slick-dot-color-active: black;
--slick-prev-character: "\2190";
--slick-next-character: "\2192";
--slick-dot-character: "\2022";
--slick-dot-size: 6px;
--slick-opacity-default: 0.75;
--slick-opacity-on-hover: 1;
--slick-opacity-not-active: 0.25;
} .swe-slider-wrapper {
width: 100%;
position: relative;
}
.swe-slider {
width: 100%;
overflow: hidden;
}
.swe-slider .slick-slide {
padding: 0;
}
.swe-slider-wrapper .swe-slider-btn {
position: absolute;
top: 50%;
z-index: 1;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
background-repeat: no-repeat;
background-position: center center;
}
.swe-slider-wrapper .swe-slider-btn svg{
display: block;
width: 2em;
height: 2em
}
.swe-tab-content .swe-slider-wrapper .swe-slider-btn{
display: none;
}
.swe-tab-content.active .swe-slider-wrapper .swe-slider-btn{
display: flex;
}
.slick-arrow {
--black-color: #333;
position: absolute;
display: block;
height: 30px;
width: 30px;
line-height: 30px;
font-size: 0px;
cursor: pointer;
background: var(--gray-color);
color: var(--black-color);
top: 50%;
left: 0px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none;
z-index: 1;
text-align: center;
transition: 300ms;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
-ms-transition: 300ms;
}
.slick-arrow:hover {
outline: none;
background: var(--dark-gray-color);
color: var(--white-color);
}
.slick-arrow:hover:before {
opacity: var(--slick-opacity-on-hover);
}
.slick-arrow.slick-disabled:before {
opacity: var(--slick-opacity-not-active);
}
.slick-arrow:before {
display: block;
font-size: 20px;
color: var(--slick-arrow-color);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-arrow:nth-child(3) {
left: auto;
right: 0px;
}
.slick-prev {
left: 0px;
}
[dir="rtl"] .slick-prev {
left: auto;
right: 0px;
}
.slick-prev:before {
content: var(--slick-prev-character);
}
[dir="rtl"] .slick-prev:before {
content: var(--slick-next-character);
}
.slick-next {
right: 0px;
}
[dir="rtl"] .slick-next {
left: 0px;
right: auto;
}
.slick-next:before {
content: var(--slick-next-character);
}
[dir="rtl"] .slick-next:before {
content: var(--slick-prev-character);
} .swe-slider .slick-dots li button:before {
display: none;
}
.swe-slider ul.slick-dots {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.swe-slider ul.slick-dots li {
width: 10px;
height: 10px;
margin: 0 3px;
border-radius: 5px;
transition: 450ms;
-webkit-transition: 450ms;
-moz-transition: 450ms;
-o-transition: 450ms;
-ms-transition: 450ms;
background: #ccc;
border: 0;
cursor: pointer;
}
.swe-slider ul.slick-dots li.slick-active {
width: 30px;
background: var(--black-color);
}
.swe-slider ul.slick-dots li button {
display: none;
}
.slick-dotted.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: var(--slick-opacity-on-hover);
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: var(--slick-dot-character);
width: 20px;
height: 20px;
font-size: var(--slick-dot-size);
line-height: 20px;
text-align: center;
color: var(--slick-dot-color);
opacity: var(--slick-opacity-not-active);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
color: var(--slick-dot-color-active);
opacity: var(--slick-opacity-default);
}
.rtl .slick-slider .slick-track,
.rtl .slick-slider .slick-list {
direction: rtl;
}
.rtl .slick-slider .swe-item {
direction: ltr;
}
.swe-pagination {
display: flex;
justify-content: center;
}
.swe-pagination .page-numbers {
padding: 10px 15px;
background: var(--light-gray-color);
outline: none;
border-radius: 3px;
color: var(--black-color);
display: flex;
justify-content: center;
align-items: center;
}
.swe-pagination .page-numbers + .page-numbers {
margin-left: 10px;
}
.swe-pagination .page-numbers.prev i,
.swe-pagination .page-numbers.next i {
font-size: 80%;
}
.swe-pagination .page-numbers.current,
.swe-pagination .page-numbers:not(.dots):hover {
background: var(--dark-gray-color);
color: var(--white-color);
}
.pagination-ajax {
display: flex;
justify-content: center;
}
.pagination-ajax > * {
padding: 10px 25px;
background: var(--light-gray-color);
color: var(--black-color);
transition: 300ms;
border-radius: 3px;
}
.pagination-ajax p {
margin-bottom: 0px;
}
.pagination-ajax .swe-pagination {
display: none;
}
.pagination-ajax .scroller-status {
display: none;
}
.pagination-ajax .scroller-status .infinite-scroll-request,
.pagination-ajax .scroller-status .infinite-scroll-last,
.pagination-ajax .scroller-status .infinite-scroll-error {
display: none;
}
.pagination-ajax .view-more-button {
cursor: pointer;
}
.pagination-ajax .view-more-button:hover {
background: var(--gray-color);
}
.pagination-ajax .infinite-scroll-request .loading {
display: flex;
align-items: center;
height: auto;
}
.pagination-ajax .infinite-scroll-request .loading:before {
display: none;
}
.pagination-ajax .infinite-scroll-request .loading i {
animation: fa-spin 0.75s linear infinite;
margin-right: 5px;
font-size: 150%;
}
.woocommerce-loop-product__link > .onsale:first-child {
display: none;
}
.swe-wrapper ul.products {
margin: 0;
}
.swe-wrapper ul.products li.product {
list-style: none;
}
.swe-wrapper ul.products li.product img {
width: 100%;
}
.swe-wrap-head {
display: flex;
margin-bottom: 30px;
align-items: center;
}
.item-detail span.price {
display: none;
}
.item-detail .countdown-info.top {
transform: unset;
top: auto;
bottom: 0;
}
.item-detail .countdown-info.bottom .count-title p {
margin-bottom: 0px;
}
.item .item-wrap .item-detail .item-content,
.item .item-wrap .item-detail .item-img {
position: relative;
}
ul.products .item-content .item-description {
display: none;
}
.swe-slider.products.slick-slider li.product,
.swe-slider.products.slick-slider li.item {
padding-left: 0px;
padding-right: 0px;
}
.swe-slider.products:not(.slick-slider) {
width: auto;
margin-left: -15px;
margin-right: -15px;
}
.swe-woo-categories-slider .swe-wrap-item {
transition: 300ms;
}
.swe-woo-categories-slider .swe-wrap-image {
max-width: 100%;
margin: auto;
transition: 300ms;
}
.swe-woo-categories-slider .swe-wrap-image a{
display: block;
}
.swe-woo-categories-slider .swe-wrap-image img {
transition: 300ms;
}
.swe-woo-categories-slider .swe-wrap-content {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.swe-woo-categories-slider.style-2 .swe-wrap-item {
position: relative;
}
.swe-woo-categories-slider.style-2 .swe-wrap-image {
position: relative;
}
.swe-woo-categories-slider.style-2 .swe-wrap-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.swe-woo-categories-slider.style-3 .swe-wrap-item {
display: flex;
align-items: center;
}
.swe-woo-categories-slider.style-3 .swe-wrap-image {
margin: 0;
flex: 1;
margin-right: 15px;
}
.swe-woo-categories-slider.style-3 .swe-wrap-content {
flex: 1;
align-items: flex-start;
text-align: left;
}
.swe-woo-countdown-slider .swe-countdown-head {
flex: 1;
display: flex;
}
.swe-woo-countdown-slider .swe-countdown-head .countdown .countdown-times > * {
flex: auto;
padding: 5px;
}
.swe-woo-countdown-slider .swe-countdown-head .countdown .countdown-times b {
display: inline-block;
width: auto;
}
.swe-woo-countdown-slider .item-detail .item-img a.button {
display: none;
}
.swe-woo-countdown-slider.style-2 .item-detail {
display: flex;
}
.swe-woo-countdown-slider.style-2 .item-detail .item-img {
flex: 1;
margin-right: 20px;
}
.swe-woo-countdown-slider.style-2 .item-detail .item-img img {
margin-bottom: 0px;
}
.swe-woo-countdown-slider.style-2 .item-detail .item-content {
flex: 1;
text-align: left;
}
.swe-woo-countdown-slider.style-2 .countdown-info.bottom {
text-align: left;
position: absolute;
top: auto;
bottom: 0;
transform: none;
width: 100%;
}
.swe-woo-countdown-slider.style-2 .countdown-info.bottom .count-title p {
margin-bottom: 0px;
}
.swe-woo-related-slider .title-deals,
.swe-woo-related-slider .product-countdown,
.swe-woo-upsells-slider .title-deals,
.swe-woo-upsells-slider .product-countdown {
display: none;
}
.swe-related-and-upsells.swe-woo-tab-slider .swe-wrap-head .swe-tab-head {
display: flex;
}
.swe-related-and-upsells.swe-woo-tab-slider .swe-wrap-head .swe-wrap-tab-head {
justify-content: flex-start;
}
.swe-related-and-upsells.swe-woo-tab-slider
.swe-wrap-head
.swe-wrap-tab-head
.swe-tab-title {
font-size: 18px;
color: var(--main-color);
}
.swe-woo-tab-slider .swe-title h2 {
margin-bottom: 0px;
}
.swe-woo-tab-slider .swe-wrap-head {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.swe-woo-tab-slider .swe-wrap-head .swe-wrap-tab-head {
flex: 1;
justify-content: flex-end;
}
.swe-woo-tab-slider .swe-wrap-tab-content {
max-width: 100%;
}
.swe-woo-tab-slider.style-2 .swe-wrap-head {
min-width: 30%;
flex: 0 0 30%;
margin-bottom: 0px;
flex-direction: column;
align-items: stretch;
text-align: left;
margin-right: 20px;
}
.swe-woo-tab-slider.style-2 .swe-wrap-head .swe-wrap-tab-head {
justify-content: stretch;
display: flex;
flex: 1;
flex-direction: column;
}
.swe-woo-tab-slider.style-2 .swe-wrap-head .swe-wrap-tab-head a {
display: block;
}
.swe-woo-products-list .swe-list-wrapper{
list-style: none;
margin: 0;
padding: 0;
display: grid;
}
.swe-woo-products-list .swe-list-wrapper .product{
display: flex;
flex-direction: column;
overflow: hidden;
}
.swe-woo-products-list .swe-list-wrapper .product .thumbnail-link{
display: block;
flex-shrink: 0;
overflow: hidden;
}
.elementor-element.swe-thumbnail-left .swe-woo-products-list .swe-list-wrapper .product{
flex-direction: row;
}
.elementor-element.swe-thumbnail-right .swe-woo-products-list .swe-list-wrapper .product{
flex-direction: row-reverse;
}
@media (max-width: 767px) {
.swe-woo-tab-slider.style-2 .swe-wrap-head {
margin-right: 0px !important;
flex-direction: row;
margin-bottom: 20px;
}
.swe-woo-tab-slider.style-2 .swe-wrap-head .swe-wrap-tab-head {
flex-direction: row;
justify-content: flex-end;
}
}
@media (min-width: 768px) {
.swe-woo-tab-slider.style-2 .swe-wrap-head {
margin-bottom: 0px !important;
}
}
.swe-woo-cart {
position: relative;
}
.swe-woo-cart:hover .img-logo-hover {
opacity: 1 !important;
}
.swe-woo-cart .input-toggle {
display: none;
}
.swe-woo-cart .swe-wrap-cart-head {
display: flex;
align-items: center;
cursor: pointer;
font-weight: 400;
}
.swe-woo-cart .swe-wrap-cart-head.icon-left .swe-cart-icon {
order: 1;
}
.swe-woo-cart .swe-wrap-cart-head.icon-left .swe-cart-subtotal {
order: 2;
margin-left: 10px;
}
.swe-woo-cart .swe-wrap-cart-head.icon-right .swe-cart-icon {
order: 2;
}
.swe-woo-cart .swe-wrap-cart-head.icon-right .swe-cart-subtotal {
order: 1;
margin-right: 10px;
}
.swe-woo-cart .swe-wrap-cart-head .swe-cart-icon {
position: relative;
font-size: 24px;
transition: 300ms;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.swe-woo-cart .swe-wrap-cart-head .swe-cart-icon.cart-image-icon {
width: auto;
height: auto;
}
.swe-woo-cart .swe-wrap-cart-head .swe-cart-icon i {
top: 50%;
right: 50%;
transform: translate(50%, -50%);
position: absolute;
}
.swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .image-icon {
width: 30px;
height: 30px;
}
.swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .image-icon img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 300ms;
}
.swe-woo-cart
.swe-wrap-cart-head
.swe-cart-icon
.image-icon
img.img-logo-hover {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: 200ms;
}
.swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .swe-cart-count {
position: absolute;
top: 0;
left: 100%;
transform: translate(-50%, -50%);
font-size: 12px;
width: 18px;
height: 18px;
line-height: 18px;
border-radius: 20px;
}
.swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal {
font-size: 16px;
text-align: left;
}
.swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .text {
margin-right: 3px;
}
.swe-woo-cart .swe-wrap-cart-content {
background: var(--white-color);
border: 1px solid var(--border-color);
}
.swe-woo-cart .swe-wrap-cart-content .swe-wrap-cart-top {
display: flex;
justify-content: space-between;
font-size: 18px;
}
.swe-woo-cart .swe-wrap-cart-content .swe-wrap-cart-top .cart-title {
font-size: inherit;
margin-bottom: 0px;
font-weight: 600;
}
.swe-woo-cart .swe-wrap-cart-content .swe-wrap-cart-top .swe-close {
font-size: inherit;
cursor: pointer;
}
.swe-woo-cart .swe-wrap-cart-content .swe-wrap-cart-top .swe-close i {
margin-left: 5px;
}
.swe-woo-cart .woocommerce-mini-cart__empty-message {
margin-bottom: 0px;
padding: 15px 0;
font-size: 16px;
width: 100%;
}
.swe-woo-cart ul.woocommerce-mini-cart {
margin: 0px;
list-style: none;
overflow-y: auto;
}
.swe-woo-cart ul.woocommerce-mini-cart::-webkit-scrollbar {
width: 5px;
}
.swe-woo-cart ul.woocommerce-mini-cart::-webkit-scrollbar-thumb {
background-color: darkgrey;
}
.swe-woo-cart ul.woocommerce-mini-cart .blockUI:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
font-family: "Font Awesome 5 Free";
font-weight: 900;
line-height: inherit;
vertical-align: baseline;
content: "\f110";
animation: fa-spin 0.8s linear infinite;
height: 30px;
width: 30px;
line-height: 30px;
font-size: 30px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -15px;
margin-top: -15px;
}
.swe-woo-cart ul.woocommerce-mini-cart li {
width: 100%;
display: inline-block;
clear: both;
padding: 10px 0px;
border-bottom: 0px;
}
.swe-woo-cart ul.woocommerce-mini-cart li + li {
border-top: 1px solid var(--border-color);
}
.swe-woo-cart ul.woocommerce-mini-cart li img {
float: left;
margin-right: 10px;
width: 70px;
}
.swe-woo-cart ul.woocommerce-mini-cart li a {
display: block;
text-align: left;
font-size: 16px;
font-weight: 600;
color: var(--default-color);
text-decoration: none;
}
.swe-woo-cart ul.woocommerce-mini-cart li a:hover {
color: var(--second-color);
}
.swe-woo-cart ul.woocommerce-mini-cart li a.remove {
float: right;
font-size: 22px;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
color: red;
text-indent: unset;
text-decoration: none;
outline: none;
}
.swe-woo-cart ul.woocommerce-mini-cart li a.remove:before {
display: none;
}
.swe-woo-cart ul.woocommerce-mini-cart li .quantity {
text-align: left;
display: block;
font-size: 16px;
}
.swe-woo-cart .total,
.swe-woo-cart .buttons {
display: flex;
justify-content: space-between;
font-size: 18px;
margin-bottom: 0px;
}
.swe-woo-cart .total {
padding: 15px 0;
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
}
.swe-woo-cart .total .amount {
font-weight: 600;
color: var(--price-color);
}
.swe-woo-cart .buttons {
padding-top: 10px;
margin-top: 0px;
}
.swe-woo-cart .buttons .button {
flex: 1;
text-align: center;
height: 50px;
line-height: 50px;
padding: 0;
display: inline-block;
background: var(--light-gray-color);
}
.swe-woo-cart .buttons .button:hover {
background: var(--gray-color);
}
.swe-woo-cart .buttons .button + .button {
margin-left: 10px;
}
.swe-woo-cart.cart-hover .swe-wrap-cart-top {
display: none;
}
.swe-woo-cart.cart-hover .swe-wrap-cart-content {
border-radius: 3px;
padding: 10px;
position: absolute;
top: 100%;
width: 350px;
right: 0;
transform: translateY(30px);
transition: 200ms;
z-index: 5;
opacity: 0;
visibility: hidden;
}
.swe-woo-cart.cart-hover ul.woocommerce-mini-cart {
max-height: 350px;
}
.swe-woo-cart.cart-hover:hover .swe-wrap-cart-content {
transform: translateY(0px);
opacity: 1;
visibility: visible;
}
.swe-woo-cart.cart-hover .woo-cart-open {
margin: 0px;
}
.swe-woo-cart.cart-canvas {
--width-cart-content: 450px;
}
.swe-woo-cart.cart-canvas label {
margin-left: 0px;
}
.swe-woo-cart.cart-canvas .swe-wrap-cart-top {
padding-bottom: 20px;
border-bottom: 1px solid var(--border-color);
}
.swe-woo-cart.cart-canvas .woo-cart-mask {
width: 100vw;
height: 100vh;
position: fixed;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
transition: 200ms ease-out;
visibility: hidden;
opacity: 0;
z-index: 999;
cursor: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 18 18' fill='%23fff'%3e%3cpath d='M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z'/%3e%3c/svg%3e"),
pointer;
}
.swe-woo-cart.cart-canvas .swe-wrap-cart-content {
position: fixed;
top: 0;
width: var(--width-cart-content);
max-width: 75%;
right: 0;
height: 100%;
z-index: 999;
padding: 20px;
display: flex;
transition: 300ms;
flex-direction: column;
transform: translateX(100%);
border: 0;
border-left: 1px solid var(--border-color);
}
.swe-woo-cart.cart-canvas .input-toggle:checked ~ .woo-cart-mask {
opacity: 1;
visibility: visible;
}
.swe-woo-cart.cart-canvas .input-toggle:checked ~ .swe-wrap-cart-content {
transform: translateX(0);
}
.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom {
height: calc(100% - 50px);
align-items: center;
display: flex;
flex-direction: column;
flex: 1;
}
.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom ul {
flex: 1;
}
.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom > * {
width: 100%;
}
.swe-collections ul{
margin: 0;
}
.swe-collections .swe-collections-wrapper{
display: grid;
list-style: none;
margin: 0;
}
.swe-collections .swe-collections-wrapper > li .swe-wrap-image{
margin-bottom: 10px;
}
.swe-collections .swe-collections-wrapper > li .swe-wrap-image > a{
display: block;
position: relative;
}
.swe-collections .swe-collections-wrapper > li .swe-wrap-image > a:before{
content: '';
display: block;
width: 60px;
height: 60px;
border-radius: 50%;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3Cpath d='M3 16c0-.69.56-1.25 1.25-1.25h20.537l-7.432-7.628a1.25 1.25 0 1 1 1.79-1.744l9.497 9.747a1.246 1.246 0 0 1 0 1.75l-9.497 9.747a1.25 1.25 0 1 1-1.79-1.744l7.432-7.628H4.25C3.56 17.25 3 16.69 3 16'/%3E%3C/svg%3E");
background-repeat: no-repeat no-repeat;
background-position: center center;
background-size: 20px;
background-color:#fff;
position: absolute;
top: calc( 50% - 30px );
left: calc( 50% - 30px );
transition-delay: 0.2s;
transition-duration: 0.2s;
opacity: 0;
transform: translateX( -100px );
z-index: 1;
}
.swe-collections .swe-collections-wrapper > li .swe-wrap-image > a:after{
content: '';
display: block;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 0;
background: rgba(0,0,0,0.3);
transition: 0.3s;
width: 100%;
opacity: 0;
}
.swe-collections .swe-collections-wrapper > li:hover .swe-wrap-image > a:before{
transform: translateX(0);
opacity: 1;
}
.swe-collections .swe-collections-wrapper > li:hover .swe-wrap-image > a:after{
opacity: 1;
}
.swe-collections .swe-collections-wrapper > li .swe-wrap-content{
display: flex;
flex-wrap: wrap;
}
.swe-collections .swe-collections-wrapper > li .swe-wrap-content > *{
width: 100%;
}
.swe-collections .swe-title, .swe-collections .category-counter, .swe-collections .swe-description{
margin-bottom: 5px;
}
.swe-collections.layout-style-2 .swe-collections-wrapper > li{
display: grid;
grid-template-columns: 50% 50%;
}
.swe-collections.layout-style-2 .swe-collections-wrapper > li .swe-wrap-content{
padding: 0 30px 0 60px;
}.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-1 > li:nth-child( 2n ).swe-wrap-content, 
.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+3 ) .swe-wrap-content,
.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+4 ) .swe-wrap-content{
padding: 0 60px 0 30px;
}
.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-1 > li:nth-child( 2n ) > .swe-wrap-image, 
.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+3 ) > .swe-wrap-image,
.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+4 ) > .swe-wrap-image{
order: 1;
}
.swe-collections.layout-style-3  .swe-title a{
display: inline-block;
vertical-align: top;
}
.swe-collections.layout-style-4 .swe-collections-wrapper > li{
display: grid;
}
.swe-collections.layout-style-4 .swe-collections-wrapper > li:nth-child( 2n ) > .swe-wrap-image{
order: 1;
}
.swe-collections.layout-style-3 .swe-collections-wrapper .swe-wrap-item{
position: relative;
}
.swe-collections.layout-style-3 .swe-collections-wrapper > li img{
margin-bottom: 0;
}
.swe-collections.layout-style-3 .swe-collections-wrapper .swe-wrap-item .swe-wrap-content{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.swe-collections.layout-style-5 .swe-collections-wrapper .item-content-heading{
display: flex;
column-gap: 10px;
}
.swe-collections.layout-style-6 .swe-collections-wrapper > li{
display: grid;
grid-template-columns: 42% calc( 58% - 30px );
grid-column-gap: 30px;
align-items: center;
}
.swe-collections.layout-style-6 .swe-collections-wrapper > li .item-content-left{
display: flex;
flex-direction: row-reverse;
column-gap: 30px;
align-items: center;
}
.swe-collections.layout-style-6 .swe-collections-wrapper > li .item-content-left > div{
width: calc( 50% - 15px );
}
.swe-collections.layout-style-6 .swe-collections-wrapper > li:nth-child(2n){
grid-template-columns: calc( 58% - 30px ) 42%;
}
.swe-collections.layout-style-6 .swe-collections-wrapper > li:nth-child(2n) .item-content-left{
order: 1;
}
.swe-collections.layout-style-6 .swe-collections-wrapper > li:nth-child(2n){
flex-direction: row;
}
.swe-collections.layout-style-6 .swe-collections-wrapper .slick-track{
padding: 0;
}
.swe-collections .item-more > a{
background: #222;
color: #fff;
padding: 7px 10px;
display: inline-block;
}
.swe-collections {
text-align: center;
}
.swe-collections .collection-loadmore {
display: inline-block;
border: 1px solid #000;
text-align: center;
font-size: 12px;
color: #000;
text-transform: uppercase;
margin: 20px auto 60px;
background: #fff;
transition: all 0.3s;
font-weight: 700;
text-transform: uppercase;
padding: 10px 30px;
transition: all 0.3s ease-out;
}
.swe-collections .collection-loadmore.loading{
min-width: 120px;
height: 46px;
line-height: 44px;
border-color: transparent;
}
.swe-collections .collection-loadmore.loading:before,
.swe-collections .collection-loadmore.loading:after {
grid-area: 1/1;
--c:#0000 calc(100%/3),#046D8B 0 calc(2*100%/3),#0000 0;
--c1:linear-gradient(90deg,var(--c));
--c2:linear-gradient( 0deg,var(--c));
background: var(--c1),var(--c2),var(--c1),var(--c2);
background-size: 300% 2px,2px 300%;
background-repeat: no-repeat;
animation: loading 1.5s infinite;
}
.swe-collections .collection-loadmore.loading:after {
animation-delay: -.75s;
}
@keyframes loading {
0%   {background-position: 50%  0,100% 100%,0    100%,0 0}
25%  {background-position: 0    0,100% 50% ,0    100%,0 0}
50%  {background-position: 0    0,100% 0   ,50%  100%,0 0}
75%  {background-position: 0    0,100% 0   ,100% 100%,0 50%}
75.01%{background-position: 100% 0,100% 0   ,100% 100%,0 50%}
100% {background-position: 50%  0,100% 0   ,100% 100%,0 100%}
}
.swe-collections .collection-loadmore:hover {
background: #fff;  
transition: all 0.3s;
color: var(--primary-color);
border: 1px solid var(--primary-color);
}
.swe-collections .collection-loadmore:before {
content: attr(data-title);
}
.swe-collections .collection-loadmore.loaded:before {
content: attr(data-loaded);
}
.collection-desktop-10{
grid-template-columns: repeat(10, 1fr);
}
.collection-desktop-9{
grid-template-columns: repeat(9, 1fr);
}
.collection-desktop-8{
grid-template-columns: repeat(8, 1fr);
}
.collection-desktop-7{
grid-template-columns: repeat(7, 1fr);
}
.collection-desktop-6{
grid-template-columns: repeat(6, 1fr);
}
.collection-desktop-5{
grid-template-columns: repeat(5, 1fr);
}
.collection-desktop-4{
grid-template-columns: repeat(4, 1fr);
}
.collection-desktop-3{
grid-template-columns: repeat(3, 1fr);
}
.collection-desktop-2{
grid-template-columns: repeat(2, 1fr);
}
.collection-desktop-1{
grid-template-columns: 100%;
}
@media( max-width: 1024px ){
.swe-collections.layout-style-6 .swe-collections-wrapper > li, .swe-collections.layout-style-6 .swe-collections-wrapper > li:nth-child(2n){
grid-template-columns: 100%;
grid-row-gap: 30px;
}
.swe-collections.layout-style-2 .swe-collections-wrapper > li{
grid-template-columns: 100%;
}
.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-1 > li:nth-child( 2n ), 
.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+3 ), 
.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+4 ){
display: block;
}
}
@media( max-width: 1024px ) and ( min-width: 768px ){
.collection-tablet-10{
grid-template-columns: repeat(10, 1fr);
}
.collection-tablet-9{
grid-template-columns: repeat(9, 1fr);
}
.collection-tablet-8{
grid-template-columns: repeat(8, 1fr);
}
.collection-tablet-7{
grid-template-columns: repeat(7, 1fr);
}
.collection-tablet-6{
grid-template-columns: repeat(6, 1fr);
}
.collection-tablet-5{
grid-template-columns: repeat(5, 1fr);
}
.collection-tablet-4{
grid-template-columns: repeat(4, 1fr);
}
.collection-tablet-3{
grid-template-columns: repeat(3, 1fr);
}
.collection-tablet-2{
grid-template-columns: repeat(2, 1fr);
}
.collection-tablet-1{
grid-template-columns: 100%;
}
}
@media( max-width: 767px ){
.collection-mobile-4{
grid-template-columns: repeat(4, 1fr);
}
.collection-mobile-3{
grid-template-columns: repeat(3, 1fr);
}
.collection-mobile-2{
grid-template-columns: repeat(2, 1fr);
}
.collection-mobile-1{
grid-template-columns: 100%;
}
.swe-collections.layout-style-6 .swe-collections-wrapper > li .item-content-left{
flex-wrap: wrap;
}
.swe-collections.layout-style-6 .swe-collections-wrapper > li .item-content-left > div{
width: 100%;
row-gap: 30px;
}
.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-1 > li:nth-child( 2n ).swe-wrap-content, 
.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+3 ) .swe-wrap-content, 
.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+4 ) .swe-wrap-content,
.swe-collections.layout-style-2 .swe-collections-wrapper > li .swe-wrap-content{
padding: 0;
}
}#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:10000; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} #cboxOverlay{background:#000;}
#colorbox{outline:0;}
#cboxTopLeft{width:14px; height:14px; background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) no-repeat 0 0;}
#cboxTopCenter{height:14px; background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/border.png) repeat-x top left;}
#cboxTopRight{width:14px; height:14px; background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) no-repeat -36px 0;}
#cboxBottomLeft{width:14px; height:43px; background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) no-repeat 0 -32px;}
#cboxBottomCenter{height:43px; background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/border.png) repeat-x bottom left;}
#cboxBottomRight{width:14px; height:43px; background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) no-repeat -36px -32px;}
#cboxMiddleLeft{width:14px; background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) repeat-y -175px 0;}
#cboxMiddleRight{width:14px; background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) repeat-y -211px 0;}
#cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxLoadingOverlay{background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/loading.gif) no-repeat center center;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;} #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-compare/assets/images/colorbox/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;} #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxPrevious{left:0px; background-position: -51px -25px;}
#cboxPrevious:hover{background-position:-51px 0px;}
#cboxNext{left:27px; background-position:-75px -25px;}
#cboxNext:hover{background-position:-75px 0px;}
#cboxClose{right:0; background-position:-100px -25px;}
#cboxClose:hover{background-position:-100px 0px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
.yith_woocompare_colorbox #cboxLoadedContent {
overflow: hidden !important;
}.selectBox-dropdown{min-width:150px;position:relative;border:solid 1px #bbb;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#f2f2f2;background:-moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8F8F8", endColorstr="#E1E1E1", GradientType=0);-moz-box-shadow:0 1px 0 hsla(0,0%,100%,.75);-webkit-box-shadow:0 1px 0 hsla(0,0%,100%,.75);box-shadow:0 1px 0 hsla(0,0%,100%,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;cursor:default}.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow{border-color:#666}.selectBox-dropdown.selectBox-menuShowing{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectBox-dropdown .selectBox-label{padding:2px 8px;display:inline-block;white-space:nowrap;overflow:hidden}.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:23px;height:100%;background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.gif) 50% center no-repeat;border-left:solid 1px #bbb}.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;border:solid 1px #bbb;background:#fff;-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);overflow:auto;-webkit-overflow-scrolling:touch}.selectBox-inline{min-width:150px;outline:none;border:solid 1px #bbb;background:#fff;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:auto}.selectBox-inline:focus{border-color:#666}.selectBox-options,.selectBox-options LI,.selectBox-options LI A{list-style:none;display:block;cursor:default;padding:0;margin:0}.selectBox-options LI A{line-height:1.5;padding:0 .5em;white-space:nowrap;overflow:hidden;background:6px center no-repeat}.selectBox-options LI.selectBox-hover A{background-color:#eee}.selectBox-options LI.selectBox-disabled A{color:#888;background-color:rgba(0,0,0,0)}.selectBox-options LI.selectBox-selected A{background-color:#c8def4}.selectBox-options .selectBox-optgroup{color:#666;background:#eee;font-weight:bold;line-height:1.5;padding:0 .3em;white-space:nowrap}.selectBox.selectBox-disabled{color:#888 !important}.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);border-color:#666}.selectBox-inline.selectBox-disabled{color:#888 !important}.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:rgba(0,0,0,0) !important}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@font-face{font-family:star;src:url(//masterofficedeco.sn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(//masterofficedeco.sn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(//masterofficedeco.sn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(//masterofficedeco.sn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(//masterofficedeco.sn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(//masterofficedeco.sn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container::after,div.pp_woocommerce .pp_content_container::before{content:" ";display:table}div.pp_woocommerce .pp_content_container::after{clear:both}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(//masterofficedeco.sn/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover{border-color:#000}div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;font-family:WooCommerce;content:"\e00b";text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover::before,div.pp_woocommerce .pp_previous:hover::before{display:block}div.pp_woocommerce .pp_previous::before{left:1em}div.pp_woocommerce .pp_next::before{right:1em;font-family:WooCommerce;content:"\e008"}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close::before{font-family:WooCommerce;content:"\e013";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before{font-family:WooCommerce;content:"\e00b";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next::before{content:"\e008"}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract::before,div.pp_woocommerce a.pp_expand::before{font-family:WooCommerce;content:"\e005";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract::before{content:"\e004"}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:right}@media only screen and (max-width:768px){div.pp_woocommerce{left:5%!important;right:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before,div.pp_woocommerce .pp_close::before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}div.pp_woocommerce .pp_details{width:100%!important}.pp_content{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content select,.yith-wcwl-popup-content input[type=text]{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-content .wishlist-select{box-sizing:border-box}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-block:0 15px}.yith-wcwl-popup-content .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-content .heading-icon img,.yith-wcwl-popup-feedback .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-feedback .heading-icon img{width:70px;height:70px}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px !important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto !important}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:"";margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em !important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{display:flex;flex-direction:column;align-items:center}.yith-wcwl-add-to-wishlist a.button:not(.theme-button-style){padding:7px 10px}.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist .add_to_wishlist img{height:auto;width:25px;color:var(--add-to-wishlist-icon-color, #000)}.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{color:var(--added-to-wishlist-icon-color, #000)}.yith-wcwl-wishlistaddedbrowse{display:flex;flex-direction:column;align-items:center}.yith-wcwl-wishlistaddedbrowse .feedback{display:flex;align-items:center;justify-content:center;gap:5px;text-wrap:balance}.yith-wcwl-add-to-wishlist--single .yith-wcwl-add-button ul.yith-wcwl-dropdown{left:0}.yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;background:#fff;position:absolute;z-index:15;top:100%;border:1px solid #cdcdcd;outline-offset:-10px;left:50%;min-width:200px}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute;left:50%;transform:translateX(-50%)}.with-tooltip .yith-wcwl-tooltip:before{content:"";display:block;position:absolute;top:0;left:50%;transform:translate(-50%, -95%);width:0;height:0;background:rgba(0,0,0,0) !important;border-left:5px solid rgba(0,0,0,0) !important;border-right:5px solid rgba(0,0,0,0) !important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style){background-color:var(--color-add-to-wishlist-background, #333333);background:var(--color-add-to-wishlist-background, #333333);color:var(--color-add-to-wishlist-text, #ffffff);border-color:var(--color-add-to-wishlist-border, #333333);border-radius:var(--rounded-corners-radius, 16px)}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style):hover{background-color:var(--color-add-to-wishlist-background-hover, #4f4f4f);background:var(--color-add-to-wishlist-background-hover, #4f4f4f);color:var(--color-add-to-wishlist-text-hover, #ffffff);border-color:var(--color-add-to-wishlist-border-hover, #4f4f4f)}.yith-wcwl-tooltip,.with-tooltip .yith-wcwl-tooltip:before,.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{background-color:var(--tooltip-color-background, #333333);border-bottom-color:var(--tooltip-color-background, #333333);border-top-color:var(--tooltip-color-background, #333333);color:var(--tooltip-color-text, #ffffff)}.wishlist-title{display:inline-block}.wishlist-title:hover a.show-title-form{visibility:visible}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden;display:inline-flex;align-items:center;padding:2px 7px;gap:5px}.wishlist-title a.show-title-form svg.yith-wcwl-icon-svg,.wishlist-title a.show-title-form img{width:20px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.hidden-title-form{position:relative;margin:25px 0 39px}.hidden-title-form .edit-title-buttons{position:absolute;right:5px;top:calc(50% - 15px)}.hidden-title-form>input[type=text]{padding-right:65px;line-height:1;min-height:30px}.hidden-title-form a{cursor:pointer;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle;font-size:1.3em}.hidden-title-form a i{margin:0;display:inline-block}.yes-js .hidden-title-form{display:none}table.wishlist_table{font-size:80%}table.wishlist_table.shop_table{width:100%}table.wishlist_table.shop_table .product-remove{width:0}table.wishlist_table.shop_table .product-remove>div{display:flex;align-items:center;justify-content:center}table.wishlist_table tr{position:relative}table.wishlist_table tr th{text-align:center}table.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}table.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}table.wishlist_table tr th.product-thumbnail{width:80px}table.wishlist_table tr th.product-name{text-align:left}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table thead th,table.wishlist_table tbody td{border-color:#e7e7e7}table.wishlist_table tbody td.wishlist-empty,p.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.wishlist-delete,.wishlist_table tr th.product-checkbox{text-align:center}.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.product-name,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy,.wishlist_table tfoot td{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table !important;margin:0 auto 5px !important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px !important;display:inline-flex !important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .product-add-to-cart .variations_form,.wishlist_table .product-add-to-cart.yith_wccl_is_custom .variations_form .variations{margin:15px 0}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px !important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.modern_grid li.wishlist-empty,.wishlist_table.images_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.images_grid.products li.product.first,.wishlist_table.images_grid.products li.product.last{clear:none}.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){clear:both}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.modern_grid li .item-details{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.images_grid li .product-thumbnail{position:relative}.wishlist_table.modern_grid li .product-thumbnail .product-checkbox,.wishlist_table.images_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:"";display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.modern_grid li .item-details h3,.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3{margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table,.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info{border:none;margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table td,.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td{border:none;font-size:.8em;padding:3px;vertical-align:top}.wishlist_table.modern_grid li .item-details table.item-details-table td.label,.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.modern_grid li .item-details table.item-details-table td.value,.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.modern_grid li .item-details table.item-details-table td.value input,.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input{width:auto}.wishlist_table.modern_grid li .item-details .product-add-to-cart,.wishlist_table.images_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .move-to-another-wishlist,.wishlist_table.images_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .product-remove,.wishlist_table.images_grid li .item-details .product-remove{text-align:right}.wishlist_table.modern_grid li .item-details .product-remove a,.wishlist_table.images_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img{max-width:32px;display:inline-block;margin-right:10px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.delete_item>.yith-wcwl-icon-svg{vertical-align:bottom}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.yith-wcwl-add-button>a i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.wishlist-title a.show-title-form i,.hidden-title-form button i,.yith-wcwl-wishlist-new button i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_manage_table tfoot a.create-new-wishlist i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.wishlist_table .add_to_cart.button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.wishlist_table a.ask-an-estimate-button,.wishlist-title a.show-title-form,.hidden-title-form a.hide-title-form,.woocommerce .yith-wcwl-wishlist-new button,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-button .add_to_wishlist img{margin-right:5px}.add-to-wishlist-before_image{position:relative}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0;display:flex;gap:5px;align-items:center}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:grid;place-items:center;border:none;min-width:26px;min-height:26px;border-radius:5px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.yith-wcwl-share li a svg{width:15px;height:15px}.yith-wcwl-share li a.email svg{width:17px;height:17px}.yith-wcwl-share ul li,.entry-content .yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.copy-trigger{cursor:pointer}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right;display:flex;gap:15px}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action button,.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action input[type=submit],.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action a{margin:0}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action,.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:none;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0 !important;width:100%}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .product-thumbnail,.wishlist_manage_table.modern_grid li .item-details{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{width:100%}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:none;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0 !important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style){background:var(--color-add-to-cart-background, #333333);color:var(--color-add-to-cart-text, #ffffff);border-color:var(--color-add-to-cart-border, #333333);border-radius:var(--add-to-cart-rounded-corners-radius, 16px)}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style):hover{background:var(--color-add-to-cart-background-hover, #4f4f4f);color:var(--color-add-to-cart-text-hover, #ffffff);border-color:var(--color-add-to-cart-border-hover, #4f4f4f)}.woocommerce .hidden-title-form button,.yith-wcwl-wishlist-new .create-wishlist-button,.wishlist_manage_table tfoot button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{background:var(--color-button-style-1-background, #333333);color:var(--color-button-style-1-text, #ffffff);border-color:var(--color-button-style-1-border, #333333)}.woocommerce .hidden-title-form button:hover,.yith-wcwl-wishlist-new .create-wishlist-button:hover,.wishlist_manage_table tfoot button.submit-wishlist-changes:hover,.yith-wcwl-wishlist-search-form button.wishlist-search-button:hover{background:var(--color-button-style-1-background-hover, #333333);color:var(--color-button-style-1-text-hover, #ffffff);border-color:var(--color-button-style-1-border-hover, #333333)}.woocommerce .wishlist-title a.show-title-form,.woocommerce .hidden-title-form a.hide-title-form,.wishlist_manage_table tfoot a.create-new-wishlist{background:var(--color-button-style-2-background, #333333);color:var(--color-button-style-2-text, #ffffff);border-color:var(--color-button-style-2-border, #333333)}.woocommerce .wishlist-title a.show-title-form:hover,.woocommerce .hidden-title-form a.hide-title-form:hover,.wishlist_manage_table tfoot a.create-new-wishlist:hover{background:var(--color-button-style-2-background-hover, #333333);color:var(--color-button-style-2-text-hover, #ffffff);border-color:var(--color-button-style-2-border-hover, #333333)}.woocommerce table.shop_table.wishlist_table tr td{background:var(--color-wishlist-table-background, #ffffff);color:var(--color-wishlist-table-text, #6d6c6c);border-color:var(--color-wishlist-table-border, #cccccc)}.wishlist_table thead tr th,.wishlist_table tfoot td td,.widget_yith-wcwl-lists ul.dropdown li.current a,.widget_yith-wcwl-lists ul.dropdown li a:hover,.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a,.selectBox-dropdown-menu.selectBox-options li.selectBox-hover a{background:var(--color-headers-background, #f4f4f4)}.yith-wcwl-share li a{color:var(--color-share-button-color, #ffffff)}.yith-wcwl-share li a:hover{color:var(--color-share-button-color-hover, #ffffff)}.yith-wcwl-share a.facebook{background:var(--color-fb-button-background, #39599e)}.yith-wcwl-share a.facebook:hover{background:var(--color-fb-button-background-hover, #39599e)}.yith-wcwl-share a.twitter{background:var(--color-tw-button-background, #45afe2)}.yith-wcwl-share a.twitter:hover{background:var(--color-tw-button-background-hover, #39599e)}.yith-wcwl-share a.pinterest{background:var(--color-pr-button-background, #ab2e31)}.yith-wcwl-share a.pinterest:hover{background:var(--color-pr-button-background-hover, #39599e)}.yith-wcwl-share a.email{background:var(--color-em-button-background, #fbb102)}.yith-wcwl-share a.email:hover{background:var(--color-em-button-background-hover, #39599e)}.yith-wcwl-share a.whatsapp{background:var(--color-wa-button-background, #00a901)}.yith-wcwl-share a.whatsapp:hover{background:var(--color-wa-button-background-hover, #39599e)}.woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb !important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(//masterofficedeco.sn/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto !important}.change-wishlist-selectBox-dropdown-menu{width:auto !important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto !important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;display:inline !important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px !important;height:16px !important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px !important}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.4);box-shadow:0 0 1px hsla(0,0%,100%,.4)}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0 !important}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative;display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto;margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:25px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:14px;line-height:20px}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;min-width:300px;display:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a,.widget_yith-wcwl-items .mini .items-counter>a{display:flex;align-items:flex-end}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon{display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon img,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon img{stroke-width:1.25;height:35px;width:35px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:"";display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative;display:flex;align-items:center;justify-content:center}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg{width:70px;height:70px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;font-size:14px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block !important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width: 768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}.yith-wcwl-pp-modal{position:fixed !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important;width:450px !important}.yith-wcwl-pp-modal .yith-wcwl-popup-form{padding:0}.yith-wcwl-pp-modal div.pp_content_container{padding:40px 35px;border-radius:15px;display:flex;box-shadow:rgba(24,53,62,.1) 0 11px 15px -7px,rgba(24,53,62,.07) 0px 24px 38px 3px,rgba(24,53,62,.06) 0px 9px 46px 8px;max-width:fit-content}.yith-wcwl-pp-modal div.pp_content_container .pp_content{width:380px !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content{padding:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .heading-icon{margin-top:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .create-wishlist-button{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .wishlist-select+.select2-container{width:100% !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content p.form-row.yith-wcwl-info-text{text-wrap:balance;text-align:center}.yith-wcwl-pp-modal div.pp_content_container .popup-description{margin-bottom:10px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon{color:var(--modal-colors-icon, #007565);height:auto;max-height:90px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light){stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light) *{stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-modal__content{padding:20px 55px 0;display:flex;flex-direction:column;gap:20px}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-popup-footer{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .popup_button,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button{transition:.2s;background:var(--modal-colors-primary-button, #007565);color:var(--modal-colors-primary-button-text, #fff);border:none;border-radius:8px;width:100%;box-sizing:border-box;display:block;padding:13px 25px;text-align:center;text-decoration:none;font-size:14px}.yith-wcwl-pp-modal div.pp_content_container .popup_button:hover,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button:hover,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button:hover{color:var(--modal-colors-primary-button-text-hover, #fff);background:var(--modal-colors-primary-button-hover, #007565)}.yith-wcwl-pp-modal div.pp_content_container .popup_button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .popup_button img,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button img,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button img{display:none}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper label.radio,.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{display:inline-block;float:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{clear:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.description{clear:both}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button{transition:.2s;border-radius:5px;background:var(--modal-colors-secondary-button, #08a889);color:var(--modal-colors-secondary-button-text, #fff);border:none}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button:hover{background:var(--modal-colors-secondary-button-hover, #08a889);color:var(--modal-colors-secondary-button-text-hover, #fff)}.yith-wcwl-pp-modal.feedback .pp_content_container{padding:20px 15px}.yith-wcwl-pp-modal select.change-wishlist,.yith-wcwl-pp-modal button.move-to-another-wishlist-button{box-sizing:border-box}