.module {
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top; }
  .module .module-image-header img {
    width: 100%; }
header .module {
  margin-bottom: 0;
}
/* custom modules start */
#imagebanner .module-body {
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% top;
  box-shadow: 0 0 100px -8px #000 inset;
  -moz-box-shadow: 0 0 100px -8px #000 inset;
  -webkit-box-shadow: 0 0 100px -8px #000 inset;
  padding: 100px 0 180px;
  text-align: center; }
  #imagebanner .module-body img {
    max-width: 115px; }
  #imagebanner .module-body h1 {
    border-bottom: 1px dashed #fff;
    color: #fff;
    display: inline-block;
    margin: 0 auto 25px;
    padding: 20px 0 25px;
    text-transform: uppercase; }
  #imagebanner .module-body p {
    color: #fff;
    font-size: 1rem;
    line-height: 2;
    max-width: 830px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%; }
    #imagebanner .module-body p:first-of-type {
      animation-duration: 0.4s; }
  #imagebanner .module-body > div:first-of-type {
    animation-duration: 0.6s; }

#customerservice .module-body,
#mobileshopping .module-body,
#nextdaydelivery .module-body,
#pickupstore .module-body {
  padding: 0 30px;
  text-align: center; }

#customerservice h3,
#mobileshopping h3,
#nextdaydelivery h3,
#pickupstore h3 {
  margin: 15px 0;
  line-height: 15px; }

.manufacturers-logo {
  padding: 70px 0;
  text-align: center; }
  .manufacturers-logo a {
    margin: 0 15px; }
    .manufacturers-logo a:hover img {
      transform: scale(0.95);
      -moz-transform: scale(0.95);
      -webkit-transform: scale(0.95); }

#getintouch p {
  font-size: 0.875rem !important;
  font-weight: 700;
  line-height: 1.7;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 992px) {
  #imagebanner .module-body {
    background-size: 300%; } }

@media (max-width: 767px) {
  #imagebanner .module-body {
    padding: 25px 0; }
    #imagebanner .module-body p {
      font-size: 0.875rem;
      padding: 0 10px; } }

/* custom modules end */

/* box_featured_vendors start */

/* box_featured_vendors end */

/* box_logo start */
.box_logo .logo {
  padding: 0.5rem 0; }
.box_logo a img {
  max-height: 80px; }
/* box_logo end */


/* box_scrollup start */
.box_scrollup a {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 3rem;
  width: 3rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999; }
  .box_scrollup a:hover {
    opacity: 1; }

.box_scrollup i {
  font-size: 16px;
  position: absolute;
  left: 16px;
  top: 16px; }
/* box_scrollup end */


/* box_user_messages start */
.box_user_messages .bum-container {
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  max-height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  overflow: hidden;
  z-index: 9999; }
  .box_user_messages .bum-container.minimized .bum-body,
  .box_user_messages .bum-container.minimized .bum-your-message {
    display: none; }

.box_user_messages .bum-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 1rem; }
  .box_user_messages .bum-header h4 {
    flex: 1;
    font-weight: 400; }
    .box_user_messages .bum-header h4 a {
      font-size: inherit;
      font-weight: 700;
      margin-top: 0.25rem; }
  .box_user_messages .bum-header #bumClose {
    cursor: pointer; }

.box_user_messages .bum-body {
  overflow: auto;
  padding: 1rem; }

.box_user_messages .bum-your-message {
  box-shadow: 3px 0 1rem rgba(0, 0, 0, 0.25);
  padding: 1rem;
  overflow: auto; }
  .box_user_messages .bum-your-message .btn {
    margin: 1rem 0; }

.box_user_messages .bum-label {
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out;
  width: auto; }
  .box_user_messages .bum-label:first-child {
    padding-left: 0; }
  .box_user_messages .bum-label:last-child {
    font-size: 0.875rem;
    font-weight: normal;
    padding-right: 0;
    pointer-events: none; }

.box_user_messages .bum-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem; }

.box_user_messages .bum-meta {
  font-size: 0.875rem; }

.box_user_messages .bum-sender {
  text-transform: capitalize; }

.box_user_messages .bum-message {
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  width: 100%; }
  .box_user_messages .bum-message::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 1rem;
    z-index: -1; }

