.btn_copy {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    box-shadow: unset!important;
    font-size: 21px;
    color: #000000;
}

.tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 97%;
    /* Adjust based on your design */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}

.btn_copy:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* .single_landing .img {
    height: 300px;
    object-fit: contain;
}

.single_landing .div_img {
    border-bottom: 2px solid var(--sec_site);
}

.single_landing .div_img .img_sm {
    height: 150px;
    object-fit: contain;

}

.single_landing .code {
    position: absolute;
    top: 3%;
    left: 3%;
    color: #fff;
    background-color: var(--sec-site);
}

.single_landing .rating i {
    color: rgba(255, 183, 44, 1);
}

.single_landing .del {
    color: rgba(255, 0, 0, 0.65);
}

.stock {
    background-color: rgba(61, 112, 42, 0.13);
    color: rgba(48, 102, 28, 1);
    width: fit-content;
}


.single_landing .social_icon .whats {
    background-color: #29a71a;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;

}

.single_landing .social_icon .facebook {
    background-color: rgb(24 119 242);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;



}

.single_landing .social_icon .insta {
    background-color: rgb(254 51 99);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;


}

.single_landing .social_icon .linkedin {
    background-color: rgb(0 122 185);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;



}

.single_landing .social_icon .twitter {
    background-color: rgb(0, 0, 0);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;



}

.single_landing .decrease {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(186.34deg, #F79229 5%, rgba(247, 146, 41, 0) 169%);
    color: #fff;
    border-radius: 50%;


}

.single_landing .increase {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(186.34deg, #F79229 5%, rgba(247, 146, 41, 0) 169%);
    color: #fff;
    border-radius: 50%;


}

.single_landing .add_to_cart {
    background-color: #29a71a;
    color: #fff;
}

.single_landing .img_text {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.single_landing .desc {
    border-right: 1px solid black;
}

.main_desc .img{
width: 110px;
height: 90px;
object-fit: contain;
}

.main_desc .header {
    position: relative;
}
.main_desc .header::before{
position: absolute;
width: 100px;
height: 100px;
background-color: var(--sec-site);
top: 50%;
bottom: 50%;
} */

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

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


.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;
    align-items: center;
}

.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;
    border-radius: 15px;
    height: 40px;
    width: 150px;
    padding: 0 20px;
    flex-direction: row-reverse;
}

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

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

.related,
.head-cart {
    width: fit-content;
    /* overflow-y: hidden; */
}



/*  */
.related::after,
.nav-link.active .position-relative::after {
    content: "";
    background-color: var(--main_site);
    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%;
    }
}

.options i {
    color: #38ae04;
    margin-left: 10px;
}

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

.bg-single button {
    background-color: #38ae04;
    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;
}


