
            .catalog-product-view .column.main > div.product-info-main .product-reviews-summary
            {
                display: none !important;
            }
            .amrelated-summary-content > .amrelated-price-wrapper .buy-together-button
            {
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                height: 56px;
                border: 1px solid #F37021;
                color: #F37021;
                font-weight: 600;
                border-radius: 6px;
            }
            .buy-together-button:hover
            {
                background: #F37021;
                color: #fff !important;
            }
            .bundle-price
            {
                font-weight: 600;
                color: #F37021;
                margin-inline-start: 8px;
            }
            .columns .column.main{
                width:100% !important
            }
            .amrelated-pack-wrapper{
                padding: 15px;
                background-color: #E2E8F04F;
                padding-bottom: 15px !important;
            }
            .amrelated-content-wrapper{
                background: transparent !important;
            }
            .amrelated-pack-item
            {
                position: relative !important;
            }
            /*.amrelated-pack-item.-wide:first-of-type
             {
                 border: 3px solid #4d4d4d;
             }*/
            
            /.amrelated-pack-item.-wide, .amrelated-pack-item/
            /{/
            /*    min-width: 28% !important;*/

            /}/
            .amrelated-content-wrapper
            {
                display: flex;
                align-items: center;
            }
            .amrelated-pack-list
            {
                overflow-x: auto !important;
                flex-wrap: nowrap !important;
                padding-block: 15px;
                scroll-behavior: smooth;
            }


            @media (min-width: 768px) {

                .amrelated-pack-list::-webkit-scrollbar {
                    display: none !important;
                }
            }

            /*.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:first-child {
                border-bottom: 3px solid #4d4d4d;
            }*/

            .amrelated-pack-item
            {
                width: 35% !important;
                padding: 0 !important;
                min-width: 28% !important;
            }
            .amrelated-pack-list.-wide .amrelated-pack-items
            {
                max-width: unset !important;
                width: 100% !important;
                justify-content: start !important;
            }
            .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background,
            .amrelated-pack-item.-wide.-selected
            {
                background: #fff !important;
            }
            /* .amrelated-pack-item.-wide:not(:first-of-type)
             {
                 border : 2px solid #d1d1d1 ;
             }*/
            .amrelated-photo-container .amrelated-checkbox + .amrelated-label
            {
                background: #d9d9d9 url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path d="M0 2a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2z" fill="%233978BD" style="fill: %23d9d9d9" /><path d="M5 10l4.5 4L15 7" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>');
                background-repeat: no-repeat;
                background-position: center center;
                border : 1px solid #d9d9d9 ;
            }
            html:lang(ar) .amrelated-photo-container .amrelated-checkbox + .amrelated-label
            {
                left : unset;
                right: 8px !important;
            }
            .amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label
            {
                background: #f37021 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path d="M0 2a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2z" fill="%233978BD" style="&%2310; fill: %23f37021;&%2310;"/><path d="M5 10l4.5 4L15 7" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                background-repeat: no-repeat;
                background-position: center center;
                border : 1px solid #d1d1d1 ;
                position: absolute;
                display: block;
                left: 8px !important;
                top: 8px !important;
            }
            /* .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child)
             {
                 border-bottom : 2px solid #d1d1d1 !important;
             }*/


            .amrelated-photo-container .amrelated-checkbox + .amrelated-label {

                top: 8px !important;
                left: 0px !important;
                border : 1px solid #d1d1d1 !important;
            }
            .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
            .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
                padding: 0px !important;
                font-size: 30px !important;
                color: #4d4d4d !important;
                margin-inline : 10px !important;
            }
            html:lang(en) .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal
            {
                margin-left : 30px !important;
            }
            html:lang(ar) .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal
            {
                margin-right : 30px !important;
            }

            .amrelated-pack-item.-wide .amrelated-info {
                display: flex;
                flex-wrap: wrap;
                text-align: left;
                position: static;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 20px;
                padding: 15px ;
            }
            .amrelated-pack-item.-wide .amrelated-photo-container {
                position: static;
            }
            .amrelated-photo-container
            {
                border : none !important;
            }

            .amrelated-photo-container .amrelated-photo
            {
                width: 100%;
            }
            .amrelated-pack-item.-wide .amrelated-details
            {
                margin-left : 0 ;
            }
            .amrelated-name a
            {
                color : #4d4d4d ;
            }
            .amrelated-name a:hover
            {
                color : #FF662B ;
            }
            .amrelated-pack-item .price-box {
                margin: 30px 0 0;
                width: 100%;
                display: flex;
                justify-content: space-between;
                flex-direction: row-reverse;
                align-items: baseline;
            }
            .special-price {
                display: inline-block;
                vertical-align: middle;
                color: #4d4d4d;
                font-weight: 700 !important;
            }
            /* .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item {
                 border: 2px solid #d1d1d1 !important;
             }
             .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:first-child {
                 border: 2px solid #4d4d4d !important;
             }*/
            .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus, .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal
            {
                display: flex;
            }
            .amrelated-pack-item.-wide .amrelated-photo-container, .amrelated-pack-item .amrelated-photo-container
            {
                position: static;
            }
            .amrelated-pack-item .amrelated-info
            {
                padding: 15px ;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 15px;
            }

            .amrelated-pack-item.-main
            {
                background: #fff !important;
            }
            .amrelated-summary-content
            {
                justify-content: center;
                position: relative;
                margin-top: 50px;
                flex-direction: column;
                align-items: center;
                padding: 25px;
            }
            .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper
            {
                border : none !important;
            }

            .amrelated-tocart-wrapper button.action.primary span
            {
                font-family: 'Cairo';
            }
            button.action.primary {
                border-radius:8px
            }
            .amrelated-pack-item .amrelated-name a
            {
            /white-space: nowrap;/
            /overflow: hidden;/
            /text-overflow: ellipsis;/
            /display: block;/
            /width: 90px;/
            /margin-top: 15px;/
            display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow:hidden;
                margin-block: 15px;
            }


            @media (max-width: 768px) {
                .amrelated-pack-item
                {
                    min-width: 35% !important;
                }
                .amrelated-summary-content
                {
                    justify-content: center;
                    position: relative;
                    margin-top: 50px;
                    flex-direction: column;
                    align-items: unset;
                    padding: 25px 0;
                }
                .amrelated-summary-content .main.price{
                    text-align: start;
                }
                .amrelated-price-wrapper {
                    justify-content: start
                }

                .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child)
                {
                    border-bottom: none !important;
                }

                .amrelated-pack-item
                {
                    border : none !important;
                }
                .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:first-child,
                .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item
                {
                    border: none !important;
                }


                .amrelated-plus, .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal
                {
                    font-size: 30px !important; ;
                    margin-inline: 5px !important;
                }

                .amrelated-plus, .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal
                {
                    margin-inline : 10px !important;
                }
                .amrelated-pack-item .amrelated-details
                {
                    margin-left: 0px;
                }
                .amrelated-pack-item .amrelated-info
                {
                    align-items: center;
                }
                .amrelated-pack-item.-wide, .amrelated-pack-item
                {
                    min-width: 50% !important;
                }
                .amrelated-equal.-second-row
                {
                    display: none !important;
                }
                button.action.primary {
                    width: 100%;
                    padding: 12px;
                }
                .amrelated-discount.-summary {
                    right: unset;
                    left: 0;
                }
                html[lang="ar"] .amrelated-discount.-summary {
                    right: 0;
                    left: unset;
                }
                .amrelated-pack-item .amrelated-name a
                {
                /white-space: nowrap;/
                /overflow: hidden;/
                /text-overflow: ellipsis;/
                /display: block;/
                /width: 90px;/
                /margin-top: 15px;/
                display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow:hidden;
                    margin-block: 15px;
                }
                .amrelated-info
                {
                    padding: 10px !important;
                }
                .amrelated-pack-item .amrelated-details {
                    flex-direction: column-reverse;
                }
                .amrelated-pack-item .price-box
                {
                    margin: 0px;
                    flex-direction: column-reverse ;
                    align-items: start;
                }
                .amrelated-pack-item .amrelated-info
                {
                    padding: 0;
                }

            }
            .amrelated-pack-list.-second-row
            {
                border: none !important;
                position: relative;
            }
            .leftSpan ,
            .rightSpan
            {
                display: flex;
                position: absolute;
                justify-content: center;
                cursor: pointer;
                align-items: center;
                background: #fff;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px -1px;
                border: 1px solid rgb(204, 204, 204) ;
                z-index: 1;
                transition: all 0.25s ease-in-out;
                top : 50% ;
            }
            .leftSpan
            {
                left: 0 !important;
                transform: translate(-50%,-50%);
            }
            .rightSpan
            {
                right: 0 !important;
                transform: translate(50%,-50%);

            }
            .leftSpan i,
            .rightSpan i
            {
                font-size : 10px ;
            }
            html[lang="ar"] .divSpans{direction: rtl}
            html[lang="ar"] .divSpans .rightSpan .fa-chevron-left{
                transform: rotate(180deg);
            }

            .leftSpan:hover ,
            .rightSpan:hover
            {
                background: #ff662b;
                color: #fff;
            }
            .container-slider
            {
                max-width: 75% !important;
                position: relative !important;
            }
            @media (max-width: 768px) {

                .container-slider {
                    max-width: 100% !important;
                }
                .amrelated-price-wrapper .main.price
                {
                    display: flex;
                    align-items: center;
                    gap: 15px;
                }
            }
            .fa-chevron-right:before
            {
                left: unset;
                right:unset;
            }

            .amrelated-content-wrapper .amrelated-pack-list
            {
                max-width: unset !important;
            }
            html:lang(ar) .rightSpan i
            {
                transform: rotate(180deg);
            }
            .amrelated-price-wrapper .buyTogether + .price
            {
                font-size: 24px !important;
                font-weight: 500 !important;
                display: block;
                margin-block: 10px;
                color : #F37021 ;
            }
            .amrelated-price-wrapper .buyTogether
            {
                font-size: 16px;
                display: inline-block;
            }
            @media (min-width: 768px), print
            {
                .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
                    width: unset !important;
                }}

            @media (max-width: 768px)
            {
               
                .amrelated-pack-items .amrelated-pack-item
                {
                    width: auto !important;
                }

            }
            .amrelated-pack-items
            {
                flex-wrap : nowrap !important;
            }
            .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper
            {
                height: unset ;
                padding: 15px 0  ;
            }

            .product-reviews-summary
            {
                display: none !important;
            }
            .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
                background : none !important;
            }
            .amrelated-pack-list
            {
                padding-bottom: 0 !important;
            }
            html:lang(ar) .amrelated-pack-item .amrelated-name a
            {
                text-align: right !important;
            }
            .amrelated-price-wrapper .main.price[data-amrelated-js="bundle-final-price"] ,
            .amrelated-price-wrapper .buyTogether + .price
            {
                color : var(--main-color) !important ;
                margin-top : 15px ;
                font-family: 'Oswald';
                font-size: 21px !important;
                font-weight: 700 !important;
            }
        


