/* first_sec */
.first_sec .product_card:hover {
    border: 0;
}

.favourite_icon {
    color: #000000;
    padding: 3px 7px;
    cursor: pointer;
}

.product-details h3 {
    font-weight: bold;
    color: #000000;
}

.star-rating {
    color: #E26980;
    font-size: 20px;
}

.first_sec {
    overflow: hidden;
}

.first_sec .small-images .img-thumbnail {
    width: 85%;
    height: 156px;
    object-position: center;
    object-fit: contain;
}

.product_details .cart_btn {
    padding: 13px 20px;
    position: relative;
    bottom: 0 !important;
    right: 0 !important;
}

.main-image img {
    width: 100%;
    max-height: 562px;
    /* border-radius: 10px; */
    /* object-fit: cover; */
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: none !important;
}

.img-magnifier-container {
    position: relative;
    /* display: inline-block; */
    /* cursor: none; */


}


@media (max-width:567px) {
    .main-image img {
        /* height: 220px; */
    }
}

.first_sec {
    /* background-image: url(./../../images/single.webp); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background: #F4F4F4; */
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.best-sell {
    background: #000000;
    font-size: 0.95em;
    border-radius: 10px;
}

.saving {
    color: #5b814f;
    background-color: #a0d69085;
}

/* .whatsapp {
    background-color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #14db3d;
    border-radius: 20%;
} */

.insta {
    background-color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: rgb(254 51 99);
    border-radius: 20%;
}

.fav {
    width: 40px;
    height: 40px;
    /* background-color: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.lashes {
    width: fit-content;
    border: none;
    background-image: none;
    background-color: transparent;
    border-bottom: 2px solid var(--main-site);
}

/* description-tags-section */
/* .description-tags-section {
    background-color: #f9f9f9;
} */

.section-title {
    margin-bottom: 15px;
}

.description-title,
.tags-title {
    display: inline-block;
    padding: 7px 95px;
    font-size: 1.5rem;
    background: url("./../../images/Shape2.webp") no-repeat;
    background-size: cover;
    color: white;
}

@media (max-width:567px) {

    .description-title,
    .tags-title {
        padding: 7px 74px;
        background-size: contain;
    }
}

.description-content {
    position: relative;
    padding-right: 15px;
    text-align: justify;
}

.description-content::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    height: 12px;
    width: 12px;
    background-color: #000000;
    border-radius: 50%;
}

body:lang(en) .description-content {
    padding-left: 15px;
    padding-right: 0;
}

body:lang(en) .description-content::after {
    right: auto;
    left: 0;
}

.tag-list .tag {
    background-color: #fff;
    border: 1px solid #000000;
    padding: 5px 22px;
    border-radius: 9px;
    font-size: 14px;
    color: #333;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: .3s;
}

.tag-list .tag:hover {
    background-color: #000000;
    color: #fff;
}

@media (max-width: 768px) {
    .description-content p {
        font-size: 0.9rem;
    }

    .tag {
        font-size: 0.85rem;
        padding: 5px 10px;
    }
}

/* order-section */
.order-section {
    background-color: #f6f6f6;
    /* padding: 10px 0 10px 0; */
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.text-container {
    padding: 20px;
}

.highlight-text {
    font-size: 2rem;
    color: #000000;
    text-align: center;

}

.order-title {
    font-size: 2.5rem;
    color: #000000;
    /* font-weight: bold; */
    margin-bottom: 20px;
    text-align: center;
}

.sign-in-form {
    width: 100%;
    /* max-width: 329px; */
    margin-bottom: 20px;
    /* border: 2px solid #774756; */
    border-radius: 8px;
}

.sign-in-form .btn {
    background-color: #000000;
    /* border-color: #000000; */
    /* display: flex; */
    margin: auto;
    padding: 9px 19px;
    font-size: 18px;
    color: white;
    border-radius: unset;
}

.email-input {
    flex: 1;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #000000;
    border-radius: unset;
}

.product_details .cart_btn:hover {
    color: #fff;
}

.description-text {
    font-size: 1rem;
    color: #555;
    text-align: right;
}

@media (max-width: 768px) {
    .order-section {
        text-align: center;
    }

    .sign-in-form {
        justify-content: center;
    }

    .image-container {
        display: none;
    }
}

/* features-section */
/* .features-section {
    margin-top: 50px;
} */

.feature-box {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: #F4F4F4;
}

.feature-box:hover {
    transform: translateY(-10px);
}

.feature-icon {
    font-size: 38px;
}

h5 {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #333;
}

.section_title {
    background-color: #804d5b;
    color: white;
    padding: 10px 20px;
    border-radius: 0 50px 0 50px;
    display: inline-block;
    font-size: 22px;
    font-family: Arial, sans-serif;
    width: fit-content;
    margin: auto;
}

@media (max-width: 768px) {
    .highlight-text {
        font-size: 2rem;
        color: #b66760;
        text-align: center;
        width: 100%;
    }
}

.product_details a {
    text-decoration: none;
}

.wishlist_button {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 15%;
    transition: .3s;
}

.price {
    color: #E26980;
}

.white-arrow {
    width: 17px;
    height: 17px;
}


.selection {
    color: #111010;
    background-image: none;
    width: fit-content;
    font-weight: 600;
}

.section-title:lang(en) {
    text-align: left !important;
}

.order-section:lang(en) {
    background-image: url('./../../images/makeup-girl.webp');
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 400px;
}

.description-text:lang(en) {
    font-size: 1rem;
    color: #555;
    text-align: left;
}

.order-title:lang(en) {
    font-size: 2.5rem;
    color: #5c3d34;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

.g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
}

.recaptcha-container {
    margin: 0 auto;
    max-width: 100%;
    /* display: flex; */
}

@media (max-width: 576px) {
    .g-recaptcha {
        transform: scale(0.75);
        transform-origin: 0 0;
    }

    .recaptcha-container {
        margin: 0 auto;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .first_sec .small-images .img-thumbnail {
        width: 100%;
        height: 156px;
        object-position: center;
        object-fit: contain;
    }
}

.product-images {
    position: relative;
}

.sharebuttons:lang(en) {
    right: unset;
    left: 3%;


}

.sharebuttons {
    position: absolute;
    top: 5%;
    right: 3%;
    cursor: pointer;
    height: 50px;
    z-index: 2;

}

.sharebuttons:hover .social-icons {
    display: flex !important;
    flex-direction: column;
    transition: all 150ms;
    visibility: visible;
    height: auto;



}

.sharebuttons .share {
    background-color: #d13565;

    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;

}

.social-icons {


    z-index: 100;
    visibility: hidden;

}

.social_icon .whats {
    background-color: #29a71a;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 100%;
    transform: rotate(0) scale(1);
    opacity: 1;
    transition-delay: 10ms
}

.social_icon .facebook {
    background-color: rgb(24 119 242);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    transform: rotate(0) scale(1);
    opacity: 1;
    transition-delay: 40ms;


}

.social_icon .insta {
    background-color: rgb(254 51 99);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    transform: rotate(0) scale(1);
    opacity: 1;
    transition-delay: 70ms;

}


.social_icon .linkedin {
    background-color: rgb(0 122 185);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    transform: rotate(0) scale(1);
    opacity: 1;
    transition-delay: 100ms;
}

.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%;
    transform: rotate(0) scale(1);
    opacity: 1;
    transition-delay: 130ms;
}

.wrapper {
    height: 400px;
    width: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.owl-carousel-vertical {
    transform: rotate3d(0, 0, 1, 90deg);
}

.owl-carousel-vertical .item {
    transform: rotate3d(0, 0, 1, -90deg);
}

.wrapper .item {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 80px; */
    border-radius: 10px;
    width: 138px;
    height: 138px
}

.wrapper .owl-stage-outer {
    direction: ltr;
}

.wrapper .img-thumbnail {
    border-radius: .25rem;
    height: 105px;
    object-fit: cover;
}

@media (max-width: 900px) {

    .wrapper .owl-next,
    .wrapper .owl-prev {
        display: none !important;
    }
}

.wrapper .owl-prev {
    position: absolute;
    font-size: 43px !important;
    top: 1px;
    right: -29px;
}

.wrapper .owl-prev:lang(en) {
    top: unset;
    bottom: 16px;
}

.wrapper .owl-next:lang(en) {
    top: unset;
    bottom: 16px;
}

.wrapper .owl-next {
    position: absolute;
    font-size: 43px !important;
    top: 6px;
    left: -34px;
}

.wrapper .owl-carousel {
    height: 100%;

}

.wrapper .owl-carousel:lang(en) {
    display: flex !important;
    align-items: flex-end;
}

.wrapper .owl-next:lang(en) {
    transform: scaleX(-1);
}

.wrapper .owl-prev:lang(en) {
    transform: scaleX(-1);
}



.submit {
    border: 1px solid #000000;
    padding: 6px 15px;
    width: 120px;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    transition: .3s;
}

.submit:hover {
    color: #fff;
    background-color: #000000;
}

.video-section h5 {
    font-weight: bold;
}

.video-section p {
    color: #777;
}


.video-grid iframe {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    border: none;
}

.load-more-btn {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.load-more-btn:hover {
    background-color: rgb(0, 0, 0);
    color: #fff;
}


.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 0px solid #dee2e6;
    border-radius: 0;
    max-width: unset !important;
    width: 80% !important;
    height: 145px !important;
    object-fit: cover;
    box-shadow: 0 0rem .3rem .1rem #88888854;
    border: 1px solid #88888854;
}

.swiper-container {
    width: 100%;
    max-height: 516px;
    margin-left: auto;
    margin-right: auto;
    height: 516px;
}

@media (max-width: 900px) {
    .swiper-container {
        height: unset !important;

    }
}

.swiper-slide {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.img-magnifier-container {
    position: relative;
    display: inline-block;
}

.img-magnifier-glass {
    position: absolute;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: none;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

.scroll-sec {
    overflow: auto;
    height: 513px;
    scrollbar-width: none;
}

@media (max-width: 1000px) {
    .scroll-sec {
        display: flex;
        overflow: auto;
        height: 100%;
        scrollbar-width: auto;
    }
}
