/** Shopify CDN: Minification failed

Line 4929:1 Expected identifier but found whitespace
Line 5104:2 Unexpected "{"
Line 6711:0 Expected "}" to go with "{"

**/
/*Main Css */

predictive-search .spinner {
  width: 24px !important;
  height: 24px !important;
}
/* .mx-width-full .container-fluid {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
} */

/* .index-slider {
  visibility: hidden;
}
.slick-initialized {
  visibility: visible;
}
 */

#Globo-Back-In-Stock-Popup .Polaris-Modal-Dialog__Container {
  pointer-events: all;
}
.buy-now-btn-custom {
    display: none !important;
}
/* @media (min-width:767px)
{
  .index-slider {
  visibility: hidden;
  display:none;
}

.slick-initialized {
  display:block;
   visibility: visible;
}
} */

@media (max-width:767px){

  .index-slider{
    height:160px;
    overflow:hidden;
  }

  .index-slider.slick-initialized{
    height:auto;
  }
}


::selection {
  background: #f9c322;
  color: #000;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #f9c322;
}

/* Tabbing CSS */

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

/* Accordion CSS */

.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
  /* font-family: 'Gotham'; */
font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  background-color: #f7f7fa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration:none;
}

a:hover {
  color: #f9c322;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;

  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */

.pad-sec {
}

.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Heading Classes */

.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.hding-2 h2 {
}

.hding-3 h3 {
}

.hding-4 h4 {
}

.hding-5 h5 {
}

.hding-6 h6 {
}

.para {
}

.highlighted {
  color: #f9c322;
}

/* Custom Slick Css */

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 15px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 10px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f9c322;
}

/*header css*/

header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  padding: 10px 0 10px;
  background-color: #fff;
  position: relative;
  width: 100%;
top: 0;
z-index: 9;
}


.main-header-menu {
  border-top: 1px solid rgb(227, 227, 227);
  text-align: center;
  padding-top: 10px;
  /* padding-bottom: 10px; */
  display:none;
/*   visibility:hidden;
  opacity:0;
  transition:all 0.3s linear; */
}


.header-menu-btn {
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 24px;
  justify-content: space-evenly;
}
.header-menu-btn span {
  background-color: #102f53;
  height: 2px;
  width: 100%;
}
.header-menu-btn span:nth-child(2) {
  width: 80%;
}

/* .header-main-menu-wrapper {
    display: none;
} */
.header-main-menu-wrapper {
  position: relative;
}
.header-nav {
  position: absolute;
  left: -50px;
  top: calc(100% + 10px);
  width: 255px;
  background-color: #fff;
  box-shadow: 0 0 7px 1px rgba(0,0,0,.2);
  padding: 10px 0px;
  border-radius: 5px;
  z-index: 5;
  visibility:hidden;
  opacity:0;
  transition: visibility 0s linear .3s,opacity .3s linear;
  pointer-events: none;
}


.header-nav::before {
  content: "";
  top: -10px;
  position: absolute;
  left: 50px;
  z-index: 5;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  transform: rotate(45deg);
  border-bottom-color: transparent;
  border-right: transparent;
}

.header-nav.header-nav-active{
   opacity: 1;
visibility: visible;
transition-delay: 0s;
  pointer-events: auto;
}


.header-nav>li>a {
  color: #000;
  font-size: 14px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px;
}

.header-nav > li > a:hover {
  background-color: #f9c322;
}


.header-child-nav {
  position: absolute;
  left: 100%;
  background-color:#fff;
  border: 1px solid #e6e6e6;
  border-radius: 0 8px 8px 0;
  z-index: 1;
  box-shadow: 3px 0 5px 3px #0000000a;
  width: 250px;
  top: 0;
  height: auto;
  min-height:100%;
  opacity:0;
  visibility:hidden;
  /* transition: visibility 0s linear .3s,opacity .3s linear; */
  z-index: inherit;
  pointer-events: none;
}


.header-nav>li:hover>.header-child-nav{
  opacity: 1;
visibility: visible;
transition-delay: 0s;
  pointer-events: auto;
}

.header-child-nav>li:hover .header-child-nav{
   opacity: 1;
visibility: visible;
transition-delay: 0s;
  pointer-events: auto;
}

.header-child-nav>li>a {
  color: #000;
  font-size: 14px;
  padding: 10px 5px;
  display: inline-flex;
width: 100%;
align-items: center;
justify-content: space-between;
}

.header-child-nav > li > a:hover {
  background-color: #f9c322;
}
/* .header-sticky .main-header-menu{
  opacity:1;
  visibility:visible;
} */
.header-menu-list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 1550px;
  margin: auto;
  gap: 10px;
}
.header-menu-list a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.header-menu-list a span {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
}

.header-menu-list a span img {
  height: 100%;
  object-fit: scale-down;
}

.header-menu-list a:hover{
  color:#f9c322;
}

.main-header {
}

.logo {
  display: inline-block;
}

.logo > video {
  max-width: 220px;
}

.logo img {
  display: block;
}

.header-info-bar {
  background-color:#102f53 !important;
  padding: 10px 0;
}

.header-info-bar p {
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: right;
  padding-right: 100px;
}
.hi-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.info-bar-menu > li {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.info-bar-menu a,
.header-store-locator {
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.5px;
}
.hi-bar-right p > a {
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.5px;
}
.hi-bar-right p > a > i,
.header-store-locator i {
  margin-right: 5px;
}

.main-header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header-deliver-btn {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.header-deliver-btn i {
  font-size: 10px;
}


.header-search-btn{
  border-radius: 10px;
background-color: #f9c322;
height: 100%;
width: 60px;
  border-top-left-radius: 0;
border-bottom-left-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search-wrap {
  width: 100%;
  max-width: 900px;
}
.header-search-wrap .search-modal__content{
 padding: 0;
width: 100%;
  height:auto;
}

.header-search-wrap input {
  width: 100%;
  padding: 0 15px !important;
height: auto;
  font-size: 16px;
  background-color: #f7f7fa;
}

.header-search-wrap .field__label {
  font-size: 14px;
  opacity: 0.6;
}

.header-search-wrap .search-modal {
  opacity: 1;
min-height: auto;
width: 100%;
position: static;
  background-color: transparent;
border-bottom: none;
}

.header-search-wrap .search-modal__content{
 padding: 0;
width: 100%;
  height:auto;
}


.header-search-wrap .field {
 height: 40px;
border: 1px solid #c4c4c4;
border-top-right-radius: 13px;
border-bottom-right-radius: 13px;
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
}

.header-search-wrap .predictive-search__heading {
  padding: 10px 0;
  font-size: 14px;
  margin: 0 15px;
}
.header-search-wrap .predictive-search__item {
  padding: 10px 15px;
  font-size: 14px;
}
.header-search-wrap .predictive-search__item-heading {
  font-size: 14px;
}

.header-search-wrap .predictive-search__result-group {
  height: 300px;
  overflow: auto;
}

.header-search-wrap .field::after,
 .header-search-wrap .field::before{
  content: none;
}

.field__input:focus-visible {
  box-shadow: none;
}


.header-search-wrap .reset__button.field__button {
  height: 30px;
width: 30px;
}
.header-search-wrap .reset__button.field__button svg {
  width: 22px;
  height: 22px;
}
.header-search-wrap input::placeholder {
  opacity: 1;
  font-size: 16px;
}

.section-header {
  position: static !important;
}


.price__container span, .price__container span s {
  font-size: 12px !important;
}

/* 
.header-search-wrap input {
  width: 100%;
}

.header-search-wrap .search-modal {
  opacity: 1;
  min-height:auto;
}
.header-search-wrap .search-modal__content{
 padding: 0;
width: 100%;
  height:auto;
}

.header-search-wrap .search-modal.modal__content {
  position: static;
  width: 100%;
}
.header-search-wrap .field::after,
 .header-search-wrap .field::before{
  content: none;
}
 .header-search-wrap .field__input:focus{
  box-shadow: none;
   font-family:'poppins';
}
 .header-search-wrap .search-modal__form {
  max-width: 100%;
}
  .header-search-wrap {
    height: 40px;
    width: 100%;
    max-width: 750px;
    border-radius: 35px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 10px;
}



.header-search-wrap {
  flex-grow: 1;
  background-color: #f7f7fa;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 3px 4px;
}
.header-search-wrap input {
  flex-grow: 1;
}
.header-search-wrap button {
  border-radius: 4px;
  background-color: #f9c322;
  height: 100%;
  width: 40px;
} */

.main-header-right {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 400px;
  margin-left: auto;
}
.header-promo-link img {
  width: 130px;
  height: 60px;
}
.animated {
  animation-duration: 1s;
  animation-iteration-count: 3;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

.header-actions > li {
  display: inline-block;
  padding-left: 10px;
}
.header-actions a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  position:relative;
}
.header-actions a i {
  font-size: 20px;
  margin-right: 5px;
}
.header-shipping-btn svg {
  width: 20px;
}

.cart-items-count-bubble {
  position: absolute;
  background-color: #f9c322;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  bottom: 16px;
  left: 5px;
  line-height: 8px;
}

.header-info-bar p > a + a {
  margin-left: 10px;
}
/* Hamburger Menu */

.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #0f4c97;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */

.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
}

.menu li a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.menu li:hover a,
.menu li.active a {
  color: rgb(240, 90, 35);
}

/* Menu Dropdown CSS */



.home-hero {
  padding: 40px 0;
}


.hero-banner-wrap a {
  display: block;
}
.hero-banner-wrap a img {
  width: 100%;
  padding: 10px;
}

.hero-menu h5{
  background-color:#102f53 !important;
}

.hero-menu {
  /* height: 100%; */
  border-radius: 5px;
  background-color: #fff;
/*   padding: 30px 40px; */
  position:relative;
}
.hero-menu-list.hero-menu-list-level-one {
  display: block;
  position: absolute;
  left: 100%;
  background: #fff;
  top: 0;
  width: 255px;
  border: 1px solid #e6e6e6;
  border-radius: 0 8px 8px 0;
  z-index: 1;
  box-shadow: 3px 0 5px 3px rgba(0, 0, 0, 0.04);
  /* bottom: 0; */
/*   padding: 30px 0; */

opacity: 0;
visibility: hidden;
 /* transition:visibility 0s linear 0.3s, opacity 0.3s linear; */
}

.hero-menu-list>li:hover .hero-menu-list.hero-menu-list-level-one {
  opacity: 1;
visibility: visible;
   transition-delay:0s;
}

.hero-menu-list.hero-menu-list-level-two {
  display: block;
  position: absolute;
  left: 100%;
  background: #fff;
  top: 0;
  width: 255px;
  border: 1px solid #e6e6e6;
  border-radius: 0 8px 8px 0;
  z-index: 1;
  box-shadow: 3px 0 5px 3px #0000000a;
  /* bottom: 0; */
/*   padding: 30px 0; */
  opacity: 0;
  visibility: hidden;
  /* transition: visibility 0s linear .3s,opacity .3s linear; */
}

.hero-menu-list.hero-menu-list-level-one li:hover .hero-menu-list.hero-menu-list-level-two{
   opacity: 1;
visibility: visible;
   transition-delay:0s;
}

.hero-menu-list.hero-menu-list-level-one a {
  padding: 10px 10px;
}

.hero-menu h5 {
  font-size: 16px;
  font-weight: bold;
  padding:15px 35px;
  background-color:#102F53;
  color:#fff;
}
.hero-menu-list a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  background-color: transparent;
  padding: 12px 15px;
  width: 100%;
  display: flex;
align-items: center;
justify-content: space-between;
  white-space: normal;
}
.hero-menu-list a:hover {
  color: #f9c322;
}

.hero-menu-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  position:relative;
/*   justify-content: space-around; */
/*   margin: 0 -15px; */
/*   padding:0 10px; */
}

.hero-menu-list ul {
  height: auto;
min-height: 100%;
}

.hero-menu-list.hero-menu-list-level-two{
  height:100%;
  overflow: auto;
}

.hero-menu-list ul a {
  font-size: 14px;
padding: 12px 5px !important;
}


