/** Shopify CDN: Minification failed

Line 19:0 Unexpected "<"
Line 2775:0 Unexpected "}"

**/
/*================ HEADER ===============*/
@font-face {
  font-family: "946 Latin R3";
  src: url("/cdn/shop/files/946Latin-Regular3.woff")
      format("woff2"),
    url("/cdn/shop/files/946Latin-Regular3.woff2")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">

.header__search-form {
  width: 100%;
  max-width: 400px;
  margin-right: 25px;
  position: relative;
}
.header__search-form .search {
  position: relative;
  max-width: 370px;
}
.header__search-form .field {
  display: flex;
  border: 0;
  overflow: hidden;
  padding: 0;
  height: 44px;
}
.header__search-form .field .search__input {
  border: 0;
  flex: 1;
  background: transparent;
  padding-right: 15px;
}
.header__search-form .field .search__button {
  /* position: absolute;
  border: 0;
  line-height: 44px;
  background: var(--theme-color);
  padding: 0 30px;
  font-size: 18px;
  right: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: all 0.3s ease; */
  position: absolute;
  border: 0;
  line-height: 0px;
  background: var(--theme-color);
  padding: 10px 18px;
  font-size: 20px;
  right: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 42px;
  transition: all 0.3s ease;
  color: #fff;
  border: 1px solid #b3b8db;
  top: 1px;
}

.header__search-form .field .search__button:hover {
  color: var(--white);
  background: var(--gray-dark);
}
.header__search-form .predictive-search-content {
  position: absolute;
  width: 100%;
  top: calc(100% + 5px);
  background: var(--white);
  z-index: 9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header__search-form .predictive-search-content .search-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 20px;
}
.header__search-form .predictive-search-content .count-search {
  color: var(--text-color);
}
.header__search-form
  .predictive-search-content
  .predictive-search__list-item.no_results {
  font-size: calc(var(--font-size-base) - 1px);
}
.header__search-form .predictive-search-content .predictive-search__item-link {
  font-size: calc(var(--font-size-base) - 2px);
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.header__search-form
  .predictive-search-content
  .predictive-search__item-link:before {
  content: "";
  width: 0;
  height: 100%;
  transition: all 0.2s ease;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.header__search-form
  .predictive-search-content
  .predictive-search__item-link:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform 0.48s cubic-bezier(0.77, 0, 0.175, 1);
}
.header__search-form
  .predictive-search-content
  .predictive-search__item-link
  i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.header__search-form
  .predictive-search-content
  .predictive-search__item-link:hover {
  color: var(--theme-color);
}
.header__search-form
  .predictive-search-content
  .predictive-search__item-link:hover:before {
  width: 100%;
  left: 0;
}
.header__search-form
  .predictive-search-content
  .predictive-search__item-link:hover:after {
  transform-origin: 100% 50%;
  transform: scaleX(0);
  animation: k 0.96s 0.36s forwards cubic-bezier(0.77, 0, 0.175, 1);
}
.header__search-form
  .predictive-search-content
  .predictive-search__results-list {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 10px 0;
}
.header__search-form
  .predictive-search-content
  .predictive-search__results-list::-webkit-scrollbar-track {
  background-color: #ececec;
}
.header__search-form
  .predictive-search-content
  .predictive-search__results-list::-webkit-scrollbar {
  width: 2px;
  background-color: #ececec;
}
.header__search-form
  .predictive-search-content
  .predictive-search__results-list::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark);
}
.header__search-form
  .predictive-search-content
  .predictive-search__results-list
  li {
  padding: 10px 20px;
}
.header__search-form
  .predictive-search-content
  .predictive-search__results-list
  li
  a {
  display: flex;
}
.header__search-form
  .predictive-search-content
  .predictive-search__results-list
  li
  a
  img {
  max-width: 80px;
  flex: 0 0 80px;
}

.slick-track
  .header__search-form
  .predictive-search-content
  .predictive-search__results-list
  li
  a:hover
  .predictive-search__item-heading {
  color: var(--theme-color);
}
.header__search-form
  .predictive-search-content
  .predictive-search__results-list
  li
  .predictive-search__item-content {
  padding-left: 20px;
}
.header__search-form
  .predictive-search-content
  .predictive-search__results-list
  li
  .predictive-search__item-heading {
  font-size: var(--font-size-base);
}
.bwp-header .header-desktop {
  position: relative;
  color: var(--menu-color);
  background-color: var(--header-bg-color);
}
.bwp-header .header-top-mobile {
  position: relative;
  color: var(--menu-color);
  background-color: var(--header-bg-color);
}
.bwp-header .header-center__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bwp-header .select_category {
  padding: 7px 20px;
  position: relative;
  cursor: pointer;
}
.bwp-header .select_category .categories-vertical-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 16px 18px;
}
.bwp-header .select_category .icon-cate {
  font-size: 5px;
  margin-left: 10px;
  transition: all 0.3s ease;
  color: var(--text-color);
}
.bwp-header .select_category.show .icon-cate {
  font-size: 5px;
}

.bwp-header .select_category .select_category__title {
  line-height: 1;
  font-size: calc(var(--font-size-base) + 1px);
  color: var(--gray-dark);
  margin: 0;
  text-transform: capitalize;
}
.template-index .bwp-header .vertical-menu {
  display: block;
}

.template-index .bwp-header.sticky .vertical-menu {
  display: none;
}
.bwp-header .vertical-menu {
  /* z-index: 2; */;
  display:block !important;
  left: 0;
  margin:0;
  max-height: initial;
  list-style: none;
  
  overflow: hidden;
  padding: 0 0px;
  width: 100%;
 
}

.more_menu a{    display: block;
    padding: 12px 20px 12px 44px; transition:all ease 0.2s;}

