:root {
  --theme-blue: #ea1044;
  --bs-link-color: #ea1044;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

::after,
::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  line-height: 1.35;
}

ul,
ol {
  list-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer !important;
    --bs-link-hover-color: #ae072f;
}

img {
  width: 100%;
}

.wrapper .col-12,
.wrapper .col-12.fullwidth .row {
  padding-left: 20px;
  padding-right: 20px;
}

.top_bar {
  padding-top: 7px;
  padding-bottom: 7px;
  background: #efefef;
  position: relative;
  z-index: 999;
}

.top-link {
  flex-direction: row;
  font-weight: 600;
}

.top-link a {
  color: #000000;
  font-size: 14px;
}

.top-link a:hover {
  color: var(--theme-blue);
}

.top-link i {
  color: #000000;
  font-size: 22px;
  margin-right: 5px;
  transform: translateY(3px);
}

.top-link li {
  margin-right: 10px;
}

.top-link.justify-content-end li {
  margin-left: 8px;
  margin-right: 0px;
}

.search_bar {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}

.search_bar .top-link a {
  font-size: 16px;
}

.search_bar .top-link i {
  font-size: 22px;
}

.search-form {
  border-radius: 5px 0 0 5px;
}

.input-group {
  width: 100%;
}

input-group-btn {
  max-width: 38px;
}

#search {
  border: 1px solid var(--theme-blue);
  font-size: 14px;
  border-radius: 5px 0 0 5px;
}

form.form-inline {
  width: 100%;
  /*    margin-left: 30px;*/
  margin: auto;
}

.search-btn {
  cursor: pointer;
  border-radius: 0px;
  background-color: var(--theme-blue);
  color: #fff;
}

span.input-group-btn.d-inline-block {
  border: 1px solid var(--theme-blue);
  border-radius: 0 5px 5px 0;
}

div#searchmodal {
  padding: 0;
}

#searchmodal .modal-dialog {
  max-width: 100%;
  margin-top: 35px;
}

#searchmodal .modal-content {
  border-radius: 0px;
}

.search-wrapper {
  display: flex;
  justify-content: center;
}

.top-brand-logo {
  display: none;
}

.view-store-mbl {
  display: none;
}

.view-call-mbl {
  display: none;
}

.view-cart-mbl {
  display: none;
}

@media only screen and (max-width: 767px) {
  .wrapper .col-12,
  .wrapper .col-12.fullwidth .row {
    padding-left: 12px;
    padding-right: 12px;
  }

  .top-brand-logo {
    display: block;
  }

  .top-brand-logo img {
    width: 140px;
    margin-right: 13px;
  }

  .hidden-brand {
    display: flex;
  }

  .top-link-numbers span {
    display: none;
  }

  .top-cart-links span {
    display: none;
  }

  .Contractor-protection {
    display: none;
  }

  .top-link li {
    margin-right: 5px;
  }

  .top-link.justify-content-end li {
    margin-left: 10px;
  }

  .login-sec {
    display: none;
  }

  .view-store-mbl {
    display: block;
  }

  .view-call-mbl {
    display: block;
  }

  .view-cart-mbl {
    display: block;
    position: relative;
    padding-right: 0px;
  }

  .cart-count {
    position: absolute;
    top: -3px;
    right: -4px;
    height: 17px;
    width: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #c51230;
    font-size: 10px;
    color: #fff;
  }

  /* menu bar  */

  .navbar-collapse {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-brand-logo {
    display: block;
  }

  .top-brand-logo img {
    width: 140px;
    margin-right: 13px;
  }

  .hidden-brand {
    display: flex;
  }

  .top-link-numbers span {
    display: none;
  }

  .top-cart-links span {
    display: none;
  }

  .Contractor-protection {
    display: block;
  }

  .top-link li {
    margin-right: 5px;
  }

  .top-link.justify-content-end li {
    margin-left: 10px;
  }

  .login-sec {
    display: none;
  }

  .view-store-mbl {
    display: block;
  }

  .view-call-mbl {
    display: block;
  }

  .view-cart-mbl {
    display: block;
    position: relative;
    padding-right: 0px;
  }

  .cart-count {
    position: absolute;
    top: -3px;
    right: -4px;
    height: 17px;
    width: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #c51230;
    font-size: 10px;
    color: #fff;
  }

  /* menu bar  */

  .navbar-collapse {
    display: none;
  }

  .main_bar {
    display: none;
  }
}

a.search_toggle {
  --size: 42px;
  width: var(--size);
  height: var(--size);
  display: inline-block;
  background: #e3ecf5;
  border-radius: 50%;
  text-align: center;
  line-height: var(--size);
}

ul.navbar-nav {
  align-items: center;
}

#navbarNav {
  justify-content: flex-start;
}

#navbarNav .nav-item {
  margin: 0 5px;
  padding: 12px 7px;
}
#navbarNav > ul.navbar-nav > li.nav-item:hover {
    background: #ae072f;
}

.nav-link {
  /* color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  align-items: center; */
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  align-items: center;
  position: relative;
}

.nav-link i {
  margin-left: 3px;
}

.nav-link img {
  max-width: 18px;
  margin-left: 5px;
}

nav.navbar.navbar-expand-lg.navbar-light {
  position: static;
  padding: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link:hover {
  color: #fff;
  font-weight: 700;
}

.nav-item.subsub_megamenu:hover .nav-link {
  color: var(--theme-blue);
}

/* edited  */
.megamenu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background: #fff;
  z-index: 9;
  border-top: 1px solid #e2e2e2;
  visibility: hidden;
  opacity: 0;
  padding: 0 20px;
  box-shadow: 4px 5px 8px #0000002b;
  transition: 0.2s ease-in-out;
}

nav.navbar li.nav-item:hover .megamenu {
  visibility: visible;
  opacity: 1;
}

.megamenu h5 a {
  color: #c51230;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px solid #000;
}

.megamenu .sub-item-menu img {
  height: 100px;
  width: 100%;
  padding: 6px;
  object-fit: contain;
  border: 1px solid #000;
  background-color: #fff;
}

.list-unstyled {
  margin-bottom: 10px;
}

.megamenu ul li a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0;
  display: inline-block;
  transition: 0.4s all;
}

.megamenu ul li a:hover {
  color: var(--theme-blue);
  padding-left: 5px;
  font-weight: 600;
  text-decoration: underline;
}

.sub_megamenu ul li a {
  font-size: 13px !important;
}

.wrapper .col-12.fullwidth .megamenu > .row {
  padding: 0px 0;
}

.megamenu .col-md-3.sub-item {
  padding: 30px 20px;
}

.alt {
  transform: scalex(-1);
}

.search_bar .top-link.justify-content-end li.list-item {
  margin-left: 0px;
  padding: 15px 25px;
  /*    padding-right: 0;*/
  border-left: 1px solid #c0c0c0;
}

.search_bar .top-link.justify-content-end li.list-item:first-child {
  margin-left: 0px;
}

.search_bar .top-link.justify-content-end li.list-item:hover {
  background: var(--theme-blue);
}

.search_bar .top-link.justify-content-end li.list-item:hover a,
.search_bar .top-link.justify-content-end li.list-item:hover a i {
  color: #fff;
}

.search_bar .top-link.justify-content-end li.list-item:hover .dropdown .btn {
  background: #fff;
  color: var(--theme-blue);
}

.search_bar
  .top-link.justify-content-end
  li.list-item:hover
  .dropdown
  .dropdown-item {
  color: #000;
}

.search_bar .top-link.justify-content-end li .dropdown .btn {
  border: 1px solid #c4c4c4;
  font-size: 14px;
  margin-top: 5px;
}

.search_bar .top-link.justify-content-end li .dropdown li {
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #c4c4c4;
}

.search_bar .top-link.justify-content-end li .dropdown li a {
  padding: 5px 0px;
  display: flex;
  justify-content: space-between;
}

.search_bar .top-link.justify-content-end li .dropdown li a b {
  width: 80px;
}

li.list-item.my_cart {
  display: flex;
  align-items: center;
}

.fixed.scrolled {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
}

/* mobile menu css  */

.mbl-burger-menu {
  display: none;
  height: 100% !important;
}

.offcanvas-header {
  padding: 15px 10px !important;
  border-bottom: 1px solid #e1e1e1;
}

.offcanvas-body .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.offcanvas-body {
  padding: 0;
}

.sub-menu-header {
  padding: 4px 5px;
  border-bottom: 1px solid #e1e1e1;
  /* background: #f9f9f9; */
  /* color: #cc0202; */
  /* edited */
  font-weight: 500;
}

.submenu.list-unstyled {
  margin-bottom: 0;
  padding-left: 14px;
}

.contact_info {
  background-color: var(--theme-blue);
  padding: 25px 20px;
  color: #fff;
}

.contact_info p {
  font-size: 17px;
}

.contact_info .nav-link {
  color: #d3d3d3;
}

.offcanvas.offcanvas-start {
  border-right: none !important;
  width: 100% !important;
}

@media (min-width: 992px) {
  .main-menu .menu-list-item.active .icon,
  .main-menu .menu-list-item:hover .icon {
    stroke: red;
  }

  .header-bottom {
    position: relative;
  }

  .nav-item-sub {
    padding: 8px 30px;
  }

  .submenu {
    padding: 0px 0;
  }

  .main-menu {
    margin-left: -20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .main-menu > .menu-list-item {
    padding: 12px 20px;
    cursor: pointer;
  }

  .header-1 .main-menu > .menu-list-item {
    padding: 28px 20px;
    cursor: pointer;
  }

  .main-menu-2 > .menu-list-item {
    padding: 29px 20px;
  }

  .has-dropdown {
    position: relative;
  }

  .mega-menu-header {
    display: flex;
    align-items: center;
  }

  .open-submenu {
    padding-left: 5px;
  }

  .submenu-transform {
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 90%;
    left: 0;
    width: auto;
    min-width: 200px;
  }

  .has-megamenu .submenu-transform {
    width: 100%;
    background-color: #fff;
  }

  .has-dropdown .submenu-transform {
    left: -10px;
  }

  /* .megamenu-container {
        -ms-display: flex;
        -webkit-display: flex;
        display: -webkit-box;
        display: flex;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 35px;
        margin-left: -40px;
    }

    .megamenu-container>.nav-item-sub {
        width: 25%;
        padding: 0;
        padding-left: 40px;
        padding-top: 35px;
    } */

  .nav-item-sub:hover {
    background-color: #000000;
    color: #fff;
    /* font-weight: 400; */
  }

  .has-megamenu .megamenu-transform {
    position: relative;
    top: 0;
    left: 0;
    border: none;
  }

  .has-megamenu .megamenu-transform .nav-item-sub {
    padding: 20px 0 0;
  }

  .submenu-transform > .container {
    padding: 0 10px;
  }

  .megamenu-heading,
  .megamenu-heading:focus,
  .megamenu-heading:hover {
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
    text-transform: uppercase;
  }

  .submenu-transform-desktop {
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menu-list-item:hover .submenu-transform-desktop {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }

  .newsltter-content-1 {
    padding-left: 97px;
  }
}

@media (max-width: 991px) {
  .mbl-burger-menu {
    display: inline-block;
  }

  .mbl-burger-menu svg {
    margin-top: 0px;
  }

  .about-banner-wrapper {
    padding: 60px;
  }

  .header-top,
  .header-bottom {
    position: relative;
  }

  .search-wrapper {
    top: 100%;
  }

  .search-wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .main-menu .menu-list-item.active > .mega-menu-header .icon,
  .main-menu .menu-list-item:hover > .mega-menu-header .icon {
    stroke: red;
  }

  .submenu-transform > .container {
    padding: 0;
  }

  .offcanvas-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }

  .offcanvas.offcanvas-start {
    border-right: none !important;
    width: 75% !important;
    overflow: hidden;
  }

  .nav-item-sub {
    color: #000;
    font-weight: 500;
    font-size: 15px;
  }

  .open-submenu {
    margin-left: auto;
  }

  .submenu-transform {
    position: static;
    z-index: 1;
    overflow: scroll;
    background-color: #f7f7f7;
    height: 0px;
  }

  /* .submenu-transform.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    } */

  .menu-list-item {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .icon-menu-back {
    margin-left: -0.7rem;
    margin-right: 7px;
  }

  .nav-text-sub {
    font-size: 14px;
    font-weight: 500;
    color: #272727;
  }

  .mega-menu-header {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .slide-text {
    font-size: 28px;
  }

  .slide-heading {
    font-size: 54px;
  }

  .section-heading {
    font-size: 40px;
  }

  .utilty-icon-wrapper {
    display: inline-block;
    margin-right: 7px;
  }

  .utility-menu > li {
    padding: 0.8rem 1rem;
  }

  .utilty-menu-item .icon {
    width: 18px;
    height: 18px;
  }

  .utilty-menu-item .icon-phone {
    width: 21px;
    height: 21px;
  }

  .video-tools {
    min-height: 500px;
  }

  .newsltter-content-1 {
    padding: 80px;
  }

  .grid-container-2 {
    grid-auto-flow: row;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-container-2 .grid-item.grid-item-1,
  .grid-container-2 .grid-item.grid-item-2,
  .grid-container-2 .grid-item.grid-item-3 {
    grid-column: auto;
    grid-row: auto;
  }

  .scattered-item:nth-child(even) .scattered-details {
    margin-top: 0;
    position: absolute;
    z-index: 9;
    left: 30%;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
  }

  .scattered-item {
    margin-top: 0 !important;
  }

  .scattered-item .scattered-details {
    max-width: 100%;
  }

  .scattered-content {
    padding: 55.21% 0 0 0;
  }

  .testimonial-container {
    margin-top: 48px;
  }

  .filter-sort-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    z-index: 99;
    background: #fff;
    padding: 5px 0;
  }

  .collection-title-wrap,
  .filter-sorting {
    padding: 10px 0;
  }

  .mobile-filter-heading {
    font-weight: 500;
    font-size: 16px;
  }

  .collection-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 20px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .collection-filter.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .sorting-lists-mobile {
    padding-top: 20px;
  }

  .sorting-lists-mobile li {
    position: relative;
  }

  .sorting-lists-mobile li:not(:first-child) {
    padding: 7px 0;
  }

  .sorting-lists-mobile li:before {
    content: "";
    z-index: 9;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 0.25rem;
    display: inline-block;
    top: 3px;
    position: relative;
    margin-right: 10px;
  }

  .product-details {
    margin-top: 30px;
  }

  .img-large-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }

  .img-large-list .img-large-wrapper {
    width: 50%;
    min-width: 50%;
  }

  .blog-sidebar {
    margin-top: 100px;
  }

  .checkout-summary-area {
    padding: 40px 16px;
    margin-top: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .mid-logo {
    display: none;
  }

  .adi__info {
    display: none;
  }

  .search_bar {
    /* padding: 6px 0; */
    position: relative;
    background-color: var(--theme-blue);
    height: 50px;
    padding-top: 5px;
  }

  .search-btn {
    background-color: #a51522;
  }

  .search-btn:focus {
    background-color: #a51522;
  }

  form.form-inline {
    width: 90%;
    margin-left: 7%;
  }

  .fixed.scrolled form.form-inline {
    width: 90%;
    margin-left: 7%;
  }

  nav.navbar.navbar-expand-lg.navbar-light {
    position: absolute;
    padding: 0;
    top: -47px;
    left: 0;
    width: 50px;
  }

  .open_box_mbl {
    display: none;
  }

  button:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none;
  }

  .navbar-toggler {
    border: none !important;
    width: 50px;
  }

  .navbar-toggler-icon {
    width: 1.5em;
    height: 1.8em !important;
    filter: brightness(0) invert(1) !important;
    opacity: 1;
    display: none;
  }

  .mbl-burger {
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mid-logo {
    display: none;
  }

  .top-brand-logo {
    display: block;
  }

  .adi__info {
    display: none;
  }

  .search_bar {
    padding: 6px 0;
    position: relative;
    background-color: var(--theme-blue);
  }

  .mbl-burger {
    display: flex;
  }

  .search-btn {
    background-color: #a51522;
  }

  .search-btn:focus {
    background-color: #a51522;
  }

  form.form-inline {
    width: 86%;
    margin-left: 7%;
  }

  .fixed.scrolled form.form-inline {
    width: 86%;
    margin-left: 7%;
  }

  .offcanvas.offcanvas-start {
    width: 40% !important;
  }
}

.main_bar {
  background: var(--theme-blue);
}

.offer_navbtn {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  height: 100%;
  line-height: 50px;
  --bs-danger-rgb: 42, 42, 44;
}

.offer_navbtn span {
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: block;
}

.top_offers .col-md-6 {
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
  background: var(--bg-color);
}

.top_offers .col-md-6 a {
  text-decoration: underline;
  color: #000;
}

.top_offers .col-md-6 a:hover {
  text-decoration: none;
  color: var(--theme-blue);
}

main.wrapper {
  margin-top: 15px;
}

#mainBanner .owl-prev {
  position: absolute;
  top: 80%;
  left: 3%;
  border: 1px solid #fff !important;
  color: #fff;
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}

#mainBanner .owl-prev:hover,
#mainBanner .owl-next:hover {
  background-color: var(--theme-blue) !important;
  color: #fff;
  border: 1px solid var(--theme-blue) !important;
}

#mainBanner .owl-next {
  position: absolute;
  top: 80%;
  right: 90%;
  border: 1px solid #fff !important;
  color: #fff;
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}