.header-nav > li > a > span {
  opacity: 1;
  visibility: visible;
}

.header-nav > li > a:hover > span{
  opacity:1;
  visibility:visible;
}


.header-child-nav > li > a > span {
   opacity: 1;
  visibility: visible;
}

.header-child-nav > li > a:hover > span {
  visibility: visible;
  opacity: 1;
}

.home-info-box-wraps {
  background-color: #fff;
  padding: 40px 45px;
  border-radius: 5px;
}
.home-info-box {
  padding: 40px 45px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}
.home-info-box h5 {
  font-family: 'Gotham';
  color: #000;
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 15px;
}
.home-info-box p {
  font-size: 18px;
  line-height: normal;
  padding-bottom: 50px;
}
.btn-theme-yellow {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 25px;
  background-color: #f9c322;
  border-radius: 10px;
  border: 2px solid #f9c322;
}
.btn-theme-yellow:hover {
  background-color: transparent;
  color: #f9c322;
}
.promos-section {
  padding: 10px 0;
}

.home-bestselling-wrap {
  padding: 30px 30px;
  background-color: #e2effa;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.home-bestselling-wrap h2 {
  font-family: 'Gotham';
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 20px;
}
.home-bestselling-products > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 25%;
  border-radius: 10px;
  overflow: hidden;
}
.home-bestselling-products {
  font-size: 0;
  margin: 0 -10px;
  display: flex;
align-items: center;
}

.bestselling-prod-box img {
  border-radius: 10px;
}
.bestselling-prod-box {
  position: relative;
}

.bestselling-prod-box h6 {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #000;
max-width: 45%;
line-height: normal;
}

.trending-wrap {
  padding: 50px 40px;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.trending-wrap + .trending-wrap {
  padding-top: 0;
}

.trending-wrap h2 {
  font-size: 30px;
  font-weight: bold;
  /* padding-bottom: 40px; */
}
.trending-wrap.tw-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.trending-products-slider {
  font-size: 0;
}
.trending-products-slider > li {
  width: 20%;
}

.product-box-main {
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  padding: 0 5px;
  margin: 40px 0;
}

.product-box-main:hover {
  box-shadow: 0px 0px 49.98px 1.02px rgba(0, 0, 0, 0.15);
}

.product-box-main-img {
  border: 1px solid #ededed;
  height: 220px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pbm-sku a {
  color: inherit;
}

.product-box-main-img a {
  display: block;
  height: 100%;
  width: 100%;
}

.pbm-title a {
  color: inherit;
  overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
display: -webkit-box;
  min-height: 56px;
}

.pba-title a {
  min-height: 56px;
}

.product-box-main:hover .product-box-main-img {
  border-color: transparent;
}
.product-box-main-img img {
  height: 100%;
  object-fit: contain;
}
.product-box-main-body {
  padding: 15px 10px;
}
.pbm-title {
  font-size: 18px;
  padding-bottom: 10px;
 line-height: 28px;
}
.pbm-sku {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
}


.product-box-reviews {
  font-size: 12px;
  color: #F9BF12;
  padding-bottom: 7px;
}

.pbm-price {
  font-size: 18px;
  font-weight: bold;
/*   font-weight: 600; */
}
.pbm-price s {
  text-decoration: line-through;
  font-size: 14px;
  padding-left: 10px;
}
.pbm-price {
  padding-bottom: 15px;
}


.pbm-price {
  display: block !important;
  min-height: 33px;
}



.pbm-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pbm-btns > a,
.pbm-btn-primary{
  width: 50%;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: center;
  height: 40px;
  line-height: 40px;
  cursor:pointer;
}
.pbm-btns > a i {
  padding-right: 5px;
}
.pbm-btn-primary {
  background-color: #ffc801;
  border-radius: 5px;
}

.trending-products-slider .slick-slide {
  padding: 50px 0;
}

.home-categories {
  padding-top: 50px;
}
.hc-left-top {
  position: relative;
}
.hc-left-top img {
  width: 100%;
  border-radius: 20px;
}
.hc-left-top {
}
.hc-left-top-body {
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 40%;
}
.hc-left-top-body h5 {
  color: #564732;
  font-size: 34px;
  font-weight: bold;
  line-height: normal;
}
.hc-left-top-body p {
  color: #564732;
  font-size: 24px;
  font-weight: bold;
}

.hc-left-bottom {
  position: relative;
  margin-top: 30px;
}
.hc-left-bottom img {
  width: 100%;
  border-radius: 20px;
}
.hc-left-bottom-body {
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hc-left-bottom-body h5 {
  color: #f4ca6b;
  font-size: 55px;
  font-weight: bold;
  line-height: normal;
}
.hc-left-bottom-body p {
  color: #f4ca6b;
  font-size: 28px;
  font-weight: bold;
}

.hc-center-list {
  font-size: 0;
}
.hc-center-list {
  margin: 0 -4px;
  display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.hc-center-list > li {
  margin-bottom: 30px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
}

.hc-center-box {
  position: relative;
}
.hc-center-box img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 20px;
}
.hc-center-box h5 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 10px;
  right: 10px;
  text-align: center;
  top: 15px;
}

.hc-right {
  position: relative;
}
.hc-right img {
  width: 100%;
  border-radius: 20px;
}
.hc-right-body {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 25px;
}
.hc-right-body h5 {
  color: #000;
  font-size: 52px;
  font-weight: 900;
}
.hc-right-body h6 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.hc-right-body p {
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
  color: #000;
}

.floating-cta {
  padding: 50px 0;
}
.floating-cta-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0 75px;
}
.floating-cta-wrap h3 {
  color: #fff;
  font-size: 58px;
  font-weight: bold;
}
.floating-cta-wrap p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  padding-bottom: 15px;
  max-width: 75%;
}
.floating-cta-wrap a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.floating-cta-img {
  margin-top: -75px;
  margin-bottom: -75px;
}

.home-deals-wrap {
  padding: 50px 40px;
  background-color: #fff;
  border-radius: 20px;
}
.heading-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 45px;
}
.heading-flex h2 {
  font-size: 62px;
  font-weight: bold;
  font-family: 'Gotham';
}
.heading-flex a {
  color: #000;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
}
.deal-box-main {
  position: relative;
}
.deal-box-main img {
  width: 100%;
  border-radius: 20px;
}
.deal-box-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 50px;
  top: 25px;
  flex-direction: column;
}
.deal-box-content a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-left: auto;
}
.deal-box-content h6 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 10px;
}
.deal-box-content h5 {
  font-size: 54px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
}
.deal-box-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.home-deals-categories {
  font-size: 0;
  display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.home-deals-categories > li {
  display: inline-block;
  width: 33.333%;
  vertical-align: top;
  padding: 0 15px;
  padding-bottom: 40px;
}
.deal-cat-box-img {
  border: 1px solid #ededed;
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
}
.deal-cat-box-img img {
  height: 100%;
  object-fit: cover;
}
.deal-cat-box h6 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  color:#000;
}

.home-product-listings-sec {
  padding: 10px 0 0;
}
.home-product-listing-wrap {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  /* padding-bottom: 100px; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.home-listings-inner {
  padding: 20px 0;
}
.home-listing-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.home-listing-heading h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Open Sans';
}
.btn-theme-black {
  /* background-color: #000; */
  /* padding: 15px 35px; */
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.home-listings-product {
  font-size: 0;
  /* padding-top: 30px; */
}
.home-listings-product {
}
.home-listings-product > li {
  display: inline-block;
  vertical-align: top;
  width: 14.2%;
  padding: 0 10px;
}
.product-box-alt-img {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededed;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.product-box-alt-img>a {
  display: block;
  height: 100%;
  width: 100%;
}

.pba-title a {
  color: inherit;
  overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
display: -webkit-box;
}
.product-box-alt-img img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}


.product-box-alt {
  position: relative;
  overflow: hidden;
}
/* .product-box-alt-overlay {
  background-color: rgba(0, 11, 41);
  position: absolute;
  left: 0;
  top: 110%;
  height: 100%;
  width: 100%;
  opacity: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-box-alt:hover .product-box-alt-overlay {
  top: 0;
} */

.product-box-alt-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.product-box-alt:hover .product-box-alt-overlay {
  bottom: 0;
}

.product-tag {
  background-color: #f9c322;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 15px;
  padding: 5px 6px;
  color: #fff;
  font-weight: 500;
  line-height: 8px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pbao-list > li {
  display: inline-block;
  vertical-align: top;
}
.pbao-list a,
.pbao-list button{
  border: 1px solid #d2d2d2;
  width: 40px;
  height: 40px;
  border-bottom: none;
  color: #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#fff;
}

.pbao-list a:hover,
.pbao-list button:hover{
  background-color: #f3c919;
  color: #fff;
}
.pbao-list {
  text-align: center;
}

/* .pbao-list a i {
  padding-right: 5px;
} */

.product-box-alt-body {
  padding: 15px 10px;
} 
.pba-title {
  font-size: 18px;
/*   font-weight: 600; */
line-height: 28px;
  padding-bottom: 10px;
}
.pba-price {
  font-size: 18px;
/*   font-weight: 500; */
}
.pba-price s {
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
}

.skewed-cta-wrap {
  height: 475px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 50px;
  display: flex;
  align-items: center;
  padding: 50px 50px;
  border-radius: 10px;
}
.skewed-cta-wrap h5 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 15px;
}
.skewed-cta-wrap p {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  padding-bottom: 25px;
}
.skewed-cta-wrap a {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}

.home-disclaimers {
  padding: 75px 0 50px;
  box-shadow: 0px 6px 29px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
}

.home-disclaimers h1 {
   font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
.home-disclaimers h5 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
.home-disclaimers p {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  padding-left: 10px;
  padding-bottom: 25px;
}

.home-disclaimers p strong{
  font-weight:500;
}
.footer-keywords {
  padding: 75px 0;
  border-top: 1px solid #e5e5e5;

  background-color: #fff;
  position: relative;
}

.footer-keywords p {
  line-height: normal;
  font-weight: 500;
}

footer {
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}

.footer-top {
  padding: 60px 0;
}
.footer-top h5 {
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 10px;
}
.footer-top p {
  font-size: 18px;
}
.footer-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.footer-top-info-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-top-info-box a {
  color: #000;
}
.footer-top-info-box a + a {
  margin-top: 5px;
}
.footer-middle h5 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 25px;
}
.footer-menu a {
  color: #000;
  font-size: 16px;
}
.footer-menu > li {
  padding-bottom: 10px;
}
.copyright {
  padding: 15px 0;
}



.footer-e-email a {
  font-size: 14px;
}
.footer-e-email p {
  padding-top: 5px;
  font-size: 12px;
}


.copyright p {
  font-size: 14px;
  font-weight: 500;
}
.home-categories-wrap {
  background-color: #fff;
  padding: 50px 40px;
  border-radius: 20px;
}

.hero-banner-wrap {
  position: relative;
  overflow: hidden;
  border-radius:20px;
}

.gbvvip {
  transform-origin: left center 0px;
  transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s;
  height: 100%;
  margin-left: -15px;
  cursor: pointer;
}

.hero-btn-left-wrap:hover .gbvvip {
  transform: scaleX(2.5);
}

.hero-btn-left-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100px;
  cursor: pointer;
}
.hero-btn-left-wrap button {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
  position: absolute;
  border-radius: 50%;
  transform: translateX(50px);
  transition: all 0.2s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hero-btn-left-wrap:hover button {
  transform: translateX(25px);
  background-color: transparent;
}



.template-search .product-box-main-img a {
  background-color: #fff;
}

.mpi-product-notice {
  border: 1px solid #ff00008a;
  border-radius: 3px;
  padding: 10px 15px;
}
.mpi-product-notice ul li {
  list-style-position: inside !important;
  list-style: disc;
  line-height: normal;
  font-size: 14px;
}
.mpi-product-notice h3 {
  border-bottom: 1px solid rgb(227,227,227);
  font-size: 18px;
  font-weight: 700;
  padding: 5px 5px;
  margin-bottom: 5px;
}
.product-tag-discount {
  position: absolute;
  background-color: #102f53;
  top: 5px;
  right: 5px;
  font-size: 8px;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* button right */

.jMfGst {
  height: 100%;
  width: auto;
  transform-origin: right center 0px;
  transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s;
  margin-right: -15px;
  cursor: pointer;
}

.hero-btn-right-wrap:hover .jMfGst {
  transform: scaleX(2.7);
}

.hero-btn-right-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 100px;
  cursor: pointer;
}
.hero-btn-right-wrap button {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50px);
  transition: all 0.2s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}

