/** Shopify CDN: Minification failed

Line 2435:0 Unexpected "<"
Line 2443:0 Unexpected "<"

**/
/*================ HEADER ===============*/
.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 .3s ease;
}
.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;
}
.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;
}
.bwp-header .select_category .icon-cate{
  font-size: 5px;
  margin-left:10px;
  transition: all .3s ease;
  color: var(--text-color);
}
.bwp-header .select_category.show .icon-cate {
  transform: rotate(-180deg);
}
.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: uppercase;
}
.bwp-header .vertical-menu {
  z-index: 2;
  display: none;
  left:0;
  position: absolute;
  top: 100%;
  max-height: initial;
  min-width: 200px;
  list-style: none;
  background: var(--white);
  overflow: hidden;
  padding: 0 20px;
  width: 100%;
  box-shadow: 0 0.8rem 2.4rem rgba(149, 157, 165, 0.200000003);
}
.bwp-header .select_category ul li {
  border-bottom: 1px solid var(--gray-dark-5);
  cursor: pointer;
  line-height: 1.3;
  padding: 17px 0;
}
.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 rgba(0, 0, 0, .1)
}
.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 30px;
}
.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: 630px;
  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 .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: 13px 15px;
  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: var(--gray-dark);
}
.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: 58px;
}
.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%,.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: 20px;
	cursor: pointer;
	margin-right: 25px;
	position: relative;
	transition: all 0.3s ease;
	color: var(--menu-hover-color);
	top: 3px;
}
.header-page-link .wishlist .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: -3px;
	right: -11px;
}
.header-page-link .wishlist:hover {
	color: var(--menu-hover-color);
  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;
}
.header-account .login-account {
  font-size: calc(var(--font-size-base) + 8px);
  position: relative;
  transition: all 0.3s ease;
  color: var(--menu-hover-color);
  top: 2px;
}
.header-account .login-account:hover {
  color: var(--menu-hover-color);
  top: -1px;
}
.header-account__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: calc(var(--font-size-base) + 8px);
  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: var(--menu-hover-color);
  font-size: 23px;
  transition: all 0.3s ease;
  top: 2px;
}
.header-cart__link:hover {
  text-decoration: none;
  color: var(--menu-hover-color);
  top: -2px;
}
.header-cart__count {
  position: absolute;
  top: 1px;
  right: -8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  color: var(--gray-dark);
  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: 40px 30px 60px !important;
  border-radius: 0 !important;
  max-width: 1470px;
  margin: 15px auto 0;
}
.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: 0px 30px !important;
  border: 0 !important;
  font-size: var(--font-size-base) !important;
  line-height: 70px;
  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) .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: 0 45px !important;
  color: var(--theme-color) !important;
  background: var(--gray-dark) !important;
  font-size: calc(var(--font-size-base) + 1px) !important;
  line-height: 70px;
  height: 70px;
  font-family: var(--font-family-second);
  font-style: italic;
  font-weight: var(--body-font-weight-bold) !important;
  transition: all .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(--gray-dark) !important;
  background: var(--theme-color) !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: 0;
  background: transparent;
  color: var(--gray-dark);
}
.bwp-footer .form-control::placeholder {
  font-size: 14px;
}
.bwp-footer .newsletter-form__wrap {
  padding: 0 15px;
  display: flex;
  border-bottom: 2px solid #282727;
}
.bwp-footer .newsletter-form__submit {
  padding: 0;
  background: transparent;
  color: var(--theme-color);
  border: 0;
  text-wrap: nowrap;
}
.bwp-footer .newsletter-form__submit span{
  text-transform: uppercase;
  font-size: calc(var(--font-size-base) + 4px) !important;
  font-family: var(--font-family-second);
  font-style: italic;
  font-weight: var(--body-font-weight-bold);
  margin: 0 !important;
}
.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: 18px;
}
.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 .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-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;
}
/*============== 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 .3s ease;
}
.verify-popup .group-button button:hover {
  color: var(--gray-dark);
  background: var(--theme-color);
}
@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: 40px 15px 60px !important;
  }
  .shopify-block.shopify-app-block #gv-mmy .mmy-tab_wrap .mmy-tab select {
    padding: 0 15px !important;
    line-height: 60px;
    background-position: calc(100% - 20px) calc(1em + 12px), calc(100% - 13px) calc(1em + 12px), calc(100% - 2.5em) .5em;
  }
  .shopify-block.shopify-app-block #gv-mmy .go-button-wrap .gv-btn-search {
    padding: 0px 20px !important;
    line-height: 60px;
    height: 60px;
  }
}
@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;
  }
}
@media (max-width: 767px) {
  .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: 40px 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;
  }
}
@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%;
  }
}

.product-card__image-wrapper{ position:relative; }
.vs-entries-badge{ position:absolute; top:12px; right:12px; z-index:3; }




.entry-badges{display:flex;gap:.5rem;align-items:center;margin-top:.35rem}
.entry-pill,.entry-multiplier{display:inline-block;padding:.2rem .5rem;border-radius:999px;font-size:.8rem;font-weight:700;line-height:1}
.entry-pill{background:#f3f3f3}
.entry-multiplier{background:#c7f7e6}


.entry-pill {
    background-color: #FF9E1D;
    color: white;
    border-radius: 0px;
    padding: 5px 10px;
}





<style>
  /* Viralsweep embed/লিংক থাকলে সেকশন লুকাও */
  iframe[src*="viralsweep"] { display:none !important; }
  a[href*="app.viralsweep.com"] { display:none !important; }

  /* অনেক সময় উইজেটটা iframe ছাড়া div হিসেবে আসে—তাই আগের sibling/parent লুকাতে চেষ্টা */
  a[href*="app.viralsweep.com"]{visibility:hidden;}
  a[href*="app.viralsweep.com"]::-ms-backdrop{display:none!important;}
</style>