/* 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: #dfdfdf;
    padding: 5px;
}

.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: #38ae04;
    border-radius: 19px;
    transform: translate(37px, -78px);
}

@media (max-width:576px) {
    .contact-btn {
        background-color: #38ae04;
        border-radius: 17px;
        transform: translate(0);
    }
}


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);
    }
}

.card_box .title-product {
    font-size: 16px !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
    height: 45px;
}

.title-products {
    font-size: 25px !important;
    color: white;
    font-family: 'Cairo';
    font-weight: bold;
}


.card_box .ribbons {
    position: absolute;
    overflow: hidden;
    width: 120px;
    height: 120px;
    top: -10px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_box span.ribbons .discount {
    position: absolute;
    width: 120%;
    height: 30px;
    background-image: linear-gradient(45deg, var(--main-Webcolor) 0%, rgb(71 46 202 / 80%) 51%, var(--main-Webcolor) 100%);
    transform: rotate(-45deg) translateY(-30px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
    z-index: 1;
    font-size: 12px;
}

.card_box .ribbons::after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0px;
    left: 0;
    height: 10px;
    z-index: -1;
    transform: translateY(-20px);
    box-shadow: 90px -90px var(--main-Webcolor);
    background-image: linear-gradient(45deg, var(--main-Webcolor) 0%, rgb(71 46 202 / 80%) 51%, var(--main-Webcolor) 100%);
}


.pragragh-card {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    color: #333;
    min-height: 40px;
}

.heart-card {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--main-Webcolor);
    color: white;
    font-size: 22px;
}

.btn-cart {
    background: rgba(255, 255, 255, 1) !important;
    padding: 9px 22px;
    border-radius: 15px;
}

.btn-cart:hover {
    background: transparent !important;
    border: 1px solid var(--main-Webcolor) !important;
    color: var(--main-Webcolor);

}

.btn-purple {
    padding: 5px 14px;
    background-color: var(--main-Webcolor);
    color: var(--white-color);
    border-radius: 6px;
    border: 1px solid transparent;
    font-family: 'Roboto';
    font-size: 25px;
    line-height: 43.5px;
    font-weight: 400;
    transition: all 0.15s linear;
}

.btn-purple:hover {
    background-color: rgba(29, 201, 160, 0.08);
    border-color: var(--main-Webcolor);
    color: var(--main-Webcolor) !important;
    transform: translateY(-5px) scale(1.05);
}

.btn-purple:active {
    background-color: transparent;
    border-color: var(--main-Webcolor);
    color: var(--main-Webcolor);
    transform: translateY(5px) scale(0.95);
}

.btn-purple:disabled {
    background-color: rgba(255, 255, 255, 0.16);
    color: #8E8E93;
    border-color: #8E8E93;
}



/* .card_box .img-card {
    object-fit: contain;
    aspect-ratio: 1/1;
    height: 150px;
    width: 100%;
    display: block;
    mix-blend-mode: multiply;
} */


@media (max-width:768px) {

    .btn-purple {
        padding: 2px 10px;
        border-radius: 4px;
        font-size: 18px;
    }

    .head-cart {
        font-size: 22px;
    }

}

@media (max-width:768px) {
    .Products .row {
        justify-content: center !important;
    }
}

/*end Products */



/* Start add to cart btn */


.navbar .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.quantityProduct {
    height: 40px !important;
    width: 50px;
    margin-left: 5px;
    height: 100%;
    /* border: 1px solid #dee2e6; */
}

/* .Cart-btn {
    position: relative;
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    outline: none;
    transition: .5s ease-in-out;
    font-size: 12px;
    overflow: hidden;
    cursor: pointer;
    border: none;
} */

/* .Cart-btn:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #30661C;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
} */

/* .Cart-btn:hover::after {
    right: auto;
    left: 0;
    width: 100%;
} */

/* .Cart-btn .span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 20;
    transition: all 0.3s ease-in-out;
    position: relative;
} */

/* .Cart-btn .span .icon {
    margin-left: 10px;
} */

/* .Cart-btn:hover .span {
    color: white;
    animation: scaleUp 0.3s ease-in-out;
} */

/* @keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
} */


/* .Cart-btn:hover {
    background-color: white;
}



.Cart-btn:hover .add-to-cart {
    color: white;
}

.Cart-btn:active {
    transform: scale(.9);
}

.Cart-btn .fa-shopping-cart {
    color: rgb(32, 197, 128);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -30%;
    font-size: 1.3em;
    transform: translate(-50%, -50%);
}

.Cart-btn .fa-box {
    color: rgb(32, 197, 128);
    position: absolute;
    z-index: 3;
    top: -20%;
    left: 52%;
    font-size: 1em;
    transform: translate(-50%, -60%);
}

.Cart-btn span {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    color: #555;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.Cart-btn span.add-to-cart {
    opacity: 1;
}

.Cart-btn span.added {
    opacity: 0;
}

.Cart-btn.clicked .fa-shopping-cart {
    animation: cart 2s ease-in-out forwards;
}

.Cart-btn.clicked .fa-box {
    animation: box 2s ease-in-out forwards;
}

.Cart-btn.clicked span.add-to-cart {
    animation: txt1 2s ease-in-out forwards;
}

.Cart-btn.clicked span.added {
    animation: txt2 2s ease-in-out forwards;
    color: rgb(32, 197, 128);
}

@keyframes cart {
    0% {
        left: -10%;
    }

    40%,
    60% {
        left: 50%;
    }

    100% {
        left: 180%;
    }
}

@keyframes box {

    0%,
    40% {
        top: -20%;
    }

    60% {
        top: 40%;
        left: 52%;
    }

    100% {
        top: 40%;
        left: 180%;
    }
}

@keyframes txt1 {
    0% {
        opacity: 1;
    }

    20%,
    100% {
        opacity: 0;
    }
}

@keyframes txt2 {

    0%,
    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
 */


