.cart-footer .coupon-box .title {
    color: #212529;
    font-size: 16px;
    text-align: center;
    background-color: white;
}

.product-picture {
    width: 100px;
}

.order-summary-content .container-end-price {
    margin-top: 0;
}

span.remove-from-cart {
    max-width: 100px;
}

.shoppingCartTable .add-to-cart-panel {
    margin-bottom: 0;
}

.collaterals-shipping {
    display: none !important;
}

.shoppingCartTable {
    margin-bottom: 5%;
}

.productQuantityBox {
    display: flex;
    grid-gap: 3%;
}

.page.order-details-page .product {
    display: flex;
    align-items: center;
}

ul.order-overview-content {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.DisplaySysOrderId {
    display: block;
    font-weight: bold;
}

cart .remove-from-cart {
    text-align: right;
}

.checkbox-choose-to-buy {
    position: inherit !important;
}

.shoppingCartTable input[type="checkbox"]:checked + label:before {
    margin-right: 1px;
    margin-top: 1px;
    width: 28px;
    height: 28px;
    box-shadow: 0 0 0 1px #e7e7e7;
    border: 3px solid #fff;
}

.shoppingCartTable input[type="radio"] + label:before, .shoppingCartTable input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 28px;
    height: 28px;
    border: 1px solid #000;
    vertical-align: text-top;
    background-color: #fff;
    display: none;
}