#mainBanner .owl-next i,
#mainBanner .owl-prev i {
  color: #fff;
  font-size: 12px;
}

#mainBanner .owl-next:hover i,
#mainBanner .owl-prev:hover i {
  color: #fff !important;
}

.carousel-indicators {
  margin: auto;
  bottom: -48px;
  margin-bottom: 0;
  width: 100%;
  flex-wrap: wrap;
}

.carousel-indicators [data-bs-target] {
  text-indent: 0;
  height: auto;
  width: auto;
  min-width: 160px;
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
  background: #000;
  color: #fff;
  padding: 15px;
  border: 1px solid #fff;
  flex-grow: 1;
}

.carousel-indicators .active {
  background: var(--theme-blue);
}

.hero-banner {
  margin-bottom: 50px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 8%;
}

@media only screen and (max-width: 767px) {
  main.wrapper {
    padding: 0 4px !important;
    margin-top: 6px !important;
  }

  .hero-banner {
    margin-bottom: 10px !important;
  }

  #mainBanner .owl-prev {
    position: absolute;
    top: 55%;
    left: 3%;
    height: 30px;
    width: 30px;
  }

  #mainBanner .owl-next {
    position: absolute;
    top: 55%;
    right: 75%;
    height: 30px;
    width: 30px;
  }
}

.sec-padding {
  padding: 50px 0;
}

.sec_category {
  background: var(--theme-blue);
  color: #fff;
  text-align: center;
  padding: 15px;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.sec_category:hover {
  background: #000;
  color: #fff;
}

.offer-box {
  border-radius: 5px;
  overflow: hidden;
}

.offer-box img {
  transition: all 0.3s linear;
  height: 342px;
  object-fit: cover;
}

.offer-box:hover img {
  transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .offer-box img {
    transition: all 0.3s linear;
    height: auto;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 14px;
    border-radius: 5px;
  }
}

.sec_title {
  position: relative;
  display: block;
}

.sec_title:before {
  position: absolute;
  width: 132px;
  height: 2px;
  background: var(--theme-blue);
  bottom: -5px;
}

.sec_title1 {
  position: relative;
  display: block;
}

.sec_title1:before {
  position: absolute;
  width: 150px;
  height: 2px;
  background: var(--theme-blue);
  bottom: -5px;
}

.sec_title.text-center:before {
  left: calc(50% - 60px);
}

.cat-box {
  margin-top: 40px;
  padding: 30px 20px 0 20px;
  position: relative;
  border-radius: 15px;
  background: #ecefff;
  /* background: linear-gradient(180deg, #00000013, #9b9b9b); */
  /* background-image: url(./imgs/product-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
  min-height: 125px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s linear;
}

.cat-box img {
  position: absolute;
  transition: all 0.3s linear;
  right: -20px;
  max-height: 150px;
}

.cat-box:hover img {
  position: absolute;
  transition: all 0.3s linear;
  right: 0px;
}

.cat-box-2 {
  margin-top: 40px;
  padding: 30px 20px 0 20px;
  position: relative;
  border-radius: 15px;
  background: #ecefff;
  min-height: 125px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s linear;
}

.cat-box-2 img {
  position: absolute;
  transition: all 0.3s linear;
  right: -20px;
  max-height: 150px;
}

.cat-box-2:hover img {
  position: absolute;
  transition: all 0.3s linear;
  right: 0px;
}

.homepage .cat-box img {
  width: auto;
  max-height: 90px;
}

.homepage .cat-box h3 {
  font-size: 22px;
  font-weight: 600;
}

.design2 .cat-box {
  text-align: center;
}

.design2 .cat-box img {
  position: static;
  max-height: 200px;
  object-fit: contain;
  object-position: center;
}

.homepage .cat-box-2 img {
  width: auto;
  max-height: 90px;
}

.homepage .cat-box-2 h3 {
  font-size: 22px;
  font-weight: 600;
}

.design2 .cat-box-2 {
  text-align: center;
}

.design2 .cat-box-2 img {
  position: static;
  max-height: 200px;
  object-fit: contain;
  object-position: center;
}

.product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 5px 0px;
  margin-bottom: 25px;
}

.product-title:before {
  width: 98%;
  left: 1%;
  bottom: 1px;
  background: #ddd;
  height: 1px;
  position: absolute;
}

.product-title h2:before {
  bottom: -12px;
}

.product-title .sub-cat ul {
  display: flex;
  margin: 0;
  justify-content: flex-start;
  width: 95%;
  overflow-y: auto;
  overscroll-behavior-x: contain;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.sub-cat.col-md-8.pe-4 {
  padding-right: 0 !important;
}

.product-title .sub-cat ul::-webkit-scrollbar {
  width: 1px;
  height: 0px;
}

.product-title .sub-cat:hover ul::-webkit-scrollbar {
  width: 1px;
  height: 3px;
}

.product-title .sub-cat ul::-webkit-scrollbar-track {
  background: inherit;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.product-title .sub-cat ul::-webkit-scrollbar-thumb {
  background-color: var(--theme-blue);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.product-title .sub-cat ul::-webkit-scrollbar-corner {
  background: inherit;
}

.product-title .sub-cat ul li {
  margin: 0 0 0px 0px;
  white-space: nowrap;
}

.product-title .sub-cat ul li a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 8px;
  font-size: 14px;
  text-transform: capitalize;
}

.product-title .sub-cat ul li a:hover {
  border: 1px solid var(--theme-blue);
  color: #000;
}

@media screen and (min-width: 1599px) and (max-width: 3200px) {
  .product-title .sub-cat ul li a {
    font-size: 20px;
  }

  .offer-box img {
    transition: all 0.3s linear;
    height: 500px;
    object-fit: cover;
  }

  .product-title .sub-cat ul li a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 15px 3px 15px;
    margin-bottom: 0;
  }
}

/*
.product-title h2, .product-title .sub-cat {
    width: 50%;
}*/

.product_box {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px #e9e9e9;
  /* height: 100%; */
  height: auto;
  margin-bottom: 10px;
}

.product_box .prd_img img {
  height: 142px;
  max-height: 142px;
  object-fit: contain;
  object-position: center;
  margin: auto;
  display: block;
  padding-top: 5px;
}

.product_box .prd_img .carousel-indicators {
  flex-wrap: nowrap;
  bottom: -18px;
}

.product_box .prd_img .carousel-indicators [data-bs-target] {
  min-width: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-grow: 0;
  padding: 0;
  margin: 0 3px;
  opacity: 0.25;
  transition: all 0.3s linear;
}

.product_box .prd_img .carousel-indicators .active {
  opacity: 1;
  width: 15px;
  border-radius: 10px;
}

.product-modal {
  background-color: #f7f7f7;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.product-modal p {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: capitalize;
}

.product_box .prd_details {
  background: #fff;
  padding: 12px 8px;
  margin-top: 15px;
  font-size: 14px;
  color: #4f4f4f;
  /* text-align: center; */
}

.product_box .prd_details .prd-name a {
  color: #000;
  line-height: 1.5;
  display: block;
  font-weight: 500;
  font-size: 15px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44px;
  text-transform: capitalize;
}

.product_box .prd_details .prd-name a:hover {
  color: var(--theme-blue);
}

.specs .list-unstyled {
  margin-bottom: 10px;
  height: 110px;
  overflow-y: scroll;
}

.specs .list-unstyled::-webkit-scrollbar {
  width: 2px;
}

.specs .list-unstyled::-webkit-scrollbar-track {
  background: transparent;
}

.specs .list-unstyled::-webkit-scrollbar-thumb {
  background: #b4b4b4;
}

.specs .list-unstyled::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.specs strong {
  display: none;
}

.prd_btm {
  margin-top: 20px;
  display: flex;
  align-items: start;
  justify-content: left;
  text-align: left !important;
  min-height: 50px;
}

.price {
  width: 100%;
  padding: 0 10px;
}

.price .d-flex {
  align-items: center;
}

.grid-box-col .price {
  width: 100%;
  padding-right: 30px;
}

.online_price {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  color: #222;
}

.scratch_price {
  display: inline-block;
  color: #7d7d7d;
  font-size: 15px;
  margin-left: auto;
}

.select_here .card {
  padding: 10px;
}

.select_here .cat-list {
  max-height: 300px;
  overflow: auto;
}

.select_here .cat-list::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.select_here .cat-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.select_here .cat-list::-webkit-scrollbar-thumb {
  background: #dfdfdf;
}

.select_here .cat-list li {
  display: flex;
}

.tt_price {
  display: inline-block;
  color: #cc0202;
  font-size: 20px;
  font-weight: 700;
  margin-left: auto;
}

.add_to_cart {
  margin-left: auto;
}

.add_to_cart a {
  font-size: 24px;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  color: #00a046;
  background: #fff;
  border: 1px solid #e0e5ea;
  transition: all 0.2s linear;
}

.add_to_cart a:hover {
  background-color: #eff5f2;
  border-color: #e4f0e9;
}

.prd_actions {
  padding: 0;
  margin: auto;
  right: -100%;
  top: 12px;
  transition: all 0.2s linear;
  opacity: 1;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.product_box:hover .prd_actions {
  right: -82%;
  opacity: 1;
}

.prd_actions li {
  margin-bottom: 10px;
}

.prd_actions li a {
  display: block;
  border-radius: 50%;
  background: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #d9d6d6;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.in_stock {
  /* background: #00a046; */
  background-color: #086e08;
  padding: 3px;
  font-size: 13px;
  color: #fff;
  border-radius: 5px;
}

.out_of_stock {
  color: #fff;
  padding: 3px;
  font-size: 12px;
  background: #cc0202;
  border-radius: 5px;
}

.prd_list .col-lg-2:last-child {
  padding-right: 0;
}

.sale {
  display: inline-block;
  padding: 3px 12px;
  background: #ffd500;
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 20px;
  font-size: 13px;
  color: #000;
  width: auto;
  text-align: center;
  font-weight: 600;
  z-index: 1;
}

.brands-list {
  background: url("https://zubbio-preyantechnosys.myshopify.com/cdn/shop/files/blog_bg_fbcfe0dd-8223-49d6-84ec-aa376b6dd3dd.jpg")
    no-repeat center / cover;
  /* background: url('https://media-ik.croma.com/prod/https://media.croma.com/image/upload/v1645445289/Croma%20Assets/CMS/Homepage%20Banners/Other/bg_eacw6e.png') no-repeat center / cover; */
}

.brands-list .item {
  padding: 10px;
}

.brands-list img {
  padding: 18px;
  border-radius: 10px;
  height: 120px;
  width: 200px !important;
  object-fit: contain;
  background: #fff;
}

footer {
  /* background: #f4f6f9; */
  background: var(--theme-blue);
}

.footer {
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff85;
}

.location-us-now .icon-box img {
  max-width: 92px;
}

.col-md-30 {
  width: 30%;
  flex: 0 0 auto;
  border-right: 1px solid #ffffff85;
  padding-right: 15px;
  margin-right: 20px;
}

.col-md-33 {
  width: 31%;
  flex: 0 0 auto;
  border-right: 1px solid #ffffff85;
  margin-right: 20px;
}

.col-md-37 {
  width: 35%;
  flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .col-md-30 {
    width: 100%;
  }

  .col-md-33 {
    width: 100%;
  }

  .col-md-37 {
    width: 100%;
  }
}

footer p,
footer a.f-link {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
}

footer p a,
footer a.f-link:hover {
  color: #fff;
}

.f_contacts {
  margin-top: 30px;
}

.f_contacts a:hover {
  color: #fff;
}

.f-list li {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.f-list li a {
  color: #fff;
}

.f_title {
  margin-bottom: 30px;
  font-size: 26px;
}

.newsletter {
  /* border-bottom: 1px solid #ffffff85; */
  padding-bottom: 20px;
  /* margin-bottom: 30px; */
}

.newsletter .form-control {
  width: 99%;
}
#newsletterForm button.btn.btn-primary {
    --bs-btn-bg: #2a2a2c;
    --bs-btn-border-color: #2a2a2c;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
}
.social-icon {
  font-size: 20px;
  margin-left: 12px;
}

.social-icon a {
  padding: 5px;
  margin: 0 5px;
  /* display: inline-block; */
}

.copyrights {
  padding-top: 15px;
  padding-bottom: 15px;
}

.copyrights p {
  font-size: 14px;
}

.col-12.pre-footer1 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.col-12.pre-footer1 h4 {
  color: #000;
  font-size: 21px;
}

.col-12.pre-footer1 p {
  color: #000;
  text-transform: capitalize;
}

.breadcrumb {
  /* background: var(--theme-blue); */
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #f8f8fc;
}

.breadcrumb-menu {
  padding: 0 25px;
  margin: 0;
  display: flex;
}

.breadcrumb-menu li {
  margin-right: 28px;
  position: relative;
}

.breadcrumb-menu li:not(:last-child):before {
  content: "/";
  color: #000;
  font-size: 20px;
  position: absolute;
  top: -4px;
  right: -14px;
}

.breadcrumb-menu li,
.breadcrumb-menu li a {
  color: #000;
  font-size: 14px;
}

.col-12.detailpage {
  margin-top: 50px !important;
}

.detailpage .left_img {
  border: 1px solid #d4d4d4;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  height: 380px;
}

.detailpage .thumbs {
  margin: 20px 0;
}

.detailpage .thumbs img {
  border: 1px solid #d4d4d4;
  padding: 5px;
  border-radius: 5px;
  max-width: 92px;
  height: 70px;
}

.detailpage .col-md-6 .thumbs img {
  max-width: 102px;
  height: 102px;
  object-fit: contain;
}

.detailpage .left_img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.detailpage .owl-prev {
  position: absolute;
  top: 20%;
  left: 0%;
  border: none !important;
  color: #fff;
  border-radius: 50% !important;
  padding: 0px 7px 7px 7px !important;
  height: 25px;
  width: 25px;
  background-color: var(--theme-blue) !important;
}

.detailpage .owl-prev i {
  color: #fff;
  font-size: 14px;
}

.detailpage .owl-next {
  position: absolute;
  top: 20%;
  right: 0%;
  border: none !important;
  color: #fff;
  border-radius: 50% !important;
  padding: 0px 7px 7px 7px !important;
  height: 25px;
  width: 25px;
  background-color: var(--theme-blue) !important;
}

.detailpage .owl-next i {
  color: #fff;
  font-size: 14px;
}

.detailpage .product_box {
  min-height: 200px;
}

.detailpage .product_box .prd_img img {
  height: 130px;
  max-height: 130px;
  object-fit: contain;
  object-position: center;
  margin: auto;
  display: block;
  padding: 5px;
}

#colorOption .owl-prev {
  position: absolute;
  top: 40%;
  left: -4%;
  border: none !important;
  color: #fff;
  border-radius: 50% !important;
  height: 25px;
  width: 25px;
  background-color: var(--theme-blue) !important;
}

#colorOption .owl-prev i {
  color: #fff;
  font-size: 12px;
}

#colorOption .owl-next {
  position: absolute;
  top: 40%;
  right: -4%;
  border: none !important;
  color: #fff;
  border-radius: 50% !important;
  height: 25px;
  width: 25px;
  background-color: var(--theme-blue) !important;
}

#colorOption .owl-next i {
  color: #fff;
  font-size: 12px;
}

#colorOption .product_box {
  height: 100%;
}

.detailpage .product_box .color-opt {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
}

.detailpage .right-content {
  padding-left: 15px;
}

.detailpage .right-content ul li {
  text-transform: capitalize;
}

.detailpage .title {
  color: var(--theme-blue);
  font-size: 22px;
  text-transform: capitalize;
}