.box_user_messages .bum-item__admin,
.box_user_messages .bum-item__vendor {
  text-align: right; }
  .box_user_messages .bum-item__admin .bum-message::before,
  .box_user_messages .bum-item__vendor .bum-message::before {
    opacity: 0.25; }

.box_user_messages input[type="file"] {
  position: absolute;
  left: -9999px; }

.box_user_messages .auto-message {
  display: flex;
  align-items: center; }

.box_user_messages .auto-message-purl {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.box_user_messages .auto-message-img img {
  border-radius: 1rem;
  height: 120px;
  width: 120px;
  object-fit: contain; }

.box_user_messages .auto-message-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1rem; }
  .box_user_messages .auto-message-info > div {
    margin: 0.125rem 0; }

.box_user_messages .auto-message-pprice {
  font-weight: bold; }

.box_user_messages .bum-email-notification {
  color: #999;
  font-size: 0.875rem;
  margin: 1rem 0;
  text-align: center; }

@media (min-width: 768px) {
  .box_user_messages .bum-container {
    max-height: 80vh;
    width: 75vw; } }

@media (min-width: 993px) {
  .box_user_messages .bum-container {
    width: 50vw; } }

@media (min-width: 1366px) {
  .box_user_messages .bum-container {
    width: 25vw; } }

@media (min-height: 576px) {
  .bum-body {
    min-height: 10rem;
    height: 100%; }
  .bum-your-message {
    min-height: 17rem; } }
/* box_user_messages end */


/* Stats Count Start*/
.single_stat .counter-box p {
  color: #004E95;
  font-size: 18px;
  font-weight: bold;
}
.single_stat .counter-box i {
  font-size: 60px;
  color: #d2d2d2;
}
.single_stat .counter-box .counter {
  font-size: 32px;
  color: #42b549;
}
/* Stats Count End*/


/* box_social_icons start */
.box_social_icons {
  text-align: right; }

.box_social_icons a {
  color: #dadada !important;
  display: inline-block;
  font-size: 1.125rem !important;
  margin: 16px 0 0 5px; }
/* box_social_icons end */


/* box_canvas_search_bar start */
.box_canvas_search_bar video {
  height: 100%;
  object-fit: cover;
  width: 100%; }
.box_canvas_search_bar .video::after {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%; }
.box_canvas_search_bar .video {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5; }

.box_canvas_search_bar .carousel,
.box_canvas_search_bar .carousel .carousel-inner,
.box_canvas_search_bar .carousel .item {
  height: 100%; }

.box_canvas_search_bar .carousel .item img {
  height: 100%;
  object-fit: cover;
  width: 100%; }

.box_canvas_search_bar .module-body .searchbar {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 50; }

.box_canvas_search_bar .module-body .searchbar .box-content {
  display: inline-block;
  margin: 0;
  max-width: 550px;
  padding-top: 120px;
  text-align: center;
  width: 100%;
  max-width: 650px; }

.box_canvas_search_bar .module-body .searchbar .box-content form {
  position: relative; }

.box_canvas_search_bar .module-body .search-inputs {
  margin-top: 20px;
  position: relative; }

.box_canvas_search_bar .module-body .search-inputs > * {
  display: inline-block; }

.box_canvas_search_bar .module-body .search-inputs > button {
  background-color: transparent;
  border: none;
  color: #adafb1;
  font-size: 1.25rem;
  padding: 11px 0;
  position: absolute;
  right: 15px; }

.box_canvas_search_bar .module-body .search-inputs input[type="text"] {
  border: none !important;
  border-radius: 4px;
  font-size: 1rem !important;
  font-weight: 300 !important;
  padding: 15px; }

.box_canvas_search_bar
.module-body
.search-inputs
input[type="text"].with-category-filter {
  border-radius: 0 4px 4px 0; }