.hero-btn-right-wrap:hover button {
  transform: translateX(-25px);
  background-color: transparent;
}

.index-slider .slick-slide {
  margin: 0;
}

.popup-delivery {
  position: fixed;
  width: calc(100% - 20px);
  max-width: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  z-index: 1;
}
.pdeliver-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
}
.pdeliver-head h3 {
  font-size: 20px;
  font-weight: 600;
}
.pdeliver-head h6 {
  font-size: 16px;
}
.pdeliver-head h6 strong {
  font-weight: bold;
}
.pdelivery-map {
  height: 500px;
}
.pdelivery-map iframe {
  width: 100%;
  height: 100%;
}
.pdelivery-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 25px;
}
.pdelivery-actions button {
  background-color: #d2d2d2;
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}

.trending-btn {
  background-color: #f7f7fa;
  font-size: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -20px;
  transition: all 0.3s ease-in-out;
}

.trending-btn:hover {
  background-color: #f9c322;
  color: #fff;
}

.trending-btn.trending-left {
left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}

.home-listing-alts-wrap {
  padding: 50px 30px;
  background-color: #F2F2F2;
  border-radius: 10px;
  margin-top: 50px;
}

.home-listings-alt-top {
  padding: 50px 0;
}
.home-listings-alt-brand {
  padding: 35px 15px;
  border-radius: 20px;
  background-color: #f7f7fa;
}
.home-listings-alt-brand h5 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 25px;
}
.hla-brands-list {
  font-size: 0;
  display:flex;
  align-items:center;
}
.hla-brands-list > li {
  width: 50%;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  
}
.hla-brands-list a {
  /* height: 104px; */
  background-color: #fff;
  /* font-size: 18px; */
  font-weight: bold;
  color: #000;
  /* line-height: 104px; */
  width: 100%;
  text-align: center;
  padding:0 5px;
  border-radius: 10px;
}

.hla-top-cat-list {
  font-size: 0;
  display: flex;
align-items: flex-start;
}



.hla-top-cat-box-img {
  height: 140px;
}
.hla-top-cat-box-img>img {
 height: 100%;
object-fit: contain;
width: 100%;
background-color: #fff;
}

.hla-top-cat-list > li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 10px;
}
.hla-top-cat-box {
  background-color: #ffedcb;
  padding: 10px 10px;
  border-radius: 20px;
}
.hla-top-cat-box-body {
  padding-top: 15px;
}
.hla-top-cat-box-body h6 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}
.hla-top-cat-box-body a {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #000;
  text-decoration: underline;
}

.home-listings-alt-slider .product-box-main {
  background-color: #fff;
/*   width: 16vw; */
  border-radius: 20px;
}
.hla-listing-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f7f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor:pointer;
  transition:all 0.3s ease-in-out;
}


.hla-listing-btn:hover {
  background-color: #f9c322;
  color: #fff;
}

.hla-listing-right {
  right: 0;
}


.product-form__submit[disabled] + .shopify-payment-button .shopify-payment-button__button[disabled] {
  display: none !important;
}


.enquiry-form-main textarea {
  border: 1px solid #d2d2d2 !important;
 padding: 10px 15px !important;
  color: #000;
  font-size: 16px;
  min-height: 6rem;
}
.enquiry-form-main textarea::placeholder {
  opacity: 1;
}

/* base theme fixes */

.popular-keywords-secton {
  padding: 50px 0;
}

.popular-keywords-secton .container-fluid{
  background-color:#fff;
  padding-top:25px;
  padding-bottom:25px;
  border-radius:10px;
}
.popular-keywords-secton h2 {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 25px;
}
.pagination__list.list-unstyled {
  width: 100%;
}



  .drawer__inner {
    width: 30rem !important;
  }

.customer h1 {
  font-size: 3rem;
  font-weight: bold;
}

.gradient {
  background-color: #f7f7fa;
}

.main-product-gallery img {
  display: block;
  margin: auto;
}

.cart-drawer .cart-item {
  display: flex !important;
  flex-wrap:wrap;
/*   flex-direction: column; */
}

.cart-drawer .cart-items td {
  padding-top: 0;
}

.cart-drawer .cart-item > td:nth-child(1), .cart-drawer .cart-item > td:nth-child(2) {
  width: 70%;
}

.cart-item__media {
  width: 80px !important;
}

.cart-drawer .cart-item__name.h4 {
  font-size: 16px;
}
.cart-drawer  .cart-item__totals.right {
  display: none !important;
}
.cart-drawer  .product-option {
  font-size: 12px !important;
  line-height: normal !important ;
}

.quantity__button {
  width: 40px;
  height: 40px;
}

.quantity__input {
  height: 40px;
}

.quantity {
  min-height: auto;
  height: 40px;
  width: 100%;
  max-width: 160px;
}


.cart-item cart-remove-button {
  margin: 0 0 0 15px;
}

cart-remove-button .button {
  min-width: 30px !important;
  min-height: 30px !important;
}

.cart-item__name:hover {
  text-decoration: none;
}
.cart-drawer .tax-note {
  font-size: 14px;
}

.icon.icon-close {
  width: 24px;
  height: 24px;
}

.facets-vertical {
/*   padding-top: 25px; */
/*   background-color: #fff; */
}
.cart-item__name.h4.break:hover {
  text-decoration: none;
}
.collection-hero__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.facets__item span {
  font-size: 1rem;
}

.facets__selected {
  font-size: 1rem;
  line-height: normal;
}

/* 
.facets__price {
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 20px !important;
}
.facets__price .field {
  position: absolute;
  left: 0;
  bottom: -15px;
} */

.facets__price .field-currency {
  font-size: 1rem;
  font-weight: bold;
}

.facets-container .field__input {
  padding: 10px 10px;
  height: auto;
  min-height: auto;
}

.facets-vertical .facets__price .field:last-of-type {
  margin-left: 0 !important;
  margin-top: 5px;
}

.facet-checkbox {
  padding: 0.3rem 1rem 0.3rem 0;
}

.facets__header-vertical {
  padding: 0.3rem 1rem 0.3rem 0;
}

/* 
facet-remove {
  display: none !important;
} */



.collection-page-subcats-list {
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
  width: 100%;
  overflow: auto;
  gap: 30px;
  padding-bottom: 25px;
}
.collection-page-subcats-list>li {
  min-width: 20vw;
}
.price__sale span s.price-item--regular {
  font-size: 14px !important;
}

.price__sale .price-item--sale {
  font-size: 22px !important;
}

.price__sale .price-item--sale {
  font-size: 28px !important;
  font-weight: 500;
}
.home-lps-alt .slick-track {
  margin-left: 0;
  margin-right: 0;
}
  @media screen and (min-width: 750px){
#ProductGridContainer {
  max-width: calc(100% - 270px) !important;
}


.list-menu__item.facets__item.show-more-item.hidden {
  display: block !important;
}

    show-more-button {
  display: none !important;
}

    .facets-container {
  position: sticky;
  top: 35px;
}

    .facets__display-vertical .list-unstyled {
  height: auto;
overflow: auto;
max-height: 200px;
}
    
.facets__form-vertical {
  width: 15rem !important;
  background-color: #fff;
padding: 25px 15px;
}


    
}


.facets__summary span {
  font-weight: bold;
  font-size: 14px;
}


.facets__disclosure-vertical {
  border-top: 1px solid hwb(240 93.7% 4.3%) !important;

  
}


/* .facet-checkbox.facet-checkbox--disabled {
  display: none !important;
}
 */

.facets-vertical-sort {
/*   background-color: #fff; */
/*   padding-top: 15px; */
}

.facet-filters__label {
  font-size: 12px;
}





.facet-filters__label {
  font-size: 12px !important;
}
#SortBy {
  width: 185px;
  box-shadow: 0 3px 6px rgba(0,0,0,.10196078431372549);
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 30px;
  background-color: white;
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 12px;
}
.select svg {
  padding-right: 10px;
  width: 22px;
}


.facets-container {
  margin-left: 15px;
  border-radius: 10px;
  background-color: #fff;
}


.collections-page-ph {
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  margin-top: 20px;
}
.facets-vertical .facets__summary {
  font-size: 14px;
  padding: 10px 0 !important;
}
.facets-vertical .facets__summary svg {
  width: 12px;
}
.facet-checkbox span {
  font-size: 12px !important;
}
.facet-checkbox > svg {
  margin-right: 10px !important;
  width: 14px;
  height: 14px;
}
.facet-checkbox input[type="checkbox"] {
  width: 14px;
  height: 14px;
}
.facet-checkbox .icon-checkmark {
  width: 10px;
left: 2px !important;
top: 8px !important;
height: 8px;
margin-right: 0;
}
.facet-checkbox {
  padding: 5px 0 !important;
}


.active-facets__button-wrapper *, span.active-facets__button-inner {
font-size: 12px !important;
padding: 5px !important;
}
.facets-vertical .active-facets__button {
  margin-right: 0 !important;
  margin-bottom: 10px;
}

.facets__heading--vertical {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  height: auto;
  line-height: normal;
}
.facets__form-vertical {
  padding: 0 10px 0;
}



