* {
  --primary-color: #bb1016;
  font-family: "ProximaNova";
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/700.woff2") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/600.woff2") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/500.woff2") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/400.woff2") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/300.woff2") format("truetype");
  font-weight: 300;
}

/* colors */
@media only screen and (min-width: 1200px) {
  .main-content {
    margin: 0 auto;
    max-width: 1720px;
    min-width: 630px;
    padding: 0 16px;
    width: 100%;
  }
}
.badge-primary,
.add-to-cart,
.dark-footer-margin,
.header-categories-nav-wrap,
.topbar-text-color,
.nva-color,
.subscribe-form button,
.custom-row,
.copyright,
.product-grid .social li a:hover,
.button-success,
.button-success:hover,
.button-success:focus,
.button-success-outline:hover,
.button-success-outline:focus,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.toggle-input:checked + .toggle.switch,
.toggle.switch.is-active,
.toggle-input:disabled:checked + .toggle.switch,
.toggle.switch.is-active.is-disabled,
.toggle-input:checked + .toggle.radio,
.toggle.radio.is-active,
.toggle-input:disabled:checked + .toggle.radio,
.toggle.radio.is-active.is-disabled,
.toggle-input:disabled:checked + .toggle.switch,
.toggle.switch.is-active.is-disabled,
.toggle-input:checked + .toggle.checkbox,
.toggle.checkbox.is-active,
.toggle-input:disabled:checked + .toggle.checkbox,
.toggle.checkbox.is-active.is-disabled {
  background: #bb1016 !important;
}
div#img_01-zoomContainer {
  height: 0px !important;
}
.rounded-icon:hover,
.social-icon:hover {
  background: var(--primary-color) !important;
}
.contact-div-section {
  height: 177px;
}
.container-xl {
  max-width: 1320px !important;
  width: 100%;
  margin: 0 auto;
}
.brandsectiondiv {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.category-head {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-head h3 {
  font-size: 25px;
  font-weight: bold;
}
.categorydivsection {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  height: 24px;
  white-space: nowrap;
}
.category-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  width: fit-content;
}

.category-box img {
  width: 160px;
  height: 160px;
  display: block;
  border-radius: 50%;
  border: 1px solid #d1cece;
}

.category-box h4 a {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

li.category-span {
  display: flex;
}
.sign-up-image iframe {
  width: 100%;
}
/* .swiper-slide {
    padding: 5px;
} */
.footer-logo-footer img {
  max-height: initial;
  max-width: 100%;
  /* background: white; */
  width: 210px;
  padding: 5px;
}
.select2-container .select2-selection--single {
  margin-top: 8px;
  border: 1px solid gainsboro;
  height: 34px;
  padding-top: 6px;
  border-radius: 5px;
}
.rc-anchor-normal .rc-anchor-pt {
  margin: 2px 3px 0 0;
  padding-right: 2px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 276px;
}
.rc-anchor-logo-portrait {
  margin: 4px 0 0 0px;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.footer-section-footer {
  background-color: #000 !important;
}
.copyright-area {
  background: #20202000;
  padding: 25px 0;
  border-top: 1px solid #878787;
}
.copyright-text p {
  color: #e3e3e3;
  font-size: 13px;
}
.footer-menu li a {
  color: #e3e3e3;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #ffffff;
  font-size: 14px;
}
i.fas.fa-phone {
  transform: none !important;
}
.footer-widget-heading h3 {
  color: #bb1016 !important;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
.footer-widget ul li a {
  color: #e2e2e2;
}
.footer-social-icon span {
  color: #fff !important;
  display: block;
  /* font-family: Poppins,sans-serif; */
  font-family: "ProximaNova";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
img.error,
img.initial,
img.loaded {
  opacity: 1;
  width: 100%;
}
/*image size profile*/
.my-account-tab a:hover {
  color: #bb1016;
}
.button-warning-outline:focus,
.button-warning-outline:hover,
.button-warning:focus,
.button-warning:hover {
  background-color: #fff !important;
  border-color: #bb1016 !important;
  color: #000000 !important;
  outline: 0;
}
.orders-section p {
  font-size: 14px;
  margin-bottom: 7px;
  color: #000 !important;
  margin-top: 10px;
}
.media-body .text-dark {
  color: #000 !important;
}
.orders-section p span {
  color: #efefef !important;
}
/*image size profile*/
/* owl slider */
.category-sec1 .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.category-sec1 .owl-nav button.owl-prev {
  left: 0;
}
.category-sec1 .owl-nav button.owl-next {
  right: 0;
}

.category-sec1 .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.category-sec1 .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.category-sec1 .owl-dots button.owl-dot.active {
  background-color: #000;
}
.category-sec1 .owl-dots button.owl-dot:focus {
  outline: none;
}
.category-sec1 .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(255 145 55) !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #fff !important;
}
.category-sec1 .owl-nav button:focus {
  outline: none;
}
/* owl slider end */
div#categoris .item img {
  max-height: 200px;
  height: 150px;
}
div#categoris .item {
  border: 2px solid #ccc;
  padding: 0;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
div#categoris .item .cat-font-color span {
  font-size: 14px;
  font-weight: 500;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
div#categoris .item .cat-font-color {
  padding: 5px 0;
}

.button-danger-outline {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.settings-tab-content .text-muted {
  color: #ffffff !important;
}
.setting-icon {
  display: none;
}

.header-h1 .mobile-app-text {
  color: var(--primary-color);
  font-size: 36px !important;
  line-height: 1.2em;
}
h1.header-h1 p {
  font-size: 24px;
}

.btn-primary {
  color: #fff;
  background-color: #bb1016;
  border-color: #bb1016;
  box-shadow: none;
}
input#forgot_password_number {
  padding: 15px 84px !important;
}
.send-otp-form .sign-up-verify-number .form-input {
  padding: 15px 0 15px 73px !important;
}
.orders-section a.button.button-primary-outline {
  background: #fff;
  color: #bb1016;
}
.brand-logo-link {
  max-height: inherit;
  max-width: unset;
  width: 100px;
  height: auto;
  object-fit: contain;
}

.page-switch {
  display: flex;
  align-items: center;
  width: 260px;
  gap: 10px;
  margin-right: 20px;
}
.product-image-container {
  height: auto;
  line-height: 1;
  width: 100%;
}
.filter-section .product-image {
  height: 220px;
}
.product-grid .product-image img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: contain !important;
  border-radius: 10px;
  height: 160px;
}
.product-image-container {
  max-width: 100% !important;
}
.product-style-default .product-image {
  height: 200px;
}
.product-style-default .product-image .product-image-container {
  height: 100%;
  max-height: 100%;
}
.product-grid {
  border: 0;
  padding: 10px 10px 10px;
  background: #fff;
}
.product-section-1 {
  position: relative;
  z-index: 0;
}
.filter-section {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.filter-section::before,
.product-section-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background-image: url('../../images/clear-04.jpg'); */
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.product-section-1::before {
  background-size: cover;
  background-position: center center;
}
.product-section {
  box-shadow: none;
}

.filter-section::before {
  background-size: contain;
  background-position: top;
  display: none;
}

/*11 july custom css*/
.my-account-tab {
  border: 1px dashed #bb1016;
  background-color: #ededed !important;
  border-radius: 15px !important;
}
.mainview {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mainview .form-control {
  width: 75%;
  margin-right: 15px;
}
.card-header.bg-white {
  background: #bb1016 !important;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
}
.btnview {
  background: #bb1016;
  color: #fff;
  border: 1px;
  padding: 6px 20px;
}
.btnview:hover {
  background: transparent;
  border: 1px solid #bb1016;
  color: #bb1016;
}
.borderview {
  border: 1px solid #bb1016;
  /* font-family: inherit; */
  font-family: "ProximaNova";
  padding: 8px;
}
.Catsectiondiv {
  color: #000;
}
/*end*/
.see-all-category,
.setting-icon,
.single-cta i,
.copyright-text p a,
.link-color,
.featured-section-view-more,
.header-h1 .mobile-app-text,
.icon-hover:hover,
small.transparent-footer-link a,
ul.sub-submenu li:hover,
.footer-menu li:hover a,
.category li:hover .cat-name,
.category li:hover .cat-no,
.footer-widget ul li a:hover,
.product-grid:hover .title a,
.span-color,
.header-icon:hover,
.header-icon:focus,
.sidebar #leftside-navigation ul li a:hover .link-color circle,
.link-color polyline,
.link-color path {
  color: #bb1016 !important;
  stroke: #bb1016 !important;
}

.progress-bar {
  background-image: linear-gradient(
    to right top,
    #bb1016,
    #bb1016,
    #bb1016,
    #bb1016,
    #bb1016
  ) !important;
}

.subscribe-form button {
  border: #bb1016 !important;
}

.footer-widget-heading h3::before,
.swiper-pagination-bullet-active {
  background: #bb1016 !important;
}

.style-3-product-right-lg .product-grid {
  border: 1px solid #bb1016 !important;
}

.sidenav .nav-link.active {
  box-shadow: 0 2px 0 #bb1016 !important;
}

.button-success,
.button-success:hover,
.button-success:focus,
.button-success-outline:hover,
.button-success-outline:focus {
  border-color: #bb1016 !important;
}

.colored-breadcrumb,
.page-footer {
  background-color: #fbf9f7 !important;
}

.darkmode-layer.darkmode-layer--button {
  display: none;
}
button.darkmode-toggle {
  display: none;
}
a.hide-sec {
  display: none;
}

.navbar-nav {
  float: right;
  gap: 12px;
}

.category-section h1 {
  color: #000 !important;
}
.icon-dark-sec {
  background-color: #fff !important;
  box-shadow: none !important;
}

.icon-swiper .swiper-slide {
  background: #fff !important;
}
.icon-dark-sec .cat-font-color {
  color: #000 !important;
}
.cat-font-color {
  line-height: 18px;
}

.icon-dark-sec .cat-font-color {
  padding: 10px;
}
.icon-dark-sec .cat-font-color span {
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-image-container img {
  width: 100%;
  height: 200px;
}
.category-section .category-grid {
  margin-bottom: 0;
  margin-top: 0;
  border: 1px solid #ccc;
  padding: 0 !important;
  margin-right: 0;
  border-radius: 10px;
  margin-left: unset;
  width: 15%;
  transition: all 2s ease;
}
.category-grid:hover {
  transform: scale(1.01);
}
.category-section {
  box-shadow: none;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -5px;
}
#modal-custom .iziModal-content header a.active {
  background: #bb1016;
  color: #fff;
}
#modal-custom .iziModal-content section button {
  background: #bb1016;
}

.page-item.active .page-link {
  background-color: #bb1016 !important;
  border-color: #bb1016;
}
.page-link:hover {
  color: #bb1016;
}

span.category-line-height {
  color: #000;
  padding: 10px;
  display: inline-block;
  width: 70%;
}

.block {
  background-color: #bb1016;
}
.info-icon a i {
  color: #bb1016;
}

.button-warning {
  background-color: #bb1016 !important;
  border-color: #bb1016 !important;
}

.product-grid .product-discount-label,
.product-grid .product-new-label {
  background: transparent !important;
  color: #000 !important;
  /* border: 1px solid #ACB5BC; */
}

.product-grid .product-new-label {
  color: #000000;

  display: block;
  font-size: 12px;
  left: 0;
  padding: 3px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  position: unset;
}
.product-grid .product-discount-label {
  top: 40px;
  font-size: 12px;
  left: 0;
  padding: 3px 10px;
  position: unset;
}
.primary-button {
  background-color: #bb1016;
}
.red-button {
  background-color: #bb1016;
}

.button-primary-outline {
  border-color: #bb1016 !important;
  color: #bb1016 !important;
}

.button-primary-outline:focus,
.button-primary-outline:hover,
.button-primary:focus,
.button-primary:hover {
  background-color: #bb1016 !important;
  border-color: #fff !important;
  color: #fff !important;
  outline: 0;
}
span.select2.select2-container.select2-container--adwitt {
  background: #fafafa;
  width: 100% !important;
}
.select2-selection__placeholder {
  color: #000;
}

.row.row-fluid.dark-footer-margin {
  background: #bb1016;
}

.product-content .title a {
  color: #031838;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.cart-product-desc-list .button-primary {
  background-color: #bb1016 !important;
  border-color: #bb1016 !important;
  color: #fff;
}
.input-group-append .button-primary {
  background-color: #bb1016 !important;
  border-color: #bb1016 !important;
  color: #fff;
}
.header-h1 .mobile-app-text {
  color: var(--primary-color);
  font-size: 40px !important;
  line-height: 1.2em;
  word-break: break-all;
}

.extra-des ul {
  display: flex;
  gap: 30px;
}

.btn-outline-primary {
  background-color: transparent;
  background-image: none;
  border-color: #bb1016 !important;
  color: #bb1016 !important;
}
.viewAllBtnSlider {
  font-size: 13px;
  padding: 8px 30px;
  border-radius: 10px;
  font-weight: 500;
}
.categoryCustomBox h4 {
  text-align: center;
}

/* CUSTOM CSS START FROM HERE */

.customNavbarDiv {
  border-bottom: 1px solid #b4b4b4;
}
#header.topper-white .topbar {
  background-color: #181818;
}
.navIconImg {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
#cart-count {
  bottom: 10px;
  margin-left: -15px;
}
.sectionMargin {
  margin-top: 50px;
}
.product-image-swiper {
  width: 100% !important;
}
.productSwiperSection {
  padding: 20px 0;
}
.productSwiperSection .product-grid {
  border: 1px solid #ededed;
  margin-left: 0;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.add-to-cart {
  font-weight: 500;
  padding: 8px 27px;
  border-radius: 10px;
}
.product-grid .product-content {
  position: unset;
}
.product-grid .title {
  font-size: 16px;
  font-weight: 600;
}
.priceCardDiv {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.priceSaleDiv {
  display: flex;
}
.priceCardDiv .price {
  margin: 0 !important;
}
.productCardBtn {
  margin-top: 20px;
}
.category-box p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  color: #9d9d9d;
  line-height: 1.2;
  font-size: 12px;
}
.bottomBannerQr {
  background-image: url("/uploads/bottomMobileImg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  margin: 60px 0;
  border-radius: 15px;
  background-size: cover;
}
.mobile-app-wrapper img {
  width: 100%;
  height: 405px;
  object-fit: contain;
  margin-top: 60px;
}
.bannerLastPara {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
}
.bannerSubTitle {
  font-size: 25px;
  color: #000000;
  font-weight: 300;
}
.bannerBottomHead h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: 2px;
}
.bannerPlayBtn {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.BottomCustomCard {
  border-radius: 10px;
  border: 1px solid #bbbbbb !important;
  padding: 10px !important;
  height: 100%;
}
.freedel-sec {
  margin: 50px 0;
}
.BottomCustomCard p {
  color: #5f5f5f;
  margin-top: 5px;
  text-align: center;
}
.BottomCustomCard h4 {
  text-align: center;
  color: #000;
  margin: 0;
  margin-top: 10px;
}
.BottomCustomCard .svg-wrapper {
  background-color: #bb1016;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.BottomCustomCard .svg-wrapper img {
  height: 60%;
  object-fit: contain;
}
.BottomCustomCard .info-box-wrapper.inline-element {
  width: 100%;
}
.BottomCustomCard .info-box-wrapper.inline-element .info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer-widget ul li {
  width: auto;
  margin: 0;
}
.footer-widget ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cta-text {
  padding-left: 0;
  margin-bottom: 10px;
}
.footer-widget-heading h3::before {
  display: none;
}
.btn-outline-primary:hover {
  background-color: transparent !important;
}
.btn-primary:hover {
  background-color: #bb1016 !important;
  border: 1px solid #bb1016 !important;
}
.clr-facebbok,
.clr-twitter,
.clr-insta,
.clr-youtube {
  background-color: transparent !important;
}
.footer-social-icon a {
  margin-right: 0;
}
.sellerCard {
  background-color: #fff;
  padding: 10px;
  height: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.sellerCard .sellerImg {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.sellerCard .sellerImg img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}
.sellerCard h4 a {
  font-size: 16px;
  font-weight: 600;
  color: #031838;
}
.sellerCard p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #919191;
  height: 35px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 5px;
}
.sallerSliderDiv {
  margin: 20px 0;
}
.productRatingDiv {
  display: flex;
  color: #fdbd30;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 5px 0 12px;
}

@media only screen and (min-width: 1920px) {
  .text-area a img {
    max-width: 30%;
  }
}
@media only screen and (min-width: 1280px) {
  div.offerSpan {
    top: -6px;
    right: -10px;
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  .product-grid .rating {
    padding: 12px 0 30px;
  }
  .brand-logo-link {
    max-height: 63px;
    max-width: 165px;
  }
  .card-solid .mt-4,
  .my-4 {
    margin-top: 0px !important;
  }
  .product-grid {
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* font-family: Raleway,sans-serif; */
    font-family: "ProximaNova";
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
    z-index: 1;
  }
  .card-solid .w-100 {
    width: auto !important;
  }
  .my-account-section .product-grid .product-image img {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 25px;
    max-width: 100%;
    max-height: 100%;
  }
  .my-account-section .product-grid .rating-sm {
    font-size: 14px !important;
    margin-top: 25px;
  }
  .product-page-details {
    padding-left: 7px;
    padding-right: 7px;
  }
  #nav-tabContent .product-image-container {
    height: auto;
  }
  .topbar-right ul.list-inline {
    margin-left: 38px;
  }
  .firstbanner .swiper-container {
    height: auto !important;
  }
  .product-style-1-left .featured-section-title {
    padding-top: 50px;
  }
  .category-sec1 .h2 {
    font-size: 25px;
  }
  .product-style-1 {
    padding-top: 0px !important;
  }
  .featured-section-title .section-title {
    font-size: 15px;
    width: 100%;
    padding-top: 14px;
  }
  .call-to-action-section .text-area {
    margin-left: 0px;
    margin-top: 0px;
    /* font-size: 19px; */
  }
  .header-h1 .mobile-app-text {
    color: var(--primary-color);
    font-size: 30px !important;
    line-height: 1.2em;
    word-break: break-all;
  }
  h1.header-h1 p {
    font-size: 20px;
  }
  .text-area a img {
    max-width: 30%;
  }
  .sidebar #leftside-navigation ul li a .category-span {
    display: flex;
  }
  .footer-cta .cta-text {
    display: flow-root;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .input-group-append .button-primary {
    background-color: #bb1016 !important;
    border-color: #bb1016 !important;
    color: #fff;
  }
  .product-page-content .product-title {
    font-size: 20px !important;
    font-weight: 900;
  }
  .product-page-details .text-center {
    text-align: left !important;
    font-size: 10px !important;
    margin-top: 15px;
  }
  .product-page-details .button-sm {
    font-size: 10px;
  }
  .product-page-content .extra-small {
    font-size: 10px !important;
    line-height: 16px;
  }
  .footer-section-footer .footer-cta {
    padding-top: 0px !important;
  }
  .footer-widget-heading h3 {
    color: #000 !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    margin-top: 19px;
  }
  .navbar-collapse {
    height: 45px;
    margin-bottom: 10px;
  }
}

/* ===============768 end */

@media (max-width: 992px) {
  .firstbanner .swiper-container {
    height: auto !important;
  }
  .sidebar #leftside-navigation ul li a .category-span {
    display: flex;
  }
  .navbar .link-color {
    outline: none;
    font-size: 24px;
  }
  .add-to-cart {
    background: #0e7dd1;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
  }
  .product-style-1 .product-grid .rating-sm {
    font-size: 10px !important;
    margin-top: 15px;
  }

  .inline-element {
    display: flex;
    vertical-align: middle;
  }
  .listing-page .filter-nav,
  .listing-page .filter-nav.open {
    background-color: #fff;
    position: absolute;
    visibility: hidden;
  }
  .sign-up-image iframe {
    width: 450px;
  }
}

/* Abhishek Custom css Start */
.availabilityCustomButton {
  color: #fff !important;
  background-color: #bb1016;
  font-size: 14px;
  border: 1px solid #bb1016 !important;
  transition: all 0.3sease;
  border-radius: 5px;
  height: 100%;
  margin: 0;
}
.availabilityCustomButton:hover {
  background-color: transparent !important;
  border: 1px solid #bb1016 !important;
  color: #bb1016 !important;
  border-radius: 5px;
  box-shadow: none !important;
}

.addFavCustom {
  background-color: transparent !important;
  border: 1px solid #bb1016 !important;
  color: #bb1016 !important;
  border-radius: 5px;
}
.addFavCustom:hover {
  background-color: #bb1016 !important;
  box-shadow: none !important;
}
.customPriceColor {
  color: #bb1016 !important;
}
.priceSaleDiv {
  border: 1px solid #acb5bc;
}
.product-new-label,
.product-discount-label {
  text-decoration: none !important;
}
.discount-box {
  border: 1px solid #5f5f5f;
}
.porductGrid {
  border: 1px solid #ededed;
  margin-left: 8px;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.addCartBtn {
  margin-top: 20px;
}

/* Brnds section */
.catagoryImgContainer {
  /* background-color: red; */
  padding: 0 !important;
}

/* Aniket Css Start */

.priceDiv {
  display: inline-block;
  border: 1px solid #acb5bc;
}
.addToCartBtn {
  margin-top: 20px;
}
.mainDiv {
  border: 1px solid #ededed;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px #0000001a;
}
.saleDiv {
  text-align: center;
  width: 90px;
  height: 25px;
  border: 1px solid #acb5bc;
  margin-bottom: 15px;
}
.listViewPrice {
  color: #bb1016;
}

.customAccountSidebar .nav-link {
  border-radius: 10px;
  border: 1px solid #bb1016;
}
.customAccountRight {
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding: 20px;
}
.customAccountRight input {
  border-radius: 10px !important;
  border: 1px solid #e5e5e5 !important;
  font-size: 14px;
}
.profileBtn {
  text-align: center;
  width: 100%;
}
.profileBtn button {
  box-shadow: none !important;
  border-radius: 10px;
  font-size: 15px;
  width: auto;
  padding: 5px 30px;
}
.profileBtn input {
  box-shadow: none !important;
  /* border-radius: 10px; */
  font-size: 14px;
  width: fit-content;
  padding: 5px 30px;
}
section.my-account-section {
  margin-bottom: 50px;
}
.sallerSlider {
  height: 100%;
}
.sallerSlider .swiper-wrapper {
  height: 100%;
}
.sallerSlider .swiper-wrapper .sallerSliderDiv {
  height: 100%;
}
.sallerSlider .swiper-wrapper .sallerSliderDiv .sellerCard {
  height: 100%;
}

.offerRightProduct .product-grid {
  border: 1px solid #bb101626 !important;
  border-radius: 15px;
}
.offerRightProduct .product-grid .product-image {
  height: auto !important;
}
.offerRightProduct .product-grid .product-image .product-image-container {
  height: 100% !important;
}
.offerLeftCard .product-grid {
  border: 1px solid #ededed;
  margin-left: 10px;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.shopping-cart-sidebar .shopping-cart-sm .product-image {
  float: unset !important;
}
.shopping-cart-sm.container.bg-white.rounded.mt-4.mb-2
  .cart-product.product-sm.col-md-12
  .cartSidebarHead {
  display: flex;
  align-items: start;
  gap: 5px;
}
.cartSidebarHead .product-image img {
  border-radius: 10px;
  border: 1px solid #cfcfcf;
}
.cartSidebarHead .product-title {
  margin: 0 !important;
}
.cartSidebarHead .product-descriptions {
  margin-top: 1px;
  font-size: 12px;
  color: #717171;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cartBtnDiv {
  border-radius: 10px;
  border: 1px solid #bb1016;
  font-size: 14px;
  padding: 8px 30px;
  transition: 0.3s all ease;
}
.cartBtnDiv:hover {
  background-color: transparent !important;
  color: #000 !important;
}
.product-quantity.product-sm-quantity.px-1 input {
  border-radius: 10px;
  border: 1px solid #e5e5e5 !important;
}
.product-sm .product-image img,
.product .product-image img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.zipcodeInput {
  border: 1px solid #b1b1b1 !important;
  border-radius: 5px !important;
  outline: none;
  height: 100%;
  font-size: 14px;
}
.pluseMinusInput {
  border-radius: 10px;
  border: 1px solid #bb101673;
}
.pluseMinusInput input {
  height: 100%;
  padding: 0;
}
sup {
  top: 0 !important;
}
.col-12.col-md-6.product-page-details {
  border: 1px dashed #d3d3d3;
  border-radius: 15px;
}
.col-12.col-md-6.product-page-details h3.my-3.product-title p {
  font-size: 20px;
}
#contact-us-submit-btn {
  box-shadow: none;
  border-radius: 10px;
}
.login-form {
  border: 1px dashed rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  margin-bottom: auto;
  margin-top: auto;
}
.contactForm h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.contactForm input,
.contactForm textarea {
  border: 1px solid #b9b9b9 !important;
  border-radius: 5px !important;
}
.productImageListing img {
  object-fit: cover !important;
  border-radius: 10px;
}
.filter-section {
  box-shadow: none !important;
}
.relatedProductGrid .product-image img {
  object-fit: cover;
  border-radius: 10px;
}

.customAccountRight .product-grid {
  border: 1px solid #ededed;
  margin-left: 10px;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.topbarLocation {
  display: flex;
  justify-content: end;
  padding: 10px 0;
  /* border-bottom: 1px solid #f1f1f1; */
}
.topbarLocation img {
  width: 25px;
  height: auto;
  object-fit: contain;
}
.topbarLocation input {
  background-color: #fff !important;
  border-radius: 4px !important;
  width: 250px;
  font-size: 14px;
  border: 1px solid #bb1016 !important;
}
.topbarLocation button {
  font-size: 13px;
  margin-left: 5px;
  border-radius: 5px !important;
}
#register_div input {
  margin: 0 !important;
}
footer {
  background-color: #fff !important;
}
.iziModal {
  border-radius: 15px !important;
  overflow: hidden;
}
#modal-custom .iziModal-content .icon-close {
  right: 2px;
  top: 2px;
}
#modal-custom .iziModal-content header {
  border-bottom: 1px solid #bb101640;
}
.form-control:active,
.form-control:focus {
  border: 1px solid #bb1016 !important;
  box-shadow: none !important;
  outline: none;
}
.form-control {
  border: 1px solid #bb10165e !important;
  border-radius: 10px !important;
}
#modal-custom .iziModal-content section button,
#modal-custom .iziModal-content section input:not([type="checkbox"]) {
  margin-bottom: 10px;
  padding: 10px 15px;
}
.iziModal-content footer {
  display: flex;
  justify-content: space-between;
}
.iziModal-content footer button {
  border-radius: 10px !important;
  width: 49% !important;
}