.shoppingCartTable td-title .selecttocartLable::before {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-box-add-to-cart-button label.td-title {
    font-size: 16px;
}

.remove-from-cart input[type="checkbox"] + label:before {
    background-image: url('../../images/samples/delete.svg') !important;
}

.remove-from-cart input[type="checkbox"]:checked + label:before {
    background-image: url('../../images/samples/delete_orange.svg') !important;
    margin-right: 1px;
    margin-top: 1px;
    width: 30px;
    height: 30px;
    box-shadow: none;
    border: 0px solid #fff;
    background-color: #97c30000;
    background-color: white !important;
}

.page.wishlist-page .shoppingCartTable .remove-from-cart .td-title {
    display: block;
}

.shoppingCartTable .LineInCart .priceSubtotal {
    width: 130px;
    display: flex;
    flex-direction: column;
}

.shoppingCartTable .add-to-cart-panel {
    width: 100px;
    height: 45px;
    white-space: pre-line;
}

.shoppingCartTable .clear-cart-button:before {
    display: none;
}

 .remove-from-cart label.td-title {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
}

button.remove-from-cart {
    background-color: transparent;
    border: none;
}

.underline {
    text-decoration: underline !important;
}


.line-in-cart-first {
    display: flex;
    padding: 1.5%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .edit-and-remove {
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }

    td .select-from-cart {
        margin: auto;
        width: 100%;
    }

    .continue-shopping-button {
        background-color: #f79132;
    }

    .cart-collaterals > div > .title::before {
        display: none;
    }

    .cart-collaterals > div > .title::after {
        content: "\77" !important;
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 20px;
        float: left;
        font-size: 10px;
        text-align: left;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-transform: none;
        transition: all .3s ease;
    }

    .cart-footer .terms-of-service {
        margin: 0 0 30px;
        text-align: right;
        background-color: #aaa0;
        border-radius: 2px;
        padding: 6px;
    }

    .remove-item {
        background-image: url('../../images/samples/delete.svg');
        background-size: contain;
    }

    .mini-shopping-cart .price {
        float: none;
        color: black !important;
    }

    .flyout-lower .count {
        display: none;
    }

    .TotalSubTotal > strong {
        font-size: 20px;
        padding: 0;
    }

    .mini-shopping-cart .totals {
        float: right;
        padding: 20px 0 20px 15px;
        font-size: 20px;
        text-align: left;
        font-weight: bold;
    }

    .TotalSubTotal {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 5%;
        padding-left: 5%;
        background-color: #f6f6f6;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 12px;
    }

    .flyout-lower {
        background-color: transparent;
        border-radius: 0 3px 3px 0;
        width: 90%;
        margin: auto;
    }

    .buttonsMIniShoppingCart {
        display: flex;
        flex-direction: row;
        gap: 19px;
    }

    .mini-shopping-cart .product {
        position: relative;
        margin: 0 90px 0 0;
        text-align: right;
    }

    .mini-shopping-cart .flyout-cart-scroll-area {
        position: relative;
        width: 100%;
        padding: 20px 0 20px;
        background-color: #fff;
    }

    .mini-shopping-cart input[type="button"] {
        display: inline-block;
        width: 100%;
        padding: 0 15px;
        color: white;
    }

    .mini-shopping-cart button#checkout {
        width: 100%;
    }

    .select-from-cart .td-title {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .mini-shopping-cart .flyout-cart-scroll-area {
        border-radius: 3px;
        box-shadow: 0 0 15px rgb(0 0 0 / 15%);
        width: 375px;
    }

    td.product-picture {
        max-width: 111px;
        font-size: 0;
    }

    .page.wishlist-page .product-picture img {
        width: 100px;
    }

    .page.shopping-cart-page .quantity label.td-title,
    .page.shopping-cart-page .remove-from-cart label.td-title {
        display: block;
    }

    .page.shopping-cart-page.offer-cart .remove-from-cart td-title {
        display: flex;
        flex-direction: column;
    }

    .cart-footer {
        background-color: #F7F7F7;
    }

    .cart-collaterals > div > .title {
        position: relative;
        display: block;
        height: 60px;
        padding: 0 20px 0 40px;
        margin: 0;
        line-height: 60px;
        color: #444;
        font-size: 16px;
        font-weight: 300;
        text-align: right;
        background-color: none;
        border-radius: 3px 3px 0 0;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all .1s ease;
    }

    .cart-collaterals > div {
        border-bottom: 1px solid #eee !important;
        border-radius: 3px;
        margin: 0 0 10px;
        overflow: hidden;
        margin-bottom: 0;
        border-left: 0;
        border-right: 0;
    }

    .cart-header-row {
        display: none;
    }

    .table-wrapper .cart td {
        min-width: 50px;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        padding: 20px;
        font-size: 16px;
        color: #444;
        font-weight: 400;
    }

    tr.earn-reward-points {
        border-bottom: 1px solid #EAEAEA;
        border-top: 1px solid #EAEAEA;
        display: none;
    }

    .cart-footer .title {
        color: #212529;
        font-size: 20px;
        text-align: center;
        background-color: white;
        line-height: 70px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .order-summary-content .table-wrapper .page-title h1 {
        color: black !important;
        font-size: 35px;
        font-weight: bold !important;
    }

    .cart-collaterals .title {
        padding: 0 0 38px;
    }

    form#shopping-cart-form .table-wrapper .page-title h1 {
        display: block;
        line-height: 85px;
    }

    form#shopping-cart-form .table-wrapper .page-title {
        line-height: 85px;
    }


    .mini-shopping-cart .product .remove-item:after, .remove-from-cart input[type="checkbox"] + label:before {
        background-image: url('../../images/samples/delete.svg') !important;
        background-color: transparent;
        margin-left: 0;
    }

    .edit-product .products-details-productBox a {
        color: black;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
    }

    .remove-from-cart input[type="checkbox"]:checked + label:before {
        background-image: url('../../images/samples/delete_orange.svg') !important;
        margin-right: 1px;
        margin-top: 1px;
        width: 30px;
        height: 30px;
        box-shadow: none;
        border: 0px solid #fff;
        background-color: #97c30000;
        background-color: white !important;
    }

    .remove-from-cart input[type="checkbox"] + label:before {
        content: "";
        display: inline-block;
        margin-left: 10px;
        width: 30px;
        height: 30px;
        border-radius: 0;
        border: 0px solid #000;
        vertical-align: central;
        background-color: none;
        background-repeat: no-repeat;
    }


    .items.ps-container .item .product .left .name {
        text-align: right;
    }

    .mini-shopping-cart {
        top: 52%;
        left: -30px;
        padding-top: 8px;
    }

    .removeaAndSelect {
        display: flex;
        flex-direction: row;
        gap: 20px;
        /*width: 150px;*/
    }

        .removeaAndSelect .edit-product {
            margin-right: 50px;
            min-width: 85px;
        }

    .shoppingCartTable .quantity {
        gap: 40px;
        justify-content: flex-start;
    }

    .mobile-flyout-wrapper {
        padding-right: 0;
    }

    span.cart-qty {
        left: 90% !important;
    }
}