.prd_price span {
  display: inline-block;
  color: #c51230;
  font-size: 22px;
  font-weight: 600;
}

.prd_price span.scratch_price {
  display: inline-block;
  color: #9aa5b3;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 500;
}

.add-it a.add-cart {
  background: var(--theme-blue);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  fill: #fff;
  padding: 15px;
  margin-top: 20px;
  width: 50%;
}

.add-it button.wish {
  background: #fff;
  color: var(--theme-blue);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  fill: #fff;
  padding: 10px;
  margin-top: 20px;
  margin-left: 20px;
}

.add-it button.wish i {
  font-size: 20px;
  transition: all 0.3s linear;
}

.add-it button.wish:hover {
  color: #000;
}

.add-it button.wish:hover i {
  transform: scale(1.35);
  color: var(--theme-blue);
}

.sticky-side {
  position: sticky;
  top: 20%;
  margin-bottom: 50px;
}

.specification {
  border-top: 1px solid #e0e0e0;
  margin-top: 80px !important;
  padding-top: 30px;
}

.specification .specs {
  border: 1px solid #e0e0e0;
  padding: 20px 0;
  margin-bottom: 50px;
}

.tab-content.product-description-tab {
  padding: 0 25px;
}

.nav-pills {
  gap: 10px;
}

.nav-pills .nav-link {
  background-color: #f7f7f7;
  color: #000;
  font-size: 14px;
  width: 100% !important;
}

.specification .nav-item {
  flex-grow: 1 !important;
}

.position-fixed .nav-pills .nav-link {
  background-color: #ededed;
}

.pd-youtube {
  height: 600px;
  width: 100%;
}

.pd-youtube iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #2a2a2c;
  color: #fff;
}

.product-description-tab p {
  font-size: 14px;
  text-transform: none;
  margin-bottom: 20px;
}

.product-description-tab .tab-pane {
  margin-top: 50px;
  text-transform: capitalize;
}

.product-description-tab .product-feature-content table tr td {
  font-size: 14px;
  text-transform: capitalize;
}

.cat-filters {
  width: 256px;
  /* background: #f8f8fc; */
  padding: 10px 10px;
  display: inline-block;
  float: left;
  border-right: 1px solid #d3d3d3 !important;
}

.cat-filters .btn {
  border: 0px !important;
  outline: 0px !important;
  width: 100%;
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #d3d3d3 !important;
  border-radius: 0px;
  padding: 7px 5px;
}

.cat-filters .card-body {
  border: 0px;
  padding: 12px 12px 0 12px;
  background: #fff0; 
}

.cat-list {
  margin-left: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: 0 !important;
}

.cat-list li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-transform: capitalize;
  border-bottom: 1px solid #e1e1e1;
}

.cat-list li a {
  text-decoration: none;
  color: #000;
}

.cat-list input.form-check-input {
  margin-top: 2px;
}

.cat-list label {
  margin-left: 5px;
  font-size: 13px;
  color: #202020;
  text-transform: capitalize;
}

/* @media screen and (min-width: 1599px) and (max-width:2099px) {
    .nav-pills .nav-link {
        background-color: #ededed;
        padding: 11px 95px 11px 30px !important;
    }
}

@media screen and (min-width: 2099px) and (max-width:3200px) {
    .nav-pills .nav-link {
        background-color: #ededed;
        padding: 11px 149px 11px 40px !important;
    }
} */

.prd-list {
  width: calc(100% - 272px);
  padding-left: 20px;
  display: flex;
  float: left;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-right: 15px;
}

.prd-list > .col {
  max-width: 230px;
  width: 230px;
  margin: 10px 6px;
  flex: 1 0 auto;
}

@media only screen and (min-width: 991px) and (max-width: 1198px) {
  .prd-list > .col {
    max-width: 225px;
    width: 225px;
    margin: 10px 6px;
    flex: 1 0 auto;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1299px) {
  .prd-list > .col {
    max-width: 202px;
    width: 202px;
    margin: 10px 6px;
    flex: 1 0 auto;
  }
}

@media (min-width: 1490px) {
  .prd-list > .col {
    max-width: 270px;
    width: 270px;
    margin: 10px 6px;
    flex: 1 0 auto;
  }
}

@media (min-width: 1600px) {
  .prd-list > .col {
    max-width: 255px;
    width: 255px;
    margin: 10px 6px;
    flex: 1 0 auto;
  }
}

@media (min-width: 1790px) {
  .prd-list > .col {
    max-width: 230px;
    width: 230px;
    margin: 10px 6px;
    flex: 1 0 auto;
  }
}

@media (min-width: 2000px) {
  .prd-list > .col {
    max-width: 227px;
    width: 227px;
    margin: 10px 6px;
    flex: 1 0 auto;
  }
}

.clearfloat {
  float: none;
  clear: both;
}

.top_filters {
  padding: 20px;
  background: #f8f8fc;
  margin-bottom: 20px;
}

.prd_details .specs b {
  margin-bottom: 5px;
  display: block;
  padding-bottom: 5px;
  /* border-bottom: 1px solid #c4c4c4; */
  opacity: 0.8;
  font-weight: 600;
  display: none;
}

.prd_details .specs {
  font-size: 15px;
  margin-top: 13px;
}

.prd_details .specs ul li {
  position: relative;
  padding-left: 12px;
  font-size: 13.5px;
  margin-bottom: 2px;
  text-transform: capitalize;
}

.prd_details .specs ul li:before {
  content: "-";
  left: 0;
  position: absolute;
}

.prd_details h5 {
  font-size: 14px;
}

.prd_details .price h6 {
  font-size: 14px;
}

.top_filters .cat-list.d-flex {
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.top_filters .cat-list.d-flex.brand li {
  width: 20%;
  display: flex;
}

.top_filters .cat-list.d-flex.color li {
  width: 50%;
  display: flex;
}

.dp-filters {
  background: #efefef;
  padding: 15px;
}

.dropdown_filters {
  width: 330px;
}

.dropdown_filters .types button.btn {
  width: 100%;
  background: #fff;
  text-align: start;
}

.dropdown_filters .types .select_here {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.dp-warpper {
  background: #6c6c6c;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
}

.dp-warpper .dp-label {
  width: 40%;
}

.dp-warpper .types {
  width: 60%;
}

.dp-warpper .dp-label {
  color: #fff;
  padding-left: 12px;
}

.dp-warpper .types button.btn {
  border-radius: 0px;
}

.related_prd {
  width: calc(100% - 330px);
  padding: 0 30px;
  padding-left: 50px;
}

.related_prd .col {
  min-width: 198px;
  width: 88%;
  margin: 0 0px;
}

.related_prd .col .product_box .prd_details {
  margin-top: 10px;
}

.related_prd .col .specs {
  margin-top: 15px;
}

.related_prd.owl-theme .owl-nav [class*="owl-"] {
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  width: 40px;
  font-size: 46px;
}

.related_prd.owl-carousel .owl-nav button.owl-prev {
  opacity: 1;
  left: 0px;
  background: var(--theme-blue);
  color: #fff;
  height: 100%;
}

.related_prd.owl-carousel .owl-nav button.owl-prev.disabled,
.related_prd.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0;
}

.related_prd.owl-carousel .owl-nav button.owl-next {
  right: 0px;
  background: var(--theme-blue);
  color: #fff;
  height: 100%;
}

.dp-offer_tag {
  margin: 15px 0;
  padding: 15px;
  background: var(--theme-blue);
}

.dp-offer_tag a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.ratings i {
  padding: 5px;
  background: #f7941d;
  margin-left: 10px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
}

.sm-text {
  min-width: 190px;
  display: inline-block;
}

.text-blue {
  color: var(--theme-blue);
}

.complete-suite .carousel-control-next-icon {
  filter: brightness(0);
  margin-right: -30px;
}

.complete-suite .carousel-control-prev-icon {
  filter: brightness(0);
  margin-left: -30px;
}

.recent-view .carousel-control-next-icon,
.recent-view .carousel-control-prev-icon {
  filter: brightness(0);
}

/* .recent-view .carousel-control-next,
.recent-view .carousel-control-prev {
    background: var(--theme-blue);
} */
.recent-view .carousel-control-next-icon {
  filter: brightness(0);
  margin-right: -60px;
}

.recent-view .carousel-control-prev-icon {
  filter: brightness(0);
  margin-left: -60px;
}

.product-complete-suite .carousel-control-next,
.product-complete-suite .carousel-control-prev {
  width: 3%;
}

.complete-suite.product-complete-suite .carousel-control-next-icon,
.complete-suite.product-complete-suite .carousel-control-next-icon {
  filter: brightness(0) !important;
}

.carousel-control-next {
  position: absolute;
  top: 80% !important;
  right: 90% !important;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #fff !important;
  border-radius: 50px;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1 !important;
  transition: opacity 0.15s ease;
}

.carousel-control-prev {
  position: absolute;
  top: 80% !important;
  left: 4% !important;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #fff !important;
  border-radius: 50px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1 !important;
  transition: opacity 0.15s ease;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/*************************/
/*Furniture page*/
/*************************/
.banner-btm {
  padding: 8px 15px;
  background: var(--theme-blue);
  color: #fff;
  min-width: 100%;
}

.banner-btm:hover {
  background: #0dcaf0;
  color: #fff;
}

.banner-btm i {
  font-size: 20px;
  margin-left: 10px;
}

.home_flyer {
  border: 5px double #000;
  border-radius: 25px;
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  background: url(https://www.norderbergs.com/wp-content/uploads/2020/09/background-shapes-png-1-Images-PNG-Transparent.png)
    no-repeat -12em center;
  background-size: 34em;
}

.home_flyer .flyer-link {
  width: 20%;
  text-align: center;
}

.home_flyer .flyer-link img {
  width: 52%;
  margin: 5px auto 15px;
}

.home_flyer .flyer-link a {
  color: #fff;
  text-decoration: underline;
}

.flyer-offer {
  width: 40%;
  margin-left: 50px;
}

.flyer-offer li {
  border-bottom: 1px solid #000;
  padding: 8px;
  font-size: 18px;
}

.flyer-offer li i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--theme-blue);
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
}

.shop_cat .cat-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  display: block;
  border: 7px solid #fff;
  box-shadow: 0 10px 20px -10px #0000002b;
  transition: all 0.3s linear;
  overflow: hidden;
}

.shop_cat .cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s linear;
}

.shop_cat a:hover img {
  transform: scale(1.1);
}

.shop_cat .col-lg-3 {
  margin-bottom: 30px;
  width: 20%;
}

.shop_cat .col-lg-3 h5 {
  font-size: 19px;
  font-weight: 500;
  margin-top: 25px;
}

@media (min-width: 1920px) {
  .shop_cat .col-lg-3 {
    width: 12.5% !important;
  }
}

.save_tax {
  background: var(--theme-blue);
  color: #fff;
  padding: 15px;
  width: 330px;
  margin: 15px 0;
  font-size: 15px;
}

.save_tax small {
  margin-top: 5px;
  display: block;
  font-size: 12px;
}

.f-cat-media {
  max-height: 580px;
  overflow: hidden;
  margin-bottom: 50px;
}

.f-cat-media .img-fluid {
  object-fit: cover;
  object-position: bottom;
}

.cat-tab-2 {
  border: 1px solid #000;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}

.cat-tab-2 img {
  margin-bottom: 20px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}

.shop-tab {
  background: var(--theme-blue);
  color: #fff;
  margin-top: 20px;
  padding: 8px 30px;
  font-size: 16px;
}

.shop-tab:hover {
  background: #0dcaf0;
  color: #fff;
}

.second-spec_navs {
  position: fixed;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: #efefef;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  /* display: none; */
}

.second-spec_navs .nav.nav-pills li.nav-item {
  display: flex;
  flex-grow: 1;
}

.second-spec_navs .nav.nav-pills li.nav-item .nav-link {
  width: 100%;
  display: block;
}

.second-spec_navs .nav.nav-pills li.nav-item .nav-link.active {
  color: #e3ebf7;
  background-color: var(--theme-blue);
}

/* 
@media (min-width: 2280px) {
  .second-spec_navs {
    max-width: 190px;
    height: 52vh;
    min-height: 785px;
    z-index: 9999;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }

  .second-spec_navs .nav.nav-pills li.nav-item .nav-link {
    width: 100%;
    display: block;
    padding: 22px 12px;
    font-size: 18px;
  }

  .second-spec_navs .nav.nav-pills {
    height: 100%;
    flex-wrap: wrap;
    margin: 0 !important;
  }

  .second-spec_navs .nav.nav-pills li.nav-item {
    width: 100%;
  }
} */

@media (min-width: 1920px) {
  .wrapper .col-12,
  .wrapper .col-12.fullwidth .row,
  .second-spec_navs .nav.nav-pills {
    max-width: 2100px;
    margin: auto;
  }

  .wrapper .col-12.fullwidth {
    max-width: 100%;
    margin: auto;
  }

  .wrapper .col-12.top_filters {
    margin-bottom: 40px;
  }
}

@media (max-width: 1600px) {
  .hidden-lg {
    display: none;
  }

  .col-xl-8.lg_fullwidth {
    width: 100%;
    padding: 0 15px !important;
  }

  main.wrapper {
    padding: 0 15px;
  }

  .product_box .prd_details .prd-name a {
    font-weight: 600;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
  }

  .top-link a {
    font-size: 13px;
  }

  .offer_navbtn {
    font-size: 16px;
  }

  .top_offers .col-md-6,
  .search_bar .top-link a {
    font-size: 13px;
    /* padding: 4px 0px !important; */
  }

  .nav-link {
    font-size: 14px;
    padding: 4px 0px !important;
  }

  .search_bar .top-link.justify-content-end li.list-item {
    padding: 15px;
  }

  /* .search_bar .top-link.justify-content-end li.list-item:last-child {
        padding-right: 0px;
    } */

  .detailpage .thumbs {
    margin: 20px 0;
  }

  .detailpage .thumbs img {
    max-width: 70px;
    margin-bottom: 10px;
    height: 55px;
  }

  .detailpage .col-md-6 .thumbs img {
    max-width: 102px;
    height: 102px;
    object-fit: contain;
  }

  .prd-list {
    width: calc(100% - 272px);
  }
}

@media (max-width: 1680px) {
  .related_prd .col {
    min-width: 198px;
    width: 98%;
    margin: 0 0px;
  }
}

@media (max-width: 1450px) {
  #navbarNav .nav-item {
    margin: 0 5px;
  }

  .product_box .prd_details .prd-name a {
    font-weight: 600;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
  }

  .top-link a {
    font-size: 12px;
  }

  .offer_navbtn {
    font-size: 14px;
  }

  .nav-link,
  .top_offers .col-5d-6,
  .search_bar .top-link a {
    font-size: 14px;
  }

  .search_bar .top-link.justify-content-end li.list-item {
    padding: 15px;
  }

  .nav-pills .nav-link {
    font-size: 13px;
    /* padding: 17px 8px 16px; */
    /* margin-right: 18px; */
  }
}

@media (max-width: 1380px) {
  [class*="col-"].large-6 {
    width: 50%;
  }

  [class*="col-"].large-12 {
    width: 100%;
  }
}

/* shashi css  */

input:focus {
  box-shadow: none !important;
}

.location-dropdown-menu {
  position: relative;
}

.location-dropdown {
  position: absolute;
  top: 100%;
  right: 0px;
  overflow-x: hidden;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 5px #0000002b;
  padding: 3px 0px;
  display: none;
}

.location-dropdown-menu:hover .location-dropdown {
  display: block;
}

.location-dropdown h5 {
  text-align: left !important;
  font-size: 20px;
  color: #c51230 !important;
}

.location_detail {
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  align-items: center;
  padding: 8px 12px;
}

.location-dropdown h6 {
  text-align: left !important;
  font-size: 16px;
  color: var(--theme-blue);
  margin: auto 0;
}

.location-dropdown p {
  color: #000;
  text-align: right !important;
  width: 100%;
  margin: auto 0;
}

.location-dropdown span {
  text-align: left !important;
  color: #585858 !important;
  font-weight: 400;
}

.location-dropdown .col-lg-6 {
  border-right: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  padding: 20px;
  /* margin: 10px 0; */
}

.location-dropdown .col-lg-6:nth-child(2),
.location-dropdown .col-lg-6:nth-child(4) {
  border-right: none;
}

.location-dropdown .col-lg-6:nth-child(5) {
  border-bottom: none;
}

/* .showroom-direction .dropdown-menu.show{
  display: block;
  opacity: 0 !important;
}
.showroom-btn:hover .dropdown-menu.show{
    opacity: 1;
} */