#addToCartShop{
    background: #F37021;
    color: #fff;
    padding: 8px;
    border: none;
    cursor: pointer;
    margin: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 80px;
    height: 100%;
    width: 100%;
    font-size:16px;
    font-weight:700;
}

.addToCartShopContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    order: 99;
    width: 100%;
    /* position: fixed; */
    /* max-width: 300px; */
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 0 32px;
    align-self: center;
}

.customization_store_overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(51,51,51,0.4);
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    -webkit-transition: opacity 0.3s , visibility  0.3s;
    -moz-transition: opacity 0.3s , visibility  0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.customization_store_overlay.is-store-visible,
.store-popup.is-store-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s , visibility  0s;
    -moz-transition: opacity 0.3s , visibility  0s;
    transition: opacity 0.3s , visibility  0s;
}

button.store-popup-trigger {
    display: flex !important;
    justify-content: start !important;
    align-content: center !important;
    flex-direction: row !important;
    width: 100% !important;
    height: 100% !important;
    margin: 30px 0 !important;
    background: #f0f5f9 !important;
    box-shadow: none !important;
    border: none !important;
    cursor:pointer !important;
    gap:15px !important;
    padding: 10px 5px !important;
}
.store-popup-triger:hover {
    opacity:0.8;
    color:inherit;
}
.store-popup-trigger svg {
    width: 100px;
    height: 42px;
    align-self: center;
}
.store-popup-trigger div{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items:start;
}
.store-popup-trigger div h3 {
    margin: 0 !important;
    font-size: 18px;
    color: #000;
}
.store-popup-trigger:hover div h3 {
    color: #000;
    margin: 0 !important;

}
.store-popup-trigger div p {
    margin: 0;
    font-size: 14px;
    color: #F37021;
}
.store-popup {
    position: fixed;
    width: 400px;
    height: 200px;
    background: #F5F5F5;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index:20;
    right: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
}