/* End add to cart btn */

/* start btn-wishlist */
.card_box .badge-rate {
    /* position: relative;
    display: block;
    text-align: start;
    gap: 10px;
    border-radius: 9px;
    background: rgb(255, 255, 255);
    padding: 3px 12px;
    z-index: 1;
    color: rgb(64, 69, 83);
    display: block; */

}



.btn-wishlist {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: white;
}

.btn-wishlist button {
    border: 0;
    background-color: white;
    width: 40px;
    height: 40px;
}

.button--full-width {
    min-width: 385px;
}

.icon-with-text {
    display: inline-flex;
    align-items: flex-start;
}

.icon-with-text__icon {
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: -2px;
}


.icon-svg--color-blue {
    fill: #FF0000;
    color: #FF0000;
}

.icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 14px;
}

.heart-full {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.btn__effect {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
}

.effect-group .effect {
    display: block;
    position: absolute;
    top: 38%;
    left: 50%;
    width: 20px;
    transform-origin: 0px 2px;
}

.effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.effect-group .effect:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: 1.5px;
    height: 3px;
    background: #FF0000;
}

.effect-group .effect:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10%;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #ff6600;
    transform: scale(0, 0);
}

.active .heart-stroke {
    opacity: 0;
}

.active .heart-full {
    opacity: 1;
}

.active .icon-svg {
    -webkit-animation: bounceIn 0.5s linear;
    animation: bounceIn 0.5s linear;
}

.active .effect:before {
    -webkit-animation: fireworkLine 0.5s linear 0.1s;
    animation: fireworkLine 0.5s linear 0.1s;
}

.active .effect:after {
    -webkit-animation: fireworkPoint 0.5s linear 0.1s;
    animation: fireworkPoint 0.5s linear 0.1s;
}

.broken-heart {
    position: absolute;
    left: -16px;
    top: 0;
    opacity: 0;
}

.broken-heart--left {
    transform: rotate(0deg);
    transform-origin: 60% 200%;
}

.broken-heart--right {
    transform: rotate(0deg);
    transform-origin: 63% 200%;
}

.broken-heart--crack {
    stroke-dasharray: 15;
    stroke-dashoffset: 15;
}

.deactivate .broken-heart {
    opacity: 1;
}

.deactivate .broken-heart--left {
    -webkit-animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
    animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--right {
    -webkit-animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
    animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--crack {
    -webkit-animation: crack 0.2s ease-in forwards;
    animation: crack 0.2s ease-in forwards;
}

.button.one.desktop:not(.active):hover .heart-stroke {
    -webkit-animation: pulse 1s ease-out infinite;
    animation: pulse 1s ease-out infinite;
}

.button.two.desktop:not(.active):hover .heart-stroke {
    -webkit-animation: pulseBlue 1s ease-out infinite;
    animation: pulseBlue 1s ease-out infinite;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center center;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.15);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center center;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.15);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes pulseBlue {
    0% {
        transform-origin: center center;
        transform: scale(1);
        fill: #cccccc;
    }

    50% {
        transform: scale(1.15);
        fill: #FF0000;
    }

    100% {
        transform: scale(1);
        fill: #cccccc;
    }
}

@keyframes pulseBlue {
    0% {
        transform-origin: center center;
        transform: scale(1);
        fill: #cccccc;
    }

    50% {
        transform: scale(1.15);
        fill: #FF0000;
    }

    100% {
        transform: scale(1);
        fill: #cccccc;
    }
}

@-webkit-keyframes fireworkLine {
    0% {
        right: 20%;
        transform: scale(0, 0);
    }

    25% {
        right: 20%;
        width: 6px;
        transform: scale(1, 1);
    }

    35% {
        right: 0;
        width: 35%;
    }

    70% {
        right: 0;
        width: 4px;
        transform: scale(1, 1);
    }

    100% {
        right: 0;
        transform: scale(0, 0);
    }
}

@keyframes fireworkLine {
    0% {
        right: 20%;
        transform: scale(0, 0);
    }

    25% {
        right: 20%;
        width: 6px;
        transform: scale(1, 1);
    }

    35% {
        right: 0;
        width: 35%;
    }

    70% {
        right: 0;
        width: 4px;
        transform: scale(1, 1);
    }

    100% {
        right: 0;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes fireworkPoint {
    30% {
        transform: scale(0, 0);
    }

    60% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 0);
    }
}

@keyframes fireworkPoint {
    30% {
        transform: scale(0, 0);
    }

    60% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(1);
    }
}

