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

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

    padding-bottom: 20px;

}

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

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

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

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

@media(max-width:768px) {

    .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: 58px;
    }
    .bestProductsbox .product-image img {
        height: 209px !important; 
    }
}