.image-swatches ,.image-swatches{display: flex;flex-direction: row;}

table > tbody > tr > td > div > div > div > div > img,tbody > tr > td > div > div > img,body > div > div.mas-wishlist-container > div > div > div > div > div.product-info > div.mas-wishlist-add-to-cart > div > form > table > tbody > tr > td > div > div > div > div > div > img {
    height: 5px;
    width: 5px;
}
.mas-wishlist-template {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.mas-wishlist-product-info.mobile   {
    display: none;
}

.color-selection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.wishlist-item-actions {
    width: 23px;
    height: 23px;
    min-width: 23px;
    min-height: 23px;
}
.color-label {
    font-size: 22px;
    font-weight: 500;
    text-align: right;
    min-width: 25%;
}

.color-swatches {
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 30px;
    margin-bottom: 2px;
}

.color-swatch {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.color-swatch.selected:hover{
    border: 1.8px solid #222 !important;
}

.color-swatch.selected {
    transform: scale(1.2);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.5) !important;
    border: 1.8px solid #222 !important;
}


.color-tooltip {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fafafa;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none !important;
}

.color-swatch:hover .color-tooltip {
    opacity: 1;
}

.variation-wrapper {
    margin-bottom: 15px;
    direction: ltr;
}

.variation-label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.variation-box {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 5px;
    transition: all 0.3s ease-in-out;
}

.variation-box:hover {
    border-color: #e8e8e8;
    background: #f1f1f1;
    border: 1.8px solid #222;
}

.variation-box.selected {
    background: #e8e8e8 !important;
    transform: scale(1.1) !important;
    border: 1.8px solid #222 !important;
}

.wishlist-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: 1px solid #ddd;
    max-width: 1366px;
    min-height: 300px;
    height: 300px;
    justify-content: space-between;
}


.product-info {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center !important;
    width: 80%;
}

.mas-wishlist-product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: 90%;
}

h1.mas-wishlist-item-name {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-size: 20px;
    color: #6A90A5;
    text-decoration: underline;
}

span.mas-wishlist-product-sku {
    padding-bottom: 40px;
    display: flex;
    font-size: 15px;
    gap: 10px;
    position: relative;
    height: 15px;
    min-width: 15px;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    height:25px;
    C
}
span.mas-icon-barcode {
            width: 25px;
            height: 25px;
            min-width: 25px;
            min-height: 25px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
}

.mas-wishlist-price-before{
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: line-through;
    color: #ddd;
    font-size: 16px;
}


span.mas-wishlist-regular-price-label {
}

.mas-wishlist-price-disscount {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #6A90A5;
    border: 1px solid #6A90A5;
    border-radius: 10px;
    width: 120px;
    height: 80px;
    min-width: 120px;
    min-height: 80px;
}

span.mas-wishlist-disscount-price-label {
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
}

.mas-wishlis-add_to_cart,
form.variations_form.cart{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

table.variations {
    width: 600px;
    padding-right: 50px;
    padding-left: 30px;
}

.variation-swatches {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

.mas-wishlist-container {
    display: flex !important;
    justify-content: center !important;
    padding: 0 20px !important; 
    width: 100% !important;
    max-width: 1366px !important;
}

.mas-wishlist-wrapper {
    width: 100% !important;
    max-width: 1366px !important;
    margin: 0 auto !important;
    padding: 30px 0 !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.wishlist-item:first-child {
    border-top: 1px solid #ddd;
}
.mas__add_to_cart,
.selection_variations {
    width: 100%;
}

body > div.mas-wishlist-container > div > div > div > div.product-info > div.mas-wishlist-add-to-cart > div > form > table > tbody > tr > th {
    padding-left: 20px;
}

body > div.mas-wishlist-container > div > div > div > div.product-info > div.mas-wishlist-add-to-cart > div > form > table > tbody > tr > th {
    text-align: left;
}










.quantity-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 60px;
    background-color: #b5b5b5;
    border-radius: 20px;
    border: 1px solid black;
    justify-content: center;
    flex-wrap: nowrap;
    height: 100%;
}

.quantity-btn {
    width: 100%;
    height: 0px;
    background-color: #b5b5b5;
    color: #ddd;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0px;
}

.quantity-btn:hover {
    background-color: #555;
}

.custom-quantity {
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    color: black;
    border: 1px solid;
    outline: none;
    pointer-events: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}



button.quantity-btn.plus {
    border-radius: 25px 25px 0px 0px;
    height: 18px;
    cursor: pointer;
    display: block;
    align-items: center;
    padding-bottom: 20px;
}

button.quantity-btn.minus {
    border-radius: 0px 0px 25px 25px;
    height: 18px;
    cursor: pointer;
    display: block;
    align-items: center;
    padding-bottom: 20px;
}
/* 🔹 כפתור וריאציה חסום (חובה לבחור וריאציה) */
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    width: 240px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 30px;
    color: #aaa;
    font-size: 16px !important;
    font-weight: 550;
    background: #f5f5f5 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    pointer-events: none !important;
    height: 40px;
    min-height: 40px;
    padding: 0px 0px;
    transition: none !important;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover {
    background: #f5f5f5 !important;
    color: #aaa !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
     height: 40px;
     min-height: 40px;
}

/* 🔹 כפתור וריאציה פעיל (אחרי שנבחרה וריאציה) */
button.single_add_to_cart_button.button.alt.ajax_add_to_cart,
button.single_add_to_cart_button.button.alt {
    width: 240px;
    margin-top: 20px;
    padding: 0px 0px;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #fafafa;
    font-size: 16px;
    font-weight: 550;
    background: linear-gradient(135deg, #abc1d7, #004a99);
    transition: transform 1s ease, color 1s ease, filter 1s ease !important;
    cursor: pointer;
     height: 40px;
     min-height: 40px;
}

/* 🔹 מעטפת הכפתור + תצוגת כמות */
.mas-wishlis-add-to-cart-simple,
.single_variation_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px !important;
    padding-right: 40px;
}



.product-stock-status {
    margin-bottom: 15px;
    margin-left: 8px;
}

button.mas-wishlist-remove:hover,
button.mas-wishlist-remove {
    background: transparent !important;
    padding: 0px 0px 0px 0px !important;
}



body > div.mas-wishlist-container > div > div > div > div.product-info > div.wishlist-item-actions > button > span {
color: #eb7070;
    font-size: 28px;
    margin-bottom: 150px;

}
#notification,
#notification- ,
.notification-success,
.added-message,
#added-message-  {
        display: none!important;
}

h1.mas-design-wishlist-template-header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    padding-top: 50px;
}

