/** Shopify CDN: Minification failed

Line 2036:0 Expected "}" to go with "{"

**/
/*================ HEADER ===============*/
.header__search-form {
  width: 100%;
  position: relative;
}
.header__search-form .close-search-form{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: auto;
  z-index: 8;
  display: none;
}
.header__search-form .search {
  position: relative;
}
.header__search-form .field {
  display: flex;
  border: 0;
  overflow: hidden;
  padding: 0 20px;
  background: var(--white);
  height: 50px;
}
.header__search-form .field .search__input {
  border: 0;
  width: 100%;
  padding: 0;
}
.header__search-form .field .search__button {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 20px;
  line-height: 55px;
}
.header__search-form .field .search__button:hover {
  color: var(--theme-color);
}
.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);
  letter-spacing: 1px;
}
.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.header_1 .header-left,
.bwp-header.header_3 .header-left,
.bwp-header.header_4 .header-left {
    flex: 1;
}
.bwp-header.header_1 .header-right,
.bwp-header.header_2 .header-right,
.bwp-header.header_3 .header-right {
    flex: 1;
}
.bwp-header.header_2 .header-logo,
.bwp-header.header_5 .header-logo {
    flex: 1;
}
.bwp-header.header_2 .header-mobile .header-logo,
.bwp-header.header_5 .header-mobile .header-logo {
  flex: unset;
}
.bwp-header.header_5 .header-mobile .header-right {
  flex: 1;
}
.bwp-header.header_3 .header-left {
  display: flex;
}
.bwp-header.header_3 .header-center {
  display: flex;
  align-items: center;
}
.bwp-header.header_3 .header-center .header-logo {
  margin: -5px 55px 0;
}
.bwp-header.header_3 .main-menu__nav {
  display: flex;
  justify-content: center;
}
.bwp-header.header_4 .header-left {
  padding-left: 55px;
}
.bwp-header.header_5 .header-center__search {
  display: flex;
  flex: 5;
  z-index: 1;
  padding: 0 15px;
  align-items: center;
}
.bwp-header.header_5 .header-right {
  flex: 2;
}
.bwp-header.header_5 .header-bottom .header-bottom__content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #323232;
}
.bwp-header.header_5 .header-bottom .header-bottom__right {
  width: unset;
  padding: 0;
  display: flex;
  list-style-type: none;
  margin: 0;
}
.bwp-header.header_5 .header-bottom__content .header-bottom__right li:first-child {
  margin-right: 35px;
}
.bwp-header.header_5 .header-bottom__content .header-bottom__right li a {
  display: flex;
  font-size: var(--font-size-base);
  font-family: var(--font-family-second);
  letter-spacing: 1.5px;
  align-items: center;
  color: var(--white);
}
.bwp-header.header_5 .header-bottom__content .header-bottom__right li a:hover{
  color: var(--theme-color);
}
.bwp-header.header_5 .header-bottom__content .header-bottom__right li a i {
  font-size: 18px;
  margin-right: 10px;
}
.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: capitalize;
}
.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-color);
	top: 3px;
}
.header-page-link .wishlist .count {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--theme-color);
	color: var(--white);
	line-height: 16px;
	font-size: 10px;
	text-align: center;
	top: -6px;
	right: -9px;
}
.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: 19px;
  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);
}
.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: 20px;
  position: relative;
  transition: all 0.3s ease;
  color: var(--menu-color);
  top: 2px;
}
.header-account .login-account:hover {
  color: var(--menu-hover-color);
  top: 0px;
}
.header-account .login-account span{
  font-size: calc(var(--font-size-base) - 1px);
  position: relative;
  top: -2px;
}
.header-account__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 20px;
  color: var(--menu-color);
}
.header-account__title:hover {
  color: var(--menu-hover-color);
}
.header-account__title span {
  font-size: calc(var(--font-size-base) - 1px);
}
.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-color);
  font-size: 20px;
  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: -5px;
  right: -8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  color: var(--white);
  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 .header-cart__link {
  font-size: 18px;
}
.header-mobile .header-right .wishlist-mobile {
  font-size: 18px;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  top: 2px;
  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: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--white);
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  top: -5px;
  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);
}
.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;
  text-transform: uppercase;
  transition: color 0.3s ease;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: var(--body-font-weight-medium);
}
.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;
}
.menu-mobile__nav-item .menu-list a span {
  position: absolute;
  line-height: 18px;
  padding: 0 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;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--gray-dark);
  display: flex;
  justify-content: space-between;
  font-weight: var(--body-font-weight-medium);
}
.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: calc(var(--font-size-base) - 1px);
  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);
}
/*============ 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 .sub-payment {
  font-size: 15px;
  margin: 27px 0 15px;
}
.bwp-footer p {
  margin-bottom: 7px;
  line-height: 24px;
  font-size: var(--font-size-base);
}
.bwp-footer .form-control {
  border: 0;
  padding: 0;
  font-size: 13px;
  background: transparent;
}
.bwp-footer .form-control:focus {
  background: transparent;
}
.bwp-footer .form-control::placeholder {
  font-size: 14px;
  color: var(--footer-color);
}
.bwp-footer .newsletter-form__wrap {
  display: flex;
  margin-top: 10px;
  border: 0;
  max-width: 340px;
  border-bottom: 2px solid var(--gray-dark);
}
.bwp-footer .contact-form {
  margin-top: 22px;
}
.bwp-footer .newsletter-form__submit {
  border: 0;
  padding: 0;
  background: transparent;
  transition: all .3s ease;
  font-size: 20px;
  cursor: pointer;
  color: var(--gray-dark);
  margin: 0;
}
.bwp-footer .newsletter-form__submit span{
  text-wrap: nowrap;
}
.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: 13px;
}
.bwp-footer .footer-menu li:last-child {
  margin-bottom: 0;
}
.bwp-footer a {
  color: var(--footer-color);
  font-size: var(--font-size-base);
}
.bwp-footer a:hover {
  color: var(--footer-color-hover);
}
.bwp-footer .social-icons {
  padding: 0;
  list-style: none;
  margin: 35px 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: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 14px;
}
.bwp-footer .social-icons li a:hover {
  background: var(--gray-dark);
  border-color: var(--gray-dark);
  color: var(--white);
  fill: var(--white);
}
.bwp-footer .social-icons span {
  display: none;
}
.bwp-footer .footer_1 .container {
  max-width: 1770px;
}
.bwp-footer .footer_1 .content-contact .title-footer{
  font-style: italic;
}
.bwp-footer .footer_1 .content-contact .title-footer span{
  color: var(--theme-color);
}
.bwp-footer .footer_1 .contact-form {
  margin: 0;
}
.bwp-footer .footer_1 .newsletter-form__wrap {
  margin: 0;
  max-width: 540px;
  border: 0;
}
.bwp-footer .footer_1 .form-control {
  padding: 0 30px;
  border-bottom: 2px solid var(--white);
}
.bwp-footer .footer_1 .newsletter-form__submit {
  padding: 0 55px;
  border-bottom: 2px solid var(--white);
  margin: 0 5px;
}
.bwp-footer .footer_1 .newsletter-form__submit:hover{
  border-color: var(--theme-color);
}
.bwp-footer .footer_2 .content-contact h4{
  font-size: 16px;
  color: var(--white);
  letter-spacing: 1px;
  margin: 30px 0 16px;
}
.bwp-footer .footer_3 .newsletter-form__wrap{
  border-color: var(--white);
}
.bwp-footer .footer_3 .newsletter-form__submit {
  color: var(--white);
}
.bwp-footer .footer_3 .newsletter-form__submit:hover {
  color: var(--white);
}
.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 {
  font-size: 12px;
}
.bwp-footer .footer-bottom .footer-copyright span {
  color: rgba(255,255,255, 0.5);
}
.bwp-footer .footer-bottom .footer-social{
  display: flex;
}
.bwp-footer .footer-bottom .social-icons{
  margin: 0;
}
.bwp-footer .footer-bottom .footer-menu {
  display: flex;
  flex-wrap: wrap;
}
.bwp-footer .footer-bottom .footer-menu li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 13px;
}
.bwp-footer .footer-bottom .footer-menu li a {
  font-size: 12px;
  text-transform: capitalize;
}
.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 {
  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: block;
  width: 100%;
  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: "\e928";
  font-family: wpbingofont;
  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: "\e927";
  -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);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: var(--body-font-weight-medium);
  padding: 11px 20px;
  line-height: 18px;
  min-width: 130px;
  margin: 5px;
}
.verify-popup .group-button button:hover {
  background: var(--theme-color);
}
@media (min-width: 1200px) {
  .header-search-mobile {
    display: none;
  }
}
@media (min-width: 991px){
  .bwp-footer .content-logo {
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .bwp-footer .content-logo .social-icons {
    margin: 0;
  }
  .bwp-footer .content-newsletter {
    max-width: 390px !important;
    margin-left: auto;
  }
  .rtl .bwp-footer .content-newsletter {
    margin-left: 0;
    margin-right: auto;
  }
  .bwp-footer .footer_2 .footer-center__inner > .row > div {
    padding: 20px 15px;
  }
}
@media (max-width: 1199px) {
  .header-page-link .wishlist {
    margin-right: 15px;
  }
  .header-mobile {
		display: block;
	}
	.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;
  }
}
@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%;
  }
}
@media (max-width: 767px) {
	.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-bottom .footer-menu li a {
    font-size: 12px;
  }
  .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;
  }
  .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;
  }
}
@media (max-width: 767px) {
	.content-search-toggle .contents-search{
		padding:50px 30px;
		margin-top:50px;
		max-height:calc(100% - 100px);
	}
}
@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%;
  }
}


@media(min-width:1200){
.content-toggle.item-2 {
  margin-left: 9%;
} 
