.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 {
    height: 110px;
    width: 110px;
    object-fit: cover;
}

.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: rgb(149 128 75 / 15%);
    width: fit-content;
    color: black;
    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, #f88820 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: #f88820;
    width: 100%;
    height: 50%;
    top: 23px;
    left: 0;
    position: absolute;
    z-index: -2;
    animation: moveLine 2s infinite;
}
.contact-btn {
    background-color: #F88820;
    border-radius: 19px;
    transform: translate(37px, -78px);
}

/* 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: #17A0C5;
    margin-right: 10px;
}

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


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


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 */



/*start  Products */
/* .card_box {
    background: rgba(221, 215, 255, 0.38);
    position: relative;
    cursor: pointer;
    transition: all .3s;
    border: 1px solid #ddd;
}

.card_box .price {
    color: black;
}

.card_box .title-product {
    color: #333;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 15px;
}


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

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

.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-silver {
    fill: #555;
    color: #555;
}

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

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

.fav {

    display: flex;
    align-items: center;
}
.rating-star.gold {
    color: rgb(251 176 8);
}

.rating-star {
    color: #fff;
}
.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: left;
    font-size: 14px;
    font-weight: 500;
}

.color {
    color: #17A0C5;
    font-weight: bold;
    padding-left: 0 !important;

}

.size {
    color: #000;


}

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

    }
}

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

/* end btn-wishlist */
.star {
    /* color: #38ae04; */
    color: #f88820 !important;
}

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

.navbar {
    position: relative;
}

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

.box {
    direction: rtl;
    text-align: right;
}

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

/*.product-code {
    top: 0;
    right: 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;
    }

    .box {
        direction: ltr;
        text-align: start;
    }


}

.specification {
    color: #f88820;
    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: left;
    }
}

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

.products .sail span {
    font-size: 11px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    background: rgba(255, 0, 0, 1);
    position: absolute;
    top: 21px;
    left: -18px;
}

.icon-svg--color-silver {
    fill: #fff;
    color: #fff;
}

.card_box .title-product {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 11px !important;
    color: black;
    font-weight: bold;
}

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


.video-container {

    /* height: 350px; */
}

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

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



.option {
    font-size: 13px;
    transform: translateX(26px);
}

.size:hover {
    color: black;
}

.card_single_product .title-product {
    font-size: 30px !important;
    color: black;
}

@media (max-width: 567px) {
    .product-box {
        padding: 44px;
    }
}

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





.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: 183px;
        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 {
    right: 0;
    background: #f88820;
    color: white;
    height: 23px;
    font-size: small;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
}


.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;
}
.products .del {
    color: rgba(255, 0, 0, 1);
    text-decoration: line-through !important;
    font-size: 1.05rem;
}
.product-text{
    text-align: left;
}

.offers-border{
    border-color: #17A0C5 !important;
}

.subscribe{
    color: black !important;
}