.footer-menu ul {
  padding-left: 0;
  padding-top: 17px;
  display: flex;
  justify-content: start;
  align-items: center;
  /* gap: 16px; */
}

.footer-menu ul li {
  font-weight: 400;
  color: #fff;
  font-size: 14px !important;
  margin-right: 64px;
/*    flex-grow: 1;*/
}

.footer-menu ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

.footer-menu ul li .nav-link {
  font-size: 14px;
}

.footer-menu .offer_navbtn {
  line-height: 58px;
}

.brand-list ul.ft-brands {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  margin-bottom: 15px;
}

.brand-list ul.ft-brands li {
  padding: 6px 0;
  transition: 0.4s all;
}

.brand-list ul.ft-brands li a {
  color: #fff;
  font-weight: 400;
  transition: 0.4s all;
}

.brand-list ul.ft-brands li:hover a {
  padding-left: 5px;
  text-decoration: underline;
}

.ft-main-head {
  padding-left: 2rem;
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}

.brand-list ul.ft-links {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 15px;
}

.brand-list ul.ft-links li {
  padding: 6px 0;
}

.brand-list ul.ft-links li a {
  color: #fff;
  font-weight: 400;
  transition: 0.4s all;
}

.brand-list ul.ft-links li:hover a {
  padding-left: 5px;
  text-decoration: underline;
}

/* tv size :  */

.size-option-list {
  display: flex;
  gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.size-option-list .size-option {
  position: relative;
  padding: 4px;
}

.size-option-content {
  height: 55px;
  background-color: transparent;
  border-radius: 5px;
  width: 90px;
  border: 1px solid var(--bs-link-color);
}

.size-option-content .inch {
  width: 70px;
  margin: auto;
  padding-top: 3px;
  font-weight: 600;
}

.size-option-content .price {
  text-align: center;
  width: 100%;
}

.size-option-list .size-option:hover .size-option-content {
  background-color: var(--bs-link-color);
  color: #fff;
}

.product-dimension {
  border: 2px solid #ddd;
  border-radius: 5px;
  min-height: 84px;
}

.product-dimension h6 {
  font-weight: 700;
}

.product-dimension p {
  margin-bottom: 0;
}

.product-dimension .col-md-4:nth-child(1),
.product-dimension .col-md-4:nth-child(2) {
  border-right: 1px solid #c0c0c0;
}

/* location-table */

table.table.location-table {
  background: #f7f7f7;
}

table.table.location-table td {
  font-size: 14px;
}

.color-pallet-list {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.color-pallet {
  height: 100px;
  width: 100px;
  border: 1px solid #b6b6b6;
  background-color: #fff;
  border-radius: 5px;
  padding: 7px;
  cursor: pointer;
}

.color-pallet img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px;
}

/* ------------------------------------------------------------ CART --------------------------------------------------------------------  */
.product-cart {
  background-color: #efefef;
  padding: 20px 10px;
  border-radius: 10px;
}

.order-nav-bg p {
  background-color: var(--theme-blue);
  padding: 5px 5px;
  border-radius: 5px;
  color: white;
  /* font-size: 12px; */
}

.cart_sec .plus-minus-bg {
  margin: 1px 0;
  padding: 3px;
  background-color: var(--theme-blue);
  color: white;
}

.cart_sec .border-theme {
  /* background-color: white; */
  padding: 5px;
}

.cart_sec .border-theme h5 input {
  width: 32px;
  height: 46px;
  font-size: 14px;
  /* padding-left: 10px; */
  border: 1px solid var(--theme-blue);
}

.cart_sec .warranty {
  margin-top: 10px;
  background-color: #efefef;

  background-color: white;
  padding: 10px 15px;
  border-radius: 15px;
}

.cart_sec .form-check {
  font-size: 12px !important;
}

.cart_sec .remove-btn {
  /* position: absolute; */
  top: 10px;
  right: 10px;
  padding: 3px;
  background-color: #c51230;
  color: white;
  border-radius: 50%;
}

.form-check-label {
  font-size: 13px;
  font-weight: 400;
  /* font-family: Roboto; */
}

.cart_sec .item-img img {
  border-radius: 15px;
}

.cart_sec .price-disclaimer {
  font-size: 12px;
  /* padding-top: 10px; */
}

.cart_sec .hr-line {
  position: absolute;
  top: 55px;
  left: -10px;
  height: 2px;
  width: 500px;
  margin: 5px !important;
  background-color: white !important;
}

.cart_sec .hr-line-2 {
  position: absolute;
  top: 145px;
  left: -10px;
  height: 1px;
  width: 500px;
  margin: 5px !important;
  background-color: white !important;
}

.cart_sec .delivery-option {
  font-size: 15px !important;
}

.cart_sec .total-amount-section {
  position: sticky;
  top: 150px;
  margin-bottom: 20px;
  background-color: #efefef;
  /* background-color: #efefef; */
  padding: 25px;
  /* border: 1px solid #d4d4d4; */
  border-radius: 10px;
  /* height: 250px; */
}

.cart_sec .summary-head {
  padding: 0 0 5px 10px;
}

.cart_sec .coupon-section {
  padding-bottom: 15px;
}

.cart_sec #apply-coupon-button {
  padding: 5px 10px;
  /* border-radius: 10px; */
  border: 0px;
  background-color: var(--theme-blue);
  color: white;
  margin-left: 5px;
}

.cart_sec #coupon-input {
  padding: 5px 10px;
  background-color: white;
  border: 0px;
  width: 210px;
}

/*--------------------------------------------------------- ADDRESS ------------------------------------------------------------- */
.address-form {
  background-color: #fbfbfb;
  padding: 25px;
  border-radius: 15px;
}

.a-d-name input,
.a-d-company input,
.a-d-company select {
  padding: 10px 10px;
  width: 100%;
  border-radius: 7px;
  border: 1px solid #c5c5c5;
  outline: none;
}

.a-d-name input:focus,
.a-d-company input:focus,
.a-d-company select:focus {
  border: 1px solid var(--theme-blue);
}

.a-d-name a button {
  padding: 10px 10px;
  width: 100%;
  background-color: white;
  border: 0px !important;
  border-radius: 7px;
}

.radio-button {
  display: block;
  margin-right: 10px;
}

.l-t-radio[type="radio"] {
  display: none;
}

.l-t-label {
  /* display: block; */
  border-radius: 7px;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #999;
  cursor: pointer;
  width: 100%;
}

.l-t-radio[type="radio"]:checked + .l-t-label {
  background-color: var(--theme-blue);
  color: #fff;
  border: 0px;
}

.check_out .label {
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding: 14px 16px;
  margin: 5px 0;
  cursor: pointer;
  transition: 0.3s;
}

.check_out .label:hover,
.check_out .label:focus-within,
.check_out .label:active {
  background: var(--theme-blue);
}

.check_out .label input[type="radio"] {
  opacity: 0;
}

.check_out .radio-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.check_out .radio-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;

  position: relative;
}

.check_out .radio-design::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: transparent;
  border: 1px solid var(--theme-blue);
  transform: scale(1.1);
  transition: 0.3s;
}

.check_out .radio-input:checked {
  transform: scale(0);
  background: var(--theme-blue);
}

.check_out .label-text {
  color: hsl(0, 0%, 0%);
  margin-left: 14px;
  /* letter-spacing: 3px; */
  /* text-transform: uppercase; */
  font-size: 18px;
  /* font-weight: 900; */
  transition: 0.3s;
}

.check_out .radio-input:checked {
  background: var(--theme-blue);
}

#billing-address {
  margin-top: 20px;
  display: none;
}

.price-bd {
  background-color: white;
  border-radius: 7px;
  padding: 20px;
}

.row.bg-theme {
  color: var(--theme-blue);
  background-color: white;
  margin: 0;
  font-weight: 900;
  padding: 10px 0 0px;
  /* border-radius: 7px; */
  border-top: 1px dashed rgb(138, 138, 138);
}

.radio-button-1 {
  display: flex;
  gap: 10px;
  margin: 10px;
  position: relative;
  align-items: center;
  color: #000;
}

.radio-button-1 input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio-1 {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--theme-blue);
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); */
  transform: translateZ(-25px);
  transition: all 0.3s ease-in-out;
}

.radio-1::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 3px;
  left: 3.5px;
  border-radius: 50%;
  background-color: var(--theme-blue);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.radio-button-1 input[type="radio"]:checked + .radio-1 {
  border-color: var(--theme-blue);
  transform: translateZ(0px);
  background-color: #fff;
}

.radio-button-1 input[type="radio"]:checked + .radio-1::before {
  opacity: 1;
}

/* BOOKING PROCESS */

.vcv-timeline {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  list-style-type: none;
  color: #a7a7a7;
}

.vcv-timeline-item {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  padding: 0;
}

.vcv-timeline-item::before,
.vcv-timeline-item::after {
  content: "";
}

.vcv-timeline-item::before {
  content: attr(data-step);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 32px;
  height: 32px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background-color: #e9e9e9;
  color: #000;
}

/* .vcv-timeline-item:first-child:after{
    height: 1.6px;
    background: #c4c4c4;
    width: 50%;
    margin: 0 auto;
  } */
.vcv-timeline-item::after {
  height: 1.2px;
  background: #c4c4c4;
  width: 50%;
  margin: 0 auto;
}

/* .vcv-timeline-item:last-of-type {
    flex: 0 0 120px;
  } */
.vcv-timeline-item:last-of-type::after {
  display: none;
}

.vcv-timeline-item.vcv-step-done::before {
  content: attr(data-step);
  background: var(--theme-blue);
  border-color: var(--theme-blue);
  color: #fff;
  background-size: 40%;
}

.vcv-timeline-item.vcv-step-done-tick::before {
  content: "";
  background-color: var(--theme-blue);
  border-color: var(--theme-blue);
  background: var(--theme-blue)
    url("data:image/svg+xml,%0A%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Activation-Theme-to-Premium' transform='translate(-827.000000, -183.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Activation-02' transform='translate(342.000000, 172.000000)'%3E%3Cg id='Navigation' transform='translate(44.000000, 0.000000)'%3E%3Cg id='check' transform='translate(441.000000, 11.000000)'%3E%3Cpolygon id='Path' points='11.8606017 0 4.86058121 6.82615443 2.13952103 4.17292819 0 6.25973131 4.8606221 11 14 2.08684301'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center;
  background-size: 40%;
}

.vcv-timeline-item span {
  font-size: 14px;
  color: #000;
}

/* .vcv-timeline-item span i{
    font-size: 30px;
} */

.brands-list .owl-prev {
  position: absolute;
  top: -78%;
  left: 93%;
  border: 1px solid var(--theme-blue) !important;
  color: var(--theme-blue);
  border-radius: 50% !important;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}

.brands-list .owl-prev:hover,
.brands-list .owl-next:hover {
  background-color: var(--theme-blue) !important;
  color: #fff;
}

.brands-list .owl-prev i {
  color: var(--theme-blue);
  font-size: 12px;
}

.brands-list .owl-next {
  position: absolute;
  top: -78%;
  right: 1%;
  border: 1px solid var(--theme-blue) !important;
  color: var(--theme-blue);
  border-radius: 50% !important;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}

.brands-list .owl-next i {
  color: var(--theme-blue);
  font-size: 12px;
}

.brands-list .owl-next:hover i,
.brands-list .owl-prev:hover i {
  color: #fff !important;
}

#collection .owl-prev,
#Appliances .owl-prev,
#Furniture .owl-prev,
#Mattresses .owl-prev {
  position: absolute;
  top: -19%;
  left: 93% !important;
  border: 1px solid var(--theme-blue)!important;
  color: var(--theme-blue);
  border-radius: 50% !important;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}

#collection .owl-prev:hover,
#Appliances .owl-prev:hover,
#Furniture .owl-prev:hover,
#Mattresses .owl-next:hover {
  background-color: var(--theme-blue) !important;
  color: #fff;
}

#collection .owl-prev i,
#Appliances .owl-prev i,
#Furniture .owl-prev i,
#Mattresses .owl-next i {
  color: var(--theme-blue);
  font-size: 12px;
}

#collection .owl-prev:hover i,
#Appliances .owl-prev:hover i,
#Furniture .owl-prev:hover i,
#Mattresses .owl-prev:hover {
  color: #fff !important;
}

#collection .owl-next,
#Appliances .owl-next,
#Furniture .owl-next,
#Mattresses .owl-next {
  position: absolute;
  top: -19%;
  right: 1% !important;
  border: 1px solid var(--theme-blue) !important;
  color: var(--theme-blue);
  border-radius: 50% !important;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}

#collection .owl-next:hover,
#Appliances .owl-next:hover,
#Furniture .owl-next:hover,
#Mattresses .owl-next:hover {
  background-color: var(--theme-blue)!important;
  color: #fff;
}

#collection .owl-next i,
#Appliances .owl-next i,
#Furniture .owl-next i,
#Mattresses .owl-next i {
  color: var(--theme-blue);
  font-size: 12px;
}

#collection .owl-next:hover i,
#Appliances .owl-next:hover i,
#Furniture .owl-next:hover i,
#Mattresses .owl-next:hover i {
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  /* .vcv-timeline {
    margin-bottom: 20px;
    display: block;
  }

  .vcv-timeline-item {
    position: relative;
    padding: 5px 15px;
    border: 1px solid #e1e1e1;
    width: 100%;
  }
  .vcv-timeline-item:nth-child(1),
  .vcv-timeline-item:nth-child(2) {
    border-bottom: none;
  }

  .vcv-timeline-item span {
    text-align: left;
    margin: 10px 0 0 15px;
    position: static;
    top: 30px;
    width: 60%;
    left: 2px;
    font-size: 13px;
  }

  .vcv-timeline-item:last-of-type {
    flex: 0 0 auto;
    margin: 0 30px 0 0;
  }

  .vcv-timeline-item::before {
    margin: 0;
  }

  .vcv-timeline-item::after {
    flex: auto;
    width: 50%;
    margin: 0 8px;
    display: none;
  } */
  .vcv-timeline-item {
    width: 48%;
    border: 1px solid #e1e1e1;
    margin: 3px;
    height: 100%;
    padding: 7px 0px 7px 7px;
    border-radius: 7px;
  }

  .vcv-timeline-item span {
    font-size: 12px;
    color: #000;
  }

  .vcv-timeline-item::after {
    display: none;
  }

  .vcv-timeline-item::before {
    flex: 0 0 24px;
    height: 24px;
  }
}

@media (min-width: 1600px) {
  #collection .owl-prev,
  #Appliances .owl-prev,
  #Furniture .owl-prev,
  #Mattresses .owl-prev {
    left: 0%;
  }

  #collection .owl-next,
  #Appliances .owl-next,
  #Furniture .owl-next,
  #Mattresses .owl-next {
    right: 0%;
  }

  .product-title {
    padding: 5px 10px;
  }
}

@media (min-width: 2280px) {
  .prd-list > .col {
    max-width: 272px;
    width: 272px;
    margin: 10px;
    flex: 1 0 auto;
  }

  #navbarNav .nav-item {
    margin: 0 30px;
  }

  /* .footer-menu ul li {
    margin: 0 25px;
  } */

  #collection .owl-prev,
  #Appliances .owl-prev,
  #Furniture .owl-prev,
  #Mattresses .owl-prev {
    left: -1%;
  }

  #collection .owl-next,
  #Appliances .owl-next,
  #Furniture .owl-next,
  #Mattresses .owl-next {
    right: -1%;
  }
}

@media (min-width: 1920px) {
  .shop-by-cat .col-md-3 {
    flex: 0 0 auto;
    width: 20% !important;
  }

  #navbarNav .nav-item {
    margin: 0 25px;
  }

  /* .footer-menu ul li {
    margin: 0 25px;
  } */

  #collection .owl-next,
  #Appliances .owl-next,
  #Furniture .owl-next,
  #Mattresses .owl-next {
    position: absolute;
    top: -20%;
    right: 1% !important;
  }

  #collection .owl-prev,
  #Appliances .owl-prev,
  #Furniture .owl-prev,
  #Mattresses .owl-prev {
    position: absolute;
    top: -20%;
    left: 95% !important;
  }

  .brands-list .owl-next {
    position: absolute;
    top: -55%;
    right: 1%;
  }

  .brands-list .owl-prev {
    position: absolute;
    top: -55%;
    left: 95%;
  }
}

/* order history css  */

.sidebar {
  border-right: 1px solid #dbdbdb;
}

