/** Shopify CDN: Minification failed

Line 2667:12 Expected identifier but found whitespace
Line 3365:13 Expected ":"

**/
/*================ HEADER CAMPAR ===============*/
.bwp-header-campar{
	display:none;
}
.bwp-header-campar .content-campbar {
  overflow: hidden;
  text-align: center;
  position: relative;
 
}
.bwp-header-campar .content-campbar .content-text {
   display: flex;
  justify-content: center;
}
.bwp-header-campar .content-campbar .button-prev:before {
    content: "\e903";
    font-family: 'icomoon';
    display: block;
}
.bwp-header-campar .content-campbar .button-next:before {
    content: "\e904";
    font-family: 'icomoon';
    display: block;
}
.bwp-header-campar ul {
  padding: 5px 0;
  list-style: none;
  display: flex;
  white-space: nowrap;
  margin: 0;
}
.bwp-header-campar ul li {
  -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bwp-header-campar ul:hover li {
  animation-play-state: paused;
}
.bwp-header-campar .close-campbar {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 10px);
  right: 80px;
  text-align: center;
  z-index: 1;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  box-shadow: 0 2px 59px rgba(0, 0, 0, 0.4);
  background: var(--white);
}
.bwp-header-campar .close-campbar:before, .bwp-header-campar .close-campbar:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  top: 50%;
  left: calc(50% - 5px);
  margin-top: -1px;
  background-color: var(--gray-dark);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bwp-header-campar .close-campbar:before {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bwp-header-campar .close-campbar:after {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bwp-header-campar .close-campbar:hover:before, .bwp-header-campar .close-campbar:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 767px) {
	.bwp-header-campar .close-campbar {
		right: 15px;
	}
}
.marquee_wrapper {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

.marquee_text_content {
  flex: 0 0 100%;
}

.marquee_text_content ul {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

/*================ HEADER TOPBAR ===============*/
.bwp-header-topbar {
  position: relative;
}
.bwp-header-topbar.active-index {
  z-index: -1 !important;
}
.bwp-header-topbar .content-topbar {
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media (max-width: 1510px) and (min-width: 1200px) {
    .bwp-header-topbar .bwp-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.bwp-header-topbar .content-topbar.text-center {
  justify-content: center;
}
.bwp-header-topbar .content-topbar > div {
  flex: 1;
}
.bwp-header-topbar .content-topbar > div:nth-child(2) {
  text-align: center;
}
.bwp-header-topbar .content-topbar > div:nth-child(2) .item, .bwp-header-topbar .content-topbar > div:nth-child(2) .social-icons {
  justify-content: center;
}
.bwp-header-topbar .content-topbar > div:nth-child(3) {
  text-align: center;
}
.bwp-header-topbar .content-topbar > div:nth-child(3) .item, .bwp-header-topbar .content-topbar > div:nth-child(3) .social-icons {
  justify-content: center;
}
.bwp-header-topbar .content-topbar > div:last-child {
  text-align: right;
}
.bwp-header-topbar .content-topbar > div:last-child .item, .bwp-header-topbar .content-topbar > div:last-child .social-icons {
  justify-content: right;
}
.bwp-header-topbar .language-currency {
  display: flex;
  align-items: center;
  display: flex;
}
.bwp-header-topbar .language-currency > * {
  display: flex;
}
.bwp-header-topbar .language-currency > *:before {
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(0, 0, 0, .1);
  margin: 0 15px;
  display: inline-block;
}
.bwp-header-topbar .language-currency > *:first-child:before {
  display: none;
}
.bwp-header-topbar .content-item-custom-text a {
  display: initial;
}
.bwp-header-topbar .content-item-custom-text a:hover {
  color: var(--theme-color);
}
.bwp-header-topbar .content-item-text-with-icon .custom-text {
  display: flex;
  flex-wrap: wrap;
}
.bwp-header-topbar .content-item-text-with-icon .custom-text i {
  margin-right: 10px;
}
.bwp-header-topbar .content-item-text-with-icon .custom-text > * {
  display: flex;
  align-items: center;
}
.bwp-header-topbar .content-item-text-with-icon .custom-text > *:before {
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(0,0,0, 0.05);
  margin: 0 15px;
  display: inline-block;
}
.bwp-header-topbar .content-item-text-with-icon .custom-text > *:first-child:before {
  display: none;
}
.bwp-header-topbar .content-item-text-with-icon .custom-text .text-icon1 {
  color: var(--color1);
}
.bwp-header-topbar .content-item-text-with-icon .custom-text .text-icon1 a {
  color: var(--color1);
}
.bwp-header-topbar .content-item-text-with-icon .custom-text .text-icon2 {
  color: var(--color2);
}
.bwp-header-topbar .content-item-text-with-icon .custom-text .text-icon2 a {
  color: var(--color2);
}
@media (max-width: 1199px) {
  .bwp-header-topbar .content-topbar > div {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
  }
  .bwp-header-topbar .content-topbar .content-item-login .header-account {
    margin-right: 0;
  }
  .bwp-header-topbar .content-topbar > div .social-icons {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .bwp-header-topbar .content-topbar > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 0;
    text-align: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
.bwp-header-topbar .content-topbar .header-account .title-login {
    display: block;
    color: var(--color3);
}
.bwp-header-topbar .content-topbar .header-account .title-login {
  font-size: var(--fontsize);
}
.bwp-header-topbar .content-topbar .header-account .title-login:hover {
  color: var(--colorhover);
}
/*================ HEADER ===============*/
.header__search-form {
  width: 100%;
  max-width: 490px;
  position: relative;
}
.header__search-form .search {
  position: relative;
}
.header__search-form .field {
  height: 50px;
  display: flex;
  position: relative;
  border: 2px solid rgba(255, 179, 0, .2);
  border-radius: 5px;
}
.header__search-form .field .search__input {
  border: 0;
  flex: 1;
  background: #fff;
  padding: 0 20px;
}
.header__search-form .field .search__button {
  border: 0;
  line-height: 36px;
  background: var(--theme-color);
  margin: 5px;
  padding: 0 25px;
  font-size: 20px;
  right: 0px;
  border-radius: 5px;
  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: 11;
  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: var(--font-size-base);
}
.header__search-form .predictive-search-content .predictive-search__item-link {
  font-size: var(--font-size-base);
  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: calc(var(--font-size-base) + 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;
  gap: 15px;
}
.bwp-header.header_1 .header-left,
.bwp-header.header_3 .header-left,
.bwp-header.header_5 .header-left {
    flex: 1;
}
.bwp-header.header_1 .header-right,
.bwp-header.header_2 .header-right,
.bwp-header.header_3 .header-right,
.bwp-header.header_5 .header-right {
    flex: 1;
}
.bwp-header.header_2 .header-logo {
    flex: 1;
}
.bwp-header.header_2 .header-mobile .header-logo {
  flex: unset;
}
.bwp-header.header_3 .header-left {
  display: flex;
}
.bwp-header.header_3 .main-menu__nav {
  display: flex;
  justify-content: center;
}
.bwp-header.header_5 .header-center {
  display: flex;
  flex: 4;
  align-items: center;
}
.bwp-header.header_5 .header-center .main-menu-left, 
.bwp-header.header_5 .header-center .main-menu-right {
  flex: 1;
}
.bwp-header.header_5 .header-center .main-menu-left .main-menu__nav {
  justify-content: flex-end;
}
.bwp-header.header_5 .header-center .main-menu-right .main-menu__nav {
  justify-content: flex-start;
}
.bwp-header.header_5 .header-center .main-menu li {
  list-style: none;
}
.bwp-header.header_5 .header-center .header-logo {
  padding: 0 50px;
}
.bwp-header.header_5 .header-left .custom-text {
  font-size: var(--font-family-base);
  font-weight: var(--body-font-weight-medium);
  display: flex;
  align-items: center;
  gap: 10px;
}
.bwp-header.header_5 .header-left .custom-text i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  color: var(--gray-dark);
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-weight: var(--body-font-weight-default);
}

.bwp-header.header_4 .header-desktop .header-left,
.bwp-header.header_6 .header-desktop .header-left {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 90px;
}
.bwp-header.header_4 .header-desktop .header-center__search,
.bwp-header.header_6 .header-desktop .header-center__search {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 50px;
}
.bwp-header.header_6 .header-desktop .header-left .phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bwp-header.header_6 .header-desktop .header-left .phone i {
  font-size: 30px;
  color: var(--theme-color);
}
.bwp-header.header_6 .header-desktop .header-left .text-phone {
  color: var(--text-color);
  font-size: calc(var(--font-size-base) - 1px);
  font-weight: var(--body-font-weight-medium);
}
.bwp-header.header_6 .header-desktop .header-left .number {
  color: var(--gray-dark);
  font-size: var(--font-size-base);
  font-weight: var(--body-font-weight-bold);
}
.bwp-header.header_4 .header-desktop .header__search-form {
  max-width: 705px;
}
.bwp-header.header_4 .header-desktop .header-page-link {
  gap: 35px;
}
.bwp-header.header_4 .header-desktop .header-right,
.bwp-header.header_6 .header-desktop .header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bwp-header.header_4 .header-right .header__text span,
.bwp-header.header_6 .header-right .header__text span{
  font-size: 20px;
  margin-right: 15px;
}
.bwp-header.header_4 .header-cart__title-count,
.bwp-header.header_6 .header-cart__title-count {
  display: inline-block;
}
.bwp-header.header_4 .header-cart__title-count > span,
.bwp-header.header_6 .header-cart__title-count > span {
  display: block;
}
.bwp-header.header_4 .header-cart__title-count > span:first-child,
.bwp-header.header_6 .header-cart__title-count > span:first-child {
  color: var(--gray-dark);
  font-size: calc(var(--font-size-base) - 2px);
}
.bwp-header.header_4 .header-cart__title-count > span:last-child,
.bwp-header.header_6 .header-cart__title-count > span:last-child {
  color: var(--gray-dark);
  font-size: var(--font-size-base);
  font-weight: var(--body-font-weight-bold);
}
.bwp-header.header_4 .header-bottom__content,
.bwp-header.header_6 .header-bottom__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bwp-header.header_4 .header-bottom__content .header-bottom-menu,
.bwp-header.header_6 .header-bottom__content .header-bottom-menu {
  width: 100%;
  max-width: 295px;
}
.bwp-header.header_4 .header-bottom__content .header-bottom__right,
.bwp-header.header_6 .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_4 .header-bottom__content .header-bottom__right div,
.bwp-header.header_6 .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_4 .header-bottom__content .header-bottom__right a,
.bwp-header.header_6 .header-bottom__content .header-bottom__right a {
  color: var(--gray-dark);
  font-size: calc(var(--font-size-base) + 1px);
  font-family: var(--font-family-second);
  margin-left: 10px;
  font-weight: var(--body-font-weight-bold);
  transition: all .3s ease;
}
.bwp-header.header_4 .header-bottom__content .header-bottom__right i,
.bwp-header.header_6 .header-bottom__content .header-bottom__right i {
  font-size: 18px;
  color: var(--gray-dark);
}
.bwp-header.header_4 .header-bottom__content .header-bottom__right a span,
.bwp-header.header_6 .header-bottom__content .header-bottom__right a span {
  color: var(--theme-color);
}
.bwp-header.header_4 .header-bottom__content .header-bottom__right a:hover,
.bwp-header.header_6 .header-bottom__content .header-bottom__right a:hover{
  color: var(--theme-color);
}
.bwp-header.header_4 .header-bottom__content .select_category,
.bwp-header.header_6 .header-bottom__content .select_category {
  padding: 0px 25px;
  background: var(--theme-color);
  transition: all 0.3s ease;
  color: var(--gray-dark);
  max-width: 295px;
  border-radius: 4px 4px 0 0;
}
.bwp-header.header_4 .header-bottom__content .select_category .icon-cate,
.bwp-header.header_6 .header-bottom__content .select_category .icon-cate {
  font-size: 30px;
  color: var(--gray-dark);
}
.bwp-header.header_4 .main-menu__nav-item>a,
.bwp-header.header_6 .main-menu__nav-item>a {
  color: var(--gray-dark);
}
.bwp-header.header_4 .main-menu__nav-item:hover > a, 
.bwp-header.header_4 .main-menu__nav-item:focus > a, 
.bwp-header.header_4 .main-menu__nav-item.active > a,
.bwp-header.header_6 .main-menu__nav-item:hover > a, 
.bwp-header.header_6 .main-menu__nav-item:focus > a, 
.bwp-header.header_6 .main-menu__nav-item.active > a {
  color: var(--menu-hover-color);
}
.bwp-header.header_4 .main-menu__nav,
.bwp-header.header_6 .main-menu__nav{
  display: flex;
  margin-left: 40px;
}
.bwp-header.header_4 .content-text-header,
.bwp-header.header_6 .content-text-header {
  color: var(--gray-dark);
  font-size: calc(var(--font-size-base) - 2px);
  margin-left: 10px;
  position: relative;
  display: inline-block;
}
.bwp-header.header_4 .content-text-header span,
.bwp-header.header_6 .content-text-header span {
  font-size: var(--font-size-base);
  font-weight: var(--body-font-weight-bold);
}
.bwp-header .select_category {
  padding: 7px 20px;
  position: relative;
  cursor: pointer;
}
.bwp-header .select_category .categories-vertical-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bwp-header .select_category .select_category__title {
  line-height: 55px;
  font-size: calc(var(--font-size-base) + 2px);
  color: var(--gray-dark);
  margin: 0;
  text-transform: capitalize;
}
.template-index .bwp-header.header_4 {
  border-bottom: 1px solid var(--border-color);
}
.template-index .bwp-header.header_4 .vertical-menu {
  display: block;
}
.template-index .bwp-header.sticky .vertical-menu {
  display: none;
}
.bwp-header .vertical-menu {
  z-index: 3;
  display: none;
  left:0;
  position: absolute;
  top: 100%;
  max-height: initial;
  min-width: 200px;
  list-style: none;
  background: var(--white);
  overflow: hidden;
  padding: 10px 25px;
  margin: 0;
  width: 100%;
  box-shadow: 0 0.8rem 2.4rem rgba(149, 157, 165, 0.200000003);
  border: 2px solid var(--theme-color);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bwp-header .select_category ul li {
  border-bottom: 1px solid rgba(126, 126, 126, .1);
  cursor: pointer;
  line-height: 1.3;
  padding: 15px 0;
  font-size: calc(var(--font-size-base) - 1px);
}
.bwp-header .select_category ul li .image-cate-header {
  display: flex;
  align-items: center;
  color: var(--text-color);
}
.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: capitalize;
  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: 0;
}
.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.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;
  gap: 10px;
}
.header-page-link .wishlist {
	font-size: 34px;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	color: var(--menu-color);
	top: -1px;
}
.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: 1px;
  left: 18px;
}
.header-page-link .wishlist:hover {
	color: var(--menu-hover-color);
  top: -4px;
}
.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: 28px;
  cursor: pointer;
  position: relative;
  top: 0px;
  transition: all 0.3s ease;
  color: var(--menu-color);
}
.search-toggle:hover {
  color: var(--menu-hover-color);
  top: -3px;
}
.search-toggle span{
  font-size: calc(var(--font-size-base) - 2px);
  text-transform: uppercase;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
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(--theme-color);
	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: var(--text-color);
}
.content-search-toggle .search-modal .predictive-search__results-list li .product-card__price .product-price.product-price--regular span {
	font-size: calc(var(--font-size-base) + 2px);
}
.content-search-toggle .search-modal .predictive-search__results-list li .product-card__price .product-price span {
	font-size: calc(var(--font-size-base) + 2px);
}
.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) + 2px);
  font-weight: var(--body-font-weight-default);
	font-family: var(--font-family-base);
	margin-bottom: 7px;
	text-transform: capitalize;
}
.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;
}
.header-account .login-account {
  font-size: 28px;
  position: relative;
  transition: all 0.3s ease;
  color: var(--menu-color);
  top: 0px;
}
.header-account .login-account:hover {
  color: var(--menu-hover-color);
  top: -3px;
}
.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::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: -1px;
}
.header-cart__link:before {
    content: "\e902";
    font-family: icomoon;
    font-size: 28px;
}
.header-cart__link:hover {
  text-decoration: none;
  color: var(--menu-hover-color);
  top: -4px;
}
.header-cart__count {
  position: absolute;
  top: -3px;
  left: 13px;
  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;
  gap: 10px;
}
.header-mobile .button-menu .menu-mobile__btn {
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 24px;
  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 {
  font-size: 20px;
  top: 0px;
}
.header-mobile .button-menu .search-toggle:hover {
  top: -3px;
}
.header-mobile .header-right {
  display: flex;
  flex: 1;
  gap: 15px;
  justify-content: flex-end;
}
.header-mobile .header-right .header-cart__link {
  font-size: 20px;
  top: 4px;
}
.header-mobile .header-right .header-cart__link:before {
  font-size: 21px;
}
.header-mobile .header-right .header-cart__link:hover {
  top: 1px;
}
.header-mobile .header-right .wishlist-mobile {
  font-size: 25px;
  cursor: pointer;
  position: relative;
  top: 2px;
  transition: all 0.3s ease;
}
.header-mobile .header-right .wishlist-mobile:hover {
  top: -1px;
}
.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: -8px;
  font-family: var(--font-family-base);
}
.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: var(--font-size-base);
  font-family: var(--font-family-second);
}
.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;
  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: 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);
}
/*============ FOOTER =================*/
body:not(.template-page, .template-index) .bwp-footer {
  margin-top: 60px;
}
/*============== 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;
}

/*============= 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);
}
.verify-popup .info {
  color: var(--gray-dark);
}
.verify-popup .group-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.verify-popup .group-button button {
  border: 0;
  color: var(--white);
  background: var(--gray-dark);
  text-transform: uppercase;
  padding: 11px 20px;
  line-height: 18px;
  min-width: 130px;
  margin: 5px;
  font-size:var(--font-size-base);
  transition: all .3s ease;
}
.verify-popup .group-button button:hover {
  color: var(--white);
  background: var(--theme-color);
}

/*============= SECCTION AND BLOCK =============*/
.bwp-block-image .image{
  display:inline-block;
  width: 100%;
}
.bwp-block-image .image.style-2 img {
    animation: spin-load 11s infinite linear;
}
.bwp-block-image .image.style-3 {
  position: relative;
  pointer-events: none;
}

