@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  --primary-color: #f40615;
  font-family: "ProximaNova";
  font-family: "Montserrat", serif !important;
}

@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: 1320px;
    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: #f40615 !important;
}
div#img_01-zoomContainer {
  height: 0px !important;
}
li.category-span {
  display: flex;
}
.sign-up-image iframe {
  width: 100%;
}
/* .swiper-slide {
    padding: 5px;
} */
.footer-logo-footer img {
  max-height: unset;
  max-width: unset;
  /* background: white; */
  width: 60%;
  padding: 5px;
}
.select2-container .select2-selection--single {
  border: 1px solid gainsboro;
  border-radius: 10px;
  width: 100%;
  background-color: #00000012;
  display: flex;
  align-items: center;
  height: 40px;
  margin-top: 0;
}
.select2-container .select2-selection--single span {
  color: #666666;
}
.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 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: #ffccccb0;
  background-repeat: no-repeat;
  margin-top: 55px;
}
.copyright-area {
  background: #20202000;
  padding: 25px 0;
  border-top: 1px solid #878787;
}
.copyright-text p {
  color: #000;
}
.footer-menu li a {
  color: #000;
}
.cta-text h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
.cta-text span {
  color: #252525;
  font-size: 14px;
  font-weight: 500;
}
i.fas.fa-phone {
  transform: none !important;
}
.footer-widget-heading h3 {
  color: #000000 !important;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}
.footer-widget ul li a {
  color: #272727;
  font-weight: 500;
}
.footer-social-icon span {
  color: #000000 !important;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
img.error,
img.initial,
img.loaded {
  opacity: 1;
  width: 100%;
}
/*image size profile*/
.my-account-tab a:hover {
  color: #f40615;
}
.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: #343a40 !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: #f40615 !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:hover {
  transform: scale(110%);
}
div#categoris .item img {
  max-height: 120px;
  height: 120px;
  transition: 0.3s ease all;
  object-fit: contain;
  mix-blend-mode: darken;
}
div#categoris .item {
  /* border: 2px solid #ccc; */
  padding: 0;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}

div#categoris .item a {
  border: 1px solid #007abc6b;
  display: block;
  width: 100%;
  height: 150px;
  background-color: #fbf9f7;
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

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;
}
.categoryCard {
}

.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: #e38254;
  border-color: #e88158;
  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;
  font-weight: 500;
  color: #f40615;
}
.brand-logo-link {
  max-height: inherit;
  max-width: 100%;
  /* width: 150px; */
    width: 220px;
  height: auto;
  object-fit: contain;
}
.product-image-container {
  height: 100%;
  line-height: 1;
  width: 100%;
}
.filter-section .product-image {
  height: 150px;
}
.product-grid .product-image img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.product-image-container {
  max-width: 100% !important;
}
.product-style-default .product-image {
  height: 275px;
  margin-bottom: 30px;
}
.product-style-default .product-image .product-image-container {
  height: 100%;
  max-height: 100%;
}
.product-grid {
  border: 0;
  /* padding: 0 0px 0px; */
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #efefef;
  /* width: 190px; */
}
.product-section-1 {
  position: relative;
  z-index: 0;
}
.footer-logo-footer img {
  background: #fff !important;
  border-radius: 8px;
}
.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;
}

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

/*11 july custom css*/
.my-account-tab {
  border: none;
  background-color: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border: 1px solid #00000030;
  border-radius: 14px !important;
}
.mainview {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mainview .form-control {
  width: 75%;
  margin-right: 15px;
}
.card-header.bg-white {
  background: #fef0f1 !important;
  color: #000000;
  font-weight: bold;
  border: 1px solid #f4061575;
  border-radius: 7px;
}
.btnview {
  background: #f40615;
  color: #fff;
  border: 1px;
  padding: 6px 20px;
}
.btnview:hover {
  background: transparent;
  border: 1px solid #f40615;
  color: #f40615;
}
.borderview {
  border: 1px solid #f40615;
  /* font-family: inherit; */
  font-family: "ProximaNova";
  padding: 8px;
}
/*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: #f40615 !important;
  stroke: #f40615 !important;
}

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

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

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

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

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

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

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

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

.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;
}
.category-section .category-grid {
  margin-bottom: 20px;
}
.icon-dark-sec .cat-font-color {
  padding-top: 10px;
}

.category-image-container img {
  width: 200px;
  height: 130px;
}
.category-section .category-grid {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding-top: 20px;
  /* box-shadow: 0px 0px 30px rgb(73 78 92 / 15%);*/
  border-radius: 15px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -5px;
}
#modal-custom .iziModal-content header a {
  background: #e3e3e3 !important;
  color: #777 !important;
}
#modal-custom .iziModal-content header a.active {
  background: #f40615 !important;
  color: #fff !important;
}

.iti-flag {
  display: none;
}