.profile {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
}

.profile a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color: #000000;
}

.sidebar h5 {
  margin-bottom: 0;
  margin-top: 14px;
  text-align: center;
}

.sidebar p {
  text-align: center;
}

.sidebar .customer-image {
  height: 100px;
  width: 100px;
  margin: auto;
  border-radius: 100px;
}

.sidebar .customer-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 100px;
}

.sidebar .navigation {
  margin-top: 10px;
  padding-left: 0;
}

.sidebar .navigation li {
  padding: 13px 15px;
  cursor: pointer;
  /* border-bottom: 1px solid #dbdbdb; */
}

.sidebar .navigation li.active {
  background-color: #e4e4e4;
}

.sidebar .navigation li.active a {
  color: var(--theme-blue);
}

.sidebar .navigation li:hover {
  background-color: #e4e4e4;
}

.sidebar .navigation li a {
  display: block;
  text-decoration: none;
  color: #000000;
}

.search-option input[type="search"] {
  height: 45px !important;
  width: 100% !important;
  padding-left: 10px;
  outline: none;
}

.item-select select {
  height: 45px !important;
  width: 100% !important;
  padding-left: 10px;
  outline: none;
}

select:focus {
  box-shadow: none !important;
}

.apply_btn {
  border-radius: 5px;
  padding: 11px 30px;
  background-color: var(--theme-blue);
  color: #fff;
  outline: none;
  border: none;
}

.order-summary-table table thead {
  background-color: var(--theme-blue);
  color: #fff;
}

.order-summary-table table thead tr th {
  padding: 15px 15px;
}

.order-summary-table table tbody tr td {
  vertical-align: middle !important;
  padding: 10px 15px;
}

.order-summary-table .completed {
  background-color: #00a046;
  color: #fff;
  padding: 1px 10px !important;
}

.order-summary-table .canceled {
  background-color: #c51230;
  color: #fff;
  padding: 1px 10px !important;
}

.delete-wishlist {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background-color: #cc0202;
  padding: 3px 7px;
  color: #fff;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .sidebar {
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
  }

  .sidebar .navigation {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sidebar .navigation li {
    padding: 10px;
  }

  .search-option,
  .item-select,
  .apply_btn {
    margin-bottom: 10px;
  }

  .order-summary-table table thead tr th {
    padding: 10px 27px;
    font-size: 13px;
  }

  .order-summary-table table tbody tr td {
    vertical-align: middle !important;
    padding: 10px 5px;
    font-size: 13px;
  }

  .order-summary-table .completed {
    font-size: 13px;
  }

  .order-summary-table .canceled {
    font-size: 13px;
  }
}

/* card design   */

/* 
.design4 .cat-box {
    text-align: center;
    background: #fff !important;
    height: 100%;
}


.design4 .cat-box h3 {
    font-size: 19px;
    font-weight: 500;
}


.design4 .cat-box a {
    background-color: var(--theme-blue);
    padding: 4px 15px;
    font-size: 12px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    width: fit-content;
}


.design4 .cat-box img {
    position: static;
    height: 110px;
    max-height: 110px;
    object-fit: contain;
    object-position: center;
    transition: .4s all;
    margin-bottom: 20px;
}

.design4 .cat-box:hover img {
    transform: scale(1.1);
}



.design4 .cat-box-4 {
    margin-top: 40px;
    padding: 30px 10px 10px 20px;
    position: relative;
    border-radius: 15px;
    background-image: url(./imgs/product-bg-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
    height: 170px;
}

.design4 .cat-box-4 h3 {
    margin-bottom: 14px;
}

.design4 .cat-box-4 a {
    background-color: var(--theme-blue);
    padding: 4px 15px;
    font-size: 12px;
    border-radius: 20px;
    display: inline-block;
    margin: auto;
    color: #fff;
    width: fit-content;
}

.design4 .cat-box-4 img {
    transition: all 0.3s linear;
    max-height: 120px;
}


.design4 .cat-box-4:hover img {
    transform: scale(1.1);
    filter: drop-shadow(4px 4px 10px #004da554);
}

.design4 .col-md-3 {
    flex: 0 0 auto;
    width: 14% !important;
}

@media (min-width: 1920px) {
    .design4 .col-md-3 {
        flex: 0 0 auto;
        width: 13.5% !important;
    }

    .location-dropdown {
        right: 11%;
        width: 26.1%;
    }
} */

.category-box {
  text-align: center;
  background: #fff !important;
  height: 100%;
  padding: 0 10px;
  margin-top: 25px;
}

.category-box img {
  height: 110px;
  max-height: 110px;
  object-fit: contain;
  object-position: center;
  transition: 0.4s all;
  margin-bottom: 15px;
}

.category-box:hover img {
  transform: scale(1.1);
}

.category-box h3 {
  font-size: 18px;
}

.category-box a {
  background-color: var(--theme-blue);
  padding: 4px 15px;
  font-size: 12px;
  border-radius: 20px;
  display: inline-block;
  margin: auto;
  color: #fff;
  width: fit-content;
}

.s_b_c .col-md-3 {
  flex: 0 0 auto;
  width: 15% !important;
}

@media (min-width: 1920px) {
  .s_b_c .col-md-3 {
    flex: 0 0 auto;
    width: 14% !important;
  }

  .category-box img {
    height: 151px;
    max-height: 150px;
  }

  .location-dropdown {
    right: 0%;
    width: 100%;
  }

  .location-dropdown .row {
    padding: 0px !important;
  }
}

/* review css  */

.pr-rating-star {
  display: flex;
  align-items: center;
}

.rating-star {
  height: 25px;
  width: 25px;
  background-color: #f7941d;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 2px;
}

.rating-star.unfilled {
  background-color: #c0c0c0;
}

.rating-value {
  border: 1px solid #c0c0c0;
  height: 30px;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}

.write-review-btn {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.write-review-btn .write-review {
  display: inline-block;
  padding: 7px 12px;
  margin-right: 10px;
  background: transparent;
  color: var(--theme-blue);
  border-radius: 4px;
  border: 1px solid var(--theme-blue);
  font-size: 15px;
}

.write-review-btn .write-review:hover {
  background: var(--theme-blue);
  color: #fff;
}

.review-photos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.review-img {
  height: 80px;
  width: 80px;
  border: 1px solid #e1e1e1;
  padding: 4px;
  margin: 4px;
}

.review-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card {
  background-color: #fff;
  padding: 30px;
  border: none;
}

.card-title {
  font-size: 22px;
}

.rating-count {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}

.rating-percents {
  display: flex;
  flex-direction: column;
}

.rating-percent {
  display: flex;
  justify-content: space-between;
  margin: 6px 0;
}

.rating-no {
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-blue);
  width: 80px;
}

.rating-percent-no {
  font-size: 20px;
  color: var(--theme-blue);
  font-weight: 400;
  width: 80px;
  text-align: center;
}

.rating-percents .range {
  width: 75%;
}

.rating-percents input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}

.rating-percents input[type="range"]::-webkit-slider-runnable-track {
  height: 22px;
  background: #ccc;
}

.rating-percents input[type="range"]::-moz-range-track {
  height: 22px;
  background: #ccc;
}

.rating-percents input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 22px;
  width: 15px;
  box-shadow: -407px 0 0 400px #f7941d;
}

.feedback-cmt p {
  padding-top: 14px;
  font-size: 15px;
}

.client-response {
  padding: 20px 30px 20px 30px;
  background-color: #f7f7f7;
}

.client-response h5 {
  font-size: 18px;
  font-weight: 600;
  color: #c51230;
}

.client-response p {
  padding: 5px 0 0 0;
  font-size: 15px;
  margin-bottom: 0;
}

.client-response .client-name {
  font-weight: 600;
  font-size: 16px;
  color: #585858;
  padding-top: 4px;
}

.helpful-review {
  display: flex;
  padding: 20px 0;
  align-items: center;
}

.helpful-review p {
  font-size: 17px;
  font-weight: 600;
  margin: auto 0;
  margin-right: 20px;
}

.helpful-review .like {
  background: none;
  border: solid #ccc;
  border-radius: 2px;
  border-width: 1px 0 1px 1px;
  cursor: pointer;
  padding: 10px 15px;
  display: flex;
  font-size: 18px;
  justify-content: left;
  align-items: center;
}

.helpful-review .dislike {
  background: none;
  border: solid #ccc;
  border-radius: 2px;
  border-width: 1px 1px 1px 1px;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 18px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.helpful-review .like h6,
.helpful-review .dislike h6 {
  margin-bottom: 0;
}

.helpful-review .like i,
.helpful-review .dislike i {
  font-size: 20px;
}

.helpful-review .like:hover,
.helpful-review .dislike:hover {
  background-color: var(--theme-blue);
  color: #fff;
}

.user-details p {
  margin-bottom: 0;
}

.user-details img {
  width: 80px !important;
}

.Verified-Buyer {
  font-size: 20px;
  padding-top: 7px;
}

.Verified-Buyer i {
  color: green;
}

.review-form label {
  margin-top: 10px;
  padding-bottom: 3px;
}

.review-form input {
  height: 50px;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #c4c4c4;
  outline: none;
}

.review-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #c4c4c4;
  outline: none;
}

.review-form input[type="file"] {
  padding-top: 10px;
}

.submit-review {
  padding: 9px 40px;
  background-color: var(--theme-blue);
  border: none;
  outline: none;
  color: #fff;
}

.rating-check {
  display: flex;
}

.container-rate input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-rate {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.container-rate svg {
  position: relative;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.3s;
  fill: #666;
}

.container-rate svg:hover {
  transform: scale(1.1);
}

.container-rate input:checked ~ svg {
  fill: #f7941d;
}

.pd-financing-plan {
  border: 1px solid #e1e1e1;
  /* padding: 40px 30px; */
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.financing-group-buttons {
  display: flex;
  justify-content: center;
}

.item-financing-group-button {
  padding: 25px 10px;
  border-radius: 10px 0 0 10px;
  color: #fff;
  background-color: var(--theme-blue);
  font-size: 0;
  transition: 0.4s all;
  cursor: pointer;
}

.item-financing-group-button:hover {
  background-color: #fff;
  border-right: 1px solid #e1e1e1;
  color: var(--theme-blue);
}

.item-financing-group-button span:first-child {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: block;
}

.item-financing-group-button span:last-child {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  display: block;
}

.financing-payment {
  font-weight: 400;
  display: inline-block;
  text-align: center;
}

.financing-payment span:first-child {
  color: #a51522;
  font-size: 24px;
  display: block;
}

.gallery-view {
  border: 1px solid #e1e1e1;
  padding: 3px 8px;
  border-radius: 8px;
  display: inline-block;
}

.gallery-view ul {
  padding-left: 0;
  margin-bottom: 0px;
}

.gallery-view ul li {
  display: inline-flex;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 15px;
}

.gallery-view ul li i {
  font-size: 18px;
  margin-top: 0px;
  margin-right: 3px;
}

/* compare page css  */

.compare-item {
  position: fixed;
  z-index: 3;
  bottom: 24px;
  right: 24px;
  will-change: transform;
  display: none;
}

.compare-wrapper {
  position: relative;
}

.compare-badge {
  font-size: 14px;
  border-radius: 2px;
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  cursor: pointer;
  font-weight: 500;
  height: 40px;
  width: 144px;
  background-color: var(--theme-blue);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.compare-badge a span {
  text-transform: uppercase;
}

.compare-badge a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  padding-top: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}

.compare-badge .badge {
  display: inline-block;
  position: relative;
}

.compare-badge .badge span {
  position: absolute;
  top: -8px;
  right: -18px;
  /* margin-left: 14px; */
  font-size: 13px;
  border-radius: 2px;
  background-color: #064083;
  padding: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
}

.compare-product {
  padding-bottom: 0;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #f0f0f0;
  height: 240px;
  width: auto;
  display: flex;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1),
    opacity 0.3s cubic-bezier(0, 0, 0.3, 1),
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.compare-item:hover .compare-product {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.compare-product .compare-inner {
  width: 160px;
  background-color: #fff;
  /* border-right: 3px solid #e1e1e1; */
  text-align: center;
  position: relative;
}

.compare-product .compare-inner .close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.compare-p-image {
  height: 140px;
  width: 100%;
}

.compare-p-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

.compare-product .compare-inner h6 {
  font-size: 14px;
  color: #272727;
}

.product_comparison {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.comparison-row {
  margin: 0px auto;
  display: flex;
  flex-wrap: nowrap;
  width: 100% !important;
  position: relative;
  opacity: 1;
  transition: opacity 0.05s ease-in 0s;
}

.compare-table .compare-img {
  height: 200px;
  position: relative;
}

/* .comparison-row:nth-child(even){
    background-color: #fafafa;
} */

.comparison-row .compare-col {
  width: 20% !important;
  border-right: 1px solid #e1e1e1;
}

.comparison-row .compare-col:last-child {
  border-right: none;
}

.comp-wrapper {
  padding: 12px 10px 12px 10px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  height: 100%;
}

.comp-wrapper ul {
  padding-left: 0;
  padding-top: 10px;
}

.comp-wrapper ul li {
  padding: 3px 0;
}

.comp-close {
  position: absolute;
  top: 0px;
  right: 20px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  font-size: 15px;
  color: #878787;
  text-align: center;
  cursor: pointer;
}

.comp-img {
  height: 170px;
  width: 100%;
}

.comp-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

.comp-product-desc {
  padding: 15px 0;
}

.comp-product-desc .product_name a {
  font-size: 15px;
  color: #414141;
  text-transform: capitalize;
}

.comp-product-desc .product_name a:hover {
  color: #064083;
}

.comp-wrapper h5 {
  font-size: 18px;
  font-weight: 600;
}

.comp-wrapper h5,
.comp-wrapper h6 {
  margin-bottom: 0;
}

.comp-star {
  background-color: #00a046;
  border-radius: 5px;
  padding: 3px 8px;
  display: inline-block;
  font-size: 13px;
  color: #fff;
}

.productRating {
  font-weight: 500;
  color: #878787;
  padding-top: 8px;
}

.AllReview {
  padding-top: 8px;
}

@media only screen and (max-width: 767px) {
  .product-compare-main {
    width: 410px;
    overflow-x: scroll;
  }

  .product_comparison {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 1400px;
    padding-right: 75px;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }
}

/* grid column css  */

.grid-box-col .modal-name {
  font-size: 18px;
  color: #cc0202;
}

.grid-box-col .short-desc {
  font-size: 13px;
  text-align: start;
  color: #3b3b3b;
  margin-bottom: 0;
}

.grid-box-col .in_stock {
  min-width: 140px;
  width: auto !important;
  display: inline-block;
}

.grid-box-col .product_box .prd_img {
  overflow: hidden;
}

.grid-box-col .product_box .prd_img img {
  height: 190px;
  max-height: 190px;
  object-fit: contain;
  object-position: center;
  margin: auto;
  display: block;
  padding-top: 5px;
  margin-top: 20px;
}

.grid-box-col .prd-name {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .nav-link img {
    display: none;
  }

  .product-title {
    display: block;
  }

  .product-title .sub-cat ul {
    padding-top: 20px;
    display: flex;
    padding: 20px 0 6px 0;
    margin: 0;
    justify-content: flex-start;
    width: 100%;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }

  .product-title .sub-cat ul li {
    margin: 0 6px;
    flex-grow: 1 !important;
  }

  .product-title:before {
    display: none !important;
  }

  .product-title .sub-cat ul li a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 14px;
    width: auto;
    white-space: nowrap;
  }

  .product-title .sub-cat ul::-webkit-scrollbar {
    width: 1px;
    height: 3px;
  }

  .product-title .sub-cat ul::-webkit-scrollbar-track {
    background: inherit;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .product-title .sub-cat ul::-webkit-scrollbar-thumb {
    background-color: var(--theme-blue);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .product-title .sub-cat ul::-webkit-scrollbar-corner {
    background: inherit;
  }

  #collection .owl-next,
  #Appliances .owl-next,
  #Furniture .owl-next,
  #Mattresses .owl-next {
    position: absolute;
    top: -26%;
    right: 1% !important;
  }

  #collection .owl-prev,
  #Appliances .owl-prev,
  #Furniture .owl-prev,
  #Mattresses .owl-prev {
    position: absolute;
    top: -26%;
    left: 77% !important;
  }

  .sec_title1 {
    font-size: 22px;
  }

  .sec_title1:before {
    position: absolute;
    width: 120px;
  }

  .sec_title {
    font-size: 22px;
  }

  .sec_title:before {
    position: absolute;
    width: 102px;
  }

  .sec-padding {
    padding: 20px 0;
  }

  .prd_details .specs ul li {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    margin-bottom: 2px;
  }

  .brands-list .owl-next {
    position: absolute;
    top: 92%;
    right: 40%;
    height: 24px;
    width: 24px;
  }

  .brands-list .owl-prev {
    position: absolute;
    top: 92%;
    left: 40%;
    height: 24px;
    width: 24px;
  }

  .brand-list h2.sec_title {
    text-align: left !important;
  }

  .brands-list .item {
    padding: 0px;
  }

  /* footer  */

  .footer-menu {
    display: none;
  }

  .location-us-now .icon-box img {
    max-width: 50px;
  }

  .prt-call-us-here {
    font-size: 21px;
  }

  .f_contacts {
    margin-top: 10px;
  }

  .f_title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .f-list li {
    margin-bottom: 7px;
  }

  .f-list li a {
    color: #e9ecef;
    font-weight: 400;
    font-size: 15px;
  }

  .news_letter {
    padding-top: 20px;
  }

  .col-12.pre-footer1 {
    text-align: left;
  }

  .col-12.pre-footer1 h4 {
    font-size: 18px;
  }

  .col-12.pre-footer1 p {
    color: #000;
    font-size: 15px;
  }

  header {
    overflow-x: hidden;
  }

  main {
    overflow-x: hidden;
  }

  .footer {
    overflow-x: hidden;
  }

  /* appliances css  */

  .s_b_c .col-md-3 {
    width: 50% !important;
  }

  .prd_list .col {
    margin-bottom: 20px !important;
  }

  .home_flyer .flyer-link {
    width: 100%;
  }

  .flyer-offer {
    width: 100%;
    margin-left: 0;
  }

  .home_flyer {
    display: block;
  }

  .home_flyer {
    background-position: 100% -91%;
  }

  .flyer-offer ul {
    padding-left: 0;
  }

  .flyer-offer li {
    border-bottom: 1px solid #000;
    padding: 6px 7px;
    font-size: 15px;
    text-align: left !important;
    display: flex;
    align-items: center;
  }

  .home_flyer .flyer-link a {
    color: #000;
  }
}

/* product listing css  */

.close-filter {
  display: none;
}

.mbl-fliter {
  display: none;
}

.close-top-filter {
  display: none;
}

.col-lg-12.grid-box-col {
  margin: 10px 0;
}

@media only screen and (max-width: 767px) {
  .mbl-fliter {
    display: block;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .open-filter {
    padding: 8px 0px;
    border: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }

  .cat-filters {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    height: 100vh;
    overflow-x: scroll;
    transition: left 0.3s ease-in-out;
  }

  .close-filter {
    display: block;
    text-align: end;
    float: right;
    padding: 3px 7px;
    font-size: 20px;
    background-color: #e1e1e1;
  }

  .cat-filters.show {
    left: 0;
    transition: left 0.3s ease-in-out;
  }

  .open-brand-filter {
    padding: 8px 0px;
    border: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    width: 50%;
  }

  .top_filters {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    z-index: 9999;
    height: 100vh;
    overflow-x: scroll;
    transition: right 0.3s ease-in-out;
  }

  .top_filters.show {
    right: 0;
    transition: right 0.3s ease-in-out;
  }

  .top_filters .cat-list.d-flex.brand li {
    width: 50%;
    display: flex;
  }

  .Filter-by-Color {
    margin-top: 6px;
  }

  .Sort-by-Price {
    margin-top: 6px;
  }

  .close-top-filter {
    display: block;
    text-align: end;
    float: right;
    padding: 3px 7px;
    font-size: 20px;
  }

  .prd-list {
    width: calc(100% - 0px);
    padding-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .gallery-view {
    padding: 3px 4px;
  }

  .gallery-view ul li {
    font-size: 12px;
    margin-right: 10px;
  }

  .grid-box-col .product_box .prd_img img {
    height: 150px;
    max-height: 150px;
    object-fit: cover;
  }

  .prd-list > .col {
    width: 150px;
    margin: 10px 4px;
    flex: 1 0 auto;
    max-width: 175px;
  }

  .online_price {
    width: 100%;
    font-size: 13px;
  }

  .category-box h3 {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  .col-lg-12.grid-box-col {
    width: 49%;
    margin: 10px auto;
  }
}

#relatedProduct .owl-prev,
#recentlyViewProduct .owl-prev {
  position: absolute;
  top: -16%;
  left: 93% !important;
  border: 1px solid var(--theme-blue) !important;
  color: var(--theme-blue);
  border-radius: 50% !important;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}

#relatedProduct .owl-prev:hover,
#recentlyViewProduct .owl-prev:hover {
  background-color: var(--theme-blue) !important;
  color: #fff;
}

#relatedProduct .owl-prev i,
#recentlyViewProduct .owl-prev i {
  color: var(--theme-blue);
  font-size: 12px;
}

#relatedProduct .owl-prev:hover i,
#recentlyViewProduct .owl-prev:hover i {
  color: #fff !important;
}

#relatedProduct .owl-next,
#recentlyViewProduct .owl-next {
  position: absolute;
  top: -16%;
  right: 1% !important;
  border: 1px solid var(--theme-blue) !important;
  color: var(--theme-blue);
  border-radius: 50% !important;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}

#relatedProduct .owl-next:hover,
#recentlyViewProduct .owl-next:hover {
  background-color: var(--theme-blue) !important;
  color: #fff;
}

