.lead {
     color: #aaa;
}
@media (min-width: 900px){
.home-main {
    margin-top: 11% !important;
}
}

 .card {
     border: none;
     transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
     overflow: hidden;
     border-radius: 0px;
     min-height: 120px;
     box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
     text-align:center;
}

 .card.card-has-bg {
     transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
     background-size: 100%;
     background-repeat: no-repeat;
     background-position: center center;
}
 .card.card-has-bg:before {
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background: inherit;
     -webkit-filter: grayscale(1);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     filter: grayscale(100%);
}
 .card.card-has-bg:hover {
     transform: scale(0.98);
     box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
     background-size: 130%;
     transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
 .card.card-has-bg:hover .card-img-overlay {
     transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
     background: #ffba21;
     background: linear-gradient(0deg, rgba(255, 186, 33, 0.5) 0%, rgba(255, 186, 33, 1) 100%);
}

 .card .card-meta {
     color: rgba(0, 0, 0, 0.3);
     text-transform: uppercase;
     font-weight: 500;
     letter-spacing: 2px;
}
 .card .card-body {
     transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
 .card:hover {
     cursor: pointer;
     transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
 .card:hover .card-body {
     margin-top: 17px;
     transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(0deg, rgb(126 195 255 / 28%) 0%, rgb(0 83 137 / 92%) 100%);
}
.card-title a{
    font-size:20px;
    color:#fff !important;
    font-weight:400;
}
.tab-btn {
    border: none !important;
    width: 216px !important;
}
.tab-btn.active{
    border:10px solid #000;
}
.tab-btn.active .card .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(0deg, rgba(255, 186, 33, 0.5) 0%, rgba(255, 186, 33, 1) 100%);
}

.loading {
  text-align:center;
  line-height:50px;
  margin-top: 30px;
  transform:translateY(-50%);
  font-size: 16px;
}

.loading span {
  position:relative;
  z-index:999;
  color:#fff;
}
.loading:before {
content: '';
    background: #800020;
    width: 230px;
    height: 36px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.newsBg{
    background: #fbd0d28a;
}
.wrapper {
    text-align: center;
    margin-top:-10px;
}

.wrapper h1 {
   font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    color: #800020;
}


.product-cart-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #cce7d0;
    border-radius: 0px;
    overflow: hidden;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}
.product-cart-wrap .product-img-action-wrap .product-img a img:hover {
    transform: scale(1.3);
    -webkit-transition: none;
    transition: 0.2s;
    padding: 8px !important;
    margin: 0px !important;
}
.product-cart-wrap .product-img-action-wrap .product-img {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}
.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
    transition: 0.2s;
}
.product-cart-wrap .product-img-action-wrap .product-img a img {
    width: 100%;
    height: 250px;
    border-radius: 0px;
}
.product-cart-wrap:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgb(196 196 196);
}
.tab-title {
    padding-bottom: 10px;
    font-size: 20px;
}
.tab-menu-items li{
    width:16.66% !important;
}
.cat-tabs{
    margin-top: 30px;
}
@media(max-width:767px){
    .tab-menu-items li{
    width:50% !important;
}
.tab-btn {
    border: none !important;
    width: 160px !important;
}
}

.tab-title {
    padding-bottom: 10px;
    font-size: 20px;
    color: #800020 !important;
}

.product-cart-wrap .product-content-wrap {
    padding: 10px;
    background: #fff;
}

.tab-text h2 a {
    color: #000 !important;
}

