body{
    font-size: 14px;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-image: url(../img/wd-background.jpg);
}
a{
    color: #000;
    text-decoration: none;
    font-family: "Urbanist", sans-serif;
}
input:active, input:focus, input:focus-visible, textarea:active, textarea:focus, textarea:focus-visible{
    border: 0px;
    outline: none;
}
ul{
    margin:0;
    padding: 0;
    list-style: none;
}
a:hover, a:active, a:focus{
    color: rgb(175,31,31);
    text-decoration: none;
}
h2{
    font-family: "Urbanist", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
h4, h6{
    font-family: "Urbanist", sans-serif;
    margin: 0;
}
.topbar{
    padding: 15px 0;
    background-color: rgb(255 255 255 / 43%);
}
.topbar-menu{
    display: flex;
    gap: 10px;
    align-items: center;
}
.topbar-menu li a{
    font-weight: 600 ;
}
.page-width{
    max-width: 1600px;
}
.topbar-right-menu{
    font-weight: 600;
}
.flex-start {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.middle-bar-right{
    display: flex;
    align-items: center;
    gap: 15px;
}
.middle-bar-right li a {
    width: 42px;
    height: 42px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(16, 16, 16, 0.7);
    background-color: rgba(16, 16, 16, 0.05);
    border-radius: 50px;
}
.width200{
    width: 150px !important;
    gap: 10px;
}
.width200 span{
    font-family: "Work Sans";
    font-size: 14px;
    font-weight: 600;
}
.middle-bar-right .dark{
    background-color: rgba(16, 16, 16, 1);
    color: #fff;
}
.main-menu .menu-first{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main-menu .menu-first li a{
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.main-menu .menu-first li .browse-first {
    background-color: #9e201e;
    color: #fff;
    padding: 15px;
    border-radius: 15px 10px 0px 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-transform: capitalize;
}
section.middle-bar {
    padding: 10px 0px;
    background: #fbfaf8;
}
.categories{
    margin: 10px 0 50px;
}
.categories-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.image-category img{
    border-radius: 10px;
    width: 100%;
}
.images-gt {
    position: relative;
}
.text-category {
    position: absolute;
    bottom: 15px;
    justify-self: anchor-center;
}
.text-category h4{
    font-weight: 600;
    padding: 10px 20px;
    background: #ffffffcc;
    border-radius: 10px;
    text-align: center;
}
.banners img{
    margin: 0 auto;
    width: 100%;
}
.owl-demo{
    overflow: hidden;
}
.owl-demo .images-gt{
    margin-right: 20px;
}
.owl-demo2{
    overflow: hidden;
}
.owl-demo2 .images-gt{
    margin-right: 20px;
}
.product-meta {
    padding: 20px 15px;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
    
}
.title h3 {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sku p{
    margin: 0;
}
.sku p span{
    font-weight: 600;
}
.product-image img{
    border-radius: 15px 15px 0px 0px;
    width: 100%;
}
.product-five{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
.latest-products-title h2 {
    margin-bottom: 30px;
    margin-top: 0px;
}
.product-collections{
    padding-top: 30px;
}
.product-collections-title {
    text-align: center;
    margin-bottom: 20px;
}
.products-collections-xt{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}
.product-col-main{
    width: calc(20% - 20px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-col-main img{
    border-radius: 10px;
}
.product-collections .row{
    padding: 0 20px;
}
.text-inside {
    background-color: #ded9d3;
    border-radius: 10px;
    padding: 30px;
}
.text-inside p {
    line-height: 25px;
}
.text-inside2{
    background-color: #ccd5d4;
    border-radius: 10px;
    padding: 30px;
}
.text-inside2 p {
    line-height: 25px;
}
.ceo{
    padding: 50px 0;
}
.ceo-text h6 {
    font-weight: 700;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
}
.ceo-text h6 span{
    color: #9e201e;
    font-style: italic;
}
.space{
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 15px 0;
}
.ceo-desc p{
    font-size: 15px;
}
.ceo-read-more a{
    background-color: #9e201e;
    padding: 10px 15px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    transition: all 0.5s;
}
.ceo-read-more a:hover{
    background-color: #000;
    color: #fff;
}
.random-picks{
    padding-bottom: 50px;
}
.random-title h2{
    margin-bottom: 20px;
    font-size: 35px;
}
.random-title p{
    font-size: 16px;
    margin-bottom: 40px;
}
.video-section{
    padding-bottom: 50px;
}
.owl-demo3{
    overflow: hidden;
}
.product-xtreme{
    margin-bottom: 15px;
}
footer{
    background-color: rgb(15,15,15);
}
.footer-ar{
    padding: 25px 0 50px;
}
.logo-footer{
    margin-bottom: 20px;
    margin-top: 25px;
}
footer h2{
    color: #fff;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
}
footer p, footer h1, footer h3, footer h4, footer h5, footer h6, footer a, footer span{
    color:rgba(255,255,255,0.6);
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
}
footer a{
    font-size: 14px;
    line-height: 40px;
}
.footer-heading h2{
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.newsletter-form {
    display: flex;
    position: relative;
    height: 50px;
}
.newsletter-form input[type="text"] {
    width: 70%;
    background: transparent;
    border: solid hsl(0deg 0% 100% / 50%);
    border-width: 1px 0px 1px 1px;
    padding: 5px 10px;
    color: #fff;
}
.newsletter-form button {
    width: 30%;
    background: #9e201e;
    border: 0px;
    color: #fff;
}
input::placeholder{
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
}
.social-media{
    margin-top: 25px;
}
.social-media i{
    color: #9e201e;
    font-size: 25px;
}
.footer-middle{
    border-top: 1px solid #FFFFFF26;
    border-bottom: 1px solid #FFFFFF26;
}
.certificates-io {
    display: flex;
    justify-content: center;
}
.copyright p{
    margin: 0;
}
.footer-bottom{
    padding: 15px 0;
}
.search-home{
    padding: 25px 0;
}
.search-home .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.search-box {
    width: 100%;
    display: flex;
    justify-content: right;
}
.search-box input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 20px 15px;
    border-radius: 25px 0px 0px 25px;
    border: 0px;
    background-color:#fff;
    color: #000;
    display: block;
}
.search-box button {
    height: 50px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    border-radius: 0px 25px 25px 0px;
    border: 0px;
    background-color:#9e201e;
    color: #fff;
}
.search-box {
    width: 100%;
    text-align: right;
}

section.breadcrumb {
    background: #0f0f0f;
    color: #fff;
    background-image: url(../img/breadcrumbanner.jpg);
    background-size: cover;
    margin: 0;
}

section.breadcrumb a{
    color: #fff;
}
.top-title-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
}
.top-title-breadcrumb p{
    margin-top: 0px;
    margin-bottom: 15px;
}
.top-title-breadcrumb h1{
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Urbanist", Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.latest-products .row .col-md-3 {
    margin-bottom: 30px;
}
section.topbar-btm {
    background: #fff;
}
.product-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}
.product-sidebar ul li a {
    padding: 8px 0px;
    display: block;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.product-sidebar h5 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Urbanist", Arial, Helvetica, sans-serif;
}
a.close-menu.full {
    display: none;
}
a.menu-toggle {
    display: none;
}
a.dd-toggle {
    display: none;
}
a.headingMain {
    display: block;
    padding: 7px 15px !important;
}
.stellarnavOne ul.dropdown-menu.mega-dropdown-menu {
    padding: 0;
    margin: 0;
    border-top: 5px solid #9c1d22;
    margin-left: 15px;
    border-bottom: 5px solid #9c1d22;
    box-shadow: 0 0 5px -3px #000;
}
section.latest-products .categories {
    display: flex;
    flex-wrap: wrap;
}

.nav-link.active {
    color: #9c1d22;
    font-weight: 700;
  }
.search-text h2{
    margin-top: 10px;
}

section.categories h2 {
    margin-top: 0;
}
.typing-effect {
    width: 22ch; /* adjust based on text length */
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid #000;
    font-family: monospace;
    animation: typing 3s steps(22), blink .7s step-end infinite;
  }
  
  @keyframes typing {
    from { width: 0 }
    to { width: 22ch }
  }
  
  @keyframes blink {
    50% { border-color: transparent; }
  }
.typing-text {
font-family: monospace;
font-size: 20px;
white-space: nowrap;
border-right: 2px solid;
width: fit-content;
overflow: hidden;
}

.about-head h6,   .about-head span{
font-family: "Urbanist", Arial, Helvetica, sans-serif;
font-weight: 800;
font-size: 40px;
text-align: center;
margin-bottom: 20px;
}
.about-head span{
    color: #9c1d22;
}
.about-head p{
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
    line-height: 36px;
    font-size: 16px;
}
.owl-wrapper-outer {
    overflow: hidden;
}
.random-title {
    padding: 0 15px;
}
.side-picture img {
    border-radius: 15px;
}
.contact-page{
    padding: 50px 0;
}
.contact-page h5 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    font-family: "Urbanist", Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-page h5 span{
    color: #9c1d22;
}
.contact-info1 .kc, .contact-info2 .kc {
    color: #4a4a4a;
}
.contact-info1 h4, .contact-info2 h4 {
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-info1 .hw, .contact-info2 .hw{
    line-height: 25px;
}
.contact-info1{
    border-right: 1px solid #dddddd;
}
h2.title {
    margin-top: 10px;
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-inputs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
.contact-inputs .col-6 {
    width: calc(50% - 10px);
}
.contact-inputs .col-6 input{
    width: 100%;
}
.contact-inputs .col-6 input {
    width: 100%;
    height: 40px;
    padding: 10px;
    box-shadow: 0 0 5px -3px #000;
    border: 0;
}
.contact-inputs .col-12{
    width: 100%;
}
.contact-inputs .col-12 textarea{
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 5px -3px #000;
    border: 0;
}
button.contact-submit {
    width: 100px;
    height: 40px;
    background: red;
    color: #fff;
    border: 0;
    font-family: 'Urbanist';
}

@media(max-width:768px){
    .contact-page h5{
        font-size: 17px;
    }
    .search-text h2{
        font-size: 20px;
        text-align: center;
    }
    .top-title-breadcrumb h1{
        font-size: 18px;
    }
    .product-collections{
        display: none;
    }
}
.side-bar .menu{
    width: 100%;
    margin-top: 5px;
   }
   
   .side-bar .menu .item{
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
   }
   
   .side-bar .menu .item a{
    color: #000;
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    line-height: 50px;
    font-weight: 500;
   }
   
   
   .side-bar .menu .item i{
    margin-right: 15px;
   }
   
   .side-bar .menu .item a .dropdown{
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
   }
   
   .side-bar .menu .item .sub-menu{
    background: #f5f5f5;
    display: none;
   }
   
   .side-bar .menu .item .sub-menu a{
    padding-left: 15px;
   }
   
   .rotate{
    transform: rotate(90deg);
   }
   
   .close-btn{
    color: #000;
    font-size: 23px;
    cursor: pointer;
    text-align: right;
    margin-top: 25px;
    margin-right: 25px;
   }
   .main-mobile{
    z-index: 9;
    position: relative;
   }
   .menu-btn{
    color: rgb(0, 0, 0);
    font-size: 30px;
    margin: 25px;
    cursor: pointer;
   }
   @media(min-width:991px){
    .main-mobile{
      display: none;
     }
   }
   .side-bar.active {
    left: 0;
}
.side-bar {
    background: #fff;
    backdrop-filter: blur(15px);
    width: 290px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -290px;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
    box-shadow: 0 0 10px 0 rgb(207 207 207);
}
.item-text {
    padding: 10px 15px;
}
.contact-form {
    max-width: 800px;
    margin: 0 auto;
}