#relatedProduct .owl-next i,
#recentlyViewProduct .owl-next i {
  color: var(--theme-blue);
  font-size: 12px;
}

#relatedProduct .owl-next:hover i,
#recentlyViewProduct .owl-next:hover i {
  color: #fff !important;
}

.recent-view h2 {
  padding-left: 15px;
}

/* product detail css */

@media only screen and (max-width: 767px) {
  .breadcrumb-menu {
    flex-wrap: wrap;
  }

  .breadcrumb-menu li {
    margin-right: 16px;
    position: relative;
    font-size: 13px;
  }

  .dp-filters {
    display: none !important;
  }

  .col-12.detailpage {
    margin-top: 20px !important;
  }

  .col-12.fullwidth.detailpage {
    padding: 0px !important;
  }

  .detailpage .right-content {
    padding-left: 0px;
  }

  .detailpage .title {
    font-size: 20px;
  }

  .sticky-side {
    margin-bottom: 15px;
  }

  .add-it a.add-cart {
    padding: 10px;
    margin-top: 25px;
    width: 50%;
    font-size: 14px;
  }

  .add-it button.wish {
    padding: 1px;
    margin-top: 40px;
    margin-left: 7px;
    font-size: 14px;
  }

  .ratings i {
    padding: 2px;
    margin-left: 7px;
  }

  .product-dimension {
    min-height: 70px;
  }

  .product-dimension h6 {
    font-size: 14px;
  }

  .product-dimension p {
    font-size: 14px;
  }

  .pdf_list a {
    font-size: 14px;
  }

  table.location-table thead tr th {
    font-size: 14px;
  }

  table.location-table tbody tr td {
    font-size: 12px !important;
  }

  .specification {
    margin-top: 0px !important;
    border-top: none;
    padding-top: 10px;
  }

  .specification .specs {
    padding: 14px 6px;
    margin-bottom: 50px;
  }

  .specs .nav-pills {
    gap: 3px;
  }

  .specs .nav-pills .nav-link {
    font-size: 11px !important;
    padding: 5px 10px !important;
  }

  .tab-content.product-description-tab {
    padding: 0 5px;
  }

  .product-description-tab .tab-pane {
    margin-top: 25px;
  }

  .pd-youtube {
    height: 200px;
    width: 100%;
  }

  .rating-dist .card {
    padding: 26px 0;
    border: none;
  }

  .product-review_img {
    height: 150px;
    margin-bottom: 20px;
  }

  .product-review_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .review-img {
    height: 50px;
    width: 50px;
  }

  .review-photos {
    margin-bottom: 20px;
  }

  .pr-rating-star {
    flex-wrap: wrap;
  }

  .review-product-detail h4 {
    font-size: 18px;
  }

  .pd-financing-plan {
    flex-wrap: wrap;
    padding: 10px 0;
    border: none;
    margin-top: 0;
  }

  .item-financing-group-button {
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .financing-payment {
    margin-bottom: 25px;
  }

  #relatedProduct .owl-prev,
  #recentlyViewProduct .owl-prev {
    position: absolute;
    top: -12%;
    left: 77% !important;
  }

  #relatedProduct .owl-next,
  #recentlyViewProduct .owl-next {
    position: absolute;
    top: -12%;
    right: 1% !important;
  }

  /* .order-summary-table table thead tr th {
    padding: 13px 45px;
    text-align: center;
  } */
  /* .order-summary-table table tbody tr td {
    vertical-align: middle !important;
    padding: 10px 0px;
    text-align: center;
  } */
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .offer-box img {
    height: 200px;
  }

  .col-md-30 {
    width: 40%;
  }

  .col-md-33 {
    width: 52%;
  }

  .col-md-37 {
    width: 100%;
    padding-top: 30px;
  }

  .footer-menu ul {
    gap: 10px;
  }

  .footer-menu ul li a {
    font-size: 8px;
  }

  .footer-menu ul li .nav-link {
    font-size: 12px;
  }

  .brands-list .owl-prev {
    position: absolute;
    top: -100%;
    left: 88%;
  }

  .brands-list .owl-next {
    top: -100%;
  }

  .product-title .sub-cat ul {
    display: flex;
    padding: 20px 0 6px 0;
    margin: 0;
    justify-content: flex-start;
    width: 90%;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }

  .product-title .sub-cat ul li a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 14px;
    width: auto;
    white-space: nowrap;
  }

  #collection .owl-prev,
  #Appliances .owl-prev,
  #Furniture .owl-prev {
    position: absolute;
    top: -19%;
    left: 87% !important;
  }

  .s_b_c .col-md-3 {
    flex: 0 0 auto;
    width: 25% !important;
  }

  .flyer-offer {
    width: 73%;
    margin-left: 0px;
  }

  .home_flyer .flyer-link {
    width: 25%;
    text-align: center;
  }

  .home_flyer .person {
    display: none;
  }

  .home_flyer {
    padding: 20px 0 20px 0px;
  }

  .mbl-fliter {
    display: block;
    margin-bottom: 20px;
  }

  .open-filter {
    padding: 8px 20px;
    border: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }

  .cat-filters {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    height: 100vh;
    overflow-x: scroll;
    transition: left 0.3s ease-in-out;
  }

  .close-filter {
    display: block;
    text-align: end;
    float: right;
    padding: 3px 7px;
    font-size: 20px;
    background-color: #e1e1e1;
  }

  .cat-filters.show {
    left: 0;
    transition: left 0.3s ease-in-out;
  }

  .open-brand-filter {
    padding: 8px 20px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    width: 27%;
  }

  .top_filters {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    z-index: 9999;
    height: 100vh;
    overflow-x: scroll;
    transition: right 0.3s ease-in-out;
  }

  .top_filters.show {
    right: 0;
    transition: right 0.3s ease-in-out;
  }

  .top_filters .cat-list.d-flex.brand li {
    width: 50%;
    display: flex;
  }

  .Filter-by-Color {
    margin-top: 6px;
  }

  .Sort-by-Price {
    margin-top: 6px;
  }

  .close-top-filter {
    display: block;
    text-align: end;
    float: right;
    padding: 3px 7px;
    font-size: 20px;
  }

  .prd-list {
    width: 100%;
  }

  .prd-list > .col {
    max-width: 212px;
    width: 212px;
    margin: 10px 6px;
    flex: 1 0 auto;
  }

  .dp-filters {
    flex-direction: column;
  }

  .dropdown_filters {
    width: 100%;
  }

  .related_prd {
    width: calc(100% - 0px);
    padding: 0 30px;
    padding-left: 0px;
    margin-top: 30px;
  }

  .related_prd .col {
    width: 90%;
    margin: 0 0px;
  }
  .specs .list-unstyled {
    margin-bottom: 10px;
    height: 100px;
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1210px) {
  .top-link li {
    margin-right: 7px;
  }

  .top-link a {
    font-size: 9px;
  }

  .top-link i {
    font-size: 17px !important;
  }

  .nav-link,
  .top_offers .col-5d-6,
  .search_bar .top-link a {
    font-size: 10px;
  }

  #navbarNav .nav-item {
    margin: 0 6px;
  }

  .search_bar .top-link.justify-content-end li.list-item {
    padding: 10px 5px;
    /* font-size: 13px; */
  }

  .location-dropdown h6 {
    text-align: left !important;
    font-size: 13px;
  }

  .offer_navbtn {
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
  }

  .megamenu ul li a {
    color: #000;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 3px;
    display: inline-block;
    transition: 0.4s all;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1280px) {
  .top-link a {
    font-size: 11px;
  }

  .nav-link,
  .top_offers .col-5d-6,
  .search_bar .top-link a {
    font-size: 12px;
  }

  .search_bar .top-link.justify-content-end li .dropdown .btn {
    font-size: 12px;
  }

  .footer-menu ul {
    gap: 10px;
  }

  .footer-menu ul li a {
    font-size: 10.5px;
  }

  .footer-menu ul li .nav-link {
    font-size: 12px;
  }
}

.pi-lower-price-container {
  position: absolute;
  z-index: 3;
  height: 0;
  pointer-events: none;
  width: 100%;
}

.pi-lower-price {
  height: 200px;
  overflow: hidden;
  width: 100%;
  left: 60px;
  position: absolute;
}

.pi-gallery .pi-lower-price {
  width: 150px;
  left: 0;
  right: 0;
  margin: auto;
}

.pi-lower-price-label {
  position: absolute;
  bottom: 120px;
  left: -40px;
  width: 250px;
  font-size: 8pt;
  letter-spacing: -0.1pt;
  color: #fff;
  text-align: center;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  white-space: nowrap;
  background: rgba(48, 48, 48, 0.8);
  padding: 3px;
}

.pi-lower-price-mobile {
  display: none;
  border-radius: 2px;
  margin-top: 5px;
  padding: 5px;
  font-size: 10pt;
  color: #fff;
  background: #333;
  text-align: center;
}