.tab-btn:hover {
    -webkit-transform: scale(1.05)  !important;
}
h4 {
    font-size: 22px !important;
}
.float-container {
    position: fixed;
    top: 33%;
    right: 0;
    z-index:99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.float-container a {
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 40px;
    margin-right: -76px;
    margin-bottom: 10px;
    padding: 7px 8px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #800020;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: "IBM Plex Sans" !important;
}
.float-container a:hover {
    margin-right: 0;
    background-color: #ae0b34;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}

.float-container img {
    margin-right: 8px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #ffff;
}

.icon.one:before {
    content: "\f073";
}

.icon.two:before {
    content: "\f086";
}

.icon.three:before {
    content: "\f1d8";
}
.floatImg{
    border-radius:50%;
    width:30px;
    height:30px;
}


.proCard2{
    background: #fff;
    padding: 40px 0px;
}
.proCard3{
    padding: 40px 0px;
}
.proCard4{
    background: #fff;
    padding: 40px 0px;
}
.proCard5{
    padding: 40px 0px;
}
.proCard6{
    background: #fff;
    padding: 40px 0px;
}

.tab-title img{
    width:120px;
}
.tab-title2 img{
    width:60px;
}
.tab-title span{
    position:relative;
    top:-6px;
}
.tab-title2 span{
    position:relative;
    top:-6px;
}
.tab-title2 {
    padding-bottom: 10px;
    font-size: 20px;
    color: #800020 !important;
}
.tab-btn {
    border: none !important;
    width: 216px !important;
    background: transparent;
}

/* Media queries */
@media screen and (max-width:767px)
{
    .tab-title {
        padding-bottom: 10px;
        font-size: 16px;
        text-align: center;
        color: #800020 !important;
    }
    .tab-title img{
        width:110px !important;
    }
}
.header-style-1 .header-top-ptb-1 {
    padding: 13px 0;
    border-bottom: 3px solid #800020;
    background-color: #fff;
    background-image: none;
}
.header-info>ul>li {
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 4px;
    color: #000;
    border: 3px solid #800020;
}

.header-info>ul>li:hover .language-dropdown-active{
 color: #000 !important;
}
.header-info>ul>li:hover .top-bar-active{
 color: #fff !important;
}
.header-info>ul>li:hover>a>i {
    color: #fff !important;
}

.header-info>ul>li a i {
    color: #000 !important;
}

.header-info>ul>li a {
    color: #000 !important;
    font-weight: normal;
}

.col-megamenu .list-unstyled li>a {
    font-size: 14px;
    color: #000000;
    display: block;
    width: 100%;
    padding: 4px 5px;
    line-height: normal;
}
.col-megamenu .list-unstyled li {
    line-height: 48px;
    margin-bottom: 8px;
}
.navbar-dark .navbar-nav .home {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    padding-right: 35px;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    padding: 0px 36px;
    padding-bottom: 7px !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #800020;
    border-bottom: 2px solid #000;
    padding-bottom: 7px;
}

.header-action-2 .header-action-icon-2>a span.pro-count.blue {
    background-color: #3bb54a;
}
.tabTitle{
    color: #000;
    font-weight: 400 !important;
}
.product-cart-wrap .product-content-wrap h2 {
    font-size: 14px;
    font-weight: 400;
}
.location-title {
    font-size: 18px !important;
    margin-top: 0px;
    color: #800020 !important;
}
.address-section h4 {
    margin-bottom: 10px;
    margin-top: 15px;
    text-decoration: underline;
    color: #000 !important;
    font-weight: 400;
    font-size: 22px;
}
.address-section p {
    color: #000 !important;
}
.address-section {
    /* margin: 30px 0px; */
    background: #ffffff;
    padding-top: 30px;
}
.footerCard {
    border: 1px solid #dadada;
    padding: 20px;
    margin-bottom: 10px;
}
.location-title-main{
    font-size: 24px !important;
    text-decoration: underline;
    margin-bottom: 10px;
    color: #800020 !important;
}
.productTitle img{
    width:100% !important;
}
.productTitle {
  overflow: hidden;
}

.productTitle img {
  transition: transform .5s ease;
}

.productTitle:hover img {
  transform: scale(1.1);
}
#scrollUp{
background-color:#800020;
}
.text-brand {
    color: #bc7b59  !important;
    font-size:25px;
}
.cart-table{
    margin-bottom:0px !important;
 }

    .product-cart-wrap .product-content-wrap .product-price span {
        font-size: 17px;
        font-weight: bold;
        color: #3bb54a;
    }
    .product-cart-wrap .product-action-1 button i, .product-cart-wrap .product-action-1 a.action-btn i {
        font-size: 13px;
        margin-left: 1px;
    }
    .cartBtn{
        font-size:14px;
    }
    #captchaBackground {
        background-color: #388103 !important;
    }
    .btn, .button {
        font-weight: 500;
     }
     .btn-bg2 {
         background: #800020 !important;
         color: #fff !important;
         cursor: pointer;
         border: 1px solid #800020;
     }
     .copyright{
            color: #fff !important;
        }

