﻿.product-underline:after {
    width: 125px;
    height: 2px;
    position: absolute;
    right: 690px;
    margin: auto;
    top: 43px;
}

@media screen and (max-width: 1402px) {
    .product-underline:after {
        width: 125px;
        height: 2px;
        left: 20px;
        position: absolute;
        margin: auto;
    }

    #pricespan {
        bottom: 0px;
    }
}
@media screen and (max-width: 1400px) {
    .product-cart-action {
        left: 0px !important;
    }

    .text-wrapper-product-search-name {
        width: 100% !important;
    }

    .text-wrapper-product-search-description {
        width: 100% !important;
    }
}
.order-underline {
    width: 190px;
    height: 2px;
    background-color: #ED6B3B;
    margin-left: 10px;
    top: 58px;
    position: absolute;
}

.product-name-class {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: fit-content;
    max-width: 100%;
    font-size: 16px;
    display: block;
    width: 380px;
}

.short-description {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 79%;
    font-size: 15px
}

.product-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 120%;
    height: 100%;
    width: auto;
}

.cart-product-quantity {
    max-width: 68px;
    min-width: 10px;
}

.product-cart-action {
    gap: 10px;
}

.quantity-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.product-quantity-int {
    width: 50px;
    text-align: center;
    border: none;
}

.h5 {
    font-size: 1.2vw;
}

@media screen and (max-width : 760px) {
    #pricespan {
        /*position: relative;
        right: 100px;
        top: 30px;*/
    }
}

@media screen and (max-width : 600px) {
    #variations {
        max-height: 100px;
        width: auto;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .short-description {
        width: 168px;
    }
}

@media screen and (max-width : 375px) {
    #icons-d-e {
        right: 75px !important;
    }
}

.cart-quantity-wrapper {
    position: absolute;
    right: 0;
}

.cart-item-price-chrome {
    position: absolute;
    right: 0;
    top: 2px;
}

.cart-item-price-safari {
    position: absolute;
    right: 0;
    top: 34px;
}
