@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap");

* {
    font-family: Bahnschrift,sans-serif;
    /* font-weight: 200; */
}
.text-under {
    text-decoration: none;
}
.hxs {
    margin-top: 8px;
}
.embed-responsive-item {
    height: 200px;
}
.bg_color{
  background: #c79f3f;
}
.text_color{
    color:#c79f3f;
}
.bg_color:hover{
    background: #c79f3f;

}

.cat-style {
    background: #fff;
    padding: 5px 2px 0px 2px;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 14px;
    margin-top: 5px;
}
.cat-style:hover {
    margin-left: 5px;
    z-index: 2;
    padding: 5px;
    background: #eef0f2;
}
.wholesale-bu {
    color: white;
    cursor: pointer;
    padding: 5px 30px;
    background: #6c757d;
    border-radius: 5px;
}
.footer-bg {
    background: #1c1c1c;
    padding-top: 10px;
    color: #fff;
}

.card a:hover {
    background-color: ;
    border:1px solid #ddd;
}
.c-item {
    height: 100%;
}

.c-img {
    height: 100%;
}
.test-slider {
    background: #e8e4e4;
}

.f-right {
    float: right;
}

marquee {
    font-size: 20px;
    margin-top: 5px;
}
/* @media (min-width: 1400px) {
            .col-lg-2{width: 20%;}

        } */
.h-330 {
    height: 330px;
}
.h-627 {
    height: 535px;
}
.p-65 {
    padding-top: 50px;
}
.h-42 {
    height: 42px;
}
.midNav {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    text-align: center;
}
.midNav:hover {
    color: #000;
}

/* .fa {
            padding-top: 15px;
        } */
.midNav {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    text-align: center;
}
.midNav:hover {
    color: #000;
}

.topbarNav {
    height: 35px;
    background: #1c1c1c;
    line-height: 35px;
    color: #000;
  }

.dropdown-toggle {
    color: white !important;
}
.white {
    color: white !important;
}

.barNav {
    height: 76px;
    background: #f8f9fa;
    box-shadow: 0px 1px #e7e5e5;
}

.flash {
    color: #f8f9fa;
    font-weight: bold;
    height: 100%;
    line-height: 35px;
    text-decoration: none;

    font-size: 1rem;
}
.flash:hover {
    color: Black;
    text-decoration: none;
}

.barnav {
    line-height: 85px;
}

.search_btn {
    border: 1px solid #c79f3f;
    color: #c79f3f;
}
.search_btn:hover {
    background-color: #c79f3f;
    color: white;
}

@media (max-width: 600px) {
    .barnav {
        /* display: none; */
        /* background-color: red; */
    }
}

/* Default height for banner-custom-img */

.banner-custom-img img {
    height: 100%;
    width: 100%;
}

/* Media query for screens smaller than 768px */
@media (max-width: 767.98px) {
}

/* Media query for screens between 768px and 991.98px */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Media query for screens larger than 992px */
@media (min-width: 992px) {
}

/* skin 2 */
.skin-2 .num-in {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    height: 40px;
    width: 110px;
    float: left;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: "";
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
}

.sag1 {
    width: 80%;
    line-height: 2.5;
}

/* / skin 2 */
/* Product Details page */
.swatch {
    display: block;
}

.swatch input {
    display: none;
}

.swatch .swatch-element {
    float: left;
    margin: 5px 8px 0 0;
    position: relative;
}

.swatch .plain label {
    font-family: "montserratbold", sans-serif;
    border: 1px solid #c79f3f;
    color: #c79f3f;
    cursor: pointer;
    display: block;
    height: 42px;
    padding-top: 8px;
    text-align: center;
    width: 42px;
    /*         border-radius: 50%; */
}

.swatch .plain label:hover {
    border-color: #b5b6bd !important;
}

.swatch input:checked + label {
    border-color: #c79f3f !important;
}

.swatch .plain input:checked + label {
    color: #16161a !important;
}

/* .swatch .m input:checked + label {
    border-color: #c79f3f !important;
    background-color: #c79f3f !important;
}

.swatch .l input:checked + label {
    border-color: #c79f3f !important;
    background-color: #c79f3f !important;
}

.swatch .xl input:checked + label {
    border-color: #c79f3f !important;
    background-color: #c79f3f !important;
}

.swatch .xxl input:checked + label {
    border-color: #c79f3f !important;
    background-color: #c79f3f !important;
} */
/* product details page end */

/* Media query for screens smaller than 768px */
@media (max-width: 767.98px) {
    .slick-prev {
        left: 15px;
        top: 0px;
        float: right;
        /* width: 185%; */
        height: 30px;
    }
    .slick-next {
        right: 15px;
        /* float: left !important; */
        top: 0px;
        height: 30px;
    }

   .logo_size {
        height: 45px;
        width: 156px;
        padding-top: 8px;
        margin-top: 27px;
        padding-left: 0;
        padding-bottom: 9px;
   }
    
}

/* Media query for screens between 768px and 991.98px */
@media (min-width: 768px) and (max-width: 991.98px) {
    .slick-prev {
        left: 15px;
        top: 0px;
        float: right;
        /* width: 15%; */
        height: 30px;
    }
    .slick-next {
        right: 15px;
        /* float: left !important; */
        top: 0px;
        height: 30px;
    }
    .logo_size {
        height: 65px;
        width: 94px;
        padding-top: 10px;
        margin-top: 16px;
        padding-left: 30px;
        padding-bottom: 9px;
      }
}