.pi-lower-price-mobile > div {
  line-height: normal !important;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  .col-12.listpage {
    padding: 0;
  }

  .second-spec_navs {
    display: none;
  }

  .pi-lower-price {
    left: 0px;
    position: absolute;
  }

  .grid-box-col .pi-lower-price {
    width: 90%;
    height: 180px;
    left: 0;
  }

  .grid-box-col .pi-lower-price-label {
    position: absolute;
    bottom: 90px;
    left: -48px;
    width: 225px;
    font-size: 7pt;
    letter-spacing: -0.1pt;
    color: #fff;
    transform: rotate(-53deg);
  }

  .sec_title:before {
    display: none;
  }

  .product_box {
    height: 500px;
  }

  .product-modal p {
    font-size: 13px;
  }

  .carousel-control-prev {
    position: absolute;
    top: 70% !important;
    left: 4% !important;
    width: 30px !important;
    height: 30px !important;
  }

  .carousel-control-next {
    position: absolute;
    top: 70% !important;
    right: 80% !important;
    width: 30px !important;
    height: 30px !important;
  }

  .detailpage .left_img {
    height: 300px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 820px) {
  .carousel-control-next {
    right: 80% !important;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 3200px) {
  .pi-lower-price {
    left: 25px;
  }
}

.error {
  color: red;
}

.loader {
  font-size: 30px;
  display: none;
}

.flash-sections {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 100;
  min-width: 350px;
}

.flash-sections .alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flash-sections .alert p {
  margin: 0;
  width: 100%;
}

.flash-sections i {
  font-size: 20px;
}

.col-lg-12 .offer-box img {
  transition: all 0.3s linear;
  height: 100%;
  object-fit: cover;
}

.display-type-filter {
  cursor: pointer;
  color: #393939;
}

table.table.feature-table.table-striped.table-bordered {
  text-transform: capitalize;
}

.search-result {
  position: absolute;
  z-index: 99;
  margin-top: 10px;
  background-color: #fff;
  width: 100%;
  max-height: 400px;
  overflow: auto;
}

.search-result::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.search-result::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.search-result::-webkit-scrollbar-thumb {
  background: #888;
}

.search-result .search-item {
  display: flex;
  padding: 5px 12px;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #cccc;
}

.search-result .search-item img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.search-result .search-item span {
  color: #000;
  font-size: 14px;
}

.search-result p {
  text-align: center;
}

.show-coupon {
  padding: 10px;
  margin: 5px 0px;
  border: 1px solid var(--theme-blue);
  border-radius: 2px;
  position: relative;
  font-size: 10px;
}

.show-coupon i {
  color: red;
  position: absolute;
  font-size: 18px;
  right: 0px;
  top: 5px;
}

.product_Dimensions ul {
  padding-left: 0;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: left;
  row-gap: 6px;
}

.product_Dimensions ul li {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 15px;
  margin: 0 5px;
  width: 130px;
  text-align: center;
  cursor: pointer;
}

.product_Dimensions .price {
  font-size: 14px;
  color: #cc0202;
}

.product_Dimensions ul li:hover {
  border-color: #cc0202;
}

.product_size ul {
  padding-left: 0;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: left;
  row-gap: 6px;
}

.product_size ul li {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  margin: 0 5px;
  text-align: center;
  position: relative;
}

.product_size ul li input[type="radio"] {
  position: absolute;
  top: 0;
  opacity: 0;
}

.product_size ul li label {
  padding: 5px 10px;
}

.product_size ul li input[type="radio"]:checked + label {
  background: #064083;
  color: #fff;
  border-color: #064083;
  border-radius: 5px;
}

.product_size ul li input[type="radio"]:checked + label .price {
  color: #fff;
}

.product_size .price {
  font-size: 14px;
  color: #cc0202;
}

.product_size ul li:hover {
  border-color: #064083;
}

.prd_ou_of_stock {
  align-self: center;
  background: red;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-box h3 {
    font-size: 16px;
  }

  .col-12.pre-footer1 h4 {
    color: #000;
    font-size: 18px;
  }

  .col-12.pre-footer1 p {
    font-size: 14px;
  }

  .nav-link img {
    max-width: 18px;
    margin-left: -1px;
  }

  .detailpage .left_img {
    height: 300px;
  }

  .ratings i {
    padding: 4px 2px;
    margin-left: 5px;
  }

  .add-it a.add-cart {
    padding: 12px 15px;
  }

  .pd-financing-plan {
    flex-direction: column;
    border: none !important;
  }

  .pd-financing-plan {
    border-radius: 10px;
  }

  #relatedProduct .owl-prev {
    left: 85%;
  }

  .detailpage .owl-prev {
    position: absolute;
    top: 15%;
    left: -10%;
  }

  .detailpage .owl-next {
    position: absolute;
    top: 15%;
    right: -10%;
  }

  #relatedProduct .owl-prev,
  #recentlyViewProduct .owl-prev {
    position: absolute;
    top: -13%;
    left: 85% !important;
  }

  #relatedProduct .owl-next,
  #recentlyViewProduct .owl-next {
    top: -13%;
  }

  .wrapper .col-12,
  .wrapper .col-12.fullwidth .row {
    padding-left: 11px;
    padding-right: 11px;
  }

  .warranty .col-lg-3.a-d-name.text-center {
    width: 30%;
  }

  .radio-button {
    margin-bottom: 20px;
  }

  .brand-sec .col-md-2 {
    padding: 0px 10px;
    margin-bottom: 90px;
    width: 16% !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1134px) {
  .carousel-control-next {
    right: 85% !important;
  }

  .search_bar .top-link.justify-content-end li .dropdown .btn {
    font-size: 9px !important;
  }

  .carousel-control-prev {
    position: absolute;
    top: 70% !important;
    left: 4% !important;
    width: 30px !important;
    height: 30px !important;
  }

  .carousel-control-next {
    position: absolute;
    top: 70% !important;
    right: 87% !important;
    width: 30px !important;
    height: 30px !important;
  }

  #mainBanner .owl-prev {
    top: 70%;
  }

  #mainBanner .owl-next {
    right: 85%;
    top: 70%;
  }

  #collection .owl-prev {
    top: -19%;
    left: 90% !important;
  }

  .col-md-37 {
    width: 34%;
  }

  .brands-list .owl-prev {
    left: 90%;
  }

  .product-modal p {
    font-size: 13px;
  }

  .s_b_c .col-md-3 {
    flex: 0 0 auto;
    width: 20% !important;
  }

  .category-box h3 {
    font-size: 16px;
  }

  .gallery-view {
    padding: 3px 3px;
  }

  .prd-list > .col {
    max-width: 208px;
    width: 208px;
    margin: 10px 5px;
    flex: 1 0 auto;
  }

  .col-md-4.ps-lg-5.Sort-by-Price {
    padding-top: 0px !important;
  }

  .detailpage .left_img {
    height: 300px;
  }

  .ratings i {
    padding: 4px 2px;
    margin-left: 5px;
  }

  .add-it a.add-cart {
    padding: 12px 7px;
    font-size: 12px;
  }

  span.ratings {
    display: block;
  }

  ul.list-unstyled.d-flex.pdf_list {
    display: block;
  }

  #relatedProduct .owl-prev,
  #recentlyViewProduct .owl-prev {
    position: absolute;
    top: -13%;
    left: 85% !important;
  }

  #relatedProduct .owl-next,
  #recentlyViewProduct .owl-next {
    top: -13%;
  }

  .brand-sec .col-md-2 {
    padding: 0px 10px;
    margin-bottom: 90px;
    width: 16% !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* new kitchen css  */

.product-modal.kitchen_modal p {
  font-size: 14px;
}

.product_box .prd_details .kitchen_prd_name {
  min-height: 60px;
}

.product_box .prd_details .kitchen_prd_name a {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}

.specs.kitchen_specs .list-unstyled {
  margin-bottom: 10px;
  height: 150px;
  overflow-y: scroll;
}

.pi-price-package {
  width: 160px;
  display: flex;
  justify-content: end;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}

.pi-price-package .stripe {
  text-decoration: line-through;
}

.finalPrice {
  font-weight: bold;
  color: #c51230;
}

.distributor_img img {
  width: 100px;
}

.package_image {
  height: 170px;
  width: 100%;
  padding: 10px;
}

.package_image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.package_card {
  outline: 1px solid #e1e1e1;
  text-align: center;
  margin-top: 20px;
}

.package_addCart {
  background-color: var(--theme-blue);
  color: #fff;
  padding: 6px 0;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.package_addCart a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.package_addCart:hover {
  background-color: transparent;
  border: 1px solid var(--theme-blue);
}

.package_addCart:hover a {
  color: #000;
}

.package_card h2 {
  color: #767676;
  font-size: 14px;
  padding: 5px 0;
  margin-bottom: 0;
}

.package_card .package_sku {
  color: #333;
  font-size: 15px;
  margin-bottom: 0;
  padding: 5px 0;
}

.package_card .package_price {
  font-size: 16px;
  color: #000;
  font-weight: 800;
  margin-top: 5px;
  margin-bottom: 15px;
}

.pd-prod-price-block {
  vertical-align: top;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f2f2f2;
  padding: 10px 20px;
}

.pd-prod-price-block .pd-prod-price-block-row {
  display: flex;
  width: 100%;
  margin: 5px 0;
}

.pd-prod-price-block .pd-prod-price-block-row div.pd-final-price-wrap {
  align-items: center;
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
}

.pd-prod-price-block
  .pd-prod-price-block-row
  div.pd-final-price-wrap:last-child {
  margin-left: auto;
  flex-grow: 0;
  max-width: 115px;
  flex-direction: column;
  line-height: 0.7em;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
}

.pd-final-price-wrap.final_price {
  font-size: 20px;
  color: #c51230;
}

.strap {
  text-decoration: line-through;
}

.pd-online-price-val {
  font-size: 16px;
  color: #000;
  text-align: right;
  vertical-align: top;
  padding-bottom: 5px;
}

.product_rating .ratings i {
  padding: 2px;
  background: #f7941d;
  margin-left: 4px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
}

.product_rating h5 {
  color: #434343;
  font-weight: 400;
  font-size: 18px;
}

.product_rating h4 {
  font-size: 20px;
}

.pr-button {
  outline: none;
  font-size: 12px !important;
  padding: 5px 10px !important;
  display: inline-block;
  border: 1px solid #eee !important;
  border-radius: 2px;
  background: #f9f9f9;
  color: #000 !important;
}

.detailpage.kitchen_package .thumbs img {
  max-width: 85px;
  margin-bottom: 0px;
  height: 65px;
}

.action_btns {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-top: 20px;
}

.product_box.kitchen_box .prd_details .kitchen_prd_name {
  min-height: auto;
}

.product_box.kitchen_box .prd_details .kitchen_prd_name a {
  font-weight: 700;
}

.specs.kitchen_specs.spec-1 {
  height: 230px;
  overflow-y: scroll;
}

.specs.kitchen_specs.spec-1 hr {
  display: none;
}

.specs.kitchen_specs.spec-1::-webkit-scrollbar {
  width: 2px;
}

.specs.kitchen_specs.spec-1::-webkit-scrollbar-track {
  background: transparent;
}

.specs.kitchen_specs.spec-1::-webkit-scrollbar-thumb {
  background: #b4b4b4;
}

.specs.kitchen_specs.spec-1::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.product-modal.kitchen_modal {
  min-height: 80px;
}

p.kitchen-spec-title {
  font-weight: 600;
  color: #000;
  font-size: 13.5px;
  padding-top: 10px;
}

.specs.kitchen_specs .list-unstyled {
  margin-bottom: 0px;
  height: auto !important;
  overflow-y: auto !important;
}

@media only screen and (max-width: 767px) {
  .product_box {
    height: 100%;
  }

  .pi-price-package {
    width: 60px;
  }

  .package_card {
    width: 46%;
    display: inline-block;
    margin: 3% 1.4%;
  }

  .package_image {
    height: auto;
  }

  .package_card h2 {
    height: 80px;
  }
}

@media only screen and (min-width: 408px) and (max-width: 460px) {
  .prd-list > .col {
    width: 190px;
    margin: 10px auto;
    flex: 1 0 auto;
    max-width: 190px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  .pi-price-package {
    width: 100px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .pi-price-package {
    width: 80px;
    font-size: 13px;
    margin-top: 7px;
  }

  .form-check-label {
    font-size: 11px !important;
    font-weight: 400;
    /* font-family: Roboto; */
  }

  .store-place {
    font-size: 46px;
    position: relative;
  }

  .top_filters input[type="checkbox"] {
    height: 12px;
    width: 12px;
  }

  .mbl-burger input {
    font-size: 12px;
  }

  .deal_SKU {
    margin-top: 10px;
    font-size: 12px;
  }

  .deal_price {
    font-size: 16px !important;
    color: #a51522;
    font-weight: 600;
    margin-top: 12px !important;
  }

  .hot-deal-category-name {
    padding: 2px;
    color: #000;
    font-size: 14px;
  }

  .section.sec-padding.hotDeals_sec {
    padding-top: 0;
  }

  .prd-list.kitchen_prd {
    width: calc(100% - 100px);
  }

  .list-price {
    font-size: 13px;
  }

  .footer-menu ul {
    gap: 11px;
  }

  .footer-menu ul li a {
    font-size: 12px;
  }

  .footer-menu ul li .nav-link {
    font-size: 12px;
  }

  .footer-menu ul li {
    margin-right: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .pi-price-package {
    width: 100px;
    font-size: 14px;
  }

  .package_card {
    width: 46%;
    display: inline-block;
    margin: 3% 1.4%;
  }

  .footer-menu ul li {
    font-size: 13px !important;
    margin-right: 5px;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1460px) {
  .nav-link,
  .top_offers .col-5d-6,
  .search_bar .top-link a {
    font-size: 13px !important;
  }

  #navbarNav .nav-item {
    margin: 0 4px !important;
  }
}

@media only screen and (min-width: 1599px) and (max-width: 1799px) {
  .nav-link,
  .top_offers .col-5d-6,
  .search_bar .top-link a {
    font-size: 14px !important;
  }

  #navbarNav .nav-item {
    margin: 0 10px !important;
  }
}

@media only screen and (min-width: 1899px) and (max-width: 3200px) {
  .pi-price-package {
    width: 70px;
    font-size: 15px;
  }

  .nav-link,
  .top_offers .col-5d-6,
  .search_bar .top-link a {
    font-size: 18px !important;
  }

  #navbarNav .nav-item {
    margin: 0 14px !important;
  }
}

@media only screen and (min-width: 3200px) and (max-width: 6100px) {
  #navbarNav .nav-item {
    margin: 0 5px;
  }
}

@media only screen and (min-width: 1299px) and (max-width: 1399px) {
  .nav-link,
  .top_offers .col-5d-6,
  .search_bar .top-link a {
    font-size: 13px !important;
  }

  #navbarNav .nav-item {
    margin: 0 12px !important;
  }

  .footer-menu ul {
    gap: 13px;
  }

  .footer-menu ul li {
    font-size: 13px !important;
  }

  .footer-menu ul li {
    margin-right: 12px;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1299px) {
  .nav-link,
  .top_offers .col-5d-6,
  .search_bar .top-link a {
    font-size: 12px !important;
  }

  #navbarNav .nav-item {
    margin: 0 12px !important;
  }
}

/* new */
.cat-menu-thumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
  padding-bottom: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: table-cell;
  vertical-align: top;
}

.megamenu ul li a {
  padding: 3px 0 !important;
}

.cat-menu-thumbnail {
  display: table-cell;
  vertical-align: top;
}

.cat-img-ul {
  display: table-cell;
  padding-left: 10px;
}

/* hotDeal css */

.hotDeals_sec .owl-stage {
  padding-top: 10px !important;
}

.hotDeal {
  background-color: #fff;
  padding: 10px;
  margin: 0 10px;
  box-shadow: 0 0 10px #00000045;
}

.hot_deal_image {
  height: 180px;
  width: 100%;
}

.hot_deal_content {
  text-align: center;
}

.hot_deal_text {
  background-color: #a51522;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.hot_deal_image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.deal_SKU {
  margin-top: 20px;
  margin-bottom: 0;
  color: #000;
}

.deal_price {
  font-size: 20px;
  color: #a51522;
  font-weight: 600;
  margin-top: 15px;
}

#hotDealsSlide .owl-prev {
  position: absolute;
  top: -18%;
  left: 92%;
  border: 1px solid var(--theme-blue);
  color: var(--theme-blue);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

#hotDealsSlide .owl-prev:hover {
  background-color: var(--theme-blue);
  color: #fff;
}

#hotDealsSlide .owl-prev i {
  color: var(--theme-blue);
  font-size: 12px;
}

#hotDealsSlide .owl-prev:hover i {
  color: #fff;
}

#hotDealsSlide .owl-next {
  position: absolute;
  top: -18%;
  right: 1%;
  border: 1px solid var(--theme-blue);
  color: var(--theme-blue);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

#hotDealsSlide .owl-next:hover {
  background-color: var(--theme-blue);
  color: #fff;
}

#hotDealsSlide .owl-next i {
  color: var(--theme-blue);
  font-size: 12px;
}

#hotDealsSlide .owl-next:hover i {
  color: #fff;
}

#hotDeals .owl-prev,
#hotDeals2 .owl-prev,
#hotDeals3 .owl-prev,
#hotDeals4 .owl-prev,
#hotDeals5 .owl-prev,
#hotDeals6 .owl-prev {
  position: absolute;
  top: 45%;
  left: 4% !important;
  border: 1px solid var(--theme-blue)!important;
  color: var(--theme-blue);
  border-radius: 50% !important;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}

#hotDeals .owl-prev:hover,
#hotDeals2 .owl-prev:hover,
#hotDeals3 .owl-prev:hover,
#hotDeals4 .owl-prev:hover,
#hotDeals5 .owl-prev:hover,
#hotDeals6 .owl-prev:hover {
  background-color: var(--theme-blue)!important;
  color: #fff;
}

#hotDeals .owl-prev i,
#hotDeals2 .owl-prev i,
#hotDeals3 .owl-prev i,
#hotDeals4 .owl-prev i,
#hotDeals5 .owl-prev i,
#hotDeals6 .owl-prev i {
  color: var(--theme-blue);
  font-size: 12px;
}

#hotDeals .owl-prev:hover i,
#hotDeals2 .owl-prev:hover i,
#hotDeals3 .owl-prev:hover i,
#hotDeals4 .owl-prev:hover i,
#hotDeals5 .owl-prev:hover i,
#hotDeals6 .owl-prev:hover i {
  color: #fff !important;
}

#hotDeals .owl-next,
#hotDeals2 .owl-next,
#hotDeals3 .owl-next,
#hotDeals4 .owl-next,
#hotDeals5 .owl-next,
#hotDeals6 .owl-next {
  position: absolute;
  top: 45%;
  right: 4% !important;
  border: 1px solid var(--theme-blue)!important;
  color: var(--theme-blue);
  border-radius: 50% !important;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}