@-webkit-keyframes crackLeft {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@keyframes crackLeft {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes crackRight {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@keyframes crackRight {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes crack {
    0% {
        stroke-dasharray: 15;
        stroke-dashoffset: 15;
    }

    80% {
        stroke-dasharray: 15;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes crack {
    0% {
        stroke-dasharray: 15;
        stroke-dashoffset: 15;
    }

    80% {
        stroke-dasharray: 15;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* end btn-wishlist */
.rating-star {
    color: #fff;
}

.rating-star.gold {
    color: rgb(251 176 8);
}

.orange {
    color: var(--second-Webcolor);
}


.navbar {
    position: relative;
    height: 63px;
}

@media (max-width:567px) {
    .navbar {
        position: relative;
        height: 100%;
    }
}

.input-up {
    background-color: #fff;
}

.box {
    direction: rtl;
    text-align: right;
    height: 350px;
    overflow: auto;
}

.head {
    color: black;
    font-weight: bold;
}

.tag-link {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: black;
    background-color: rgba(61, 112, 42, 0.15);
    border-bottom: 1px solid #0f2b03;
}

.tag-link:hover {
    color: #38ae04;
}

/* a:hover {
    color: inherit;
} */
.fav {

    display: flex;
    align-items: center;
}

.product-property {
    font-size: 20px;
    height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18px;
    font-weight: bold;
    z-index: 177;

}

.product-property::before {
    content: "";
    background-color: var(--sec_site);
    width: 100%;
    height: 68%;
    top: 24px;
    left: 28px;
    position: absolute;
    z-index: -138;
    animation: moveLine 2s infinite;
    width: 92%;
}

.containerr {
    display: flex;
}

.Material {
    border-bottom: 1px solid var(--main-color);
    text-align: right;
}

.Material-info {
    text-align: center;
    margin-top: 1rem !important;
}

.Material-info li {
    color: var(--main1-color);
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}

.color {
    color: var(--sec_site);
    font-weight: bold;
    padding-right: 0 !important;
}

.size {
    color: #000;
    direction: rtl;
    text-align: right;
    position: relative;
    font-size: 13px;

}

.size:hover {
    color: black;
}


@media (max-width:1024px) {
    .size {
        color: #000;

    }

}

/* .social_media {
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 35px;
} */

/*.product-code {
    top: 0;
    left: 30px;
    background-color: #38ae04;
    color: #fff;
    border-radius: 6px;
    padding: 3px 8px;
}*/

@media (max-width:567px) {
    .options p {
        font-size: 12px;
    }

    .nav-tabs {
        margin-top: 10px;
    }

    .nav-tabs h6 {
        font-size: 14px;
        padding-top: 6px;

    }

.size {
    color: #000;
    display: inline-block;
    max-width: 100%;
    text-wrap: wrap;
}
}


.specification {
    color: var(--main_site);
    margin-top: 24px;
    font-size: 23px;
}

.Response {
    color: #000;
}

.technical {
    list-style-type: disc;
    margin-right: 55px;
}

/* @media (max-width:1280px) {
    .social_media {
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 35px;
        right: 46px;
    }
}

@media (max-width:1024px) {
    .social_media {
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 35px;
        right: 100px;
    }
} */



/* @media (max-width: 576px) {
    .social_media {
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 6px;
        right: 141px;
    }
}

@media (max-width: 400px) {
    .social_media {
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 2px;
        right: 3px;
    }
} */

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

    .second-section {
        width: 100%;
    }

    /* .social_media {
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 35px;
        float: right;
    } */
}

/* @media (max-width: 768px) {
    .social_media {
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 1px;
        right: 8px;
    }
} */



.button2 {
    background-color: var(--main_site);

}

.the-rating {
    flex-direction: row-reverse;
    gap: 0.3rem;
    --stroke: #666;
    --fill: #ffc73a;

}

.product .product-des {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-family: Helvetica Neue;
}

.table.single-pro-tbl th {
    color: black;
    font-size: 16px;
    background-color: #ececec;
    font-weight: bold;
    letter-spacing: 0;
    text-wrap: nowrap;
}

.table.single-pro-tbl td {
    vertical-align: bottom;
    color: black;
    font-size: 15px;
    overflow: hidden;
    letter-spacing: 0;

}

.butn-pdf {
    background-color: var(--main_site);
    border-color: var(--main_site);

}

.butn-pdf:hover {
    background-color: var(--main_site);
    border-color: var(--main_site);
}


.buttoncontent {
    position: relative;
    z-index: 1;

}



@media (max-width: 768px) {
    .containerr {
        display: block;
    }
}

@media (max-width: 768px) {
    .product-property::before {
        content: "";
        background-color: var(--sec_site);
        width: 100%;
        height: 68%;
        top: 24px;
        left: 12px;
        position: absolute;
        z-index: -138;
        animation: moveLine 2s infinite;
        width: 92%;
    }
}




.youtube-comments {
    height: 300px;
    overflow: auto;
}

.img_comment {
    border-radius: 50%;
    object-fit: contain;
    width: 34px;
    height: 34px;
}


/* .card_single_product .title-product {
    font-size: 30px !important;
} */

@media (max-width: 567px) {
    #myimage {
        height: 140px;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        float: right;
        display: flex;
        justify-content: start;
    }

    .offers {
        display: flex !important;
        /* flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    transform: translateY(-299px); */
    }

    .video-container {
        /* margin-top: -198px; */
    }
}

.author {
    white-space: nowrap;
    /* font-size: 1.3rem; */
    font-weight: 700;
    /* line-height: 1.8rem; */

}

.author span {
    font-family: sans-serif;
    font-size: 12px;

    color: #000;
}

.replies {
    display: none;
    margin-left: 20px;
    /* font-size: small; */
}

.replies .author .distnct {
    height: 20px;
    background-color: #888888;
    border-radius: 12px;
    color: #fff;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.toggle-replies i {
    color: #065FD6;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
    font-size: small;

}

.toggle-replies {
    margin-bottom: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}

.toggle-replies img {
    width: 25px;
    height: 25px;
}

.toggle-replies:hover i {
    background-color: #def1ff;
    border-color: transparent;


    color: rgb(0, 0, 0);

    font-size: small;
}

/* .toggle-replies:hover i{

    } */

.author .date {
    color: #606060;
    font-size: smaller;
    font-weight: 400;
}


.text {
    color: #0f0f0f;
    font-family: "Roboto", "Arial", sans-serif;
    /* font-size: 1.4rem; */
    font-weight: 400;
    /* line-height: 2rem; */
}


.img_love {
    position: relative;
    width: fit-content;

}

.img_love .img_comment {
    width: 18px;
    height: 18px;
}

.img_love .love-overlay {
    position: absolute;
    left: -8px;
    bottom: -8px;
    /* width: 15px; */

}

.img_love svg {
    max-width: unset !important;

}

@media (max-width: 567px) {
    .card-button {
        align-items: flex-end !important;
    }
}


.count-comment {
    left: 0;
    background: #29a71a;
    color: white;
    height: 23px;
    font-size: small;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
}

.single-iamges img {
    height: 110px;
    width: 110px;
    object-fit: cover;
}


/* .video-container {
    position: relative;
    width: 100%;
    height: 350px;
}

#youtube-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: #fff;
    z-index: 1;
    pointer-events: none;
} */




.post-container {
    border: 1px solid #ddd;
    padding: 20px;
    width: 500px;
    font-family: Arial, sans-serif;
}

.post-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.post-header img {
    border-radius: 50%;
    margin-right: 10px;
}

.post-content {
    margin-bottom: 10px;
}

.post-content img {
    max-width: 100%;
}


.post-footer {
    display: flex;
    justify-content: space-between;
}

.post-footer a {
    color: #3b5998;
    text-decoration: none;
}

.post-footer a:hover {
    text-decoration: underline;
}



.youtube-comments .replay {
    color: #606060;
    font-size: smaller;
    font-weight: 400;
}

.save {
    background-color: rgba(255, 0, 0, 1);
    color: #fff;
    position: absolute;
    top: -13px;
    right: 0;
}


.rating-star {
    color: #fff;
}

.rating-star.gold {
    color: rgb(251 176 8);
}

.card_box .badge {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: right;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    padding: 3px 3px;
    z-index: 1;
    color: var(--sec_site);
    font-weight: 200 !important;

}


.rwcapcha-form {
    display: flex;
    align-items: end;
    justify-content: end;
    margin-top: 78px;
}

.star {
    color: gold;
}

@media (max-width: 567px) {
    .single-pro {
        margin-top: 25px;
    }
}

.button-card {
    cursor: pointer;
    width: 120px;
    height: 40px;
    font-size: 18px;
    background: var(--sec_site);
    position: relative;
    text-align: center;
    border-radius: 0.45em;
    transition: background 0.3s;
    padding-right: 7px;
}

.button-card i {
    margin-left: 5px;
}

.single_product-img {
    position: relative;
}

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

.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;
    align-items: center;
}

.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;
    border-radius: 15px;
    height: 40px;
    width: 150px;
    padding: 0 20px;
    flex-direction: row-reverse;
}



.related {
    width: fit-content;
}

.related::after,
.nav-link.active .position-relative::after {
    content: "";
    background-color: var(--main_site);
    width: 100%;
    height: 50%;
    top: 23px;
    left: 0;
    position: absolute;
    z-index: -2;
    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%;
    }
}

.options i {
    color: #38ae04;
    margin-left: 10px;
}

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

.bg-single button {
    background-color: #38ae04;
    margin-left: -5px;
    padding: 9px 20px;
}

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

    .bg-single {
        height: 300px;
    }
}

.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: #dfdfdf;
    padding: 5px;
}

.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 {
    pointer-events: none;
    opacity: .65;
}

.contact-btn {
    background-color: #38ae04;
    border-radius: 19px;
    transform: translate(37px, -78px);
}

@media (max-width:576px) {
    .contact-btn {
        background-color: #38ae04;
        border-radius: 17px;
        transform: translate(0);
    }
}

.option {
    font-size: 13px;
}

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;
}

