/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Feb 3, 2023, 12:50:58 AM
    Author     : dashmano
*/
/*--User defined for form validation--*/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
    border-color: #0be73d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.margintop-29 {
    margin-top: 29px !important;
}

.singlemenu::before {
    display: none !important;
}

.brandLogo {
    background: #fff;
    border: 1px solid#eee;
    margin: 0;
    padding: 10px;
}

.brandLogo img {
    width: 60% !important;
    margin: auto;
    display: table;
}

.dashSubMenu li {
    display: block;
    padding: 5px 56px;
    font-size: 15px;
    color: #000;
}

.nav-item.sub-menuUSer .right {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.sub-menuUSer a {
    display: block !important;
}

.dashSubMenu li a {
    color: #505050;
    font-size: 14px;
}

.dashSubMenu li a:hover {
    color: #ffa53b;
}

.page-item.active .page-link {
    background-color: #f09b12;
    border-color: #f09b12;
}

.page-link {
    color: #000;
}

.page-link:focus {
    box-shadow: none;
}

/* .bg-overlay {
  
    z-index: 2 !important;
  
} */
.footer-social-wrapper {
    max-width: 984px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin: 30px auto 40px;
}

.footer-social-wrapper .social-link ul li {
    width: 40px;
    height: 40px;
    background-color: #ffb803;
    border-radius: 20px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    margin: 0 2px 0 2px;
}

.footer-social-wrapper .social-link ul li i {
    font-size: 18px;
}

.footer-social-wrapper .social-link h6 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-social-wrapper .social-link ul li a {
    color: #ffff;
    display: block;
}

.footer-banner-wrapper section {
    padding-top: 0px;
}

.add-to-cart-box .btn-add-cart {
    background: #dddbda;
    font-weight: bold;
    text-transform: uppercase;
}

.product-box-3 {
    box-shadow: 0px 3px 5px #e8e8e8;
    border: 1px solid#eee;
    background: white;
}

.product-box-3 .product-header .product-image .product-option {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    text-align: center;
    margin: auto;
    display: table;
    padding: 0 0px;
    line-height: 40px;
    top:0px
}

.product-box-3 .product-header .product-image {

    padding-bottom: 20px;

}

.product-box-3 .product-header .product-image img {
    height: auto !important;
}

.blog-section .blog-box .blog-contain .blog-button:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.blink_me {
    animation: blinker 1s linear infinite;
}


@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .user-dashboard-section .dashboard-left-sidebar {

        z-index: 999;

    }
}

@media (max-width: 767px) {
    header .top-nav {
        padding: 10px 0 10px !important;
    }
}

.bestProductsbox .product-image img {
    width: 100%;
    /* height: 237px !important; */
    height: auto !important;
    margin: 0 !important;
    border-radius: 10px 10px 0 0;
}

.bestProductsbox {
    background: #fff;
    padding: 0 !important;
    border-radius: 15px !important;
}

.bestProductsbox:hover .product-image img {
    -webkit-transform: scale(1);
    transform: scale(1) !important;
    opacity: 0.8;

}

.bestProductsbox .product-detail a .name {
    width: 100% !important;
    margin-top: 5px;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}

.bestProductsbox .product-detail {
    margin-top: 0 !important;
    padding: 15px !important;
}

.bestProductsbox .price__sale {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    display: flex;
    font-size: 13px;
}

.bestProductsbox .desc {
    font-size: 12px;
    line-height: 1.2;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    height: 56px;
}

.price dd {
    margin: 0 0.5em 0 0;
}

.price-item {
    font-weight: 500;
    font-size: 18px;
}

.bestProductsbox .price-item--regular {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
    opacity: 0.5;
}

.price__offer__percentage {
    margin-left: auto;
}

.price__compare {
    padding-left: 4px;
}

.price__offer__percentage dd {
    margin-right: 0;
    line-height: 10px;

}

.price-item--save,
.price-item--offer {
    font-size: 14px;
    font-weight: 600;
    color: #999999;
}

.price-item--offer {
    color: #F1574B;
}

.bestProductsbox .product-detail .buy-button {
    width: 100px;
    height: 35px;
    bottom: 10px;
    right: 10px;
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
}

.bestProductsbox .qty-box {
    width: 100% !important;
    max-width: 100%;
}

.product-section .right-box-contain .procuct-contain p {

    width: 100%;
    text-align: justify;
    font-size: 14px;
}

.product-section-box .custom-nav {
    border-bottom: 1px solid #ececec;
    background: #000 !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
}

.product-section-box .custom-nav .nav-item .nav-link {
    color: #fff !important;
    background-color: transparent !important;
    font-size: 14px !important;
}

.product-section-box .custom-nav .nav-item .nav-link:focus,
.product-section-box .custom-nav .nav-item .nav-link:hover,
.product-section-box .custom-nav .nav-item .nav-link.active {
    background-color: transparent !important;
}

.product-section-box .custom-nav .nav-item .nav-link::after {
    height: 2px !important;
    top: auto !important;
    ;
    bottom: 5px !important;
}

.product-section-box .custom-nav .nav-item .nav-link:focus::after,
.product-section-box .custom-nav .nav-item .nav-link:hover::after,
.product-section-box .custom-nav .nav-item .nav-link.active::after {
    background: #f09b12 !important;
}

.breadscrumb-section {
    background-color: #e3e3e3;
}

@media(max-width:768px) {
    .bestProductsbox .product-detail .buy-button {
        width: 100%;
        height: 35px;
        bottom: 0px;
        right: 0px;
        margin-top: 5px !important;
    }
}

/* .product-description br {
    display: none;
}

.product-description p {
    margin: 0 !important;
} */

.product-description img {
    width: 100% !important;
}

