

.c-product-grid__quantity {
    display: inline-flex;
    color: white;
    background-color: black;
    border-radius: 18px;
    overflow: hidden;
    height: 36px;
    margin-top: 2px;
    margin-bottom: 2px;
    opacity: 1;
    transition: opacity 0.3s linear, transform 0.3s linear;
    transform-origin: right center;
    transform: translateX(0) scaleX(0.5);
    bottom: 5px;
    right: 5px;
    position: absolute;
}


.c-product-grid__value {
    text-align: center !important;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.02em !important;
    color: white !important;
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    width: 32px;
}

.c-product-grid__minus,
.c-product-grid__plus {
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.c-product-grid__plus {
    justify-content: flex-end;
}

.h-ltr .c-product-grid__minus {
    padding-left: 12px;
    padding-right: 6px;
}



.h-ltr .c-product-grid__plus {
    padding-left: 6px;
    padding-right: 12px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.h-cb {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    color: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 46px;
    font-weight: bold;
}

.user-profile-customer {
    width: 2rem;
    height: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    max-width: 2rem;
}

    .user-profile-customer a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        font-size:1.5rem;   
    }

.error {
    color: yellow !important;
    font-size: 10px !important;
    top: 62px !important;
}




#itemLoader {
    border: 5px solid grey;
    border-radius: 50%;
    border-top: 5px solid white;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin:auto;
    display:none;
    margin-top:15px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.itemStatus {
    background-color: lightyellow;
    text-align: center;
    position: absolute;
    bottom: 45%;
    z-index: 2;
    border-radius: 20px;
    right: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}


.strikeOutPrice {
    color: grey;
    text-decoration: none;
    position: relative;
}

    .strikeOutPrice:before {
        content: " ";
        display: block;
        width: 110%;
        border-top: 1px solid black;
        height: 12px;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: rotate(-7deg);
    }


.fancyBtn {
    background: linear-gradient( #1FA2FF 1%, #fff  10%);
    color: black;
    transition: background 400ms ease-out, color 400ms ease-out, border 400ms ease-out;
    height: 60px;
    vertical-align: middle;
    display: inline-block;
    line-height: 60px;
    border-radius:10px;
}


    .fancyBtn:hover {
        background: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%);
        color: #fff;
        border: none;
    }



.responsive-text {
    font-size: 1.23rem;
}

@media (max-width: 768px) {
    .responsive-text {
        font-size: 1rem;
    }
}

@media (max-width: 425px) {
    .responsive-text {
        font-size: 0.94rem;
    }
}