.more_menu a:hover{color:#ec1d29;}

.bwp-header .select_category ul li {
  border-bottom: 1px solid var(--gray-dark-5);
  cursor: pointer;
  line-height: 1.3;
  padding: 0;
}

.bwp-header .select_category ul li a {
  padding: 15px;
  width: calc(100% - 50px);
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.bwp-header .select_category ul li a .image {
  width: 16px;
  height: 16px;
  line-height: 0;
}
.bwp-header .select_category ul li a span {
  width: calc(100% - 28px);
}

.bwp-header .select_category ul li .menu-dropdown__content li a {
  font-size: 14px !important;
  color: #4a50c8 !important;
  padding: 0 15px !important;
  width: 100%;
}
.bwp-header .select_category ul li .menu-dropdown__content li {
  margin-bottom: 8px;
}
.bwp-header .select_category ul li .menu-dropdown__content li:last-child {
  margin-top: 20px;
}
.bwp-header .select_category ul li .menu-dropdown__content li:last-child a {
  font-size: 10px !important;
}

.bwp-header .select_category ul li .image-cate-header {
  display: flex;
  align-items: center;
}
.bwp-header .select_category ul li .image-cate-header .image {
  margin-right: 15px;
  max-width: 21px;
}
.bwp-header .select_category ul .more-wrap {
  line-height: 45px;
}
.bwp-header .select_category ul .more-wrap span {
  position: relative;
  padding-left: 30px;
  color: var(--gray-dark);
  text-transform: uppercase;
  font-style: italic;
  font-family: var(--font-family-second);
  font-weight: var(--body-font-weight-bold);
}
.bwp-header .select_category ul .more-wrap span::before {
  content: "\e9b1";
  font-family: "feather";
  position: absolute;
  left: 5px;
}
.bwp-header .select_category ul .more-wrap span:hover {
  color: var(--theme-color);
  cursor: pointer;
}
.bwp-header .select_category ul .more-wrap.open span::before {
  display: none;
}
.bwp-header .select_category ul .more-wrap.open span::after {
  content: "\e996";
  font-family: "feather";
  position: absolute;
  left: 5px;
}
.bwp-header .select_category .image-cate-header:hover {
  color: var(--theme-color);
}
.bwp-header .content-search-form {
  position: relative;
  border-radius: 50px;
  height: 44px;
  display: flex;
  align-items: center;
  border: 1px solid #b3b8db;
}
.bwp-header .content-search-form .header__search-form {
  flex: 1;
  max-width: unset;
  margin: 0;
  position: relative;
}
.bwp-header .content-search-form .header__search-form .search {
  max-width: 100%;
}
.bwp-header .content-search-form .header__search-form .search .field {
  border: 0;
}
.bwp-header
  .content-search-form
  .header__search-form
  .search
  .field
  .search__input {
  padding: 0 14px;
}

.bwp-header
  .content-search-form
  .header__search-form
  .search
  .field
  .search__input::placeholder {
  font-size: 16px !important;
  color: #4e5ba6;
  font-weight: 400;
  line-height: 24px;
}

.bwp-header.header_1 .header-left {
  flex: 1;
}
.bwp-header.header_1 .header-right,
.bwp-header.header_2 .header-right {
  flex: 1;
}
.bwp-header.header_2 .header-logo,
.bwp-header.header_6 .header-logo {
  flex: 1;
}
.bwp-header.header_4 .header-desktop .header-left {
  display: flex;
  align-items: center;
  flex: 1;
}
.bwp-header.header_4 .header-desktop .header-left .main-menu {
  margin-left: 100px;
}
.bwp-header.header_4 .header-desktop .header-right .content-search-form {
  margin-right: 200px;
  width: 360px;
  border: 0;
  background: #f4f4f4;
}
.bwp-header.header_3 .header-desktop .header-right,
.bwp-header.header_4 .header-desktop .header-right,
.bwp-header.header_5 .header-desktop .header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bwp-header.header_3 .header-right .header__text span,
.bwp-header.header_5 .header-right .header__text span {
  font-size: 20px;
  margin-right: 15px;
}
.bwp-header.header_3 .header-center__search,
.bwp-header.header_5 .header-center__search {
  flex: 1;
}
.bwp-header.header_3 .header-center__search .content-search-form {
  border: 0;
  max-width: 630px;
  margin: 0 auto;
  background: #fff;
}
.bwp-header.header_3
  .header-center__search
  .content-search-form
  .header__search-form
  .field
  .search__button {
  color: var(--white);
  background: var(--gray-dark);
}
.bwp-header.header_3
  .header-center__search
  .content-search-form
  .header__search-form
  .field
  .search__button:hover {
  color: var(--theme-color);
}
.bwp-header.header_3 .header-page-link .wishlist .count,
.bwp-header.header_3 .header-cart__count,
.bwp-header.header_3 .header-mobile .header-right .wishlist-mobile .count {
  color: var(--theme-color);
  background: var(--gray-dark);
}
.bwp-header.header_3 .header-account .login-account:hover,
.bwp-header.header_3 .header-page-link .wishlist:hover,
.bwp-header.header_3 .header-cart__link:hover {
  color: var(--gray-dark);
}
.bwp-header.header_5 .header-center__search .content-search-form {
  max-width: 600px;
  margin: 0 auto;
}
.bwp-header.header_3
  .header-center__search
  .content-search-form
  .select_category__title,
.bwp-header.header_5
  .header-center__search
  .content-search-form
  .select_category__title {
  font-style: normal;
  font-family: var(--font-family-base);
  font-weight: var(--body-font-weight-default);
  font-size: calc(var(--font-size-base) - 1px);
  text-transform: capitalize;
}
.bwp-header.header_3 .header-bottom__content,
.bwp-header.header_5 .header-bottom__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bwp-header.header_3 .header-bottom__content .header-bottom-menu,
.bwp-header.header_5 .header-bottom__content .header-bottom-menu {
  flex: 1;
}
.bwp-header.header_3 .header-bottom__content .header-bottom__right,
.bwp-header.header_5 .header-bottom__content .header-bottom__right {
  flex: 1;
  width: unset;
  color: var(--gray-dark);
  font-size: var(--font-size-base);
  font-family: var(--font-family-second);
}
.bwp-header.header_3 .header-bottom__content .header-bottom__right div,
.bwp-header.header_5 .header-bottom__content .header-bottom__right div {
  display: flex;
  align-items: center;
  justify-content: end;
  color: var(--text-color);
  font-size: calc(var(--font-size-base) - 2px);
}
.bwp-header.header_3 .header-bottom__content .header-bottom__right a,
.bwp-header.header_5 .header-bottom__content .header-bottom__right a {
  color: var(--theme-color);
  font-size: calc(var(--font-size-base) + 2px);
  font-family: var(--font-family-second);
  font-style: italic;
  margin-left: 10px;
  font-weight: var(--body-font-weight-bold);
  transition: all 0.3s ease;
}
.bwp-header.header_3 .header-bottom__content .header-bottom__right a:hover {
  color: var(--gray-dark);
}
.bwp-header.header_5 .header-bottom__content .header-bottom__right a:hover {
  color: var(--white);
}
.bwp-header.header_3 .header-bottom__content .select_category {
  color: var(--white);
  background: var(--gray-dark);
  padding: 13px 15px;
  transition: all 0.3s ease;
  max-width: 280px;
}
.bwp-header.header_5 .header-bottom__content .select_category {
  padding: 0;
  background: var(--theme-color);
  transition: all 0.3s ease;
  color: var(--gray-dark);
  max-width: 280px;
}
.bwp-header.header_3 .header-bottom__content .select_category .icon-list,
.bwp-header.header_5 .header-bottom__content .select_category .icon-list {
  margin-right: 10px;
  font-size: 20px;
}
.bwp-header.header_3
  .header-bottom__content
  .select_category
  .select_category__title {
  color: var(--white);
}
.bwp-header.header_3 .header-bottom__content .select_category .icon-cate {
  color: var(--white);
}
.bwp-header.header_5 .header-bottom__content .select_category .icon-cate {
  color: #fff;
}
.bwp-header.header_5 .main-menu__nav-item > a {
  color: var(--white);
}
.bwp-header.header_5 .main-menu__nav-item:hover > a,
.bwp-header.header_5 .main-menu__nav-item:focus > a,
.bwp-header.header_5 .main-menu__nav-item.active > a {
  color: var(--menu-hover-color);
}
.bwp-header.header_2 .header-mobile .header-logo {
  flex: unset;
}

.bwp-header.header_3 .main-menu__nav,
.bwp-header.header_5 .main-menu__nav {
  display: flex;
  margin-left: 50px;
}
.bwp-header.header_6 .header-bottom .container {
  max-width: 1890px;
  padding: 0 30px;
}
.bwp-header.header_6 .header-bottom .header-main {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: 10px 0;
}
.bwp-header.sticky .header-desktop {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
  animation-name: sticky-header;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  top: 0;
  background-color: var(--header-bg-color);
}
.bwp-header.sticky .header-mobile .header-center__inner {
  padding: 10px 0;
}
.bwp-header.sticky .header-top-mobile {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
  animation-name: sticky-header;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.05);
  top: 0;
}
.header-selector__toggle {
  cursor: pointer;
  display: flex;
  line-height: 20px;
  text-transform: uppercase;
}
.header-selector__toggle::after {
  content: "\e92e";
  pointer-events: none;
  display: inline-block;
  font-family: feather;
  margin: 0;
  margin-left: 3px;
  transition: all 0.3s ease;
  color: var(--text-color);
  font-size: 13px;
}
.header-selector__dropdown {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
}
.header-selector__dropdown .header-selector__item a {
  color: var(--text-color);
  line-height: 25px;
}
.header-selector__dropdown .header-selector__item a:hover {
  color: var(--theme-color);
}
.header-selector__dropdown .locale-selector__item--current a {
  color: var(--theme-color);
}
.header-selector__list {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.header-selector__item {
  padding: 0 20px;
}
.header-selector__item a {
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid var(--border-color);
  font-size: calc(var(--font-size-base) - 1px);
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.header-selector__item a:hover {
  text-decoration: none;
}
.header-selector__item:last-child a {
  border-bottom: 0;
}
.header-page-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-page-link .wishlist {
  font-size: 24px;
  cursor: pointer;
  margin-right: 32px;
  position: relative;
  transition: all 0.3s ease;
  color: #0d0f1c;
  top: 3px;
  display: inline-flex;
}
.header-page-link .wishlist .count {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--theme-color);
  /* color: var(--gray-dark); */
  color: #ffffff;
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  top: -6px;
  right: -7px;
}
.header-page-link .wishlist:hover {
  top: 0px;
}
.header-logo__link {
  display: block;
}
.header-logo__link--text {
  color: var(--menu-color);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.header-logo__link--text:hover {
  color: var(--menu-color);
  text-decoration: none;
}
.header-logo__img {
  display: block;
}
.header-logo__img.logo-main {
  display: none;
}
.bwp-header.sticky .header-logo__img.logo-main {
  display: block;
}
.bwp-header.sticky .header-logo__img.logo-home {
  display: none;
}
.header-search-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.modal-search--open .header-search-mobile {
  z-index: 90;
  opacity: 1;
  visibility: visible;
}
.header-search-mobile .dropdown-toggle {
  color: var(--text-color);
}
.search-toggle {
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  margin-right: 25px;
  position: relative;
  top: 1px;
  transition: all 0.3s ease;
}
.search-toggle:hover {
  color: var(--menu-hover-color);
  top: -2px;
}
body.active_search {
  overflow: hidden;
}
.content-search-toggle {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 15px;
}
.content-search-toggle.active {
  opacity: 1;
  visibility: visible;
}
.content-search-toggle.active > .close-search-toggle {
  display: block;
}
.content-search-toggle.show .contents-search {
  transform: translateY(0);
}
.content-search-toggle > .close-search-toggle {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: var(--gray-dark-25);
  display: none;
  top: 0;
  left: 0;
}
.content-search-toggle .content-menu-search {
  display: flex;
  align-items: center;
  padding: 35px 15px;
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: auto;
}
.content-search-toggle .content-menu-search .title {
  color: var(--gray-dark);
}
.content-search-toggle .content-menu-search .list-collection {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
  white-space: nowrap;
  overflow: auto;
  padding: 10px 0;
}
.content-search-toggle .content-menu-search .list-collection li {
  margin: 5px 0 5px 10px;
}
.content-search-toggle .content-menu-search .list-collection a {
  display: inline-block;
  line-height: 28px;
  border: 1px solid #e2e2e2;
  min-width: 80px;
  padding: 0 15px;
  text-align: center;
  color: var(--text-color);
}
.content-search-toggle .content-menu-search .list-collection a:hover {
  color: var(--gray-dark);
  border-color: var(--gray-dark);
}
.content-search-toggle .contents-search {
  background: var(--white);
  padding: 70px 90px;
  transition: transform 0.3s linear;
  max-height: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  transform: translateY(-100px);
  margin: 100px auto 0;
  max-width: 1200px;
  position: relative;
}
.content-search-toggle .contents-search .contents-search-top {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.content-search-toggle
  .contents-search
  .contents-search-top::-webkit-scrollbar-track {
  background-color: #ececec;
}
.content-search-toggle
  .contents-search
  .contents-search-top::-webkit-scrollbar {
  width: 2px;
  background-color: #ececec;
}
.content-search-toggle
  .contents-search
  .contents-search-top::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark);
}
.content-search-toggle .search-modals__form[results="true"] .predictive-search {
  display: block;
}
.content-search-toggle .predictive-search-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 50px;
}
.content-search-toggle
  .predictive-search-content
  .predictive-search-content-product {
  max-width: 66.66%;
  flex: 0 0 66.66%;
  padding: 0 15px;
}
.content-search-toggle
  .predictive-search-content
  .predictive-search-content-product.full {
  max-width: 100%;
  flex: 0 0 100%;
}
.content-search-toggle
  .predictive-search-content
  .predictive-search-content-product.full
  .predictive-search__results-list
  li {
  width: 25%;
}
.content-search-toggle
  .predictive-search-content
  .predictive-search-content-blog {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 15px;
}
.content-search-toggle
  .predictive-search-content
  .predictive-search-content-blog
  .predictive-search__results-list
  li {
  width: 100%;
  margin-bottom: 8px;
}
.content-search-toggle
  .predictive-search-content
  .predictive-search-content-blog
  .predictive-search__results-list
  li
  a {
  color: var(--text-color);
}
.content-search-toggle
  .predictive-search-content
  .predictive-search-content-blog
  .predictive-search__results-list
  li
  a:hover {
  color: var(--theme-color);
}
.content-search-toggle .close-search {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 15px;
  text-align: center;
  z-index: 1;
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.content-search-toggle .close-search:before,
.content-search-toggle .close-search:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  top: 50%;
  left: calc(50% - 10px);
  margin-top: -1px;
  background-color: var(--gray-dark);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-search-toggle .close-search:before {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-search-toggle .close-search:after {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content-search-toggle .close-search:hover:before,
.content-search-toggle .close-search:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.content-search-toggle .search-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 40px;
}
.content-search-toggle .search-top .count-search {
  color: var(--gray-dark);
}
.content-search-toggle .search-top .button-view a {
  display: inline-block;
  color: var(--text-color);
  display: flex;
  align-items: center;
}
.content-search-toggle .search-top .button-view a i {
  display: inline-block;
  margin-left: 5px;
}
.content-search-toggle .search-top .button-view a:hover {
  color: var(--theme-color);
}
.content-search-toggle .header__search {
  width: 100%;
}
.content-search-toggle .predictive-search {
  position: absolute;
  display: none;
  width: 100vw;
  left: 0;
  padding: 10px 0 40px;
  background: var(--white);
  overflow: auto;
}
.content-search-toggle .search-modal .field {
  display: flex;
  display: flex;
  width: 100%;
  height: 50px;
  line-height: 48px;
  position: relative;
}
.content-search-toggle .search-modal .field i {
  position: absolute;
  left: 10px;
  top: 16px;
  font-size: 18px;
}
.content-search-toggle .search-modal .search__input {
  background: transparent;
  width: 100%;
  font-size: var(--font-size-base);
  padding: 0 20px 0 38px;
  color: var(--gray-dark);
  height: 50px;
  border: 1px solid var(--border-color);
  border-radius: 50px;
}
.content-search-toggle .search-modal .search__input:focus-visible {
  outline: unset;
}
.content-search-toggle .search-modal .predictive-search__heading {
  text-align: center;
  margin: 0 0 30px;
  font-family: var(--font-family-base);
  font-size: calc(var(--font-size-base) + 4px);
  color: var(--text-color);
}
.content-search-toggle .search-modal .search__button {
  font-size: 0;
  background: transparent;
  border: 0;
  color: var(--gray-dark);
  padding: 0;
  line-height: 1;
}
.content-search-toggle .search-modal .search__button i {
  font-size: 22px;
  line-height: 48px;
}
.content-search-toggle .search-modal .search__button:hover {
  color: var(--theme-color);
}
.content-search-toggle .search-modal .predictive-search__results-list {
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
  position: relative;
  background: var(--white);
  overflow-y: auto;
  padding: 0;
  overflow-x: hidden;
  left: 0;
  list-style: none;
  margin: 0 -7.5px;
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark-15);
}
.content-search-toggle .search-modal .predictive-search__results-list li {
  list-style: none;
  padding: 0 7.5px;
  display: inline-block;
  width: 33.33%;
  margin-bottom: 30px;
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  li.no_results {
  font-size: var(--font-size-base);
  color: #999999;
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  li.no_results
  b {
  color: var(--gray-dark);
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  li
  .product-card__price
  .product-price {
  color: var(--gray-dark);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  li
  .product-card__price
  .product-price.product-price--regular {
  font-size: calc(var(--font-size-base) - 2px);
  color: #999999;
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  li
  .product-card__price
  .product-price.product-price--regular
  span {
  font-size: var(--font-size-base);
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  li
  .product-card__price
  .product-price
  span {
  font-size: var(--font-size-base);
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  li
  .predictive-search__item--link:hover
  .predictive-search__item-heading {
  color: var(--theme-color);
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  .predictive-search__item-heading {
  font-size: calc(var(--font-size-base) - 4px);
  font-weight: var(--body-font-weight-medium);
  font-family: var(--font-family-base);
  margin-bottom: 7px;
  text-transform: uppercase;
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  #predictive-search-option-search-keywords {
  width: 100%;
  margin: 0;
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  #predictive-search-option-search-keywords
  button {
  background: transparent;
  border: 0;
  text-transform: uppercase;
  font-size: var(--font-size-base);
  font-weight: var(--body-font-weight-medium);
  line-height: 45px;
  padding: 0 30px;
  background: var(--theme-color);
  color: var(--white);
  font-family: var(--font-family-base);
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  #predictive-search-option-search-keywords
  button:hover {
  background: var(--gray-dark);
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  .predictive-search__list-mess {
  width: 100%;
  text-align: center;
  color: var(--gray-dark);
  font-size: var(--font-size-base);
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  .predictive-search__item-vendor {
  color: var(--text-color);
  margin-bottom: 5px;
  text-align: center;
}
.content-search-toggle
  .search-modal
  .predictive-search__results-list
  .predictive-search__item-content {
  margin-top: 15px;
}
.header-account {
  position: relative;
  margin-right: 25px;
  display: inline-flex;
}
.header-account .login-account {
  font-size: 25px;
  position: relative;
  transition: all 0.3s ease;
  color: #0d0f1c;
  top: 2px;
  display: inline-flex;
}
.header-account .login-account:hover {
  top: -1px;
}
.header-account__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: calc(var(--font-size-base) + 4px);
  color: var(--menu-hover-color);
}
.header-account__title:hover {
  color: var(--menu-hover-color);
}
.header-account__title::after {
  display: none;
}
.header-account__content {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
}
.header-account__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-account__list li {
  border-bottom: 1px solid var(--border-color-50);
}
.header-account__list li:last-child {
  border-bottom: 0;
}
.header-account__list a {
  display: block;
  padding: 12px 20px;
  color: var(--text-color);
  font-size: calc(var(--font-size-base) - 1px);
  transition: color 0.3s ease, border 0.3s ease;
}
.header-account__list a span {
  color: var(--gray-dark);
  font-weight: 700;
}
.header-account__list a:hover {
  color: var(--theme-color);
  text-decoration: none;
}
.header-account__list a:hover span {
  color: var(--theme-color);
}
.header-cart {
  position: relative;
}
body.template-cart .header-cart .header-cart__content {
  display: none;
}
.header-cart__link {
  position: relative;
  display: block;
  color: #0d0f1c;
  font-size: 24px;
  transition: all 0.3s ease;
  top: 2px;
  margin-right: 7px;
  display: inline-flex;
}
.header-cart__link:hover {
  text-decoration: none;
  top: -2px;
}
.header-cart__count {
  position: absolute;
  top: -3px;
  right: -7px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  /* color: var(--gray-dark); */
  color: #ffffff;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50%;
  font-size: 10px;
}
.header-bottom {
  position: relative;
}
.header-bottom__inner {
  display: flex;
}
.header-bottom__right {
  position: relative;
  width: 100%;
}
/*================ MENU MOBILE ===================*/
.header-mobile {
  display: none;
}
.header-mobile .button-menu {
  flex: 1;
  display: flex;
}
.header-mobile .button-menu .menu-mobile__btn {
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  position: unset;
  text-align: left;
  width: auto;
  color: var(--menu-color);
}
.header-mobile .button-menu .menu-mobile__btn:hover {
  color: var(--menu-hover-color);
}
.header-mobile .button-menu .search-toggle {
  margin: 0 0 0 10px;
  font-size: 20px;
  top: 0;
}
.header-mobile .header-right {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.header-mobile .header-right .wishlist-mobile {
  font-size: 18px;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  top: 4px;
  transition: all 0.3s ease;
  padding-right: 12px;
}
.header-mobile .header-right .wishlist-mobile a {
  color: var(--menu-color);
}
.header-mobile .header-right .wishlist-mobile a:hover {
  color: var(--menu-hover-color);
}
.header-mobile .header-right .wishlist-mobile .count {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--gray-dark);
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  top: -1px;
  right: 1px;
}
.header-mobile .header-logo {
  justify-content: center;
}
.header-mobile .header-center__inner {
  padding: 15px 0;
}
.header-mobile .header-bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: flex;
  padding: 5px 15px;
  align-items: center;
  box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.05);
  z-index: 999;
  line-height: 1;
  height: 50px;
}
.header-mobile .header-bottom-fixed > * {
  flex: 1;
  text-align: center;
}
.header-mobile .header-bottom-fixed > * a {
  color: var(--gray-dark);
}
.header-mobile .header-bottom-fixed > * a:hover {
  color: var(--menu-hover-color);
}
.header-mobile .header-bottom-fixed > * i {
  font-size: 20px;
  top: 0;
}
.header-mobile .header-bottom-fixed > * .search-toggle {
  margin: 0;
  top: -1px;
  color: var(--gray-dark);
}
.header-mobile .header-bottom-fixed > * .search-toggle:hover {
  color: var(--menu-hover-color);
}
.header-mobile .header-bottom-fixed > * span {
  display: block;
  font-size: calc(var(--font-size-base) - 4px);
  font-weight: var(--body-font-weight-medium);
  text-align: center;
  white-space: nowrap;
  margin-top: 5px;
  text-transform: uppercase;
}
.header-mobile .header-bottom-fixed > *.wishlist-mobile {
  position: relative;
}
.header-mobile .header-bottom-fixed > *.wishlist-mobile i {
  position: relative;
}
.header-mobile .header-bottom-fixed > *.wishlist-mobile .count {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--gray-dark);
  line-height: 20px;
  display: inline-block;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  top: -5px;
  margin: 0;
  right: -15px;
  font-size: 11px;
}
.menu-mobile--open {
  overflow: hidden;
}
.menu-mobile--open .menu-mobile {
  opacity: 1;
  visibility: visible;
}
.menu-mobile--open .menu-mobile__inner {
  transform: translate(0, 0);
}
.menu-mobile--open .js-menu-mobile {
  position: absolute;
  width: 100%;
  padding: 20px 15px;
  text-align: right;
  color: var(--white);
  z-index: 10;
  font-size: 0;
}
.menu-mobile--open .js-menu-mobile > span {
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 1;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 6px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
}
.menu-mobile--open .js-menu-mobile > span:before,
.menu-mobile--open .js-menu-mobile > span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 14px;
  top: 50%;
  left: calc(50% - 7px);
  margin-top: -1px;
  background-color: var(--gray-dark);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-mobile--open .js-menu-mobile > span:before {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-mobile--open .js-menu-mobile > span:after {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-mobile--open .js-menu-mobile > span:hover:before,
.menu-mobile--open .js-menu-mobile > span:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.menu-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.menu-mobile__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.menu-mobile__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 320px;
  height: 100%;
  overflow: hidden;
  background-color: var(--white);
  transform: translate(-320px, 0);
  transition: all 0.4s ease;
}
.menu-mobile__header {
  position: relative;
  z-index: 1;
  display: block;
  height: 50px;
  border-bottom: 1px solid var(--border-color);
  background-color: var(--white);
}

.menu-mobile__nav {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 65px 20px 15px;
}
.menu-mobile__nav-item {
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}
.menu-mobile__nav-item.megamenu {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5) !important;
}
.menu-mobile__nav-item.megamenu:last-child {
  margin-bottom: 0;
  border-bottom: 0 !important;
  padding-bottom: 0;
}
.menu-mobile__nav-item a {
  display: block;
  padding: 12px 0;
  color: var(--gray-dark);
  line-height: 20px;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-size: var(--font-size-base);
  font-weight: var(--body-font-weight-bold);
  font-family: var(--font-family-second);
  font-style: italic;
}
.menu-mobile__nav-item a.mm-nav__prev {
  color: var(--text-color);
}
.menu-mobile__nav-item a:hover {
  color: var(--theme-color);
  text-decoration: none;
}
.menu-mobile__nav-item.active > .mm-nav__links {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.menu-mobile__nav-item.active > .mm-nav__links.active--hidden {
  position: absolute;
}
.menu-mobile__nav-item.active
  > .mm-nav__links.active--hidden
  > .mm-nav__links-header {
  opacity: 0;
  pointer-events: none;
}
.menu-mobile__nav-item .menu-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.menu-mobile__nav-item .menu-list a {
  padding: 5px 0;
  position: relative;
  font-style: unset;
}
.menu-mobile__nav-item .menu-list a span {
  position: absolute;
  line-height: 18px;
  padding: 0 10px;
  border-radius: 10px;
  color: var(--white);
  font-size: 10px;
  top: -4px;
}
.menu-mobile__nav-item .menu-list a span.hot {
  background: #f11e1e;
}
.menu-mobile__nav-item .menu-list a span.new {
  background: #32d4bf;
}
.menu-mobile__nav-item .footer-menu__item a {
  text-transform: unset;
  font-size: var(--font-size-base);
  color: var(--text-color);
}
.menu-mobile__nav-item .footer-menu__item a:hover {
  color: var(--theme-color);
}
.mm-nav__wrapper {
  display: flex;
  justify-content: space-between;
}
.mm-nav__wrapper > a {
  width: calc(100% - 40px);
}

.mm-nav__btn {
  display: block;
  width: auto;
  height: 44px;
  padding: 0;
  color: var(--gray-dark-25);
  border: none;
  border-radius: 0;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
  background: var(--white);
}
.mm-nav__btn:hover,
.mm-nav__btn:focus {
  outline: 0;
  box-shadow: none;
}

.mm-nav__links {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  margin-top: 65px;
}

.mm-nav__links-header {
  position: relative;
  z-index: 1;
  height: 44px;
  background-color: var(--white);
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.mm-nav__links-header a.mm-nav__prev {
  padding: 12px 20px;
  color: var(--gray-dark);
  display: flex;
  justify-content: space-between;
  font-style: italic;
  font-weight: var(--body-font-weight-bold);
  font-family: var(--font-family-second);
  font-size: var(--font-size-base);
}
.mm-nav__links-header a.mm-nav__prev i {
  font-size: 18px;
}
.mm-nav__prev {
  cursor: pointer;
}
.mm-nav__prev .fa {
  float: left;
  line-height: 20px;
}
.mm-nav__links-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  height: calc(100% - 52px);
  background-color: var(--white);
  padding: 80px 20px 60px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mm-nav__links-wrapper::-webkit-scrollbar-track {
  background-color: #ececec;
}
.mm-nav__links-wrapper::-webkit-scrollbar {
  width: 2px;
  background-color: #ececec;
}
.mm-nav__links-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark);
}
.mm-nav__links-wrapper .menu-mobile__nav-item {
  border: 0;
}
.mm-nav__links-wrapper a {
  text-transform: unset;
  font-size: var(--font-size-base);
  padding: 5px 0;
  color: var(--text-color);
  letter-spacing: 0;
  font-weight: var(--body-font-weight-default);
}
.mm-nav__links-wrapper a:hover {
  color: var(--theme-color);
}
.mm-nav__links-wrapper .megamenu-heading {
  font-size: var(--font-size-base);
}
.mm-nav__links-wrapper .megamenu-products {
  margin-bottom: 50px;
}
.mm-nav__links-wrapper .megamenu-products:last-child {
  margin-bottom: 0;
}
.mm-nav__links-wrapper .button_all {
  text-align: center;
  order: 1;
}
.mm-nav__links-wrapper .button_all a {
  display: inline-block;
  line-height: 45px;
  padding: 0 20px;
  background: var(--theme-color);
  color: var(--white);
}
.mm-nav__links-wrapper .button_all a:hover {
  background: var(--theme-color);
}
/*============ Year Make Model App =================*/
.shopify-block.shopify-app-block .gvbar_outer-wrap {
  padding: 35px 30px 60px !important;
  border-radius: 0 !important;
  max-width: 1470px;
  margin: -115px auto 0;
  position: relative;
}
.shopify-block.shopify-app-block .gv_bar_text h2 {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.shopify-block.shopify-app-block .gv_bar_text h2 span {
  color: var(--theme-color);
  font-weight: 200;
}
.shopify-block.shopify-app-block .gv_bar_text p {
  font-size: 20px;
  margin-bottom: 0;
}
.shopify-block.shopify-app-block #gv-mmy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopify-block.shopify-app-block #gv-mmy .mmy-tab_wrap {
  grid-gap: 10px !important;
  gap: 10px !important;
}
.shopify-block.shopify-app-block #gv-mmy .mmy-tab_wrap .mmy-tab {
  min-width: 340px;
}
.shopify-block.shopify-app-block #gv-mmy .mmy-tab_wrap .mmy-tab select {
  border-radius: 0 !important;
  padding: 24px 30px !important;
  border: 0 !important;
  font-size: var(--font-size-base) !important;
  height: auto !important;
  border: 0;
  cursor: pointer;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 7px 6px, 7px 6px, 0 1.5em;
  background-position: calc(100% - 37px) calc(1em + 18px),
    calc(100% - 30px) calc(1em + 18px), calc(100% - 2.5em) 0.5em;
  background-image: linear-gradient(45deg, transparent 50%, #f7c601 0),
    linear-gradient(135deg, #f7c601 50%, transparent 0),
    linear-gradient(90deg, #f7c601, #f7c601);
}
.shopify-block.shopify-app-block
  #gv-mmy
  .mmy-tab_wrap
  .mmy-tab.year-selector-wrap
  select {
  border-radius: 50px 0 0 50px !important;
}
.shopify-block.shopify-app-block #gv-mmy .mmy-tab_wrap .mmy-tab select:hover {
  cursor: pointer !important;
}
.shopify-block.shopify-app-block #gv-mmy .go-button-wrap {
  margin: 0 0 0 10px !important;
}
.shopify-block.shopify-app-block #gv-mmy .go-button-wrap .gv-btn-search {
  border-radius: 0 50px 50px 0 !important;
  min-height: auto !important;
  min-height: auto !important;
  padding: 24px 45px !important;
  color: var(--theme-color) !important;
  background: var(--gray-dark) !important;
  font-size: calc(var(--font-size-base) + 1px) !important;
  font-family: var(--font-family-second);
  font-style: italic;
  font-weight: var(--body-font-weight-bold) !important;
  transition: all 0.3s ease;
}
.shopify-block.shopify-app-block #gv-mmy .go-button-wrap .gv-btn-search:after {
  content: "\e927";
  font-family: "icomoon";
  font-size: 18px;
  padding-left: 15px;
  font-style: normal;
}
.shopify-block.shopify-app-block #gv-mmy .go-button-wrap .gv-btn-search:hover {
  color: var(--white) !important;
}
/*============ FOOTER =================*/
body:not(.template-page, .template-index) .bwp-footer {
  margin-top: 60px;
}
.bwp-footer {
  color: var(--footer-color);
}
.bwp-footer .footer-center__inner > .row > div {
  padding: 0 15px;
}
.bwp-footer .content-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 1px;
  font-size: calc(var(--font-size-base) - 1px);
}
.bwp-footer .content-contact a {
  color: var(--footer-color);
  display: inline-block;
  margin-bottom: 15px;
}
.bwp-footer .content-contact a:hover {
  color: var(--theme-color);
}
.bwp-footer .content-contact span {
  color: var(--footer-color);
  display: inline-block;
  margin-bottom: 15px;
}
.bwp-footer .footer_2 .footer-blog .slick-carousel__item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.bwp-footer .footer_2 .footer-blog .slick-carousel__item .article__image {
  display: inline-block;
  max-width: 70px;
  flex: 0 0 70px;
  margin: 0;
}
.bwp-footer
  .footer_2
  .footer-blog
  .slick-carousel__item
  .article__image
  .article__featured-image-wrapper {
  height: 70px;
}
.bwp-footer
  .footer_2
  .footer-blog
  .slick-carousel__item
  .article__image
  .article__featured-image-wrapper
  img {
  max-width: 70px;
  height: 70px;
  object-fit: cover;
}
.bwp-footer .footer_2 .footer-blog .slick-carousel__item .article__content {
  margin-left: 25px;
}
.bwp-footer
  .footer_2
  .footer-blog
  .slick-carousel__item
  .article__content
  .category-blog {
  text-transform: uppercase;
}
.bwp-footer
  .footer_2
  .footer-blog
  .slick-carousel__item
  .article__content
  .article__heading {
  margin: 0;
}
.bwp-footer
  .footer_2
  .footer-blog
  .slick-carousel__item
  .article__content
  .article__heading
  .article__heading-link:hover {
  color: var(--theme-color);
}
.bwp-footer
  .footer_2
  .footer-blog
  .slick-carousel__item
  .article__content
  .article__excerpt {
  margin: 0;
}
.bwp-footer {
  font-size: calc(var(--font-size-base) - 1px);
}
.bwp-footer p {
  margin-bottom: 7px;
  line-height: 24px;
}
.bwp-footer p span {
  color: var(--gray-dark);
}
.bwp-footer .form-control {
  border: 0;
  padding: 10px;
  background: transparent;
  border: 1px solid #dddddd;
  /* color: var(--gray-dark); */
  border-radius: 3px;
  height: 50px;
  width: calc(100% - 100px);
}
.bwp-footer .form-control::placeholder {
  font-size: 14px;
}
.bwp-footer .contact-form button.newsletter-form__submit span {
  font-size: 0px !important;
  border: 1px solid;
  border-color: #dddddd;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 3px;
  background: #4a50c8;
  color: white;
  height: 50px;
  &:hover {
    background: #4c53d5;
  }
}

.bwp-footer .contact-form button.newsletter-form__submit span:before {
  content: "Sign up" !important;
  font-size: 16px !important;
  display: block;
  font-family: "Cabin", sans-serif;
}
.footer-center__inner
  .footer-block__content
  #contact_form
  .newsletter-form__wrap
  .newsletter-form__input {
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 16px;
}
.bwp-footer .newsletter-form__wrap {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bwp-footer .newsletter-form__submit {
  padding: 0;
  background: transparent;
  color: var(--theme-color);
  border: 0;
  text-wrap: nowrap;
  width: 90px;
}
.bwp-footer .newsletter-form__submit span {
  text-transform: capitalize;
  font-size: calc(var(--font-size-base) + 4px) !important;
  font-family: var(--font-family-second);
  font-style: normal;
  font-weight: 400;
  margin: 0 !important;
  color: #fff;
}
.bwp-footer .newsletter-form__submit:hover {
  color: var(--theme-color);
}
.bwp-footer .footer-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
.bwp-footer .footer-menu li {
  margin-bottom: 12px;
}
.bwp-footer .footer-menu li:last-child {
  margin-bottom: 0;
}
.bwp-footer .footer-menu a {
  color: var(--footer-color);
  font-size: calc(var(--font-size-base) - 1px);
}
.bwp-footer .footer-menu a:hover {
  color: var(--footer-color-hover);
}
.bwp-footer .social-icons {
  padding: 0;
  list-style: none;
  margin: 30px 0 0;
}
.bwp-footer .social-icons li {
  display: inline-block;
  margin-right: 5px;
}
.bwp-footer .social-icons li:last-child {
  margin-right: 0px;
}
.bwp-footer .social-icons li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 0;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  font-size: 15px;
  transition: all 0.3s ease;
}
.bwp-footer .social-icons li a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.bwp-footer .social-icons span {
  display: none;
}
.bwp-footer .footer-center2__inner > div {
  padding: 0px 15px;
}
.bwp-footer .footer-center2__inner > div span {
  font-size: calc(var(--font-size-base) - 4px);
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 30px;
}
.bwp-footer .footer-center2__inner > div .footer-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.bwp-footer .footer-center2__inner > div .footer-menu a {
  font-size: calc(var(--font-size-base) - 4px);
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bwp-footer .footer-center2__inner > div .footer-menu li {
  margin: 0;
}
.bwp-footer .footer-center2__inner > div .footer-menu li:after {
  content: "|";
  display: inline-block;
  margin: 0 10px 0 5px;
  font-size: 8px;
  position: relative;
  top: -1px;
  color: #846b08;
}
.bwp-footer .footer-center2__inner > div .footer-menu li:last-child:after {
  display: none;
}
.bwp-footer .footer-bottom .footer-bottom__inner {
  align-items: center;
}
.bwp-footer .footer-bottom .footer-bottom__inner > div {
  padding: 0px 15px;
}
.bwp-footer .footer-bottom .footer-bottom__inner > div .social-icons {
  margin: 0;
}
.bwp-footer .footer-bottom .footer-copyright {
  letter-spacing: 1px;
  font-size: calc(var(--font-size-base) - 3px);
}
.bwp-footer .footer-bottom .footer-copyright span {
  font-family: var(--font-family-second);
}
.bwp-footer .footer-bottom .footer-menu {
  display: flex;
  flex-wrap: wrap;
}
.bwp-footer .footer-bottom .footer-menu li {
  margin: 0 10px;
}
.bwp-footer .footer-bottom .footer-menu li a {
  font-size: 10px;
  font-weight: var(--body-font-weight-medium);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.bwp-footer .footer-bottom .footer-menu li:first-child {
  margin-left: 0;
}
.bwp-footer .footer-bottom .footer-menu li:last-child {
  margin-right: 0;
}
.bwp-footer .footer-bottom .aligin-left {
  text-align: left;
  justify-content: left;
}
.bwp-footer .footer-bottom .aligin-right {
  text-align: right;
  justify-content: right;
}
.bwp-footer .footer-bottom .aligin-center {
  text-align: center;
  justify-content: center;
}
.bwp-button a {
  display: inline-block !important;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
}

.title-footer {
  text-transform: uppercase;
}
/*============== SECTION ===========*/
.wpbingo-section__empty {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.wpbingo-section__empty .rte {
  padding: 15px 30px;
  border: 2px dashed var(--border-color);
}
.newsletter-form .errors {
  margin: 0 0 10px;
  color: inherit;
}
.newsletter-form .alert {
  margin: 0;
}
.newsletter-form .alert--mailchimp {
  margin: 0 0 10px;
}
/*=============== SOCIAL SHARING ==================*/
.social-sharing a {
  display: inline-block;
  color: var(--text-color);
  border-radius: 2px;
  margin: 0 20px 0 0;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
}
.social-sharing span {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  font-size: calc(var(--font-size-base) - 2px);
}
.social-sharing span.share-title {
  display: none;
}
.social-sharing .fa {
  padding: 0 5px 0 0;
  font-size: var(--font-size-base);
}
.social-sharing .fa:before {
  line-height: 22px;
}
.featured-banner {
  position: relative;
  overflow: hidden;
}
.featured-banner a {
  display: block;
  overflow: hidden;
}
.featured-banner img {
  display: inliine-block;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
}
.effect-one:hover img {
  transform: scale(1.1);
}
.effect-two img {
  transform: scale(1.1);
}
.effect-two:hover img {
  transform: scale(1);
}
.effect-three {
  overflow: hidden;
  position: relative;
}
.effect-three::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
.effect-three:hover::before {
  animation: effectShine 0.75s;
}
.effect-four::before,
.effect-four::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  transition: all 0.5s ease;
}
.effect-four::before {
  top: 5%;
  left: 0;
  right: 0;
  width: 0;
  height: 90%;
  margin: 0 auto;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
.effect-four::after {
  left: 5%;
  top: 0;
  bottom: 0;
  width: 90%;
  height: 0;
  margin: auto;
  border-left: 1px solid var(--white);
  border-right: 1px solid var(--white);
}
.effect-four:hover::before {
  width: 90%;
  max-width: 90%;
}
.effect-four:hover::after {
  height: 90%;
  max-height: 90%;
}
/*================= FAQs page ==================*/
.page-faqs .page__inner {
  padding-bottom: 0;
}
.page-faqs .page-header {
  padding: 0;
}
.page-faqs .page-title {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 50px;
}
.page-faqs .faq-page__item-heading {
  font-size: 30px;
  margin: 0 0 26px 0;
}
.page-faqs strong {
  font-size: 15px;
  font-weight: var(--body-font-weight-bold);
  color: #656565;
}
.page-faqs .faq-page__item {
  margin-bottom: 70px;
}

.faq-page2 {
  max-width: 660px;
  margin: 50px auto;
}
.faq-page2 h2 {
  font-size: 35px;
  margin-bottom: 40px;
}
.faq-page2 .card {
  border: 0;
}
.faq-page2 .card-body {
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
}
.faq-page2 .card-body p {
  margin-bottom: 0;
}
.faq-page2 .card-header {
  background: var(--white);
  border: 0;
  padding: 0;
}
.faq-page2 .card-header .card-link {
  position: relative;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid var(--gray-dark);
  font-size: 18px;
  display: block;
  line-height: 25px;
}
.faq-page2 .card-header .card-link:before {
  content: "\e906";
  font-family: icomoon;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  font-size: 12px;
}
.faq-page2 .card-header .card-link.collapsed {
  border-color: #e8e8e8;
}
.faq-page2 .card-header .card-link.collapsed:before {
  content: "\e92c";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*============= VERIFY POPUP =============*/
.verify-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 999999999;
}
.verify-popup.active {
  display: flex;
}
.verify-popup.disabled {
  background: var(--gray-dark);
}
.verify-popup.disabled .content-verify {
  background: transparent;
  max-width: 700px;
}
.verify-popup .close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.verify-popup .content-verify {
  width: 100%;
  max-width: 450px;
  background: var(--white);
  z-index: 2;
  position: relative;
  padding: 30px;
  max-height: 100%;
  overflow: auto;
}
.verify-popup .content-verify::-webkit-scrollbar-track {
  background-color: #ececec;
}
.verify-popup .content-verify::-webkit-scrollbar {
  width: 2px;
  background-color: #ececec;
}
.verify-popup .content-verify::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark);
}
.verify-popup .alert-verify {
  color: var(--white);
  padding: 50px 0;
  font-size: 30px;
}
.verify-popup .alert-verify i {
  color: #ffaf00;
  margin-right: 10px;
}
.verify-popup .verify-info {
  text-align: center;
}
.verify-popup .title {
  display: inline-block;
  margin: 0;
  font-size: 25px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.verify-popup .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  height: 1px;
  width: 100px;
  background: var(--gray-dark);
  background: var(--gray-dark);
}
.verify-popup .group-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.verify-popup .group-button button {
  background: var(--gray-dark);
  border: 0;
  color: var(--white);
  padding: 11px 20px;
  line-height: 18px;
  min-width: 130px;
  margin: 5px;
  text-transform: uppercase;
  font-size: var(--font-size-base);
  font-family: var(--font-family-second);
  font-style: italic;
  font-weight: var(--body-font-weight-bold);
  border-radius: 50px;
  transition: all 0.3s ease;
}
.verify-popup .group-button button:hover {
  color: var(--gray-dark);
  background: var(--theme-color);
}
/*****-----   New-css-start-here  -----*****/
.wpbingo-section--product-tabs-grid .wpbingo-section__content-top {
  margin-bottom: 42px !important;
}
#shopify-section-template--17451449548978__slideshow_kCXHxe
  .wpbingo-slideshow__item-image {
  min-height: 477px;
  max-height: 477px;
}
#shopify-section-template--17451449548978__featured_collections_list_xxEmdt
  .wpbingo-section--collections-list
  .collection-card__menu
  a {
  font-size: 14px !important;
  color: var(--Blue, rgba(74, 80, 200, 1)) !important;
}
#shopify-section-template--17451449548978__featured_collections_list_xxEmdt
  .wpbingo-section--collections-list
  .bwp-button {
  color: var(--Blue, rgba(74, 80, 200, 1)) !important;
}
#shopify-section-template--17451449548978__featured_product_tabs_grid_EWTDhq
  .wpbingo-section--product-tabs-grid
  .wpbingo-section__content-top
  .nav
  .nav-item.product-tabs__nav-item
  .product-tabs__nav-link.active {
  color: rgba(113, 123, 188, 1) !important;
}
.footer-menu .footer-menu__item .footer-menu__link {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.inner-contact-info h5 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.inner-contact-info p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.footer-contact-info .inner-contact-info:not(:last-child) {
  margin-bottom: 15px;
}
.bottom-footer-links {
  margin: 0px 0px 5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bottom-footer-links li {
  list-style: none;
}
.bottom-footer-links li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.95px;
  color: rgba(92, 92, 92, 1);
}
.bottom-footer-links li:not(:last-child) {
  border-right: 1px solid rgba(92, 92, 92, 0.5);
  padding-right: 15px;
  margin-right: 10px;
}
footer.bwp-footer .footer-center.accordion.footer_1 {
  border: 0;
}
footer.bwp-footer .footer-bottom {
  background: #f8f9fc;
  padding: 0px 0px 60px;
}
footer.bwp-footer .footer-bottom .footer-index-1.footer-copyright {
  margin: 0;
}

/* For-single-product-page */
.template-product .wpbingo-breadcrumbs .breadcrumb {
  padding: 34px 0px 20px;
}
.product-single .bwp-single-info .product-single__title {
  font-weight: 400;
  margin-bottom: 16px !important;
}
.product-single
  .bwp-single-info
  .price-single-product
  .js-product-price.product-single__price {
  font-family: "946 Latin R3" !important;
  font-size: 23px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  font-style: normal;
}
.product-single .bwp-single-info .inventory-content {
  margin-top: 20px !important;
}
.product-single .bwp-single-info .variants-wrapper {
  margin: 0px 0px 70px;
}
.product-single
  .bwp-single-info
  .variants-wrapper
  .single-option-selector.checkbox {
  padding: 0;
  border: 1px solid rgba(222, 222, 222, 1);
  border-radius: 20px;
  margin: 0px 10px 10px 0px;
  display: inline-flex;
}
.product-single
  .bwp-single-info
  .variants-wrapper
  .single-option-selector.checkbox
  label {
  padding: 0;
  margin: 0;
}
.product-single
  .bwp-single-info
  .variants-wrapper
  .single-option-selector.checkbox:has(input[type="radio"]:checked) {
  border-color: rgba(0, 0, 0, 1);
}
.product-single
  .bwp-single-info
  .variants-wrapper
  .single-option-selector.checkbox:has(input[type="radio"]:checked)
  label {
  color: rgba(0, 0, 0, 1);
}
.product-single
  .bwp-single-info
  .variants-wrapper
  .single-option-selector.checkbox
  label {
  color: rgba(111, 111, 110, 1);
}
.product-single
  .bwp-single-info
  .variants-wrapper
  .single-option-selector.checkbox
  label::before {
  display: none;
}
.product-single
  .bwp-single-info
  .content-variant_inventory
  .js-product-avaiable.product-avaiable {
  margin-bottom: 20px;
}
.product-single .bwp-single-info button.btn.btn--add-to-cart {
  background: rgba(250, 162, 38, 1);
  font-style: normal;
  font-family: "946 Latin R3" !important;
  color: #4e1d09;
}
.product-single
  .bwp-single-info
  .shopify-payment-button
  .shopify-payment-button__button,
.product-single .bwp-single-info .product-back_in_stock .open-back_in_stock {
  font-family: "946 Latin R3" !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  font-style: normal;
  color: #000000;
  margin-top: 18px;
}

/*****-----   New-css-end-here  -----*****/

.wholesale_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 120px 0;
}
.wholesale_row .wholesale_text {
  width: 40%;
  text-align: center;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.wholesale_row .wholesale_text h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.wholesale_row .wholesale_text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 0 0;
  max-width: 500px;
}

.wholesale_row .wholesale_text img {
  max-width: 100px;
}

.wholesale_row .wpbingo-section__content-bottom {
  max-width: 50% !important;
  margin: 0 !important;
  width: 100%;
}

.slick-slide img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.product-single__thumbnail {
  border: 2px solid rgba(0, 0, 0, 0);
}
.slick-current .product-single__thumbnail {
  border: 2px solid rgba(0, 0, 0, 1);
}
.product-single__thumbnails .slick-list {
  overflow: hidden;
}

.all_categories{display:none; position:absolute; left:0; top:100%; z-index:999; min-width:200px;  background: var(--white);
  box-shadow: 0 0.8rem 2.4rem rgba(149, 157, 165, 0.200000003);
  border: 1px solid #d5d9eb;}




}
.easytabs-holder .easytabs-tabs .easytabs-tab-item {
    
}


@media (min-width: 1200px) {
  .header-search-mobile {
    display: none;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .shopify-block.shopify-app-block #gv-mmy .mmy-tab_wrap .mmy-tab {
    min-width: 260px;
  }
}
@media (max-width: 1440px) {
  .bwp-header.header_4 .header-desktop .header-left .main-menu {
    margin-left: 60px;
  }
  .bwp-header.header_4 .header-desktop .header-right .content-search-form {
    width: 280px;
    margin-right: 60px;
  }
  .bwp-header.header_3 .header-center__search .content-search-form,
  .bwp-header.header_5 .header-center__search .content-search-form {
    max-width: 550px;
  }
}

@media (max-width: 1199px) {
  .header-page-link .wishlist {
    margin-right: 15px;
  }
  .header-mobile {
    display: block;
  }
  .header-bottom {
    display: none;
  }
  .header-desktop {
    display: none;
  }
  .bwp-footer.have-menu-bottom {
    padding-bottom: 50px;
  }
  .content-search-toggle
    .predictive-search-content
    .predictive-search-content-product.full
    .predictive-search__results-list
    li {
    width: 33.33%;
  }
  .content-search-toggle .search-modal .predictive-search__results-list {
    margin: 0 -7.5px;
  }
  .content-search-toggle .search-modal .predictive-search__results-list li {
    width: 33.33%;
    padding: 0 7.5px;
  }
  .content-search-toggle .contents-search {
    padding: 50px;
    margin-top: 60px;
    max-height: calc(100% - 120px);
  }
  .content-search-toggle .content-menu-search {
    padding: 30px 15px;
  }
  .content-search-toggle .close-search {
    top: 10px;
    right: 10px;
  }
  .shopify-block.shopify-app-block #gv-mmy .mmy-tab_wrap .mmy-tab {
    min-width: 220px;
  }
  .shopify-block.shopify-app-block .gvbar_outer-wrap {
    padding: 35px 15px 60px !important;
    margin-top: 15px;
  }
  .shopify-block.shopify-app-block #gv-mmy .mmy-tab_wrap .mmy-tab select {
    padding: 20px 15px !important;
    background-position: calc(100% - 20px) calc(1em + 12px),
      calc(100% - 13px) calc(1em + 12px), calc(100% - 2.5em) 0.5em;
  }
  .shopify-block.shopify-app-block #gv-mmy .go-button-wrap .gv-btn-search {
    padding: 19.5px 20px !important;
  }

  .product-card .product-card__form.mobile .wpbingo-qty {
    width: 50%;
    text-align: center;
  }
  .product-card
    .product-card__form.mobile
    .wpbingo-qty
    button.wpbingo-qty__adjust {
    display: none;
  }

  .product-card .product-card__content {
    padding-bottom: 15px;
    height: 100%;
    position: unset;
  }
  .product-card .product-card__content .product-card__form.mobile {
    position: absolute;
    left: 7.5px;
    right: 7.5px;
    bottom: 0;
  }
  .slick-carousel__item {
    position: relative;
  }
  .slick-carousel__item .product-card {
    position: unset;
  }
  .header-mobile .button-menu .search-toggle {
    margin: 0 0 0 15px;
  }

  .header-mobile .header-right .wishlist-mobile {
    height: 30px;
    margin-right: 15px !important;
    padding-right: 10px;
    top: 2px;
  }
  .header-mobile .header-right .wishlist-mobile:hover {
    top: -3px;
  }
  .header-mobile .header-right .wishlist-mobile .count {
    top: -2px;
    right: 2px;
    color: #fff;
  }
  .header-mobile .header-right .wishlist-mobile a {
    display: inline-flex;
  }

  .menu-mobile__inner .menu-mobile__nav {
    padding: 180px 16px 70px 21px;
    background: rgba(6, 44, 65, 1);
  }
  .menu-mobile__inner .menu-mobile__nav .select_category {
    background: #ec1d29;
    padding: 17px 16px 18px 23px;
    position: absolute;
    left: 0;
    right: 0;
    top: 98px;
  }
  .menu-mobile__inner
    .menu-mobile__nav
    .select_category
    .icon-cate
    i.icon-down {
    color: #fda29b;
  }
  .menu-mobile__inner .menu-mobile__nav .menu-mobile__nav-item {
    border: 0;
  }
  .menu-mobile__inner .menu-mobile__nav .menu-mobile__nav-item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #fff;
    padding: 12px 0;
    text-transform: capitalize;
    width: 100%;
  }

  .menu-mobile__inner .menu-mobile__nav .mm-nav__wrapper {
    position: relative;
    /* width: fit-content; */
    padding-right: 44px;
  }
  .menu-mobile__inner
    .menu-mobile__nav
    .mm-nav__wrapper
    button.js-mm-nav-item.mm-nav__btn {
    /* transform: rotate(90deg) !important; */
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
    position: absolute;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-mobile__inner
    .menu-mobile__nav
    .mm-nav__wrapper
    button.js-mm-nav-item.mm-nav__btn
    i.feather-chevron-right {
    color: #ffffff;
    font-size: 12px;
  }
  .header-bottom__right.need-help-bottom-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    min-width: 320px;
    padding: 17px;
  }
  .header-bottom__right.need-help-bottom-link div {
    font-size: 14px !important;
    gap: 10px;
  }

  .menu-mobile__inner
    .menu-mobile__nav
    .menu-mobile__nav-item.active
    .mm-nav__links
    .mm-nav__links-wrapper {
    background: #062c41;
  }
  .menu-mobile__inner
    .menu-mobile__nav
    .menu-mobile__nav-item.active
    .mm-nav__links-header {
    background: #062c41;
    padding: 0px 10px;
  }
  .menu-mobile .menu-mobile__inner button.js-menu-mobile.btn.menu-mobile__btn {
    padding: 12px;
    text-align: left;
    position: relative;
    border: 0;
    background: url(/cdn/shop/files/menu-icon-white.svg?v=1724156557)
      no-repeat center;
    width: 12px;
    height: 12px;
    margin: 25px 0px 0px 15px;
  }
  .menu-mobile
    .menu-mobile__inner
    button.js-menu-mobile.btn.menu-mobile__btn
    span {
    display: none;
  }
  .menu-mobile__inner
    .menu-mobile__nav
    .select_category
    .vertical-menu
    .main-menu__nav-item {
    position: relative;
  }
  .menu-mobile__inner
    .menu-mobile__nav
    .select_category
    .vertical-menu
    .main-menu__nav-item
    i.icon-down {
    position: absolute;
    right: 16px;
    top: 24px;
    font-size: 5px;
  }
  .menu-mobile__inner
    .menu-mobile__nav
    .select_category
    .vertical-menu
    .main-menu__nav-item
    .menu-dropdown__content {
    position: unset;
    box-shadow: none;
    display: none !important;
  }
  .menu-mobile__inner
    .menu-mobile__nav
    .select_category
    .vertical-menu
    .main-menu__nav-item
    .menu-dropdown__content
    li {
    list-style: none;
    padding: 0;
    border: 0;
  }
  .menu-mobile__inner
    .menu-mobile__nav
    .select_category
    .vertical-menu
    .main-menu__nav-item.active
    .menu-dropdown__content {
    display: block !important;
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
  .bwp-header .select_category.show .icon-cate {
   transform: rotate(0deg);
  }
  .bwp-header .select_category .icon-cate {
    
     transform: rotate(-180deg);
  }
  .template-index .bwp-header .vertical-menu {
  }
  .template-index .bwp-header .select_category.show .vertical-menu {
    display: block !important;
  }
  .template-index .bwp-header .select_category.show .vertical-menu {
    height: fit-content !important;
    max-height: fit-content !important;
  }
}
@media (max-width: 991px) {
  .bwp-footer .footer-center__inner > .row > div {
    margin-bottom: 50px;
  }
  .content-search-toggle
    .predictive-search-content
    .predictive-search-content-product.full
    .predictive-search__results-list
    li {
    width: 50%;
  }
  .content-search-toggle .search-modal .predictive-search__results-list li {
    width: 50%;
  }
  .shopify-block.shopify-app-block #gv-mmy .mmy-tab_wrap .mmy-tab {
    min-width: 150px;
  }
  .shopify-block.shopify-app-block .gv_bar_text h2 {
    font-size: 40px;
    line-height: 45px;
  }

  footer.bwp-footer .footer-bottom .footer-bottom__inner.row .footer-index-1,
  footer.bwp-footer .footer-bottom .footer-bottom__inner.row .footer-index-2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  footer.bwp-footer
    .footer-bottom
    .footer-bottom__inner.row
    .footer-index-2.payment-image {
    text-align: center;
    margin-top: 20px;
  }
  footer.bwp-footer .footer-bottom .footer-bottom__inner.row .footer-index-1 {
    text-align: center;
  }
  .bottom-footer-links {
    justify-content: center;
  }
  .tab-content.product-tabs__content .slick-carousel__item {
    margin-bottom: 40px;
  }

  .wpbingo-section--slideshow .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .wholesale_row {
    padding: 0 0 50px 0;
  }

  .wholesale_row .wholesale_text p {
    font-size: 16px;
    line-height: 23px;
    max-width: 300px;
  }

  .wholesale_row .wpbingo-section__content-bottom {
    max-width: 100% !important;
    margin: 50px 0 0 0 !important;
    width: 100%;
  }

  #shopify-section-template--17451449614514__contact .title-1 {
    font-size: 20px;
    line-height: 26px;
    margin: 0px 0px 30px 0px;
  }

  .wholesale_row .wholesale_text h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
  }

  .wholesale_row .wholesale_text {
    width: 100%;
  }

  .bwp-footer .footer-center__inner > .row > div:last-child {
    margin: 0;
  }
  .bwp-footer .footer-center2__inner > div span {
    display: block;
    margin: 0;
  }
  .content-search-toggle
    .predictive-search-content
    .predictive-search-content-product.full
    .predictive-search__results-list
    li {
    width: 50%;
  }
  .content-search-toggle .search-modal .predictive-search__results-list li {
    width: 50%;
  }
  .content-search-toggle
    .predictive-search-content
    .predictive-search-content-product {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .content-search-toggle
    .predictive-search-content
    .predictive-search-content-blog {
    margin-top: 30px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .content-search-toggle .content-menu-search {
    padding: 30px 15px;
  }
  .bwp-footer .footer_1 .footer-center__inner,
  .bwp-footer .footer_2 .footer-center__inner {
    padding-bottom: 0;
  }
  .bwp-footer .footer-bottom .aligin_mobi-left {
    text-align: left;
    justify-content: left;
  }
  .bwp-footer .footer-bottom .aligin_mobi-left .footer-menu {
    justify-content: left;
  }
  .bwp-footer .footer-bottom .aligin_mobi-right {
    text-align: right;
    justify-content: right;
  }
  .bwp-footer .footer-bottom .aligin_mobi-right .footer-menu {
    justify-content: right;
  }
  .bwp-footer .footer-bottom .aligin_mobi-center {
    text-align: center;
    justify-content: center;
  }
  .bwp-footer .footer-bottom .aligin_mobi-center .footer-menu {
    justify-content: center;
  }
  .bwp-footer .footer-center.accordion .content-toggle {
    transition: all 0.3s ease;
  }
  .bwp-footer .footer-center.accordion .content-toggle .footer-block {
    display: none;
  }
  .bwp-footer
    .footer-center.accordion
    .content-toggle.active
    .title-footer:before {
    transform: rotate(180deg);
  }
  .bwp-footer .footer-center.accordion .title-footer {
    position: relative;
    transition: all 0.3s ease;
  }
  .bwp-footer .footer-center.accordion .title-footer:before {
    content: "\e92e";
    font-family: feather;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    font-size: 18px;
    font-style: normal;
  }
  .bwp-footer
    .footer-center.accordion
    .content-toggle:not(:last-child):not(.active) {
    margin-bottom: 30px;
  }
  .bwp-footer
    .footer-center.accordion
    .content-toggle:not(:last-child):not(.active)
    .title-footer {
    margin-bottom: 0;
  }
  .countdown {
    padding: 0;
  }
  .faq-page2 h2 {
    font-size: 25px;
  }
  .bwp-load-slick-mobile {
    margin: 0 !important;
  }
  .bwp-load-slick-mobile .slick-dots {
    position: static;
    margin-top: 15px;
  }
  .content-search-toggle .contents-search {
    padding: 50px 30px;
    margin-top: 50px;
    max-height: calc(100% - 100px);
  }
  .shopify-block.shopify-app-block .gvbar_outer-wrap {
    padding: 35px 15px 60px !important;
    margin-top: 60px;
  }
  .shopify-block.shopify-app-block .gv_bar_text h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .shopify-block.shopify-app-block .gv_bar_text p {
    font-size: calc(var(--font-size-base) + 2px);
  }
  .shopify-block.shopify-app-block #gv-mmy {
    display: block;
  }
  .shopify-block.shopify-app-block #gv-mmy .mmy-tab_wrap {
    grid-template-columns: unset !important;
  }
  .shopify-block.shopify-app-block #gv-mmy .go-button-wrap {
    margin: 10px 0 0 !important;
  }
  .shopify-block.shopify-app-block #gv-mmy .go-button-wrap .gv-btn-search {
    border-radius: 50px !important;
    min-width: unset;
    width: 100%;
  }
  .shopify-block.shopify-app-block #gv-mmy .mmy-tab_wrap .mmy-tab {
    min-width: 200px;
  }
  .shopify-block.shopify-app-block
    #gv-mmy
    .mmy-tab_wrap
    .mmy-tab.year-selector-wrap
    select,
  .shopify-block.shopify-app-block
    #gv-mmy
    .mmy-tab_wrap
    .mmy-tab.make-selector-wrap
    select,
  .shopify-block.shopify-app-block
    #gv-mmy
    .mmy-tab_wrap
    .mmy-tab.model-selector-wrap
    select {
    border-radius: 50px !important;
  }

  #shopify-section-template--17451449548978__slideshow_kCXHxe .heading-2 {
    font-size: 92.88px;
    line-height: 65.94px;
    margin: 0px 0px 74px 0px;
  }
  .slideshow-caption__desc {
    margin: 0px auto 74px !important;
  }
  .wpbingo-section--product-tabs-grid
    .wpbingo-section__content-top
    .wpbingo-title {
    margin-bottom: 20px;
  }
  .wpbingo-section--product-tabs-grid .wpbingo-section__content-top {
    margin-bottom: 21px !important;
  }
  .product-card__name {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .bottom-footer-links {
    margin: 30px 0 30px 0;
    gap: 10px 20px;
  }
  .bottom-footer-links li,
  .bottom-footer-links li:first-child,
  .bottom-footer-links li:last-child {
    border: 0 !important;
    padding-bottom: 4px;
    margin: 0;
    padding: 0;
  }

  .footer-menu .footer-menu__item .footer-menu__link {
    font-size: 14px;
  }

  #shopify-section-template--17451449548978__featured_collections_list_xxEmdt
    .wpbingo-section--collections-list
    .collection-item {
    padding-bottom: 55px !important;
  }
  .collection-item .content-left .collection-card__menu {
    height: auto !important;
  }
  #shopify-section-template--17451449548978__featured_product_tabs_grid_UBkrQe
    .wpbingo-section--product-tabs-grid
    .wpbingo-section__content-top {
    margin-bottom: 37px !important;
  }
  #shopify-section-template--17451449548978__featured_product_tabs_grid_EWTDhq
    .wpbingo-section--product-tabs-grid
    .wpbingo-section__content-top {
    margin-bottom: 70px !important;
  }
  .template-product .wpbingo-breadcrumbs .breadcrumb {
    padding: 5px 0px 30px;
  }
  .product-single
    .bwp-single-info
    .shopify-payment-button
    .shopify-payment-button__button {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .verify-popup .title {
    font-size: 20px;
  }
  .bwp_slick-margin-mobile .slick-arrow {
    display: none !important;
  }
  .bwp_slick-margin-mobile .slick-slider {
    margin-right: -15px;
  }
  .bwp_slick-margin-mobile .slick-list {
    padding-right: 33%;
  }
}

/*gruto*/

h3,
h2,
a,
h1,
h4,
h5,
h6,
p {
  font-family: "946 Latin R3" !important;
  font-style: normal !important;
}

.header-bottom .header-bottom__content .header-bottom__left {
  display: flex;
  align-items: center;
  justify-content:center;
}

.header-bottom .header-bottom__content .header-bottom__left ul li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #b3b8db;
  text-transform: capitalize;
  font-family: "946 Latin R3" !important;
}
.header-bottom .header-bottom__content .header-bottom__left ul li a.active {
  color: #fff;
}
.header-bottom
  .header-bottom__content
  .header-bottom__left
  ul
  li
  .menu-dropdown__content
  li
  a {
  color: rgba(54, 63, 114, 1);
}
.header-bottom
  .header-bottom__content
  .header-bottom__left
  ul
  li
  .menu-dropdown__content
  li
  a:hover {
  color: var(--theme-color);
}
.header-bottom .header-bottom__content .header-bottom__left ul li {
  padding: 0 15px;
}
.header-bottom
  .header-bottom__content
  .header-bottom__left
  ul
  li:not(.header-bottom .menu-dropdown--basic .menu-dropdown__content li) {
  padding: 0px 36px 0px 0px;
}
.header-bottom
  .header-bottom__content
  .header-bottom__left
  ul
  .main-menu__nav-item.menu-dropdown.menu-dropdown--basic {
  position: relative;
  padding-right: 57px !important;
}
.header-bottom
  .header-bottom__content
  .header-bottom__left
  ul
  .main-menu__nav-item.menu-dropdown.menu-dropdown--basic::after {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/chevron-down.png?v=1724135101)
    no-repeat center;
  background-size: cover;
  width: 12px;
  height: 12px;
  top: 5px;
  right: 39px;
}
.header-bottom
  .header-bottom__content
  .header-bottom__left
  > ul
  > li:first-child {
  padding-left: 0 !important;
}