.bwp-block-image .image.style-3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.bwp-block-image .image.style-3 img {
  position: relative;
  z-index: 2;
}

.wpbingo-custom-section .section-content,.wpbingo-inner-section .inner-content,.wpbingo-footer-section .section-content{
  display:flex;
  flex-wrap:wrap;
}
.wpbingo-custom-section .section-content.vertical-top,.wpbingo-inner-section .inner-content.vertical-top{
	align-items: start;
}
.wpbingo-custom-section .section-content.vertical-middle,.wpbingo-inner-section .inner-content.vertical-middle{
    align-items: center;
}
.wpbingo-custom-section .section-content.vertical-bottom,.wpbingo-inner-section .inner-content.vertical-bottom{
    align-items: end;
}
.wpbingo-custom-section .section-content.horizontal-left,.wpbingo-inner-section .inner-content.horizontal-left{
    justify-content: left;
}
.wpbingo-custom-section .section-content.horizontal-right,.wpbingo-inner-section .inner-content.horizontal-right{
    justify-content: right;
}
.wpbingo-custom-section .section-content.horizontal-center,.wpbingo-inner-section .inner-content.horizontal-center{
    justify-content: center;
}
.vertical-position-middle{
  top: 50%;transform: translateY(-50%);
}
.vertical-position-top{
  top: 0;
}
.vertical-position-bottom{
  bottom: 0;
}
.horizontal-position-left{
  justify-content: left;
}
.horizontal-position-right{
  justify-content: right;
}
.horizontal-position-center{
  justify-content: center;
}
.bwp-button{
	display: inline-block;
    position: relative;
    z-index: 3;
    transition: all .2s ease;
}
.faq-page2 h2{
  margin-bottom: 30px;
}
/*============= END =============*/