h1.mas-design-wishlist-template-header {
    font-weight: bold;
    color: #0071a1;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to right, #0071a1, #00c2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1.mas-design-wishlist-template-header::after {
    content: "";
    width: 100px;
    height: 5px;
    background: linear-gradient(to right, #0071a1, #00c2ff);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    transition: width 1s ease-in-out;
}

h1.mas-design-wishlist-template-header:hover::after {
    width: 500px;
}

h1.mas-design-wishlist-template-header {
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
}

h1.mas-design-wishlist-template-header:active {
    transform: scale(0.8);
}


.mas-wishlist-count-page-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    color: #6A90A5;
    font-size: 18px;
    padding: 30px 0px 40px 0px;
}

.mas-wishlist-header {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1366px !important;
    padding: 0px !important;
    margin: 0px !important;
}

button.mas-wishlist-clear {
    background: #dc9898 !important;
    color: #ddd !important;
    border-radius: 10px !important;
}

button.mas-wishlist-clear:hover {
    background: #a93737 !important;
}

span.mas-icon-delete {width: 23px;height: 23px;min-width: 23px;min-height: 23px;}

span.mas-icon-delete.delete:hover {
    color: #a93737 !important;
}


.mas-wishlist-empty-page {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1366px;
}

body > div.mas-wishlist-container > div > div > p:nth-child(3) {
    padding-bottom: 30px !important;
}

a.back-to-shop-wishlist-page {
    background: linear-gradient(345deg, #6A90A5, #4698c5, #c3c3c3) !important;
    padding: 10px 50px;
    font-weight: 550;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none !important;
    color: #ddd !important;
    transition: transform 1s ease, color 1s ease, filter 1s ease !important;
}


a.back-to-shop-wishlist-page:hover {
    background: linear-gradient(220deg, #40535d, #4698c5, #c3c3c3) !important;
    transform: scale(1.25);
}

.last-empty-wishlist    {
    height: 40px;
}


.mas-wishlist-view-product {
    background: linear-gradient(135deg, #0073e6, #004a99);
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    width: 240px;
    transition: transform 1s ease, color 1s ease, filter 1s ease !important;
    margin-top: 8px;
    height: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0px 0px;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover,
button.single_add_to_cart_button.button.alt.ajax_add_to_cart:hover,
.mas-wishlist-view-product:hover {
    background: linear-gradient(135deg, #abc1d7, #004a99);
    transform: scale(1.1);
}


.mas-wishlist-add-to-cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: 100% !important;;
}



.image-label {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    color: #333;
}

.dropdown-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    margin-right: 10px;
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
    z-index: 99999;
   box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    display: none;
}
.custom-select-trigger {
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.custom-option {
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
}
.custom-option:hover {
    background-color: #f5f5f5;
}
.custom-option.selected {
    background-color: #e6e6e6;
}

.custom-option.disabled {
    opacity: 0.5;
    cursor: not-allowed;

}

.variations tr {
    position: relative;
}

@media screen and (max-height: 700px) {
    .custom-select-wrapper.open-up .custom-options {
        bottom: 100%;
        top: auto;
        border-top: 1px solid #ddd;
        border-bottom: none;
        border-radius: 4px 4px 0 0;
        box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    }
}


@media screen and (max-width: 1024px), 
       (max-device-width: 1366px) and (orientation: portrait) {  
           
    .wishlist-items-container {
        width: 95% !important;
    }
    .mas-wishlist-view-product,
    button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed ,
    button.single_add_to_cart_button.button.alt.ajax_add_to_cart,
    table.variations {
    width: auto;
    padding-right: 0px !important;
    padding-left: 0px !important;
    
}
.product-info {
    flex-direction: column !important;
    width: 50% !important;
}

span.mas-wishlist-product-sku {
    padding-bottom: 10px !important;
    font-size: 14px !important;
}

.mas-wishlist-price-disscount {
    flex-direction: row !important;
    width: 100%;
    justify-content: space-between;
}
span.mas-wishlist-disscount-price-label{
        margin-bottom: 0px !important; 
}
span.mas-wishlist-product-sku   {
    padding-bottom: 10px !important;
}
span.mas-wishlist-regular-price-label{
     padding-left: 0px !important;
}
.mas-wishlist-product-info{
    display: none;
}   
    .mas-wishlist-product-info.mobile,
    .wishlist-gallery.mobile{
    display: flex;
}

.wishlist-gallery {
    display: none;
}
}


.wishlist-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    width: 200px;
    min-width: 200px;
    height: 200px;
    min-width: 200px;
}
















input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