.header-bottom
  .header-bottom__content
  .header-bottom__left
  > ul
  > li:last-child {
  padding-right: 0 !important;
}

.header-bottom__right > div {
  font-size: 16px !important;
  font-weight: 400;
  color: #93370d !important;
  font-family: "946 Latin R3";
}

.header-bottom__right > div a {
  font-weight: 400 !important;
  color: #93370d !important;
  text-decoration: underline;
}

.header-bottom__right > div a:hover{color: #000000 !important;}

.nav li a {
  color: #717bbc !important;
  font-size: 18px;
  font-weight: 400;
}
.nav li::after {
  background: #d5d9eb !important;
}
h4.select_category__title {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 20px !important;
  color: #fff !important;
}
.nav li a.active {
  color: #0d0f1c !important;
}
.product-card .product-card__content > div a {
  font-style: normal;
}

.product-card .product-card__content .product-price {
  font-style: normal;
  color: #4a50c8 !important;
  font-size: 16px;
  line-height: 34px;
  font-family: "946 Latin R3";
}

.slick-carousel__item .collection-item {
  /* width: 340px;
  height: 330px; */
}
.slick-carousel__item .collection-item h2 {
  font-size: 34px !important;
  line-height: 43px !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
}

.product-card .product-card__image .preloading-img-product {
  background: #ffffff !important;
  /* border:1px solid #dedede !important; */
}
.product-card .product-card__image-wrapper.slider {
  border: 1px solid #dedede;
}
.product-card__image .preloading-img-product img {
  mix-blend-mode: multiply;
}

.wpbingo-title__heading {
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 36px;
  margin: 0;
}

.btn.slideshow-caption__btn {
  border-radius: 0 !important;
  background: #ec1d29 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 16px !important;
  line-height: 11.36px !important;
}

.btn.slideshow-caption__btn:hover{background:#faa226 !important; color:#000000 !important;}

.footer-center__inner .row .item-5 .footer-block form {
  width: 100%;
}

.slideshow-caption__desc {
  width: 100%;
  max-width: 230px;
  margin: 0px auto 103px !important;
}

h2.slideshow-caption__heading {
  width: 100%;
  max-width: 475px !important;
}
.all_categories ul li a img {
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
}

.all_categories ul li a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #363f72 !important;
  gap: 12px;
  display: flex;
  white-space: unset;
  text-transform: capitalize;
}

.header-bottom .all_categories .main-menu__nav-item .menu-dropdown__content {
  position: static;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  transition: none;
}

.header-bottom .all_categories .main-menu__nav-item i {
  font-size: 5px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(0);
  transition: 0.3s ease-in-out;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  z-index: 1;
  height: 50px;
}
.header-bottom .all_categories .main-menu__nav-item.active i {
  transform: rotate(-180deg);
  transition: 0.3s ease-in-out;
}

.header-bottom .all_categories .main-menu__nav-item .menu-dropdown__content li {
  padding: 0;
  border: none;
}
.header-bottom
  .all_categories
  .main-menu__nav-item
  .menu-dropdown__content
  li
  a {
  padding: 0;
  text-decoration: underline;
}
.collection-item {
  position: relative;
}

.collection-item .content-right {
  position: absolute;
  top: 30px;
  right: 30px;
}

.collection-item .content-left {
  width: 100%;
}

.collection-item .content-left a.collection-item__link {
  width: calc(100% - 70px);
  display: block;
  min-height: 92px;
  margin-bottom: 30px;
}

.collection-item .content-left a.bwp-button {
  position: absolute;
  bottom: 20px;
}

.collection-item .content-left .collection-card__menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* gap: 0 20px; */
  gap: 0 42px;
}

.collection-item .content-left .collection-card__menu li {
  display: none;
}
.collection-item .content-left .collection-card__menu li:nth-child(-n + 4) {
  display: inherit;
}
main-menu__nav-item:after {
}

.product-single__buttons
  .shopify-payment-button
  button.shopify-payment-button__button:hover {
  border-color: #000;
}