.collection-page-subcats-list .trending-btn.trending-left {
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.trending-btn.trending-right.slick-arrow {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.collection.collections-products-page-ph {
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  margin-right:15px;
}

.facets-vertical .facets-wrapper {
  padding-right: 15px !important;
}

.facets.facets-vertical-sort.page-width.small-hide.no-js-hidden {
  padding: 0;
}


.pagination__list>li {
  width: 30px !important;
  height: 30px !important;
  flex: 0 !important;
  margin-right: 5px !important;
}
.pagination__item {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  font-size: 14px;
}
.pagination__item.pagination__item--current.light {
  background-color: #333;
  color: #fff;
}

.pagination__item--current::after, .pagination__item:hover::after {
  content: none !important;
}


.facets-vertical-form {
  justify-content: space-between !important;
  padding:0 15px;
  align-items: center;
}

.product-count-vertical.light {
  display: none;
}


.description__content {
  line-height: normal;
}


.facets__header-vertical {
  padding: 10px 0 !important;
}
.facets__header-vertical span {
  font-size: 12px;
}

.facets__price .field::before, .facets__price .field::after{
  content: none;
}

.facets__price .field__label {
  display: none;
}


/* .facets__price::before {
  content: "";
  background-color: grey;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.facets__price .field {
  position: static;
} */

/* 
.facets__price input {
  min-width: auto;
  height: 30px !important;
  padding: 0 !important;
  width: 30px !important;
  border: none !important;
}
.facets__price input:focus {
  border: none !important;
  box-shadow: none !important;
}

.facets__price .field {
  position: absolute;
  left: 0;
  bottom: -15px;
} */



.product-details-wrapper-desc a {
  color: #547cf5 !important;
text-transform: full-size-kana !important;
}

.product-details-wrapper-desc strong {
  font-weight: bold;
}

.facets__price input {
  padding: 0 !important;
  font-size: 14px;
  max-width: 100px !important;
  min-width: auto !important;
  border: 1px solid #d2d2d2;
  margin: 0 5px !important;
  padding: 0 5px !important;
}
.facets__price .field {
  margin-top: 0 !important;
}




.main-product-gallery img {
  display: block;
  margin: auto;
}
.jdgm-write-rev-link {
  background-color: #102F53 !important;
  border-color: #102F53 !important;
}
.jdgm-rev-widg__title {
}
.jdgm-rev-widg__title {
  display: none !important;
}
.jdgm-rev-widg .jdgm-star:not([disabled]):hover {
  color: #f9bf12 !important;
}
.jdgm-rev-widg .jdgm-star {
  color: #f9bf12 !important;
}
.jdgm-form input[type="text"]:focus, .jdgm-form input[type="text"]:focus-visible, .jdgm-form input[type="email"]:focus, .jdgm-form input[type="email"]:focus-visible, .jdgm-form input[type="url"]:focus, .jdgm-form input[type="url"]:focus-visible, .jdgm-form textarea:focus, .jdgm-form textarea:focus-visible {
  border-color: #000 !important;
}
.jdgm-btn--border {
  border-color: #000 !important;
  color: #000 !important;
}
.jdgm-btn--solid, input[type="submit"].jdgm-btn--solid {
 background-color: #102F53 !important;
color: #fff !important;
border-color: #102F53 !important;
}
.jdgm-btn--solid:hover, input[type="submit"].jdgm-btn--solid:hover {
  background-color: #fff !important;
  color: #000 !important;
}



.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-row-stars {
  justify-content: space-between !important;
}

.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
  color: #102F53 !important;
}
  @media screen and (min-width: 750px){
.blog-articles {
  grid-template-columns: 1fr 1fr 1fr !important;

}
}

div.cart-count-bubble {
  display: none !important;
}

.product-form__submit:disabled {
  display: none !important;
}



.terms-page-title-wrapper {
  background-color: #102F53;
  padding: 50px 0;
  text-align: center;
  border-radius: 10px;
}
.terms-page-title-wrapper h1 {
  font-size: 38px;
  color: #f9c322;
  font-weight: bold;
}
.terms-page-title {
}
.terms-page-content {
  padding: 25px 0;
}
.terms-page-content-wrapper {
  background-color: #fff;
  padding: 25px 15px;
  border-radius: 5px;
  line-height: normal;
}

/* base theme fixes end */

.brands-listing-round-list {
  display: flex;
  /* overflow: auto; */
  align-items: center;
  flex-wrap:wrap;
  justify-content:space-between;
}
.brands-listing-round-list>li {
  min-width: 130px;
  width: 130px;
  border-radius: 50%;
  background: #fff;
  height: 130px;
  display: flex;
  align-items: center;
  padding: 18px;
  margin: 0 10px 15px;
}

.home-listing-slider{padding-bottom:50px !important;}
.home-listing-slider .brands-listing-round-list > li {
  min-width: 137px;
  width: 137px;
  height: 137px;
  padding:0;
}
.home-listing-slider .brand-listing-round-item img{border-radius:50%;}
.home-listing-slider .brands-listing-round-list > li{background-color:transparent;}
.home-listing-slider .brand-listing-round-item h6{font-size:16px;font-weight:600;color:#000;line-height:normal;text-align:center;padding-top:5px;}

.home-listing-slider .brand-listing-round-item a{
  position:relative;
}


.brand-listing-round-discount::after {
  content:"";
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  box-shadow: 0 0 0 0 rgba(255, 68, 0, .5);
  animation: pulsemega 1.5s infinite;
  border-radius:50%;
}



@keyframes pulsemega {
  0% {
    transform: scale(.9);
  }
  70% {
   transform:scale(1);
    box-shadow: 0 0 0 10px rgba(255, 68, 0, 0);
  }
    100% {
    transform: scale(.9);
    box-shadow: 0 0 0 0 rgba(255, 68, 0, 0);
  }
}

.home-infinite-sticker {
  max-width: 100px;
  vertical-align: middle;
}
.brand-listing-round-discount {
  border-radius: 50%;
  background-color: #f40;
  position: absolute;
  left: -20px;
  top: -10px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  line-height: normal;
  padding: 5px 5px;
}


.brand-listing-marquee-animation {
  background-color: #f9c322;
  padding: 5px 0;
  overflow: hidden;
  position:relative;
   min-height: 25px;
}
.brand-listing-marquee-animation span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px;
 
}


.brand-listing-marquee-inner{
 animation: scrolling 10s linear infinite;
  will-change: transform;
  position: absolute;
  left: 50%;
}
.brand-listing-round-item {
  width: 100%;
}

.brand-listing-marquee-inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

@keyframes scrolling {
to {
    transform: translateX(-50%);
  }
}



.whatsapp-widget {
  position: fixed;
  right: 15px;
  bottom: 70px;
  z-index: 1;
}

.brand-listing-item.brand-listing-item-alt .brand-listing-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 240px;
  display: flex;
  align-items: center;
}
.brand-listing-item.brand-listing-item-alt .brand-listing-image>img {
  height: 70%;
  object-fit: contain;
}

.brands-listing-list.brands-listing-list-alt {
  flex-wrap: wrap;
}

.brands-listing-list.brands-listing-list-alt > li {
width: 16.6667%;
}


.brand-listing-single-image-items {
  font-size: 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
.brand-listing-single-image-items>li {
  width: 16.667%;
}


.deasl-top-brands-section {
  padding: 50px 0;
} 
.deasl-top-brands-section h2 {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 500;
  position: relative;
}

.deasl-top-brands-section h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f9c322;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 200px;
}
.deals-top-brands-list {
  display: flex;
  align-items: flex-start;
  flex-wrap:wrap;
  /* gap: 20px; */
  padding-top: 25px;
  font-size:0;
  
}
.deals-top-brands-list>li {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.dtbb-category {
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 25px 0;
  margin-top: -25px;
}
.dtbb-category h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.dtbb-brand-logo {
  padding: 5px 0;
  height: 50px; 
  background-color: #f9c322;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dtbb-brand-logo img { 
  height: 100%;
  object-fit: scale-down;
  mix-blend-mode: multiply;
}



.footer-menu-copyright {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.footer-menu-copyright a {
  font-size: 14px;
  color: #000;
}
.footer-menu-copyright > li:not(:last-child)::after {
  content: "|";
}

.hero-menu > .hero-menu-list > li {
  border-bottom: 1px solid #d2d2d230;
}

.hero-menu-list a > span {
  opacity: 1;
  visibility: visible;
}
.hero-menu-list a:hover span {
  opacity: 1;
  visibility: visible;
}

.filters-custom-subcat h5 {
  font-size: 14px;
  padding: 10px 0;
}
.filters-custom-subcat a {
  font-size: 12px;
  color: #000;
  display: block;
}
.filters-custom-subcat a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  padding-right: 5px;
}
.filters-custom-subcat a {
  margin-top: 5px;
}

.filters-custom-subcat {
  padding-bottom: 10px;
  border-top: 1px solid rgba(18,18,18,0.1);
}


.cbc-list > a {
  border: 1px solid rgb(239, 239, 244);
  border-radius: 8px;
  padding: 15px;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-right: 10px;
}

.collection-brands-custom {
  background-color: #fff;
  border: 1px solid #efeff4;
  border-radius: 10px;
  padding: 15px;
  margin: 0 15px;
}
.collection-brands-custom>h5,
.related-products > h5{
  font-size: 18px;
  line-height: 24px;
/*   font-weight: bold; */
  padding-bottom: 15px;
  font-weight: bold;
}


.custom-product-collection-title {
  font-size:20px;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: 'Open Sans';
  letter-spacing: -0.4px;
}

.collection.collections-products-page-ph .product-box-main-img a img {
  height: 100%;
  object-fit: scale-down;
}

.collection.collections-products-page-ph  .product-box-main-img {
  height: 240px;
}


.product-tag-stock {
  position: absolute;
  right: -25px;
  top: 30px;
  background-color: #d2d2d2;
  color: #000;
  padding: 3px 3px;
  font-size: 10px;
  font-weight: 500;
  transform: rotate(45deg);
  width: 130px;
  text-align: center;
}


.hla-listing-btn.hlap-listing-right.slick-arrow {
  right: 0;
}


.breadcrumbs {
  padding: 10px 15px;
  max-width: 1600px;
margin: auto;
width: 100%;
}
.breadcrumbs__list>li {
  font-weight: 400;
  list-style: none;
  display: inline;
  margin-right: 10px;
  cursor: pointer;
  font-size: 12px !important;
  color: #6f6f6f;
}
.breadcrumbs__list>li:not(:last-child)::after {
  content: "\f054";
  font-size: 10px;
  margin-left: 5px;
  margin-right: 0;
  font-family: "Font Awesome 5 Pro";
  color: #6f6f6f;
}
.breadcrumbs__item a {
  color: #6f6f6f;
}

.facets-vertical {
  max-width: 1600px;
  margin: auto;
}

.why-powerhouse {
  padding: 40px 0;
  margin-top: 30px;
  background-color: #fff;
}
.wph-list {
  font-size: 0;
  display: flex;
  align-items: flex-start;
  max-width: 1600px;
margin: auto;
}
.wph-list>li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 15px;
  position: relative;
}
.wph-list i {
  font-size: 28px;
  color: #f9c322;
}
.wph-box h5 {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0 10px;
}
.wph-box p {
  font-size: 12px;
  line-height: 16px;
  color: #6f6f6f;
}

.wph-list>li::after {
  content: "";
  border-right: 1px solid #efeff4;
  width: 20px;
  position: absolute;
  top: 25px;
  margin-left: -33px;
  height: 85px;
}



.footer-socials-wrap {
  text-align: right;
  max-width: 1600px;
  margin: auto;
}
.footer-socials-wrap ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.footer-socials-wrap a {
  width: 32px;
  height: 32px;
  background-color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}


.colelction-page-desc {
  padding: 25px 15px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 15px 25px;
}
.colelction-page-desc h2 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}
.colelction-page-desc p {
  line-height: normal;
  font-size: 12px;
  color: #6f6f6f;
  padding-bottom: 20px;
}

.collection-faq-custom strong {
  font-weight: bold;
  color: #000;
}



.colelction-page-desc h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
.colelction-page-desc ol {
  list-style: disc;
  padding-bottom: 25px;
}
.colelction-page-desc ol > li {
  line-height: normal;
  margin-bottom: 9px;
}

.coll-tabular-data-table {
  /* table-layout: fixed; */
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  width: 100%;
}
.coll-tabular-data-table th {
  background-color: #F2F2F2;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
}
.coll-tabular-data-table tbody td {
  border-bottom: 1px solid #F2F2F2;
  color: #000;
}
.coll-tabular-data-table tbody a {
  color: #000;
  font-size: 12px;
  padding: 10px 15px;
}
.coll-tabular-data-table th:last-child,.coll-tabular-data-table td:last-child {
  text-align: right;
  border-left: 1px solid #f2f2f2;
  width: 25%;
}

.colelction-page-desc.collection-tabular-data.mx-width-full h2 {
  font-size: 14px;
}
.footer-keywords-wrap-list {
  display: flex;
  align-items: flex-start;
  flex-wrap:wrap;
  gap: 15px;
}
.footer-keywords-wrap-list>li {
  width: 48%;
}
.keywords-list-box h4 {
  font-size: 12px;
  font-weight: 600;
  background: #efeff4;
  padding: 5px;
  border-radius: 4px;
  display: inline-block;
}
.keywords-list-main {
  padding-top: 10px;
}
.keywords-list-main>li {
  font-size: 12px;
  line-height: 18px;
  padding: 0 8px;
  padding-left: 8px;
  margin: 5px 0;
  display: inline-block;
  vertical-align: top;
}
.keywords-list-main a {
  color: #000;
}
.keywords-list-main > li:not(:last-child) {
  border-right: 1px solid #6f6f6f;
}

.keywords-list-main a:hover {
  color: #f9c322;
}

.template-search #FacetSortForm {
  justify-content: flex-end !important;
  padding-bottom: 15px;
}

.template-search .template-search__search {
  max-width: 1170px !important;
  margin:0 auto;
}

.template-search .facets.facets-vertical-sort.small-hide.no-js-hidden {
  max-width: 1600px;
  margin: auto;
}

.home-listings-alt-slider .product-box-main-img {
  border: none;
}