/*================= block-title ============*/
.bwp-block-title span{
  color: var(--theme-color) !important;
}
/*================= block-text ============*/
.bwp-block-text span{
  color: var(--gray-dark);
}

/*============= FEATURED PRODUCTS ================*/
.wpbingo-widget--products .product-card {
  margin: 0;
}
/*================= PRODUCT TABS ============*/
.wpbingo-section--product-tabs .product-tabs__nav {
  padding-bottom: 40px;
  overflow-x: auto;
  overflow-y: hidden;
}
.wpbingo-section--product-tabs .product-tabs__nav ul {
  display: flex;
  justify-content: flex-start;
  position: relative;
  white-space: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  gap: 20px;
}
.wpbingo-section--product-tabs .product-tabs__nav ul li {
  white-space: nowrap;
}
.wpbingo-section--product-tabs .product-tabs__nav ul li a {
  position: relative;
}
.wpbingo-section--product-tabs .product-tabs__nav ul li:last-child a:after {
  display: none;
}
.wpbingo-section--product-tabs .product-card {
    margin: 0px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    overflow: hidden;
}
.wpbingo-section--product-tabs .product-card__content {
  padding: 0 25px 30px;
}
.wpbingo-section--product-tabs.layout-2 .product-card{
  border: 1px solid var(--border-color);
  border-radius: 5px;
  overflow: hidden;
}
.wpbingo-section--product-tabs.layout-2 .product-card .product-card__content {
  padding: 0px 20px 30px
}

.wpbingo-section--product-tabs.layout-2 .product-card .product-card-avaiable {
	max-width: 295px;
}

.wpbingo-section--product-tabs.layout-2 .product-card .product-card-avaiable .content-percent {
	width: 100%;
	height: 6px;
	background: #e6e6e6;
	position: relative;
	margin-bottom: 25px;
	border-radius: 5px;
}

.wpbingo-section--product-tabs.layout-2 .product-card .product-card-avaiable .content-percent .percent {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	background: var(--theme-color);
	transition: width 2s ease;
	width: var(--progress-bar-width);
}

.wpbingo-section--product-tabs.layout-2 .product-card .product-card-avaiable .info {
	display: flex;
	justify-content: space-between;
}

.wpbingo-section--product-tabs.layout-2 .product-card .product-card-avaiable .info > div {
	font-size: 12px;
	color: var(--gray-dark);
	font-weight: var(--heading-font-weight-bold);
}