.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);
    }
}

.card_box .title-product {
    font-size: 17px !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
    height: 45px;
}

.products {
    padding-right: 15px;
}

@media (max-width:768px) {
    .Products .row {
        justify-content: center !important;
    }
    .option {
        font-size: 13px;
    }
}

.quantityProduct {
    height: 40px !important;
    width: 50px;
    margin-left: 5px;
    height: 100%;
}

.btn-wishlist {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: white;
}

.icon-svg--color-blue {
    fill: #FF0000;
    color: #FF0000;
}

.icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 14px;
}

.heart-full {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.btn__effect {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
}

.effect-group .effect {
    display: block;
    position: absolute;
    top: 38%;
    left: 50%;
    width: 20px;
    transform-origin: 0px 2px;
}

.effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.effect-group .effect:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: 1.5px;
    height: 3px;
    background: #FF0000;
}

.effect-group .effect:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10%;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #ff6600;
    transform: scale(0, 0);
}

.broken-heart {
    position: absolute;
    left: -16px;
    top: 0;
    opacity: 0;
}

.broken-heart--left {
    transform: rotate(0deg);
    transform-origin: 60% 200%;
}

.broken-heart--right {
    transform: rotate(0deg);
    transform-origin: 63% 200%;
}

.broken-heart--crack {
    stroke-dasharray: 15;
    stroke-dashoffset: 15;
}