.box_canvas_search_bar .module-body .search-inputs input::-moz-placeholder,
.box_canvas_search_bar
.module-body
.search-inputs
input::-webkit-input-placeholder {
  color: #95989a; }

.box_canvas_search_bar .module-body {
  height: 600px;
  position: relative;
  z-index: 1;
  height: 100vh; }
  .box_canvas_search_bar .module-body .showcase {
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px; }
  .box_canvas_search_bar .module-body .container-iframe {
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
    .box_canvas_search_bar .module-body .container-iframe iframe {
      background: rgba(255, 255, 255, 0.5);
      padding: 10px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
/* box_canvas_search_bar end */

/* box_category_bar start */
.box_category_bar .nav.simple-menu {
  display: block;
  position: relative; }
  .box_category_bar .nav.simple-menu .dropdown-menu {
    min-width: 150px;
    margin-top: 20px;
    padding: 0; }
  .box_category_bar .nav.simple-menu .dropdown-menu.with-image {
    min-width: 450px; }
    .box_category_bar .nav.simple-menu .dropdown-menu.edge {
      right: 0;
    }

.box_category_bar .nav > li {
  padding: 20px 10px; }
  .box_category_bar .nav > li:first-child {
    padding-left: 0;
  }

.box_category_bar .nav > li > a {
  border-bottom: 1px solid transparent;
  font-size: 1rem;
  line-height: 0.875rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  z-index: 1; }

.box_category_bar .nav > li.button > a {
  display: inline-block; }

.box_category_bar .nav > li.logo {
  position: relative;
  width: 182px; }
  .box_category_bar .nav > li.logo a {
    position: absolute;
    padding: 0;
    top: -45px;
    z-index: 2500; }

.box_category_bar .nav .dropdown-menu:after {
  border-bottom-color: #fff; }

.box_category_bar .nav.simple-menu .dropdown-menu ul {
  background-color: #fff;
  display: inline-block;
  list-style: none;
  padding: 5px 0;
  position: relative;
  vertical-align: top;
  width: 100%; }

.box_category_bar .nav.mega-menu li .dropdown-menu .categories > ul {
  background-color: #fff;
  display: inline-block;
  list-style: none;
  padding: 5px 0;
  position: relative;
  vertical-align: top;
  min-width: 230px;
  background-color: transparent; }

.box_category_bar .nav.simple-menu .dropdown-menu ul li a {
  color: #757575;
  display: block;
  font-size: 0.75rem;
  padding: 10px 20px;
  position: relative; }
  .box_category_bar .nav.simple-menu .dropdown-menu ul li a:hover {
    padding-left: 30px;
  }

.box_category_bar .nav.simple-menu .dropdown-menu ul li:last-child a {
  border-bottom: none; }

.box_category_bar .nav.simple-menu .dropdown-menu ul li a:hover:before {
  width: 100%; }

.box_category_bar .nav .dropdown-menu .category-image {
  min-height: 100%;
  position: relative;
  width: 300px; }

.box_category_bar .nav.mega-menu .dropdown-menu .category-image {
  min-height: 250px; }

.box_category_bar .nav .dropdown-menu .category-image div {
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  right: 0;
  width: 300px; }

.box_category_bar .nav.mega-menu {
  position: static; }
  .box_category_bar .nav.mega-menu > li {
    position: static; }
  .box_category_bar .nav.mega-menu li .dropdown-menu {
    box-shadow: none;
    padding: 40px 0;
    top: 97%;
    width: 100%; }
    .box_category_bar .nav.mega-menu li .dropdown-menu > div {
      position: relative; }
    .box_category_bar .nav.mega-menu li .dropdown-menu .categories > ul {
      -moz-column-count: 4;
      -webkit-column-count: 4;
      column-count: 4; }
    .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level2 > li {
      display: inline-block;
      padding: 0 10px;
      margin: 0 0 40px;
      width: 100%; }
      .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level2 > li:hover {
        background-color: transparent; }
      .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level2 > li > a {
        display: block;
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase; }
        .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level2 > li > a > span {
          display: none; }
    .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level3 > li {
      margin-bottom: 8px;
      padding: 0 0 8px 0;
      position: relative; }
      .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level3 > li:after {
        background-color: #ececec;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 25px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out; }
      .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level3 > li:hover:after {
        width: 100%; }
      .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level3 > li > a {
        font-size: 0.75rem;
        display: block;
        text-transform: uppercase; }
    .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level3 li:hover {
      background-color: transparent; }
    .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level4 {
      margin: -3px 0 10px; }
      .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level4 li a {
        font-size: 0.75rem;
        padding-left: 10px; }

@media (min-width: 993px) {
  .box_category_bar .nav.mega-menu > li > .dropdown-menu {
    overflow: auto;
    max-height: 100vh; } }

@media (max-width: 992px) {
  .box_category_bar li.logo {
    display: none !important; }
  .box_category_bar .dropdown-menu {
    display: none !important; }
  .box_category_bar ul {
    text-align: right !important; }
    .box_category_bar ul.horizontal li {
      display: block;
      float: initial; }
  .box_category_bar ul.nav li {
    border-bottom: 2px solid #f2f2f2;
    margin: 0 !important; }
  #mobile-background-menu .box_category_bar ul.horizontal li {
    padding: 10px 0;
    display: block;
    float: initial; }
  .box_category_bar ul.nav li:first-of-type {
    border-top: none; }
  .box_category_bar ul.nav li:last-of-type {
    border-bottom: none; }
  .box_category_bar ul.nav li a {
    text-align: right;
  color: #8e9398 !important;
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 0;
    padding: 13px 0;
    text-transform: uppercase; }
  .box_category_bar .nav li:hover a {
    background: transparent !important; }
  .box_category_bar ul > li.button:first-of-type a {
    display: none; }
  .box_category_bar ul > li.button a {
    background-color: transparent;
    display: none;
    font-size: 0.875rem;
    position: relative; }
    .box_category_bar ul > li.button a i {
      margin-left: 10px;
      position: relative;
      right: 0;
      top: 5px; }
  .box_category_bar {
    padding: 0; } }

@media (max-width: 767px) {
  .box_category_bar .nav > li:hover > a:before,
  .box_category_bar .nav > li > a.active:before {
    display: none; } }
/* box_category_bar end */

/* box_international start */
.box_international {
  text-align: right;
}
.box_international > div {
  display: inline-block;
  position: relative; }
.box_international .dropdown .dropdown-menu {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  left: auto;
  right: 0;
  top: 55px; }
  .box_international .dropdown .dropdown-menu:after {
    left: auto;
    right: 15px;
    top: -14px; }
    .box_international .dropdown .dropdown-menu li a:hover {
      background-color: transparent;
      cursor: pointer; }
    .box_international .dropdown .dropdown-menu li a img {
      margin-top: -3px; }
.box_international.module .dropdown > a {
  font-size: 14px;
  display: inline-block;
  text-transform: capitalize;
  padding: 10px;
}
.box_international .dropdown .dropdown-menu li a {
  font-size: 0.75rem;
  width: 100%;
  display: inline-block;
  text-transform: capitalize;
  padding: 8px 10px; }
.box_international .dropdown .dropdown-menu li.selected-lang {
  opacity: 0.5;
  background-color: #ccc;
}
/* box_international end */

/* box_combined_module_1 start */
.box_combined_module_1 {
  padding: 60px 0;
  width: 100% !important; }
  .box_combined_module_1 ul {
    margin: -30px 0 0;
    justify-content: center; }
    .box_combined_module_1 ul li {
      border-bottom: 1px solid #757575;
      display: inline-block; }

.box_combined_module_1 ul li a {
  color: #757575; }

.box_combined_module_1 .tabbable ul li a {
  background-color: transparent;
  margin-top: 0;
  padding: 7px 10px 8px; }
.box_combined_module_1 .tabbable .tab-pane {
  background-color: transparent;
  padding: 0; }

.box_combined_module_1 .thumb {
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
  margin: 0 7px;
  padding: 5px;
  position: relative; }
  .box_combined_module_1 .thumb img {
    width: 100%; }
  .box_combined_module_1 .thumb a {
    display: block;
    overflow: hidden; }
  .box_combined_module_1 .thumb .product-quick-view {
    bottom: -150px;
    margin-left: -5px; }
    .box_combined_module_1 .thumb .product-quick-view a {
      font-size: 0.75rem;
      padding: 5px 8px; }
      .box_combined_module_1 .thumb .product-quick-view a i {
        padding-left: 5px; }
  .box_combined_module_1 .thumb .price {
    padding-top: 2px; }
  .box_combined_module_1 .thumb:hover .product-quick-view {
    bottom: 45%; }
  .box_combined_module_1 .thumb:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1); }

@media (max-width: 992px) {
  .box_combined_module_1 .module-body > .row > div:nth-last-child(n + 2) {
    margin-bottom: 60px; } }

@media (max-width: 767px) {
  .box_combined_module_1 {
    margin-top: 15px;
    width: 100%;
    display: none; } }
/* box_combined_module_1 end */

/* box_vendor_geo_locator_canvas start */
.box_vendor_geo_locator_canvas .module-body {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.box_vendor_geo_locator_canvas h1 {
  color: #fff;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase; }

.box_vendor_geo_locator_canvas h3 {
  color: #fff;
  font-size: 3rem;
  display: block;
  margin-bottom: 30px;
  text-align: center; }

.box_vendor_geo_locator_canvas .wrapper > * {
  position: relative;
  z-index: 5; }

.box_vendor_geo_locator_canvas .background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  .box_vendor_geo_locator_canvas .background p {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .box_vendor_geo_locator_canvas .background::before {
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5; }
  .box_vendor_geo_locator_canvas .background::after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 200%;
    left: 0;
    margin-left: -10%;
    position: absolute;
    top: -50%;
    transform: rotate(20deg);
    width: 55%;
    z-index: 5; }
  .box_vendor_geo_locator_canvas .background img {
    height: 100%;
    object-fit: cover;
    width: 100%; }

.box_vendor_geo_locator_canvas .inputs-group {
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto; }

.box_vendor_geo_locator_canvas .input {
  margin: 10px 0;
  padding-right: 20px;
  position: relative; }
  .box_vendor_geo_locator_canvas .input:first-child {
    border-right: 1px solid #efefef; }
  .box_vendor_geo_locator_canvas .input input {
    border: none;
    background-color: transparent;
    font-size: 16px;
    padding: 10px 25px; }
  .box_vendor_geo_locator_canvas .input .icon-buttons {
    position: absolute;
    top: 10px;
    right: 20px; }
    .box_vendor_geo_locator_canvas .input .icon-buttons i {
      color: #525252;
      font-size: 1.5rem; }
    .box_vendor_geo_locator_canvas .input .icon-buttons .loc-loader img {
      margin: -9px 5px 0 0; }
  .box_vendor_geo_locator_canvas .input.distance input {
    width: 100px; }
  .box_vendor_geo_locator_canvas .input.distance .icon-buttons {
    top: 13px; }
    .box_vendor_geo_locator_canvas .input.distance .icon-buttons i {
      font-size: 1.125rem; }
/* box_vendor_geo_locator_canvas end */

/* box_search_bar start */
  .box_search_bar::placeholder,
  .box_search_bar ::-webkit-input-placeholder,
  .box_search_bar :-moz-placeholder,
  .box_search_bar ::-moz-placeholder {
    color: #444;
    font-size: 11px;
    padding-top: 2px;
    font-weight: 600;
    text-transform: uppercase; }
  .box_search_bar button {
    background: #8ac6df;
    border: none;
    font-size: 1.125rem;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff; }
  .box_search_bar .expand-form {
    display: block;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    z-index: 1000; }
  .box_search_bar .stick-to-expand .expand-form {
    z-index: -1; }
  .box_search_bar .row-reverse button {
    right: auto;
    left: 5px; }
  .box_search_bar .module-body {
    overflow: hidden;
    position: relative; }
    .box_search_bar .module-body.expand,
    .box_search_bar .module-body.stick-to-expand {
      overflow: visible;
      width: 100%; }
    .box_search_bar .module-body.expand.focus {
      margin-top: 85px; }
  .box_search_bar form {
    width: 100%; }
    .box_search_bar form .select2.select2-container {
      max-width: 100%;
      position: relative;
      width: auto !important;
      border: 1px solid #8ac6df;
      border-radius: .25rem;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      z-index: 999; }
      .box_search_bar form .select2.select2-container .selection .select2-selection {
        border: none !important;
        height: 100%; }
        .box_search_bar form .select2.select2-container .selection .select2-selection .select2-selection__rendered {
          line-height: normal;
          height: 100%;
          min-width: 80px;
          display: inline-flex;
          align-items: center;
        }
        .box_search_bar .with-vendor-select form .select2.select2-container:last-of-type {
          border-left: none;
          border-bottom-left-radius: 0;
          border-top-left-radius: 0;
        }

  .box_search_bar input.search {
    color: #444;
    min-height: 45px;
    border-radius: .25rem;
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-size: 1rem;
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 999; }
    .box_search_bar input.search:focus {
      font-size: initial;
    }
    .box_search_bar .with-filter input.search {
      border-left: none;
      border-right: none;
      border-radius: 0;
    }
  .box_search_bar .row-reverse input.search {
    text-align: right; }
  .box_search_bar .with-filter .row-reverse input.search {
    border-right: none !important;
    border-left: 1px solid #e0e0e0 !important; }
  .box_search_bar .with-filter form.focus input.search {
    border-left: none !important; }
  .box_search_bar .with-filter form.focus .row-reverse input.search {
    border-left: 2px solid #fff !important;
    border-right: none !important; }

@media (max-width: 992px) {
  .box_search_bar form {
    float: left;
    min-width: 100%; }
  .box_search_bar input[type="text"] {
    width: 100%; }
  .box_search_bar button {
    top: 4px;
    right: 10px; }
  .box_search_bar .module-body {
    padding: 0 10px;
    width: 100%; } }

@media (min-width: 768px) and (max-width: 992px) {
  .box_search_bar {
    padding: 0 20px; }
    .box_search_bar .module-body {
      padding: 0; } }

@media (max-width: 767px) {
  .box_search_bar .module-body.with-filter {
    margin-top: -30px; }
    .box_search_bar .module-body.with-filter select {
      background-color: rgba(0, 0, 0, 0.5) !important;
      border: none !important;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      color: #ccc;
      height: 35px;
      margin-bottom: 5px;
      border: none; }
  .box_search_bar input[type="text"] {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0; }
  .box_search_bar .module-body {
    background-color: transparent; }
    .box_search_bar .module-body.with-filter button {
      top: 43px; } }
/* box_search_bar end */

/* box_special_categories start */
.box_special_categories .nav.flex-column.nav-pills {
  background-color: rgba(0,0,0,0.03);
}
.box_special_categories .promo_category_info {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.box_special_categories .tab-pane .nav-tabs .nav-link {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3); }
  .box_special_categories .tab-pane .nav-tabs .nav-link:hover,
  .box_special_categories .tab-pane .nav-tabs .nav-link.active {
    background-color: #fff;
    font-weight: 900;
    border-bottom-width: 2px;
    text-decoration: underline; }
/* box_special_categories end */

/* box_subscribe start */
.box_subscribe .module-body h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase; }

.box_subscribe .module-body a {
  color: #fff; }

.box_subscribe .module-body p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-top: 15px;
  padding-right: 40px; }

@media (max-width: 767px){
  .box_subscribe .module-body form .email-mode {
    padding-left: 0px !important; } }

.box_subscribe .module-body form .email-mode {
  padding-left: 15px; }

.box_subscribe .module-body form .select2-container .select2-selection,
.box_subscribe .module-body form input[type="text"] {
  color: #fff;
  background-color: transparent !important;
  border: 1px solid #fff !important; }
  .box_subscribe .module-body form input[type="text"] {
    border-right: none !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .box_subscribe .module-body form .select2-container .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .box_subscribe .module-body form input[type="text"]::placeholder {
    color: #fff;
  }
  .box_subscribe .module-body form .select2-container .select2-selection .select2-selection__rendered {
    color: #fff;
  }

@media (max-width: 767px) {
  .box_subscribe input {
    margin-top: 15px;
    width: 100%; }
  .box_subscribe .module-body {
    margin-top: 10px; } }
/* box_subscribe end */

/* box_vendor_location_bar start */
.box_vendor_location_bar {
  margin-bottom: -85px;
  position: relative;
  z-index: 5; }
  .box_vendor_location_bar .module-body {
    position: relative; }
  .box_vendor_location_bar .style1 .details {
    width: 380px; }
  .box_vendor_location_bar .larger-map {
    display: none; }
  .box_vendor_location_bar .details .header h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; }
  .box_vendor_location_bar .details > div {
    padding: 25px 30px; }
    .box_vendor_location_bar .details > div:nth-child(2n) {
      background-color: rgba(0, 0, 0, 0.05); }
    .box_vendor_location_bar .details > div > * {
      display: inline-block;
      vertical-align: top; }
    .box_vendor_location_bar .details > div > i {
      font-size: 2.5rem; }
    .box_vendor_location_bar .details > div > div {
      max-width: 280px;
      padding-left: 20px; }
  .box_vendor_location_bar .details h3 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase; }
  .box_vendor_location_bar .details p {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400; }
  .box_vendor_location_bar .style2 .details {
    bottom: 0;
    position: absolute;
    z-index: 5;
    left: 100px; }
    .box_vendor_location_bar .style2 .details .header h3 {
      font-size: 2rem; }
    .box_vendor_location_bar .style2 .details > div {
      background-color: rgba(255, 255, 255, 0.85);
      margin-bottom: 2px;
      padding: 18px 30px; }
      .box_vendor_location_bar .style2 .details > div:last-child {
        margin-bottom: 0; }
    .box_vendor_location_bar .style2 .details p {
      color: #b1b1b1; }
  .box_vendor_location_bar .module-body {
    position: relative; }
  .box_vendor_location_bar .style1 .details {
    width: 380px; }
  .box_vendor_location_bar .larger-map {
    display: none; }
  .box_vendor_location_bar .details .header h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; }
  .box_vendor_location_bar .details > div {
    padding: 25px 30px; }
    .box_vendor_location_bar .details > div:nth-child(2n) {
      background-color: rgba(0, 0, 0, 0.05); }
    .box_vendor_location_bar .details > div > * {
      display: inline-block;
      vertical-align: top; }
    .box_vendor_location_bar .details > div > i {
      font-size: 2.5rem; }
    .box_vendor_location_bar .details > div > div {
      max-width: 280px;
      padding-left: 20px; }
  .box_vendor_location_bar .details h3 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase; }
  .box_vendor_location_bar .details p {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400; }
  .box_vendor_location_bar .style2 .details {
    bottom: 0;
    position: absolute;
    z-index: 5;
    left: 100px; }
    .box_vendor_location_bar .style2 .details .header h3 {
      font-size: 2rem; }
    .box_vendor_location_bar .style2 .details > div {
      background-color: rgba(255, 255, 255, 0.85);
      margin-bottom: 2px;
      padding: 18px 30px; }
      .box_vendor_location_bar .style2 .details > div:last-child {
        margin-bottom: 0; }
    .box_vendor_location_bar .style2 .details p {
      color: #b1b1b1; }
/* box_vendor_location_bar end */

/* box_cart_bar start */
.box_cart_bar .cart-dropdown {
  color: #fff; }
  .box_cart_bar .cart-dropdown .dropdown-menu.open {
    opacity: 1;
    visibility: visible; }
  .box_cart_bar .cart-dropdown .dropdown-menu .body {
    padding: 0; }
    .box_cart_bar .cart-dropdown .dropdown-menu .body .empty {
      padding: 20px; }
  .box_cart_bar .cart-dropdown > a > span i {
    color: #fff; }

@media (max-width: 992px) {
  .box_cart_bar .cart-dropdown {
    float: right; } }
/* box_cart_bar end */

/* box_categories start */
.box_categories .has-children {
  position: relative; }
  .box_categories .has-children .children:not(.closed) + .toggle {
    justify-content: flex-start;
    transform: rotate(180deg); }
  .box_categories .has-children .toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .box_categories .has-children .toggle:hover {
      cursor: pointer; }
/* box_categories end */

/* box_geo_location_canvas_search_bar start */
.box_geo_location_canvas_search_bar .box_geo_location_search_bar {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center; }

.box_geo_location_canvas_search_bar .module-body {
  width: 100%; }

.box_geo_location_canvas_search_bar .wrapper > * {
  position: relative;
  z-index: 5; }

.box_geo_location_canvas_search_bar .wrapper .background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.box_geo_location_canvas_search_bar .background::after {
  background-color: rgba(255, 255, 255, 0.25);
  content: "";
  height: 200%;
  left: 0;
  margin-left: -10%;
  position: absolute;
  top: -50%;
  transform: rotate(14deg);
  width: 55%;
  z-index: 5; }

.box_geo_location_canvas_search_bar .background img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 3; }

.box_geo_location_canvas_search_bar form.flex-container {
  min-height: auto; }

.box_geo_location_canvas_search_bar h1 {
  color: #fff;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase; }

.box_geo_location_canvas_search_bar h3 {
  color: #fff;
  font-size: 3rem;
  display: block;
  margin-bottom: 30px;
  text-align: center; }

.box_geo_location_canvas_search_bar .box_geo_location_search_bar.module .inputs-container {
  border: none; }
/* box_geo_location_canvas_search_bar end */

/* box_geo_location_search_bar start */
.box_geo_location_search_bar.module {
  position: relative; }
  .box_geo_location_search_bar.module .box_geo_location_canvas_search_bar {
    background-color: #f7f7f7; }

.box_geo_location_search_bar .inputs-container {
  border: 1px solid #efefef;
  margin: 5px 0; }

.box_geo_location_search_bar .w-100 {
  width: 99%; }

.box_geo_location_search_bar .icon {
  align-items: center;
  background-color: #525252;
  display: flex;
  justify-content: center;
  width: 70px;
  z-index: 5; }
  .box_geo_location_search_bar .icon i {
    color: #fff;
    font-size: 1.5rem; }

.box_geo_location_search_bar .btn {
  padding: 0 20px; }

.box_geo_location_search_bar .input-field {
  background-color: #fff;
  padding: 8px 10px; }
  .box_geo_location_search_bar .input-field label {
    margin-bottom: -5px; }

.box_geo_location_search_bar :-moz-placeholder,
.box_geo_location_search_bar ::-moz-placeholder,
.box_geo_location_search_bar ::-webkit-input-placeholder {
  color: #d4d4d4; }

.box_geo_location_search_bar .actions a {
  background-color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px 4px 5px; }
  .box_geo_location_search_bar .actions a i {
    background-color: #f5f5f5;
    display: inline-block;
    padding: 3px 5px; }
  .box_geo_location_search_bar .actions a:hover i,
  .box_geo_location_search_bar .actions a span {
    color: #525252; }

@media (max-width: 767px) {
  .box_geo_location_search_bar .input-field {
    margin-bottom: 5px; }
  .box_geo_location_search_bar .btn {
    text-align: center;
    padding: 10px 0;
    width: 100%; } }
/* box_geo_location_search_bar end */

/* box_price_range_slider start */
.box_price_range_slider .range {
  color: #999;
  font-size: 0.75rem;
  font-weight: 400; }

.box_price_range_slider .current_range {
  color: #999;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  margin-bottom: 10px; }

.box_price_range_slider form {
  padding-left: 5px; }

.box_price_range_slider #module_price_range_slider {
  width: 98% !important; }
  .box_price_range_slider #module_price_range_slider .slider-handle {
    opacity: 1; }
  .box_price_range_slider #module_price_range_slider .slider-selection {
    opacity: 1; }
/* box_price_range_slider end */

/* box_slides_search_bar start */
.box_slides_search_bar {
  position: relative; }

.box_slides_search_bar video {
  height: 100%;
  object-fit: cover;
  width: 100%; }

.box_slides_search_bar .video::after {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%; }

.box_slides_search_bar .video {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5; }

.box_slides_search_bar .carousel,
.box_slides_search_bar .carousel .carousel-inner,
.box_slides_search_bar .carousel .item {
  height: 100%; }

.box_slides_search_bar .carousel .item img {
  height: 100%;
  object-fit: cover;
  width: 100%; }

.box_slides_search_bar .module-body .searchbar {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 50; }

.box_slides_search_bar .module-body .searchbar .box-content {
  display: inline-block;
  margin: 0;
  max-width: 550px;
  width: 100%; }

.box_slides_search_bar .module-body .searchbar .box-content form {
  position: relative; }

.box_slides_search_bar .module-body .search-inputs {
  position: relative; }

.box_slides_search_bar .module-body .search-inputs > * {
  display: inline-block; }

.box_slides_search_bar .module-body .search-inputs > button {
  background-color: transparent;
  border: none;
  color: #adafb1;
  font-size: 1.25rem;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px; }

.box_slides_search_bar .module-body .search-inputs .select2-container .select2-selection {
  padding: 10px;
}

.box_slides_search_bar .module-body .search-inputs input[type="text"] {
  padding: 10px; }

.box_slides_search_bar
.module-body
.search-inputs
input[type="text"].with-category-filter {
  border-radius: 0 4px 4px 0; }

.box_slides_search_bar .module-body .search-inputs input::-moz-placeholder,
.box_slides_search_bar
.module-body
.search-inputs
input::-webkit-input-placeholder {
  color: #95989a; }

.box_slides_search_bar .module-body {
  height: 600px;
  position: relative;
  z-index: 1; }

@media (max-width: 767px) {
  .box_slides_search_bar .module-body .search-inputs > button {
    bottom: 0; }
  .box_slides_search_bar .module-body .search-inputs select {
    display: none; } }
/* box_slides_search_bar end */

/* box_promotions start */
.box_promotions .marker_promo_name {
    position: relative; }
    .box_promotions .marker_promo_name:before {
      content: '';
      bottom: 0;
      height: 2;
      position: absolute;
      width: 20%;
      z-index: 1;
      left: 0px; }
/* box_promotions end */

/*  start */

/*  end */

/*  start */

/*  end */

/*  start */

/*  end */