.wpbingo-section--product-tabs.layout-2 .product-card .product-card-avaiable .info > div label {
	color: var(--text-color);
	font-weight: var(--heading-font-weight-default);
}
.wpbingo-section--product-tabs.layout-2 .product-card .product-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wpbingo-section--product-tabs.layout-2 .product-card .product-card__bottom .btn--add-to-cart {
    font-size: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background: #f5f5f5;
}
.wpbingo-section--product-tabs.layout-2 .product-card .product-card__bottom .btn--add-to-cart:before {
    content: "\e902";
    font-family: icomoon;
    font-size: 18px;
    margin: 0;
    display: inline-block;
}
.wpbingo-section--product-tabs.layout-2 .product-card .product-card__bottom .btn--add-to-cart.is-adding:before {
    position: relative;
    display: inline-block;
    content: "";
    border: 2px solid var(--gray-dark-25);
    border-top-color: var(--gray-dark);
    width: 16px;
    height: 16px;
    background: none;
    -webkit-animation: 2s linear 0s normal none infinite running spin-load;
    animation: 2s linear 0s normal none infinite running spin-load;
    text-indent: 0;
    top: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.wpbingo-section--product-tabs.layout-2 .product-card .product-card__bottom .btn--add-to-cart:hover {
  background: var(--theme-color);
}
.wpbingo-section--product-tabs.layout-2 .product-card .product-card__bottom .btn--add-to-cart span {
  display: none;
}
@media (max-width: 1199px) {
  .wpbingo-section--product-tabs .product-card__content {
    padding: 0 15px 15px;
  }
  .wpbingo-section--product-tabs.layout-2 .product-card .product-card__content {
    padding: 0px 15px 15px
  }
  .wpbingo-section--product-tabs.layout-2 .product-card .countdown-product.style_2 .countdown {
    gap: 5px;
  }
  .wpbingo-section--product-tabs.layout-2 .product-card .countdown-product.style_2 .countdown__item span:first-child {
    font-size: calc(var(--font-size-base) + 2px);
  }
  .wpbingo-section--product-tabs.layout-2 .product-card .countdown-product.style_2 .countdown__item span:last-child {
    font-size: calc(var(--font-size-base) - 3px);
  }
}
@media (max-width: 767px) {
  .wpbingo-section--product-tabs .product-tabs__nav {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .wpbingo-section--product-tabs.layout-2 .product-card .countdown-product.style_2 .countdown {
    background: unset;
    flex-wrap: nowrap;
    padding: 0;
    height: unset;
    box-shadow: unset;
  }
  .wpbingo-section--product-tabs.layout-2 .product-card .countdown-product.style_2 .countdown .countdown__item {
    line-height: unset;
    max-height: unset;
  }
  .wpbingo-section--product-tabs.layout-2 .product-card .countdown-product.style_2 .countdown .countdown__item span:first-child:before {
      display: none;
  }
  .wpbingo-section--product-tabs.layout-2 .product-card .countdown-product.style_2 .countdown .countdown__item span:last-child {
    display: block;
  }
}
/*================= PRODUCT TABS BANNER ============*/
.wpbingo-section--product-tabs-banner .product-tabs__nav {
    margin-bottom: 40px;
    overflow-x: auto;
    overflow-y: hidden;
}
.wpbingo-section--product-tabs-banner .product-tabs__nav ul {
    display: flex;
    justify-content: center;
    position: relative;
    white-space: nowrap;
    padding: 0;
    gap: 60px;
}
.wpbingo-section--product-tabs-banner .product-tabs__nav ul li {
    display: inline-block;
    white-space: nowrap;
}
.wpbingo-section--product-tabs-banner .product-tabs__nav-link {
    position: relative;
    padding-bottom: 5px;
}
.wpbingo-section--product-tabs-banner .product-tabs__nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--gray-dark);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    right: 0;
}
.wpbingo-section--product-tabs-banner .product-tabs__nav-link:hover::before,
.wpbingo-section--product-tabs-banner .product-tabs__nav-link.active::before{
    width:100%;
}
.wpbingo-section--product-tabs-banner .product-card {
    margin-top: 0;
}
.wpbingo-section--product-tabs-banner .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.wpbingo-section--product-tabs-banner .col-banner{
    padding: 0 15px;
    width: 33.33333%;
}
.wpbingo-section--product-tabs-banner .content-swiper-nav{
    padding: 0 15px;
    width: 66.66667%;
}
.wpbingo-section--product-tabs-banner .bwp-image {
  display: block;
}
.wpbingo-section--product-tabs-banner .banner-wrapper-infor{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px 50px;
    text-align: center;
}
.wpbingo-section--product-tabs-banner .banner-wrapper-infor .bwp-button {
    font-family: var(--font-family-second);
    display: inline-block;
}
@media (min-width: 1440px){
    .wpbingo-section--product-tabs-banner .bwp-swiper-slider {
            margin: 0px -190px 0px 0px;
    }
    .rtl .wpbingo-section--product-tabs-banner .bwp-swiper-slider {
        padding-left: 0px -190px 0px 0px;
        padding-right: 0;
    }
}
@media (max-width: 1199px) {
  .wpbingo-section--product-tabs-banner .content {
      margin: 0 -7.5px;
  }
  .wpbingo-section--product-tabs-banner .col-banner{
      padding: 0 7.5px;
  }
  .wpbingo-section--product-tabs-banner .content-swiper-nav{
      padding: 0 7.5px;
  }
}
@media (max-width: 991px) {
  .wpbingo-section--product-tabs-banner .banner-wrapper-infor{
      padding: 0 15px 30px;
  }
}
@media (max-width: 767px) {
  .wpbingo-section--product-tabs-banner .col-banner {
      width: 100%;
      margin-bottom: 15px;
  }
  .wpbingo-section--product-tabs-banner .content-swiper-nav {
      width: 100%;
  }
  .wpbingo-section--product-tabs-banner .product-tabs__nav ul {
    gap: 30px;
  }
    .wpbingo-section--product-tabs-banner .product-tabs__nav .product-tabs__nav-link {
      font-size: 25px;
    }
}
/*============= products-grid =============*/
@media (max-width: 1199px) {
	 .wpbingo-widget--products-grid .wpbingo-section__content > .row {
		margin: 0 -7.5px;
	  }
	  .wpbingo-widget--products-grid .wpbingo-section__content .slick-carousel__item {
		padding: 0 7.5px;
	  }
}
/*============= marquee =============*/
.wpbingo-section--marquee ul{
    list-style: none;
    display: flex;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.wpbingo-section--marquee ul li{
    -webkit-animation-name: marquee;
    animation-name: marquee;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.wpbingo-section--marquee ul li h2{
    margin-right:100px;
}
.wpbingo-section--marquee ul li:last-child h2{
    margin-right:0;
}
.wpbingo-section--marquee ul:hover li{
    animation-play-state: paused;
}
.wpbingo-section--marquee .bwp-block-text a{
  margin: 0 20px;
}
.wpbingo-section--marquee .bwp-block-text a:nth-child(2n){
  color: var(--gray-dark)!important;
}
.wpbingo-section--marquee .bwp-block-text i {
    margin: 0 25px;
    position: relative;
    top: 2px;
}
.wpbingo-section--marquee .bwp-block-text {
    display: flex;
}
.wpbingo-section--marquee .bwp-block-text div {
  position: relative;
}
.wpbingo-section--marquee .bwp-block-text div:hover {
    color: var(--theme-color)!important;
}
/*============= list_link =============*/
.bwp-widget-list_link .bwp-list_link.list-style-none,.bwp-widget-list_link .bwp-list_link.list-style-custom{
  padding:0;
  margin: 0;
  list-style:none;
}
.bwp-widget-list_link .bwp-list_link.list-style-disc{
  list-style:disc;
}
.bwp-widget-list_link .bwp-list_link.list-style-circle{
  list-style:circle;
}
.bwp-widget-list_link .bwp-list_link.list-style-square{
  list-style:square;
}
.bwp-widget-list_link .bwp-list_link.list-style-decimal{
  list-style:decimal;
}
.bwp-widget-list_link .bwp-list_link.list-style-decimal-leading-zero{
  list-style:decimal-leading-zero;
}
.bwp-widget-list_link .bwp-list_link.list-style-lower-alpha{
  list-style:lower-alpha;
}
.bwp-widget-list_link .bwp-list_link.list-style-upper-alpha{
  list-style:upper-alpha;
}
.bwp-widget-list_link .bwp-list_link.list-style-lower-roman{
  list-style:lower-roman;
}
.bwp-widget-list_link .bwp-list_link.list-style-upper-roman{
  list-style:upper-roman;
}
/*============= collapsible =============*/
.bwp-widget-collapsible .card-header{
  background:transparent;
}
.bwp-widget-collapsible .card-link{
  position:relative;
  cursor: pointer;
}
.bwp-widget-collapsible .card-link span{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bwp-widget-collapsible .card-link span.active{
  display:none;
}
.bwp-widget-collapsible .card-link.icon-left span{
  left:0;
}
.bwp-widget-collapsible .card-link.icon-right span{
  right:0;
}
.bwp-widget-collapsible .card-link.icon-right:before {
  display: none;
}
.bwp-widget-collapsible .collapse-body{
  display:none;
}
.bwp-widget-collapsible .card-body{
  padding:0;
}
.bwp-widget-collapsible .card.active .card-link span.active{
  display:block;
}
.bwp-widget-collapsible .card.active .card-link span.normal{
  display:none;
}
/*============= border box =============*/
.bwp-widget-border-box .slick-slide {
  opacity: 0;
  visibility: hidden;
}
.bwp-widget-border-box .slick-active {
  opacity: 1;
  visibility: visible;
}
.bwp-widget-border-box.layout-2 .slick-list{
  margin:0;
}
.bwp-widget-border-box.layout-2 .slick-slide {
  padding: 0;
}
/*============= SECTION POLICY =============*/
.bwp-widget-policy .row--banners {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.bwp-widget-policy .featured-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bwp-widget-policy .title-banner {
  margin: 0 0 5px;
}
.bwp-widget-policy .bwp-image {
  width: 100%;
  transition: all .3s ease;
}
.bwp-widget-policy .pos-align-center .featured-banner {
  flex-direction: column;
  align-items: center;
}
.bwp-widget-policy .pos-align-right .content-image {
  order: 2;
}
.bwp-widget-policy .pos-align-right .banner-wrapper-infor {
  order: 1;
}
@media (max-width: 767px) {
  .bwp-widget-policy .featured-banner {
    display: block;
    text-align: center;
  }
}
/*============== SECTION BANNER =============*/
.bwp-widget-banner .featured-banner {
  position: relative;
}
.bwp-widget-banner .banner-wrapper-infor {
  width: 100%;
  display: flex;
}
.bwp-widget-banner .banner-wrapper-infor.position-absolute {
  position: absolute;
}
.bwp-widget-banner .row--banners {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.bwp-widget-banner .container-full .row--banners{
  margin: 0;
}
.bwp-widget-banner .bwp-button {
  display: inline-block;
}
.bwp-widget-banner .banner-wrapper-infor .bwp-block-title a:hover{
  color: var(--theme-color) !important;
}
.bwp-widget-banner .banner-wrapper-infor .bwp-block-title a span{
  color: var(--theme-color);
}
.bwp-widget-banner .bwp-button {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.bwp-widget-banner.layout-2 .banner-wrapper-infor {
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  transform: translateY(100%);
}
.bwp-widget-banner.layout-2 .featured-banner:hover .banner-wrapper-infor {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bwp-widget-banner.layout-3 .banner-wrapper-infor {
  padding: 0 15px;
}
.bwp-widget-banner.layout-3 .info {
  width: 100%;
  max-width: 550px;
  box-shadow: -1px 0 15.48px 2.52px #0000000d;
}
@media (max-width: 991px) {
  .bwp-widget-banner.layout-2 .banner-wrapper-infor {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* SECTION THREE BANNER */
.bwp-widget-three-banner .featured-banner {
	width: 100%;
	overflow: unset;
}

.bwp-widget-three-banner .featured-banner img {
	width: auto;
}

.bwp-widget-three-banner .featured-banner:hover img {
	animation-name: bwp-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

.bwp-widget-three-banner .title-banner {
	font-size: 40px;
}

.bwp-widget-three-banner .wpbingo__banner1 {
	height: 100%;
	display: flex;
	align-items: center;
}

.bwp-widget-three-banner .wpbingo__banner1 .banner-wrapper-infor {
	justify-content: flex-end;
	display: flex;
	bottom: 0;
	transform: translateY(0);
	top: auto;
	width: 100%;
	left: auto;
	right: -8%;
	padding: 0 0 217px 0;
	position: absolute;
}
.bwp-widget-three-banner .bwp-button {
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: 2px;
    padding: 0 30px;
    display: inline-block;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    font-size: calc(var(--font-size-base) - 3px);
}
.bwp-button. span {
    display: inline-block;
    transform: translate(13px);
    transition: all .3s ease;
}
.bwp-widget-three-banner .bwp-button:hover {
    color: var(--white);
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}
@media (max-width: 1199px) {
	.bwp-widget-three-banner .wpbingo__banner1 .banner-wrapper-infor {
		justify-content: center;
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
		width: 100%;
		left: 0;
		padding: 0 15px 0 15px;
	}
}

.bwp-widget-three-banner .wpbingo__banner2 {
	margin-bottom: 235px;
}

@media (max-width: 1199px) {
	.bwp-widget-three-banner .wpbingo__banner2 {
		margin: 15px 0;
	}
}

.bwp-widget-three-banner .wpbingo__banner2 .bwp-image img {
	margin-left: auto;
}

.bwp-widget-three-banner .wpbingo__banner2 .banner-wrapper-infor {
	justify-content: flex-start;
	display: flex;
	bottom: 0;
	transform: translateY(0);
	top: auto;
	width: 100%;
	left: 0;
	padding: 0 30px 95px 120px;
	position: absolute;
}

@media (max-width: 1199px) {
	.bwp-widget-three-banner .wpbingo__banner2 .banner-wrapper-infor {
		justify-content: center;
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
		width: 100%;
		left: 0;
		padding: 0 15px 0 15px;
	}
}

.bwp-widget-three-banner .wpbingo__banner3 .banner-wrapper-infor {
	justify-content: flex-end;
	display: flex;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	width: 100%;
	left: 0;
	padding: 0 65px 0 0;
	position: absolute;
}

@media (max-width: 1199px) {
	.bwp-widget-three-banner .wpbingo__banner3 .banner-wrapper-infor {
		justify-content: center;
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
		width: 100%;
		left: 0;
		padding: 0 15px 0 15px;
	}
}

.bwp-widget-three-banner .banner-wrapper-infor .bwp-image-description {
	margin-bottom: 18px;
}

@media (max-width: 1199px) {
	.bwp-widget-three-banner .row {
		margin: 0 -7.5px;
	}
	.bwp-widget-three-banner .row > div {
		padding: 0 7.5px;
	}
}

@media (max-width: 767px) {
	.bwp-widget-three-banner .title-banner {
		font-size: 30px;
	}
}

/*============== WIDGET tabs-grid =============*/
.wpbingo-section--product-tabs-grid .heading-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
.wpbingo-section--product-tabs-grid .button-view a {
  font-size: 16px;
  display: inline-block;
  position: relative;
}
.wpbingo-section--product-tabs-grid .button-view a:before {
  content: "";
  width: 100%;
  right: 0;
  transition: all 0.3s ease;
  background: var(--gray-dark);
  height: 1px;
  position: absolute;
  bottom: 0;
}
.wpbingo-section--product-tabs-grid .button-view a:hover:before {
  left: 0;
  width: 0;
  background: var(--theme-color);
}
.wpbingo-section--product-tabs-grid .product-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wpbingo-section--product-tabs-grid .product-tabs__nav .menu-dropdown {
  position: relative;
}
.wpbingo-section--product-tabs-grid .product-tabs__nav .menu-dropdown ul {
  position: absolute;
  top: 100%;
  z-index: 2;
  padding: 20px;
  background: var(--white);
  font-size: 20px;
  min-width: 220px;
  box-shadow: 0 28px 85px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}
.wpbingo-section--product-tabs-grid .product-tabs__nav .menu-dropdown ul li {
  border-bottom: 1px solid #f4f4f4;
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.wpbingo-section--product-tabs-grid .product-tabs__nav .menu-dropdown ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wpbingo-section--product-tabs-grid .product-tabs__nav .menu-dropdown span {
  font-size: 40px;
  color: var(--gray-dark);
  display: inline-block;
  cursor: pointer;
}
.wpbingo-section--product-tabs-grid .product-tabs__nav .menu-dropdown span:after {
  content: "\e9cb";
	font-family: feather;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 22px;
  transform-origin: center;
  margin-left: 5px;
}
.wpbingo-section--product-tabs-grid .product-tabs__nav .menu-dropdown:hover ul {
  opacity: 1;
  visibility: visible;
}
.wpbingo-section--product-tabs-grid .product-tabs__nav .title-tabs {
  font-size: 40px;
  color: var(--text-color);
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
	.wpbingo-section--product-tabs-grid .heading-tab {
    margin-bottom: 30px;
  }
  .wpbingo-section--product-tabs-grid .product-tabs__nav .title-tabs {
    font-size: 30px;
  }
  .wpbingo-section--product-tabs-grid .product-tabs__nav .menu-dropdown span {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
	.wpbingo-section--product-tabs-grid .heading-tab {
    margin-bottom: 30px;
  }
  .wpbingo-section--product-tabs-grid .product-tabs__nav .title-tabs {
    font-size: 25px;
  }
  .wpbingo-section--product-tabs-grid .product-tabs__nav .menu-dropdown ul {
    right: 0;
  }
  .wpbingo-section--product-tabs-grid .product-tabs__nav .menu-dropdown span {
    font-size: 25px;
  }
  .wpbingo-section--product-tabs-grid .product-tabs__nav .menu-dropdown span:after {
    font-size: 15px;
  }
}
/*================== SECTION CONTACT =============*/
.wpbingo-widget--contact_info .form-button {
    margin-top: 30px;
}
.wpbingo-widget--contact_info .form-group label {
  color: var(--gray-dark);
  margin-bottom: 10px;
  font-size: calc(var(--font-size-base) - 1px);
  font-weight: var(--body-font-weight-medium);
}
.wpbingo-widget--contact_info input.form-control {
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 20px;
  font-weight: var(--body-font-weight-default);
  border: 0;
  color: var(--text-color);
  border: 1px solid var(--border-color);
}
.wpbingo-widget--contact_info input.form-control::placeholder {
  color: var(--text-color);
}
.wpbingo-widget--contact_info textarea {
  width: 100%;
  padding: 10px 20px;
  border: 0;
  font-weight: var(--body-font-weight-default);
  color: var(--text-color);
  min-height: 250px;
  border: 1px solid var(--border-color);
}
.wpbingo-widget--contact_info textarea::placeholder {
  color: var(--text-color);
}
.wpbingo-widget--contact_info .row {
  margin: 0 -5px;
}
.wpbingo-widget--contact_info .row>div {
  padding: 0 5px;
}
.wpbingo-widget--contact_info .form-button {
    margin-top: 30px;
}
.wpbingo-widget--contact_info .form-button input {
    line-height: 50px;
    font-size: var(--font-size-base);
    text-transform: uppercase;
    padding: 0 60px;
    color: var(--white);
    transition: all .3s ease;
    cursor: pointer;
    border: 0;
    display: block;
    background: var(--gray-dark);
  }
  .wpbingo-widget--contact_info .form-button input:hover {
    color: var(--white);
    background: var(--theme-color);
}

/*============== COLLECTION IMAGE =============*/
.wpbingo-widget--collections-image .slick-arrow {
  top: calc(50% - 23px);
}
.wpbingo-widget--collections-image .collection-item {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  transition: all .3s ease;
}
.wpbingo-widget--collections-image .collection-item:hover{
  cursor: pointer;
}
.wpbingo-widget--collections-image .collection-item__title {
  width: 100%;
}
.wpbingo-widget--collections-image .collection-item__title a{
  display: inline-block;
}
.wpbingo-widget--collections-image .collection-card__menu {
  list-style-type: none;
  padding: 0;
}
.wpbingo-widget--collections-image .collection-item__image {
  max-width: 44%;
  flex: 0 0 44%;
}
.wpbingo-widget--collections-image .collection-item__image a{
  position: relative;
}
.wpbingo-widget--collections-image .collection-item:hover .collection-item__image img{
  transition: all 0.3s ease;
}
@media (max-width: 1199px){
  .wpbingo-widget--collections-image .collection-item {
    flex-direction: column;
  }
  .wpbingo-widget--collections-image .collection-item__image {
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
  }
  .wpbingo-widget--collections-image .collection-item__content {
    order: 2;
  }
}

/*-------------------- SECTION TEXT SLIDER --------------------*/
.wpbingo-widget--text-slider .slick-arrow {
    opacity: 1;
    visibility: visible;
}

/*-------------------- SECTION COUNTDOWN --------------------*/
.wpbingo-widget--countdown .countdown {
	display: flex;
  gap: 10px;
}
.wpbingo-widget--countdown .countdown__item > span:first-child {
  font-family: var(--font-family-second);
}

/*============ VIDEO ===============*/
.wpbingo-button-video .button-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--white);
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.wpbingo-button-video .button-video:before,
.wpbingo-button-video .button-video:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: block;
  width: 150px;
  height: 150px;
  border: 1px solid var(--white);
  animation: f 1.5s ease-out infinite;
}
.wpbingo-button-video .button-video > i{
  text-indent: 10px;
}
.wpbingo-button-video .button-video .bwp-image-animation  {
  position: absolute;
  animation: spin-load 15s infinite linear;
  width: 230px;
}
.wpbingo-button-video .button-video .bwp-image-animation img {
  width: 230px;
}
.wpbingo-button-video .video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 20px;
}
.wpbingo-button-video .video-wrapper.active {
  display: flex;
}
.wpbingo-button-video .video-wrapper.show .video-iframe {
  opacity: 1;
}
.wpbingo-button-video .video-wrapper .video-iframe {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  max-height: 600px;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
}
.wpbingo-button-video .video-wrapper .video-iframe .close-button {
  cursor: pointer;
  position: absolute;
  top: -8px;
  right: -8px;
  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%;
  box-shadow: 0 2px 59px rgba(0, 0, 0, 0.4);
  background: var(--white);
}
.wpbingo-button-video .video-wrapper .video-iframe .close-button:before, .wpbingo-button-video .video-wrapper .video-iframe .close-button: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;
}
.wpbingo-button-video .video-wrapper .video-iframe .close-button:before {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wpbingo-button-video .video-wrapper .video-iframe .close-button:after {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpbingo-button-video .video-wrapper .video-iframe .close-button:hover:before, .wpbingo-button-video .video-wrapper .video-iframe .close-button:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.wpbingo-button-video .video-wrapper iframe {
  height: 100%;
  width: 100%;
}
.wpbingo-button-video .close-full {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0, 0.5);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) { 
  .wpbingo-button-video .button-video {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .wpbingo-button-video .button-video:before,
  .wpbingo-button-video .button-video:after {
    width: 120px;
    height: 120px;
  }
  .wpbingo-button-video .button-video .bwp-image-animation,
  .wpbingo-button-video .button-video .bwp-image-animation img  {
    width: 180px;
  }
}

/*============== SECTION BACKGROUND VIDEO =============*/
.bwp-background-video .featured-video{
  position: relative;
}
.bwp-background-video .bwp-video {
  overflow: hidden;
  position: relative;
}
.bwp-background-video .bwp-video:before {

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: #0000004d;
}
.bwp-background-video .bwp-video video {
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
  display: block;
}
.bwp-background-video .featured-video .content{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/*============== SECTION NEWSLETTER =============*/
.wpbingo-widget--newsletter.layout-1 .newsletter-form__wrap {
  display: flex;
  border-bottom: 1px solid var(--gray-dark);
}
.wpbingo-widget--newsletter.layout-1 .newsletter-form__wrap input {
  width: 100%;
  border: 0;
  padding: 0 0 5px;
  font-size: var(--font-size-base);
  background: transparent;
  height: auto;
}
.wpbingo-widget--newsletter.layout-1 .newsletter-form__wrap input::placeholder {
  color: var(--text-color-50);
}
.wpbingo-widget--newsletter.layout-1 .newsletter-form__wrap .newsletter-form__submit {
	border: 0;
  background: transparent;
  font-size: 0;
  text-transform: uppercase;
  color: var(--gray-dark);
  padding: 0 0 5px;
  position: relative;
  margin-left: 15px;
  cursor: pointer;
}
.wpbingo-widget--newsletter.layout-1 .newsletter-form__wrap .newsletter-form__submit i {
  font-size: 20px;
  color: var(--gray-dark);
}
.wpbingo-widget--newsletter.layout-1 .newsletter-form__wrap .newsletter-form__submit:hover,
.wpbingo-widget--newsletter.layout-1 .newsletter-form__wrap .newsletter-form__submit:hover i {
  color: var(--theme-color);
  transition: all .3s ease;
}
.wpbingo-widget--newsletter.layout-2 .newsletter-form__wrap {
	display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.wpbingo-widget--newsletter.layout-2 .newsletter-form__wrap input {
	height: 50px;
  border-radius: 0;
  padding: 0px 30px;
  color: var(--text-color);
  font-size: var(--font-size-base);
  line-height: 50px;
  border: 0;
}
.wpbingo-widget--newsletter.layout-2 .newsletter-form__wrap .newsletter-form__submit {
	line-height: 50px;
  height: 50px;
  border: 0;
  font-size: 0;
  padding: 0 30px;
  color: var(--gray-dark);
  background: var(--theme-color);
  position: relative;
  font-size: calc(var(--font-size-base) + 1px);
  font-weight: var(--body-font-weight-bold);
  text-transform: capitalize;
}
.wpbingo-widget--newsletter.layout-2 .newsletter-form__wrap .newsletter-form__submit:hover {
  color: var(--white);
	background: var(--gray-dark);
}
.wpbingo-widget--newsletter.layout-2 .newsletter-form__wrap .newsletter-form__submit i {
  font-size: 0;
}
/*============== SECTION BRANDS =============*/
.wpbingo-widget--brands {
  border: 1px solid var(--border-color);
  border-right: 0;
}
.wpbingo-widget--brands .brand-card {
  padding: 30px 15px;
  border-right: 1px solid var(--border-color);
}
.wpbingo-widget--brands .brand-card__img {
  margin: auto;
  width: 100%;
  max-width: 230px;
  transition: all 0.5s ease;
}
.wpbingo-widget--brands .brand-card__link {
  min-height: 50px;
  display: flex;
}
.wpbingo-widget--brands .slick-track {
  display: flex;
  align-items: center;
}
.wpbingo-widget--brands .slick-dotted {
  margin: 0;
}
.wpbingo-widget--brands .slick-dots {
  display: none !important;
}
@media (max-width: 767px) {
	.wpbingo-widget--brands .slick-arrow {
    display: none !important;
  }
  .wpbingo-widget--brands .slick-dots {
    display: flex !important;
    position: static;
  }
}

/*=============== SECTION TESTIMONIALS ===========*/
.wpbingo-widget--testimonials .content-image {
  display: inline-block;
  position: relative;
}
.wpbingo-widget--testimonials .testimonial-card__rating:before, 
.wpbingo-widget--testimonials .testimonial-card__rating:after {
  display: inline-block;
  color: #ffc107;
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 8px;
}
.wpbingo-widget--testimonials .testimonial-card__rating:after {
  color: #ccc;
}
.wpbingo-widget--testimonials .testimonial-card__rating.testimonial-card__rating--1:before {
  content: "\f005";
}
.wpbingo-widget--testimonials .testimonial-card__rating.testimonial-card__rating--1:after {
  content: "\f005\f005\f005\f005";
}
.wpbingo-widget--testimonials .testimonial-card__rating.testimonial-card__rating--2:before {
  content: "\f005\f005";
}
.wpbingo-widget--testimonials .testimonial-card__rating.testimonial-card__rating--2:after {
  content: "\f005\f005\f005";
}
.wpbingo-widget--testimonials .testimonial-card__rating.testimonial-card__rating--3:before {
  content: "\f005\f005\f005";
}
.wpbingo-widget--testimonials .testimonial-card__rating.testimonial-card__rating--3:after {
  content: "\f005\f005";
}
.wpbingo-widget--testimonials .testimonial-card__rating.testimonial-card__rating--4:before {
  content: "\f005\f005\f005\f005";
}
.wpbingo-widget--testimonials .testimonial-card__rating.testimonial-card__rating--4:after {
  content: "\f005";
}
.wpbingo-widget--testimonials .testimonial-card__rating.testimonial-card__rating--5:before {
  content: "\f005\f005\f005\f005\f005";
}
.wpbingo-widget--testimonials .slick-dots {
  position: unset;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .wpbingo-widget--testimonials .testimonial-card {
    padding: 0 120px;
  }
}
@media (max-width: 767px) {
  .wpbingo-widget--testimonials .slick-arrow {
    display: none !important;
  }
  .wpbingo-widget--testimonials .testimonial-card__icon {
    margin: 0px 0px 15px 0px;
  }
  .wpbingo-widget--testimonials .testimonial-card__icon i {
    font-size: 50px;
  }
}

/*=============== BLOG ==============*/
.wpbingo-widget--featured-blog .featured-blog__post:hover .article__image img {
  transform: scale(1.2);
}
.wpbingo-widget--featured-blog .featured-blog__post .article {
  margin: 0;
  padding: 0;
}
.wpbingo-widget--featured-blog .featured-blog__post .article__meta {
  display: flex;
  align-items;
  justify-content: space-between;
}
.wpbingo-widget--featured-blog .featured-blog__post .article-category a {
  position: absolute;
  left: 30px;
  bottom: 15px;
  z-index: 1;
  padding: 0px 10px;
  background-color: var(--theme-color);
  font-size: calc(var(--font-size-base) - 1px);
  line-height: 18px;
  text-transform: capitalize;
  text-align: center;
  border-radius: 5px;
}
.wpbingo-widget--featured-blog .featured-blog__post .article-category a:hover{
  transition: all .3s ease;
  color: var(--white)!important;
  background: var(--gray-dark);
}
.wpbingo-widget--featured-blog .featured-blog__post .article__heading a{
  text-transform: capitalize;
  transition: all .3s ease;
}
.wpbingo-widget--featured-blog .featured-blog__post .article__image {
	position: relative;
	overflow:hidden;
}
.wpbingo-widget--featured-blog .featured-blog__post .article__image img {
	transition: all 0.8s ease;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wpbingo-widget--featured-blog .featured-blog__post .article__content {
  background: var(--white);
  padding: 30px 30px 40px 30px;
}
.wpbingo-widget--featured-blog .featured-blog__post .button a {
  display: inline-block;
  font-size: calc(var(--font-size-base) - 1px);
  position: relative;
  text-transform: capitalize;
  transition: all .3s ease;
}

/* SECTION LIST GALLERY */
.wpbingo-widget--list-gallery .featured-banner:hover .banner-wrapper-infor {
	opacity: 1;
}

.wpbingo-widget--list-gallery .banner-wrapper-infor {
	width: 100%;
	display: flex;
	opacity: 0;
	transition: all 0.3s ease;
}

.wpbingo-widget--list-gallery .banner-wrapper-infor.position-absolute {
	position: absolute;
}

.wpbingo-widget--list-gallery .banner-wrapper-infor.position-unset {
	transform: unset !important;
}

.wpbingo-widget--list-gallery .bwp-button {
	display: inline-block;
	font-size: 16px;
	color: var(--gray-dark);
	position: relative;
}

.wpbingo-widget--list-gallery .bwp-button:before {
	content: "";
	width: 100%;
	height: 2px;
	transition: all 0.3s ease;
	background: var(--gray-dark);
	position: absolute;
	bottom: 0;
	right: 0;
}

.wpbingo-widget--list-gallery .bwp-button:hover {
	color: var(--theme-color);
}

.wpbingo-widget--list-gallery .bwp-button:hover:before {
	width: 0;
	background: var(--theme-color);
	left: 0;
}

.wpbingo-widget--list-gallery .wpbingo-section__inner {
	overflow: hidden;
}

.wpbingo-widget--list-gallery .row--banners {
	display: flex;
	-webkit-animation-name: scrolling;
	animation-name: scrolling;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: var(--time);
	animation-duration: var(--time);
	width: calc(var(--width-gallery) * var(--count-gallery) * 2);
}

.wpbingo-widget--list-gallery .row--banners .col-banner {
	width: var(--width-gallery);
	padding: 0 15px;
}

.wpbingo-widget--list-gallery .row--banners>div:nth-child(2n) {
	padding-top: 150px;
}

.wpbingo-widget--list-gallery .row--banners:hover {
	animation-play-state: paused;
}

.wpbingo-widget--list-gallery .title-banner {
	font-size: var(--font-size-base);
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.wpbingo-widget--list-gallery .row--banners .col-banner {
		padding: 0 7.5px;
	}
}

@media (max-width: 991px) {
	.wpbingo-widget--list-gallery .row--banners {
		width: calc(350px * var(--count-gallery) * 2);
	}
	.wpbingo-widget--list-gallery .row--banners .col-banner {
		width: 350px;
	}
	.wpbingo-widget--list-gallery .row--banners>div:nth-child(2n) {
		padding-top: 80px;
	}
}

@media (max-width: 480px) {
	.wpbingo-widget--list-gallery .row--banners {
		width: calc(250px * var(--count-gallery) * 2);
	}
	.wpbingo-widget--list-gallery .row--banners .col-banner {
		width: 250px;
	}
	.wpbingo-widget--list-gallery .row--banners>div:nth-child(2n) {
		padding-top: 50px;
	}
}

/*=============== SECTION OURTEAM ==============*/
.wpbingo-widget--ourteam .ourteam-card__inner {
  position: relative;
}
.wpbingo-widget--ourteam .ourteam-card__name {
  color: var(--gray-dark);
  font-size: 20px;
  margin: 0;
}
.wpbingo-widget--ourteam .ourteam-card__job {
  font-size: 16px;
  margin-bottom: 3px;
}
.wpbingo-widget--ourteam .ourteam-card__description {
  margin: 15px 0 25px;
}
.wpbingo-widget--ourteam .ourteam-card__avatar {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wpbingo-widget--ourteam .social-icons {
  gap: 15px;
}
.wpbingo-widget--ourteam .social-icons li a i,.wpbingo-widget--ourteam .social-icons li a svg {
  font-size: 16px;
  color: var(--white);
   fill: var(--white);
}
.wpbingo-widget--ourteam .social-icons li a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

/*=============== SECTION SIDEBAR LEFT HOME ==============*/
.section-main-columns .custom-container {
    display: flex;
    flex-direction: row;
    gap: 25px;
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 15px;
    align-items: flex-start;
}
.section-main-columns .column-left {
    flex: 0 0 18.5%;
    min-width: 200px;
    position: sticky;
    top: 20px;
}
.section-main-columns .column-right {
    flex: 1;
    min-width: 0;
}
.section-main-columns .column-left .wpbingo-widget--products .product-card .product-card__content {
  padding: 0 40px;
}
.section-main-columns .column-left .wpbingo-widget--products .product-card .countdown-product.style_1 {
  padding: 0;
}
.section-main-columns .column-left .wpbingo-widget--products .product-card .countdown-product.style_1 .countdown {
  width: 100%;
  border-radius: 0;
  line-height: 55px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  gap: 10px;
}
.section-main-columns .column-left .wpbingo-widget--products .product-card .countdown-product.style_1 .countdown__item:after {
  display: none;
}
.section-main-columns .column-left .wpbingo-widget--products .product-card .countdown-product.style_1 .countdown__item span:first-child {
  font-size: calc(var(--font-size-base) + 6px);
  font-weight: var(--body-font-weight-bold);
}
.section-main-columns .column-left .wpbingo-widget--products .product-card .countdown-product.style_1 .countdown__item span:last-child {
  font-size: calc(var(--font-size-base) - 1px);
  font-weight: var(--body-font-weight-default);
  text-transform: lowercase;
  margin-left: 5px;
}
@media (max-width: 1800px) and (min-width: 1200px) {
    .section-main-columns .custom-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 1199px) {
  .section-main-columns .custom-container {
      gap: 15px;
  }
  .section-main-columns .column-left {
      flex: 0 0 25%;
  }
  .section-main-columns .column-left .wpbingo-widget--products .product-card .product-card__content {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .section-main-columns .column-left {
      flex: 0 0 33.33333%;
  }
}
@media (max-width: 767px) {
    .section-main-columns .custom-container {
        flex-direction: column;
    }
    .section-main-columns .column-left, 
    .section-main-columns .column-right {
        flex: 0 0 100%;
        width: 100%;
        position: unset;
    }
}

/*-------------------------------------------------*/

@media (min-width: 1200px) {
  .header-search-mobile {
    display: none;
  }
}
@media (max-width: 1500px) {
  .bwp-header.header_4 .header-desktop .header__search-form {
    max-width: 490px;
  }
}
@media (max-width: 1199px) {
  .header-page-link {
    gap: 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;
  }
  .main-content__top {
    margin: 0 -7.5px;
  }
  .main-content__top .layout-left {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
    padding: 0 7.5px;
  }
  .main-content__top .layout-right {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
    padding: 0 7.5px;
  }
}
@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 .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;
  }
  .content-search-toggle .contents-search{
    padding:50px 30px;
    margin-top:50px;
    max-height:calc(100% - 100px);
  }
  .main-content__top .layout-left,
  .main-content__top .layout-right {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@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%;
  }
}