.form-input {
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
}
.form-input:focus,
.form-input:hover {
  border: 1px solid #0e7dd1 !important;
  border-radius: 10px !important;
}

body {
  background: #ffffff !important;
  background-image: url(/assets/front_end/classic/images/bgbody.png);
}
.featured-section-title {
  margin-top: 0 !important;
}
.EditProduct {
  padding: 20px;
}
.category-section .category-image img {
  height: 150px;
  width: 100%;
  border-radius: 10px;
  padding: 0;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}
.category-section .category-image {
  margin: 0 !important;
  border: 1px solid #ededed;
  padding: 15px;
  border-radius: 10px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.category-section .category-image-container {
  margin: 0 !important;
  width: 100%;
}
.add-fav,
.product-style-1 .add-fav,
.product-style-2 .add-fav {
  background-color: #fff;
  border-bottom-left-radius: 58px 58px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
aside.add-fav button {
  background: transparent;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: #bb1016 !important;
  border-radius: 50% !important;
  font-size: 14px !important;
  width: 40px !important;
  height: 40px !important;
  color: #fff !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
}
.category-slider .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
}
.bannerBottomHead {
  text-align: center;
  width: 45%;
}
section.new-category-slider.py-3 .card.h-100 {
  border-radius: 10px;
  overflow: hidden;
}
section.new-category-slider.py-3 .card.h-100 .card-body {
  padding: 10px !important;
}
section.new-category-slider.py-3 .card.h-100 .card-body .card-title a {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
section.new-category-slider.py-3 .card.h-100 .card-body .card-text {
  color: #595959;
}
.checkout-method button {
  border-radius: 10px;
}
.product-checkout-wrapper button {
  border-radius: 10px;
}
.EditProduct {
  display: flex;
  flex-wrap: wrap;
}
.filter-section .product-image {
  height: auto;
}
.footer-social-icon {
  display: flex;
  gap: 4px;
}
h1.downloadApp {
  font-size: 26px;
  color: #bb1016;
  font-weight: 600;
  font-family: math;
}
div#nav-tabContent {
  padding: 15px 0;
}
button#add_to_favorite_btn:hover {
  color: white !important;
  background: #b71016;
}
button#add_to_favorite_btn {
  color: #b81016 !important;
  border-radius: 5px;
}
button#add_to_favorite_btn:hover {
  color: white;
}
button#load-user-ratings {
  padding: 8px 8px;
  border-radius: 5px;
}
.searchFormDiv {
  width: 250px;
  /* right: 400px;
        top: 63px;
        text-align: center; */
}
.loginsectiondiv {
  align-items: stretch;
  display: flex;
  position: relative;
  width: 100%;
}
.sellerdivimg {
  height: 71%;
  /* object-fit: cover; */
}
.login-section-form {
  border-radius: 10px 0 0 10px !important;
}
.login-section-design {
  border-radius: 8px 9px 0px !important;
}
#header.topper-white {
  padding: 15px;
}
.morph-text a {
  color: #333 !important;
  font-size: 16px;
  font-weight: 600;
}
a.m-2.auth_model {
  background: #bb1016;
  padding: 7px 7px;
  border-radius: 5px;
}
a.m-2.auth_model span {
  font-size: 16px;
  font-weight: 500 !important;
  color: white !important;
}
img.download_section:hover {
  transform: scale(1.05);
}
img.download_section {
  transition: transform 0.3s ease;
}
.product-descriptions {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.filter-sidebar-view {
  border: 1px solid #c7c7c7;
  border-radius: 15px;
  height: fit-content;
  transition: 1s ease all;
  position: sticky;
  top: 50px;
}
h4.filterEdit {
  color: #bb1016;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
}
.card-custom {
  border-bottom: 1px solid #e5e5e5 !important;
  border-radius: 0px !important;
}
.filterEditBtn {
  background: #bb1016;
  color: white;
  padding: 5px 20px;
  border: 1px solid #bb1016;
}
.filterEditBtn:hover {
  background: white;
  color: #bb1016;
}
.cardEdit {
  padding: 1.25rem 0 !important;
}
.productsectiondiv {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  align-items: center;
}
h3.footerSlogan {
  color: white;
  font-size: 15px;
  font-weight: 500;
  margin-top: -20px;
  margin-bottom: 12px;
}
.rounded-icon {
  background: #c21219 !important;
}
.filter-section .h3 {
  font-size: 16px;
}

@media (max-width: 1025px) {
  .productList {
    padding: 0;
  }
  .category-section .category-image img {
    padding: 0;
  }
  .category-image.w-100 {
    padding: 2px;
  }
  .EditProduct {
    padding: 0;
  }
  .container-fluid.filter-section {
    padding: 0;
  }
  .paddingControl {
    padding-left: 7px;
    padding-right: 2px;
  }
  .dropdownEdit {
    width: 144px;
    padding: 0px 7px;
  }
  .navbar-nav {
    gap: 2px;
  }
  img.navIconImg.addCart {
    margin-top: 14px;
  }
  #cart-count {
    bottom: 35px;
    margin-left: 25px;
  }
  .searchFormDiv {
    width: 173px !important;
    left: -30px;
  }
  .category-section .category-grid {
    width: 24%;
  }
  .productsectiondiv {
    gap: 15px;
  }
}

