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

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

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

 .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;
     transform: scaleX(-1);
 }

 .bg-single .bg-single_container {
     transform: scaleX(-1);
 }

 .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;
     transform: translateX(-29px);
 }

 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: 15px !important;
     margin-bottom: 5px !important;
     font-weight: 700 !important;
 }

 .products {
     padding-right: 15px;
 }

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

 .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-wrap: nowrap;
 }

 .size {
     color: #000;
     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;
 } */

 @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;
     text-align: left;
 }

 .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: left;
     -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;
    }
 }

 .button-card {
    cursor: pointer;
    width: 110px;
    height: 40px;
    font-size: 15px;
    background: var(--sec_site);
    position: relative;
    text-align: center;
    border-radius: 0.45em;
    transition: background 0.3s;
    padding-left: 7px;
}
.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: right .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);
}
