.header-top.bg-theme {
    background-color: #9c1e1f !important;
    color: #fff;
}
.welcome-text p {
    color: #ffffff !important;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}
.welcome-text i {
    font-size: 18px;
    color: #ffffff;
    margin-top: 1px;
    font-weight: bold;
    margin-right: 3px;
}
.language-currency-wrap .currency-wrap > a, .language-currency-wrap .language-wrap > a {
    color: #ffffff !important;
    display: inline-block;
    line-height: 51px;
}
.main-menu > nav > ul > li > a {
    color: #383838;
    font-weight: 700;
}

.cat-slider-prev.product-nav-1 {
    position: inherit;
    top: 100px;
}
.cat-slider-next.product-nav-1 {
    
    top: 100px;
}
.cat-slider-prev.product-nav-1 i, .cat-slider-next.product-nav-1 i {
    font-size: 24px;
    color: #ffffff;
    width: 30px;
    background: red;
}
.header-action-wrap {
    display: block !important;
}
.search-wrap-1.open {
    opacity: 1;
    right: 0px;
    visibility: visible;
    z-index: 99;
    max-width: 100%;
}
.breadcrumb-area.bg-gray-4 {
    background-image: url(frontend/images/banner/pattern1.png), linear-gradient(to right, #9c1e1f, #ef1a21) !important;
}
 .single-category-wrap-2 {
    background: #fff;
    padding: 30px 0px;
    border-radius: 5px;
    box-shadow:
  0 7px 30px -10px rgba(150,170,180,0.5);
}
.pt-55{
    padding-top: 55px;
}
.category-content-2 h5 {
    font-weight: 700;
    font-size: 15px;
    color: red;
}
.category-content-2 h5 a{    
    color: #ec1c22;
}
.product-wrap .product-img {
    /* overflow: hidden; */
    position: relative;
    background: #ffffff !important;
}
.product-wrap{
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
     border-radius: 6px;
     background: #fff;
}
.product-content{
    padding: 0px 10px 15px 10px;
    background: #fff;
}
    body {
   
    background-color: #fafafa;
}
.section-border::before {
    background-color: #9c1e1f;}
    .brand-logo-active {
    border: 1px solid #ffffff;
    padding: 48px 10px;
    background: #fff;
}
.product-details-content .product-details-meta {
    border-bottom: 1px solid #f2f2f2;
    margin: 25px 0 25px;
    padding-bottom: 25px;
 
}
.product-content .btn-style-3 a.btn {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    z-index: 1;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 13px 40px 13px;
}
.product-content{
text-align: center;}
.bg-white{
    background: #fff;
}
.affiliate-btn > a {
    color: #ffffff !important;
}
.modal .btn.btn-primary{
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    background-color: #ee1b22;
    padding: 20px 37px;
    z-index: 1;
    border: none;
}
.modal-header {
    background: #ee1b22;
    color: #fff;
    }
    h5.modal-title{
        color: #fff;
    }
    .affiliate-btn > a.btn-success {
    color: #ffffff;
    background-color: #25D366;
    padding: 22px 37px;

}
.contact-form-style input, .contact-form-style textarea {
    border: 1px solid #a79b9b;
    background-color: #f9f9f9;
    color: #000000;
    font-weight: 500;
  
}
.pt-50 {
    padding-top: 50px;
}
.contact-us-area .social-icon-style-4 a {
    
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #919191;
    display: inline-block;
    text-align: center;
    margin-right: 7px;
}
/* Facebook Brand Color */
.contact-us-area .social-icon-style-4 a .fa-facebook {
  background-color: #1877F2;
  color: #fff; /* Set the icon color to white */
  width: 42px;
    height: 42px;
    line-height: 42px;
}

/* WhatsApp Brand Color */
.contact-us-area .social-icon-style-4 a .fa-whatsapp {
  background-color: #25D366;
  color: #fff; /* Set the icon color to white */
  width: 42px;
    height: 42px;
    line-height: 42px;
}
.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fc5356;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 27px;
}
.feature-box-1 .icon i {
  line-height: 70px;
}
.feature-box-1 h5 {
  color: #20247b;
  font-weight: 600;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #20247b;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}
.section {
    padding: 100px 0;
    position: relative;
}
.section-title {
    padding-bottom: 45px;
}
.section-title h2 {
       font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin: 12px 0 28px;
}
.text-justify{
text-align: justify;
}
section.pt-50{
padding-top: 50px}
section.pb-50{
padding-bottom: 50px
}
.feature-box-1 .icon img{
width: 35px;
}
.search-wrap-1 form input {
    background-color: #fafafa;
    border: 1px solid #76595a;
}
.blog-wrap .blog-img-date-wrap .blog-img {
    overflow: hidden;
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
    border-radius: 6px;
    background: #fff;
    padding: 5px;
}
.blog-area .shop-list-wrap .product-list-img a img {
    width: 100%;
    max-width: 200px;
}
.bg-theme{
background: #9c1e1f;
color:#fff; 
}
.text-white{
color: #fff;}

/* CSS for screens with max width 768px and below */
@media (max-width: 767px) {
  .header-action-wrap {
    display: block !important;
    float: right;
    overflow: hidden;
  }
  .cat-slider-next.product-nav-1 {
    top: 100px;
    float: right;
    right: 3%;
}
.mb-60 {
    margin-bottom: 30px;
}
.pt-55 {
    padding-top: 40px;
}
.product-content .btn-style-3 a.btn {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    z-index: 1;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 12px 15px 12px;
}
.logo a img {
    max-width: 100%;
    width: 130px;
}
.product-wrap .product-content h3 {
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 15px;
}
.product-content {
    padding: 0px 7px 12px 7px;
    background: #fff;
}
.header-bottom.sticky-bar.stick .logo img {
    width: 120px;
}
.affiliate-btn > a.btn-success {
    color: #ffffff;
    background-color: #25D366;
    padding: 17px 37px;
}
}