.rating-star {
    color: #fff;
}

.input-up {
    background-color: #fff;
}

.box {
    direction: rtl;
    text-align: right;
    height: 350px;
    overflow: auto;
}

.head {
    color: black;
    font-weight: bold;
}

.tag-link {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: black;
    background-color: rgba(61, 112, 42, 0.15);
    border-bottom: 1px solid #0f2b03;
}

.tag-link:hover {
    color: #38ae04;
}

.fav {
    display: flex;
    align-items: center;
}

.product-property {
    font-size: 20px;
    height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18px;
    font-weight: bold;
    z-index: 177;
}

.product-property::before {
    content: "";
    background-color: var(--sec_site);
    width: 100%;
    height: 68%;
    top: 24px;
    left: 28px;
    position: absolute;
    z-index: -138;
    animation: moveLine 2s infinite;
    width: 92%;
}

.containerr {
    display: flex;
}

.Material {
    border-bottom: 1px solid var(--main-color);
    text-align: right;
}

.Material-info {
    text-align: center;
    margin-top: 1rem !important;
}

.Material-info li {
    color: var(--main1-color);
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}

.color {
    color: var(--sec_site);
    font-weight: bold;
    padding-right: 0 !important;

    text-align: right;
}

.size {
    color: #000;
    direction: rtl;
    text-align: right;
    position: relative;
    font-size: 13px;

}