.powerhouse-blog-box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.ph-blogbox-img img {
  width: 100%;
}
.ph-blogbox-img {
}
.ph-blogbox-body {
  padding: 15px 25px;
}
.ph-blogbox-body h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.ph-blogbox-body h3 a {
  color: inherit;
}
.ph-blogbox-body p {
  font-size: 16px;
  line-height: normal;
  margin: 15px 0;
}
.ph-blogbox-body .blog-box-btn{
  color: #000;
  font-size: 16px;
}





.ph-article-template {
  max-width: 1200px;
  margin: auto;
  padding: 0 25px;
}
.ph-article-img {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.ph-article-img img {
  height: 400px;
  object-fit: cover; 
}
.ph-article-content img {
  max-width: 500px;
  height: 500px;
  object-fit: contain;
}

.ph-article-body h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 10px;
}
.ph-article-content {
  line-height: normal;
  padding-top: 25px;
}
.ph-article-content * {
  padding: 5px 0;
}
.ph-article-content p strong {
  font-weight: bold;
  padding: 0 2px;
}

.ph-article-content strong {
  font-weight: bold;
}

.related-products-list {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.related-products-list>li {
  display: inline-block;
  width: 20vw;
}
.related-products-list .product-box-alt-img {
  height: 160px;
}

.button-show-more, .button-show-less {
  margin-top: 1.5rem;
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 5px;
}


.quantity__input {
  min-width: 40px;
}


.wa__btn_popup {
  z-index: 100 !important;
}

.wa__popup_chat_box {
  bottom: 160px !important;
}




.collection-banner-sliders img {
  width: 100%;
}
.collection-page-slider {
  position: relative;
  overflow:hidden;
}

.collection-slider-btn-left .gbvvip {
  margin-left: -30px;
  overflow: hidden;
}

.collection-slider-btn-left.hero-btn-left-wrap:hover button {
  transform: translateX(0px);
}

.collection-slider-btn-right.hero-btn-right-wrap:hover button {
  transform: translateX(0px);
}


.collection-page-cta-banner {
  padding: 10px 10px;
  background-color: #fff;
}
.collection-page-cta-banner img {
  width: 100%;
}

/* old pages css */



.textbox {
  padding-top: 35px;
}
.single-banner-heading {
  font-size: 3rem;
  font-weight: bold;
}
.single-banner-subtext {
  line-height: normal;
}
.image-gallery.d-grid.grid-2.grid-md-3 {
  display: flex;
  align-items: flex-start;
}
.image-gallery_item .textbox {
  padding-top: 0;
}
.image-gallery_title {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}
.main_tab {
  padding-top: 50px;
}
.tabcontent p {
  font-size: 16px;
  line-height: normal;
}
.tabcontent h3 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
}
.single-banner-subtext a {
  width: 100%;
  border: 1px solid #102f53;
  padding: 15px 25px;
  color: #fff;
  background-color: #102f53;
}


/* home decor page*/

.home-decor-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}


.home-decor-categories-sec {
  padding: 40px 0;
}
.home-decor-categories-sec h2 {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  padding-bottom: 35px;
}

.home-decor-cat-box-body h5 {
  font-size: 34px;
  color: #fff;
  font-weight: 500;
  padding-bottom:25px;
}
.home-decor-cat-box {
  position: relative;
  margin-bottom:15px;
}

.home-decor-categories-sec .col-md-4 .home-decor-cat-box {
  margin-bottom: 27px;
}

.home-decor-cat-box-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 30px;
}
.home-decor-cat-box-body a {
  background-color: #f9c322;
  padding: 15px 15px;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
}
.home-decor-cat-box img {
  width: 100%;
}


.home-decor-products-section {
  padding: 40px 0;
}
.home-decor-products-section h2,.home-decor-brands-title {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  padding-bottom: 35px;
}
.home-decor-products-section .container-fluid {
  max-width: 1440px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-decor-products-list {
  font-size: 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.home-decor-products-list>li {
  width: 20%;
  padding: 0 15px;
}

.home-decor-products-list .pbm-btn-secondary {
  display: none;
}
.home-decor-products-list .pbm-btn-primary {
  width: 100%;
}


.home-decor-products-list > li:last-child,.home-decor-products-list > li:last-child a {
  height: 100%;
}
.home-decor-products-list-category {
  background-color: #102F53;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top:25px;
  flex-direction: column;
   width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
}

.home-decor-products-list-category img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}

.home-decor-products-list-category h6 {
  color: #fff;
  font-size: 14px;
  padding-bottom: 15px;
  position:relative;
  z-index:1;
}
.home-decor-products-list-category h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position:relative;
  z-index:1;
}

.home-decor-products-wrapper .row {
  margin-top: 30px;
}

.home-decor-categories-sec a {
  display: block;
}

/* home decor page end*/



/* desktop megamenu  */

.mega-menu-desktop-full {
  display: block;
  position: absolute;
  left: 100%;
  background: #fff;
  top: 0;
  min-width: 200px;
  border: 1px solid #e6e6e6;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  height: auto;
  min-height: 100%;
  width: 850px;
  
}

.hero-menu-sublist:hover .mega-menu-desktop-full{
  opacity:1;
  visibility:visible;
}
.mega-menu-heading-main {
  margin-bottom: 8px;
  display: flex !important;
  font-weight: 700 !important;
  color: rgba(48, 56, 65, 1);
  width: 100% !important;
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start !important;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #f9c322;
  padding: 10px 5px !important;
  white-space: nowrap;
}
.mega-menu-desktop-full > .row {
  margin: 0;
}
.mega-menu-desktop-full .col-md-4 {
  padding: 0 5px;
}


.mega-menu-desktop-full.mega-menu-desktop-full-even {
  width: 1100px;
}

a.mega-menu-heading-main:hover {
  background-color: transparent !important;
  color: #000 !important;
}


.megamenu-heading-children-menu li a {
  font-size: 12px !important;
  padding: 7px 0 7px 10px !important;
  position:relative;
}

.megamenu-heading-children-menu li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 3px;
  top:7px;
}

.template-search__header p {
  text-align: center;
  padding-top: 25px;
  font-weight: bold;
}

/* desktop mega menu end */


.template-search .pagination-wrapper {
  display: none;
}


@media (max-width:767px){

  .single-banner-heading {
  font-size: 1.5rem;
  }


  .image-gallery_title {
  font-size: 12px;
}


  .tab button {
  font-size: 14px;
}

.tabcontent h3 {
  font-size: 18px;
  padding-bottom: 10px;
}
  
}





.about-hero {
  text-align: center;
  padding: 50px 0;
}
.about-hero h1 {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}
.about-hero p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
  line-height: normal;
}
.about-hero img {
  width: 100%;
}


.about-experience {
  padding: 50px 0;
}
.about-experience h6 {
  font-size: 18px;
  padding-bottom: 10px;
}
.about-experience h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 25px;
}
.about-experience-logos {
  font-size: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-experience-logos>li {
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.about-experience-logo-box {
  height: 140px;
}
.about-experience-logo-box img {
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.about-experience p {
  font-size: 16px;
  line-height: normal;
}
.about-mission {
  padding: 50px 0;
}
.about-mission h6 {
  font-size: 18px;
  padding-bottom: 5px;
}
.about-mission h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 25px;
}
.about-mission .col-md-6>p {
  font-size: 16px;
  line-height: normal;
  padding-bottom: 50px;
}

.mission-box-about h5 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 15px;
}
.mission-box-about p {
  line-height: normal;
  font-size: 16px;
}
.about-cta-box {
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  min-height: 240px;
  text-align: center;
  padding: 15px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-cta-box span {
  font-size: 34px;
  border: 1px solid #102f53;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-cta-box p {
  font-size: 18px;
  line-height: normal;
  max-width: 80%;
  padding: 15px 0 25px;
}
.about-cta-box a {
  color: #fff;
  font-size: 16px;
  background-color: #ffc801;
  padding: 15px 25px;
  border-radius: 5px;
}


.about-cta-boxes {
  padding: 50px 0;
}




.write-and-earn-powerhouse {
  padding: 50px 0;
}
.write-and-earn-powerhouse h1 {
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  padding-bottom: 35px;
}
.write-and-earn-powerhouse h2 {
  font-size: 24px;
  font-weight: 500;
  padding-top: 35px;
  padding-bottom: 25px;
}
.write-and-earn-powerhouse h5 {
  font-size: 22px;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 25px;
}
.write-and-earn-powerhouse .container>p {
  font-size: 16px;
  line-height: normal;
}
.earn-review-steps {
  counter-reset: steps-counter-review;
  max-width: 90%;
  margin: auto;
}
.earn-review-steps > li {
  counter-increment: steps-counter-review;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  line-height: normal;
}
.earn-review-steps>li::before {
  content: "Step 0" counter(steps-counter-review);
  background-color: #082e53;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 5px 15px;
  border-radius: 35px;
  flex-shrink: 0;
}



/* .contact-us-section {
  padding: 50px 0;
} */
.contact-us-section .container-fluid {
  padding: 50px 35px;
  background-color: #fff;
  border-radius: 10px;
}
.contact-us-section iframe {
  width: 100%;
 min-height: 840px;
}
.contact-us-section h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 35px;
}
.contact-us-section p {
  font-size: 16px;
  line-height: normal;
}
.contact-us-section p strong {
  font-weight: 600;
}
.contact-us-section p a {
  color: inherit;
}



.contact-page-form-wrapper {
  padding-top: 50px;
}
.contact-page-form-wrapper h6 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 25px;
}
.contact-page-form-wrapper input:not([type="submit"]) {
  border: 1px solid #E1E2E3;
  width: 100%;
  padding: 15px 25px;
  margin-bottom:15px;
}
.contact-page-form-wrapper input[type="submit"] {
  background-color: #102F53;
  color: #fff;
  width: 100%;
  padding: 25px 15px;
  font-size: 18px;
  font-weight: 600;
}
.contact-page-form-wrapper textarea {
  border: 1px solid #E1E2E3;
  width: 100%;
  padding: 15px 25px;
  margin-bottom:25px;
}




.b2c-categories {
  padding: 30px 0;
}
.b2c-catogories-list {
  font-size: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 25px 25px;
  border-radius:10px;
}
.b2c-catogories-list>li {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.b2c-catogories-list a {
  display: block;
}

.btc-cb-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}


.btc-categories-box {
  height: 100%;
  background-color: #f0f0f0;
  padding: 25px 15px;
  transition: all 0.3s ease-in-out;
}


@media (min-width:767px){
  .btc-categories-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

  
}

.btc-categories-box h6 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
}


.btc-cb-img {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}




.dealzone-products {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.dealzone-products>li {
  width: 33.333%;
}
.dealzone-product-box {
  background-color: #fff;
  padding: 25px 25px;
  min-height: 400px;
  border: 1px solid #d2d2d25c;
}

.dpb-ratings {
  font-size: 14px;
  padding-top: 15px;
  color: black;
}

.dpb-img {
  height: 150px;
}
.dpb-img img {
  height: 100%;
  object-fit: contain;
}
.dpb-body {
  padding-top: 25px;
}
.dpb-body h3 {
}
.dpb-title {
  font-size: 18px;
}
.dpb-main-price {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
}
.dpb-price-discount {
  color: #999;
  text-decoration: line-through;
  font-size: 12px;
  padding-top: 25px;
}
.dpb-price-discount span {
  color: #3f9a59;
  font-weight: bold;
  padding-left: 10px;
}



.b2c-articles-wrapper {
  background-color: #fff;
  padding: 40px 25px;
}
.b2c-articles-wrapper h2 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 15px;
}
.home-blogs {
  display: flex;
  align-items: flex-start;
}
.home-blogs>li {
  width: 33.333%;
  padding: 0 10px;
}
.blog-box-alt-img {
  height: 220px;
}
.blog-box-alt-img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-box-alt h5 {
  font-size: 14px;
  font-weight:500;
  line-height: normal;
  padding: 10px 15px;
}



.warranty-repair-template {
  line-height: normal;
}
.warranty-repair-template ul li {
  list-style: disc;
  padding-top: 15px;
}
.warranty-repair-template ul {
  padding-top: 25px;
}
.warranty-repair-template ul h4 {
  font-weight: bold;
  padding-bottom: 5px;
}