.flag-box {
  display: none;
}
#modal-custom .iziModal-content section button {
  background: #f40615;
}

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

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

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

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

.product-grid .product-discount-label,
.product-grid .product-new-label {
  background: #f40615 !important;
}

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

  display: block;
  font-size: 12px;
  left: 0;
  padding: 3px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  display: none;
}
.product-grid .product-discount-label {
  top: 10px;
  font-size: 12px;
  left: -3px;
  padding: 5px 15px;
  border-radius: 5px;
}
.primary-button {
  background-color: #f40615;
}
.red-button {
  background-color: #f40615;
}

.button-primary-outline {
  border-color: #f40615 !important;
  color: #f40615 !important;
  margin: 0 !important;
}

.button-primary-outline:focus,
.button-primary-outline:hover,
.button-primary:focus,
.button-primary:hover {
  background-color: #f40615 !important;
  border-color: #fff !important;
  color: #fff !important;
  outline: 0;
}
span.select2.select2-container.select2-container--adwitt {
  /* background: #fafafa; */
  /* width: 85% !important; */
  width: 100% !important;
  border-radius: 10px;
}
.select2-selection__placeholder {
  color: #000;
}

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

.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: #f40615 !important;
  border-color: #f40615 !important;
  color: #fff;
}
.input-group-append .button-primary {
  background-color: #f40615 !important;
  border-color: #f40615 !important;
  color: #fff;
}
.header-h1 .mobile-app-text {
  color: var(--primary-color);
  font-size: 40px !important;
  line-height: 1.2em;
  word-break: break-all;
}

.customLable {
  width: 100px;
}
.productExtarImages {
  height: 90px;
  width: 90px;
  border: 1px solid gray;
  border-radius: 10px;
}
.productExtarImages img {
  height: 100%;
  border-radius: 10px;
}
.featured-section-title {
  width: 92%;
}

@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: 0 0 0px;
    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: 70%;
    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: 25px !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: #f40615 !important;
    border-color: #f40615 !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: 11px !important;
    line-height: 16px;
  }
  .footer-section-footer .footer-cta {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
  }
  .footer-widget-heading h3 {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    margin-top: 19px;
  }
  .navbar-collapse {
    height: 45px;
    margin-bottom: 10px;
  }
  .header-bottom,
  .pb-2 {
    display: block !important;
  }
}

/* ===============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;
  }
  .header-bottom,
  .pb-2 {
    display: block !important;
  }
}

.product-grid:hover .product-content {
  bottom: 8px !important;
}

/* .product-rating-small {
    margin-bottom: 25px !important;
} */

.product-grid:hover .social {
  opacity: 1;
  top: 40% !important;
}

.firstbanner .swiper-container {
  /* max-height: 950px !important; */
  height: 480px !important;
}

section.firstbanner .swiper-slide img {
  object-fit: contain;
  /* width: 1290px !important; */
}

