.section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sectionHeading .seprateHR {
    border-top: 3px solid #bd1522;
    opacity: 1;
    width: 120px;
}

.redTransparentBtn {
    border: solid 1px #bd1522;
    padding: 10px 30px;
    color: #fff;
    background: #bd1522;
}

.redTransparentBtn:hover {
    color: #fff;
}

.textRed {
    color: #bd1522;
}

.featureOfferBanner {
    background: #f7f7f7;
}

.align-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.w-50 {
    width: 50% !important;
}

.w-30 {
    width: 30% !important;
}

.w-70 {
    width: 70% !important;
}

.catCircle {
    display: block !important;
    background: #f3f6f9 !important;
    border-radius: 100% !important;
    width: 180px !important;
    height: 180px !important;
    margin: auto !important;
}

.catCircle img {
    width: 100% !important;
    margin: auto !important;
    margin-top: -35px !important;
    transition: all 0.3s ease-out !important;
}

.featureCategories .owl-stage-outer {
    padding-top: 50px !important;
}

.featureCategories .owl-carousel .owl-item img {
    display: inline-block !important;
}

.featureCategories .outer:hover img {
    transform: translateY(-10px);
}

.cursor {
    cursor: pointer;
}

.sliderBtn .owl-theme .owl-nav .owl-prev, .sliderBtn .owl-theme .owl-nav .owl-next {
    background-color: #00000057;
    border-color: #00000057;
    color: #fff;
    width: 45px;
    height: 45px;
}

.sliderBtn .owl-theme .owl-nav i {
    font-size: 30px;
}

.sliderBtn .owl-theme .owl-nav .owl-prev {
    left: -18px;
}

.sliderBtn .owl-theme .owl-nav .owl-next {
    right: -18px;
}

.slider-section .owl-theme .owl-nav .owl-prev {
    left: 15px !important;
}

.slider-section .owl-theme .owl-nav .owl-next {
    right: 15px !important;
}

.featureBrand .marquee-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  width: 100%;
  padding: 40px 0;
}

.featureBrand .marquee-track {
  display: flex;
  width: fit-content;
  place-items: center;
}

.featureBrand .marquee-left {
  animation: marquee-left 20s linear infinite;
}

.featureBrand .marquee-right {
  animation: marquee-right 20s linear infinite;
}

.featureBrand .scroll-card {
  background: #fff;
  padding: 10px;
  margin-right: 0px;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featureBrand .scroll-card:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Pause on hover */
.featureBrand .marquee-container:hover .marquee-left,
.featureBrand .marquee-container:hover .marquee-right {
  animation-play-state: paused;
}

.featureBrand .marquee-container img {
    max-width: inherit !important;
}

.featureBrand .brand_id5 {
    width: 120px !important;
}

.featureBrand .brand_id3 {
    width: 175px !important;
}

.featureBrand .brand_id9, .featureBrand .brand_id6 {
    width: 150px;
}

.featureBrand .brand_id4 {
    width: 130px;
}

.featureBrand .brand_id1, .featureBrand .brand_id7 {
    width: 70px;
}

.featureBrand .brand_id8 {
    width: 100px;
}

.featureBrand .scroll-card:hover {
    box-shadow: inherit !important; 
}

.header-box {
    background-color: #c7c7c7 !important;
}

.header-box h1 {
    color: #000 !important;
    padding: 20px 20px !important;
    font-size: 18px;
    font-weight: 200;
}

.header-box i {
    padding: 0 4px;
    font-size: 16px;
    font-weight: 600;
}

#sidebar {
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
}

.productListing .leftSideBar {
    border-right: solid 1px #eee;
}

.loginOuter {
    /*background: #fbfbfb;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.loginOuter .leftSide {
    background-color: #eee;
    padding: 20px;
    height: 500px;
}

.loginOuter .leftSide .imgOuter {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
}

.loginOuter .rightSide {
    padding: 20px;
}

.loginOuter .rightSide input {
    border: solid 1px #11111147;
    height: 40px;
}
.loginOuter .rightSide label {
    display: block;
    font-size: 16px;
}

.loginOuter .rightSide p {
    font-size: 16px;
}

.loginOuter .rightSide .bottom {
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    text-align: center;
}

.loginOuter .rightSide {
    padding: 20px;
}

.loginOuter .rightSide .btn {
    border-radius: 0 !important;
    width: 100%;
}







@media (max-width: 990px) {
    .featureOfferBanner .textContent {
        text-align: center;
        padding-bottom: 60px;
    }
    
    .featureOfferBanner .col-sm-6 {
        margin-bottom: 5px;
    }
}

@media (max-width: 599px) {
    .catCircle {
        width: 145px !important;
        height: 145px !important;
    }
    
    .featureBrand .scroll-card {
        min-width: 150px;
    }
    
    .featureBrand .brand_id5 {
        width: 80px !important;
    }
    
    .featureBrand .marquee-container {
        padding: 0;
    }
    
    .marquee-track {
        padding: 30px;
    }
    
    .footer .align-middle img{
        width: 90% !important;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 449px) {
    .catCircle {
        width: 120px !important;
        height: 120px !important;
    }
}