.phe-store-locator {
  padding: 50px 0;
}
.phe-store-locator h1 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 50px;
}
.store-location-map {
  height: 470px;
}
.store-location-map iframe {
  width: 100%;
  height: 100%;
}
.store-location-details {
  padding: 35px 25px;
}
.store-locations-list>li {
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 11px 11px 20px 5px rgba(0,0,0,0.1);
}
.store-location-details h2 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 30px;
}
.store-location-details h3 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.store-location-details p {
  font-size: 16px;
  line-height: normal;
  padding-bottom: 30px;
}
.store-location-btn {
  background-color: #f9c322;
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.store-location-btn:hover {
  color: #fff;
}


.section-faqs .page-title {
  display: none;
}
.answer.collapse {
   display: none;
}
.question {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  padding: 10px 15px 2px;
  background-color: #fff;
  border: solid 1px #e7e7e7;
  transition: all .3s ease-in-out;
  line-height: normal;
}
.faqs-items-content > .faq {
  border-bottom: none;
  padding-top: 0px;
}
.answer.collapse {
  padding: 15px 25px;
}


.question.js-collapse-trigger.active {
  background-color: #102F53;
}
.question.js-collapse-trigger.active h3{
  color: #fff;
}

.question.js-collapse-trigger.active svg {
  filter:invert(1);
  transform:rotate(180deg);
}


.popup-install {
  max-width: 500px;
  max-height: 80%;
  width: 100%;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%) !important;
  border-radius: 12px;
  z-index: 11;
  position: fixed;
  /* background-color: #fff; */
  /* box-shadow: 1px 10px 10px #0000004d; */
}
.popup-install-inner {
  /* padding: 35px 25px; */
  text-align: center;
  font-size:0;
}
.popup-install-inner h5 {
  font-weight: 700;
  font-size: 24px;
 padding-bottom: 15px;
  line-height: normal;
}
.popup-install-inner p {
  line-height: normal;
}
.close-install {
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 10px;
}

.deal-box-slider img {
  border-radius: 30px;
}
/* old pages css end */


@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
  .header-actions > li {
  padding-left: 10px;
}

  .hero-menu h5 {
  padding: 15px 15px;
  }


  .hero-menu {
  padding: 15px 25px;
}
  .hero-menu-list a {
  font-size: 14px;
  padding: 5px 10px;
}

  .hc-left-top-body h5 {
    font-size: 22px;
  }
  .hc-left-top-body p {
    font-size: 16px;
  }
  .hc-left-bottom-body h5 {
    font-size: 24px;
  }

.hc-left-bottom-body p {
  font-size: 16px;
}

.hc-center-box img {
  height: 180px;
}
  .floating-cta-wrap {
  padding: 30px 75px;
}


  .deal-cat-box-img {
    height: 120px;
  }

.deal-cat-box h6 {
  font-size: 20px;
}

  .hla-brands-list a {
  /* height: 85px; */
  /* font-size: 15px; */
  /* line-height: 85px; */
  }

  .hla-top-cat-box-body h6 {
  font-size: 18px;
  }
.home-listings-alt-slider .product-box-main {
  width: 20vw;
}

  .skewed-cta-wrap h5 {
    font-size: 30px;
  }
  .skewed-cta-wrap p {
    font-size: 16px;
  }
  .footer-top-info-box a {
  font-size: 14px;
}
}


.pbm-sku a {
  display: inline;
}


.footer-about {
  line-height: normal;
}



.collection-page-subcats>h4 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: 'Open Sans';
padding-top: 15px;
}
/* .collection-page-subcats-list {
  display: flex;
  gap: 15px;
} */

.collection-page-subcats-list img {
  display: block;
  margin: auto;
}

.collection-page-subcats-list>li {
  width: 25%;
  text-align: center;
}
.collection-page-subcats {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom:35px;
}
.collection-page-subcats-list .deal-cat-box-img {
  background-color: #fff;
}
.collection-page-subcats-list h6 {
  font-size: 20px;
  white-space: normal;
  margin: 0 auto;
}
.collection-page-subcats-list a {
  display: block;
}



.ph-article-content h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 25px;
  padding-top: 10px;
}
.ph-article-content h3 {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 10px;
}
.ph-article-content h4 {
  font-size: 24px;
  font-weight: 500;
}
.ph-article-content ul li {
  list-style: disc;
  list-style-position: inside;
}
.ph-article-content ul {
  padding-left: 15px;
}

.ph-article-content ul li > * {
  display: inline;
}


.brands-listing-list {
  display: flex;
  font-size:0;
  align-items: flex-start;
  
}
.brands-listing-list>li {
  width: 16.667%;
  padding:0 10px;
}
.brand-listings-section {
  padding: 50px 0;
}
.brand-listing-image {
  position: relative;
}
.brand-listing-body {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px 25px;
  text-align: center;
}
.brand-listing-body h5 {
  color: #000;
  font-size: 16px;
  padding-bottom: 10px;
}
.brand-listing-body h6 {
  color: #f9c322;
  font-size: 18px;
  font-weight: 500;
}
.brand-listing {
  background-color: #fff;
  border-radius:10px;
  overflow:hidden;
}


.brand-listing-image-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 40px;
  background-color: #fff;
}
.brand-listing-image-logo img {
  height: 100%;
  object-fit: scale-down;
  width: auto;
display: block;
margin: auto;
  padding:5px 0; 
}
.brand-promo-banner-box img {
  border-radius: 50px;
}



.blog-articles {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 0;
}
/* .blog-articles__article.article {
  width: 31.333%;
} */
.ph-blogbox-img img {
  height: 240px;
  object-fit: cover;
}
.ph-blogbox-img a {
  display: block;
}


.b2c-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff7a;
  font-size: 34px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index:2;
}
.b2c-button:hover {
  background-color: #ffffff10;
}
.b2c-button.b2c-hero-left {
  left: 0;
}
.b2c-button.b2c-hero-right {
  right: 0;
}


.b2c-about h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 35px;
}
.b2c-about p {
  font-size: 16px;
  line-height: normal;
  padding-bottom: 25px;
}
.b2c-about a {
  background-color: #f9c322;
  padding: 15px 35px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
}


.b2c-about-video span {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 40px;
  border: 6px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ffffff30;
}
.b2c-about-video {
  position: relative;
}

.b2c-about {
  padding: 40px 0;
}

.b2c-dealzone h2 {
  text-align: center;
font-size: 20px;
  padding-bottom: 25px;
  font-weight: 300;
}
.b2c-dealzone h2 span {
  font-weight: bold;
  font-size:30px;
}


.dpb-ratings {
  font-size: 12px;
  padding-top: 15px;
  color: #ffcb00;
}
.dpb-deal-timer {
  color: #e67300;
  font-weight: 500;
}
.deal-ends-in-dpb {
  display: flex;
  flex-direction:column;
  align-items: flex-end;
  justify-content: flex-end;
}
.deal-ends-in-dpb h5 {
  color: #999;
  font-size: 12px;
}

.b2c-featured-savings {
  padding: 40px 0;
}
.b2c-featured-savings h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 35px;
}

.b2c-dealzone {
  background-color: #e5e5e5;
  padding-top: 35px;
  padding-bottom: 35px;
}


.dpb-progressbar {
  display: block !important;
  height: 4px;
  width: 145px;
  position: relative;
  margin-top: 5px;
}
.dpb-progressbar::before {
  content: ;
  content: "";
  background-color: #e5e5e5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}


.dpb-progressbar-in {
  background-color: #e67300;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
}


.featured-saving-products {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.fsp-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #d2d2d270;
}
.featured-saving-products>li {
  width: 33.333%;
}
.fsp-box-img {
  width: 40%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:15px 15px;
}
.fsp-box-img img {
  height: 90%;
  object-fit: contain;
}

.fsp-box-body {
  width: 60%;
}


.fsp-box-body h3 {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 15px;
}
.fsp-ratings {
  font-size: 12px;
  color: #000;
  padding-bottom: 10px;
}
.fsp-price {
  font-size: 14px;
  font-weight: bold;
}
.fsp-price span {
  font-size: 10px;
  text-decoration: line-through;
  padding-left: 5px;
}
.fsp-discount {
  color: #3f9a59;
  font-size: 14px;
  padding-top: 12px;
  font-weight: 600;
}

.ph-product-categories-home {
  padding: 20px 0;
}
.ph-product-categories-home .container-fluid {
  background-color: #F2F2F2;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
}
.ph-product-categories-home h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Open Sans';
}
.ph-home-categories-list {
  font-size: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ph-home-categories-list>li {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0 15px;
  margin-top: 20px;
}
.ph-home-categories-list a {
  display: block;
}
.ph-hcl-box {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 25px 15px; */
}
.ph-hcl-box img{
  border-radius:10px;
}

.ph-hcl-box h6 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  width:50%;
  line-height: normal;
}
.ph-hcl-box-img {
  width: 50%;
  border-radius: 5px;
  overflow: hidden;
  height: 190px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ph-hcl-box-img img {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
}


.tcustomizer-checkbox__input {
  appearance: checkbox;
}
.tcustomizer-watermark {
  display: none;
}
. .tcustomizer-checkbox__label {
  font-size: 14px;
}





.bulk-order-main-section {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
.bulk-order-main-section h1 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 75px;
}
.bulk-order-main-section p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-bottom: 35px;
}
.bulk-order-main-form-wrapper {
  max-width: 600px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.0784313725490196);
  border-radius: 8px;
  padding: 30px 40px 0;
  margin-left: auto;
  margin-right: auto;
}
.bulk-order-main-form-wrapper h3 {
  color: #000;
  font-size: 20px;
  text-align: center;
  line-height: normal;
  padding-bottom: 25px;
}
.bulk-enquiry-works {
  text-align: center;
}
.bulk-enquiry-works .container-fluid {
  background-color: #fff;
  padding: 50px 25px;
}
.bepb-img {
  height: 80px;
  position: relative;
  z-index: 2;
}
.bepb-img img {
  height: 100%;
  object-fit: contain;
}
.bulk-enquiry-works h2 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding-bottom: 60px;
}
.bepb-body {
  padding-top: 25px;
}


.bulk-enquiry-works .row {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}



.bepb-body h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
}
.bepb-body p {
  font-size: 16px;
  line-height: normal;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.bepb-img::before {
  content: "";
  background-color: #f9c322;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  right: 50%;
  top: -20px;
}
.bulk-enquiry-faqs .container-fluid {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
.bulk-enquiry-faqs h2 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 35px;
}
.bulk-enquiry-faq-list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.bulk-enquiry-faq-list h4 {
  background-color: #102F53;
  color: #fff;
  font-size: 20px;
  padding: 12px 15px;
  font-weight: 500;
  position: relative;
  cursor:pointer;
}
.bulk-enquiry-faq-list h4::before {
  content: "+";
  position: absolute;
  right: 10px;
  top: 12px;
}
.bulk-enquiry-faq-list li+li{
  margin-top:15px;
}
.bulk-enquiry-faq-list div{
  display:none;
}
.bulk-enquiry-faq-list p {
  padding: 15px 15px;
  line-height: normal;
  font-size: 14px;
}
.bulk-enquiry-faq-list .active h4::before {
  content: "-";
}
.simple-sitemap__page_title {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 30px;
  text-align: center;
}
.simple-sitemap__list-title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
}
.simple-sitemap__list li {
  line-height: normal;
  margin-bottom: 5px;
}




  @media (max-width:767px){
   .header-main-menu-wrapper {
    display: block;
    }
  {
    .brands-listing-list {
  flex-wrap: wrap;
}
.brands-listing-list>li {
  width:50%;
  margin-bottom:20px;
}
.main-blog .title--primary {
  margin: 0;
  padding-bottom: 35px;
}

 
    
  }


 

@media (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }

  
  /* .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0f4c97;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }
  .logo img {
    max-width: 50%;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  } */
.pbm-btns{
  flex-wrap:wrap;
}
.pbm-btns > * {
  width: 100% !important;
}

  .pbm-title {
  font-size: 16px;
  }

  .pbm-price {
  font-size: 16px;
}

  .pbm-price s {
  font-size: 12px;
  }


  .header-actions a {
  font-size: 12px;
  }

  .hero-menu {
  padding: 15px 0;
}

  .home-info-box {
  padding: 20px 25px;
  }
  .bestselling-prod-box h6 {
  font-size: 18px;
  }
}