.topbar.topbar-text-color {
  background: linear-gradient(
    157deg,
    rgba(0, 119, 191, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
}

img.about-img {
  width: 100%;
}

a.home_faq_btn.btn.btn-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
.home_faq_btn i {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}

.iziModal-overlay.fadeOut {
  display: none;
}

.card-custom a {
  text-transform: capitalize;
  font-weight: 600;
  /* color: var(--primary-color) !important; */
}

.single-cta i {
  color: #ffffff !important;
}

/* .card-custom i {
    color: #000;
} */

.home_faq .card-body {
  text-transform: capitalize;
  font-size: 16px;
}

.collapse-arrow i {
  font-size: 1.3rem;
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
}

.card-custom .collapse-arrow.btn.btn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f40615;
  padding: 10px;
  color: #ffffff;
  border: 1px solid #f40615;
}

.card-custom .collapse-arrow.btn.btn-link.collapsed {
  background: #ffffff;
  color: #000000;
}

.footer-cta {
  border-bottom: none;
}

.user-detail h5 {
  text-transform: capitalize;
  font-size: 23px;
  font-weight: bold;
  color: #f40615;
}

h6.account-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.order-image {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #f406158a;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

p.new-order-text {
  color: #000000 !important;
}

.view-details {
  font-size: 14px;
  font-weight: 800;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.cart-product .product-image {
  height: 105px !important;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #f40615;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.cart-product .product-image img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}

img.cart-image-new {
  width: 100%;
  height: 300px;
  object-fit: contain;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.15));
}

.user-name-header {
  font-size: 16px;
  margin: 0 2px;
  color: #414344 !important;
  text-transform: capitalize;
}

img.faq_image {
  width: 100%;
}

a.home_faq_btn.btn.btn-link.collapsed i {
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

a.home_faq_btn.btn.btn-link i {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

.card-header-custom {
  padding: 0.25rem 1.25rem !important;
}

@media (max-width: 767px) {
  img.faq_image {
    width: 100%;
  }
  .product-grid .product-content {
    bottom: -56px !important;
  }

  .product-grid {
    width: 100%;
  }

  .filter-section .product-image {
    height: 400px;
  }

  section.firstbanner .swiper-slide img {
    /* height: 149px !important; */
  }
}

/* CUSTOM CSS START FROM HERE */
.navbar-nav.adminLoginBar {
  display: flex;
  justify-content: space-between;
  /* gap: 15px; */
}
.navbar-nav.adminLoginBar .loginDivBar {
  display: flex;
  align-items: center;
}
.loginDivBar span {
  font-size: 14px;
  font-weight: 400;
  color: #000 !important;
}
.navbar-nav.adminLoginBar li.nav-item.active {
  display: flex;
  align-items: center;
}
.navbar-nav.adminLoginBar .far {
}
.navbar-nav.adminLoginBar a.header-icon {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.loginIconImg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.categoryMenuItem:hover {
  transform: scale(105%);
}
.categoryMenuItem {
  display: flex;
  transition: 0.3s ease all;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: 3px; */
  border: 1px solid #f406155e;
  overflow: hidden;
  border-radius: 25%;
  width: 65px;
  height: 65px;
}
/* .categoryMenuItem a {
    padding: 5px;
    background-color: #F0F5FF;
    width: 100%;
    height: 70px;
} */
.categoryMenuItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
}
.categoryName {
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 5px;
}
.header-bottom-inner {
  gap: 2px;
  padding: 12px 0;
}
.categoryListBar {
}
.categoryMenuDiv {
  padding: 0 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.heroBannerImg {
}
.product-section {
  box-shadow: none !important;
}
.productCardBox {
  border: 1px solid #d1d1d1;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px;
}
.ProductImgDiv {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ProductImgDiv a {
  height: 100%;
  width: 100%;
}
.ProductImgDiv img {
  mix-blend-mode: darken;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productImgContainer .social {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.productCardHead {
  padding: 15px;
}
.productImgContainer .rating-container .star {
  font-size: 10px !important;
}
.productCardHead h3 {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
}
.productCardHead .price.mb-1 {
  font-size: 15px;
  font-weight: 600;
}
.heroBannerImg img {
}
.hoverCardOverlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: -115px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 115px;
  justify-content: end;
  display: none;
  transition: 1s ease all;
  padding-bottom: 10px;
}
.hoverCardOverlay .product-discount-label {
  color: #fff;
  font-size: 20px;
  padding: 5px;
  margin-top: 15px;
}
.productCardHead a.add-to-cart.add_to_cart {
  border-radius: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  height: 35px;
  margin-top: 12px;
  border: 1px solid rgba(245, 115, 124, 1);
  /* background-color: #FF9F00 ; */
  background: #f40615 !important;
  background: linear-gradient(
    180deg,
    rgba(244, 6, 21, 1) 0%,
    rgba(245, 115, 124, 1) 100%
  ) !important;
}
.categoryImg {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.productImgContainer .social li a {
  background-color: #f40615;
  border-radius: 5px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.productCardBox:hover .hoverCardOverlay {
  display: flex;
  transition: 1s ease all;
}
.customPrimaryColor {
  color: #000 !important;
}
.downloadAddDiv {
  border: 1px solid #f4061557;
  /* background: linear-gradient(
    90deg,
    rgba(244, 6, 21, 1) 0%,
    rgba(255, 255, 255, 0) 50%
  ); */
  border-radius: 15px;
}

.footerCardDiv a {
  width: 100%;
}
.footerCardDiv {
  width: 300px;
  border: 1px solid #f4061552;
  border-radius: 10px;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footerCardRow {
  justify-content: center;
  gap: 20px;
}
.footerCard .imgSpan {
  padding: 5px;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  background-color: #fff;
  display: flex;
  border: 1px solid #f4061552;
}
.footerCard .imgSpan img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footerCard .cta-text span {
  color: #717171;
  font-size: 13px;
  font-weight: 500;
}
.footerCard .cta-text h4 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.footerCard .cta-text {
  padding: 0;
  text-align: center;
}
.footerCard {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.footerSocialDiv a img {
  width: 35px;
  height: 35px;
  aspect-ratio: 2/3;
  object-fit: contain;
}

.footerSocialDiv a {
  display: flex;
  margin: 0;
}
.socialIconDiv {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footerSocialDiv {
}
.footerMenuList {
}
.featureDiv {
}

.featureImgDiv .info-box-content {
}
.featureImgDiv .info-box-title .info-box-inner p {
}
.featureImgDiv .info-box-title {
}

.featureImgDiv {
  width: 50px;
  padding: 8px;
  height: 50px;
  border: 1px solid #ededed;
  border-radius: 50%;
  margin-bottom: 8px;
  background-color: #fff;
}
.featureImgDiv img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.featureDiv {
  padding: 10px 20px;
  background-color: #ff7a7ab0;
  height: 150px;
  display: flex;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin: 20px 0;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid #f406153b;
}
.featureDiv .box-icon.info-box.custom.light-color .icon-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.featureDiv .box-icon.info-box.custom.light-color .info-box-inner p {
  /* color: #4d4d4d; */
  color: #000;
}
.featureDiv .box-icon.info-box.custom.light-color .info-box-title {
  margin-bottom: 0;
  font-size: 14px;
  color: #000 !important;
  font-weight: 600;
}
.featureDiv .box-icon.info-box.custom.light-color {
  display: flex;
  flex-direction: column;
}
.fa,
.far,
.fas {
  font-family: Font Awesome\5 Free !important;
}
.select2-container--open .select2-dropdown--below {
  border: 1px solid #f4061552;
  padding: 10px;
  border-radius: 10px;
}
span.select2-search.select2-search--dropdown input {
}
span.select2-search.select2-search--dropdown {
  border: 1px solid #a7a7a7;
  border-radius: 6px;
}
span.select2-search.select2-search--dropdown input.select2-search__field {
  background-color: transparent;
  border: none;
  outline: none;
}
.supportDiv .cta-text {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}
.supportDiv .cta-text .imgSpan {
  padding: 7px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
@media only screen and (min-width: 1000px) {
  .header-bottom-inner {
    height: auto !important;
  }
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 18px;
  color: #fff;
  background: #f40615;
  padding: 10px 14px;
  border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  font-size: 18px;
  color: #fff;
  background: #f40615;
  padding: 10px 14px;
  border-radius: 50%;
}

.cart-pro-img {
  width: 100% !important;
  height: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  padding: 0px !important;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #c6c6c6;
}

.cart-pro-img img {
  width: 100%;
  object-fit: contain;
  height: 120px;
  backdrop-filter: blur(3px);
}

.side-text-cart {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-pro-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.side-text-cart .num-in {
  border-radius: 50px;
  border: 1px solid #f40615;
}

.side-text-cart button {
  background: transparent;
  border: none;
  cursor: pointer;
}

.subtotal-div {
  border: 2px solid #bbbbbb;
  border-radius: 16px;
}
.imgSpan img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.productCardBox .add-fav button {
  background: #f40615 !important;
  color: #fff !important;
}
.productInnerBtn {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.productCardBox .productCardHead h3 a {
  display: -webkit-box;
  /* max-width: 350px; */
  -webkit-line-clamp: 1;
  color: #000;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.productCardHeadLeft h3 a {
  color: #000;
}
.productCardHeadLeft h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.productCardHeadLeft .price.mb-1 {
}
.productCardHeadLeft a.add-to-cart.add_to_cart {
  border-radius: 5px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
  gap: 6px;
  font-size: 14px;
  font-weight: 300;
  padding: 8px;
  margin-top: 12px;
  border: 1px solid #ff9f00;
  background-color: #ff9f00 !important;
}
.productCardHeadLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.marginMinus {
  margin-top: -90px;
}
.span.badge.badge-pill.badge-primary {
  background: #f40615 !important;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-white.main-content {
  padding: 15px 0;
}
.productCardBox .add-favorite button {
  background-color: #f40615 !important;
  right: 26px;
}
.productCardBox {
  /* width: 100%; */
}

.width80 {
  width: 93% !important;
}
.input-container.d-flex {
  border: 1px solid #dbdbdb;
  margin: 5px 0;
  margin-right: 13px;
  border-radius: 5px;
}
button.button.button-rounded.button-warning.product_filter_btn {
  padding: 10px;
  width: 60%;
  border: 1px solid #f40615;
  border-radius: 7px;
  margin-top: 20px;
  transition: 0.3s ease all;
}
button.button.button-rounded.button-warning.product_filter_btn:hover {
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #f40615 !important;
}
.order-md-1.col-lg-3.filter-section.sidebar-filter-sm.container.pt-2.pb-2.filter-sidebar-view {
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  padding: 20px 0;
  min-height: 400px;
  height: max-content;
  position: sticky;
  top: 50px;
}
.productListPrice {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
}
.productSalePrice {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.container-fluid.filter-section.pt-3.pb-3 {
  border: none;
  border-radius: 10px;
  box-shadow: none;
}
.sort-by.productFilterDiv {
  border: 1px solid #f4061538;
  padding: 25px 20px;
  margin: 15px;
  border-radius: 10px;
}
.sort-by.productFilterDiv .form-group.col-md-10.d-flex {
  padding: 0;
  margin: 0;
}
.sort-by.productFilterDiv .form-group.col-md-10.d-flex select {
  border: 1px solid #f4061552 !important;
  border-radius: 10px !important;
}
.customHeading2 {
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  padding: 20px;
}
.product-content.sellerContent {
  padding: 20px 0;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.sellerContent h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  padding: 0 10px;
  color: #000;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sellerContent h3 {
}
.sellerContent .price.mb-2 {
}

.product-content.sellerContent a.add-to-cart.view-products {
  border-radius: 5px;
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
  gap: 6px;
  font-size: 14px;
  font-weight: 300;
  padding: 8px;
  border: 1px solid rgba(245, 115, 124, 1);
  background: #f40615 !important;
  background: linear-gradient(
    180deg,
    rgba(244, 6, 21, 1) 0%,
    rgba(245, 115, 124, 1) 100%
  ) !important;
}
.colorBlack {
  color: #000 !important;
}
.customModalContainer {
  border-radius: 10px !important;
}
.container.cart-pro-box.py-3.pt-0.cart-item .row.align-items-center {
  border: 1px solid #d9d9d9;
  border-radius: 16px;
}
.cart-product-summary {
  border-radius: 15px;
  position: sticky;
  top: 50px;
}
ul.nav.nav-pills.nav-justified.flex-column.bg-white.rounded.shadow.p-3.mb-0.my-account-tab
  li {
  border: 1px solid #f406154a;
  border-radius: 10px;
}
ul.nav.nav-pills.nav-justified.flex-column.bg-white.rounded.shadow.p-3.mb-0.my-account-tab
  li
  a {
  border-radius: 8px !important;
}
.customMargin {
}
.customContainerRight {
  padding: 20px !important;
  border: 1px solid #f4061526;
  border-radius: 7px;
  margin-top: 15px;
}
a.button.button-danger-outline.customBtnDesign {
  border: 1px solid #000 !important;
  color: #000 !important;
}
.media.flex-column.flex-sm-row.orderListDiv {
  border: 1px solid #c7c7c7;
  padding: 20px;
  border-radius: 10px;
}
.media.flex-column.flex-sm-row.orderListDiv img.align-self-center.img-fluid {
  border-radius: 10px;
}
.dashboardRow .col-md-3.card.text-center.border-0.mr-3.mb-3 {
  border: 1px solid #c3c3c3 !important;
  transition: 0.3s ease all;
  border-radius: 10px;
}
.dashboardRow .col-md-3.card.text-center.border-0.mr-3.mb-3:hover {
  transform: scale(105%);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.customInputFeald .form-group.col-md-6 input {
  border: 1px solid #f4061569 !important;
  border-radius: 6px !important;
  font-size: 13px;
}
.customInputFeald label.control-label {
  font-size: 13px;
  display: flex;
  color: #f40615;
  margin-bottom: 4px;
}
.customInputFeald .col-md-12.col-sm-12.col-xs-12.form-group textarea {
  border: 1px solid #f4061569 !important;
  border-radius: 6px !important;
  font-size: 13px;
}
.customInputFeald .col-md-6.col-sm-12.col-xs-12.form-group select {
  border: 1px solid #f4061569 !important;
  border-radius: 6px !important;
  font-size: 13px;
}
.customInputFeald .col-md-4.col-sm-12.col-xs-12.form-group input {
  border: 1px solid #f4061569 !important;
  border-radius: 6px !important;
  font-size: 13px;
}

.customInputFeald .customButtonForm {
  width: 30% !important;
  border-radius: 7px !important;
  padding: 10px !important;
}
.customInputFeald .customButtonForm:hover {
  background-color: transparent !important;
  border: 1px solid #f40615 !important;
  color: #000 !important;
}
.customTableDesign {
  border: 1px solid #f4061552;
  border-radius: 10px;
}
.customTableDesign .float-right.search.btn-group {
  border: 1px solid #f4061580;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  font-size: 12px;
  width: 50%;
}
.customTableDesign .columns.columns-right.btn-group.float-right button {
  background-color: #f40615;
}
.customTableDesign table thead tr th,
.customTableDesign table tbody tr td {
  border: 1px solid #f40b1640 !important;
}
.my-account-section
  ul.nav.nav-pills.nav-justified.flex-column.bg-white.rounded.shadow.p-3.mb-0.my-account-tab {
  position: sticky;
  top: 50px;
}
.form-group.col-lg-4.col-md-6.d-flex.m-0.p-0 select {
  border: 1px solid #f4061561 !important;
  border-radius: 6px !important;
}
.form-group.col-lg-4.col-md-6.d-flex.m-0.p-0 input {
  border: 1px solid #f4061561 !important;
  border-radius: 6px !important;
}
.form-group.col-lg-4.col-md-6.d-flex.m-0.p-0 {
}
.row.categoryRowDiv .category-grid.col-md-2.col-sm-6 {
  transition: 0.3s ease all;
  cursor: pointer;
  margin: 0;
}
.row.categoryRowDiv .category-grid.col-md-2.col-sm-6:hover {
  transform: scale(105%);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.category-grid.col-md-2.col-sm-6 .cat-font-color span {
  font-size: 14px;
  display: flex;
  font-weight: 600;
  text-align: center;
  justify-content: center;
}
.row.categoryRowDiv {
  margin-top: 30px;
  gap: 25px;
}
.col-md-6.login-form.contactContainer {
  border-radius: 10px;
  border: 1px solid #f406156e;
}
.contactFormInput {
  margin-top: 20px;
}
.contactFormInput label {
  font-size: 13px !important;
  color: #f40615;
  margin-bottom: 2px;
}
.contactFormInput input,
.contactFormInput textarea {
  border: 1px solid #f4061569 !important;
  border-radius: 6px !important;
}

.contactFormInput .contactButton {
  transition: 0.3s ease all;
  border-radius: 10px !important;
  border: 1px solid #f40615;
  box-shadow: none !important;
}
.contactFormInput .contactButton:hover {
  background-color: transparent !important;
  color: #000 !important;
}
.sign-up-image.locationMapFrame {
  border: 1px solid #f4061575;
  border-radius: 10px;
  overflow: hidden;
}
.contactCardDiv {
  border: 1px #f4061591 solid;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactCardDiv .info-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contactCardDiv .info-icon {
  width: 75px;
  height: 75px;
  border: 1px solid #f4061545 !important;
  border-radius: 50%;
  overflow: hidden;
  padding: 15px;
  margin-top: -50px;
}
.contactCardDiv h3 {
  font-size: 17px;
  font-weight: 500;
}

.contactCardContainer {
  margin-top: 70px;
}
.cart-product-summary button {
  border-radius: 10px;
  transition: 0.3s ease all;
  border: 1px solid #f40615;
}
.cart-product-summary button:hover {
  background-color: transparent;
  color: #000;
}
h3.h3.m-0.cart-heading-rate.total-price {
  font-size: 18px;
}
.checkoutContainer {
  border: 1px solid #f4061566;
  padding: 20px;
  border-radius: 15px;
  height: fit-content;
  position: sticky;
  top: 50px;
}
.checkoutShippingAddress {
  padding: 20px 0;
}
.checkoutBalance {
  border: 1px solid #f4061575;
  width: max-content;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.product-checkout-wrapper .border-line {
  border: #f4061554 1px solid !important;
  padding: 10px;
  border-radius: 10px;
}
.checkout-order-wrapper .product-wrap {
  margin: 0 !important;
}
.checkout-order-wrapper .widget-image img {
  margin: 0 !important;
  mix-blend-mode: darken;
}
.checkout-order-wrapper .widget-image a {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}
.checkout-order-wrapper .widget-image {
  display: flex;
  border-radius: 10px;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
  align-items: center;
}
.checkout-order-wrapper {
  margin: 0 0 20px;
  padding: 22px 20px !important;
  border-radius: 10px;
}
.product-checkout-wrapper .product-wrap .product-info {
  margin-left: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-checkout-wrapper .product-wrap .product-info a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: normal;
  color: #000 !important;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  overflow: hidden;
}
.product-checkout-wrapper .product-wrap .product-info .item-price {
  font-weight: 600;
  color: #000;
}

.customButtonDesigns {
  border-radius: 10px;
  transition: 0.3s ease all;
  border: 1px solid #f40615;
}
.customButtonDesigns:hover {
  background-color: transparent;
  color: #000;
}
#address-list label li {
  border-radius: 10px;
}
.saveAddressBtn {
  background-color: #f40615;
  color: #fff;
  width: 42%;
  padding: 8px;
  border-radius: 10px;
  margin-top: 12px;
}
.iziModal-header.iziModal-noSubtitle {
  background: #f40615 !important;
}
.navbar-nav.adminLoginBar a.header-icon {
  display: flex;
  align-items: end;
}
.dropdown-menu.dropdown-menu-lg.show {
  padding: 0px 0;
  min-width: 200px;
  margin-top: 30px;
  left: -60px;
}
.dropdown-menu.dropdown-menu-lg.show a.dropdown-item {
  padding: 10px 30px;
  border-bottom: 1px solid #00000047;
}
.col-12.col-sm-6.product-page-details h3.my-3.product-title {
  font-size: 22px !important;
  font-weight: 600;
}
.col-12.col-sm-6.product-page-details {
  border: 1px solid #f406157a;
  border-radius: 10px;
}
.col-12.col-sm-6.product-page-details #modal-product-sellers p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.col-12.col-sm-6.product-page-details #modal-product-sellers p span {
}

.col-12.col-sm-6.product-page-details .product-rating-small {
  float: inline-end;
  display: flex;
  margin-top: 20px;
}
.col-12.col-sm-6.product-page-details .product-rating-small .rating-stars {
  height: unset;
  display: flex;
  align-items: center;
}
.col-12.col-sm-6.product-page-details p.mb-0.price {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.col-12.col-sm-6.product-page-details form.mt-2.validate_zipcode_quick_view {
  margin-top: 25px !important;
}
.col-12.col-sm-6.product-page-details
  form.mt-2.validate_zipcode_quick_view
  input {
  border: 1px solid #f40615 !important;
  border-radius: 4px !important;
}

.col-12.col-sm-6.product-page-details
  .pt-4.pb-4.text-center.text-md-left
  .button.button-sm.m-0.p-0
  button {
  border-radius: 6px;
}
.col-12.col-sm-6.product-page-details
  .pt-4.pb-4.text-center.text-md-left
  .button.button-sm.m-0.p-0 {
  margin-top: 15px !important;
}
.col-12.col-sm-6.product-page-details .num-block.skin-2.py-2.pt-4.pb-4 .num-in {
  border: 1px #f40615b0 solid;
  border-radius: 20px;
}
.product-preview-image-section-md .product-view-grid {
  margin-left: unset;
  margin-right: unset;
  width: 100%;
  border: 1px solid #f4061570;
  border-radius: 10px;
}
.col-md-12.mb-3.product-rating-small.pl-0 {
  margin: 0 !important;
  padding: 0;
  display: flex;
  align-items: center;
}
.ratingDivContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ratingDivContainer p.mb-0.mt-2.price {
  align-items: center;
  margin: 0 !important;
  padding: 0;
  font-weight: 600;
  display: flex;
}
.ratingDivContainer .theme-krajee-fa .star {
  font-size: 14px;
}
.aboutHeading {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
.aboutHeading span {
  color: #f40615;
}
#modal-custom .iziModal-content section button,
#modal-custom .iziModal-content section input:not([type="checkbox"]) {
  border: 1px solid #ddd;
  border-radius: 10px !important;
}
#modal-custom footer {
  background: #fff !important;
}
.alignCustomDiv {
  align-items: start;
  flex-direction: column;
}
.ratingDivContainer.alignCustomDiv .pt-4.text-md-left {
  padding: 0 !important;
}
.swiper-container.product-gallery-thumbs.gallery-thumbs-1.swiper-container-initialized.swiper-container-horizontal.swiper-container-free-mode.swiper-container-thumbs
  .product-view-image-container {
  display: flex;
}
.category-section.container-fluid.text-center {
  border: 1px solid #f4061566;
  border-radius: 10px;
}

.categorySwiperBox {
  width: 90%;
}
.allCategoryButton {
  width: 10%;
}
.add-favorite {
  right: 25px;
  border-top-right-radius: 10px;
}

.product-image-swiper-next,
.product-image-swiper-prev {
  border-radius: 50% !important;
}
.shortByFilterBox {
  width: 55%;
}

.float-whatsapp {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 75px;
  right: 20px;
  z-index: 9999;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.float-call{
  bottom: 140px;
  background: #acccff;
}

.float-whatsapp img {
  width: 30px;
  height: 30px;
}



.float-whatsapp:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.mobileProductImage img {
  width: 150px !important;
  margin: auto !important;
}

.galleryThumbs {
  height: auto !important;
}

.ThumbImagesBox .product-view-image {
  height: auto !important;
}

.ThumbImagesBox .product-view-image-container {
  height: auto !important;
  line-height: 0px !important;
}
.swiperButton {
  top: 60% !important;
}
.productCardBox .add-favorite {
  background-color: transparent !important;
  border-bottom-left-radius: 0;
  overflow: hidden;
  position: absolute;
  right: 25px !important;
  top: 10px;
  z-index: 2;
  border-radius: 50% !important;
}

@media (max-width: 768px) {
  .shortByFilterBox {
    width: 80%;
  }
}

/* CUSTOM CSS START FROM HERE */
@media only screen and (max-width: 450px) {
  .dNoneResponsive {
    display: none !important;
  }
  .customMarginNav {
    padding-right: 15px;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-white.main-content {
    padding: 15px 10px;
    gap: 9px;
  }
  .select2-results__options .select2-result-repository.clearfix {
    border: 1px solid #e0051385;
    border-radius: 10px;
  }
  .productCardHeadLeft {
    z-index: 1;
    padding: 20px 0;
    position: relative;
    margin-top: 10px !important;
    background: linear-gradient(
      0deg,
      rgba(244, 6, 21, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .productCardHeadLeft h3 a {
    color: #ffffff;
  }
  .product-style-1 .product-image-container {
    height: 245px !important;
  }
  .productCardHeadLeft .price.mb-1 {
    margin: 0 !important;
    color: #fff;
  }
  .productCardHeadLeft a.add-to-cart.add_to_cart {
    height: 30px;
  }
  .productCardBox {
    padding: 0;
    margin: 0;
  }
  .col-12.col-md-9.row.products-list.mx-auto {
    margin: 0 !important;
    padding: 0;
  }
  .col-md-3.col-12.style-3-product-right-lg {
    padding: 0;
  }
  .product-grid .product-content {
    bottom: 0px !important;
  }
  .footer-widget-heading h3 {
    color: #000000 !important;
  }
  .downloadAddDiv {
    background: none;
  }
  .main-content.downloadAddDiv .text-area.mt-0 {
    padding: 20px 0;
  }
  .main-content.downloadAddDiv .header-h1 {
    margin-bottom: 5px;
  }
  .col-12.col-md-6.product-page-details {
    margin-top: 30px;
  }
  .form-row {
    margin-left: 0;
    margin-right: 0;
    gap: 10px;
    justify-content: center;
  }
  .col-12.col-sm-6.product-page-details {
    margin-top: 25px;
  }
  form.mt-2.validate_zipcode_quick_view .d-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .product-page-details .text-center {
    margin-top: -5px;
  }
  .col-12.col-sm-6.product-preview-image-section-sm img {
    border-radius: 10px;
  }
  .container.cart-pro-box.py-3.pt-0.cart-item .col-lg-9 {
    padding: 20px;
  }
  .row.dashboardRow {
    margin-top: 30px;
  }
  .dashboardRow .col-md-3.card.text-center.border-0.mr-3.mb-3 {
    margin: 0 20px;
  }
  .card-body.orders-section.p-2.customContainerRight
    .media.flex-column.flex-sm-row
    .media-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .card-body.orders-section.p-2.customContainerRight
    .media.flex-column.flex-sm-row
    .media-body
    h5 {
    min-width: 200px;
    padding: 0;
    margin: 0 !important;
    padding: 5px 3px;
  }
  .card-body.orders-section.p-2.customContainerRight
    .media.flex-column.flex-sm-row
    .media-body
    p {
    min-width: 130px;
    padding: 0;
    margin: 0 !important;
    padding: 5px 3px;
  }
  .card-body.orders-section.p-2.customContainerRight
    .media.flex-column.flex-sm-row
    .media-body
    h4 {
    min-width: 150px;
    padding: 0;
    margin: 0 !important;
    padding: 5px 3px;
  }
  .card-body.orders-section.p-2.customContainerRight
    .media.flex-column.flex-sm-row {
    gap: 10px;
  }
  section.my-account-section .col-md-8.col-12 .card-header.bg-white {
    margin-top: 30px;
  }
  .sort-by.productFilterDiv .form-group.col-md-10.d-flex label {
    width: 50% !important;
  }
  .sort-by.productFilterDiv .dropdown.float-md-right.d-flex.mb-4 {
    margin-bottom: 5px !important;
  }
  .col-12.col-md-6.product-page-details form#validate-zipcode-form .form-row {
    flex-wrap: nowrap;
  }
  .col-12.col-md-6.product-page-details
    form#validate-zipcode-form
    .form-row
    button {
    width: 100%;
  }
  .checkoutContainer {
    position: unset;
    top: 0;
  }
  .sort-by.productFilterDiv {
    padding: 8px;
    margin: 15px 0;
    width: 100%;
  }
  .sort-by.productFilterDiv .ele-wrapper.d-flex {
    flex-direction: column;
    gap: 5px !important;
  }
  .col-md-12.order-md-2.col-lg-9
    .container-fluid.filter-section.pt-3.pb-3
    .filter-bars {
    display: none;
  }
  .contactCardContainer {
    gap: 50px;
  }
  .header-bottom,
  .pb-2 {
    display: block !important;
  }
  .allCategoryButton {
    width: 25%;
  }
  .categorySwiperBox {
    width: 75%;
  }
  .add-favorite {
    right: 16px;
  }
  .shortByFilterBox {
    width: 100%;
  }
  .noProductText {
    font-size: 1rem;
  }
}

.text-danger {
  color: #bfbfbf !important;
}

.downloadBtnRow{
  margin-top: 20px;
}
.downloadBtnRow p{
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
}
.downloadBtnBox{
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #f406153b;
    padding: 15px;
}
.mobile-app-bg{
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 331px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}


@media (max-width: 350px) {
  #quick-view {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  #quick-view #modal-product-price {
    font-size: 18px;
  }
  .downloadBtnRow p{
    font-size: 10px;
  }
}


.add-to-fav-btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400; /* regular (far) */
    content: "\f004"; /* heart */
}

.add-to-fav-btn.fa.text-danger::before {
    font-weight: 900; /* solid (fas) */
}

/* FIX FA4 */
.fa {
    font-family: FontAwesome !important;
}

/* FIX FA5 SOLID */
.fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

/* FIX FA5 REGULAR */
.far {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400;
}

/* FIX FA5 BRANDS */
.fab {
    font-family: "Font Awesome 5 Brands" !important;
}