#hotDeals .owl-next:hover,
#hotDeals2 .owl-next:hover,
#hotDeals3 .owl-next:hover,
#hotDeals4 .owl-next:hover,
#hotDeals5 .owl-next:hover,
#hotDeals6 .owl-next:hover {
  background-color: var(--theme-blue)!important;
  color: #fff;
}

#hotDeals .owl-next i,
#hotDeals2 .owl-next i,
#hotDeals3 .owl-next i,
#hotDeals4 .owl-next i,
#hotDeals5 .owl-next i,
#hotDeals6 .owl-next i {
  color: var(--theme-blue);
  font-size: 12px;
}

#hotDeals .owl-next:hover i,
#hotDeals2 .owl-next:hover i,
#hotDeals3 .owl-next:hover i,
#hotDeals4 .owl-next:hover i,
#hotDeals5 .owl-next:hover i,
#hotDeals6 .owl-next:hover i {
  color: #fff !important;
}

.megamenu .col-md-3.sub-item {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.megamenu .col-md-3.sub-item:nth-child(4),
.megamenu .col-md-3.sub-item:nth-child(8) {
  border-right: none;
}

.fin_wrap .fin_icon {
  height: 120px;
  width: 120px !important;
  border-radius: 100px;
  background-color: var(--theme-blue);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.fin_wrap .nav-pills .nav-link.active,
.fin_wrap .nav-pills .show > .nav-link {
  color: #000 !important;
  background-color: #fff !important;
  border: 2px solid #064083;
}

.pd-multi-offer {
  font-size: 13px;
  margin: 20px 0;
}

.pd-multi-offer-title {
  z-index: 2;
  background: #a51522;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-left: 15px;
  padding: 4px 8px;
  box-shadow: 0 -5px 0 #fff;
}

.pd-multi-offer-container {
  display: block;
}

.pd-multi-offer-container {
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #a51522;
  text-align: left;
  margin-top: -10px;
  /* margin-bottom: 0; */
  padding: 15px;
}

.pd-multi-offer-container.visible {
  display: none;
}

.hot-deal-category-name {
  text-align: center;
  background: #ccc;
  padding: 5px;
  color: #000;
  border-radius: 5px;
}

div#prd-image-container {
  height: 330px;
}

div#hotDealsSlide {
  height: 440px;
}

div#hotDealsSlide .owl-stage-outer{
  height: 440px;
}

.hotDeal {
  height: 392px !important;
}

/* @media only screen and (min-width: 2100px) and (max-width: 2300px) {
  div#hotDealsSlide {
    height: 37vh !important;
  }
} */
@media only screen and (min-width: 1600px) and (max-width: 3200px) {
  div#hotDealsSlide {
    height: 430px;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1280px) {
  .hotDeal {
    height: 100% !important;
    padding: 10px 5px;
  }
}

/* new css 10-05-2024 */

.install-doc-content ul li {
  list-style: circle !important;
  text-transform: none !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button {
    color: #000000;
    margin-bottom: 5px;
    background-color: #ededed;
    --bs-accordion-active-bg: var(--theme-blue);
    --bs-accordion-active-color: #fff;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
/* edited */

.sub_main_bar .megamenu {
  position: relative;
}

.sub_megamenu {
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 450px;
  overflow-y: scroll;
  top: 100%;
  background: #fff;
  z-index: 9999;
  border-top: 1px solid #e2e2e2;
  visibility: hidden;
  opacity: 0;
  padding: 0 20px;
  box-shadow: 4px 5px 8px #0000002b;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.mbl_sub_menu {
  display: flex;
  justify-content: left;
  padding: 11px 8px 5px 8px;
  font-size: 14px;
}

.mbl_sub_menu a {
  color: #000;
}

.mbl_sub_sub_menu {
  padding: 7px;
  color: red;
}

.menu-back-text a {
  font-size: 14px;
  color: #000;
}

.detailpage .right-content .col-md-3.col-3.prd_brand {
  height: 50px;
}

.detailpage .right-content .col-md-3.col-3.prd_brand img {
  object-fit: contain;
}

.mbl_drop_menu {
  background-color: #eeeeee;
}

.mbl_sub_sub_menu {
  display: none;
  /* Hidden by default */
}

.mbl_sub_sub_menu.show {
  display: block;
  /* Show the menu when toggled */
}

@media only screen and (max-width: 768px) {
  .search-result {
    position: fixed;
    z-index: 999999;
    width: 73%;
  }

  .top_bar {
    background-color: #fff;
  }

  .hot_deal_image {
    height: 150px;
    width: 100%;
  }

  .deal_SKU {
    margin-top: 10px;
    font-size: 14px;
  }

  .hot_deal_text {
    padding: 3px 10px;
    font-size: 12px;
    margin-bottom: 0px;
  }

  .hot-deal-category-name {
    padding: 2px;
    font-size: 14px;
  }

  .hotDeal {
    height: 360px !important;
  }

  div#hotDealsSlide {
    padding: 0px 5px !important;
  }

  div#prd-image-container {
    height: 250px;
  }
}

@media only screen and (min-width: 1399px) and (max-width: 1450px) {
  .nav-link,
  .top_offers .col-5d-6,
  .search_bar .top-link a {
    font-size: 14px !important;
  }

  #navbarNav .nav-item {
    margin: 0 12px !important;
  }
}

@media only screen and (min-width: 1399px) and (max-width: 1450px) {
  .sub_megamenu {
    max-height: 400px;
    padding: 0 10px;
  }

  .cat-menu-thumbnail {
    width: 85px;
    height: 100px;
  }

  .sub_megamenu ul li a {
    font-size: 12px !important;
  }

  .megamenu .col-md-3.sub-item {
    padding: 30px 10px;
  }
}

@media only screen and (min-width: 1299px) and (max-width: 1399px) {
  .sub_megamenu {
    max-height: 400px;
    overflow-y: scroll;
    padding: 0 15px !important;
  }

  .cat-menu-thumbnail {
    width: 85px;
    height: 100px;
  }

  .sub_megamenu ul li a {
    font-size: 12px !important;
  }

  .megamenu .col-md-3.sub-item {
    padding: 30px 10px;
  }

  .product-title .sub-cat ul li a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 8px;
    font-size: 13px;
    text-transform: capitalize;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1299px) {
  .sub_megamenu {
    max-height: 400px;
    overflow-y: scroll;
    padding: 0 15px !important;
  }

  .cat-menu-thumbnail {
    width: 70px;
    height: 100px;
  }

  .store-address,
  .store-hrs {
    background-color: #004da516;
    padding: 20px 10px;
    /* border-radius: 10px; */
    height: 300px;
    font-size: 13px;
    text-transform: capitalize;
    /* margin-top: auto; */
  }

  .brands-list .owl-prev {
    position: absolute;
    top: -78%;
    left: 90%;
    border: 1px solid var(--theme-blue) !important;
    color: var(--theme-blue);
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
  }

  .sub_megamenu ul li a {
    font-size: 11px !important;
  }

  .megamenu .col-md-3.sub-item {
    padding: 30px 10px;
  }

  .product-title .sub-cat ul li a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 8px;
    font-size: 13px;
    text-transform: capitalize;
  }

  .product-title .sub-cat ul li a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 7px !important;
    font-size: 12px !important;
    text-transform: capitalize;
  }
}

@media only screen and (min-width: 1012px) and (max-width: 1199px) {
  .sub_megamenu {
    max-height: 400px;
    overflow-y: scroll;
    padding: 0 15px !important;
  }

  .cat-menu-thumbnail {
    width: 60px;
    height: 100px;
  }

  .sub_megamenu ul li a {
    font-size: 10px !important;
  }

  .megamenu .col-md-3.sub-item {
    padding: 30px 10px;
  }

  .store-address,
  .store-hrs {
    padding: 20px 10px;
    font-size: 10px;
  }

  .store-place::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 31%;
    height: 3px;
    width: 70%;
    background-color: var(--theme-blue);
  }
}

@media only screen and (min-width: 1680px) and (max-width: 1999px) {
  .sub_megamenu {
    height: 500px;
    overflow-y: scroll;
    padding: 0 15px !important;
  }

  .cat-menu-thumbnail {
    width: 100px;
    height: 100px;
  }

  .sub_megamenu ul li a {
    font-size: 16px !important;
  }

  .megamenu .col-md-3.sub-item {
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 2299px) and (max-width: 3999px) {
  .nav-link,
  .top_offers .col-5d-6,
  .search_bar .top-link a {
    font-size: 18px !important;
  }

  .sub_megamenu {
    max-height: 700px;
    overflow-y: scroll;
    padding: 0 15px !important;
  }

  .cat-menu-thumbnail {
    width: 100px;
    height: 100px;
  }

  .sub_megamenu h5 a {
    font-size: 20px;
  }

  .sub_megamenu ul li a {
    font-size: 18px !important;
  }

  .megamenu .col-md-3.sub-item {
    padding: 30px 15px;
  }
}

.size-section.list {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 10px;
  justify-content: center;
  gap: 5px;
  position: relative;
  z-index: 2 !important;
}

.size-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  /* position: relative;
  z-index: 0; */
  justify-content: left;
}

.size-section.list .col-lg-2 {
  width: auto;
  padding: 0px;
  margin: 0px;
  min-width: 25px;
  min-height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccc;
  border-radius: 5px !important;
  font-size: 13px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  cursor: pointer;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.size-section.list .col-lg-2:hover {
  background-color: var(--theme-blue);
  color: #fff;
}

.size-section .col-lg-2 {
  width: auto;
  padding: 7px 30px;
  border-radius: 5px !important;
  margin: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccc;
  font-size: 14px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  /* position: relative; */
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.size-section .col-lg-2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  z-index: 1;
  transform: translate(3px, 1.5px);
  -webkit-transform: translate(3px, 1.5px);
  -moz-transform: translate(3px, 1.5px);
  -ms-transform: translate(3px, 1.5px);
  -o-transform: translate(3px, 1.5px);
}

.size-section .col-lg-2:hover {
  border: 1px solid var(--theme-blue);
}

.size-section .col-lg-2 p {
  color: #393939;
  padding: 0;
  margin: 0;
  font-size: 17px;
}

.size-section .col-lg-2 span {
  color: #5f5f5f;
}

.size-section.list .col-lg-2:hover p {
  color: #fff;
}

.size-section .col-lg-2.active {
  background-color: var(--theme-blue);
  color: #fff;
}

.size-section .col-lg-2.active p {
  color: #fff !important;
}

.size-section .col-lg-2.active span {
  color: #fff;
}

.nav-item.subsub_megamenu {
  margin: 0 6.5px !important;
  padding: 2px 0;
}

.col-12.top_filters .col-lg-2.mb-2 {
  width: 12% !important;
}

.grid-box-col .size-section.list {
  flex-wrap: wrap;
  justify-content: left;
  margin-left: 1px;
}

.top_filters .col-lg-4{
  display: flex;
  gap: 5px;
}
.top_filters .form-check-label{
  width: 80%;
}
@media only screen and (min-width: 1799px) and (max-width: 1999px) {
  .top_filters .form-check-label{
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1999px) and (max-width: 2399px) {
  .megamenu {
    position: absolute;
    left: 5%;
    width: 90%;
    top: 100%;
  }
  .top_filters .form-check-label{
    font-size: 15px !important;
  }
}

@media only screen and (min-width: 2400px) and (max-width: 2599px) {
  .megamenu {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 100%;
  }
  .top_filters .form-check-label{
    font-size: 15px !important;
  }
}

@media only screen and (min-width: 2600px) and (max-width: 3299px) {
  .megamenu {
    position: absolute;
    left: 16%;
    width: 68%;
    top: 100%;
  }
  .top_filters .form-check-label{
    font-size: 15px !important;
  }
}

@media only screen and (min-width: 1299px) and (max-width: 1440px) {
  #navbarNav .nav-item .nav-item.subsub_megamenu {
    margin: 0 5px !important;
    padding: 2px 0;
  }

  .megamenu ul li a {
    color: #000;
    font-size: 12px !important;
  }

  .col-12.top_filters .col-lg-2.mb-2 {
    width: 13% !important;
  }

  .form-check-label {
    font-size: 13px;
  }

  .page-link {
    padding: 5px 8px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .fin_wrap .fin_icon {
    height: 80px !important;
    width: 80px !important;
  }

  .nav-pills .nav-link {
    font-size: 9px;
  }

  .gallery-view ul li {
    font-size: 12px;
    margin-right: 0px;
  }

  .col-12.top_filters .col-lg-2.mb-2 {
    width: 13% !important;
  }
}

@media only screen and (max-width: 767px) {
  .size-section.list {
    /* flex-wrap: wrap; */
    padding: 10px;
    justify-content: flex-start;
    width: 100%;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }

  .size-section.list .col-lg-2 {
    white-space: nowrap;
  }

  .price {
    padding: 0 0px;
  }

  .product-modal {
    padding: 10px 5px;
  }

  #recentlyViewProduct .owl-prev {
    position: absolute;
    top: -16% !important;
  }

  #recentlyViewProduct .owl-next {
    position: absolute;
    top: -16% !important;
  }

  .tt_price {
    font-size: 16px;
  }

  .vcv-timeline {
    flex-wrap: wrap;
  }

  .cart-item-wrapper {
    display: flex;
    align-items: center;
  }
  .prd_actions {
    right: -78% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .vcv-timeline {
    flex-wrap: wrap;
  }
  .cart_sec .warranty {
    margin-top: 0px;
    background-color: #efefef;
    background-color: white;
    padding: 10px 15px !important;
    border-radius: 15px;
  }
  .sec_title1 {
    position: relative;
    display: block;
    font-size: 22px;
  }
  .prd_actions {
    right: -78% !important;
  }
  .price {
    width: 100%;
    padding: 0 0px;
  }
  #mainBanner .owl-next {
    right: 80%;
  }
  .store_img {
    height: 200px !important;
  }
  .store_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sub-cat.col-md-10.pe-4 {
    z-index: 0 !important;
  }
}

@media only screen and (min-width: 2199px) and (max-width: 3200px) {
  .detailpage .right-content .col-md-3.col-3.prd_brand img {
    object-fit: contain;
    width: 70% !important;
  }
  .top-link .dropdown-menu.show {
    display: block;
    width: 300px !important;
  }
  .search_bar .top-link.justify-content-end li .dropdown li {
    margin: 0;
    padding: 5px 0px;
  }
}


.category-range-filter {
  -webkit-appearance: none;
  width: 100%;
  height: 14px;
  margin: 4px 5px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}


.category-range-filter::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: #000;
  cursor: pointer;
}

.category-range-filter::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #000;
  cursor: pointer;
}




.price-range-filter {
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  margin: 0px 5px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}


.price-range-filter::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #000;
  cursor: pointer;
}

.price-range-filter::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #000;
  cursor: pointer;
}


/* .cat-filters input[type=range]::-webkit-slider-runnable-track, .top_filters input[type=range]::-webkit-slider-runnable-track {
  background: #2f2f2f;
  border-radius: 0px !important;
  height: 15px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.cat-filters input[type=range]::-moz-range-track, .top_filters input[type=range]::-moz-range-track {
  background: #2f2f2f;
  border-radius: 0px !important;
  height: 15px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.cat-filters input[type=range]::-webkit-slider-thumb, .top_filters input[type=range]::-webkit-slider-thumb{
  position: relative !important;
  width: 8px !important;
  height: calc(100% + 16px) !important;
  background: #fafafa !important;
  border-radius: 4px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.cat-filters input[type=range]::-moz-range-thumb {
  position: relative;
  width: 8px;
  height: calc(100% + 16px);
  background: #fafafa;
  border: 1px solid #fafafa;
  border-radius: 4px;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.cat-filters input[type=range]::-ms-thumb {
  position: relative;
  width: 8px;
  height: calc(100% + 16px);
  background: #fafafa;
  border: 1px solid #fafafa;
  border-radius: 4px;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.cat-filters input[type=range]:active::-webkit-slider-thumb, .top_filters input[type=range]:active::-webkit-slider-thumb {
  background: #a51522 !important;
}
.cat-filters input[type=range]:active::-moz-range-thumb {
  background: #a51522 !important;
}
.cat-filters input[type=range]:active::-ms-thumb {
  background: #a51522 !important;
} */

.row.mb-4.size-section.list{
  height: 23px !important;
}