.product-description figure {
    margin: 0 -16px !important;
}

/* .procuct-contain h4 {
    border-radius: 5px;
    background: #000000;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    margin: 10px 0;
} */

.procuct-contain h4 {
    font-size: 14px;
    margin: 5px 0 0 0;
    color: #4a5568;
    line-height: 1.5;
}

.VisingCard {
    position: relative;
    background-color: white !important;
    background-image: url(left.png);
    width: auto;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 30%;
    height: 400px;
    border: 1px solid#000;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    color: #5f5f61;
    align-items: center;
}

.visingRight {

    padding-left: 22%;
}

.VisingLogo {
    width: 35%;
    align-items: center;
    margin-right: 15px;
    margin-left: 15px;
}

.imgTittle {
    width: 83%;
}

.visingtop p {
    margin-bottom: 7px;
    font-size: 16px;
    color: #5f5f61;
}

.visingtop h4 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
}

.vistingDetails div {
    margin-bottom: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    color: #5f5f61;
    font-weight: 400;
    letter-spacing: 0.3px;
    display: block;
}

.vistingDetails div img {
    width: 32px;
    margin-right: 10px;
}

.vistingDetails {
    margin-top: 20px;
}

.Mobi {
    display: none;
}

span#product_detail p strong , .procuct-contain p strong{
    font-weight: 400 !important;
}

span#product_detail p , .procuct-contain p {
    text-align: left;
}

@media(max-width:768px) {
    .VisingCard {
        height: 240px;

    }

    .visingRight {
        padding-left: 22%;
    }

    .VisingLogo {
        width: 60%;
        align-items: center;
        margin-right: 5px;
        margin-left: 0;

    }

    .visingtop p {
        margin-bottom: 0px;
        font-size: 13px;
    }

    .visingtop h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .vistingDetails div {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .vistingDetails div img {
        width: 20px;
        margin-right: 8px;
    }

    .vistingDetails {
        margin-top: 10px;
    }

    .desk {
        display: none;
    }

    .Mobi {
        display: block !important;
    }
}


header .navbar-toggler-icon {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.razorpay-payment-button {
    background: var(--theme-color) !important;
    color: #fff !important;
    border: none !important;
}

.product-box-3 .product-header .product-image {
    padding: 0;
    padding-bottom: 10px;

}

.product-box-3 {
    padding: 0;
}

.product-footer {
    padding: 0px 10px 15px;
}

.product-box-3:hover .product-header .product-image img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

#benefit .product-description .mb-2 {
    text-align: center !important;
}

/* #benefit .product-description .mb-2 img:first-child {
    width: 80% !important;
}  */
/* .product-description .w-80 {
    width: 80% !important;
} 
#product_detail h4 {
    border-radius: 7px;
    background: black;
    color: white;
    padding: 7px;
   font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}
*/
#product_detail h4 {
    font-size: 15PX;
    color: #4a5568;
    font-weight: 400;
}

.rate {
    height: 46px;
    padding: 0 10px;
    margin: auto;
    display: table
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 50px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #f09b12;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #f09b12;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #f09b12;
}

.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time h6 {
    font-size: 11px;
    color: #777;
    margin-top: 10px;
}

.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .name {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #000;
}

.product-section-box .custom-tab .review-box .review-people .review-list li .people-box {
    padding: 10px 0 15px !important;
}

.reply p {
    font-size: 18px;
}

.review-people .rating li .feather {
    width: 25px;
    height: 25px;
    stroke: #ffb321;
}

.review-people {
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.videoiframeproduct {
    width: 50%;
    margin: auto;
    display: table;
    height: 400px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
    color: #fff;
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6 {
    color: #fff;
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5 {
    color: #fff;
}

.rightvideo video {
    border-radius: 10px;
}

.row.videorow {
    padding: 0;
    display: flex;
    align-items: center;
}

/* Marquee Container */
.marquee-container {
    background-color: #FFEB57; /* Yellow background */
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    position: relative;
}

/* Marquee Wrapper */
.marquee-wrapper {
    display: flex;
    min-width: 100%;
    gap: 30px;
    animation: marquee 20s linear infinite;
}


.marquee-wrapper > div {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
}


.marquee-content {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: #009966; /* Green text */
    display: flex;
    gap: 20px;
}

.review-section .reviewer-box {
    height: 300px;
}
.video-container {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.video-container .thumbnail {
    width: 100%;
    border-radius: 10px;
    height: 500px;
}

.video-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 30px;
    padding: 15px 20px;
    border-radius: 50%;
    text-align: center;
}

.video-container  iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@media(max-width:768px) {
    .video-container  iframe ,  .video-container .thumbnail  {
        width: 100%;
        height: 550px;
        border-radius: 10px;
    }
   
    .review-section .reviewer-box {
        height: 330px;
    }
    .slider-8_health {
        margin-top: 60px;
    }
    footer .main-footer .footer-contain.active {
        display: block;
    }

    .home-contain .home-detail.home-overlay {
        background-color: transparent !important;
    }

    .home-contain .home-detail.home-big-space {
        padding: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320))) !important;
    }

    footer .main-footer .footer-contact {
        margin-bottom: 20px;
    }

    .banner-contain {
        border-radius: 0;
        height: 50px;
    }

    .bestProductsbox .product-image img {
        height: 209px !important;
    }

    .videoiframeproduct {
        width: 100%;
        margin: auto;
        display: table;
        height: 300px;
        border: 1px solid #ccc;
        border-radius: 15px;
    }

}

@media (max-width: 480px) {
    .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image {
        margin: 0;
        margin-right: 10px;
    }

    .product-section-box .custom-tab .review-box .review-people .review-list li .people-box {
        display: flex;
    }

}