/* @media  (max-width: 991px) {
 

  .home-hero .col-md-3 {
  display: none;
}
  
.home-hero .col-md-9 {
  max-width: 100%;
}

  .home-info-box-wraps {
  padding: 25px 15px;
}

  .home-info-box {
  padding: 25px 15px;
}

  .home-info-box h5 {
    font-size: 18px;
    }
  .home-info-box p {
  font-size: 14px;
  padding-bottom: 20px;
}

  
.pbm-btns {
  flex-direction: column;
}
.pbm-btns button,.pbm-btns a {
  width: 100%;
}

  .home-listings-alt-slider .product-box-main {
  width: 100%; 
}
 
  
} */


@media (max-width: 767px) {
  .hero-menu {
    display: none;
  }
  .product__media-wrapper li.first.last {
    height: 100% ! IMPORTANT;
  }
  li.first.last {
    height: 120px;
  }

.home-hero {
  padding: 15px 5px;
}
  .home-hero .container-fluid {
  padding: 0;
}

.home-info-box-wraps {
  padding: 25px 15px;
}


  .home-info-box {
  padding: 25px 15px;
  text-align: center;
}

.home-info-box h5 {
  font-size: 24px;
}

.home-info-box p {
  font-size: 16px;
  line-height: normal;
  padding-bottom: 25px;
}


.btn-theme-yellow {
  padding: 15px 25px;
}

.promos-section {
  padding: 30px 0;
}

.home-bestselling-wrap {
  padding: 25px 15px;
}

  .home-bestselling-wrap h2 {
  font-size: 24px;
  }

  .home-bestselling-products {
  flex-wrap: wrap;
}

.home-bestselling-products > li {
  width: 50%;
  margin-top: 10px;
}

  .bestselling-prod-box h6 {
  font-size: 14px;
  left: 10px;
  max-width: 50%;
  }

.trending-wrap {
  padding: 30px 5px;
}


.product-box-main-img {
  height: 140px;
}

.pbm-btns {
  flex-wrap: wrap;
}

  .pbm-btns > a, .pbm-btn-primary {
  width: 100%;
  }
  
  .trending-products-slider .slick-slide {
  padding: 20px 0 0;
}

  .trending-btn {
  top: -30px;
  }

.trending-wrap h2 {
  font-size: 24px;
}
.home-categories-wrap {
  padding: 25px 15px;
}
.hc-left-bottom {
  margin-top: 10px;
}
  .hc-center-list{
    margin-top:10px;
  }
.hc-center-list > li {
  margin-bottom: 10px;
}

.floating-cta-wrap {
  padding: 25px 15px;
  text-align: center;
}
  .floating-cta-wrap h3 {
  font-size: 38px;
  }
.floating-cta-wrap p {
  max-width: 100%;
  font-size: 14px;
  padding-bottom: 25px;
}

  .floating-cta-img {
  margin-top: 0;
}

  .home-deals-wrap {
  padding: 25px 15px;
}

.heading-flex h2 {
  font-size: 28px;
}
.deal-box-content h6 {
  font-size: 20px;
}
.deal-box-content h5 {
  font-size: 34px;
}

.home-deals-categories {
  margin: 25px -15px 0;
}

.deal-cat-box h6 {
  font-size: 16px;
  padding-top: 10px;
}

.home-deals-categories > li {
  padding-bottom: 15px;
  padding-left:5px;
  padding-right:5px;
}

  

.home-listing-alts-wrap {
  padding: 25px 15px;
}


.home-listing-heading h3 {
  font-size: 20px;
  line-height: normal;
  padding-right: 20px;
}
.btn-theme-black {
  white-space: nowrap;
}
  
.home-listings-alt-top {
  padding: 25px 0;
}

  .home-listings-alt-brand {
  padding: 25px 15px;
    text-align:center;
}


  .hla-top-cat-list {
  flex-wrap: wrap;
  padding-top: 15px;
    margin: 0 -15px;
}

.hla-top-cat-list > li {
  width: 50%;
  margin-bottom: 10px;
}
  
  .hla-top-cat-box-body h6 {
  font-size: 14px;
}

.hla-top-cat-box-body a {
  font-size: 12px;
}

  .ph-article-img img {
  height: 240px;
  object-fit: cover;
}

  .ph-article-content img {
  max-width: 100%;
  height: 240px;
  }

  /* .home-listings-alt-slider .product-box-main {
  width: 55vw;
} */

  .home-listings-alt-slider .product-box-main {
  width: 100%;
}


 .home-listings-alt-slider  .slick-slide {
  margin: 0 5px;
}
  .home-listings-alt-slider .product-box-main-img {
  height: 180px;
}

  .hla-listing-btn {

  top: -140px;
  }
.hla-listing-btn {
  display: none;
}

.pbm-title {
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 10px;
}

  .product-box-alt-img {
  height: 140px;
}

  .home-listings-product .slick-slide {
  margin: 0 5px;
}
  
  .home-listings-alt-slider .product-box-main {
 
  overflow: hidden;
}

.home-product-listing-wrap {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom:50px;
}

.product-box-alt {
  width: auto;
}

.home-listings-product {
  padding-left: 15px;
  padding-right: 15px;
}

.skewed-cta-wrap {
  padding: 25px 15px;
  text-align: center;
  background-position: left;
  height: auto;
  margin-top: 0;
}

.skewed-cta-wrap h5 {
  font-size: 24px;
  line-height: normal;
}

  .home-disclaimers {
  padding: 35px 0;
}

.home-disclaimers h5 {
  font-size: 14px;
}


.home-disclaimers p {
  font-size: 12px;
}

 .footer-keywords {
  padding: 30px 0;
}
.footer-keywords p {
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
}
  .footer-top {
  padding: 30px 0;
}

  .footer-top h5 {
  font-size: 24px;
  }


.footer-top-right {
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 30px;
  justify-content: flex-start;
}

/* .footer-middle .widget {
  padding: 15px 0;
} */

.copyright {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}

.copyright .text-right {
  text-align: center;
}


.footer-accordian::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #e73c17; */
    transition: all 0.3s ease-in-out;
    
  }
  
  .footer-accordian.active::after {
    transform: rotate(180deg);
  }

  .footer-menu {
  display: none;
}

 .footer-accordian {
  position: relative;
  border-bottom: 1px solid #bcbcbc61;
  padding-bottom: 15px !important;
  margin-bottom: 15px;
   cursor:pointer;
}
.footer-about {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 35px;
}
  .footer-top-info-box img {
  width: 40px;
}
.hero-btn-left-wrap button {
  width: 30px;
  height: 30px;
  transform: translate(20px);
  font-size: 14px;
}
.pro-view-btn {
  display: none !important;
}
.pbm-title a{
  min-height: auto !Important;
}
.home-listing-heading{
  padding-left: 10px;
  padding-right: 10px;
}
  .hero-btn-right-wrap button {
  width: 30px;
  height: 30px;
  transform: translate(-20px);
  font-size: 14px;
  }

.topbar-tagline {
  display: none;
}

.info-bar-menu {
  display: none;
}

  .hi-bar-right {
  justify-content: space-between;
}

  
.main-header-left {
  gap: 5px;
}

/* .header-search-wrap {
  width: 60%;
} */


  .main-header .col-md-9 {
  max-width: 75%;
    padding: 0 5px;
}

  
  
.header-search-wrap input::placeholder {
  opacity: 1;
  font-size: 10px;
}

.header-search-wrap input{
  font-size:12px;
}

  
 .header-search-btn {
 
  width: 30px;
  font-size: 10px;
}


  .header-promo-link{
    display:none;
  }


  .header-actions > li:last-child {
  display: none;
}

  .main-header .col-md-3 {
  max-width: 25%;
}

  .cart-items-count-bubble {
  left: 18px;
  }



.header-search-wrap #predictive-search-queries {
  margin: 0 10px;
}



.header-search-wrap .predictive-search__item {

  padding: 5px 10px;
}

.header-search-wrap  .predictive-search__item-heading {
  font-size: 14px;
}

 .header-search-wrap  .predictive-search__results-groups-wrapper {
  gap: 0px !important;
}


 .header-search-wrap .predictive-search__heading {
  margin: 0 10px;
  padding-top: 10px;
}

 .header-search-wrap .predictive-search__item--link-with-thumbnail {
  grid-column-gap: 0rem;
   grid-template-columns: 4rem 1fr;
}

.header-search-wrap .predictive-search__item-vendor {
  font-size: 0.6rem;
}
  
 .header-search-wrap  .predictive-search__item.predictive-search__item--term.link.link--text.h5.animate-arrow {
  padding: 10px 10px;
   margin-bottom:0;
}

 .header-search-wrap .predictive-search__item.predictive-search__item--term.link.link--text.h5.animate-arrow span {
  font-size: 14px;
}

  .header-search-wrap .reset__button.field__button {
  right: 30px;
}

.main-header-menu {
  display: block;
  white-space: nowrap;
  overflow: auto;
  padding: 5px 15px;
}



  body,html{
    overflow-x:hidden;
  }


  .wph-list > li {
 
  width: 100%;
  margin-bottom: 15px;
}



  .wph-list {
  flex-wrap: wrap;
}


.wph-box h5 {
  padding: 10px 0 5px;
}





.related-products-list {
  flex-wrap: wrap;
}
.related-products-list > li {
  width: 48%;
}

  header {
  padding: 5px 0 0;
}


  .collection-brands-custom h5 {
  font-size: 15px;
  }

  .pba-title {
  font-size: 15px;
  }

  .footer-keywords {
  display: none;
}

  .pbm-sku a {
  display: inline;
}

  .main-header {
  padding-bottom: 5px;
  padding-top: 5px;
}

  .header-search-wrap input {
  padding: 0 5px !important;
}


  .breadcrumbs__list {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}


  .mpi-quantity {
  margin-bottom: 10px;
}


  .totals > h2 {
  font-size: 16px;
}


  .totals__subtotal-value {
  font-size: 18px !important;
}

  .cart-drawer .cart-item > td:nth-child(1), .cart-drawer .cart-item > td:nth-child(2) {
  width: 60%;
}




.main-cart-page-ph .cart-item__image-container {
  max-width: 60px !important;
}
.main-cart-page-ph .cart-item__image-container img {
  width: auto;
  max-width: 100%;
}
.main-cart-page-ph .price.price--end {
  font-size: 14px;
}
.main-cart-page-ph .cart-item__name {
  font-size: 16px;
  line-height: normal;
}
.main-cart-page-ph .product-option {
  font-size: 12px;
  line-height: normal;
}
.main-cart-page-ph .cart-item {
  margin-bottom: 25px;
}

.main-cart-page-ph .totals {
  justify-content: space-between;
}
.collection-page-subcats-list h6 {
  font-size: 12px;
}


  .header-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-radius:0;
  max-width: 85%;
  height: 100%;
    padding:35px 0 35px 10px;
}

  .header-nav::before {
  content: none;
  }

  .header-child-nav {
  display: none;
}

  .header-nav a > span {
  display: none;
}


  .header-nav > li > a {
  font-size: 13px;
  line-height: normal;
}


  .home-info-box-section {
  display: none;
}


  .hero-banner-wrap {
  padding: 0 10px;
}

.promos-section {
  display: none;
}