.store-popup-en {
    left:0;
    right:unset;
}

.store-popup-header{
    background:#F37021;
    color:#fff;
    padding: 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-family:'Open Sans';
}
.store-popup-header h1{
    margin:0;
    font-weight:700;
    font-size:20px;
    font-family: 'Open Sans', Sans;
    margin: 0 !important;

}
.store-popup-header button{
    background:transparent;
    border:none;
    color:#fff;
    cursor:pointer;
    font-size:20px;
    font-weight:600;
    font-family: Cairo;
}
.store-popup-container {
    margin-bottom: 20px;
    padding: 20px;
    border-bottom: 1px solid #E3E4E5;
    display:flex;
    align-items:center;
    gap:10px;
    width: 80%;
}
.store-popup-container label {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight:700;
}
.store-popup-container p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight:400;
}

.store-popup-trigger-ar {
    border-left: 5px solid #F37021;
    border-right:none;
}
button.store-popup-trigger-ar,
button.store-popup-trigger-ar h3,
button.store-popup-trigger-ar p,
button.store-popup-trigger-ar div,
.store-popup-header-ar,
.store-popup-header-ar h1,
.store-popup-header-ar button {
    font-family: Cairo !important;
}

.stores-Container {
    height: 70vh;
    overflow: auto;
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    padding: 10px;
}