@media (max-width: 1024px) {

    .line-in-cart-first {
        display: flex;
        flex-direction: column;
    }

    .edit-and-remove {
        display: flex;
        justify-content: space-between;
        width: 90%;
    }

    .LineInCart .edit-product {
        margin: 0;
        margin-top: 5%;
    }

    li.mobile-flyout-wrapper.open.opened {
        list-style: none;
    }



    .shoppingCartTable .quantity {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .order-summary-content .shoppingCartTable .LineInCart .product {
        width: 55% !important;
        float: right;
    }


    .page.shopping-cart-page .page-title h1 {
        font-size: 22px;
        margin-top: 0;
        text-align: right;
        font-weight: bold;
    }

    tr.earn-reward-points {
        display: none;
    }

    .cart-footer .title {
        font-size: 16px;
        font-weight: bold;
        color: black;
    }

    .cart-total td {
        padding: 0;
    }

    .cart-footer .total-info {
        margin: 0 0 15px;
    }

    .page.shopping-cart-page .terms-of-service {
        margin: 0 0 15px;
    }

    .buttonsMIniShoppingCart {
        display: flex;
        flex-direction: row;
        width: 90%;
        gap: 5%;
        margin: auto;
    }

    button#checkout, .mini-shopping-cart input[type="button"] {
        display: inline-block;
        width: 100%;
        padding: 0 15px;
        border-radius: 3px;
    }



    td.removeaAndSelect {
        display: flex;
        justify-content: center;
    }

    .remove-from-cart input[type="checkbox"] + label:before {
        content: "";
        display: inline-block;
        margin-left: 10px;
        width: 30px;
        height: 30px;
        border-radius: 0;
        border: 0px solid #000;
        vertical-align: central;
        background-color: none;
        background-repeat: no-repeat;
        background-image: url('../../images/samples/delete.svg') !important;
        mix-blend-mode: multiply;
    }

    .remove-from-cart input[type="checkbox"]:checked + label:before {
        background-image: url('../../images/samples/delete_orange.svg') !important;
        margin-right: 1px;
        margin-top: 1px;
        width: 30px;
        height: 30px;
        box-shadow: none;
        border: 0px solid #fff;
        background-color: #97c30000;
        background-color: white !important;
    }

    span.remove-from-cart {
        display: flex;
        justify-content: flex-start;
    }

    .order-details-page .products td.total {
        position: absolute;
        bottom: 0;
        left: 0;
        right: auto;
        top: auto;
        background-color: #f6f6f6 !important;
        width: 75%;
        height: 35px;
        border: none !important;
        padding: 0px 0px 0px 21px;
        text-align: left;
        overflow: hidden;
    }
}

/*///////////////new building without table*/
.LineInCart {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: 1px solid #f6f6f6;
    align-items: center;
    padding: 0.5%;
}



.order-summary-content .LineInCart.table-row .sku.table-cell {
    max-width: 200px;
    min-width: 100px;
}

.product.table-cell {
    padding: 0;
}

.LineInCart .subtotal span {
    display: inline-block;
    color: #444;
    white-space: nowrap;
    font-weight: 700;
    font-size: 15px;
}

.table-wrapper span {
    font-size: 15px;
}

.LineInCart .product a {
    font-size: 15px;
}

.shoppingCartTable .LineInCart .product {
    min-width: 200px;
    max-width: 200px;
}

.PicAndProd {
    display: flex;
    flex-direction: row;
    gap: 5%;
    align-items: center;
    justify-content: flex-start;
}

.remove-from-cart label.td-title {
    margin-bottom: 0;
}

.container-sold-by {
    align-self: center;
}

.remove-from-cart label.td-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.add-to-cart-qty-inner {
    display: flex;
}