.size:hover {
    color: black;
}

@media (max-width:1024px) {
    .size {
        color: #000;
    }
    .color {
        color: var(--sec_site);
        font-weight: bold;
        padding-right: 0 !important;
    }
}

/* .social_media {
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 35px;
} */

@media (max-width:567px) {
    .options p {
        font-size: 12px;
    }

    .nav-tabs {
        margin-top: 10px;
    }

    .nav-tabs h6 {
        font-size: 14px;
        padding-top: 6px;
    }
}

.specification {
    color: var(--main_site);
    margin-top: 24px;
    font-size: 23px;
}

.Response {
    color: #000;
}

.technical {
    list-style-type: disc;
    margin-right: 55px;
}

/* @media (max-width:1280px) {
    .social_media {
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 35px;
        right: 46px;
    }
} */

/* @media (max-width:1024px) {
    .social_media {
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 35px;
        right: 100px;
    }
} */
/* 
@media (max-width: 576px) {
    .social_media {
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 6px;
        right: 141px;
    }
} */

/* @media (max-width: 400px) {
    .social_media {
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 2px;
        right: 3px;
    }
} */

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

    .second-section {
        width: 100%;
    }

    /* .social_media {
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 35px;
        float: right;
    } */
}

/* @media (max-width: 768px) {
    .social_media {
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 1px;
        right: 8px;
    }
} */

.button2 {
    background-color: var(--main_site);
}

.the-rating {
    flex-direction: row-reverse;
    gap: 0.3rem;
    --stroke: #666;
    --fill: #ffc73a;
}

.product .product-des {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-family: Helvetica Neue;
}

.table.single-pro-tbl th {
    color: black;
    font-size: 16px;
    background-color: #ececec;
    font-weight: bold;
    letter-spacing: 0;
    text-wrap: nowrap;
}

.table.single-pro-tbl td {
    vertical-align: bottom;
    color: black;
    font-size: 15px;
    overflow: hidden;
    letter-spacing: 0;
}

.butn-pdf {
    background-color: var(--main_site);
    border-color: var(--main_site);
}

.butn-pdf:hover {
    background-color: var(--main_site);
    border-color: var(--main_site);
}

.buttoncontent {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .containerr {
        display: block;
    }
}

@media (max-width: 768px) {
    .product-property::before {
        content: "";
        background-color: var(--sec_site);
        width: 100%;
        height: 68%;
        top: 24px;
        left: 12px;
        position: absolute;
        z-index: -138;
        animation: moveLine 2s infinite;
        width: 92%;
    }
}