.empty-cart h3 {
    color: #3bb54a;
    font-size: 30px;
}
.cartProdName a{
    color:#800020 !important;
}
button.submit:hover, button[type='submit']:hover {
    background-color: #388103!important;
}
.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    color: #800020;
    padding: 0;
    vertical-align: middle;
}
.nav-tabs .nav-link {
    background-color: #fff;
    font-size: 21px !important;
    margin: 0 10px;
    margin-left: 10px;
    color: #444;
    border-radius: -47px;
    padding: 15px 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 0;
    border-top-color: none;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    font-family: "IBM Plex Sans" !important;
    /* font-weight: 600; */
    line-height: 1;
    text-align: center;
    font-weight: normal !important;
}
p {
    font-size: 17px !important;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    color: #465b52;
}
.dot-style-1 ul li.slick-active button {
    background: #800020;
    border-color: #800020;
}
.col-megamenu .list-unstyled li>a:hover {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #fff;
    background: #800020;
    padding:5px;
}
.newsBg {
    background: #e8f7ee;
}
.language-dropdown a{
    color:#000 !important;
}
.header-info .language-dropdown>li:hover a {
    color: #000 !important;
}
.black-color{
    color:#000 !important;
}
  .tab-text h2 span{
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
  }
  .btn-bg {
           background: #ffffff !important;
           color: #fff !important;
           cursor: pointer;
           border: 3px solid #800020 !important;
      }
      .btn-bg i {
          color: #fff !important;
      }
      .btn-bg:hover>i {
          color: #fff !important;
       }
       .product-cart-wrap {
           position: relative;
           background-color: #fff;
           border: 1px solid #cce7d0;
           border-radius: 25px;
           overflow: hidden;
           transition: .2s;
           -moz-transition: .2s;
           -webkit-transition: .2s;
           -o-transition: .2s;
           height: 412px;
       }

      .btn-bg:hover {
          background: #388103 !important;
          color: #fff !important;
          transform: translateY(0px) !important;
          border: 1px solid #388103;
      }

@media(max-width:767px){
    .tab-img img {
        height: 100px !important;
    }
    .carausel-5-columns-cover .slider-arrow {
        bottom: -10px !important;
        top: auto !important;
    }
    .tabTitle {
        color: #000;
        font-weight: 400 !important;
        margin-bottom: 15px;
    }
    .tab-btn {
        border: none !important;
        width: 100% !important;
        text-align: center;
        background: transparent;
    }
}
.btn-bg.active {
    background-color: #800020 !important;
    color: #fff !important;
}
.product-cart-wrap .product-action-1 button:hover, .product-cart-wrap .product-action-1 a.action-btn:hover {
    background-color: #800020;
    border: 1px solid transparent;
}
.product-cart-wrap .product-action-1 button, .product-cart-wrap .product-action-1 a.action-btn{
    color:#fff !important;
    background-color: #3bb54a !important;
    border: 1px solid transparent;
}
.headerQuery{
            margin-right: -15% !important;
      }
@media(max-width:767px) {
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
        font-size: 16px;
        padding: 0px !important;
        font-weight:normal;
    }
    .headerQuery {
        margin-right: 0 !important;
    }
    .header-info {
        text-align: center;
    }
    .header-bottom-bg-color {
        padding: 0px 0 3px 0;
    }
    .header-info>ul>li {
        background: #ffffff;
        padding: 3px 10px;
        line-height: 19px;
        border-radius: 4px;
        color: #000;
        border: 3px solid #3bb54a;
        font-weight:normal;
    }
    .logo a {
        display: block;
        height: 90px;
    }
    main {
        display: block;
        margin-top: 36% !important;
    }
    .header-style-1 .header-top-ptb-1 {
        padding: 13px 0;
        border-bottom: 0px solid #800020;
        background-color: #fff;
        background-image: none;
    }
}