@media(max-width: 768px) {
    .store-popup {
        width: 100%;
    }
}

.loading {
    position: relative;
    color: transparent !important; /* Hide the text */
    pointer-events: none; /* Prevent further clicks */
}

.loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 20px;
    margin-top: -10px; /* Half the height */
    margin-left: -10px; /* Half the width */
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.product-info-main .product-info-price
{
    display: flex;
    flex-wrap: wrap;
}
.product-info-main .product-info-stock-sku
{
    margin-inline-start: auto;
}
.custom-text-after-price
{
    width: 100%;
    display: flex;
    gap: 8px;
    padding-inline-start: 8px;
    font-size: 14px;
    margin-bottom: 16px;
    align-items : center ;
}
.custom-text-after-price p 
{
    color : #333;
    margin : 0
}
.product-info-price .price-box 
{
    padding-bottom: 0 ;
}
html:lang(en) #keySvg
{
    transform: rotate(180deg)
}
     /* start image tip container */
     #image-tip-container
    {
        display : none ;
        z-index: 9999999;
    }
    @media screen and (max-width: 992px) {
        #image-tip-container {
            padding: 10px
        }
    }
    html:lang(ar) #image-tip-container *
    {
        font-family : "Cairo"
    }

    @import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
    #image-tip-container {
        width: 270px;
        background-color: #fff;
        position: fixed;
        bottom: 0px;
        right: 50px;
        box-shadow: -6px 0px 12px 0px rgba(0, 0, 0, 0.10), 0px -6px 12px 0px rgba(0, 0, 0, 0.10);
        border-radius: 24px 24px 0  0 ;
        padding: 15px 30px;
        border: 1px solid #F37021;
    }

    html:lang(ar) #image-tip-container  {
        right: unset;
        left: 50px;
    }
 
    #image-tip-container * {
        padding: 0;
        margin: 0;
    }

    #image-tip-container a.close-btn {
        cursor: pointer;
    }

    #image-tip-container .card-tip .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #image-tip-container .card-tip .header .title {
        color: #000;
        font-family: 'open sans' !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        max-width : 100%
    }
    @media screen and (max-width: 992px) {
        #image-tip-container .card-tip .header .title {
            font-size: 12px;
        } 
        #image-tip-container .card-tip .header .close-btn svg {
            width: 16px;
            height: 16px;
        }

        #image-tip-container p.text-body {
            font-size: 10px;
        }
    }

    #image-tip-container .card-tip .header .title {
        display: flex;
        gap: 2px;
        align-items: baseline;
    }
    #image-tip-container .card-tip .header .title span.title-discount {
        color: #F37021;
    }
    html:lang(ar) #image-tip-container .card-tip .header .title {
        display: flex;
        align-items: baseline;
    }

    html:lang(ar) #image-tip-container .card-tip .header .title span.title-more {
        order: 2
    }

    html:lang(ar) #image-tip-container .card-tip .header .title span.title-unlocked {
        order: 3
    }

    html:lang(ar) #image-tip-container .card-tip .header .title span.title-discount {
        order: 1
    }

    #image-tip-container .card-tip .image {
        text-align: center;
        margin: 12px 0;
    }

    @media screen and (max-width: 768px) {
        #image-tip-container .card-tip .image {
            margin:  0;
        }
    }

    #image-tip-container .card-tip img {
        width: 75%;
    }

    #image-tip-container .card-tip p.small-text  {
        color: #898686;
        font-family: 'Open Sans';
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        width: 100%;
    }
    html:lang(ar) #image-tip-container .card-tip p.small-text {
        font-family: 'Cairo';
    }

    #image-tip-container p.text-body {
        width: 100%;
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }


    @media screen and (max-width: 768px) {
        #image-tip-container {
            right: 0;
            border: none;
            padding: 12px 24px;
            bottom: 0;
            width: 100%;
            right: 0;
        }

        html:lang(ar)  #image-tip-container {
            right: unset;
            left: 0;
        }

        #image-tip-container .body {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        #image-tip-container .body .image {
            width: 132px;
            height: 60px;
        }

        #image-tip-container .body .image img {
            width: 100%;
        }
    
        #image-tip-container p.text-body {
            width: 50%;
            color: #000;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
        }

        #image-tip-container p.small-text {
            font-size: 12px;
        }
    }
    @media screen and (max-width: 320px) {
        #image-tip-container .body .image {
            width: 50%;
            height: auto;
        }
    }