.youtube-comments {
    height: 300px;
    overflow: auto;
}

.img_comment {
    border-radius: 50%;
    object-fit: contain;
    width: 34px;
    height: 34px;
}

/* .card_single_product .title-product {
    font-size: 20px !important;
} */

@media (max-width: 567px) {
    #myimage {
        height: 140px;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        float: right;
        display: flex;
        justify-content: start;
    }

    .offers {
        display: flex !important;
    }

    .video-container {}
}

.author {
    white-space: nowrap;
    font-weight: 700;
}

.author span {
    font-family: sans-serif;
    font-size: 12px;
    color: #000;
}

.replies {
    display: none;
    margin-left: 20px;
}

.replies .author .distnct {
    height: 20px;
    background-color: #888888;
    border-radius: 12px;
    color: #fff;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.toggle-replies i {
    color: #065FD6;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
    font-size: small;
}

.toggle-replies {
    margin-bottom: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-replies img {
    width: 25px;
    height: 25px;
}

.toggle-replies:hover i {
    background-color: #def1ff;
    border-color: transparent;
    color: rgb(0, 0, 0);
    font-size: small;
}

.author .date {
    color: #606060;
    font-size: smaller;
    font-weight: 400;
}

.text {
    color: #0f0f0f;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
}

.img_love {
    position: relative;
    width: fit-content;
}

.img_love .img_comment {
    width: 18px;
    height: 18px;
}

.img_love .love-overlay {
    position: absolute;
    left: -8px;
    bottom: -8px;
}

.img_love svg {
    max-width: unset !important;
}

@media (max-width: 567px) {
    .card-button {
        align-items: flex-end !important;
    }
}

.count-comment {
    left: 0;
    background: #29a71a;
    color: white;
    height: 23px;
    font-size: small;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
}

.single-iamges img {
    height: 110px;
    width: 110px;
    object-fit: cover;
}

.youtube-comments .replay {
    color: #606060;
    font-size: smaller;
    font-weight: 400;
}

.save {
    background-color: rgba(255, 0, 0, 1);
    color: #fff;
    position: absolute;
    top: -13px;
    right: 0;
}

.rating-star {
    color: #fff;
}

.card_box .badge {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: right;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    padding: 3px 3px;
    z-index: 1;
    color: var(--sec_site);
    font-weight: 200 !important;
}

.star {
    color: gold;
}

.single-pro {
    padding-right: 25px;
}

@media (max-width: 567px) {
    .single-pro {
        margin-top: 25px;
    }
}

.ram-select ,.hard-select{
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.ram-selection ,.hard-selection  {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
}

.control-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: var(--main_site);
    font-size: 13px;
}

.form-select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    transition: border-color 0.3s ease;
    background-position: left .75rem center;
}

.form-select:focus {
    border-color: var(--main_site);
    outline: none;
}

.ram-selection:hover, .ram-selection:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.custom-control {
    width: 40px !important;
    height: 40px !important;
    left: -3%;
    top: 42%
}
.custom_control {
    width: 40px !important;
    height: 40px !important;
    right: -3%;
    top: 42%
}
@media (max-width: 567px) {
    .custom-control {
        width: 40px !important;
        height: 40px !important;
        left: -5%;
        top: 42%
    }
}
.custom-control .carousel-control-prev-icon {
    filter: invert(100%) !important;
}
.custom_control .carousel-control-next-icon {
    filter: invert(100%) !important;
}
.owl-item:nth-of-type(even) {
    transform: translateY(0) !important;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    left: -30px !important;
    top: 47% !important;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    right: -15px !important;
    top: 47% !important;
}
.owl-nav button {
    height: fit-content;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 4px;
    background-color:transparent !important;
    font-size: 34px !important;
}
.owl-nav button span{
    color: var(--main_site) !important;
}
.owl-stage {
    height: 0 !important;
    padding: 30px 0;
}
.owl-stage-outer {
    direction: ltr;
}