@media (max-width: 1024px) {
    .LineInCart {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        border: 1px solid #f6f6f6;
        align-items: center;
        padding: 8px;
        grid-gap: 2%;
        border: 1px solid;
        margin-bottom: 3%;
    }

    .page.shopping-cart-page.offer-cart .remove-from-cart {
        display: flex;
        flex-direction: row !important;
        align-items: flex-start;
        justify-content: space-between;
    }

    #shopping-cart-form .table-wrapper .page-title {
        display: none;
    }

    .page.shopping-cart-page.offer-cart .removeaAndSelect .remove-from-cart {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: auto;
    }

    .LineInCart {
        grid-template-areas: ".product-picture" ".product" ".quantity" ".priceSubtotal" ".removeaAndSelect"
    }

        .LineInCart .product a {
            font-size: 15px;
            text-align: right;
            font-weight: bold;
        }

    .product-picture {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .cart-header-row {
        display: none;
    }


    .subtotal, .unit-price {
        /*gap: 5px;*/
        align-items: center;
    }

    .cart-subtotal {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .PicAndProd .product-picture a {
        float: right;
    }

    .priceSubtotal, .endPrice {
        width: 90% !important;
        display: flex !important;
        flex-direction: row !important;
        align-content: flex-start;
        align-items: center;
        text-align: right;
        justify-content: space-between;
    }

    .remove-from-cart {
        display: flex;
        /*width: 75%;*/
        justify-content: flex-end;
        margin-top: 5%;
    }

    span.product-unit-price {
        width: max-content;
    }

    .removeaAndSelect, remove-from-cart, label.td-title {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .section.products label.td-title {
        display: contents;
        flex-direction: row;
        align-items: center;
    }

    .quantity {
        grid-column: 2/2;
        order: 3;
        gap: 5%;
    }

    .LineInCart .product {
        width: 60%;
        text-align: right;
    }

    .removeaAndSelect {
        display: flex;
        order: 1;
        flex-direction: row;
        align-items: center;
        grid-column: 1/3;
        background-color: #f6f6f6;
        padding: 5%;
        margin-top: 5%;
        gap: 9px;
        width: 100%;
        justify-content: space-between;
    }

    .OfferCart .removeaAndSelect {
        display: flex;
        order: 1;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        grid-column: 1/3;
        background-color: #f6f6f6;
        padding: 5%;
        margin-top: 5%;
        gap: 9px;
    }

    .page.wishlist-page .removeaAndSelect {
        display: flex;
        order: 1;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        grid-column: 1/3;
        background-color: #f6f6f6;
        padding: 5%;
        margin-top: 5%;
        width: 100%;
    }

    .master-column-wrapper {
        margin-top: 11em;
    }

    .remove-from-cart .table-wrapper span {
        font-size: 0;
    }

    .quantity {
        display: flex !important;
        gap: 5%;
        align-items: center;
        width: 30%;
    }

    .LineInCart .add-to-cart-qty-wrapper {
        width: auto;
    }

    .LineInCart .add-to-cart-qty-wrapper {
        display: flex;
    }

    .LineInCart .quantity-box-and-total-quantity {
        width: auto;
        border: 0;
    }

    .add-to-cart-qty-inner {
        border: 1px solid black;
    }

    .mini-shopping-cart .product .remove-item:after {
        content: url('../../images/samples/delete.svg') !important;
    }

    .mini-shopping-cart .product .remove-item {
        background-color: transparent;
        position: inherit;
        left: 0;
        margin-top: -7%;
    }

 
    .PicAndProd {
        display: flex;
        flex-direction: row;
        gap: 5%;
    }
}

.Continue-shopping button.button-2.continue-shopping-button {
    background-color: #ffffff00;
    color: black;
    border: none;
    text-decoration: underline;
    text-align: center;
    font-size: 16px;
}

    .Continue-shopping button.button-2.continue-shopping-button:focus {
        background-color: #ffffff00;
        color: black;
        border: 0;
        text-decoration: underline;
        text-align: center;
        font-size: 16px;
    }

.Continue-shopping {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5%;
}

.add-to-cart.button-2.product-box-add-to-cart-button label {
    color: white;
}

/*//wishlist popup send freind*/
.content.PopupWishlist {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: auto;
    text-align: center;
    background-color: white;
    box-sizing: border-box;
    padding: 10px;
    z-index: 200000000000000;
    display: none;
    box-shadow: 0px 6px 12px #00000029;
    transition: width 2s;
}

.page.email-a-friend-page .page-title h1 {
    font-size: 18px;
    margin-top: 2%;
    text-align: center;
    color: black;
}

.page.email-a-friend-page {
    padding: 30px 30px 0 30px;
}

.close-btn {
    position: absolute;
    left: 20px;
    top: 15px;
    color: white;
    border-radius: 10%;
    background-image: url('../../images/samples/close.svg');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

input#WishlistEmailAFriendModel_PersonalMessage {
    height: 110px;
}

input.button-1.send-email-a-friend-button {
    width: 100%;
    font-size: 20px;
}

.content .page-title h1 {
    font-size: 22px;
    margin-top: 13%;
    text-align: center;
    margin-bottom: 0;
}

.content form {
    padding: 5%;
}

.copy-link textarea {
    min-height: 19px !important;
}

/*//end-wishlist popup send freind*/
.input-remark {
    border: 0.1px solid #0000001c !important;
    width: 100% !important;
}


/*//wishlist mobile*/
@media (max-width: 736px) {


    .PicAndProd {
        display: flex;
        align-items: center;
    }

    .shoppingCartTable .LineInCart .product {
        width: 70%;
    }

    .wishlist-content .LineInCart {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 3%;
        box-shadow: 5px;
        box-shadow: 0 0 4px 0px #888888bf;
        width: 95%;
        margin: auto;
        margin-bottom: 5%;
        padding-top: 5%;
    }

    .wishlist-content .product {
        order: 2;
    }

    .wishlist-content .product-picture {
        order: 1;
    }

    .wishlist-content .unit-price {
        order: 3;
    }

    .wishlist-content .subtotal {
        order: 4;
    }

    .wishlist-content .quantity {
        order: 5;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .wishlist-content .removeaAndSelect {
        order: 6;
    }

    .wishlist-content .select-from-cart, .wishlist-content .remove-from-cart {
        width: 25%;
    }

    .wishlist-content .LineInCart .product {
        width: 100%;
        text-align: right;
    }

    .LineInCart .attributes {
        padding: 0;
    }

    .page.wishlist-page .page-title h1 {
        font-size: 22px;
        margin-top: 2%;
        text-align: center;
        font-weight: bold;
    }

    page.wishlist-page .content {
        width: 90%;
        top: 350px;
        position: fixed;
        transition: width 2s;
        overflow: scroll !important;
    }

    .content .page-title h1, .page.wishlist-page .content .page-title h1 {
        margin-bottom: 0 !important;
    }

    .content .page-title {
        padding: 0 10px;
        margin: 0;
        text-align: center;
    }

    .sharewhishlist {
        margin-top: 0 !important;
    }

        .sharewhishlist h1 {
            margin-top: 45px;
        }

    .copy-link {
        border: 1px solid #0E3C70;
        width: 90%;
        margin: auto;
        height: 38px;
    }

    .order-progress {
        margin-top: 50%;
    }

    .remark-item {
        order: 6 !important;
        width: 100% !important;
    }


}

.sharewhishlist {
    border-top: 1px solid #EAEAEA;
}

.type-adress {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: inherit;
}

.button-type-adress {
    margin: 5px;
}

.noDisply-ExistingAddresses {
    display: none !important;
}


/*//-----------Favorites list--------------//*/

@media (max-width: 1000px) {
    .page.wishlist-page .product-picture img {
        vertical-align: middle;
        border-style: none;
        width: 200px;
    }

    .page.wishlist-page .wishlist-content .PicAndProd {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .wishlist-content .LineInCart .product {
        width: 100%;
        text-align: center;
    }

    .page.wishlist-page .endPrice {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 5px;
        align-items: stretch;
        width: 70%;
        align-content: space-around;
        margin: auto;
    }

    button.add-to-cart.button-2.update-wishlist-button {
        position: relative;
        display: block;
        border: none;
        height: 45px;
        width: 50%;
        line-height: 45px;
        padding: 0 20px;
        margin: 0 0 7px;
        background-color: #476fd2;
        border-radius: 3px;
        font-size: 14px;
        text-transform: uppercase;
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all .1s ease;
    }
}

button.add-to-cart.button-2.update-wishlist-button {
    position: relative;
    display: block;
    border: none;
    height: 45px;
    width: 50%;
    line-height: 45px;
    padding: 0 20px;
    margin: 0 0 7px;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .1s ease;
}

    button.add-to-cart.button-2.update-wishlist-button:before {
        display: none;
    }

.rtl {
    direction: rtl;
    text-align: right;
    unicode-bidi: bidi-override;
}

.ltr {
    direction: ltr;
    text-align: left;
    unicode-bidi: bidi-override;
}

.LineInCart .attributes {
    padding: 10px 0;
    font-size: 15px;
    text-align: right;
    margin: 0 0 20px;
}

.remove-from-cart input[type="checkbox"] + label {
    font-weight: 500;
    color: #444;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.contain-title-order {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 9%;
    padding: 2% !important;
    border: 1px solid darkgray;
    margin: 0 0 2% 0;
}

.update-product-in-wish-list {
    display: flex;
}

.wishlist-content .button-2, .product-box-add-to-cart-button.products-details-productBox {
    min-width: 100px;
    text-align: center;
}

.shoppingCartTable .button-2.products-details-productBox, .update-product-in-wish-list .button-2.products-details-productBox {
    border: 1px solid black;
    background-color: lightgray !important;
    color: black;
    font-size: 16px;
    font-weight: 500;
}

    .LineInCart .button-2.product-box-add-to-cart-button.products-details-productBox a, .update-product-in-wish-list .button-2.products-details-productBox a {
        color: black;
        font-size: 16px;
    }

.button-2.product-box-add-to-cart-button.products-details-productBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}
