@charset "utf-8";
td.wishlist-empty{
text-align: center!important;
padding: 50px;
font-size: 2em;
}
.wishlist_table .add_to_cart{
line-height: 1.3;
padding: 7px 10px;
} #yith-wcwl-popup-message{
background: #fff;
border: 1px solid #dddddd;
padding: 15px 0;
font-size: 120%;
position: fixed;
text-align: center;
top: 50%;
left: 50%;
transform: translateX(50%);
width: 300px;
z-index: 10000; }
.wishlist-icon{
position: relative;
}
.wishlist-popup {
opacity: 0;
max-height: 0;
position: absolute;
overflow: hidden;
padding: 5px;
margin-top: -10px;
border-radius: 5px;
line-height: 1.3;
text-align: center;
font-size: .9em;
top:100%;
background-color: rgba(0,0,0,.8);
right:0;
color:#FFF;
transition: opacity .3s, max-height .3s;
transition-delay: .3s;
}
.wishlist-popup:after {
bottom: 100%;
right: 10px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: rgba(0,0,0,.8);
border-width: 10px;
margin-left: -10px;
}
.wishlist-icon:hover .wishlist-popup{
opacity: 1;
max-height: 200px;
overflow-y: auto;
}
.wishlist-popup a{
color:#ccc;
display: block;
}
.wishlist-popup a:hover{
color:#FFF;
}
.wishlist-icon.added:after{
background-color:red;
transform: translateY(-3px);
}
.wishlist-popup .ajax-loading,
.wishlist-popup .feedback{
display: none!important;
}
.wishlist-title {
margin-bottom: 20px;
}
#yith-wcwl-form .hidden-title-form,
#yith-wcwl-form .hide-title-form i,
.wishlist-title .button {
display: none;
} @media screen and (max-width: 768px) {
.wishlist-title,
.wishlist-empty,
.yith_wcwl_wishlist_footer {
text-align: center;
}
.share-icons-title {
display: none;
}
}
.wishlist_table.mobile {
list-style: none;
}
.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;
}
.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;
}
.rtl .wishlist_table.mobile li .item-wrapper .product-thumbnail {
margin-right: 0;
margin-left: 10px;
}
.wishlist_table.mobile li .item-wrapper .item-details {
display: inline-block;
width: calc(100% - 74px);
vertical-align: top;
}
.wishlist_table.mobile.with-checkbox li .additional-info-wrapper {
padding-left: 20px;
}
.rtl .wishlist_table.mobile.with-checkbox li .additional-info-wrapper {
padding-left: 0;
padding-right: 20px;
}
.wishlist_table.mobile li .additional-info-wrapper {
border-bottom: 1px solid #ececec;
width: calc(100% - 25px);
}
.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: 20px;
}
.wishlist_table.mobile .button.add_to_cart_button {
margin: 0;
}
.wishlist_table.mobile td {
border-bottom: none;
padding: 3px 0;
}
.wishlist_table.mobile li[id^="yith-wcwl-row-"] {
position: relative;
margin-top: 20px;
}
.wishlist_table.mobile .product-remove {
position: absolute;
top: 5px;
left: -12px;
width: 24px;
height: 24px;
line-height: 18px;
font-size: 18px;
border-radius: 100%;
color: #ccc;
font-weight: bold;
text-align: center;
border: 2px solid currentColor;
}
.rtl .wishlist_table.mobile .product-remove {
left: unset;
right: -12px;
}
.wishlist_table.mobile .product-remove a {
position: unset;
}
.wishlist_table.mobile .product-remove a i {
display: none;
}
.wishlist_table.mobile .product-remove a:after {
content: '×';
color: #ccc;
} .wishlist-popup .yith-wcwl-icon-svg {
display: none;
}
.wishlist-popup .yith-wcwl-add-to-wishlist {
margin-block-start: 0;
}
.yith-wcwl-add-button:not(.wishlist-popup .yith-wcwl-add-button) {
display: block;
margin-block-end: 1em;
}
.yith-wcwl-wishlistaddedbrowse:not(.wishlist-popup .yith-wcwl-wishlistaddedbrowse) {
display: block;
margin-block-end: 1em;
.feedback {
display: block;
justify-content: flex-start;
}
}
.ux-swatch{align-items:center;box-shadow:0 0 0 1px #d5d5d5;cursor:pointer;display:flex;justify-content:center;position:relative;white-space:nowrap}.ux-swatch:hover:not(.selected):not(.disabled){box-shadow:0 0 0 1px #999}.ux-swatch.disabled{opacity:.5}.ux-swatch__color{height:100%;width:100%}.ux-swatch__color--single-color{background:var(--swatch-color)}.ux-swatch__color--dual-color{background:linear-gradient(135deg,var(--swatch-color) 50%,var(--swatch-color-secondary) 50%)}.ux-swatch--color,.ux-swatch--image{height:var(--swatch-size-medium);padding:2px;width:var(--swatch-size-medium)}.ux-swatch--label{font-size:14px;min-height:var(--swatch-size-medium);min-width:var(--swatch-size-medium);padding:0 8px}.ux-swatch--color.disabled:before,.ux-swatch--image.disabled:before{background:#000!important;border:0;bottom:0;content:"";height:1px;left:0;margin:0!important;min-width:auto;padding:0!important;position:absolute;right:0;top:50%;transform:rotate(-45deg);width:100%}.ux-swatch--label.disabled{background:linear-gradient(to top left,transparent calc(50% - .031rem),#000,transparent calc(50% + .031rem))}.dark .ux-swatch--color.disabled:before,.dark .ux-swatch--image.disabled:before{background:#fff!important}.dark .ux-swatch--label.disabled{background:linear-gradient(to top left,transparent calc(50% - .031rem),#fff,transparent calc(50% + .031rem))}.ux-swatch--color .ux-swatch__text,.ux-swatch--image .ux-swatch__text{display:none}.ux-swatches{--swatch-size-x-small:15px;--swatch-size-small:20px;--swatch-size-medium:30px;--swatch-size-large:45px;--swatch-size-x-large:70px;align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin:5px 0}.ux-swatches--rounded *{border-radius:2px}.ux-swatches--circle *{border-radius:50%}.ux-swatches--circle .ux-swatch--label,.ux-swatches--circle .ux-swatches__limiter{border-radius:100px}.ux-swatches--circle .ux-swatch__color--dual-color{background:linear-gradient(180deg,var(--swatch-color) 50%,var(--swatch-color-secondary) 50%)}.ux-swatches--x-small .ux-swatch--color,.ux-swatches--x-small .ux-swatch--image{height:var(--swatch-size-x-small);width:var(--swatch-size-x-small)}.ux-swatches--small .ux-swatch--color,.ux-swatches--small .ux-swatch--image{height:var(--swatch-size-small);width:var(--swatch-size-small)}.ux-swatches--large .ux-swatch--color,.ux-swatches--large .ux-swatch--image{height:var(--swatch-size-large);width:var(--swatch-size-large)}.ux-swatches--x-large .ux-swatch--color,.ux-swatches--x-large .ux-swatch--image{height:var(--swatch-size-x-large);width:var(--swatch-size-x-large)}.ux-swatches--x-small .ux-swatch--label{min-height:var(--swatch-size-x-small);min-width:var(--swatch-size-x-small);padding:2px 8px}.ux-swatches--small .ux-swatch--label{min-height:var(--swatch-size-small);min-width:var(--swatch-size-small);padding:2px 8px}.ux-swatches--large .ux-swatch--label{min-height:var(--swatch-size-large);min-width:var(--swatch-size-large);padding:0 10px}.ux-swatches--x-large .ux-swatch--label{min-height:var(--swatch-size-x-large);min-width:var(--swatch-size-x-large);padding:0 15px}.ux-swatches__limiter{font-size:.8rem;line-height:unset;margin:0;min-height:unset;padding:2px}.ux-swatches.ux-swatches-in-loop{gap:8px;margin-bottom:.7em;width:100%}.ux-swatch-active .box-image .back-image{display:none!important}.has-hover .ux-swatch-active [class*=image-] img,.has-hover:hover .ux-swatch-active [class*=image-] img{filter:none;opacity:1;transform:none}.text-center .ux-swatches,.text-center .variations .label{justify-content:center}.text-right .ux-swatches,.text-right .variations .label{justify-content:flex-end}.text-center .ux-swatch+.ux-swatches__limiter,.text-center .ux-swatches-in-loop .ux-swatch,.text-right .ux-swatch+.ux-swatches__limiter,.text-right .ux-swatches-in-loop .ux-swatch{margin-left:0;margin-right:0}.ux-swatch-widget-layered-nav-list__graphic{display:flex;height:20px;margin-right:10px;padding:0;position:relative;width:20px}.chosen .ux-swatch-widget-layered-nav-list__graphic:before,.woocommerce-widget-layered-nav-list__item:hover .ux-swatch-widget-layered-nav-list__graphic:before{align-items:center;bottom:0;color:#fff;content:"";display:flex;font-family:fl-icons;font-size:10px;justify-content:center;left:0;position:absolute;right:0;top:2px}