.single_product-img {
    border: 1px solid black;
    position: relative;
    height: 350px;
}

#myimage {
    height: 300px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.single-iamges img {
    width: 22.5%;
}

.single_product-img .hint {
    background-color: var(--main-Webcolor);
    left: -10px;
    top: -20px;
    padding: 2px 20px;
    width: fit-content;
    text-align: center;
    border-radius: 6px;
}

.title-product {
    color: var(--main-Webcolor);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 30px;
}

.review {
    font-size: 15px;
}

.unavilable,
.avilable {
    background-color: rgba(61, 112, 42, 0.15);
    width: fit-content;
    color: #30661C;
    padding: 10px 5px;
    display: flex;
    gap: 10px;
    border-radius: 3px;
}

.unavilable {
    background-color: #f8d7da;
    color: #c0651c;
}

.single-para {
    line-height: 1.5;
}

.product_num {
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 150px;
    padding: 0 20px;
    flex-direction: row-reverse;
}

.product_num button {
    background-color: transparent;
    border: none;
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.decrese,
.increse {
    background: linear-gradient(186.34deg, #F79229 5%, rgba(247, 146, 41, 0) 169%);
    width: 30px;
    height: 30px;
    color: white !important;
    border-radius: 50%;
}

.related,
.head-cart {
    width: fit-content;
}

.related::after,
.nav-link.active .position-relative::after {
    content: "";
    background-color: var(--second-Webcolor);
    width: 100%;
    height: 50%;
    top: 23px;
    left: 0;
    position: absolute;
    z-index: -2;
    animation: moveLine 2s infinite;
}

/* animation: moveLine 2s infinite; */
@keyframes moveLine {
    0% {
        transform: scale(1.1) translateY(20%) translateZ(0);
    }

    50% {
        transform: scale(1.1) translateY(00%) translateZ(0);
    }

    100% {
        transform: scale(1.1) translateY(20%) translateZ(0);
    }
}


@media (max-width:1024px) {
    .single-para {
        width: 100%;
    }

    .single_product-img {
        border: 1px solid black;
        /* position: relative;
        height: 300px; */
    }
}

.options i {
    color: var(--second-Webcolor);
    margin-right: 10px;
}

.bg-single {
    background: url("../../images/new\ 1.png") center center no-repeat;
    background-size: 100% 100%;
    height: 300px;
}

.bg-single button {
    background-color: var(--second-Webcolor);
    margin-left: -5px;
    padding: 9px 20px;
}

@media (max-width:768px) {
    .bg-single input {
        background-color: white;
    }

    .bg-single {
        background: url("../../images/new\ 1.png");
        height: 300px;
    }
}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 400px;
    height: 400px;
    z-index: 20;
    top: 0 !important;
    left: auto !important;
    right: 0 !important;
    transform: translateX(80%) !important;
    z-index: 100;
}

@media (max-width:992px) {

    .img-magnifier-glass {
        display: none;
    }
}


/* start Ratings_Reviews */


.Ratings_Reviews .card {
    background-color: rgba(243, 244, 246, 0.2);
    border: 1px solid rgba(243, 244, 246, 1);
    border-radius: 6px;
}

.Ratings_Reviews .date {
    color: rgb(155, 160, 177);
}


.Ratings_Reviews .header {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    gap: 1rem;
}

.Ratings_Reviews .header .image {
    height: 3rem;
    width: 3rem;
    border-radius: 9999px;
    object-fit: cover;
    background-color: var(--main-Webcolor) !important;
}

.Ratings_Reviews .stars {
    display: flex;
    justify-content: center;
    grid-gap: 0.125rem;
    gap: 0.125rem;
    color: rgba(34, 197, 94, 1);
}


.Ratings_Reviews .name {
    font-size: 0.9rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
}

.Ratings_Reviews .message {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 1rem;
    color: rgba(107, 114, 128, 1);
}

.girl-image {
    object-fit: contain;
    height: 300px;
    width: 100%;
    aspect-ratio: 1 / 1;
    z-index: 10;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65;
}

.contact-btn {
    background-color: var(--second-Webcolor);
}

table th,
table td {
    font-size: 14px;
    font-weight: normal;
}


.progress-5 {
    background-color: #38ae04;
}

.progress-4 {
    background-color: #80ae04;
}

.progress-3 {
    background-color: #f2aa31;
}

.progress-2 {
    background-color: #f46c31;
}

.progress-1 {
    background-color: #f46c31;
}

/* start star ratung  */
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.3rem;
    --stroke: #666;
    --fill: #ffc73a;
}

.rating input {
    appearance: unset;
}

.rating label {
    cursor: pointer;
}

.rating svg {
    width: 2rem;
    height: 2rem;
    overflow: visible;
    fill: transparent;
    stroke: var(--stroke);
    stroke-linejoin: bevel;
    stroke-dasharray: 12;
    animation: idle 4s linear infinite;
    transition: stroke 0.2s, fill 0.5s;
}

@keyframes idle {
    from {
        stroke-dashoffset: 24;
    }
}

.rating label:hover svg {
    stroke: var(--fill);
}

.rating input:checked~label svg {
    transition: 0s;
    animation: idle 4s linear infinite, yippee 0.75s backwards;
    fill: var(--fill);
    stroke: var(--fill);
    stroke-opacity: 0;
    stroke-dasharray: 0;
    stroke-linejoin: miter;
    stroke-width: 8px;
}

@keyframes yippee {
    0% {
        transform: scale(1);
        fill: var(--fill);
        fill-opacity: 0;
        stroke-opacity: 1;
        stroke: var(--stroke);
        stroke-dasharray: 10;
        stroke-width: 1px;
        stroke-linejoin: bevel;
    }

    30% {
        transform: scale(0);
        fill: var(--fill);
        fill-opacity: 0;
        stroke-opacity: 1;
        stroke: var(--stroke);
        stroke-dasharray: 10;
        stroke-width: 1px;
        stroke-linejoin: bevel;
    }

    30.1% {
        stroke: var(--fill);
        stroke-dasharray: 0;
        stroke-linejoin: miter;
        stroke-width: 8px;
    }

    60% {
        transform: scale(1.2);
        fill: var(--fill);
    }
}

/* end star ratung  */
/* end Ratings_Reviews */