.field.qty.custom-qty-field .control
{
    position: relative;
    border: 1px solid #aaa;
    border-radius: 2px;
}
.field.qty.custom-qty-field .control .input-product-qty
{
    position: absolute;
    padding: 0;
    z-index: 9;
    width: 55% !important;
    top: 50%;
    height: 70%;
    text-align: center;
    border: none;
    border-inline-end: 1px solid #aaa;
    transform: translateY(-50%);
    color: var(--2B-Main-Colors-Primary-Colors-Black-01, #0E0D0D);
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.13px;
}
.field.qty.custom-qty-field .control .dropdown-product-qty
{
    position: relative;
    width: 100px;
    padding: 0;
    height: 100%;
    padding-inline-start: 16px;
    border: none;
    cursor: pointer;
}
@media(max-width: 768px)
{
    .action.tocart.primary span {
    padding-inline: 8px;
    font-size: 12px;
}
.field.qty.custom-qty-field .control .dropdown-product-qty
{
    width: 75px !important;
}
}
.fieldset > .field.qty, .nested.options-list > .field.qty
{
    margin-right: 0 !important; 
}
.fieldset > .actions
{
    width: 100%;
}
#product_addtocart_form > .fieldset:has(.custom-qty-field)
{
    height: auto !important;
    display: flex !important;
    align-items: center;
}
#product_addtocart_form .action.tocart.primary
{
    height: 64px !important;
    width: 100%;
}
.product-info-main #product_addtocart_form .qty.field .control, .product-info-main .qty.field .qty-changer
{
    height: 64px !important;
}
.product-addto-links
{
    gap : 0 !important
}
.product-info-main .product-addto-links > a.action, .product-info-main .product-addto-links + a.action.mailto
{
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
}
@media(min-width: 768px)
{
.fieldset > .field.qty.custom-qty-field,
.fieldset > .product-social-buttons

{
    width: 200px;
}
.product-info-main #product_addtocart_form .qty.field .control
{
    width: 100% !important;
}
   
}
.price-wrapper
{
    justify-content: start !important
}
.product-info-main .product-add-form
{
    padding-top: 32px !important;
    width: 100%
}

@media(max-width: 768px)
{
     .product-info-main .fieldset>.field.qty {
        margin-bottom: 0 !important
    }
}
    /* end image tip container */