/* .floating-cta-alt {
  display: none;
}*/
  .home-deals {
  margin-top: 25px;
}

  .heading-flex {
  padding-bottom: 15px;
}


  .home-listings-inner {
  padding: 20px 0;
}

  
  .home-disclaimers {
  display: none;
}

  .footer-e-email {
  padding-bottom: 15px;
}

  .footer-socials-wrap ul {
  justify-content: flex-start;
}

  .footer-menu-copyright a {
  font-size: 10px;
  }


  .footer-menu-copyright {
  justify-content: center;
  padding-bottom: 10px;
}

  .skewed-cta-wrap p {
  font-size: 12px;
}
#ProductCount {
  font-size: 14px;
  padding-right: 5px;
}

  .button-label {
  font-size: 14px;
}

  .facets-container {
  padding-top: 0 !important; 
}



.mpi-buttons > div {
  width: 100%;
}


  .wa__btn_popup {
  bottom: 100px !important;
}
  


body .mpi-buttons button {
  /* width: 100% !important; */
  margin-bottom: 0 !important;
}

  .product-form__buttons {
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.product-form__buttons {
    max-width: 100% !important;
    width: 100% !important;
}

  .header-menu-list {
    justify-content: flex-start;
  }

  .collection-page-subcats-list > li {
  min-width: 30vw;
}


.header-login-btn {
  color: #fff;
  font-size: 12px;
}
.header-login-btn i {
  display: none;
}

  .trending-btn.trending-left {
  left: 0;
    bottom:auto;
  top: 35%;
  transform: translateY(-35%);
  z-index: 1;
}

  .trending-btn.trending-right.slick-arrow {
  top: 35%;
  transform: translateY(-35%);
}

  .header-search-wrap .predictive-search__results-groups-wrapper > div:nth-child(1) {
  display: none !important;
}
.promos-section.assistance-section-home.mx-width-full {
  display: block !important;
  padding-bottom:0px;
}


   /* .predictive-search {
  position: fixed !important;
  left: 0 !important;
  top: 82px !important;
  right: 0 !important;
}  */


  .search-modal__content{
    position:static !important;
  }

  .main-header .col-md-9 {
  position: static !important;
}


  .header-search-wrap .predictive-search .price {
  margin-top: 0;
}
  
  .custom-product-collection-title {
  padding-bottom: 25px;
  text-align: center;
  width: 100%;
}


  .skewed-cta-wrap {
  padding-bottom: 200px;
  background-position: 75% 100%;
}

  .template-search__results {
  padding-top: 25px;
}


  
.parent-has-child {
  position: relative;
  padding-right: 35px;
}
.mob-drop {
  font-size: 14px;
color: #000;
width: 24px;
height: 24px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 5px;
top: 5px;
border: 1px solid rgba(0,0,0,.1);
cursor: pointer;
transition: all .3s ease-in-out;
border-radius: 50%;
}

  .header-child-nav {
  position: static;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  border: none;
  padding-left: 15px;
}

  .header-child-nav .mob-drop {
  right: -30px;
}
  .mob-drop i{
      transition: all 0.3s ease-in-out;

  }
  .mob-active i {
  transform: rotate(45deg);
}

  .header-nav>li{
    border-bottom: 1px solid rgba(185, 185, 185, 0.12);
  }

.header-nav::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f9c322;
  content: "All Departments";
  border: 0;
  transform: none;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  font-size: 20px;
  font-weight: 500;
}


  .header-nav {
  overflow: auto;
}

  
.mobile-menu-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 6;
  font-size: 18px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

  
.header-nav {
  visibility: visible;
  opacity: 1;
  left: -350%;
  transition: all 0.3s ease-in-out;
}
.header-nav.header-nav-active {
  left: 0;
}


  .main-header-menu {
  display: none;
}

  .logo > video {
  max-width: 120px;
}

  button.gBackInStockBtn {
  width: 100% !important;
}

  #ProductCount {
  display: none;
}


  .deals-top-brands-list > li {
  width: 50%;
}

.brands-hero.mx-width-full .container-fluid {
  padding: 0;
}
  
  .dtbb-category h3 {
    font-size: 14px;
  }
  .dtbb-category {
  padding: 10px 0;
  margin-top: -15px;
}


.brands-listing-list {
  flex-wrap: wrap;
}
.brands-listing-list > li {
  width: 50%;
  margin-bottom:20px;
}

  .brand-listing-body {
  padding: 15px 15px;
}

  .header-search-wrap {
  padding: 10px 15px 0;
    /* position:relative; */
}
  .header-search-wrap .price-item.price-item--sale.price-item--last {
  font-size: 16px !important;
}
.main-header-left {
  flex-direction: row-reverse;
  justify-content: space-evenly;
}
.header-main-menu-wrapper {
  position: absolute;
  left: 10px;
}
  .logo {
  margin-right: -50px;
}


.brands-listing-list.brands-listing-list-alt > li {
  width:50%;
  margin-bottom:20px;
}


  .powerhouse-preloader {
  display: none !important;
}

  .about-hero h1 {
  font-size: 30px;
  }

.about-experience h2 {
  font-size: 30px;
}


  .about-mission {
  padding-top: 0;
}

  .about-mission h6 {

  padding-top: 25px;
}
.about-mission h3 {
  font-size: 30px;
}

.mission-box-about {
  padding-top: 25px;
}
  
  .about-mission .col-md-6 > p {
  padding-bottom: 25px;
}
  .about-cta-box {
  margin-bottom: 15px;
}
.about-cta-box p {
  font-size: 16px;
}
  
  .write-and-earn-powerhouse h1 {
  font-size: 30px;
  }

.write-and-earn-powerhouse h2 {
  font-size: 18px;
  line-height: normal;
}


  .earn-review-steps {
  max-width: 100%;
}


  .earn-review-steps > li {
 
  align-items: flex-start;
  margin-bottom: 25px;
  flex-direction: column;
}

  .contact-us-section .container-fluid {
  padding: 25px 15px;
  }

  
.contact-us-section iframe {
  width: 100%;
  min-height: 300px;
}
  
 .contact-us-section h2 {
 
  padding-bottom: 25px;
  padding-top: 30px;
}

  .contact-page-form-wrapper input[type="submit"] {
      padding: 15px 15px;
  }


   .blog-articles__article.article {
  width: 100%;
}


.main-blog .title--primary {
  margin: 0;
  padding-bottom: 35px;
}


.b2c-catogories-list {
  margin-top: 15px;
}
.b2c-catogories-list > li {
  width: 50%;
  padding-bottom: 10px;
  margin-bottom:10px;
}
.btc-cb-img {
  height: 80px;
}
.btc-cb-img img {
  height: 100%;
  object-fit: contain;
}
.btc-categories-box h6 {
  font-size: 14px;
}
.btc-categories-box {
  padding: 10px 10px;
  min-height: 145px;
}

  .b2c-about img {
  height: 240px;
  object-fit: cover;
  padding-bottom: 15px;
}
.b2c-about h1 {
  font-size: 30px;
  padding-bottom: 25px;
}
.b2c-about p {
  padding-bottom: 35px;
}

  .b2c-dealzone h2 {
    font-size: 20px;
  }
  .b2c-about {
  text-align: center;
}

.b2c-dealzone .container {
  padding: 0;
}

.dealzone-products > li {
  width: 50%;
}
  .dpb-title {
  font-size: 16px;
  line-height: 20px;
}

  .dpb-price-discount span {

  padding-left: 0;
  padding-top: 5px;
}
.dpb-ratings {
  font-size: 12px;
}

  
.dealzone-product-box {
  padding: 15px 15px;
}

.b2c-featured-savings h2 {
  font-size: 20px;
}

.featured-saving-products > li {
  width: 100%;
}

  .home-blogs > li {
  width: 100%;
    padding:0 0 5px;
  }

.home-blogs {
  flex-wrap: wrap;
}
  


  .store-location-map {
  height: 340px;
}

  .phe-store-locator h1 {
  font-size: 30px;
  line-height: normal;
}
.store-location-details h2 {
  font-size: 24px;
  line-height: normal;
}
  
  .b2c-button {
  width: 25px;
  font-size: 20px;
}

  .ph-home-categories-list > li {
  width: 50%;
  padding: 0 5px;
  margin-top: 10px;
}

  .ph-hcl-box h6 {
  font-size: 12px;
  width: 40%;
    text-align:left;
    padding-right:5px;
  }

  .ph-hcl-box-img {
  width: 60%;
  height: 100px;
  padding: 5px 5px;
  border-radius: 5px;
}
.ph-hcl-box {
  padding: 15px 5px;
}
  .b2c-categories {
  padding: 0 0 20px;
}

  .b2c-catogories-list {
      padding: 10px 0 0;
    
  }
.popup-install {
  width: calc(100% - 15px);
}

  .home-deals-wrap .heading-flex {
  display: none;
}

  .deal-box-slider {
  display: none;
}


.home-decor-products-list {
  overflow: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  cursor: grab;
}

.home-decor-products-list > li {
  width: 55vw;
  flex-shrink: 0;
  padding:0 0;
}
  
  .home-decor-categories-sec {
  padding: 40px 0 0;
}


  body .tcustomizer-widget {
  margin-bottom: 0 !important;
}
   .tcustomizer-field:last-child {
  margin-bottom: 0 !important;
}


  .home-decor-cat-box img {
  width: 100%;
}


  .home-decor-categories-sec .col-md-4 .home-decor-cat-box {
  margin-bottom: 15px;
}


  .home-decor-products-list-category {
  min-height: 320px;
}

  .home-decor-products-list .slick-slide {
  margin: 0 5px;
}


  .brands-listing-round-list > li {
    min-width: 80px;
    width: 100px;
    height: 100px;
    
  }


  .brands-listing-round-list {
  justify-content: center;
}


  .brand-listing-single-image-items > li {
  width: 50%;
}

  .bulk-order-main-section {
  background-size: 100% 25%;
}


  .bulk-order-main-section h1 {
  font-size: 24px;
  padding-top: 50px;
  line-height: normal;
}
.bulk-enquiry-process-box {
  padding-bottom: 50px;
}

  .bepb-body p {
    max-width: 80%;
  }

  .bulk-enquiry-faq-list h4 {
    font-size: 14px;
  }

  .bulk-enquiry-works .container-fluid {
  padding: 50px 25px 0;
}

  .buyers-guide-hero.mx-width-full .container-fluid {
  padding: 0;
}

  .buyers-guide-heading h1 {
    font-size: 24px;
  }

  .buyers-guide-heading h3 {
  font-size: 18px;
  }
  .cbc-list {
  font-size: 0;
}

  .cbc-list > a {

  padding: 8px;
  font-size: 10px;
  margin-right: 0;
}

  .buyers-guide-detail-content.mx-width-full .container-fluid {
  padding: 0;
}

.buyers-guide-content-wrapper {
  padding: 15px 10px;
}

  .buyers-guide-content-wrapper h1, .buyers-guide-content-wrapper h2, .buyers-guide-content-wrapper h3, .buyers-guide-content-wrapper h4, .buyers-guide-content-wrapper h5, .buyers-guide-content-wrapper h6 {
  font-size: 16px;
  }

  .footer-middle h5 {
  font-size: 18px;
  }
  
  .header-login-btn svg {
  display: none;
}
  .home-product-listings-sec {
  padding: 10px 0 0;
}
  .home-listing-slider{padding-top:30px;padding-bottom: 20px !important;}
  .home-listing-slider .brands-listing-round-list > li {
  /* min-width: 100%;
  width: 100%; */
    min-width: auto;
  width: 50%;
  height: auto;
  padding: 0;
}

  .home-listing-slider .brand-listing-round-item h6{
    padding-bottom:10px;
    font-size:10px;
  }

  .product-box-main{margin:0;}

  .home-listings-product{padding-top:20px;}
  
.brand-listing-round-discount {
  left: -15px;
  top: 0;
  font-size: 6px;
  width: 35px;
  height: 35px;
}
  
}
/*  */
.shopify-challenge__button.btn {
  background-color: #000;
  margin-top: 15px;
}

:focus-visible{
  box-shadow:none !important;
}

/* .home-listings-product {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
}

.home-listings-product.slick-initialized {
    opacity: 1;
    visibility: visible;
} */

@media only screen and (max-width: 766px){
  .express-header .header-search-wrap{
    display: none;
  }
}