@media (max-width: 992px) {
  .bannerBottomHead {
    width: 100%;
  }
  .col-lg-3.col-md-6.text-left.text-md-center {
    padding-bottom: 8px;
  }
  .topbarLocation {
    padding: 10px 10px;
  }
  .category-box img {
    height: 125px;
    width: 125px;
  }
  .category-section .category-grid {
    width: 32%;
  }
  .category-section .category-image {
    padding: 0;
  }
  .productList {
    padding: 0;
  }
  .EditProduct {
    padding: 0;
  }
  .container-fluid.filter-section {
    padding: 0;
  }
  .paddingControl {
    padding: 0 4px;
  }
  .product-grid {
    padding: 10px 10px 20px 10px;
  }
  .add-to-cart {
    padding: 8px 15px;
  }
  .filter-section .product-image {
    height: auto;
  }
  .product-style-default .product-image {
    height: auto;
  }
  .footer-logo-footer img {
    width: 160px;
  }
  h3.footerSlogan {
    font-size: 15px !important;
    margin-top: -25px;
  }
  .footer-social-icon {
    flex-wrap: wrap;
  }
  .customAccountRight {
    margin-top: 15px;
    border: none;
    padding: 15px 20px;
  }
  button.block {
    padding: 6px;
  }
  .total-price td {
    padding: 0;
  }
  .sign-up-image iframe {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .banner-image-slider img {
    height: auto !important;
  }
  div#navbarNavDropdown {
    align-content: center;
    margin-bottom: 0;
    border-top: 1px solid #e7e7e7;
  }
  .bottomBannerQr .row.align-items-center {
    flex-direction: column-reverse;
  }
  .bannerBottomHead {
    text-align: center;
    width: 100%;
    margin: 50px 0;
  }
  .bannerBottomHead h2 {
    font-size: 30px;
  }
  .bannerSubTitle {
    font-size: 19px;
  }
  .bannerLastPara {
    font-size: 13px;
  }
  .bannerPlayBtn {
    margin-top: 25px;
  }
  .bannerPlayBtn img {
    width: 150px;
  }
  section.freedel-sec .row.row-fluid {
    gap: 20px;
  }
  section.new-category-slider.py-3 .category-head.m-0 h3 {
    margin-bottom: 20px;
  }
  section.new-category-slider.py-3 .card.h-100 {
    border-radius: 10px;
    overflow: hidden;
  }
  section.new-category-slider.py-3 .card.h-100 .card-body {
    padding: 10px !important;
  }
  section.new-category-slider.py-3 .card.h-100 .card-body .card-title a {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
  }
  section.new-category-slider.py-3 .card.h-100 .card-body .card-text {
    color: #595959;
  }
  .accordion .card-header h2 a {
    text-wrap: wrap;
    text-align: left;
  }
  .footer-social-icon i {
    height: 30px;
    width: 30px;
  }
  .category-box img {
    width: 110px;
    height: 110px;
  }
  .banner-image-slider img {
    height: auto !important;
  }
  div#navbarNavDropdown {
    display: none;
  }
  .category-head h3 {
    font-size: 18px;
  }
  .viewAllBtnSlider {
    padding: 5px 16px;
  }
  .main-content {
    padding: 0px;
  }
  .sectionMargin {
    margin-top: unset;
  }
  #header.topper-white {
    padding: 2px 0 !important;
  }
  .footer-widget-heading h3 {
    color: #ffffff !important;
    margin-bottom: 8px;
  }
  .footer-logo-footer img {
    border-radius: 5px;
    width: 145px;
  }
  .categorydivsection {
    font-size: 12px;
    height: 20px;
  }
  .category-section .category-grid {
    width: 48%;
  }
  .category-section .category-image {
    padding: 0;
  }
  .rounded-icon {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .category-head {
    margin-bottom: 15px;
  }

  .mobile-app-wrapper img {
    margin-top: 0;
  }
  img.faq_image {
    width: 100%;
  }
  .brandsectiondiv {
    justify-content: start;
  }
  .bottomBannerQr {
    margin: 0;
  }
  .form-row {
    flex-wrap: nowrap;
  }
  .col-12.col-md-6.product-page-details {
    padding: 12px;
    margin-top: 15px;
  }
  div#nav-tabContent {
    padding: 15px 15px !important;
  }
  .num-block.skin-2.py-4 {
    padding-top: 0 !important;
  }
  .topbarLocation input {
    width: 211px;
  }
  .product-style-1 .product-grid .add-to-cart {
    font-size: 12px !important;
  }
  .productsectiondiv {
    gap: 15px;
  }
  .footer-content-footer.pt-5.pb-5 {
    padding: 12px;
  }
  .contactForm.contactdivsection {
    padding: 0 40px;
  }
  button#contact-us-submit-btn {
    margin-bottom: 15px;
  }
  .contactEdit {
    padding: 0 25px;
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 400px) {
  .banner-section {
    height: 165px !important;
  }
  div#navbarNavDropdown {
    display: none;
  }
  .banner-image-slider img {
    object-fit: contain !important;
    height: auto !important;
  }
  .banner-section {
    height: fit-content !important ;
  }
  .category-box img {
    width: 100px;
    height: 100px;
  }
  .sectionMargin {
    margin-top: 0px !important;
    padding-bottom: 0 !important;
  }
  .topbarLocation {
    justify-content: center;
  }
  .topbarLocation input {
    width: 130px;
    font-size: 12px;
  }
  .category-head h3 {
    font-size: 20px;
  }
  .bannerPlayBtn {
    flex-direction: column;
  }
  .bannerPlayBtn img {
    width: 125px;
  }
  .product-style-1 {
    padding-bottom: 15px !important;
  }
  .featured-section-title .section-title {
    width: 100% !important;
    text-align: center !important;
  }
  .brandsectiondiv {
    justify-content: center;
  }
  .categorydivsection {
    font-size: 12px;
  }
  .footer-widget-heading h3 {
    color: #fff !important;
  }
  .footer-content-footer .row {
    flex-direction: column;
  }
  .footer-widget-heading h3 {
    margin-bottom: 10px;
  }
  .mobile-app-wrapper img {
    display: none;
  }
  .footer-logo-footer img {
    border-radius: 8px;
  }
  .btn-primary {
    padding: 6px 15px;
  }
  .category-section .category-grid {
    width: 48%;
  }
  .sectionMargin {
    margin-top: 30px;
  }
  .featured-section-title .section-title {
    margin-bottom: 35px;
    padding-top: unset;
  }
  .my-account-tab {
    margin-bottom: 15px !important;
  }
  .customAccountRight .product-grid {
    margin-left: 0;
  }
  .editPadding {
    padding: 0;
  }
  .cardEdit {
    padding: 1.25rem 0;
  }
  .customAccountRight {
    padding: 20px 15px;
  }
  .offerRightProduct {
    padding: 0;
  }
  .col-12.col-md-6.product-page-details {
    margin-top: 15px;
  }
  .rounded-icon {
    line-height: 31px !important;
  }
  .freedel-sec {
    margin: 0 0 !important;
  }
  .EditProduct {
    padding: 0;
  }
  .category-section .category-image {
    padding: 0;
  }
  input#password {
    width: 80% !important;
  }
  .productList {
    padding: 0;
    width: 47%;
  }
  .category-section {
    padding: 0;
  }
  .category-section .category-image img {
    height: 100px;
  }
  .paddingControl {
    padding: 0;
  }
  .product-grid .product-image img {
    height: 200px;
  }
  .add-to-cart {
    padding: 10px 20px !important;
  }
  .shopping-cart-sidebar {
    width: 300px;
  }
  .product-page-content .extra-small {
    position: unset;
    border-radius: 10px;
  }
  .form-row {
    flex-wrap: nowrap;
  }
  .availabilityCustomButton {
    padding: 3px 10px;
    font-size: 11px;
  }
  .product-page-details .price {
    font-size: 20px;
  }
  button#add_cart {
    padding: 12px 7px;
  }
  .EditSellerPadding {
    padding: 15px 0;
  }
  .navEditProduct {
    flex-wrap: nowrap;
    font-size: 13px;
  }
  img.faq_image {
    width: 100%;
  }
  .home_faq_sec {
    padding: 15px 0;
  }
  .home_faq h2 {
    font-size: 25px !important;
  }
  div#nav-tabContent {
    padding: 0 !important;
  }
  .offerRightProduct {
    padding: 0;
  }
  .product-grid {
    margin-bottom: 0;
  }
  .brandsectiondiv {
    justify-content: start;
  }
  .productsectiondiv {
    gap: 15px !important;
    padding: 0px 9px;
  }
  .footer-content-footer {
    padding: 0 10px;
  }
}