/* Media query for screens larger than 992px */
@media (min-width: 992px) {
    .slick-prev {
        left: 15px;
        top: 0px;
        float: right;
        /* width: 185%; */
        height: 30px;
    }
    .slick-next {
        right: 15px;
        /* float: left !important; */
        top: 0px;
        height: 30px;
    }

    .logo_size {
        height: 40px;
        width: 150px;
        padding-top: 7px;
        margin-top: 30px;
        padding-left: 9px;
        padding-bottom: 6px;
    }

    
    }


/* .logo_size {
    height: 70px;
  width: 106px;
  padding-top: 18px;
  margin-top: 9px;
  padding-left: 39px
} */

.top-bar-s {
    margin: auto;
}

.ma-cart {
    float: right;
}

/* ------------------------------------------------------------ Responsive CSS */

@media (max-width: 1400px) {
    .hover-box a {
        top: 160px;
    }
}

@media (max-width: 1200px) {
    .c-item {
        height: 400px;
    }
    .hover-box a {
        top: 130px;
    }
    .h-627 {
        height: 528px;
    }
    .banner-custom-img {
        height: 330px !important; /* Adjust the height for smaller screens */
    }
}
.cart-css-scroll {
    display: block;
    overflow: auto;
}
@media (max-width: 1000px) {
    .c-item {
        height: 300px;
    }
    marquee {
        font-size: 15px;
    }
    .hover-box {
        margin: 0px;
    }
    .slick-next {
        right: 0px;
    }
    .hover-box a {
        top: 155px;
    }
    .banner-custom-img {
        height: 220px !important; /* Adjust the height for smaller screens */
    }
}

@media (max-width: 767px) {
    .r-card {
        margin-left: 6px;
    }
    .r-input {
        width: 160px;
        height: 38px;
        margin-top: 3px;
    }
    .c-item {
        height: 275px;
    }

    .hover-box a {
        top: 185px !important;
    }
    .r-img-banner {
        height: 210% !important;
    }
    .h-627 {
        height: 620px;
    }
    .r-d-search {
        display: none;
    }
    .r-m-search {
        display: block !important;
    }
    .r-input {
        width: 100% !important;
    }
    .banner-custom-img {
        height: 470px !important; /* Adjust the height for smaller screens */
    }
    .r-ds-n {
        display: none;
    }
}

@media (max-width: 575px) {
    .r-button-se {
        padding: 3px;
        margin: 8px;
    }
    .r-input {
        width: 160px;
        height: 34px;
        margin-top: 7px;
    }
    .c-item {
        height: 150px;
    }
    .hover-box a {
        top: 185px !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .carousel {
        padding-top: 0px;
        height: 201px;
        margin-top: 19px;
    }
    .slick-next {
        right: 24px;
    }

    .slick-initialized .slick-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 110px !important;
        height: 124px;
        margin: 0px 13px 0 0px;
    }
    .hover-box a {
        position: absolute;
        top: 100px !important;
        bottom: 0;
        left: -3px;
        right: 0;
        z-index: 5;
        text-decoration: none;
        color: #423f3d;
        text-align: center;
    }
    .ca-slid {
        padding: 14px 0 0px 0px;
    }
    .slick-prev {
        display: none !important;
    }
    .slick-next {
        display: none !important;
    }
    .r-video {
        margin-top: 5px !important;
        margin-bottom: -32px;
    }
    .r-client {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .r-media-shop {
    }
    .search-align {
        margin-top: -12px;
    }
    .barNav {
        height: 70px;
        margin-top: -12px;
    }
    .h-627 {
        height: 380px;
    }
    .banner-custom-img {
        height: 380px !important; /* Adjust the height for smaller screens */
    }
    .carousel {
        padding-top: 0px;
        height: 150px;
        margin-top: 3px;
    }
    .sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #000;
        height: 62px;
        z-index: 10;
        margin-top: 0px;
        box-shadow: 0px 1px #e7e5e5;
    }

    .topbarNav {
        height: 42px;
    }
    .r-navbar-login {
        margin-top: -2px;
    }
}

@media (max-width: 390px) {
    .r-input {
        width: 130px;
    }
    .h-627 {
        height: 360px;
    }
    .banner-custom-img {
        height: 350px !important; /* Adjust the height for smaller screens */
    }
}

@media (max-width: 350px) {
    .r-input {
        width: 100px;
    }
}

/* -----------------------responsive for category------------------------ */

@media (max-width: 420px) {
    /* .hover-box a {
        top: 172px !important;
    } */
}
@media (max-width: 380px) {
    /* .hover-box a {
        top: 150px !important;
    } */
}
@media (max-width: 300px) {
    /* .hover-box a {
        top: 120px !important;
    } */
}

/* -----------------------header mobile search------------------------ */
.popup-window {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.popup-box {
    width: 500px;
    height: 250px;
    background-color: white;
    color: black;
    position: absolute;
    top: 25%;
    left: 30%;
    text-align: center;
}
.close-menu {
    font-weight: 900;
    font-size: 20px;
    text-align: right;
    padding-right: 20px;
    cursor: pointer;
}
.msg {
    font-weight: bolder;
}
.mhr {
    display: flex !important;
    flex-shrink: 0 !important;
    align-items: center !important;
    padding: 0px 20px !important;
}
.banner-custom-img {
    height: 400px; /* Adjust the height for smaller screens */
}
.footer-css {
    background: #c1c1c;
    width: 100%;
    display: block;
}



table, th, td {
  border:1px solid #ddd;
  font-size: 15px !important;
}


.carousel-indicators [data-bs-target] {
    width: 15px !important;
    height: 15px !important;
    background-color: #1c1c1c !important;
     border-radius: 50%;
}


.gallery-image.m-2 {
    border: 3px solid #00000014;
    border-radius: 5%;
}




/* home categories style 
a.btn.btn-light.rounded-bottom {
    position: absolute;
    top: 90%;
    left: 5%;
    right: 5%;
}

*/