/** Shopify CDN: Minification failed

Line 460:36 Unexpected "{"
Line 10537:0 Expected "}" to go with "{"

**/
@import '//alkeepetfood.pl/cdn/shop/t/2/assets/bootstrap.min.css?v=5904063945533469981737294481';
@import '//alkeepetfood.pl/cdn/shop/t/2/assets/vendor.css?v=181127280980322183131741945450';

/* Product image Ratio */
body {
	color: var(--text-color);
	background-color: var(--body-bg-color);
	font-family: var(--font-family-base);
	font-size: var(--font-size-base);
	font-weight: var(--body-font-weight-default);
	line-height: 1.5;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-second);
	font-weight: var(--heading-font-weight-medium);
	color: var(--gray-dark);
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: var(--gray-dark);
	text-decoration: none;
}
a:hover, a:focus {
	outline: 0;
	color: var(--theme-color);
	text-decoration: none;
}
.hidden, .visually-hidden {
	display: none;
}
button:focus, .btn:focus {
	outline: unset;
	box-shadow: unset;
}
button:focus-visible, input:focus-visible, optgroup:focus-visible, select:focus-visible, textarea:focus-visible {
	outline: unset;
}
.rtl {
	direction: rtl;
	text-align: right;
}
.bwp-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.col-2-5 {
	flex: 20%;
	max-width: 20%;
}
.btn {
	display: block;
	padding: 10px 30px;
	border-radius: 0;
	font-family: var(--font-family-base);
	font-size: calc(var(--font-size-base) - 4px);
	transition: all 0.3s ease;
}
.container.container-full-image {
	max-width: 100%;
	padding: 0;
}
.btn-primary {
	color: var(--white);
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
.btn-secondary {
	color: var(--gray-dark);
	background-color: var(--white);
	border: 1px solid var(--border-color);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
	color: var(--gray-dark);
	background-color: var(--border-color);
	border-color: var(--border-color);
}
.form-control {
	padding: 10px 20px;
	color: var(--text-color);
	font-family: var(--font-family-base);
	font-size: var(--font-size-base);
	line-height: 20px;
	border-radius:5px;
}
.form-control:focus {
	border-color: var(--gray-dark);
	box-shadow: none;
}
.table {
	color: var(--text-color);
}
.alert, .dropdown-menu {
	border-radius: 0;
}
/* PREVIEW BAR */


/* BASE ELEMENT */
.pre-loading-image {
	z-index: -1;
	opacity: 0;
	display: none;
}
.pre-loading-image .preload-img-product {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: linear-gradient(-225deg, #f5f5f5 0%, #f5f5f5 15%, #ccc 60%, #ccc 100%);
	background-size: 200% auto;
	color: var(--white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 1s linear infinite;
	display: inline-block;
	font-size: calc(var(--font-size-base) + 4px);
	font-weight: var(--heading-font-weight-medium);
}
.pre-loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}
.pre-loading > div {
	position: absolute;
	top: 0;
	width: 0;
	height: 3px;
	background: var(--theme-color);
}
.pre-loading.load-product > div {
	transition: width 0.25s ease-in-out;
}
.pre-loading.loading-page > div {
	-webkit-animation-name: loading-page;
	animation-name: loading-page;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.pre-loading.loading-done > div {
	-webkit-animation-name: loading-page-done;
	animation-name: loading-page-done;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
#shopify-section-blog-sidebar:empty {
	display: none;
}
.fade-in {
	transform: scale(1.1);
	opacity: 0;
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0.5s;
}
.fade-in.lazyloaded {
	opacity: 1;
	transform: scale(1);
}
.placeholder-svg {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}
.wpbingo-banner {
	position: relative;
	overflow: hidden;
}
.wpbingo-banner img {
	max-width: 100%;
	transition: all 0.3s ease;
}
.wpbingo-banner img:hover {
	transform: scale(1.1);
}
.wpbingo-loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: block;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255, 0.9);
}
.wpbingo-loading__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	transform: translate(-50%, -50%);
}
.wpbingo-loading__icon > span {
	margin: 0 2px;
	display: block;
	width: 4px;
	height: 25px;
	background-color: var(--theme-color);
}
.wpbingo-loading__icon > span:nth-child(1) {
	animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.wpbingo-loading__icon > span:nth-child(2) {
	animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.wpbingo-loading__icon > span:nth-child(3) {
	animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.wpbingo-loading__icon > span:nth-child(4) {
	animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.rte {
	margin-bottom: 30px/2;
	line-height: 2em;
}
.rte:after {
	content: "";
	display: block;
	clear: both;
}
.rte p, .rte ul, .rte ol, .rte table {
	margin-bottom: 20px;
}
.rte ul ul {
	margin-bottom: 0;
}
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
	padding-top: 10px;
	color: var(--gray-dark);
}
.rte h1:first-child, .rte h2:first-child, .rte h3:first-child, .rte h4:first-child, .rte h5:first-child, .rte h6:first-child {
	margin-top: 0;
}
.rte h1 a, .rte h2 a, .rte h3 a, .rte h4 a, .rte h5 a, .rte h6 a {
	text-decoration: none;
}
.rte li {
	margin-bottom: 0;
}
.rte > p:last-child {
	margin-bottom: 0;
}
.rte table {
	table-layout: fixed;
}
.rte img {
	display: block;
	max-width: 100%;
}
.btn--secondary-accent {
	width: 50%;
}
.scroll-to-fixed-fixed {
	z-index: 8 !important;
}
.shopify-challenge__container {
	padding: 100px 0 80px;
}
.shopify-challenge__button {
	display: block;
	padding: 10px 30px;
	color: var(--white);
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
	border-radius: 0;
	font-family: var(--font-family-second);
	font-size: var(--font-size-base);
	font-weight: var(--heading-font-weight-medium);
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.shopify-challenge__button:hover, .shopify-challenge__button:active, .shopify-challenge__button:focus {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
.shopify-policy__container {
  padding-left:15px;
  padding-right: 15px;
  max-width: 1440px !important;
	padding-top: 80px;
	padding-bottom: 50px;
}
@media (max-width:767px) {
.shopify-policy__body p, .shopify-policy__body ul{
  font-size:16px;
  line-height: 22px;
}
  .shopify-policy__title h1 {
    font-size: 28px !important;
  }
  .shopify-policy__container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.shopify-policy__title {
	margin: 0 0 30px;
	color: var(--gray-dark);
}
.form-button ~ .form-button {
	margin-top: 15px;
}

/* SLICK */
.slick-slider {
  position: relative;
  display: block;
  user-select: none;
  touch-action: pan-y;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  margin: 0 -15px;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 15px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus {
  outline: 0;
}
.slick-arrow {
  font-size: 0;
  top: calc(50% - 23px);
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease;
  font-family: icomoon;
  border: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  color: var(--gray-dark);
  background: transparent;
}
.slick-arrow:before {
  font-size: 45px;
  display: inline-block;
}
.slick-arrow:hover {
  color:var(--theme-color);
}
.slick-prev {
  left: 15px;
}
.slick-prev::before {
  content: "\e900";
  transform: rotate(-45deg);
}
.slick-next {
  right: 15px;
}
.slick-next::before {
  content: "\e901";
  transform: rotate(45deg);
}
.navigational_default .slick-arrow,
.navigational_style-1 .slick-arrow,
.navigational_style-2 .slick-arrow,
.navigational_style-3 .slick-arrow,
.navigational_style-4 .slick-arrow, {
	font-size: 0;
	top: calc(50% - 23px);
	position: absolute;
	z-index: 1;
	transition: all 0.3s ease;
	font-family: icomoon;
	border: 0;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	color: var(--gray-dark);
	line-height:25px;
}
.navigational_style-1 .slick-arrow,
.navigational_style-4 .slick-arrow{
	background: #ffffff;
  color: var(--theme-color);
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
	border: 1px solid var(--theme-color);
}
.navigational_style-1 .slick-arrow:hover {
	background: var(--theme-color);
	color: var(--white);
	border-color: var(--theme-color);
}
.navigational_style-4 .slick-arrow:hover {
	background: var(--theme-color);
	color: var(--white);
	border-color: var(--theme-color);
}
.navigational_style-4 .slick-arrow:before{
	font-size: 16px;
	transform: rotate(0) !important;
}
.navigational_style-4 .slick-prev::before {
	content: "\e909";
}
.navigational_style-4 .slick-next::before {
	content: "\e90a";
}
.navigational_style-1 .slick-arrow:before {
	font-size: 30px;
}
.navigational_style-2 .slick-arrow:before {
   color: #2973C9;
	font-size: 18px;
	transform: rotate(0) !important;
}
.navigational_style-2 .slick-arrow:after {
	position: absolute;
	content: "";
	background: #ffffff;
   border: 1px solid #2973C9;
  border-radius: 50px;
	padding: 23px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
@media (max-width: 767px) {
  .navigational_style-2 .slick-arrow:after {
    padding: 0;
  }
  .navigational_style-2 .slick-arrow:before {
    font-size: 20px;
  }
}
.navigational_style-2 .slick-prev::before {
	content: "\e909";
}
.navigational_style-2 .slick-next::before {
	content: "\e90a";
}
.navigational_style-3 .slick-arrow {
	top: -10%;
	opacity: 1;
	visibility: visible;
	width: 33px;
	height: 40px;
	border: 1px dashed #c8d5ff;
	border-radius: 2px;
}
.navigational_style-3 .slick-arrow:hover {
	border-color: var(--theme-color);
	color: var(--white);
	background-color: var(--theme-color);
}
.navigational_style-3 .slick-arrow:before {
	font-size: 15px;
	transform: rotate(0) !important;
}
.navigational_style-3 .slick-prev{
	left: auto;
    right: 60px;
}
.navigational_style-3 .slick-next{
	right: 0;
}
.navigational_style-3 .slick-prev::before {
	content: "\e909";
}
.navigational_style-3 .slick-next::before {
	content: "\e90a";
}
.slick-dots {
  left: 0;
  width: 100%;
  bottom: 30px;
  display: flex;
  flex-wrap: row wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  padding: 0;
  margin: 0 6px;
}
.slick-dots li.slick-active button {
  background: var(--gray-dark)
}
.slick-dots button {
	font-size: 0;
    width: 9px;
    height: 9px;
    position: relative;
    background: var(--gray-dark-30);
    box-sizing: content-box;
    padding: 0;
    transition: all .3s ease;
	border:0;
	border-radius: 50%;
}
.slick-dots button:hover, .slick-dots button:focus {
  background: var(--gray-dark);
}
.slick-carousel {
  display: none;
}
.slick-carousel.slick-initialized {
  display: block;
}
.slick-carousel .slick-carousel__item {
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
}
.bwp_slider-carousel {
  position: relative;
}
.bwp_slider-carousel:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
@media (max-width:767px){
	.slick-dots{
		margin-top: 20px;
	}
}

/*================== HEADER ==========================*/
.social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.social-icons li {
  margin: 0 10px;
}
.social-icons li:first-child {
  margin-left: 0;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons a {
  color: var(--text-color);
  fill: var(--text-color);
}
.social-icons a:hover {
  color: var(--theme-color);
  fill: var(--theme-color);
}
.social-icons a span {
  display: none;
}
.currencies.bwp_currency {
  position: relative;
}
.currencies.bwp_currency.have-flags .flags_bwp-VND:before {
  background-image: url(vnd.svg?19041994);
}
.currencies.bwp_currency.have-flags .flags_bwp-USD:before {
  background-image: url(usd.svg?19041994);
}
.currencies.bwp_currency.have-flags .flags_bwp-AUD:before {
  background-image: url(aud.svg?19041994);
}
.currencies.bwp_currency.have-flags .flags_bwp-GBP:before {
  background-image: url(gbp.svg?19041994);
}
.currencies.bwp_currency.have-flags .flags_bwp-CAD:before {
  background-image: url(cad.svg?19041994);
}
.currencies.bwp_currency.have-flags .flags_bwp-DKK:before {
  background-image: url(dkk.svg?19041994);
}
.currencies.bwp_currency.have-flags .flags_bwp-EUR:before {
  background-image: url(eur.svg?19041994);
}
.currencies.bwp_currency.have-flags .flags_bwp-HKD:before {
  background-image: url(hkd.svg?19041994);
}
.currencies.bwp_currency.have-flags .flags_bwp-JPY:before {
  background-image: url(jpy.svg?19041994);
}
.currencies.bwp_currency.have-flags .flags_bwp-NZD:before {
  background-image: url(nzd.svg?19041994);
}
.currencies.bwp_currency.have-flags .flags_bwp-SGD:before {
  background-image: url(sgd.svg?19041994);
}
.currencies.bwp_currency.have-flags .current {
  display: flex;
  align-items: center;
}
.currencies.bwp_currency.have-flags .current:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
}
.currencies.bwp_currency.have-flags .bwp-currency li a {
  display: flex;
  align-items: center;
}
.currencies.bwp_currency.have-flags .bwp-currency li a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.currencies.bwp_currency .dropdown-menu {
  box-shadow: 0 5px 10px 5px rgba(0,0,0, 0.04);
  padding: 20px;
}
.currencies.bwp_currency .bwp-currency {
  padding: 0;
  list-style: none;
  margin:0;
}
.currencies.bwp_currency .bwp-currency li {
  line-height: 18px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}
.currencies.bwp_currency .bwp-currency li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.currencies.bwp_currency .bwp-currency li a {
  color: var(--gray-dark);
  font-size: calc(var(--font-size-base) - 2px);
}
.currencies.bwp_currency .bwp-currency li a:hover {
  color: var(--theme-color);
}
.header-selector {
  position: relative;
}
.header-selector.show .header-selector__toggle:after {
  transform: rotate(180deg);
}

/*================ MAIN MENU ====================*/
.main-menu ul {
  margin-top: 3px;
  padding-left: 0px;
  list-style: none;
}
.main-menu__nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.main-menu__nav-item {
  padding: 0 20px;
  position: relative;
}
.main-menu__nav-item > a {
  position: relative;
  font-size: 16px;
  font-weight: var(--body-font-weight-medium);
  text-transform: capitalize;
  background-color: transparent;
  color: var(--menu-color);
  display: table;
  white-space: nowrap;
  transition: all 0.2s ease 0s;
}
.main-menu__nav-item > a span:before{
	content: "";
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	display: inline;
	width: 50%;
	height: 6px;
	position: absolute; 
	-webkit-mask-repeat: repeat-x;
	mask-image: url(wavy.svg?19041994);
	-webkit-mask-size: 13px 6px;
	-webkit-mask-position: -8px center;
	background-color: var(--white);
	animation: p 15s linear infinite;
	animation-play-state: paused;
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
}
.main-menu__nav-item > a:hover, .main-menu__nav-item > a:focus {
  color: var(--menu-hover-color);
}
.main-menu__nav-item:hover > a, .main-menu__nav-item:focus > a, .main-menu__nav-item.active > a {
  color: var(--menu-hover-color);
}
.main-menu__nav-item:hover > a span:before, .main-menu__nav-item:focus > a span:before {
   animation-play-state: running;
   opacity: 1;
	visibility: visible;
}
.main-menu__nav-item:hover > a:after, .main-menu__nav-item:focus > a:after {
	transform: rotateX(-180deg);
}
.main-menu__nav-item:first-child {
  padding-left: 0px;
}
.main-menu__nav-item:last-child {
  padding-right: 0px;
}
.main-menu__nav-item.menu-dropdown--mega {
  position: static;
}
.main-menu__nav-item.menu-dropdown--mega.width_custom_pos {
  position: relative;
}
.main-menu__nav-item.menu-dropdown--mega.width_custom_pos .menu-dropdown__content--megamenu {
  top: calc(100% + 10px);
  left: -30px;
  border-radius: 10px;
}
.main-menu__nav-item.menu-dropdown--mega.width_custom_pos.width_custom_pos_right {
  position: static;
}
.main-menu__nav-item.menu-dropdown--mega.width_custom_pos.width_custom_pos_right .menu-dropdown__content--megamenu {
  left: auto;
  right: 0;
  max-width: 100%;
  top: 100%;
}
.menu-dropdown:hover > .menu-dropdown__content, .menu-dropdown:focus > .menu-dropdown__content {
  opacity: 1;
  visibility: visible;
}
.menu-dropdown > a {
  display: flex;
}
.menu-dropdown > a::after {
  content: "\f107";
  pointer-events: none;
  margin-left: 3px;
  font-family: FontAwesome;
  position: relative;
  top: 1px;
}
.menu-dropdown--basic {
  position: relative;
}
.menu-dropdown--basic .menu-dropdown > a::after {
  content: "\f105";
  float: right;
  margin: 0;
  font-family: FontAwesome;
}
.menu-dropdown__content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease;
}
.menu-dropdown__content:not(.menu-dropdown__content--megamenu) {
  width: 180px;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #121212;
  border-radius: 10px;
  padding: 0px 0;
  margin-top: 10px;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.menu-dropdown__content:not(.menu-dropdown__content--megamenu):hover {
    border: 1px solid #2973C9 !important;
}
.menu-dropdown__content:not(.menu-dropdown__content--megamenu) a:hover {
   background-color: #2973C9;
   color: #ffffff;
   border: none !important;
  border-radius: 8px;
}
.menu-dropdown__content .menu-dropdown__content {
  top: 0;
  left: 100%;
}
.menu-dropdown__content a {
  display: block;
  padding: 5px 22px;
  font-size: var(--font-size-base);
  text-decoration: none;
  transition: all 0.3s ease;
}

.menu-dropdown__content--megamenu {
  width: 100%;
  background: var(--white);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
}
.menu-dropdown__content--megamenu .menu-row {
  max-width: 1440px;
  padding: 40px 15px 45px;
  margin: auto;
  max-height: 80vh;
  overflow: auto;
}
.menu-dropdown__content--megamenu .menu-row::-webkit-scrollbar-track {
  background-color: #ececec;
}
.menu-dropdown__content--megamenu .menu-row::-webkit-scrollbar {
  width: 2px;
  background-color: #ececec;
}
.menu-dropdown__content--megamenu .menu-row::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark);
}
.menu-dropdown__content--megamenu .menu-row .button_all {
  text-align: center;
  width: 100%;
  flex: 0 0 100%;
}
.menu-dropdown__content--megamenu .menu-row .button_all a {
  display: inline-block;
  line-height: 45px;
  padding: 0 20px;
  background: var(--theme-color);
  color: var(--white);
}
.menu-dropdown__content--megamenu .menu-row .button_all a:hover {
  background: var(--theme-color);
  -webkit-animation-name: text-transform;
  animation-name: text-transform;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.menu-dropdown__content--megamenu .menu-dropdown__content {
  top: auto;
  left: auto;
}
.menu-dropdown__content--megamenu a {
  padding: 5px 0;
  position: relative;
  display: inline-block;
}
.menu-dropdown__content--megamenu a span {
  position: absolute;
  line-height: 18px;
  padding: 0 10px;
  font-size: 10px;
  top: -7px;
  font-weight: var(--body-font-weight-medium);
}
.menu-dropdown__content--megamenu a span.hot {
  background: rgba(241, 30, 30, 0.15);
  color: #f11e1e;
  border-radius: 3px;
}
.menu-dropdown__content--megamenu a span.new {
  background: var(--theme-color-15);
  color: var(--theme-color);
  border-radius: 3px;
}
.megamenu-heading {
  color: var(--gray-dark);
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 10px;
  font-size: calc(var(--font-size-base) + 4px);
  font-family: var(--font-family-second);
  border-bottom: 1px solid var(--border-color);
  font-weight: var(--heading-font-weight-semibold);
}
.megamenu-heading a, .megamenu-heading span {
  display: block;
  padding: 0;
  color: var(--gray-dark);
  line-height: 1;
  padding: 0;
}
.megamenu-links {
  margin-bottom: 15px;
}
.megamenu-links__item a {
  padding: 6px 0;
}
.megamenu-product .product-card__image-link {
  padding: 0;
}
.megamenu-product .title {
  color: var(--gray-dark);
  font-weight: var(--heading-font-weight-medium);
  position: relative;
  font-size: calc(var(--font-size-base) - 4px);
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 17px;
}
.megamenu-product .title:before {
  position: absolute;
  bottom: -1px;
  width: 40px;
  height: 1px;
  background: var(--gray-dark);
  content: "";
  left: 0;
}
.megamenu-product .product-card__buttons, .megamenu-product .product-card__form {
  display: none !important;
}
.megamenu-product .wpb-variants-swatch {
  display: none !important;
}
.megamenu-product .product-card__name {
  margin-top: -5px;
  margin-bottom: 0;
}
.megamenu-product .product-card__name a {
  font-size: var(--font-size-base);
  margin: 0;
  font-weight: var(--heading-font-weight-medium);
  line-height: 16px;
  color: var(--text-color);
}
.megamenu-product .product-card__name a:hover {
  color: var(--hover-color);
}
.megamenu-product .product-review {
  line-height: 1;
}
.megamenu-product .slick-list {
  margin: 0 -6.5px;
}
.megamenu-product .slick-list .slick-carousel__item {
  padding: 0 7.5px;
}
.megamenu-banner {
  position: relative;
}
.megamenu-banner .title {
    font-size: calc(var(--font-size-base) + 2px);
    font-weight: var(--heading-font-weight-default);
    text-align: left;
    width: 100%;
    padding: 0 15px;
    margin: 15px 0 30px;
}
.megamenu-banner .title a {
  color: var(--gray-dark);
}
.megamenu-banner .title a:hover {
  color: var(--theme-color);
}
.megamenu-banner img {
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.0392156863);
}
.megamenu-banner img:hover {
  transform: translateY(-15px);
}
.megamenu-banner a {
  padding: 0;
  font-size: calc(var(--font-size-base) + 2px);
}
.megamenu-banner a.button {
  display: inline-block;
  line-height: 35px;
  padding: 0 25px;
  color: var(--gray-dark);
  font-size: 16px;
  background: var(--white);
  position: relative;
  z-index: 1;
  border-radius: 5px;
  font-family: var(--font-family-second);
}
.megamenu-banner a.button:hover {
  color: var(--white);
  background: var(--theme-color);
}
.megamenu-banner .content {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  bottom: 30px;
  text-align: center;
  left: 0;
}
.megamenu-blog .featured-blog__post {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  position: relative;
}
.megamenu-blog .featured-blog__post:last-child {
  margin-bottom: 0;
}
.megamenu-blog .featured-blog__post .article__image {
  margin-bottom: 0;
}
.megamenu-blog .featured-blog__post .article__image .article__featured-image-link {
  display: inline-block;
}
.megamenu-blog .featured-blog__post .article__image .article__featured-image-link img {
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.megamenu-blog .featured-blog__post .article__featured-image-link {
  padding: 0;
  position: relative;
}
.megamenu-blog .featured-blog__post .article__featured-image-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--gray-dark-25);
  border-radius: 5px;
}
.megamenu-blog .featured-blog__post .blog-category a {
  padding: 0;
  font-size: 14px;
  font-family: var(--font-family-second);
  text-transform: capitalize;
  letter-spacing: 2px;
  line-height: 1;
  color: var(--white);
}
.megamenu-blog .featured-blog__post .blog-category a:hover {
  color: var(--theme-color);
}
.megamenu-blog .featured-blog__post .article__heading {
  margin: -3px 0;
}
.megamenu-blog .featured-blog__post .article__heading a {
  margin-bottom: 0;
  color: var(--gray-dark);
  letter-spacing: 0.5px;
  color: var(--white);
}
.megamenu-blog .featured-blog__post .article__heading a:hover {
  color: var(--theme-color);
}
.megamenu-blog .featured-blog__post .article__content {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  bottom: 20px;
}
.megamenu-blog .featured-blog__post .meta {
  color: var(--text-color);
}
.megamenu-blog .featured-blog__post .meta a {
  font-size: calc(var(--font-size-base) - 3px);
  line-height: 1;
  padding: 0;
}
.main-menu__mobile {
  margin-right: 15px;
}
.main-menu__mobile .btn-nav {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--menu-hover-color);
  font-size: 24px;
  line-height: 32px;
}
.menu-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.menu-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
}

/*========= COLLECTION PAGE =============*/
.products__col {
  padding-top: calc(30px / 2);
  padding-bottom: calc(30px / 2);
}

/*=============== PRODUCT PRICE ==============*/
.product-group-price {
  display: flex;
  flex-flow: row wrap;
  justify-content: end;
  font-size: var(--font-size-base);
  font-family: var(--font-family-second);
  align-items:center;
}

 @media (max-width: 767px) {
 .product-group-price {
    font-size: 18px !important;
  }
 }

.product-group-price .product-price {
  margin-right: 0px;
}
.product-group-price .product-price:last-child {
  margin-right: 0px;
}
.product-price {
  color: var(--secondary-color);
  font-family: var(--font-family-second);
  font-weight: var(--body-font-weight-bold);
}
.product-price:last-child {
  margin-right: 0px;
}
.product-price--regular {
  color: #999;
  text-decoration: line-through;
  font-weight: var(--body-font-weight-default);
  font-size: calc(var(--font-size-base) + 1px);
}
.product-quantity__label {
  display: none;
  margin: 0;
  padding-right: 10px;
  font-size: calc(var(--font-size-base) - 1px);
  font-weight: var(--body-font-weight-bold);
}

/*================= PRODUCT REVIEW ===========*/
.product-review {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
}
.product-review .spr-badge {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
.product-review .jdgm-prev-badge__stars {
  margin-right: 8px;
  font-size: calc(var(--font-size-base) - 4px);
}
.product-review .spr-icon {
  margin-right: 3px;
}
.product-review .jdgm-widget .jdgm-star:before {
  content: "\e91d";
  font-family: icomoon;
  font-size: 12px;
}
.product-review .spr-icon.spr-icon-star-empty {
  opacity: 1;
}
.product-review .jdgm-widget .jdgm-star.jdgm--off:before {
  color: #cecece;
}
.product-review .jdgm-widget .jdgm-star:last-child {
  margin-right: 0px;
}

/*=========================== PRODUCT CARD ===================*/
.product-short-description {
  display: none;
}
.product-card {
  position: relative;
  margin-bottom: 15px;
}
.product-card:hover .product-card__buttons > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product-card:hover .product-card__image .product-card__img-hidden:not(.lazyload) {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}
.product-card:hover .product-card__image-wrapper.transform .product-card__image {
  overflow: hidden;
}
.product-card:hover .product-card__image-wrapper.transform .product-card__image .product-card__img-hidden {
  transform: scale(1);
}
.product-card:hover .countdown-product {
  opacity: 0;
  visibility: hidden;
}
.product-card:hover  .product-card__image .preloading-img-product.video img {
  opacity: 1;
  visibility: visible;
  transition:unset;
}
.product-card:hover  .product-card__image .preloading-img-product.video.have-variants video {
  opacity: 0;
  visibility: hidden;
}
.product-card .countdown-product.style_1 {
  	position: absolute;
	bottom: 25px;
	right: 0;
	padding: 0 5px;
	width: 100%;
	text-align: center;
	transition: all .3s ease;
	transform-origin: 50% 100%;
}
.product-card .countdown-product.style_1 .countdown {
  display: inline-block;
  text-align: center;
  padding: 0px 30px;
  line-height: 39px;
  background: var(--theme-color);
  border: 0;
  margin: auto;
  justify-content: center;
  border-radius: 5px;
}
.product-card .countdown-product.style_1 .countdown__item {
  display: inline-block;
  color: var(--white);
  font-size: calc(var(--font-size-base) + 4px);
  text-transform: capitalize;
  font-family: var(--font-family-second);
}
.product-card .countdown-product.style_1 .countdown__item:after {
  content: ":";
  display: inline-block;
  margin: 0 4px;
}
.product-card .countdown-product.style_1 .countdown__item:last-child:after {
  display: none;
}
.product-card .countdown-product.style_2 {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  transition: all 0.3s ease;
}
.product-card .countdown-product.style_2 .countdown {
  text-align: center;
  padding: 0;
  justify-content: center;
}
.product-card .countdown-product.style_2 .countdown__item {
  display: inline-block;
  color: var(--text-color);
  margin: 0 2px;
  width: 45px;
  height: 45px;
  background: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0509803922);
  border-radius: 5px;
}
.product-card .countdown-product.style_2 .countdown__item span:first-child {
  font-size: 14px;
  display: block;
  line-height: 22px;
  color: var(--gray-dark);
  font-weight: 500;
  margin-top: 4px;
  position: relative;
}
.product-card .countdown-product.style_2 .countdown__item span:last-child {
  font-size: 12px;
  line-height: 10px;
  display: block;
  margin-top: -1px;
  margin-bottom: -1px;
}
.product-card .product-card__image-wrapper.transform .product-card__image {
  overflow: hidden;
}
.product-card .product-card__image-wrapper.transform .product-card__image .preloading-img-product:last-child {
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent;
}
.product-card .product-card__image-wrapper.transform .product-card__image .preloading-img-product:first-child {
  position: relative;
  background:#f5f5f5;
}
.product-card .product-card__image-wrapper.transform .product-card__image .product-card__img-hidden {
  transform: scale(1);
}
.product-card .product-card__image-wrapper.transform .product-card__image .product-card__img-hidden {
	transform: scale(1.3);
}
.product-card .product-card__form.mobile {
	margin-top: 15px;
	overflow: hidden;
	position: relative;
}
.product-card .product-card__form.mobile .form-addtocart {
	display: flex;
}
.product-card .product-card__form.mobile .product-card_popup.mobile .js-btn-addtocart {
	padding: 0;
	height: 35px;
	line-height: 35px;
	text-transform: unset;
	border: 1px solid var(--gray-dark);
	margin: auto;
	border-radius: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	flex: 1;
	font-size: revert !important;
}
.product-card .product-card__form.mobile .product-card_popup.mobile .wpbingo-qty {
  height: 35px;
  line-height: 35px;
  border: 1px solid var(--gray-dark);
  border-right: 0;
  padding: 0 5px;
}
.product-card .product-card__form.mobile .product-card_popup.mobile .wpbingo-qty button {
  background: transparent;
  border: 0;
  color: var(--gray-dark);
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 22px;
  font-size: var(--font-size-base);
}
.product-card .product-card__form.mobile .product-card_popup.mobile .wpbingo-qty button:hover {
  background: #ededed;
  color: var(--gray-dark);
}
.product-card .product-card__form.mobile .product-card_popup.mobile .wpbingo-qty input {
  background: transparent;
  border: 0;
  color: var(--gray-dark);
  height: 38px;
  line-height: 38px;
  width: 25px;
  text-align: center;
  padding: 0;
}
.product-card .product-card__form.mobile .wpbingo-qty {
  height: 35px;
  line-height: 35px;
  border: 1px solid var(--gray-dark);
  border-right: 0;
  padding: 0 5px;
  border-radius: 5px 0 0 5px;
}
.product-card .product-card__form.mobile .wpbingo-qty button {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	padding: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 22px;
	font-size: var(--font-size-base);

}
.product-card .product-card__form.mobile .wpbingo-qty button:hover {
	background: #ededed;
	color: var(--gray-dark);
}
.product-card .product-card__form.mobile .wpbingo-qty input {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	height: 31px;
	line-height: 31px;
	width: 25px;
	text-align: center;
	padding: 0;
}
.product-card .product-card__form.mobile .btn {
	padding: 0;
	height: 35px;
	line-height: 35px;
	color: var(--gray-dark);
	text-transform: unset;
	border: 1px solid var(--gray-dark);
	margin: auto;
	border-radius: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	flex: 1;
	font-size: revert !important;
	border-radius: 0 5px 5px 0;
}
.product-card .product-card__form.mobile .btn:before {
	content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M9.64314 18.2137V23.5708M15.0003 18.2137V23.5708M20.3574 18.2137V23.5708M26.486 12.8565H3.51457C3.20811 12.8539 2.90466 12.9171 2.62469 13.0418C2.34472 13.1664 2.09475 13.3497 1.89165 13.5792C1.68855 13.8087 1.53704 14.0791 1.44734 14.3722C1.35765 14.6652 1.33186 14.9741 1.37171 15.278L2.936 27.0637C3.004 27.5824 3.25945 28.0584 3.65418 28.4018C4.04892 28.7453 4.55566 28.9324 5.07885 28.928H24.8789C25.4021 28.9324 25.9088 28.7453 26.3035 28.4018C26.6983 28.0584 26.9537 27.5824 27.0217 27.0637L28.586 15.278C28.6254 14.9777 28.6007 14.6724 28.5135 14.3824C28.4263 14.0923 28.2786 13.8241 28.0802 13.5953C27.8818 13.3665 27.6371 13.1823 27.3623 13.055C27.0875 12.9276 26.7888 12.86 26.486 12.8565Z" stroke="white" stroke-width="1.42857" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.3145 3.29987C21.5981 3.52162 22.7742 4.15656 23.6638 5.10809C24.5534 6.05962 25.108 7.27567 25.243 8.57129L25.7145 12.857M4.28589 12.857L4.75732 8.57129C4.90115 7.28336 5.45958 6.07703 6.3485 5.134C7.23742 4.19097 8.40869 3.56232 9.68589 3.34272" stroke="white" stroke-width="1.42857" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.3578 3.74986C20.3578 4.10162 20.2886 4.44993 20.1539 4.77491C20.0193 5.09988 19.822 5.39517 19.5733 5.6439C19.3246 5.89263 19.0293 6.08993 18.7043 6.22454C18.3793 6.35915 18.031 6.42843 17.6793 6.42843H12.3221C11.6117 6.42843 10.9304 6.14623 10.4281 5.6439C9.92576 5.14157 9.64355 4.46026 9.64355 3.74986C9.64355 3.03946 9.92576 2.35815 10.4281 1.85582C10.9304 1.35349 11.6117 1.07129 12.3221 1.07129H17.6793C18.3897 1.07129 19.071 1.35349 19.5733 1.85582C20.0756 2.35815 20.3578 3.03946 20.3578 3.74986Z" stroke="white" stroke-width="1.42857" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-family: none;
}
.product-card .product-card__form.mobile .btn:hover {
	color: var(--white);
	background: var(--theme-color);
	border-color: var(--theme-color) !important;
}
.product-card .product-card__form.mobile .btn.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: 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.product-card .product-card__form.mobile .btn.is-adding .spinner-border {
	display: none;
}
.product-card .product-card__form.mobile .btn.is-adding:hover:before {
	border: 2px solid rgba(255,255,255, 0.25);
	border-top-color: var(--white);
}
.product-card .product-card__form.mobile .btn.btn-link {
	font-size: calc(var(--font-size-base) - 4px) !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 33px;
	color: var(--gray-dark);
	text-decoration: none;
}
.product-card .product-card__form.mobile .btn.btn-link:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white);
}
.product-card .product-card__form.mobile .btn.btn-link:before {
  display: none;
}
.product-card.hover_style_1 .product-card__content .wpb-variants-swatch .swatch-content {
  justify-content: revert;
}
.product-card.hover_style_1 .product-card__content .wpb-variants-swatch .swatch-content .swatch-items:last-child label {
  margin-right: 0;
}
.product-card.hover_style_1 .product-card__content .product-card__name {
  flex: 1;
}
.product-card.hover_style_1 .product-card__content .content-top {
  display: flex;
  justify-content: space-between;
}
.product-card.hover_style_1 .product-card__content .product-review {
  position: relative;
  top: 3px;
}
.product-card.hover_style_2 .product-card__price {
  justify-content: center;
}
.product-card.hover_style_2 .product-review .spr-badge{
  justify-content: center;
}
.product-card.hover_style_2 .product-card__price {
  justify-content: center;
}
.product-card.hover_style_2 .product-review .spr-badge{
  justify-content: center;
}
.product-card.hover_style_2 .product-card__buttons {
	flex-wrap: wrap;
	width: 40px;
	left: 20px;
	padding: 0;
	right:auto;
}
.product-card.hover_style_2 .product-card__buttons > div {
  margin: 10px 0 0;
  transform: translateY(20px);
}
.product-card.hover_style_2 .product-card__buttons > div:before {
  left: calc(100% + 10px);
  bottom: calc(50% - 11.5px);
  transform: unset;
}
.product-card.hover_style_2 .product-card__buttons > div:after {
  left: 100%;
  bottom: calc(50% - 5px);
  border-color: transparent var(--theme-color) transparent transparent;
}
.product-card.hover_style_2 .content-bottom {
	position: relative;
	overflow: hidden;
}
.product-card.hover_style_2 .product-card__content{
	text-align:center;
}
.product-card.hover_style_2 .product-card__price {
	transition: all 0.3s ease;
}
.product-card.hover_style_2 .product-card__form:not(.mobile) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	transform: translateY(100%);
}
body.template-index .product-card.hover_style_2 .product-card__form:not(.mobile) {
	text-align: center;
}
.product-card.hover_style_2 .product-card__form:not(.mobile) .btn {
	padding: 0;
	margin: auto;
	color: var(--gray-dark);
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.6px;
	text-decoration: none;
	position: relative;
	display:inline-block;
}
.product-card.hover_style_2 .product-card__form:not(.mobile) .btn:before {
	content: "";
	width: 0;
	right: 0;
	height: 1px;
	bottom: 0;
	transition: all 0.3s ease;
	background: var(--theme-color);
	opacity: 0;
	position: absolute;
}
.product-card.hover_style_2 .product-card__form:not(.mobile) .btn:hover {
	color: var(--theme-color);
}
.product-card.hover_style_2 .product-card__form:not(.mobile) .btn:hover:before {
	width: 100%;
	left: 0;
	opacity: 1;
}
.product-card.hover_style_2 .product-card__content .wpb-variants-swatch .swatch-content {
	margin-bottom: 10px;
	justify-content:center;
}
.product-card.hover_style_2 .product-card__content .wpb-variants-swatch .swatch-content.label .more-variant {
	font-size: 12px;
	border: 1px solid #dedede;
	background: var(--white);
	min-width: 13px;
	line-height: 15px;
	padding: 4px 5px;
	margin: 2px 3px;
}
.product-card.hover_style_2 .product-card__content .wpb-variants-swatch .swatch-content.label .more-variant:hover {
	color: var(--gray-dark);
	border-color: var(--gray-dark);
}
.product-card.hover_style_2 .product-card__content .wpb-variants-swatch .swatch-content.label .swatch-items label {
	font-size: 11px;
	border: 1px solid #dedede;
	background: var(--white);
	min-width: 13px;
	line-height: 15px;
	padding: 4px 5px;
	margin: 2px 3px;
}
.product-card.hover_style_2 .product-card__content .wpb-variants-swatch .swatch-content.label .swatch-items.active label, .product-card.hover_style_2 .product-card__content .wpb-variants-swatch .swatch-content.label .swatch-items:hover label {
  color: var(--gray-dark);
  border-color: var(--gray-dark);
}
.product-card.hover_style_2:hover .product-card__buttons > div {
  transform: translateY(0);
}
.product-card.hover_style_2:hover .product-card__form:not(.mobile) {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product-card.hover_style_3 .product-card__price {
  justify-content: center;
}
.product-card.hover_style_3 .product-card__buttons {
  flex-wrap: wrap;
  width: 40px;
  right: 20px;
  padding: 0;
  bottom: auto;
  top: 20px;
}
.product-card.hover_style_3 .product-card__buttons > div {
  margin: 0 0 10px;
  transform: translateY(20px);
}
.product-card.hover_style_3 .product-card__buttons > div:before {
	left: auto;
	right: calc(100% + 10px);
	bottom: calc(50% - 11.5px);
	transform: unset;
}
.product-card.hover_style_3 .product-card__buttons > div:after {
	left: auto;
	right: 100%;
	bottom: calc(50% - 5px);
	border-color: transparent transparent transparent var(--theme-color);
}
.product-card.hover_style_3 .product-card__content .wpb-variants-swatch .swatch-content {
  justify-content: revert;
}
.product-card.hover_style_3 .product-card__quickview:not(.mobile) {
	position: absolute;
	bottom: 15px;
	padding: 0 15px;
	width: 100%;
	left: 0;
	transition: all 0.3s ease;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}
.product-card.hover_style_3 .product-card__quickview:not(.mobile) > a {
	background: var(--theme-color);
	color: var(--white);
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-size: calc(var(--font-size-base) + 2px);
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease;
	border: 0;
	text-transform: capitalize;
	font-family: var(--font-family-second);
	width:100%;
	border-radius: 5px;
}
.product-card.hover_style_3 .product-card__quickview:not(.mobile) > a:before {
	position: absolute;
    content: "\e903";
    font-family: icomoon;
    width: 100%;
    left: 0;
    color: var(--white);
    top: 0;
    line-height: 50px;
    font-size: 30px;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.product-card.hover_style_3 .product-card__quickview:not(.mobile) > a:hover:before {
	opacity: 1;
	visibility: visible;
}
.product-card.hover_style_3 .product-card__quickview:not(.mobile) > a.load-quickview span{
	font-size: 0;
}
.product-card.hover_style_3 .product-card__quickview:not(.mobile) > a:hover span{
	color: transparent;
}
.product-card.hover_style_3 .product-card__quickview:not(.mobile) > a.load-quickview:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid hsla(0,0%,100%,.25);
	border-top-color: var(--white);
	width: 18px;
	height: 18px;
	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: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
	transition: all 0s ease;
	opacity: 1;
	visibility: visible;
}
.product-card.hover_style_3 .product-card__quickview:not(.mobile) > a.load-quickview:hover:before {
	border: 2px solid rgba(255,255,255, 0.5);
	border-top-color: var(--white);
}
.product-card.hover_style_3 .product-card__quickview:not(.mobile) > a:hover {
	color: var(--white);
	background: var(--theme-color);
}
.product-card.hover_style_3:hover .product-card__buttons > div {
	transform: translateY(0);
}
.product-card.hover_style_3:hover .product-card__quickview {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.product-card.hover_style_4 .product-card__content {
	margin-top: 15px;
}
.product-card.hover_style_4 .product-card__content .wpb-variants-swatch .swatch-content {
  justify-content: revert;
}
.product-card.hover_style_4 .product-card__content .wpb-variants-swatch .swatch-content .swatch-items:last-child label {
  margin-right: 0;
}
.product-card.hover_style_4 .product-card__content .product-card__name {
  flex: 1;
}
.product-card.hover_style_4 .product-card__content .content-top {
  display: flex;
  justify-content: space-between;
}
.product-card.hover_style_4 .product-card__content .product-review {
  position: relative;
  top: 3px;
}
.product-card.hover_style_4 .product-card__buttons {
  flex-wrap: wrap;
  width: 40px;
  right: 20px;
  padding: 0;
  bottom: auto;
  top: 20px;
}
.product-card.hover_style_4 .product-card__buttons > div {
  margin: 0 0 10px; 
  transform: translateY(20px);
}
.product-card.hover_style_4 .product-card__buttons > div:before {
	left: auto;
	right: calc(100% + 10px);
	bottom: calc(50% - 11.5px);
	transform: unset;
}
.product-card.hover_style_4 .product-card__buttons > div:after {
	left: auto;
	right: 100%;
	bottom: calc(50% - 5px);
	border-color: transparent transparent transparent var(--theme-color);
}
.product-card.hover_style_4 .product-card__form:not(.mobile) {
	position: absolute;
	bottom: 15px;
	padding: 0 15px;
	width: 100%;
	left: 0;
	transition: all 0.3s ease;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}
.product-card.hover_style_4 .product-card__form:not(.mobile) .btn-link {
	background: var(--theme-color);
	color: var(--white);
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	display: inline-block;
	font-size: 0;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 0;
	width:100%;
	border-radius: 5px;
}
.product-card.hover_style_4 .product-card__form:not(.mobile) .btn-link i {
	font-size: 20px;
    line-height: 50px;
}
.product-card.hover_style_4 .product-card__form:not(.mobile) .btn-link:hover {
	color: var(--white);
	background: var(--theme-color);
}
.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart {
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	font-size: calc(var(--font-size-base) + 2px);
	color: var(--white);
	text-transform: capitalize;
	background: var(--theme-color);
	font-family: var(--font-family-second);
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 0;
	width:100%;
	border-radius: 5px;
	text-align: center;
}
.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart:before {
	position: absolute;
    content: "\e902";
	transition: all .3s ease;
    font-family: icomoon;
    left: 0;
    top: 0;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    margin: 0;
	width:100%;
}
.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart:hover:before {
	opacity: 1;
	visibility: visible;
}
.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart:hover span {
	opacity: 0;
    visibility: hidden;
}
.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding span{
	font-size: 0;
}
.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid hsla(0,0%,100%,.25);
	border-top-color: var(--white);
	width: 18px;
	height: 18px;
	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: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
	transition: all 0s ease;
	opacity: 1;
	visibility: visible;
}
.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding:hover:before {
	border: 2px solid rgba(255,255,255,0.25);
	border-top-color: var(--white);
}
.product-card.hover_style_4 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding .spinner-border {
  display: none;
}
.product-card.hover_style_4:hover .product-card__buttons > div {
  transform: translateY(0);
}
.product-card.hover_style_4:hover .product-card__form {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product-card.hover_style_5 .product-card__buttons {
  flex-wrap: wrap;
  width: 40px;
  right: 20px;
  padding: 0;
  bottom: auto;
  top: 0;
}
.product-card.hover_style_5 .product-card__buttons > div {
  margin: 0 0 10px; 
  transform: translateY(20px);
}
.product-card.hover_style_5 .product-card__buttons > div:before {
	left: auto;
	right: calc(100% + 10px);
	bottom: calc(50% - 11.5px);
	transform: unset;
}

.product-card.hover_style_5 .product-review {
	margin: 0;
}
.product-card.hover_style_5 .content-title-wishlist{
	display:flex;
  justify-content: space-between;
	margin: 0 0 5px;
}
.product-card.hover_style_5 .content-title-wishlist .product-card__name{
	flex:1;
	margin: 0;
}
.product-card.hover_style_5 .content-title-wishlist .button-wishlist{
  height: 25px;
	position:relative;
}
.product-card.hover_style_5 .content-title-wishlist .button-wishlist:before{
	content: attr(data-title);
    position: absolute;
    padding: 0 10px;
    background: var(--theme-color);
	border-radius: 3px;
    color: var(--white);
	top: 7px;
    right: calc(100% + 2px);
    line-height: 23px;
    white-space: nowrap;
    font-size: 12px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.product-card.hover_style_5 .content-title-wishlist .button-wishlist:after{
	content: "";
    position: absolute;
	top: calc(50% - 5px);
    right: calc(50% + 5px);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent var(--theme-color);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
.product-card.hover_style_5 .content-title-wishlist .button-wishlist:hover:before,.product-card.hover_style_5 .content-title-wishlist .button-wishlist:hover:after {
    opacity: 1;
    visibility: visible;
}
.product-card.hover_style_5 .content-title-wishlist .button-wishlist button {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	border: 0;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	position:relative;
    background-color: #ffffff;
  margin-top: 4px;

}
.product-card.hover_style_5 .content-title-wishlist .button-wishlist button:before {

 content: "";
  background-image: url('/cdn/shop/files/Vector_1.svg?v=1738661897');
  background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px; /* adjust width and height as needed */
  height: 25px;
  display: inline-block;
}

@media (max-width: 767px) {
  .product-card.hover_style_5 .content-title-wishlist .button-wishlist button:before, .button-wishlist button.active  {
    width: 20px !important;
    height: 20px !important;
    margin-top: 0px;
  }
  
}
.product-card.hover_style_5 .content-title-wishlist .button-wishlist button span {
	display: none;
}
.product-card.hover_style_5 .content-title-wishlist .button-wishlist button.active {
 content: "";
    background-image: url('/cdn/shop/files/Vector_2.svg?v=1738662043');
    background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px; /* adjust width and height as needed */
  height: 25px;
  display: inline-block;

}
.product-card.hover_style_5 .content-title-wishlist .button-wishlist button.load-wishlist:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	border-radius: 50%;
}
.product-card.hover_style_5 .content-title-wishlist .button-wishlist button:hover {
	outline: 0;
}
.product-card.hover_style_5 .content-title-wishlist .button-wishlist button:focus {
    content: "";
    background-image: url('/cdn/shop/files/Vector_2.svg?v=1738662043');
    background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px; /* adjust width and height as needed */
  height: 25px;
  display: inline-block;
	outline: 0;
	box-shadow: none;
}
.product-card.hover_style_5 .content-title-wishlist .button-wishlist button:hover {
	color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.product-card.hover_style_6 {
  transition: all 0.3s ease;
}
.product-card.hover_style_6 .product-card__image-wrapper {
  display: block;
}
.product-card.hover_style_6 .product-card__content .product-card__price {
  justify-content: center;
}
.product-card.hover_style_6 .btn-gruop {
  position: absolute;
  top: 20px;
  right: 20px;
}
.product-card.hover_style_6 .btn-gruop > div {
  margin-bottom: 10px;
}
.product-card.hover_style_6 .btn-gruop > div:before {
	content: attr(data-title);
	position: absolute;
	padding: 0 10px;
	background: var(--theme-color);
	border-radius: 3px;
	color: var(--white);
	line-height: 23px;
	white-space: nowrap;
	font-size: 12px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	left: auto;
	right: calc(100% + 10px);
	bottom: calc(50% - 11.5px);
	transform: unset;
}
.product-card.hover_style_6 .btn-gruop > div:after {
	content: "";
	position: absolute;
	border-width: 5px;
	border-style: solid;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	left: auto;
	right: 100%;
	bottom: calc(50% - 5px);
	border-color: transparent transparent transparent var(--theme-color);
}
.product-card.hover_style_6 .btn-gruop > div:hover:after, .product-card.hover_style_6 .btn-gruop > div:hover:before {
	opacity: 1;
	visibility: visible;
}
.product-card.hover_style_6 .button-compare {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.product-card.hover_style_6 .button-compare button {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 0;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	position:relative;
	border-radius: 5px;
}
.product-card.hover_style_6 .button-compare button:before {
	content: "\e910";
	font-family: "icomoon";
	font-size: 18px;
	display: inline-block;
}
.product-card.hover_style_6 .button-compare button span {
	display: none;
}
.product-card.hover_style_6 .button-compare button.active {
	color: var(--white);
	background: var(--theme-color);
}
.product-card.hover_style_6 .button-compare button.load-compare:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: 8px;
	border-radius: 50%;
}
.product-card.hover_style_6 .button-compare button.load-compare:hover:before {
	border: 2px solid rgba(255,255,255, 0.5);
	border-top-color: var(--white);
}
.product-card.hover_style_6 .button-compare button.load-compare.active:before {
	border: 2px solid rgba(255,255,255, 0.5);
	border-top-color: var(--white);
}
.product-card.hover_style_6 .button-compare button:hover, .product-card.hover_style_6 .button-compare button:focus {
	outline: 0;
	box-shadow: none;
}
.product-card.hover_style_6 .button-compare button:hover {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.product-card.hover_style_6 .button-wishlist:not(.mobile) {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.product-card.hover_style_6 .button-wishlist:not(.mobile) button {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 0;
	font-size: 0;
	white-space: nowrap;
	border-radius: 5px;
	padding: 0;
	position:relative;
}
.product-card.hover_style_6 .button-wishlist:not(.mobile) button:before {
	content: "\e905";
	font-family: "icomoon";
	font-size: 28px;
	display: inline-block;
}
.product-card.hover_style_6 .button-wishlist:not(.mobile) button span {
	display: none;
}
.product-card.hover_style_6 .button-wishlist:not(.mobile) button.active {
	color: var(--white);
	background: var(--theme-color);
}
.product-card.hover_style_6 .button-wishlist:not(.mobile) button.load-wishlist:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
}
.product-card.hover_style_6 .button-wishlist:not(.mobile) button.load-wishlist:hover:before {
	border: 2px solid rgba(255,255,255, 0.5);
	border-top-color: var(--white);
}
.product-card.hover_style_6 .button-wishlist:not(.mobile) button:hover, .product-card.hover_style_6 .button-wishlist:not(.mobile) button:focus {
	outline: 0;
	box-shadow: none;
}
.product-card.hover_style_6 .button-wishlist:not(.mobile) button:hover {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.product-card.hover_style_6 .product-card__buttons {
	bottom: 20px;
	padding: 0 10px;
}
.product-card.hover_style_6 .product-card__buttons > div {
	flex: 1;
	margin: 0 10px;
}
.product-card.hover_style_6 .product-card__buttons > div:after {
	display: none;
}
.product-card.hover_style_6 .product-card__buttons > div .btn {
	width: 100%;
	font-size: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: var(--white);
	border: 0;
}
.product-card.hover_style_6 .product-card__buttons .product-card__form .btn--add-to-cart:before{
	content:"\e902";
	font-family:icomoon;
	font-size:28px;
}
.product-card.hover_style_6 .product-card__buttons > div .btn span {
	display: inline-block;
}
.product-card.hover_style_6 .product-card__buttons > div .btn:hover {
	-webkit-animation-name: none;
	animation-name: none;
	color: var(--white);
	background: var(--theme-color);
}
.product-card.hover_style_6 .product-card__buttons > div .btn .spinner-border {
	display: none;
}
.product-card.hover_style_6 .product-card__buttons > div .btn.is-adding {
	
}
.product-card.hover_style_6 .product-card__buttons > div .btn.is-adding:before {
	content:"";
	position: absolute;
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	display: block;
}
.product-card.hover_style_6 .product-card__buttons > div .btn.load-quickview {
	color: transparent;
}
.product-card.hover_style_6 .product-card__buttons > div .btn.load-quickview:before {
	position: absolute;
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	display: block;
}
.product-card.hover_style_6 .product-card__content .wpb-variants-swatch .swatch-content.label .more-variant {
	font-size: 11px;
	border: 1px solid #dedede;
	background: var(--white);
	min-width: 13px;
	line-height: 15px;
	padding: 4px 5px;
	margin: 2px 3px;
}
.product-card.hover_style_6 .product-card__content .wpb-variants-swatch .swatch-content.label .more-variant:hover {
	color: var(--gray-dark);
	border-color: var(--gray-dark);
}
.product-card.hover_style_6 .product-card__content .wpb-variants-swatch .swatch-content.label .swatch-items label {
	font-size: 11px;
	border: 1px solid #dedede;
	background: var(--white);
	min-width: 13px;
	line-height: 15px;
	padding: 4px 5px;
	margin: 2px 3px;
}
.product-card.hover_style_6 .product-card__content .wpb-variants-swatch .swatch-content.label .swatch-items.active label, .product-card.hover_style_6 .product-card__content .wpb-variants-swatch .swatch-content.label .swatch-items:hover label {
	color: var(--gray-dark);
	border-color: var(--gray-dark);
}
.product-card.hover_style_6:hover .product-card__buttons > div {
	transform: translateY(0);
}
.product-card.hover_style_6:hover .button-wishlist:not(.mobile), .product-card.hover_style_6:hover .button-compare {
	transform: scale(1);
}
.product-card.hover_style_6:hover .product-card__content {
	background: var(--white);
}
.product-card.hover_style_7 .product-card__image-wrapper.slider .slick-arrow {
	z-index: 10;
}
.product-card.hover_style_7 .product-card__buttons{
	background:#fff;
	padding:10px;
	bottom:0;
	transform: translateY(100%);
	transition:all 0.3s ease;
	opacity:0;
	visibility:hidden;
}
.product-card.hover_style_7 .product-card__buttons .btn{
	box-shadow:unset;
}
.product-card.hover_style_7 .product-card__buttons .button-wishlist button{
	box-shadow:unset;
}
.product-card.hover_style_7 .product-card__buttons .button-compare button{
	box-shadow:unset;
}
.product-card.hover_style_7 .product-card__buttons>div{
	transform:unset;
	opacity: 1;
    visibility: visible;
}
.product-card.hover_style_7:hover .product-card__buttons{
	transform: translateY(0);
 	opacity: 1;
    visibility: visible;
}
.product-card.hover_style_8 {
	position: relative;
}
.product-card.hover_style_8 .product-review .spr-badge{
	justify-content:center;
}
.product-card.hover_style_8 .product-card__buttons {
	flex-wrap: wrap;
	width: 20px;
	right: 10px;
	padding: 0;
	bottom: auto;
	top: 10px;
	z-index: 11;
}
.product-card.hover_style_8 .product-card__content {
	text-align:center;
}
.product-card.hover_style_8 .product-card__buttons > div {
	margin: 5px 0 0;
	transform: translateX(50px);
	height: 20px;
	line-height: 20px;
}
.product-card.hover_style_8 .product-card__buttons > div:before {
	left: auto;
	right: calc(100% + 10px);
	bottom: calc(50% - 11.5px);
	transform: unset;
}
.product-card.hover_style_8 .product-card__buttons > div:after {
	left: auto;
	right: 100%;
	bottom: calc(50% - 5px);
	border-color: transparent transparent transparent var(--theme-color);
}
.product-card.hover_style_8 .product-card__buttons > div .btn, .product-card.hover_style_8 .product-card__buttons > div button {
	color: var(--white);
	background: transparent;
	width: auto;
	line-height: 1;
	height: 30px;
}
.product-card.hover_style_8 .product-card__buttons > div .btn:before, .product-card.hover_style_8 .product-card__buttons > div button:before {
	line-height: 1;
}
.product-card.hover_style_8 .product-card__buttons > div .btn.load-wishlist:before, .product-card.hover_style_8 .product-card__buttons > div button.load-wishlist:before {
	border-color: rgba(255,255,255, 0.5);
	border-top-color: var(--white);
	top: 0;
}
.product-card.hover_style_8 .product-card__buttons > div .btn.load-compare:before, .product-card.hover_style_8 .product-card__buttons > div button.load-compare:before {
	border-color: rgba(255,255,255, 0.5);
	border-top-color: var(--white);
	top: 2px;
}
.product-card.hover_style_8 .wpb-variants-swatch {
	margin-bottom: 15px;
}
.product-card.hover_style_8 .wpb-variants-swatch .swatch-content{
	justify-content:center;
}
.product-card.hover_style_8 .wpb-variants-swatch .swatch-items label {
	border: 0;
	background: transparent;
}
.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .title {
	color: var(--white);
}
.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .swatch-items label {
	color: var(--white);
}
.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .swatch-items.active label, .product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .swatch-items:hover label {
	color: var(--gray-dark);
	background: var(--white);
	border-color: var(--white);
}
.product-card.hover_style_8 .product-card__form:not(.mobile) {
	text-align: center;
	margin-top: 10px;
}
.product-card.hover_style_8 .product-card__form:not(.mobile) .btn-link {
	color: var(--white);
	text-transform: uppercase;
	height: 40px;
	line-height: 38px;
	padding: 0 25px;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid var(--white);
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	letter-spacing: 1.5px;
	font-weight: var(--body-font-weight-medium);
}
.product-card.hover_style_8 .product-card__form:not(.mobile) .btn-link i {
	margin-right: 5px;
	font-size: 16px;
	line-height: 1;
	position: relative;
	top: 2px;
	display: none;
}
.product-card.hover_style_8 .product-card__form:not(.mobile) .btn-link:hover {
	color: var(--gray-dark);
	background: var(--white);
}
.product-card.hover_style_8 .product-card__form:not(.mobile) .btn--add-to-cart {
	padding: 0 25px;
	height: 40px;
	line-height: 38px;
	color: var(--white);
	font-size: var(--font-size-base);
	text-transform: capitalize;
	border: 1px solid var(--white);
	margin: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 5px;
}
.product-card.hover_style_8 .product-card__form:not(.mobile) .btn--add-to-cart:hover {
	color: var(--gray-dark);
	background: var(--white);
}
.product-card.hover_style_8 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding {
	color: transparent;
}
.product-card.hover_style_8 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid rgba(255,255,255, 0.25);
	border-top-color: var(--white);
	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: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.product-card.hover_style_8 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding .spinner-border {
	display: none;
}
.product-card.hover_style_8 .product-card__form:not(.mobile) .btn--add-to-cart.is-adding:hover:before {
	border: 2px solid var(--gray-dark-25);
	border-top-color: var(--gray-dark);
}
.product-card.hover_style_8:hover .product-card__image-link:before {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.product-card.hover_style_8:hover .product-card__buttons > div {
	transform: translateX(0);
}
.product-card.hover_style_8:hover .product-card__content {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.product-card.hover_style_8:hover .product-card__image-wrapper.slider .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.product-card.hover_style_9 .product-card_popup:not(.mobile){
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	padding:0;
	transition:all 0.3s ease;
	transform:translateY(100%);
	opacity:0;
	visibility:hidden;
}
.product-card.hover_style_9 .product-variants__content{
	background: rgba(255, 255, 255, 0.60);
	backdrop-filter: blur(2px);
	padding: 15px 10px;
    text-align: center;
}
.product-card.hover_style_9 .product-variants__content .swatch-content{
	overflow: auto;
    white-space: nowrap;
	display:block;
	text-align:center;
}
.product-card.hover_style_9 .product-variants__content .swatch-content >div{
	display:inline-block;
}
.product-card.hover_style_9 .product-variants__content .swatch-content::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.product-card.hover_style_9 .product-variants__content .swatch-content::-webkit-scrollbar {
  height: 3px;
  background-color: #F5F5F5;
}
.product-card.hover_style_9 .product-variants__content .swatch-content::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark-15);
}
.product-card.hover_style_9 .product-variants__content .swatch-content::-webkit-scrollbar-thumb:hover {
  background-color: var(--gray-dark);
}
.product-card.hover_style_9 .product-variants__content .swatch-content>div:last-child label{
	margin-right:0;
}
.product-card.hover_style_9 .product-variants__content .swatch-content.label .swatch-items label{
	padding: 5px 5px;
    min-width: 31px;
    font-size: 10px;
    border: 0;
    text-align: center;
	color:var(--gray-dark);
	border-radius: 0;
}
.product-card.hover_style_9 .product-variants__content .swatch-content.label .swatch-items label:hover{
	background:var(--gray-dark);
	color: var(--white);
}
.product-card.hover_style_9 .product-variants__content .swatch-content.label .swatch-items.active label{
	background:var(--gray-dark);
	color: var(--white);
}
.product-card.hover_style_9 .product-variants__content .title{
	color: var(--gray-dark);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom:8px;
}
.product-card.hover_style_9 .product-card__buttons{
	width: auto;
    flex-wrap: wrap;
    bottom: auto;
    top: 20px;
    right: 20px;
	flex-direction: column;
    align-items: end;
	padding:0;
}
.product-card.hover_style_9 .product-card__buttons .form-addtocart{
	display:flex;
	background:#fff;
	border-radius: 5px;
	box-shadow: 0 0 10px 2px #0000000a;
}
.product-card.hover_style_9 .product-card__buttons .form-addtocart:hover .wpbingo-qty{
	width:85px;
	padding:0 5px;
}
.product-card.hover_style_9 .product-card__buttons .form-addtocart input{
	border: 0;
    padding: 0;
    width: 25px;
    text-align: center;
	height:35px;
	font-size: 14px;
}
.product-card.hover_style_9 .product-card__buttons .form-addtocart .wpbingo-qty{
	display: flex;
	width: 0;
    padding: 0;
    overflow: hidden;
	transition:all 0.5s ease;
}
.product-card.hover_style_9 .product-card__buttons .form-addtocart .wpbingo-qty button{
	border:0;
	background:transparent;
	width:25px;
	height:35px;
	font-size: 13px;
}
.product-card.hover_style_9 .product-card__buttons .form-addtocart .wpbingo-qty button:hover{
	color:var(--theme-color);
}
.product-card.hover_style_9 .product-card__buttons >div{
	margin:0 0 10px;
}
.product-card.hover_style_9 .product-card__buttons >div:before{
	left: auto;
    right: calc(100% + 5px);
    transform: translateY(50%);
	bottom: 50%;
}
.product-card.hover_style_9 .product-card__buttons >div:after{
	left: auto;
    right: calc(100% - 5px);
	bottom: calc(50% - 5px);
	border-color:transparent transparent transparent var(--theme-color);
}
.product-card.hover_style_9:hover .product-card_popup:not(.mobile){
	opacity:1;
	visibility:visible;
	transform:translateY(0);
}
.product-card .content-button-mobile {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-card .content-button-mobile > div {
  margin-bottom: 5px;
}
.product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview {
  border: 0;
  color: var(--gray-dark);
  display: inline-block;
  text-align: center;
  background: var(--white);
  width: 25px;
  height: 25px;
  line-height: 26px;
  font-size: 0;
  white-space: nowrap;
  padding: 0;
  box-shadow: 0 0px 10px 5px rgba(0,0,0, 0.04);
  border-radius: 3px;
}
.product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview:before {
	font-size: 20px;
    font-family: icomoon;
    content: "\e903";
    line-height: 25px;
}
.product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview.load-quickview:before {
  position: relative;
  display: inline-block;
  content: "";
  border: 2px solid var(--gray-dark-25);
  border-top-color: var(--gray-dark);
  width: 14px;
  height: 14px;
  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: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview.load-quickview:hover:before {
  border: 2px solid rgba(255,255,255, 0.5);
  border-top-color: var(--white);
}
.product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview:hover, .product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview:focus {
  outline: 0;
  box-shadow: none;
}
.product-card .content-button-mobile .product-card__quickview.mobile .js-btn-quickview:hover {
  color: var(--white);
  background-color: var(--theme-color);
}
.product-card .content-button-mobile .button-wishlist.mobile button {
  border: 0;
  color: var(--gray-dark);
  display: inline-block;
  text-align: center;
  background: var(--white);
  width: 25px;
  height: 25px;
  line-height: 26px;
  font-size: 0;
  white-space: nowrap;
  padding: 0;
  box-shadow: 0 0px 10px 5px rgba(0,0,0, 0.04);
  border-radius: 3px;
}
.product-card .content-button-mobile .button-wishlist.mobile button:before {
  content: "\e905";
  font-family: "icomoon";
  font-size: 20px;
  display: inline-block;
}
.product-card .content-button-mobile .button-wishlist.mobile button span {
  display: none;
}
.product-card .content-button-mobile .button-wishlist.mobile button.active {
  background: var(--theme-color);
  color: var(--white);
}
.product-card .content-button-mobile .button-wishlist.mobile button.load-wishlist:before {
  position: relative;
  display: inline-block;
  content: "";
  border: 2px solid var(--gray-dark-50);
  border-top-color: var(--gray-dark);
  width: 13px;
  height: 13px;
  background: none;
  animation: 2s linear 0s normal none infinite running spin-load;
  text-indent: 0;
  top: 6px;
  border-radius: 50%;
}
.product-card .content-button-mobile .button-wishlist.mobile button.load-wishlist:hover:before {
  border: 2px solid rgba(255,255,255, 0.5);
  border-top-color: var(--white);
}
.product-card .content-button-mobile .button-wishlist.mobile button:hover, .product-card .content-button-mobile .button-wishlist.mobile button:focus {
  outline: 0;
  box-shadow: none;
}
.product-card .content-button-mobile .button-wishlist.mobile button:hover {
  color: var(--white);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.product-card__image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.product-card__image-wrapper.zoom .product-card__image img {
 background:#f5f5f5;
}
.product-card__image-wrapper.fadein .preloading-img-product:last-child {
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent;
}
.product-card__image-wrapper.fadein .preloading-img-product:first-child {
  position: relative;
 background:#f5f5f5;
}
.product-card__image-wrapper.slider {
  position: relative;
}
.product-card__image-wrapper.slider .product-card__image {
  display: block;
}
.product-card__image-wrapper.slider .product-card__image:not(.slick-initialized) .product-card__image-link:not(:first-child) {
  display: none;
}
.product-card__image-wrapper.slider .product-card__image:not(.slick-initialized) .product-card__image-link:not(:first-child) {
  display: none;
}
.product-card__image-wrapper.slider .slick-list {
  padding: 0;
}
.product-card__image-wrapper.slider .slick-arrow {
  width: 20px;
  height: 30px;
  top: calc(50% - 15px);
  background: var(--white);
  text-align: center;
  line-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  box-shadow: unset;
  display: block !important;
}
.product-card__image-wrapper.slider .slick-arrow:before {
  font-size: 13px;
}
.product-card__image-wrapper.slider .slick-arrow:hover {
  background: var(--theme-color);
  color: var(--white);
}
.product-card__image-wrapper.slider .slick-arrow.slick-prev {
  left: 0;
}
.product-card__image-wrapper.slider .slick-arrow.slick-next {
  right: 0;
}
.product-card__image-wrapper.slider:hover .slick-arrow {
  opacity: 1 !important;
  visibility: visible !important;
}
.product-card__image-link {
  display: block;
}
.product-card__image-link img:not([role=presentation]) {
  width: 100%;
}
.product-card__image {
  position: relative;
}
.product-card__image .product-card__img-hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.product-card__image video{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	width: 100%;
}
.product-card__image .preloading-img-product {
  background:#f5f5f5;
  position: relative;
}
.product-card__image .preloading-img-product.video img {
  opacity:0;
  visibility:hidden;
}
.product-card__image .preloading-img-product img {
  position: absolute;
  top: 0;
  left: 0;
}
.product-card__image .pre-loading-image {
  z-index: revert;
  opacity: 1;
  display: block;
}
.product-card__image img.lazyloaded + .pre-loading-image {
  display: none;
}
.product-card__image .product-card__img-hidden + .pre-loading-image {
  display: none;
}
.product-card__content {
  position: relative;
  margin-top: 23px;
}
.wpb-variants-swatch {
  visibility: visible;
  transition: all 0.3s ease;
  margin-top: 7px;
  z-index: 10;
  width: 100%;
}
.wpb-variants-swatch .swatch-content {
	display: flex;
	align-items: end;
	flex-wrap: wrap;
	margin-bottom: 7px;
	font-weight: var(--body-font-weight-medium);
}
.wpb-variants-swatch .swatch-content.label .title {
	font-size: 12px;
	color: var(--gray-dark);
	position: relative;
	top: 1px;
	text-transform: uppercase;
}
.wpb-variants-swatch .swatch-content.label .more-variant {
	width: auto;
	height: auto;
	min-width: 16px;
	line-height: 18px;
	margin: 2px 3px;
	padding: 1px 2px;
	font-size: 12px;
	text-align: center;
	border: 0;
	box-sizing: content-box;
	color: var(--gray-dark);
	border: 1px solid #ddd;
	border-radius: 3px;
}
.wpb-variants-swatch .swatch-content.label .more-variant:hover {
	border-color:var(--gray-dark);
}
.wpb-variants-swatch .swatch-content.label .swatch-items label {
	width: auto;
	height: auto;
	min-width: 16px;
	line-height: 18px;
	margin: 2px 6px 2px 0;
	padding: 1px 2px;
	font-size: 12px;
	text-align: center;
	border: 0;
	box-sizing: content-box;
	color: var(--text-color);
	border: 1px solid #ddd;
	border-radius: 3px;
	font-family: var(--font-family-second);
}
.wpb-variants-swatch .swatch-content.label .swatch-items label:before {
	display: none;
}
.wpb-variants-swatch .swatch-content.label .swatch-items label span {
	display: none;
}
.wpb-variants-swatch .swatch-content.label .swatch-items label:hover {
	border-color: var(--gray-dark);
	color: var(--gray-dark);
}
.wpb-variants-swatch .swatch-content.label .swatch-items.active label {
	border-color: var(--gray-dark);
	color: var(--gray-dark);
}
.wpb-variants-swatch .swatch-content.image .swatch-items label {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
}
.wpb-variants-swatch .swatch-content .more-variant-color {
	position: relative;
	margin: 2px 5px;
	height: 20px;
}
.wpb-variants-swatch .swatch-content.color .more-variant {
	margin: 2px 0;
	height: 20px;
	min-width: 20px;
	padding: 0 2px;
	border: 1px solid var(--gray-dark);
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	top: -1px;
}
.wpb-variants-swatch .swatch-content.color .more-variant:hover {
	color: var(--white);
	background: var(--theme-color);
	border-color:var(--theme-color);
}
.wpb-variants-swatch .swatch-items label {
	width: 22px;
	margin: 2px 8px 2px 4px;
	height: 22px;
	font-size: 0;
	position: relative;
	cursor: pointer;
	line-height: 20px;
	border-radius: 50%;
	border: 2px solid var(--white);
}
.rtl .wpb-variants-swatch .swatch-items label {
	margin: 2px 4px 2px 8px;
}
.wpb-variants-swatch .swatch-items label span {
  display: inline-block;
  line-height: 22px;
  color: var(--white);
  background: var(--theme-color);
  padding: 0 10px;
  font-size: calc(var(--font-size-base) - 1px);
  font-family: var(--font-family-second);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  white-space: nowrap;
  border-radius: 3px;
}
.wpb-variants-swatch .swatch-items label span:before {
	content: "";
	position: absolute;
	border-color: transparent;
	border-width: 4px;
	border-style: solid;
	left: calc(50% - 4px);
	bottom: -8px;
	border-top-color: var(--theme-color);
}
.wpb-variants-swatch .swatch-items label:before {
	content: "";
	position: absolute;
	top: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	left: -3px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.wpb-variants-swatch .swatch-items label:hover {
	border-color: var(--gray-dark);
}
.wpb-variants-swatch .swatch-items.active label {
	border-color: var(--gray-dark);
}
.wpb-variants-swatch .swatch-items label:hover span {
	opacity: 1;
	visibility: visible;
}
.wpb-variants-swatch .swatch-items label:hover:before {
	border: 0;
}
.wpb-variants-swatch .swatch-items.active label:before {
	border: 0;
}
.wpb-variants-swatch .swatch-items.disabled label {
	display: none;
}
.product-card__summary {
	display: none;
	padding: 10px 0;
	font-size: calc(var(--font-size-base) - 2px);
}
.product-card__summary h3, .product-card__summary h4, .product-card__summary h5, .product-card__summary h6 {
	margin: 0;
	padding: 10px 0;
	font-size: var(--font-size-base);
	font-weight: var(--heading-font-weight-medium);
}
.product-card__summary ul {
	margin: 0;
	padding-left: 15px;
}
.product-card__buttons {
	position: absolute;
	bottom: 15px;
	right: 0;
	z-index: 9;
	width: 100%;
	display: flex;
	padding: 0 15px;
	transition: all 0.3s ease-in-out;
	justify-content: center;
}
.product-card__buttons > div {
	position: relative;
	transition: all 0.3s ease;
	transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	margin: 0 5px;
}
.product-card__buttons > div:nth-child(2) {
	transition-delay: 0.1s;
}
.product-card__buttons > div:nth-child(3) {
	transition-delay: 0.2s;
}
.product-card__buttons > div:nth-child(4) {
	transition-delay: 0.3s;
}
.product-card__buttons > div:before {
	content: attr(data-title);
	position: absolute;
	padding: 0 10px;
	background: var(--theme-color);
	border-radius: 3px;
	font-family: var(--font-family-second);
	color: var(--white);
	bottom: calc(100% + 10px);
	line-height: 23px;
	white-space: nowrap;
	transform: translateX(-50%);
	font-size: 13px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.product-card__buttons > div:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: calc(50% - 5px);
	border-width: 5px;
	border-style: solid;
	border-color: var(--theme-color) transparent transparent transparent;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}
.product-card__buttons > div:hover:before, .product-card__buttons > div:hover:after {
	opacity: 1;
	visibility: visible;
}
.product-card__buttons .btn {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 40px;
	height: 40px;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
}
.product-card__buttons .btn span {
	display: none;
}
.product-card__buttons .btn.btn--add-to-cart:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M9.64314 18.2137V23.5708M15.0003 18.2137V23.5708M20.3574 18.2137V23.5708M26.486 12.8565H3.51457C3.20811 12.8539 2.90466 12.9171 2.62469 13.0418C2.34472 13.1664 2.09475 13.3497 1.89165 13.5792C1.68855 13.8087 1.53704 14.0791 1.44734 14.3722C1.35765 14.6652 1.33186 14.9741 1.37171 15.278L2.936 27.0637C3.004 27.5824 3.25945 28.0584 3.65418 28.4018C4.04892 28.7453 4.55566 28.9324 5.07885 28.928H24.8789C25.4021 28.9324 25.9088 28.7453 26.3035 28.4018C26.6983 28.0584 26.9537 27.5824 27.0217 27.0637L28.586 15.278C28.6254 14.9777 28.6007 14.6724 28.5135 14.3824C28.4263 14.0923 28.2786 13.8241 28.0802 13.5953C27.8818 13.3665 27.6371 13.1823 27.3623 13.055C27.0875 12.9276 26.7888 12.86 26.486 12.8565Z" stroke="white" stroke-width="1.42857" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.3145 3.29987C21.5981 3.52162 22.7742 4.15656 23.6638 5.10809C24.5534 6.05962 25.108 7.27567 25.243 8.57129L25.7145 12.857M4.28589 12.857L4.75732 8.57129C4.90115 7.28336 5.45958 6.07703 6.3485 5.134C7.23742 4.19097 8.40869 3.56232 9.68589 3.34272" stroke="white" stroke-width="1.42857" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.3578 3.74986C20.3578 4.10162 20.2886 4.44993 20.1539 4.77491C20.0193 5.09988 19.822 5.39517 19.5733 5.6439C19.3246 5.89263 19.0293 6.08993 18.7043 6.22454C18.3793 6.35915 18.031 6.42843 17.6793 6.42843H12.3221C11.6117 6.42843 10.9304 6.14623 10.4281 5.6439C9.92576 5.14157 9.64355 4.46026 9.64355 3.74986C9.64355 3.03946 9.92576 2.35815 10.4281 1.85582C10.9304 1.35349 11.6117 1.07129 12.3221 1.07129H17.6793C18.3897 1.07129 19.071 1.35349 19.5733 1.85582C20.0756 2.35815 20.3578 3.03946 20.3578 3.74986Z" stroke="white" stroke-width="1.42857" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-family: none;
}

.product-card__buttons .btn.btn-link {
	font-size: 0;
	text-decoration: none;
}
.product-card__buttons .btn.btn-link i {
	font-size: 18px;
	line-height: 35px;
}
.product-card__buttons .btn.btn--quickview:before {
	font-size: 30px;
	font-family: "icomoon";
	content: "\e903";
	line-height: 40px;
}
.product-card__buttons .btn.btn--quickview.load-quickview:before {
	position: absolute;
	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: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.product-card__buttons .btn.btn--quickview.load-quickview:hover:before {
	border: 2px solid rgba(255,255,255,0.5);
	border-top-color: var(--white);
}
.product-card__buttons .btn.is-adding:before {
	position: absolute;
	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;
	font-size: 0;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.product-card__buttons .btn.is-adding:hover:before, .product-card__buttons .btn.is-adding.active:before {
	border: 2px solid rgba(255,255,255, 0.5);
	border-top-color: var(--white);
}
.product-card__buttons .btn:hover, .product-card__buttons .btn:focus {
	outline: 0;
	box-shadow: none;
}
.product-card__buttons .btn:hover {
	color: var(--white);
	background-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.product-card__buttons .button-wishlist button {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 0;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	border-radius: 5px;
	position:relative;
}
.product-card__buttons .button-wishlist button:before {
	content: "\e905";
	font-family: "icomoon";
	font-size: 30px;
	line-height: 40px;
	display: inline-block;
}
.product-card__buttons .button-wishlist button span {
	display: none;
}
.product-card__buttons .button-wishlist button.active {
	color: var(--white);
	 background-image: url('/cdn/shop/files/Vector_2.svg?v=1738662043');
    background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px; /* adjust width and height as needed */
  height: 25px;
  display: inline-block;
}

.product-card.hover_style_5 .content-title-wishlist .button-wishlist button.active:before {
   background-image: url('/cdn/shop/files/Vector_2.svg?v=1738662043');
    background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px; /* adjust width and height as needed */
  height: 25px;
  display: inline-block;
}
.product-card__buttons .button-wishlist button.load-wishlist:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
}
.product-card__buttons .button-wishlist button.load-wishlist:hover:before, .product-card__buttons .button-wishlist button.load-wishlist.active:before {
	border: 2px solid rgba(255,255,255, 0.5);
	border-top-color: var(--white);
}
.product-card__buttons .button-wishlist button:hover {
	outline: 0;
}
.product-card__buttons .button-wishlist button:focus {
	outline: 0;
	box-shadow: none;
}
.product-card__buttons .button-wishlist button:hover {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.product-card__buttons .button-compare button {
	color: var(--gray-dark);
	display: inline-block;
	text-align: center;
	background: var(--white);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 0;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	border-radius: 5px;
	position:relative;
}
.product-card__buttons .button-compare button:before {
	content: "\e910";
	font-family: "icomoon";
	font-size: 18px;
	display: inline-block;
}
.product-card__buttons .button-compare button span {
	display: none;
}
.product-card__buttons .button-compare button.active {
	color: var(--white);
	background: var(--theme-color);
}
.product-card__buttons .button-compare button.load-compare:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid var(--gray-dark-50);
	border-top-color: var(--gray-dark);
	width: 16px;
	height: 16px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	border-radius: 50%;
}
.product-card__buttons .button-compare button.load-compare:hover:before {
	border: 2px solid rgba(255,255,255, 0.5);
	border-top-color: var(--white);
}
.product-card__buttons .button-compare button.load-compare.active:before {
	border: 2px solid rgba(255,255,255, 0.5);
	border-top-color: var(--white);
}
.product-card__buttons .button-compare button:hover {
	outline: 0;
}
.product-card__buttons .button-compare button:focus {
	outline: 0;
	box-shadow: none;
}
.product-card__buttons .button-compare button:hover {
	color: var(--white);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.product-card__vendor {
	margin: 0;
	font-size: calc(var(--font-size-base) - 2px);
}
.product-card__name {
	font-size: var(--font-size-base);
	margin: 0 0 5px;
	font-weight: var(--body-font-weight-medium);
}
.product-card__name a {
	transition: color 0.3s ease;
	color: var(--secondary-color);
  font-weight: 400;
}
.product-card__name a:hover {
	color: var(--hover-color);
	text-decoration: none;
}
.product-card__price {
	font-size: var(--font-size-base);
	color: var(--secondary-color);
	display: inline-flex;
	line-height: 100%;
	flex-wrap: wrap;
  justify-content: end;
	align-items: baseline;
}
.product-card__price .product-price {
	color: var(--secondary-color);
}
.product-card__price .product-price.product-price--regular {
	font-size: var(--font-size-base);
	color: #999;
}
.product-card__price .product-price.variant-price {
	color: var(--secondary-color);
}
.product-card__price .product-price.price-sale {
	color: #FF6A5F;
}
.product-card__price .pre_order {
	font-size: var(--font-size-base);
	color: #24b256;
	margin-left: 5px;
}
.ttip_currency {
	position: relative;
}
.ttip_currency .tt_currency_txt {
	display: inline-block !important;
	position: absolute;
	background: var(--gray-dark);
	line-height: 23px;
	color: var(--white) !important;
	padding: 0 10px;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(100% + 5px);
	font-size: calc(var(--font-size-base) - 2px) !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s ease;
}
.ttip_currency .tt_currency_txt:before {
	content: "";
	position: absolute;
	bottom: -10px;
	border-color: var(--gray-dark) transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	left: calc(50% - 5px);
}
.ttip_currency:hover .tt_currency_txt {
	opacity: 1;
	visibility: visible;
}
.tt_currency_txt {
	display: none !important;
}
.product-card__label {
   display: none !important;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
	color: var(--white);
	text-align: left;
}
.product-card__label > * {
	min-width: 60px;
	line-height: 30px;
	font-size: calc(var(--font-size-base) + 2px);
	padding: 0 7px;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	font-family: var(--font-family-second);
	border-radius: 5px;
	border: 1px dashed var(--white);
	font-weight: var(--body-font-weight-semibold);
}
.product-card__on-sale {
	text-align: center !important;
	color: var(--white);
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	background: var(--secondary-color);
}
.product-card__sold-out {
	z-index: 2;
	background: var(--gray-dark);
	color: var(--white);
	border: 1px dashed var(--white);
}
/*==================== BREADCRUMBS ==============*/
.template-article .wpbingo-breadcrumbs {
	margin-bottom: 0;
}
section.wpbingo-breadcrumbs .wpbingo-breadcrumbs__inner {
	text-align: center;
	position: relative;
}
section.wpbingo-breadcrumbs .wpbingo-breadcrumbs__inner .wpbingo-breadcrumbs__title {
	font-size: 50px;
	font-weight: var(--heading-font-weight-medium);
	text-align: center;
	color:var(--color-breadcrumb,#000);
  margin-top: 20px;
}
section.wpbingo-breadcrumbs .wpbingo-breadcrumbs__inner .breadcrumb {
	align-items: center;
	padding: 0;
	justify-content: center;
	margin: 0;
	margin-bottom: 10px;
}
section.wpbingo-breadcrumbs.left .wpbingo-breadcrumbs__inner .wpbingo-breadcrumbs__title{
	text-align:left;
}
section.wpbingo-breadcrumbs.left .wpbingo-breadcrumbs__inner .breadcrumb {
	justify-content: left;
}
section.wpbingo-breadcrumbs.right .wpbingo-breadcrumbs__inner .wpbingo-breadcrumbs__title{
	text-align:right;
}
section.wpbingo-breadcrumbs.right .wpbingo-breadcrumbs__inner .breadcrumb {
	justify-content: right;
}
section.wpbingo-breadcrumbs.wpbingo-breadcrumbs--no-image {
	padding-top: 45px;
	padding-bottom: 30px;
}
@media (max-width:767px) {
  section.wpbingo-breadcrumbs.wpbingo-breadcrumbs--no-image {
	padding-top: 20px;
	padding-bottom: 25px;
}
  .wpbingo-section--template--24411596947787__product-template {
    padding-top: 0px !important;
  }
}
section.wpbingo-breadcrumbs.wpbingo-breadcrumbs--image {
	margin:0px 0 90px;
}
section.wpbingo-breadcrumbs.wpbingo-breadcrumbs--image.about-contact .wpbingo-breadcrumbs__image {
	padding: 0;
}
section.wpbingo-breadcrumbs.wpbingo-breadcrumbs--image.about-contact .wpbingo-breadcrumbs__image .wpbingo-breadcrumbs__inner{
	padding: 80px 0 85px;
}
section.wpbingo-breadcrumbs.wpbingo-breadcrumbs--image.about-contact .wpbingo-breadcrumbs__image .wpbingo-breadcrumbs__inner .wpbingo-breadcrumbs__title{
	max-width: 1200px;
	margin: auto;
	font-size: 50px;
}
section.wpbingo-breadcrumbs.wpbingo-breadcrumbs--image .wpbingo-breadcrumbs__image {
	padding-top: 80px;
	padding-bottom: 85px;
	position: relative;
}
.wpbingo-breadcrumbs {
	margin-top: 0;
	font-size: 16px;
	font-family: var(--font-family-second);
	margin-bottom: 50px;
}
.wpbingo-breadcrumbs .breadcrumb {
	background: transparent;
	padding: 20px 0;
	border-radius: 0;
	margin: 0;
	align-items: center;
}
.wpbingo-breadcrumbs a {
	color:var(--color-breadcrumb,#000);
	font-size: 16px;
	font-weight: var(--body-font-weight-default);
	position: relative;
	display: inline-block;
}
.wpbingo-breadcrumbs a:hover {
	color: var(--theme-color);
}
.wpbingo-breadcrumbs a:hover:before {
	background: var(--theme-color);
}
.wpbingo-breadcrumbs .breadcrumb__link {
	display: inline-block;
}
.wpbingo-breadcrumbs .breadcrumb__item {
	line-height: 22px;
}
.wpbingo-breadcrumbs .breadcrumb__item:before {
	content: "/";
	display: inline-block;
	font-size: 15px;
	margin: 0 5px 0 8px;
	position: relative;
	top: 1px;
	color:var(--color-breadcrumb,#D4D4D4);
}
.wpbingo-breadcrumbs .breadcrumb__item:first-child:before {
	display: none;
}
.wpbingo-breadcrumbs .breadcrumb__text {
	color:var(--color-breadcrumb,#000);
}
@media (max-width:767px){
	section.wpbingo-breadcrumbs .wpbingo-breadcrumbs__inner .wpbingo-breadcrumbs__title {
		text-align: center !important;
	}
}

/*======================== OVERRIDE Magnific Popup ==============*/
body.mfp-zoom-out-cur {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
.mfp-bg {
  background-color: var(--white);
  opacity: 1;
}
.mfp-figure::after {
  display: none;
}
.mfp-counter {
  left: 0;
  color: var(--gray-dark);
  text-align: center;
}
button.mfp-arrow, button.mfp-close {
  opacity: 1;
  color: var(--gray-dark);
}
button.mfp-arrow:hover, button.mfp-close:hover {
  color: var(--theme-color);
}
button.mfp-arrow:focus, button.mfp-close:focus {
  outline: 0;
}
.mfp-close {
  font-size: 44px;
}
.mfp-arrow-right::before {
  opacity: 1;
  border-left-color: var(--gray-dark);
  transition: all 0.3s ease;
}
.mfp-arrow-right:hover::before {
  border-left-color: var(--theme-color);
}
.mfp-arrow-left::before {
  opacity: 1;
  border-right-color: var(--gray-dark);
  transition: all 0.3s ease;
}
.mfp-arrow-left:hover::before {
  border-right-color: var(--theme-color);
}

/*========================== TOAST ==================*/
.ajaxcart-toast {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 99;
  color: var(--white);
  background-color: #ff3547;
  border: none;
  border-radius: 0;
}
.ajaxcart-toast .toast-body {
  padding: 15px 30px;
  padding-right: 50px;
}

.ajaxcart-toast__close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 14px;
  height: 14px;
  color: var(--white);
  line-height: 14px;
  text-align: center;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.ajaxcart-toast__close:hover, .ajaxcart-toast__close:focus {
  color: var(--white);
  outline: 0;
  opacity: 1;
}

/*======================== ORDER DISCOUNT =======================*/
.product-discount {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-discount__item {
  padding: 2px 0;
  font-size: calc(var(--font-size-base) - 2px);
  font-weight: var(--body-font-weight-default);
  text-transform: uppercase;
}
.product-discount__item .fa {
  margin-right: 5px;
}
.order-discount {
  color: var(--gray-dark);
  font-size: calc(var(--font-size-base) - 2px);
  text-transform: uppercase;
}
.order-discount .fa {
  margin-right: 5px;
}

/*============================ PAGINATION =======================*/
.pagination {
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  padding: 0;
  display: inline-flex;
  border-bottom: 1px solid #e7e7e7;
}
.pagination .pagination__navigation i {
  font-size: 22px;
  line-height: 1;
  position: relative;
  top: 2px;
}
.pagination > span > a, .pagination > span > span {
  display: block;
  margin: 0 2px;
  width: 60px;
  height: 50px;
  color: var(--gray-dark);
  background: transparent;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  position: relative;
  font-size: calc(var(--font-size-base) + 1px);
}
.pagination > span > a:hover, .pagination > span > span:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.pagination > span.current {
  display: block;
  margin: 0 2px;
  width: 60px;
  height: 50px;
  color: var(--theme-color);
  border: 0;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 2px solid var(--theme-color);
}
.pagination > span.current:last-child {
	margin-right: 0;
}
.pagination > span.current:first-child {
	margin-left: 0;
}

/*============================== AJAXCAR ============================*/
.cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0 15px;
}
.cart-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.cart-modal__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  background-color: var(--white);
  overflow: auto;
  height: auto;
  max-height: 80vh;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-100px);
}
.cart-modal__inner.show {
  border-radius: 20px;
  opacity: 1;
  transform: translateY(0);
}
.cart-modal__inner .cart-modal-recommendations {
  padding: 30px 0 0;
  width: 100%;
  flex: 0 0 100%;
  text-align: center;
  border-top: 1px solid var(--border-color);
}
.cart-modal__inner .cart-modal-recommendations .product-card__buttons, .cart-modal__inner .cart-modal-recommendations .product-card__form, .cart-modal__inner .cart-modal-recommendations .swatch-content {
  display: none;
}
.cart-modal__inner .cart-modal-recommendations .wpbingo-title {
  margin-bottom: 15px;
}
.cart-modal__inner .cart-modal-recommendations .wpbingo-title__heading {
  font-size: calc(var(--font-size-heading) - 5px);
  color: var(--gray-dark);
  margin: 0;
  display: inline-block;
  position: relative;
}
.cart-modal__inner .cart-modal-recommendations .product-recommendations {
  margin-top: 0;
  margin: 0 -15px;
}
.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner {
  position: relative;
}
.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner .slick-arrow {
  width: 30px;
  height: 30px;
  background: var(--gray-dark);
  color: var(--white);
  padding: 0;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
}
.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner .slick-arrow:before {
  font-size: 15px;
}
.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner .slick-arrow.slick-prev {
  left: -15px;
}
.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner .slick-arrow.slick-next {
  right: -15px;
}
.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner .slick-arrow:hover {
  background: var(--theme-color);
}
.cart-modal__inner .cart-modal-recommendations .product-recommendations__inner:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.cart-modal__inner .cart-modal-recommendations .slick-list {
  margin: 0 -7.5px;
}
.cart-modal__inner .cart-modal-recommendations .slick-list .slick-slide {
  padding: 0 7.5px;
}
.cart-modal__inner .cart-modal__header {
  width: 100%;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.cart-modal__inner .cart-modal__header .cart-modal-totalcount {
  color: var(--text-color);
}
.cart-modal__inner .cart-modal__header .cart-modal-totalcount span {
  color: var(--gray-dark);
}
.cart-modal__close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 8px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	border:1px solid var(--border-color);
	border-radius: 50px;
}
.cart-modal__close:before, .cart-modal__close: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;
}
.cart-modal__close:before {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart-modal__close:after {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart-modal__close:hover:before, .cart-modal__close:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#form-modal-addtocart {
  width: 100%;
}
.cart-modal__middle {
  display: flex;
  padding: 30px 0;
  align-items: center;
  margin: 0 -30px;
  flex-wrap: wrap;
  position: relative;
}
.cart-modal__middle:before {
  content: "";
  height: calc(100% - 60px);
  width: 1px;
  background: var(--border-color);
  left: 50%;
  top: 30px;
  position: absolute;
}
.cart-modal__middle > div {
  padding: 0 30px;
}
.cart-modal__middle .variant {
  font-size: calc(var(--font-size-base) - 3px);
}
.cart-modal__middle .variant > span:not(:first-child):before {
  content: "|";
  margin: 0 5px;
  display: inline-block;
}
.cart-modal__middle.load_modal {
  opacity: 0.4;
}
.cart-modal__product {
	width: 50%;
	flex: 0 0 50%;
	display: flex;
}
.cart-modal__product img {
	max-width: 80px;
}
.cart-modal__product .info-product {
	padding-left: 20px;
}
.cart-modal__product .modalcart__line_price {
	color: var(--gray-dark);
	font-size: var(--font-size-base);
	display: flex;
}
.cart-modal__product .modalcart__line_price .price_discount {
	font-size: calc(var(--font-size-base) - 4px);
	text-decoration: line-through;
	color: var(--text-color);
	margin-right: 5px;
}
.cart-modal__product .modalcart__quantity {
	position: relative;
	max-width: 105px;
	height: 35px;
	line-height: 35px;
	display: flex;
	margin: 7px 0;
	border:1px solid var(--border-color);
	border-radius: 5px;
}
.cart-modal__product .modalcart__quantity input {
	max-width: 35px;
	flex: 1;
	border: 0;
	text-align: center;
	color: var(--gray-dark);
	padding: 0;
	background: transparent;
}
.cart-modal__product .modalcart__quantity input[disabled]{
	opacity:0.5;
}
.cart-modal__product .modalcart__quantity button {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	padding: 0;
	width: 35px;
}
.cart-modal__product .modalcart__quantity button[disabled]{
	opacity:0.5;
}
.is-loading .cart-modal__product .modalcart__quantity {
	opacity: 0.5;
}
.cart-modal__content {
	width: 50%;
}
.cart-modal__content .cart-modal-totalprice {
	color: var(--gray-dark);
}
.cart-modal__content .cart-modal-totalprice span{
	font-weight: var(--body-font-weight-medium);
}
.cart-modal__content .shipping-bar-cart {
	margin-top: 20px;
	margin-bottom: 15px;
	padding:20px;
  border-radius: 10px;
}
.cart-modal__content .ajaxcart_terms_conditions {
	padding: 0;
	margin: 10px 0;
	font-size: calc(var(--font-size-base) - 1px);
}
.cart-modal__content .ajaxcart_terms_conditions label:before {
	width: 14px;
	height: 14px;
	top: 1px;
}
.cart-modal__content .ajaxcart-currency {
	padding: 0;
	margin-top: 15px;
}
.cart-modal__name {
	margin: 0;
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-default);
	font-family: var(--font-family-second);
	line-height: var(--font-size-base);
	font-size: var(--font-size-base);
	margin-bottom:5px;
}
.cart-modal__messenger {
	margin: 0 0 5px;
	color: var(--gray-dark);
	font-size: calc(var(--font-size-base) + 2px);
	text-transform: uppercase;
	font-family: var(--font-family-second);
	font-weight: var(--heading-font-weight-medium);
}
.cart-modal__messenger:before {
	display: inline-block;
	content: "\e92c";
	font-family: feather;
	color: #31a166;
	margin-right: 5px;
}
.cart-modal__funcs {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.cart-modal__funcs > * {
	margin: 10px 12px 0 0;
	flex: 1;
}
.cart-modal__funcs > *:last-child {
	margin: 10px 0 0;
}
.cart-modal__btn {
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: var(--white) !important;
	background-color: #327CD2;
	border: 1px solid #327CD2;
	font-family: Manrope;
    font-weight: 500;
	line-height: 20px;
	text-align: center;
    text-transform: none !important;
	position: relative;
	transition: all 0.3s ease;
	z-index: 1;
	border-radius: 20px;
	font-size: 18px;
}

.cart-modal__btn:not([disabled]):hover, .cart-modal__btn:not([disabled]):focus {
	outline: 0;
	border-color: #19579F;
	background: #19579F;
}
.ajaxcart__footer-buttons {
	padding: 0 22.5px;
	display:flex;
	flex-wrap:wrap;
}
.ajaxcart__footer-buttons >div{
	flex:0 0 calc(50% - 15px);
	max-width:calc(50% - 15px);
	margin:0 7.5px;
}
.cart-modal__btn--viewcart {
	color: #327CD2 !important;
	background-color: #ffffff;
	border-color: #327CD2;
}
.cart-modal__btn--viewcart:hover, .cart-modal__btn--viewcart:focus {
	color: var(--white) !important;
	background-color: #327CD2 !important;
	border-color: #327CD2 !important;
}
.cookie-message {
	display: none;
}
.cart--no-cookies .cookie-message {
	display: block;
}
.header-cart__content {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;
	display: block;
	min-width: 380px;
	padding: 20px;
	background-color: var(--body-bg-color);
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	width: 100%;
}
.header-cart__content .ajaxcart__footer-price {
	padding: 0 0 15px;
	border-top: 0;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 0;
}
.header-cart__content .ajaxcart__policies {
	padding: 0;
	margin: 15px 0 10px;
}
.header-cart__content .gift-wrap {
	margin-bottom: 5px !important;
	font-size: calc(var(--font-size-base) - 1px);
}
.header-cart__content .ajaxcart__footer {
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}
.header-cart__content .ajaxcart__footer-buttons {
	padding: 0;
	margin:0 -7.5px;
}
.header-cart__content .ajaxcart-currency {
	padding: 0;
}
.header-cart__content .ajaxcart_terms_conditions {
	padding: 0;
}
.header-cart__content .gift-wrap-title {
	display: flex;
	cursor: pointer;
}
.header-cart__content .gift-wrap-title .icon-gift {
	position: relative;
	top: 1px;
	margin-right: 5px;
	font-size: 15px;
}
.header-cart__content .gift-wrap-title:hover .icon-gift {
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.header-cart__content .shipping-bar-cart {
	padding: 20px;
}
.ajaxcart-container {
	color: var(--text-color);
}
.ajaxcart__inner {
	max-height: 320px;
	overflow-x: hidden;
	overflow-y: auto;
}
.ajaxcart__inner::-webkit-scrollbar-track {
	background-color: #ececec;
}
.ajaxcart__inner::-webkit-scrollbar {
	width: 2px;
	background-color: #ececec;
}
.ajaxcart__inner::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark);
}
.ajaxcart__product {
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.ajaxcart__product:last-child {
	margin: 0;
	border: 0;
}
.ajaxcart__product.is-loading {
	opacity: 0.5;
}
.ajaxcart__line-item {
	display: flex;
	flex-flow: row wrap;
}
.ajaxcart__line-item--left {
	width: 100px;
}
.ajaxcart__line-item--right {
	width: calc(100% - 100px);
	padding-left: 15px;
}
.ajaxcart__line-item--right .ajaxcart__product-description {
	position: relative;
}
.ajaxcart__product-image-wrapper {
	position: relative;
}
.ajaxcart__product-image {
	display: block;
	padding: 0;
	overflow: hidden;
}
.ajaxcart__product-image img {
	display: block;
	max-width: 100%;
	width: 100%;
	border-radius: 5px;
}
.ajaxcart__quantity {
	position: absolute;
	top: -7px;
	right: -7px;
	display: block;
	min-width: 25px;
	height: 20px;
	padding: 0 3px;
	color: var(--white);
	background-color: rgba(114, 114, 114, 0.9);
	border-radius: 20px;
	border: 2px solid var(--body-bg-color);
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.ajaxcart__product-name {
	margin: 0;
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-default);
	transition: color 0.3s ease;
	display: inline-block;
	font-size: calc(var(--font-size-base) + 2px);
}
.ajaxcart__product-name:hover, .ajaxcart__product-name:focus {
	color: var(--theme-color);
	text-decoration: none;
}
.ajaxcart__product-meta {
	display: inline-block;
	color: var(--text-color);
	font-size: calc(var(--font-size-base) - 3px);
}
.ajaxcart__product-meta span:not(:first-child):before {
	content: "|";
	display: inline-block;
	margin: 0 5px;
}
.ajaxcart__price {
	display: block;
	color: var(--gray-dark);
	font-size: var(--font-size-base);
}
.ajaxcart__price--regular {
	font-size: calc(var(--font-size-base) - 1px);
	font-weight: var(--heading-font-weight-default);
	color: var(--text-color);
	margin-right: 5px;
}
.ajaxcart__footer-price {
	display: flex;
	justify-content: space-between;
	padding: 0 30px 5px;
	align-items: center;
}
.ajaxcart__footer-price .ajaxcart__subtotal-name {
	color: var(--gray-dark);
}
.ajaxcart__subtotal {
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
}
.ajaxcart__policies {
	margin: 0;
	padding: 0 30px 10px;
	font-size: var(--font-size-base);
}
.ajaxcart-currency {
	padding: 0 30px;
	font-size: var(--font-size-base);
}
.ajaxcart-currency .content {
	padding: 15px 0 10px;
	border-top: 1px dashed var(--gray-dark-15);
	border-bottom: 1px dashed var(--gray-dark-15);
	margin-bottom: 15px;
}
.ajaxcart-currency .content p {
	margin: 0;
}
.ajaxcart-currency span {
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
}
.ajaxcart-currency .marquee {
	white-space: nowrap;
	margin-bottom: 5px;
	display: flex;
	overflow: hidden;
}
.ajaxcart-currency .marquee p {
	transform: translateX(80px);
	animation: marquee 15s linear infinite;
}
.ajaxcart_terms_conditions {
	padding: 0 30px;
	position: relative;
	overflow: hidden;
}
.ajaxcart_terms_conditions label:before {
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid var(--gray-dark-25);
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 5px;
	box-shadow: inset 0 0 0 10px #fff;
	transition: all 0.3s ease;
}
.ajaxcart_terms_conditions label a {
	z-index: 2;
	position: relative;
}
.ajaxcart_terms_conditions label a:before {
	content: "";
	position: absolute;
	bottom: 1px;
	right: 0;
	width: 100%;
	height: 1px;
	background: var(--gray-dark);
	transition: all 0.3s ease;
}
.ajaxcart_terms_conditions label a:hover:before {
	left: 0;
	width: 0;
}
.ajaxcart_terms_conditions input {
	position: absolute;
	width: 100%;
	opacity: 0;
	z-index: 2;
	height: 100%;
	cursor: pointer;
}
.ajaxcart_terms_conditions input:checked + label:before {
	background: var(--gray-dark);
	border-color: var(--gray-dark);
	box-shadow: inset 0 0 0 3px #fff;
}
.content_terms_conditions {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 999;
	display: none;
}
.content_terms_conditions.active {
	display: flex;
}
.content_terms_conditions.show .content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.content_terms_conditions .close-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0, 0.5);
}
.content_terms_conditions .content {
	max-width: 800px;
	width: 100%;
	overflow: auto;
	background: var(--white);
	padding: 30px;
	z-index: 3;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100px);
	transition: all 0.3s ease;
	max-height: 100%;
}
.content_terms_conditions .content::-webkit-scrollbar-track {
	background-color: #ececec;
}
.content_terms_conditions .content::-webkit-scrollbar {
	width: 2px;
	background-color: #ececec;
}
.content_terms_conditions .content::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark);
}
.content_terms_conditions .close-conditions {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	border:1px solid var(--border-color);
}
.content_terms_conditions .close-conditions:before, .content_terms_conditions .close-conditions: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;
}
.content_terms_conditions .close-conditions:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.content_terms_conditions .close-conditions:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.content_terms_conditions .close-conditions:hover:before, .content_terms_conditions .close-conditions:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.content_terms_conditions .title {
	margin-bottom: 30px;
}
.content_terms_conditions h2 {
	font-size: calc(var(--font-size-heading) - 5px);
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	margin: 0;
}
.ajaxcart__footer-discount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0 5px;
	border-top: 1px solid var(--border-color);
}
.ajaxcart__footer-discount .ajaxcart__price {
	padding-left: 20px;
}
.ajaxcart__note {
	margin: 15px 0 0;
}
.ajaxcart__note-label {
	color: var(--gray-dark);
	font-size: var(--font-size-base);
	font-weight: var(--body-font-weight-medium);
}
.ajaxcart__note-input {
	border-radius: 0;
}
.ajaxcart__note-input:focus {
	border-color: var(--theme-color);
	outline: 0;
	box-shadow: none;
}
.quantity-remove{
	display:flex;
	align-items:center;
	margin-top: 5px;
}
.ajaxcart__qty {
	position: relative;
	max-width: 90px;
	height: 30px;
	line-height: 30px;
	display: flex;
	border: 1px solid var(--border-color);
	font-size: calc(var(--font-size-base) - 2px);
	border-radius: 5px;
}
.ajaxcart__qty input {
	width: 30px;
	flex: 1;
	border: 0;
	text-align: center;
	color: var(--gray-dark);
	padding: 0;
}
.ajaxcart__qty input[disabled] {
	opacity: 0.5;
}
.ajaxcart__qty button {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	padding: 0;
	width:28px;
	text-align:center;
}
.ajaxcart__qty button[disabled] {
	opacity: 0.5;
}
.is-loading .ajaxcart__qty {
	opacity: 0.5;
}
.ajaxcart__remove {
	color: var(--gray-dark);
	font-size: calc(var(--font-size-base) - 2px);
	transition: color 0.3s ease;
	margin-left:10px;
}
.ajaxcart__remove:hover, .ajaxcart__remove:focus {
	color: red;
}
.cart-empty-message {
  margin: 0;
  padding: 0 5px;
  text-align: center;
}
.drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 999;
	display: block;
	width: calc(100% - 30px);
	max-width:520px;
	background-color: var(--white);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translate(100%, 0);
	transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
	right: 0;
}
.drawer__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}
.drawer--open {
	overflow: hidden;
}
.drawer--open .drawer {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}
.drawer--open .drawer__overlay {
	opacity: 1;
	visibility: visible;
}
.drawer__header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 30px;
	text-align:right;
}
.drawer__close-button {
	display: flex;
	border: none;
	background-color: transparent;
	position: relative;
	border:1px solid var(--border-color);
	width:30px;
	height:30px;
	margin-left:auto;
	border-radius: 50px;
}
.drawer__close-button:before, .drawer__close-button:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 16px;
	top: 50%;
	right: calc(50% - 9px);
	margin-top: -1px;
	background-color: var(--gray-dark);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.drawer__close-button:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.drawer__close-button:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.drawer__close-button:hover:before, .drawer__close-button:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.ajaxcart .gift-wrap .gift-wrap-title:hover {
	color: var(--theme-color);
}
.ajaxcart .gift-wrap .gift-wrap-title:hover .icon-gift i {
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.ajaxcart .gift-wrap label {
	margin: 0 0 0 5px;
	color: var(--theme-color);
	font-weight: var(--body-font-weight-medium);
	display: flex;
}
.ajaxcart .gift-wrap label span {
	color: var(--theme-color) !important;
	font-size: var(--font-size-base) !important;
	margin: 0 0 0 3px !important;
}
.ajaxcart .gift-wrap label span.tt_currency_txt {
	color: var(--white) !important;
	font-size: calc(var(--font-size-base) - 2px) !important;
}
.drawer__inner {
	position: absolute;
	top: 70px;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}
.drawer__inner #shipping-calculator {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 30px;
	height: auto;
	bottom: 0;
	background: var(--white);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: all 0.3s ease;
	z-index: 3;
}
.drawer__inner #shipping-calculator::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
.drawer__inner #shipping-calculator::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
.drawer__inner #shipping-calculator::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark-15);
}
.drawer__inner #shipping-calculator.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.drawer__inner #shipping-calculator .close-ajaxcart__info {
	height: 40px;
	line-height: 36px;
	text-transform: capitalize;
	font-size: calc(var(--font-size-base) + 2px);
	border: 1px solid #e5e5e5;
	color: var(--gray-dark);
	padding: 0 20px;
	text-align: center;
	font-weight: var(--body-font-weight-default);
	font-family: var(--font-family-second);
	cursor: pointer;
	border-radius: 5px;
}
.drawer__inner #shipping-calculator .close-ajaxcart__info:hover {
	background: var(--theme-color);
	color: var(--white);
	border-color: var(--theme-color);
}
.drawer__inner #shipping-calculator h3 {
	font-size: var(--font-size-base);
	font-weight: var(--body-font-weight-medium);
	font-family: var(--font-family-base);
}
.drawer__inner #shipping-calculator label {
	color: var(--gray-dark);
	flex: 0 0 100%;
}
.drawer__inner #shipping-calculator .field {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.drawer__inner #shipping-calculator select, .drawer__inner #shipping-calculator input {
	height: 35px;
	line-height: 35px;
	border: 1px solid var(--border-color);
	padding: 0 15px;
	flex: 0 0 100%;
	width: 100%;
	border-radius: 0;
	color: var(--gray-dark);
}
.drawer__inner #shipping-calculator .get-rates {
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	font-size: var(--font-size-base);
	border: 0;
	color: var(--white);
	padding: 0 20px;
	text-align: center;
	font-weight: var(--body-font-weight-default);
	font-family: var(--font-family-second);
	cursor: pointer;
	background: var(--theme-color);
	margin-top: 20px;
	border-radius: 5px;
}
.drawer__inner #shipping-calculator .get-rates:hover {
	background: var(--theme-color);
	color: var(--white);
}
.drawer__inner #shipping-calculator .shipping_calculate_mess, .drawer__inner #shipping-calculator .shipping_calculate_rate {
	color: var(--gray-dark);
}
.drawer__inner .ajaxcart__footer {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 20px 0;
	background-color: var(--white);
	box-shadow: 0 5px 15px 5px var(--gray-dark-15);
}
.drawer__inner .ajaxcart__footer .ajaxcart__info {
	padding: 0 30px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header > div {
	margin: 0 5px;
	text-align: center;
	cursor: pointer;
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header > div:last-child {
	margin: 0;
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header > div i {
	font-size: 22px;
	color: #9b9b9b;
	position: relative;
	display: block;
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header > div span {
	white-space: nowrap;
	font-size: calc(var(--font-size-base) - 2px);
	font-weight: var(--body-font-weight-medium);
	color: var(--gray-dark);
	margin-top: 5px;
	display: block;
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header > div:hover i {
	color: var(--theme-color);
	-webkit-animation-name: beat;
	animation-name: beat;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_header > div:hover span {
	color: var(--theme-color);
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content > div {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 30px;
	height: 100%;
	background: var(--white);
	transform: translateY(100%);
	transition: all 0.3s ease;
	z-index: 3;
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content > div .ajaxcart__note-input {
	height: calc(100% - 140px);
	margin-bottom: 15px;
	border-radius: 5px;
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content > div.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .close-ajaxcart__info {
	height: 40px;
	line-height: 36px;
	text-transform: capitalize;
	font-size: calc(var(--font-size-base) + 2px);
	font-family: var(--font-family-second);
	border: 1px solid #e5e5e5;
	color: var(--gray-dark);
	padding: 0 20px;
	text-align: center;
	font-weight: var(--body-font-weight-default);
	cursor: pointer;
	border-radius:5px;
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .close-ajaxcart__info:hover {
	background: var(--theme-color);
	color: var(--white);
	border-color: var(--theme-color);
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .button-action{
	display:flex;
	flex-wrap:wrap;
	margin:0 -7.5px;
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .button-action >div{
	margin-left:7.5px;
	margin-right:7.5px;
	flex:0 0 calc(50% - 15px);
	max-width:calc(50% - 15px);
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .save {
	height: 40px;
	line-height: 40px;
	background: var(--theme-color);
	padding: 0 20px;
	text-transform: capitalize;
	font-size: calc(var(--font-size-base) + 2px);
	font-family: var(--font-family-second);
	color: var(--white);
	text-align: center;
	font-weight: var(--body-font-weight-default);
	margin-bottom: 10px;
	cursor: pointer;
	border-radius:5px;
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .save:hover {
	background: var(--theme-color);
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .discount_code label {
	color: var(--gray-dark);
	margin-bottom: 10px;
	font-weight: var(--body-font-weight-medium);
}
.drawer__inner .ajaxcart__footer .ajaxcart__info .ajaxcart__info_content .discount_code .discount_code_input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	padding: 0 20px;
	border: 1px solid #ddd;
}
.drawer__inner .cart-empty-message {
	margin: 30px 0 0;
	padding: 15px 0;
	font-size: var(--font-size-heading);
	color:var(--gray-dark);
}
.drawer__inner .ajaxcart__inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 20px;
	max-height: none;
	padding: 0 10px 0 30px;
}
.ajaxcart__product-price-wrapper {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 4px;
}
.ajaxcart__product-price-wrapper .pre_order {
	color: #24b256;
	margin-left: 5px;
}
.ajaxcart__product-price-wrapper .pre_order.hide {
	display: none;
}
.ajaxcart__product-name-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.ajaxcart__product-name-wrapper .variant-content{
	display: flex;
    flex-wrap: wrap;
}
.cart-product-info__name {
	display: inline-block;
	color: var(--gray-dark);
	line-height: var(--font-size-base);
	font-size: calc(var(--font-size-base) - 4px);
	transition: all 0.3s ease;
	font-weight: var(--body-font-weight-medium);
	text-transform:uppercase;
}
.cart-product-info__name:hover {
	color: var(--theme-color);
	text-decoration: none;
}
.cart-product-info__price {
	margin: 3px 0 0;
	color: var(--gray-dark);
	font-size: var(--font-size-base);
	display: flex;
}
.cart-product-info__price .pre_order {
	color: #24b256;
	margin-left: 5px;
}
.variant-content {
	margin:3px 0;
}
.cart-product-edit_variant {
	cursor: pointer;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	font-size: calc(var(--font-size-base) - 4px);
	color:var(--gray-dark);
}
.cart-product-edit_variant:before {
	content: attr(data-title);
	position: absolute;
	padding: 0 10px;
	background: var(--gray-dark);
	color: var(--white);
	bottom: calc(100% + 10px);
	line-height: 23px;
	white-space: nowrap;
	left: -10px;
	font-size: 12px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.cart-product-edit_variant:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	border-width: 5px;
	border-style: solid;
	border-color: var(--gray-dark) transparent transparent transparent;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}
.cart-product-edit_variant:hover:before, .cart-product-edit_variant:hover:after {
	opacity: 1;
	visibility: visible;
}
.cart-product-edit_variant:hover {
	color: var(--theme-color);
}
.cart__price {
	color: var(--gray-dark);
	font-size: var(--font-size-base);
}
.cart__price--regular {
	margin-right: 5px;
	font-size: calc(var(--font-size-base) - 1px);
	color: var(--text-color);
}
.drawer__quantity {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.cart__unit-price {
	display: block;
}
.shipping-bar-cart {
	padding: 20px 40px 40px;
	background: #ffffff;
    border: 1px solid var(--border-color);
	margin-bottom:30px;
}
.shipping-bar-cart .title-freeship{
	font-size:calc(var(--font-size-base) - 4px);
	text-transform: none;
	color:var(--gray-dark);
	font-weight:var(--body-font-weight-medium);
	margin-bottom:5px;
}
.shipping-bar-cart .title-freeship i{
	font-size:18px;
	position: relative;
    top: 2px;
}
.shipping-bar-cart .title-spend, .shipping-bar-cart .title-shipping {
	margin-bottom: 15px;
	color:var(--gray-dark);
}
.shipping-bar-cart .title-spend.hide, .shipping-bar-cart .title-shipping.hide {
	display: none;
}
.shipping-bar-cart .shipping-progress_bar {
	height: 5px;
	width: 100%;
	position: relative;
	background: #E2E2E2;
}
.shipping-bar-cart .shipping-progress_bar .shipping-progress {
	position: absolute;
	height: 100%;
	background: #2973C9;
	transition: all 0.3s ease;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	-webkit-animation: progress-bar-stripes 1.5s linear infinite;
	-o-animation: progress-bar-stripes 1.5s linear infinite;
	animation: progress-bar-stripes 1.5s linear infinite;
}
.shipping-bar-cart.full .title-shipping {
	color: var(--gray-dark);
}
.shipping-bar-cart.full .shipping-progress_bar {
	border-color: #14c100;
}
.shipping-bar-cart.full .shipping-progress_bar .shipping-progress {
	background: #14c100;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	-webkit-animation: progress-bar-stripes 1.5s linear infinite;
	-o-animation: progress-bar-stripes 1.5s linear infinite;
	animation: progress-bar-stripes 1.5s linear infinite;
}

#fire_work {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  pointer-events: none;
}
#fire_work.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.gift_card-container {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 999;
  padding: 15px;
  overflow: auto;
}
.gift_card-container.show {
  display: flex;
}
.gift_card-container .gift_card__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0, 0.5);
}
.gift_card-container .gift_card__content {
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 100;
  width: 100%;
  background: var(--white);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-100px);
}
.gift_card-container .gift_card__content.show {
  opacity: 1;
  transform: translateY(0);
}
.gift_card-container .img-giftcard {
  width: 45%;
  flex: 0 0 45%;
  padding: 0 15px;
}
.gift_card-container .bwp-single-info {
  width: 55%;
  flex: 0 0 55%;
  padding: 0 15px;
}
.gift_card-container .product-giftcard {
  padding: 30px 0 50px;
}
.gift_card-container .product-giftcard > .row {
  align-items: center;
}
.gift_card-container .product-giftcard__variants .variants__label {
  color: var(--gray-dark);
  font-size: calc(var(--font-size-base) - 4px);
  text-transform: uppercase;
  font-weight: var(--body-font-weight-medium);
}
.gift_card-container .product-giftcard__variants .variants__options {
  display: flex;
  flex-wrap: wrap;
}
.gift_card-container .product-giftcard__variants .single-option-selector input {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}
.gift_card-container .product-giftcard__variants .single-option-selector label {
  cursor: pointer;
  position: relative;
  width: auto;
  height: auto;
  line-height: 15px;
  padding: 5px 10px;
  min-width: 20px;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 0;
  box-sizing: content-box;
  overflow: hidden;
  margin: 0 10px 0 0;
  font-size: 13px;
}
.gift_card-container .product-giftcard__variants .single-option-selector label.disabled {
  opacity: 0.75;
  cursor: not-allowed;
}
.gift_card-container .product-giftcard__variants .single-option-selector label.disabled:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #d7d7d7, transparent calc(50% + 1px));
}
.gift_card-container .product-giftcard__variants .single-option-selector input[type=radio]:checked + label {
  border-color: var(--gray-dark);
  background: var(--white);
  color: var(--gray-dark);
}
.gift_card-container .wpbingo-qty {
  height: 40px;
  line-height: 40px;
  border: 1px solid #dfdfdf;
  padding: 0 5px;
  display: inline-block;
}
.gift_card-container .wpbingo-qty button {
  background: transparent;
  border: 0;
  color: var(--gray-dark);
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 22px;
  font-size: var(--font-size-base);
}
.gift_card-container .wpbingo-qty button:hover {
	background: #ededed;
	color: var(--gray-dark);
}
.gift_card-container .wpbingo-qty input {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	height: 38px;
	line-height: 38px;
	width: 50px;
	text-align: center;
	padding: 0;
}
.gift_card-container .gift_card__btn-close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	border: 0;
	background: transparent;
	border:1px solid var(--border-color);
}
.gift_card-container .gift_card__btn-close:before, .gift_card-container .gift_card__btn-close: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;
}
.gift_card-container .gift_card__btn-close:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.gift_card-container .gift_card__btn-close:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gift_card-container .gift_card__btn-close:hover:before, .gift_card-container .gift_card__btn-close:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.gift_card-container .product-giftcard_title {
	font-size: calc(var(--font-size-base) + 4px);
	margin: 0 0 15px;
	padding: 0 30px 10px;
	border-bottom: 1px solid #dfdfdf;
}
.gift_card-container .price-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.gift_card-container .product-single__price--compare-at {
	margin-right: 5px;
	text-decoration: line-through;
}
.gift_card-container .product-single__price {
	color: var(--gray-dark);
	font-size: calc(var(--font-size-base) + 2px);
}
.gift_card-container .product-giftcard__buttons {
	position: absolute;
	width: 100%;
	left: 0;
	display: flex;
	bottom: 0;
}
.gift_card-container .product-giftcard__buttons .product-single__add-to-cart {
	flex: 1;
}
.gift_card-container .product-giftcard__buttons .product-single__add-to-cart .btn--add-to-cart {
	width: 100%;
	background: var(--gray-dark);
	color: var(--white);
	font-size: calc(var(--font-size-base) - 4px);
	text-transform: uppercase;
	font-weight: var(--body-font-weight-medium);
	position: relative;
	padding: 0 20px;
	line-height: 40px;
	border: 0;
}
.gift_card-container .product-giftcard__buttons .product-single__add-to-cart .btn--add-to-cart.active:before {
  position: relative;
  display: inline-block;
  content: "";
  border: 2px solid rgba(255,255,255, 0.25);
  border-top-color: var(--white);
  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: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -5px;
}
.gift_card-container .product-giftcard__buttons .product-single__add-to-cart .btn--add-to-cart.added:before {
  content: "\e92b";
  font-family: feather;
  display: inline-block;
  font-size: 18px;
  color: var(--white);
  left: -5px;
  top: 3px;
  line-height: 1;
  position: relative;
}
.gift_card-container .product-giftcard__buttons .product-single__add-to-cart .btn--add-to-cart:hover {
  background: var(--theme-color);
}
.gift_card-container .product-giftcard__images {
  padding-left: 30px;
}
.gift_card-container .content_product_detail {
  padding-right: 30px;
}
.edit_variant-cart-container {
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  max-width: 700px;
  max-height: 90%;
  transform: translate(-50%, -50%) scale(0.8);
  overflow: auto;
  position: fixed;
  z-index: 9999;
  transition: max-width 0.5s ease, transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.edit_variant-cart-container.transform {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.edit_variant-cart-container .edit_variant-cart__content {
	width: 100%;
	margin: auto;
	background: var(--white);
	z-index: 10;
	position: relative;
	transition: all 0.3s ease;
}
.edit_variant-cart-container .edit_variant-cart__content .row {
	align-items: center;
	margin: 0;
}
.edit_variant-cart-container .edit_variant-cart__content .row .bwp-single-info {
	z-index: 1;
	opacity: 1;
	visibility: visible;
}
.edit_variant-cart-container .edit_variant__btn-close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	border: 0;
	background: var(--white);
	z-index: 9;
	border:1px solid var(--border-color);
}
.edit_variant-cart-container .edit_variant__btn-close:before, .edit_variant-cart-container .edit_variant__btn-close: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;
}
.edit_variant-cart-container .edit_variant__btn-close:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.edit_variant-cart-container .edit_variant__btn-close:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.edit_variant-cart-container .edit_variant__btn-close:hover:before, .edit_variant-cart-container .edit_variant__btn-close:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.edit_variant-cart-container .product-edit_variants_title {
	font-size: calc(var(--font-size-heading) - 5px);
	margin: 0 0 15px;
}
.edit_variant-cart-container .img-edit_variants {
	position: relative;
	z-index: 3;
	width: 350px;
	background: var(--white);
}
.edit_variant-cart-container .img-edit_variants .slick-list {
	margin: 0;
}
.edit_variant-cart-container .img-edit_variants .slick-carousel__item {
	padding: 0;
}
.edit_variant-cart-container .img-edit_variants .edit_variant-images__list:not(.slick-initialized) {
	display: block;
}
.edit_variant-cart-container .img-edit_variants .edit_variant-images__list:not(.slick-initialized) .slick-carousel__item {
	display: none;
}
.edit_variant-cart-container .img-edit_variants .edit_variant-images__list:not(.slick-initialized) .slick-carousel__item.show {
	display: block;
}
.edit_variant-cart-container .bwp-single-info {
	position: absolute;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0s;
	transition: opacity 0.3s, visibility 0s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 350px;
	padding: 30px;
	right: 0;
	max-height: 100%;
}
.edit_variant-cart-container .bwp-single-info .content_product_detail {
	height: 100%;
	overflow: auto;
	padding-right: 10px;
}
.edit_variant-cart-container .bwp-single-info .content_product_detail::-webkit-scrollbar-track {
	background-color: #ececec;
}
.edit_variant-cart-container .bwp-single-info .content_product_detail::-webkit-scrollbar {
	width: 2px;
	background-color: #ececec;
}
.edit_variant-cart-container .bwp-single-info .content_product_detail::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark);
}
.edit_variant-cart-container .bwp-single-info .content_product_detail .variants-wrapper.image .variants__options {
	padding-left: 5px;
}
.edit_variant-cart-container .product-edit_variants__buttons {
	display: flex;
	flex-wrap: wrap;
}
.edit_variant-cart-container .product-edit_variants__buttons .product-single__add-to-cart {
	flex: 1;
	margin: 5px 0;
}
.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart {
	line-height: 30px;
	padding: 5px 10px;
	background: var(--gray-dark);
	color: var(--white);
	font-size: calc(var(--font-size-base) - 4px);
	text-transform: uppercase;
	width: 100%;
	border: 0;
	font-weight: var(--body-font-weight-medium);
}
.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart span {
	display: inline-block;
}
.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart.active span {
	-webkit-animation-name: none !important;
	animation-name: none !important;
}
.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart.active:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid rgba(255,255,255, 0.25);
	border-top-color: var(--white);
	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: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	left: -5px;
}
.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart.added span {
	-webkit-animation-name: none !important;
	animation-name: none !important;
}
.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart.added:before {
	content: "\e92b";
	font-family: feather;
	display: inline-block;
	font-size: 18px;
	color: var(--white);
	left: -5px;
	top: 3px;
	line-height: 1;
	position: relative;
}
.edit_variant-cart-container .product-edit_variants__buttons .btn--add-to-cart:hover {
	background: var(--theme-color);
	color: #fff;
}
.edit_variant-cart-container .product-quantity {
	margin: 5px 10px 5px 0;
	height: 40px;
	display: inline-block;
	position: relative;
}
.edit_variant-cart-container .product-quantity .wpbingo-qty__number {
	width: 120px;
	border: 0;
	height: 40px;
	text-align: center;
	padding: 0 40px;
	font-size: 16px;
	background: transparent;
	border:1px solid var(--gray-dark);
}
.edit_variant-cart-container .product-quantity .wpbingo-qty__adjust--minus {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	line-height: 40px;
	border: none;
	width: 40px;
	height: 40px;
	color: var(--gray-dark);
	font-size: 18px;
	padding: 0;
	border-right:1px solid var(--gray-dark);
}
.edit_variant-cart-container .product-quantity .wpbingo-qty__adjust--minus:hover {
	color: var(--theme-color);
}
.edit_variant-cart-container .product-quantity .wpbingo-qty__adjust--plus {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	line-height: 40px;
	border: none;
	width: 40px;
	height: 40px;
	color: var(--gray-dark);
	font-size:18px;
	padding: 0;
	border-left:1px solid var(--gray-dark);
}
.edit_variant-cart-container .product-quantity .wpbingo-qty__adjust--plus:hover {
	color: var(--theme-color);
}
.edit_variant-cart-container .price-container {
  display: flex;
  flex-wrap: wrap;
  color: var(--gray-dark);
  font-size: var(--font-size-base);
  align-items: end;
  margin-bottom: 10px;
}
.edit_variant-cart-container .price-container .product-single__price--compare-at {
  color: var(--text-color);
  font-size: var(--font-size-base);
  text-decoration: line-through;
  margin-right: 5px;
}
.edit_variant-cart-container .single-option-selector {
  position: relative;
}
.edit_variant-cart-container .single-option-selector input {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}
.edit_variant-cart-container .single-option-selector label {
  cursor: pointer;
  position: relative;
  width: auto;
  height: auto;
  line-height: 15px;
  padding: 5px;
  min-width: 20px;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 0;
  box-sizing: content-box;
  overflow: hidden;
  margin: 0 10px 10px 0;
  font-size: calc(var(--font-size-base) - 2px);
}
.edit_variant-cart-container .single-option-selector label.disabled {
  cursor: not-allowed;
}
.edit_variant-cart-container .single-option-selector label.disabled::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #d7d7d7, transparent calc(50% + 1px));
}
.edit_variant-cart-container .single-option-selector input[type=radio]:checked + label {
  border-color: var(--gray-dark);
  background: var(--gray-dark);
  color: var(--white);
}
.edit_variant-cart-container .single-option-selector input[type=radio]:checked + label.disabled {
  border-color: #ccc;
  background: var(--white);
  color: var(--gray-dark);
}
.edit_variant-cart-container .single-option-selector input[type=radio]:checked + label[data-color]:after {
  border-color: var(--gray-dark);
}
.edit_variant-cart-container .single-option-selector input[type=radio]:checked + label[data-image] {
  box-shadow: 0 0 0 1px #000, inset 0 0 0 5px #fff;
}
.edit_variant-cart-container .variants-wrapper .variants__options {
  display: flex;
  flex-wrap: wrap;
}
.edit_variant-cart-container .variants-wrapper .variants__label {
  margin-right: 15px;
  margin-bottom: 10px;
  font-weight: var(--body-font-weight-default);
  font-size: calc(var(--font-size-base) - 4px);
  text-transform: uppercase;
  color: var(--text-color);
}
.edit_variant-cart-container .variants-wrapper .variants__label span {
  font-weight: var(--body-font-weight-medium);
  color: var(--gray-dark);
}
.edit_variant-cart-container .variants-wrapper.label .tool-tip {
  display: none;
}
.edit_variant-cart-container .variants-wrapper.color .variants__options {
  margin-left: 6px;
}
.edit_variant-cart-container .variants-wrapper.color .single-option-selector {
  position: relative;
}
.edit_variant-cart-container .variants-wrapper.color .single-option-selector input {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}
.edit_variant-cart-container .variants-wrapper.color .single-option-selector label {
  cursor: pointer;
  position: relative;
  text-align: center;
  box-sizing: content-box;
  padding: 0;
  font-size: 0;
  text-indent: -9999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: 0;
  width: 20px;
  height: 20px;
  overflow: unset;
  border-radius: 50%;
  margin: 0 20px 20px 0;
}
.edit_variant-cart-container .variants-wrapper.color .single-option-selector label:after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  top: -5px;
  left: -5px;
}
.edit_variant-cart-container .variants-wrapper.color .single-option-selector label.disabled::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -5px;
  left: 50%;
  width: 1px;
  height: calc(100% + 10px);
  background-color: #d7d7d7;
  transform: rotate(45deg);
}
.edit_variant-cart-container .variants-wrapper.color .single-option-selector label.disabled:hover:after {
  border-color: #d7d7d7;
}
.edit_variant-cart-container .variants-wrapper.color .single-option-selector label span.tool-tip {
  position: absolute;
  bottom: calc(100% + 12px);
  background: var(--gray-dark);
  line-height: 25px;
  padding: 0 10px;
  color: var(--white);
  font-size: 13px;
  border-radius: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.edit_variant-cart-container .variants-wrapper.color .single-option-selector label span.tool-tip:before {
  bottom: -10px;
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: var(--gray-dark) transparent transparent;
  left: calc(50% - 5px);
}
.edit_variant-cart-container .variants-wrapper.color .single-option-selector input[type=radio]:checked + label {
  border-color: var(--gray-dark);
  background: var(--gray-dark);
  color: var(--white);
}
.edit_variant-cart-container .variants-wrapper.color .single-option-selector input[type=radio]:checked + label.disabled {
  border-color: #ccc;
  background: var(--white);
  color: var(--gray-dark);
}
.edit_variant-cart-container .variants-wrapper.color .single-option-selector input[type=radio]:checked + label:after {
  border-color: var(--gray-dark);
}
.edit_variant-cart-container .variants-wrapper.image .single-option-selector label {
  cursor: pointer;
  position: relative;
  text-align: center;
  box-sizing: content-box;
  padding: 0;
  font-size: 0;
  text-indent: -9999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: 0;
  width: 60px;
  height: 60px;
  overflow: unset;
  margin: 0 15px 10px 0;
  transition: all 0.3s ease;
}
.edit_variant-cart-container .variants-wrapper.image .single-option-selector label.disabled::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.edit_variant-cart-container .variants-wrapper.image .single-option-selector label span.tool-tip {
  position: absolute;
  bottom: calc(100% + 12px);
  background: var(--gray-dark);
  line-height: 25px;
  padding: 0 10px;
  color: var(--white);
  font-size: 13px;
  border-radius: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.edit_variant-cart-container .variants-wrapper.image .single-option-selector label span.tool-tip:before {
  bottom: -10px;
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: var(--gray-dark) transparent transparent;
  left: calc(50% - 5px);
}
.edit_variant-cart-container .variants-wrapper.image .single-option-selector input[type=radio]:checked + label {
  border-color: var(--gray-dark);
  background: var(--gray-dark);
  color: var(--white);
  box-shadow: 0 0 0 1px #000, inset 0 0 0 5px #fff;
}
.edit_variant-cart-container .variants-wrapper.image .single-option-selector input[type=radio]:checked + label.disabled {
  border-color: #ccc;
  background: var(--white);
  color: var(--gray-dark);
}
.edit_variant-cart-container .product-single__buttons {
  display: flex;
  flex-wrap: wrap;
}
.edit_variant-cart-container .product-single__buttons .product-single__add-to-cart {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.edit_variant-cart-container .product-single__buttons .btn--add-to-cart {
  -webkit-transition: none;
  transition: none;
  font-size: calc(var(--font-size-base) - 4px);
  text-transform: uppercase;
  line-height: 50px;
  position: relative;
  background: var(--gray-dark);
  color: var(--white);
  text-align: center;
  margin-right: 20px;
  padding: 0 15px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  flex: 1;
  margin: 5px 0;
  white-space: nowrap;
  border: 0;
  font-family: var(--font-family-base);
  letter-spacing: 2px;
  font-weight: var(--body-font-weight-medium);
}
.edit_variant-cart-container .product-single__buttons .btn--add-to-cart:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white);
  -webkit-animation-name: text-indent;
  animation-name: text-indent;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.edit_variant-cart-container .product-single__buttons .btn--add-to-cart[disabled] {
  background: #f1f1f1;
  color: var(--gray-dark);
  opacity: 1;
}
.edit_variant-cart-container .product-single__buttons .btn--add-to-cart[disabled]:hover {
  cursor: not-allowed;
  background: #f1f1f1;
  -webkit-animation-name: none;
  animation-name: none;
}
.edit_variant-cart-container .product-single__buttons .btn--add-to-cart[disabled].is-adding {
  opacity: 1;
}
.edit_variant-cart-container .product-single__buttons .btn--add-to-cart[disabled].is-adding:hover {
  cursor: wait;
}
.edit_variant-cart-container .product-single__buttons .btn--add-to-cart.is-adding > span:nth-child(2) {
  display: inline-block !important;
}
.edit_variant-cart-container .product-single__buttons .btn--add-to-cart > span.btn__text:last-child {
  display: none;
}
.edit_variant-cart-container .product-single__buttons .btn--add-to-cart > span.btn__text:only-child {
  display: inline-block !important;
}

/*=-======================== SIDEBAR =======================*/
.block-sidebar {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 1px;
}
.block-sidebar__title {
	color: var(--gray-dark);
	background: transparent;
	font-size: 20px;
	text-transform: capitalize;
	padding: 0 0 10px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.block-sidebar__title:after {
  display: inline-block;
  font-family: feather;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  position: relative;
  top: 0;
  content: "\e92e";
  transition: all 0.3s ease;
  transform-origin: center;
}
.block-sidebar__title label {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.block-sidebar__title .count {
  width: 22px;
  height: 22px;
  background: var(--theme-color);
  border-radius: 50%;
  color: var(--white);
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.block-sidebar__title .count.hide {
  display: none;
}
.block-sidebar__title.active:after {
  transform: rotate(-180deg);
}
.block-sidebar__title .active-price {
  width: 5px;
  height: 5px;
  background: var(--theme-color);
  border-radius: 50%;
  font-size: calc(var(--font-size-base) - 4px);
  display: inline-block;
  text-align: center;
  line-height: 22px;
  margin-left: 5px;
  position: relative;
  top: -8px;
}

/*=============================== PAGE ===============================*/
.page-header {
  padding: 30px 0;
}

.page-title {
  margin: 0 0 15px;
  padding: 0;
  color: var(--gray-dark);
  font-family: var(--font-family-second);
  font-size: var(--font-size-heading);
  text-align: center;
}
.page-title .fa {
  font-size: 20px;
}
.page-title a {
  display: inline-block;
  margin-left: 5px;
  color: var(--gray-dark);
  transition: color 0.3s ease;
}
.page-title a:hover {
  color: var(--theme-color);
  text-decoration: none;
}

/*=================== PRODUCT-PAGE ===================*/
.product-page .container{
	max-width: 1440px;
}
.product-page .container.container-full-image{
	max-width: 100%;
}

/*======================= ACCOUNT PAGE ======================*/
.login-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	max-width: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 15px;
}
.login-popup.sideout {
	display: block;
}
.login-popup .remove-form-login-register {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 90;
	display: none;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,0.25);
}
.login-popup .content-form-register.popup {
	position: relative;
	z-index: 99;
	background: var(--white);
	max-width: 500px;
	margin: auto;
	max-height: 100%;
	width: 100%;
	text-align: center;
}
.login-popup .content-form-register.popup .login__content {
	padding: 40px;
	text-align: center;
}

  .login-popup .content-form-register.sideout {
	width: 515px;
	right: 0;
	padding: 0 0 40px;
	background: var(--white);
	z-index: 99;
	height: 100%;
	top: 0;
	position: absolute;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
	transform: translateX(100%);
}

@media (max-width: 767px) {
   .login-popup .content-form-register.sideout {
      width: unset !important;
   }
  .login-popup .form-button input {
    max-width: 100% !important;
    padding: 5px 15px !important;
    border-radius: 20px;
  }
  .login-popup .register-account {
    max-width: 100% !important;
    border-radius: 20px;
  }
  .login-popup .register-account a {
     padding: 5px 15px !important;
  }
  .form-button {
    gap: 15px;
  }

}
.login-popup .content-form-register.sideout .login__content {
	flex: 1;
	overflow: auto;
	padding:60px 40px 40px;
}
@media (max-width: 767px) {
  .login-popup .content-form-register.sideout .login__content {
    padding: 40px 20px;
  }
}
.login-popup .content-form-register.sideout .login__content::-webkit-scrollbar-track {
	background-color: #ececec;
}
.login-popup .content-form-register.sideout .login__content::-webkit-scrollbar {
	width: 2px;
	background-color: #ececec;
}
.login-popup .content-form-register.sideout .login__content::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark);
}
.login-popup .content-form-register.sideout .close-form-login {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	position: absolute;
	top: 25px;
	right: 40px;
	cursor: pointer;
	font-weight: var(--body-font-weight-medium);
}
.login-popup .content-form-register.sideout .close-form-login span {
	cursor: pointer;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 26px;
	height: 26px;
	position: relative;
	background: var(--white);
	padding: 6px;
	border:1px solid var(--border-color);
	border-radius: 50px;
}
.login-popup .content-form-register.sideout .close-form-login span:before, .login-popup .content-form-register.sideout .close-form-login 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;
}
.login-popup .content-form-register.sideout .close-form-login span:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.login-popup .content-form-register.sideout .close-form-login span:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.login-popup .content-form-register.sideout .close-form-login:hover {
	color: var(--theme-color);
}
.login-popup .content-form-register.sideout .close-form-login:hover span:before, .login-popup .content-form-register.sideout .close-form-login:hover span:after {
	background-color: var(--theme-color);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.login-popup .form-control {
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
}
.login-popup .content-image {
	position: relative;
}
.login-popup h3 {
	display: inline-block;
	font-size: calc(var(--font-size-base) + 8px);
	color: #121212;
	margin: 0;
	text-transform: none;
	width: 100%;
	text-align: left;
	font-family: var(--font-family-base);
	margin-bottom:20px;
	font-weight: var(--heading-font-weight-medium);
}
.login-popup .form-button{
	display:flex;
	flex-wrap:wrap;
	margin:0 -7.5px;
}
.login-popup .form-button input {
	width: 100%;
	padding: 0 20px;
	line-height: 40px;
	background: #2973C9;
	border: 0;
	font-size: var(--font-size-base);
   font-weight: 500;
	margin:0 7.5px;
	max-width:calc(50% - 15px);
	border-radius: 50px;
	font-family: var(--font-family-second);
	text-transform: capitalize;
}
.login-popup .form-button input:hover {
	background: #19579F;
}
.login-popup .form-link {
	margin: 20px 0;
	text-align: left;
}
.login-popup .form-link .js-forget-password {
	color: var(--gray-dark);
	position: relative;
	display: inline-block;
	font-size:calc(var(--font-size-base) - 2px)
}
.login-popup .form-link .js-forget-password:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: var(--gray-dark);
	transition: all 0.3s ease;
}
.login-popup .form-link .js-forget-password:hover {
	color: var(--theme-color);
}
.login-popup .form-link .js-forget-password:hover:before {
	left: 0;
	width: 0;
	background: var(--theme-color);
}
.login-popup .register-account {
	max-width:calc(50% - 15px);
	margin:0 7.5px;
	width: 100%;
}
.login-popup .register-account a {
	color: #2973C9;
	display: inline-block;
	position: relative;
	padding: 5px 15px;
	border:0;
	width: 100%;
	font-size: var(--font-size-base);
	text-transform: capitalize;
    border: 1px solid #2973C9;
	text-align:center;
	border-radius: 50px;
	background: #ffffff;
	font-family: var(--font-family-second);
    font-weight: 500;
  transition: all 0.3s ease;
}
.login-popup .register-account a:hover {
	background: #2973C9;
	color:#fff;

}
.login-popup .recover-password__form .form-link {
	text-align: center;
	margin-bottom: 0;
}
.login-popup .close-form-login {
	display: none;
}
.login-popup.active {
	opacity: 1;
	visibility: visible;
	display: flex;
}
.login-popup.active .remove-form-login-register {
	opacity: 1;
	visibility: visible;
	display: block;
}
.login-popup.active .content-form-register.sideout {
	transform: translateX(0);
}
.page-account h1 {
	text-align: center;
	margin: 80px 0;
	font-size: 50px;
}
.page-account__inner {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 0 40px;
}
.page-account__inner.dashboard {
	max-width: 1170px;
}
.page-account__inner .login-form-container {
	margin: 0 -30px;
	display: flex;
	flex-wrap: wrap;
}
.page-account__inner .login-form-container h3 {
	font-size: calc(var(--font-size-heading) - 5px);
	margin-bottom: 30px;
}
.page-account__inner .login-form-container > div {
	padding: 0 30px;
	width: 50%;
	flex: 0 0 50%;
}
.page-account__inner .login-form-container .form-button input {
	width: 100%;
	background: var(--gray-dark);
	color: var(--white);
	border: 0;
	font-size: var(--font-size-base);
	height: 40px;
	text-transform: capitalize;
	font-family: var(--font-family-second);
	border-radius: 5px;
}
.page-account__inner .login-form-container .form-button input:hover {
	background: var(--theme-color);
}
.page-account__inner .login-form-container .form-link {
	text-align: left;
	margin: 20px 0;
}
.page-account__inner .login-form-container .form-link a {
	color: var(--gray-dark);
	text-decoration: underline;
}
.page-account__inner .login-form-container .form-link a:hover {
	color: var(--theme-color);
}
.page-account__inner .description {
	font-size: calc(var(--font-size-base) + 2px);
}
.page-account__inner .register-account {
	margin-top: 30px;
}
.page-account__inner .register-account a {
	display: inline-block;
	padding: 0 30px;
	line-height: 40px;
	background: var(--gray-dark);
	color: var(--white);
	font-size: var(--font-size-base);
	text-transform: capitalize;
	font-family: var(--font-family-second);
	border-radius: 5px;
}
.page-account__inner .register-account a:hover {
	background: var(--theme-color);
}
.page-account__inner .login-register__heading {
	font-size: calc(var(--font-size-heading) - 5px);
	text-transform: revert;
	text-align: left;
}
.page-account__inner .recover-password__summary {
	padding: 0;
	font-style: normal;
	text-align: left;
	margin-bottom: 20px;
}
.page-account__inner .recover-password__summary:after {
	display: none;
}
.page-account__inner .recover-password__form .form-button {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.page-account__inner .recover-password__form .form-button > * {
	flex: 0 0 50%;
	max-width: 50%;
}
.page-account__inner .recover-password__form .form-button a {
	text-align: center;
	text-decoration: underline;
}
.page-account__inner .register-form-container {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.page-account__inner .register-form-container .description {
	font-size: var(--font-size-base);
}
.page-account__inner .register-form-container .form-button input {
	width: 100%;
	background: var(--gray-dark);
	line-height: 40px;
	text-transform: capitalize;
	font-size: var(--font-size-base);
	font-family: var(--font-family-second);
	border: 0;
	padding: 0 15px;
	margin-top: 30px;
	border-radius: 5px;
}
.page-account__inner .register-form-container .form-button input:hover {
	background: var(--theme-color);
}
.page-account__inner .register-form-container .login-account a {
	display: block;
	width: 100%;
	background: var(--white);
	border: 1px solid var(--gray-dark);
	line-height: 38px;
	text-transform: capitalize;
	font-size: var(--font-size-base);
	font-family: var(--font-family-second);
	padding: 0 15px;
	text-align: center;
	margin-top: 20px;
	border-radius: 5px;
}
.page-account__inner .register-form-container .login-account a:hover {
	color: var(--white);
	background: var(--theme-color);
	border-color: var(--theme-color);
}
.page-account__inner .page-account__content {
	display: inline-block;
	width: 100%;
}
.page-account__inner .page-account__content .nav-StickySidebar {
	width: 25%;
	position: sticky;
	top: 100px;
	float: left;
}
.page-account__inner .page-account__content .nav-StickySidebar ul {
	padding: 0;
	list-style: none;
	background: #f5f5f5;
	margin: 0;
}
.page-account__inner .page-account__content .nav-StickySidebar ul li {
	border-bottom: 1px solid var(--border-color-50);
}
.page-account__inner .page-account__content .nav-StickySidebar ul li a {
	padding: 10px 20px;
	display: block;
}
.page-account__inner .page-account__content .nav-StickySidebar ul li:last-child {
	border-bottom: 0;
}
.page-account__inner .page-account__content .nav-StickySidebar ul li.active {
	background: var(--theme-color);
}
.page-account__inner .page-account__content .nav-StickySidebar ul li.active a {
	color: var(--white);
}
.page-account__inner .page-account__content .account__content {
	width: 75%;
	float: left;
	padding-left: 30px;
}
.page-account__inner .page-account__content .account__content #customer_logout_link {
  color: red;
}
.page-account__inner .page-account__content .account__content #customer_logout_link:hover {
  color: var(--theme-color);
}
.page-account__inner .page-account__content .account__content .box-account__heading {
  color: var(--gray-dark);
  font-size: calc(var(--font-size-base) + 4px);
  font-weight: var(--body-font-weight-medium);
  margin-bottom: 5px;
}
.page-account__inner .page-account__content .account__content .orders__table {
  margin-top: 15px;
}
.page-account__inner .orders__empty i {
  font-size: 22px;
  margin-right: 10px;
  color: #3c763d;
  position: relative;
  top: 4px;
}
.page-account__inner .orders__empty .btn_link {
  text-decoration: underline;
  text-transform: uppercase;
  color: #3c763d;
  font-weight: var(--body-font-weight-medium);
  font-size: calc(var(--font-size-base) - 1px);
}
.page-account__inner .orders__empty .btn_link:hover {
  color: var(--theme-color);
}
.page-account__inner-addresses {
  max-width: 990px;
  margin: 0 auto;
}
.login-register {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid var(--border-color);
}
.login-register .form-button .btn {
  width: 100%;
}
.login-register .form-control {
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
}
.login-register .form-button input {
  width: 100%;
  padding: 0 20px;
  line-height: 50px;
  letter-spacing: 2px;
  font-weight: var(--body-font-weight-medium);
  background: var(--theme-color);
  border: 0;
}
.login-register .form-button input:hover {
  background: black;
  -webkit-animation-name: text-indent;
  animation-name: text-indent;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.login-register .js-forget-password {
  color: var(--gray-dark);
  position: relative;
  display: inline-block;
}
.login-register .js-forget-password:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--gray-dark);
  transition: all 0.3s ease;
}
.login-register .js-forget-password:hover {
  color: var(--theme-color);
}
.login-register .js-forget-password:hover:before {
  left: 0;
  width: 0;
  background: var(--theme-color);
}
.login-register__nav {
  border: 0;
}
.login-register__nav-item {
  width: 50%;
}
.login-register__nav-link {
  display: block;
  padding: 15px;
  color: var(--white);
  background-color: var(--gray-dark);
  font-family: var(--font-family-second);
  font-size: var(--font-size-base);
  font-weight: var(--heading-font-weight-bold);
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.login-register__nav-link.active {
  color: var(--gray-dark);
  background-color: var(--white);
}
.login-register__nav-link.active:hover {
  color: var(--gray-dark);
}
.login-register__nav-link:hover {
  color: var(--white);
  text-decoration: none;
}
.form-link {
  margin: 20px 0 0;
  text-align: center;
}
.form-link a {
  display: inline-block;
  color: var(--text-color);
  transition: color 0.3s ease;
}
.form-link a:hover {
  color: var(--theme-color);
}
.login-register__heading {
  margin: 0 0 15px;
  padding: 0;
  color: var(--gray-dark);
  font-family: var(--font-family-second);
  font-size: var(--font-size-base);
  font-weight: var(--heading-font-weight-default);
  text-align: center;
  text-transform: uppercase;
}
.recover-password__summary {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 20px;
  font-style: italic;
  text-align: center;
}
.recover-password__summary::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  pointer-events: none;
  display: block;
  width: 100px;
  margin-left: -50px;
  border-bottom: 1px solid var(--gray-dark);
}
.form-group--pasword {
  position: relative;
}
.form-group--pasword .form-control {
  padding-right: 55px;
}
.form-group--pasword .form-control.is-invalid {
  background-position: right 80px center;
}
.password-toggle {
  position: absolute;
  top: 50%;
  right: 2px;
  min-width: 35px;
  margin-top: -14px;
  padding: 5px 10px;
  color: var(--text-color);
  border-left: 1px solid var(--border-color);
  font-size: var(--font-size-base);
  line-height: 1;
  text-align: center;
}
.password-toggle:hover {
  color: var(--text-color);
  text-decoration: none;
}
.password-toggle .text-hide-password {
  display: none;
}
.password-toggle--show .text-show-password {
  display: none;
}
.password-toggle--show .text-hide-password {
  display: block;
}

/*================== PAGE ===================*/
.page__inner {
	padding: 0 0 80px;
}
.page__inner--compact {
	max-width: 990px;
	margin: 0 auto;
}

/*===================== ADDRESS PAGE =================*/
.addresses .modal-header {
  padding: 20px 30px;
}
.addresses .modal-body {
  padding: 30px;
}
.addresses__creat {
  font-size: calc(var(--font-size-base) + 2px);
}
.addresses__creat a {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: cvar(--font-size-base);
  color: green;
  font-weight: var(--body-font-weight-medium);
}
.addresses__creat a:hover {
  color: var(--theme-color);
}
.addresses__heading {
  margin: 0 0 20px;
  color: var(--gray-dark);
  font-family: var(--font-family-second);
  font-size: var(--font-size-heading);
  font-weight: var(--heading-font-weight-medium);
}
.modal-close {
  display: block;
  width: 30px;
  height: 30px;
  padding: 4px;
  color: var(--gray-dark);
  background-color: transparent;
  border: none;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.modal-close svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.modal-close:hover {
  opacity: 1;
}
.modal-content {
  border-radius: 0;
}
.modal-content .addresses__heading {
  margin: 0;
  padding: 3px 0;
}
.form-label {
  color: var(--gray-dark);
  font-family: var(--font-family-second);
  font-weight: var(--heading-font-weight-medium);
}
.addresses__button {
  margin: 0 0 30px;
}
.addresses__button .btn {
  display: inline-block;
}
.addresses__no-address {
  margin: 0;
  padding: 15px;
  border: 1px solid var(--border-color);
}
.addresses__form .form-button {
  padding: 30px 0 0;
}
.addresses__grid {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.addresses__item {
  width: 50%;
  max-width: 50%;
  padding: 15px;
}
.address-card {
  position: relative;
  padding: 30px;
  border: 1px solid var(--border-color);
  height: 100%;
}
.address-card .address-card__update a {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid green;
  text-transform: uppercase;
  font-weight: var(--body-font-weight-medium);
  letter-spacing: 1px;
  color: green;
  font-size: calc(var(--font-size-base) - 2px);
  padding: 5px 20px;
}
.address-card .address-card__update a:hover {
  background: green;
  color: var(--white);
}
.address-card .address-card__update .address-delete {
  display: inline-block;
  border: 1px solid red;
  text-transform: uppercase;
  font-weight: var(--body-font-weight-medium);
  letter-spacing: 1px;
  color: red;
  font-size: calc(var(--font-size-base) - 2px);
  padding: 5px 20px;
  background: var(--white);
}
.address-card .address-card__update .address-delete:hover {
  background: red;
  color: var(--white);
}

.address-default {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 15px;
  color: var(--white);
  background-color: #007fd5;
  font-family: var(--font-family-second);
  font-size: var(--font-size-base)-3;
  font-weight: var(--heading-font-weight-medium);
  line-height: 20px;
  text-transform: uppercase;
}

.address-card__update {
  margin: 0;
}
.address-card__update a {
  display: inline-block;
  color: var(--text-color);
  transition: color 0.35s ease;
}
.address-card__update a:hover {
  color: var(--theme-color);
}

.return-account {
  padding: 30px;
  text-align: center;
}

.return-account__link {
  color: var(--text-color);
  font-weight: var(--body-font-weight-bold);
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.return-account__link .fa {
  margin-right: 4px;
}
.return-account__link:hover {
  color: var(--theme-color);
  text-decoration: none;
}

.orders__table .table {
  margin: 0;
}
.orders__table thead th {
  color: var(--gray-dark);
  font-family: var(--font-family-second);
  font-weight: var(--heading-font-weight-medium);
  text-transform: uppercase;
}

/*============== ORDER DETAILS ================*/
.order__title {
  margin: 0 0 15px;
  padding: 0;
  color: var(--gray-dark);
  font-family: var(--font-family-second);
  font-size: var(--font-size-base);
  font-weight: var(--heading-font-weight-medium);
  text-transform: uppercase;
}
.order__date {
  margin: 0 0 30px;
  font-style: italic;
}
.order__table {
  padding: 15px;
  background-color: var(--border-color);
}
.order__table td,
.order__table th {
  padding: 8px 12px;
  border: none;
}
.order__table .table {
  color: var(--gray-dark);
}
.order__table thead th {
  border-top: 0;
  border-bottom: 1px solid var(--border-color);
}
.order__table .cart__price {
  font-size: calc(var(--font-size-base) - 1px);
  font-weight: normal;
}
.order__table .cart__price--regular {
  display: block;
  margin-right: 0px;
  font-size: calc(var(--font-size-base) - 1px);
}
.order__table tfoot th,
.order__table tfoot td {
  padding: 8px 12px;
  border-top: none;
  font-weight: normal;
}
.order__table tfoot th.order-product__label--total, .order__table tfoot th.order-product__value--total,
.order__table tfoot td.order-product__label--total,
.order__table tfoot td.order-product__value--total {
  padding-top: 24px;
  font-weight: var(--heading-font-weight-bold);
}
.order__table tfoot tr:first-child th,
.order__table tfoot tr:first-child td {
  padding-top: 25px;
}
.order__table tfoot tr:nth-last-child(2) th,
.order__table tfoot tr:nth-last-child(2) td {
  padding-bottom: 25px;
}
.order__table .border-top {
  border-top: 1px solid var(--border-color);
}
.order-product__title > a {
  display: inline-block;
  margin: 0 0 5px;
  padding: 2px 0;
  color: var(--gray-dark);
  font-family: var(--font-family-second);
  font-size: var(--font-size-base);
  font-weight: var(--heading-font-weight-medium);
  transition: color 0.3s ease;
}
.order-product__title > a:hover {
  color: var(--theme-color);
  text-decoration: none;
}
.order-product__note {
  margin: 20px 0 15px;
  padding: 10px 15px;
  border: 1px solid var(--border-color);
  font-size: calc(var(--font-size-base) - 1px);
  font-style: italic;
}
.order-product__note a {
  transition: color 0.3s ease;
}
.order-product__note a:hover {
  color: var(--theme-color);
}
.order-product__value {
  font-family: var(--font-family-second);
  text-align: right;
}
.box-account--order {
  height: auto;
  background-color: var(--border-color);
  border: none;
}
.box-account--order .box-account__heading {
  font-size: var(--font-size-base);
  font-weight: var(--heading-font-weight-medium);
}
.box-account--order ~ .box-account--order {
  margin-top: 30px;
}
.box-account--order .address-detail p {
  margin: 0;
}
.order-product__status {
  margin: 0 0 5px;
}
.order-product__status strong {
  color: var(--gray-dark);
}
.order__cancelled {
  margin: 0 0 30px;
  padding: 15px 20px;
  color: #dc3545;
  border: 1px solid #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
}
.order__cancelled p {
  margin: 0;
}
.order__cancelled .h5 {
  color: var(--gray-dark);
  font-size: calc(var(--font-size-base) - 1px);
  font-weight: var(--heading-font-weight-medium);
}
.activate-account {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.activate-account__form .form-button .btn {
  width: 100%;
}

/*============== COOKIE CONSENT ====================*/
.cookie-consent {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 100;
  display: block;
  padding: 10px 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  width: 100%;
  text-align: left;
  background: var(--gray-dark);
  color: var(--white);
  box-shadow: 0 -5px 35px 5px rgba(0, 0, 0, 0.1411764706);
  max-width: 500px;
  padding: 30px;
}
.cookie-consent.active {
  opacity: 1;
  visibility: visible;
}
.cookie-consent__wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.cookie-consent__message {
  margin: 5px 0;
}
.cookie-consent__message a {
  color: inherit;
  display: inline-block;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  line-height: 1.3;
}
.cookie-consent__message a:hover {
  color: var(--text-color);
  border-color: var(--text-color);
}
.cookie-consent__message p {
  margin: 0;
}

.cookie-consent__dismiss {
  display: flex;
  margin: 30px 0 0;
  justify-content: flex-end;
  font-weight: var(--body-font-weight-medium);
  letter-spacing: 2px;
  align-items: center;
}
.cookie-consent__dismiss .btn-agree {
  color: var(--white);
  padding: 0;
  border: 0;
  text-transform: revert;
  margin-left: 10px;
  position: relative;
  background: var(--white);
  color: var(--gray-dark);
  padding: 0 40px;
  line-height: 40px;
  font-size: var(--font-size-base);
  border-radius: 5px;
}
.cookie-consent__dismiss .btn-agree:first-child {
  margin-left: 0;
}
.cookie-consent__dismiss .btn-agree:hover {
  background: var(--hover-color);
  color: var(--white);
}
.cookie-consent__dismiss .btn-dismiss {
  background: transparent;
  color: var(--white);
  text-transform: revert;
  font-size: var(--font-size-base);
  padding: 0;
  border-bottom: 1px solid var(--white);
}
.cookie-consent__dismiss .btn-dismiss:hover {
  color: var(--text-color);
  border-bottom: 1px solid var(--text-color);
}

/*================= SCROLL TO TOP =============*/
.scroll-to-top {
	width: 50px;
	height: 50px;
	text-align: center;
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 50;
	cursor: pointer;
	background: var(--white);
	line-height: 49px;
	color: var(--white);
	font-size: 20px;
	transition: transform .5s cubic-bezier(.25,.25,0,1.5);
	border-radius: 50%;
}
.scroll-to-top:after {
	position: absolute;
    font-family: icomoon;
    content: "\e91c";
    text-align: center;
    line-height: 42px;
    font-size: 25px;
    color: var(--gray-dark);
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
    z-index: -1;
    background: #fff;
    border: 4px solid #f5f5f5;
    border-radius: 50%;
}
.scroll-to-top:after,
.scroll-to-top svg.progress-circle path {
	transition: all .2s linear;
}
.scroll-to-top svg.progress-circle path{
	stroke: var(--gray-dark);
    stroke-width: 4;
    box-sizing: border-box;
    fill: none;
}
.product-quantity__input {
	display: block;
	width: 100%;
	height: 42px;
	padding: 8px 15px;
	color: var(--gray-dark);
	background-color: var(--border-color);
	border: 1px solid var(--border-color);
	border-radius: 0;
	outline: 0;
	font-family: var(--font-family-second);
	font-size: var(--font-size-base);
	font-weight: var(--heading-font-weight-medium);
	opacity: 0.9;
}
.product-quantity__input:focus {
	outline: 1px solid var(--theme-color);
	border-color: var(--theme-color);
}

/*=============== NEWSLETTER POPUP ===========*/
.newsletter-popup {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.newsletter-popup.show {
	opacity: 1;
	visibility: visible;
	pointer-events: revert;
	transition: 0.3s ease;
}
.newsletter-popup .newsletter-popup__overlay {
	background-color: rgba(32, 32, 32, 0.6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.newsletter-popup .newsletter-popup__inner {
	transition: padding 1s ease, width 1s ease;
	box-sizing: border-box;
	height: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	position: fixed;
	top: 50%;
	z-index: 99999;
	display: none;
	overflow: hidden;
	display: flex;
	width: 700px;
	border-radius: 10px;
}
.newsletter-popup .image {
	width: 50%;
}
.newsletter-popup .newsletter-popup__content {
	margin: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	width: 50%;
}
.newsletter-popup .newsletter-popup__close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
	text-align: center;
	z-index: 4;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	background: var(--white);
	border:1px solid var(--border-color);
	border-radius: 50%;
}
.newsletter-popup .newsletter-popup__close:before, .newsletter-popup .newsletter-popup__close:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 12px;
  top: 50%;
  left: calc(50% - 6px);
  margin-top: -1px;
  background-color: var(--gray-dark);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsletter-popup .newsletter-popup__close:before {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.newsletter-popup .newsletter-popup__close:after {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newsletter-popup .newsletter-popup__close:hover:before, .newsletter-popup .newsletter-popup__close:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.newsletter-popup .title-newsletter {
  font-size: calc(var(--font-size-heading) - 5px);
  font-weight: var(--heading-font-weight-medium);
  margin: auto;
  position: relative;
  margin-bottom: 15px;
  color: var(--gray-dark);
  line-height: 30px;
}
.newsletter-popup .text-newsletter {
  margin-bottom: 25px;
}
.newsletter-popup .newsletter-form__input {
  border: 0;
  padding: 0 0;
  background: transparent;
  line-height: 35px;
  height: 35px;
  width: 100%;
  color: var(--gray-dark);
  border-bottom: 2px solid var(--gray-dark);
  border-radius: 0;
}
.newsletter-popup .newsletter-form__input::placeholder {
  color: var(--text-color-50);
}
.newsletter-popup .newsletter-form__wrap {
  width: 100%;
  margin: 0;
  display: flex;
  background: var(--white);
}
.newsletter-popup .newsletter-form__submit {
  border: 0;
  padding: 0 20px;
  text-transform: capitalize;
  line-height: 38px;
  height: 35px;
  font-size: 0;
  color: var(--white);
  text-wrap: nowrap;
  background: transparent;
  cursor: pointer;
  border-bottom: 2px solid var(--gray-dark);
  position: relative;
  margin-left: 6px;
}
.newsletter-popup .newsletter-form__submit:before {
	position: absolute;
    content: "\e98a";
    font-family: feather;
    display: inline-block;
    font-size: 20px;
    color: var(--gray-dark);
    top: calc(50% - 17px);
    left: calc(50% - 9px);
    z-index: 2;
    transition: all .3s ease;
}
.newsletter-popup .newsletter-popup__content-inner {
  width: 100%;
  padding: 25px 10px;
  text-align: center;
}
.newsletter-popup__close {
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  padding: 5px;
  color: var(--gray-dark);
  border: none;
  background-color: transparent;
}
.newsletter-popup__close svg {
  display: block;
  width: 20px;
  height: 20px;
}
.newsletter-popup__close:hover, .newsletter-popup__close:focus {
  border: none;
  outline: 0;
}

/*================= sale nofication ====================*/
.sale-nofication {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  position: fixed;
  bottom: 50px;
  left: 30px;
  width: 355px;
  z-index: 30;
}
.sale-nofication.slide_inup {
  transform: translateY(100%);
}
.sale-nofication.left_to_right {
  transform: translateX(-100%);
}
.sale-nofication.popup {
  transform: scale(0.7);
}
.sale-nofication.active {
  opacity: 1;
  visibility: visible;
}
.sale-nofication.active.slide_inup {
  transform: translateY(0);
}
.sale-nofication.active.left_to_right {
  transform: translateX(0);
}
.sale-nofication.active.popup {
  transform: scale(1);
}
.sale-nofication.active .scroll-notification {
  animation-name: notification-progressbar;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 1;
}
.sale-nofication .notification-container {
  display: flex;
  background: var(--white);
  width: 100%;
  padding: 10px 10px 13px;
  box-shadow: 0 1px 8px 5px rgba(0, 0, 0, 0.1);
  align-items: center;
}
.sale-nofication .notification-image {
  flex: 0 0 80px;
  max-width: 80px;
}
.sale-nofication .notification-content {
  padding: 0 40px 0 20px;
  flex: 1;
}
.sale-nofication .notification-purchased {
  font-size: calc(var(--font-size-base) - 4px);
  margin-bottom: 2px;
}
.sale-nofication .notification-purchased span {
  color: var(--gray-dark);
}
.sale-nofication .product-title {
  font-weight: var(--heading-font-weight-medium);
  margin-bottom: 6px;
}
.sale-nofication .suggest {
  display: flex;
  justify-content: space-between;
  color: var(--gray-dark);
  font-size: calc(var(--font-size-base) - 3px);
}
.sale-nofication .verified {
  color: green;
}
.sale-nofication .verified:before {
  content: "\e92c";
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  font-family: feather;
  top: 1px;
  line-height: 1;
}
.sale-nofication .close-notification {
  position: absolute;
  top: 0;
  right: 0;
  font-size: calc(var(--font-size-base) + 2px);
  color: var(--gray-dark);
  cursor: pointer;
  padding: 3px;
  line-height: 1;
}
.sale-nofication .close-notification:hover {
  color: var(--theme-color);
}
.sale-nofication .scroll-notification {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--theme-color);
  width: 100%;
  opacity: 0;
}

/*============== compare table ===============*/
.compare__table:not(.loaded) .content-compare.active {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition-delay: 1s;
}
.compare__table:not(.loaded) .show-compare {
  display: none;
}
.compare__table .show-compare {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--gray-dark);
  color: var(--white);
  padding: 15px 5px;
  writing-mode: tb;
  cursor: pointer;
  border-radius: 6px 0 0 6px;
  z-index: 99;
}
.compare__table .show-compare .count {
  position: relative;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  color: var(--gray-dark);
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 12px;
  margin-top: 5px;
}
.compare__table .content-compare {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gray-dark-75);
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 99;
  display: flex;
  align-items: center;
}
.compare__table .content-compare.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.compare__table .content-compare .hide-compare {
	line-height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	z-index: 9999;
	text-align: center;
	font-size: calc(var(--font-size-heading) - 5px);
	cursor: pointer;
	display: inline-block;
	border: 7px solid transparent;
	background: var(--white);
	border: 1px solid var(--border-color);
	border-radius: 50%;
}
.compare__table .content-compare .hide-compare:before, .compare__table .content-compare .hide-compare:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 20px;
	top: 50%;
	left: calc(50% - 10px);
	margin-top: -1px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.compare__table .content-compare .hide-compare:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.compare__table .content-compare .hide-compare:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.compare__table .content-compare .hide-compare:hover:before, .compare__table .content-compare .hide-compare:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.compare__table .content {
	position: relative;
	margin-bottom: 0;
	width: 100%;
	overflow: auto;
	max-height: 100%;
	display: flex;
	background: var(--white);
}
.compare__table .content.load-compare:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 2px solid rgba(0,0,0, 0.5);
	border-top-color: #000;
	width: 40px;
	height: 40px;
	background: none;
	animation: 2s linear 0s normal none infinite running spin-load;
	text-indent: 0;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	border-radius: 50%;
	z-index: 10;
}
.compare__table .content.load-compare:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255, 0.75);
	height: 100%;
	width: 100%;
	z-index: 9;
}
.compare__table .table {
	width: 100%;
	margin: 0;
	background: var(--white);
	position: relative;
	overflow: auto;
	text-align:center;
}
.compare__table li.label {
	background: #f5f5f5;
	text-align: left;
	font-size: var(--font-size-base);
	color: var(--gray-dark);
	font-weight: var(--body-font-weight-medium);
}
.compare__table li {
	padding: 20px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	width: 20%;
	max-width: 25%;
	min-width: 14.29%;
}
.compare__table ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.compare__table ul.compare-name li {
	border-bottom: 0;
	padding: 20px 20px 0;
}
.compare__table ul.compare-name li .compare-title{
	text-transform:capitalize;
	font-size: calc(var(--font-size-base) + 2px);
	font-family: var(--font-family-second);
}
.compare__table ul.compare-image {
	border-top: 0;
}
.compare__table .remove-compare button {
	display: inline-block;
	line-height: 28px;
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--text-color);
}
.compare__table .remove-compare button:before {
	content: "\ea02";
	font-family: feather;
	font-size: 16px;
	display: inline-block;
	transition: all 0.3s ease;
	line-height: 1;
	position: relative;
	top: 1px;
}
.compare__table .remove-compare button:hover {
	color: var(--theme-color);
}
.compare__table .remove-compare button:hover:before {
	transform: rotate(-90deg);
}
.compare__table .product-card__content {
	margin: 0;
}
.compare__table .product-card__content .wpb-variants-swatch {
	margin: 0;
}
.compare__table .product-card__content .wpb-variants-swatch .swatch-content {
	margin-bottom: 10px;
	justify-content:center;
}
.compare__table .product-card__content .wpb-variants-swatch .swatch-content:last-child {
	margin-bottom: 0;
}
.compare__table .product-price {
	font-size: calc(var(--font-size-base) + 4px);
}
.compare__table .product-card__form .btn--add-to-cart, .compare__table .product-card__form .btn-link {
	width: 100%;
	background: var(--gray-dark);
	line-height: 45px;
	font-size: var(--font-size-base);
	text-transform: capitalize;
	padding: 0 15px;
	font-size: calc(var(--font-size-base) + 2px);
	color: var(--white);
	text-decoration: none;
	border-radius: 5px;
}
.compare__table .product-card__form .btn--add-to-cart:hover, .compare__table .product-card__form .btn-link:hover {
  background: var(--theme-color);
  -webkit-animation-name: text-indent;
  animation-name: text-indent;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.compare__table .inventory-content > #variant-inventory {
  position: relative;
  padding-left: 20px;
  color: var(--gray-dark);
  display: inline-block;
  color: #108043;
}
.compare__table .inventory-content > #variant-inventory:before {
  content: "\e919";
  width: 14px;
  height: 14px;
  background: var(--white);
  display: inline-block;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: calc(50% - 9px);
  font-family: wpbingofont;
  line-height: 1;
  z-index: 2;
}
.compare__table .inventory-content > #variant-inventory:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #108043;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.25;
  top: calc(50% - 9px);
  left: 0;
  transform: scale(1);
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.compare__table .inventory-content > #variant-inventory.out_stock {
  color: red;
}
.compare__table .inventory-content > #variant-inventory.out_stock:after {
  background: red;
}

/*================= 404 PAGE ============*/
.page-not-found {
  padding: 100px 0 60px;
  text-align: center;
}
.page-not-found .page-not-found__heading {
  font-size: 300px;
  line-height: 1;
  font-family: var(--font-family-second);
  color: var(--gray-dark);
}
.page-not-found .page-not-found__title {
  font-size: 50px;
  color: var(--gray-dark);
  font-weight: var(--heading-font-weight-medium);
  margin-bottom: 25px;
  font-family: var(--font-family-second);
  position: relative;
  padding-bottom: 25px;
}
.page-not-found .page-not-found__title:before {
  position: absolute;
  content: "";
  width: 140px;
  height: 2px;
  bottom: 0;
  left: calc(50% - 70px);
  background: #e1e1e1;
}
.page-not-found .page-not-found__summary {
  max-width: 325px;
  margin: auto;
}
.page-not-found .btn-not-found {
  margin-top: 30px;
  padding: 0 40px;
  height: 50px;
  line-height: 46px;
  font-weight: var(--body-font-weight-default);
  font-size: calc(var(--font-size-base) + 2px);
  color: var(--white);
  font-size: var(--font-size-base);
  background: var(--gray-dark);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  z-index: 1;
  border: 2px solid var(--gray-dark);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
}
.page-not-found .btn-not-found:after {
  font-family: feather;
  content: "\e912";
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.page-not-found .btn-not-found:hover {
  background: var(--white);
  color: var(--gray-dark);
}

/*================= QUICKVIEW =================*/
.quickview {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 20px;
}
.quickview.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.quickview.show .quickview__overlay {
  opacity: 1;
  visibility: visible;
}
.quickview.show-content .quickview__content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.quickview .quickview__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.quickview__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  background-color: var(--white);
  transition: all 0.3s ease;
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}
.quickview__content .product-quickview > .row {
  align-items: center;
  margin: 0;
}
.quickview__content .product-quickview .img-quickview {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 450px;
  max-height: 550px;
}
.quickview__content .product-quickview .img-quickview .quickview-images__list:not(.slick-initialized) {
  display: block;
}
.quickview__content .product-quickview .img-quickview .quickview-images__list:not(.slick-initialized) .slick-carousel__item {
  display: none;
}
.quickview__content .product-quickview .img-quickview .quickview-images__list:not(.slick-initialized) .slick-carousel__item:first-child {
  display: block;
}
.quickview__content .product-quickview .img-quickview .slick-list {
  margin: 0;
}
.quickview__content .product-quickview .img-quickview .slick-carousel__item {
  padding: 0;
}
.quickview__content .product-quickview .img-quickview img {
  margin: auto;
  object-fit: contain;
  max-height: 550px;
}
.quickview__content .product-quickview .img-quickview .quickview-images__item {
  text-align:center;
}
.quickview__content .product-quickview .img-quickview video {
  margin: auto;
  max-height: 550px;
}
.quickview__content .product-quickview .img-quickview .slick-arrow {
  font-size: 0;
  color: var(--gray-dark);
  opacity: 1;
  visibility: visible;
  padding: 0;
  text-align: center;
  top: calc(50% - 17.5px);
  background: transparent;
}
.quickview__content .product-quickview .img-quickview .slick-arrow:before {
  font-size: 40px;
  display: inline-block;
}
.quickview__content .product-quickview .img-quickview .slick-arrow.slick-prev {
  left: 15px;
}
.quickview__content .product-quickview .img-quickview .slick-arrow.slick-prev:before {
  content: "\e900";
transform: rotate(-45deg);
}
.quickview__content .product-quickview .img-quickview .slick-arrow.slick-next {
  right: 15px;
}
.quickview__content .product-quickview .img-quickview .slick-arrow.slick-next:before {
	content: "\e901";
transform: rotate(45deg);
}
.quickview__content .product-quickview .img-quickview .slick-arrow.slick-disabled {
  display: none !important;
}
.quickview__content .product-quickview .img-quickview .slick-arrow:hover{
	background: transparent;
}
.quickview__content .product-quickview .img-quickview .slick-arrow:hover:before {
  color: var(--theme-color);
}
.quickview__content .product-quickview .bwp-single-info {
  flex: 1;
  padding:30px;
}
.quickview__content .product-quickview .bwp-single-info .content_product_detail {
  max-height: 400px;
  height: 100%;
  padding: 0 8px;
  overflow: auto;
}
.quickview__content .product-quickview .bwp-single-info .content_product_detail::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.quickview__content .product-quickview .bwp-single-info .content_product_detail::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.quickview__content .product-quickview .bwp-single-info .content_product_detail::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark);
}
.quickview__content .product-quickview .bwp-single-info .product-avaiable.product-avaiable--active .product-avaiable__text:after {
	left: 0;
}
.quickview__content .product-quickview .bwp-single-info .product__vendor {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.quickview__content .product-quickview .bwp-single-info .product__vendor .product__organization__label {
	color: var(--text-color);
	margin-right: 5px;
}
.quickview__content .product-quickview .bwp-single-info .product__vendor .product__organization__text a {
	color: var(--gray-dark);
}
.quickview__content .product-quickview .bwp-single-info .product__vendor .product__organization__text a:hover {
	color: var(--theme-color);
}
.quickview__content .product-quickview .bwp-single-info .product-quickview_title {
	margin-top: 10px;
	margin-bottom: 18px;
	font-size: calc(var(--font-size-heading) - 5px);
	font-weight: var(--heading-font-weight-semibold);
	line-height: 30px;
	color: var(--gray-dark);
	word-break: break-word;
	display: block;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .price-container {
	color: var(--gray-dark);
	font-size: calc(var(--font-size-heading) - 7px);
	font-family: var(--font-family-second);
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 100%;
	display: flex;
	align-items: flex-end;
	font-weight: 700;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .price-container .product-single__unit {
	display: none;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .price-container .product-single__price--wrapper {
	font-size: calc(var(--font-size-base) + 2px);
	color: #9b9b9b;
	text-decoration: line-through;
	margin-right: 5px;
	line-height: 1;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .price-container .product-single__price--compare-at {
	font-size: calc(var(--font-size-base) + 6px);
	font-weight: var(--body-font-weight-default);
	color: #9b9b9b;
	text-decoration: line-through;
	margin-right: 5px;
	line-height: 1;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .product-quickview__description {
	margin-bottom: 15px;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .view-gruop-product-btn {
	width: 100%;
	-webkit-transition: none;
	transition: none;
	font-size: calc(var(--font-size-base) + 2px);
	text-transform: capitalize;
	line-height: 40px;
	position: relative;
	background: var(--gray-dark);
	color: var(--white);
	text-align: center;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	flex: 1;
	margin: 0;
	white-space: nowrap;
	border: 0;
	border-radius: 5px;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .view-gruop-product-btn:hover {
	background: var(--theme-color);
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .view-gruop-product-btn:hover span {
	display: inline-block;
	-webkit-animation-name: text-transform;
	animation-name: text-transform;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart {
	display: flex;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart {
	-webkit-transition: none;
	transition: none;
	font-size: calc(var(--font-size-base) - 4px);
	text-transform: uppercase;
	line-height: 40px;
	position: relative;
	background: var(--gray-dark);
	color: var(--white);
	text-align: center;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	flex: 1;
	margin: 0;
	white-space: nowrap;
	border: 0;
	letter-spacing: 0.6px;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart:hover {
	background: var(--theme-color);
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart:hover span {
	display: inline-block;
	-webkit-animation-name: text-transform;
	animation-name: text-transform;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart.active span {
	-webkit-animation-name: none !important;
	animation-name: none !important;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart.active:before {
	position: relative;
	display: inline-block;
	content: "";
	border: 2px solid rgba(255,255,255, 0.25);
	border-top-color: var(--white);
	width: 18px;
	height: 18px;
	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: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	left: -10px;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart.added span {
	-webkit-animation-name: none !important;
	animation-name: none !important;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .product-group__add-to-cart .add-group-to-cart.added:before {
	content: "\e92b";
	font-family: feather;
	display: inline-block;
	font-size: 20px;
	color: var(--white);
	left: -10px;
	top: 3px;
	line-height: 1;
	position: relative;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table {
	border: 1px solid var(--border-color);
	margin-bottom: 30px;
	width: 100%;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group {
	display: flex;
	padding: 12px 15px;
	border-bottom: 1px solid var(--border-color);
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group:last-child {
	border-bottom: 0;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-content {
	display: flex;
	align-items: center;
	flex: 1;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-thumb {
	flex: 0 0 60px;
	margin-right: 10px;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-title {
	font-size: calc(var(--font-size-base) - 4px);
	font-weight: var(--body-font-weight-default);
	margin: 0 0 2px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-width: 250px;
	font-family: var(--font-family-base);
	display: -webkit-box;
	text-transform:uppercase;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-title a {
  color: var(--gray-dark);
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-title a:hover {
  color: var(--theme-color);
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group select {
  height: 30px;
  border-color: var(--border-color);
  color: var(--gray-dark);
  font-size: 12px;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-price {
  color: var(--gray-dark);
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .quantity-content {
	margin: 0;
	border: 1px solid var(--gray-dark);
	height: 30px;
	display: inline-block;
	position: relative;
	width: 90px;
	display: flex;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .quantity-content button {
	background: transparent;
	line-height: 15px;
	border: none;
	width: 30px;
	height: 28px;
	border: 0;
	color: var(--gray-dark);
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .quantity-content input {
	width: 30px;
	border: 0;
	border-left:1px solid var(--gray-dark);
	border-right:1px solid var(--gray-dark);
	text-align: center;
}
.quickview__content .product-quickview .bwp-single-info .countdown-quickview {
  margin-bottom: 30px;
  font-size: calc(var(--font-size-base) + 2px);
  color: #f11e1e;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 15px 12px 60px;
  font-weight: var(--body-font-weight-default);
  position: relative;
  line-height: 26px;
  background: #f7ebec;
  font-weight: var(--body-font-weight-medium);
}
.quickview__content .product-quickview .bwp-single-info .countdown-quickview.hidden {
  display: none;
}
.quickview__content .product-quickview .bwp-single-info .countdown-quickview .icon {
  font-size: 18px;
  position: absolute;
  height: 100%;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f11e1e;
  color: var(--white);
}
.quickview__content .product-quickview .bwp-single-info .countdown-quickview .icon svg {
  height: 30px;
  animation: qv-hourglass 1s linear infinite;
}
.quickview__content .product-quickview .bwp-single-info .countdown-quickview .icon svg .outer {
	fill: var(--white);
}
.quickview__content .product-quickview .bwp-single-info .countdown-quickview .icon svg .middle {
	fill: #f11e1e;
}
.quickview__content .product-quickview .bwp-single-info .countdown-quickview .countdown {
	padding: 0;
	justify-content: flex-start;
	display:flex;
	flex-wrap:wrap;
}
.quickview__content .product-quickview .bwp-single-info .countdown-quickview .countdown > div:before {
	content: ":";
	display: inline-block;
	margin: 0 5px;
}
.quickview__content .product-quickview .bwp-single-info .countdown-quickview .countdown > div:first-child:before {
	display: none;
}
.quickview__content .product-quickview .bwp-single-info .variants__label {
	color: var(--gray-dark);
}
.quickview__content .product-quickview .bwp-single-info .variants__options {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.quickview__content .product-quickview .bwp-single-info .variants__options .js-quickview-option-selector {
  width: 100%;
  line-height: 40px;
  border: 0;
  height: 40px;
  padding: 0 15px;
  font-size: 15px;
  width: 100%;
  border: 1px solid #e5e5e5;
  color: var(--text-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #cccccc, #cccccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 0em;
  background-repeat: no-repeat;
}
.quickview__content .product-quickview .bwp-single-info .variants__options .js-quickview-option-selector:focus-visible {
  outline: unset;
}
.quickview__content .product-quickview .bwp-single-info .variants__options .js-quickview-option-selector option {
  line-height: 30px;
  font-size: var(--font-size-base);
}
.quickview__content .product-quickview .bwp-single-info .single-option-selector {
  position: relative;
  margin: 0 10px 10px 0;
}
.quickview__content .product-quickview .bwp-single-info .single-option-selector input {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}
.quickview__content .product-quickview .bwp-single-info .single-option-selector label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0;
  background-color: var(--white);
  border: 1px solid #ccc;
  font-size: calc(var(--font-size-base) + 2px);
  line-height: 1;
  text-align: center;
  color: var(--gray-dark);
  text-align: center;
  line-height: 25px;
  padding: 5px 7px;
  min-width: 40px;
  box-shadow: 0 0 1px 1px #ddd;
  border: 2px solid #fff;
  border-radius: 5px;
  font-family: var(--font-family-second);
}
.quickview__content .product-quickview .bwp-single-info .single-option-selector label:hover {
	background: var(--theme-color);
	border-color: var(--gray-dark);
	color: var(--white);
}
.quickview__content .product-quickview .bwp-single-info .single-option-selector label:after {
  content: "";
  position: absolute;
  top: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: -4px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
}
.quickview__content .product-quickview .bwp-single-info .single-option-selector label.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.quickview__content .product-quickview .bwp-single-info .single-option-selector label.disabled::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #d7d7d7, transparent calc(50% + 1px));
}
.quickview__content .product-quickview .bwp-single-info .single-option-selector input[type=radio]:checked + label {
  border-color: var(--gray-dark);
  background: var(--theme-color);
  color: var(--white);
  box-shadow: none;
}
.quickview__content .product-quickview .bwp-single-info .single-option-selector input[type=radio]:checked + label:after {
  border-color: var(--gray-dark);
}
.quickview__content .product-quickview .bwp-single-info .single-option-selector input[type=radio]:checked + label.disabled {
  border-color: #ccc;
  background: var(--white);
  color: var(--gray-dark);
}
.quickview__content .product-quickview .bwp-single-info .single-option-selector input[type=radio].disabled + label {
  cursor: not-allowed;
  opacity: 0.5;
}
.quickview__content .product-quickview .bwp-single-info .single-option-selector input[type=radio].disabled + label::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #d7d7d7, transparent calc(50% + 1px));
}
.quickview__content .product-quickview .bwp-single-info .product-quantity__select {
  border: 0;
  min-width: 50px;
  height: 45px;
  padding: 0 10px;
  font-size: 15px;
}
.quickview__content .product-quickview .bwp-single-info .product-quantity__select:focus-visible {
	outline: unset;
}
.quickview__content .product-quickview .bwp-single-info .product-quantity__select option {
	line-height: 30px;
	font-size: var(--font-size-base);
}
.quickview__content .product-quickview .bwp-single-info .product-form__item {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.quickview__content .product-quickview .bwp-single-info .product-form__item .variants__label {
	color: var(--gray-dark);
	margin-right: 10px;
	font-weight: var(--body-font-weight-default);
	width: 100%;
	margin-bottom: 15px;
}
.quickview__content .product-quickview .bwp-single-info .product-form__item.image .single-option-selector {
  margin-right: 20px;
}
.quickview__content .product-quickview .bwp-single-info .product-form__item.image .single-option-selector label {
  font-size: 0;
  border: 0;
  overflow: unset;
  border-radius: 0;
  width: 35px;
  height: 35px;
}
.quickview__content .product-quickview .bwp-single-info .product-form__item.image .single-option-selector label:after {
  border-radius: 0;
}
.quickview__content .product-quickview .bwp-single-info .product-form__item.color .single-option-selector {
  margin-right: 15px;
}
.quickview__content .product-quickview .bwp-single-info .product-form__item.color .single-option-selector label {
  font-size: 0;
  border: 0;
  overflow: unset;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.quickview__content .product-quickview .bwp-single-info .product-form__item.color .single-option-selector label:hover:after {
  opacity: 1;
  visibility: visible;
}
.quickview__content .product-quickview .bwp-single-info .product-form__item.label .single-option-selector label:after {
  display: none;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__avaiable {
  margin: 5px 0 15px;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__avaiable .product-avaiable {
  display: none;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__avaiable .product-avaiable.product-avaiable--active {
  display: block;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons_external a {
  -webkit-transition: none;
  transition: none;
  font-size: calc(var(--font-size-base) - 2px);
  text-transform: uppercase;
  line-height: 50px;
  position: relative;
  background: var(--gray-dark);
  color: var(--white);
  text-align: center;
  margin-right: 20px;
  padding: 0 15px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0;
  white-space: nowrap;
  border: 0;
  font-family: var(--font-family-base);
  font-weight: var(--body-font-weight-medium);
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons_external a:hover {
  background: var(--theme-color);
  -webkit-animation-name: text-indent;
  animation-name: text-indent;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons {
  display: flex;
  flex-wrap: wrap;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-single__add-to-cart {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .btn--add-to-cart {
	-webkit-transition: none;
	transition: none;
	font-size: calc(var(--font-size-base) + 4px);
	text-transform: capitalize;
	line-height: 48px;
	position: relative;
	color: var(--gray-dark);
	text-align: center;
	margin-right: 20px;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	flex: 1;
	margin: 0;
	white-space: nowrap;
	border: 1px solid var(--gray-dark);
	font-family: var(--font-family-second);
	border-radius: 5px;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .btn--add-to-cart:hover {
  background: var(--theme-color);
  color: var(--white);
  border-color: var(--theme-color);
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .btn--add-to-cart.active:before {
  position: relative;
  display: inline-block;
  content: "";
  border: 2px solid rgba(255,255,255, 0.25);
  border-top-color: var(--white);
  width: 18px;
  height: 18px;
  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: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -10px;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .btn--add-to-cart.added:before {
  content: "\e92b";
  font-family: feather;
  display: inline-block;
  font-size: 20px;
  color: var(--white);
  left: -10px;
  top: 3px;
  line-height: 1;
  position: relative;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .shopify-payment-button {
	width: 100%;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .shopify-payment-button .shopify-payment-button__button {
	background: var(--theme-color);
	border-radius: 0;
	font-size: var(--font-size-base);
	text-transform: uppercase;
	line-height: 50px;
	position: relative;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 10px 0;
	white-space: nowrap;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .shopify-payment-button .shopify-payment-button__button:hover {
	background: var(--gray-dark);
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .shopify-payment-button .shopify-payment-button__button--hidden {
	display: none;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity {
	margin: 0;
	background: #fff;
	border:1px solid #e5e5e5;
	height: 50px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	border-radius: 5px;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__number {
	width: 120px;
	border: 0;
	height: 49px;
	text-align: center;
	padding: 0 40px;
	font-size: 18px;
	background: transparent;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__adjust--minus {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	line-height: 50px;
	border: none;
	width: 40px;
	height: 49px;
	color: var(--gray-dark);
	font-size: 18px;
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__adjust--minus:hover {
	color: var(--theme-color);
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__adjust--plus {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	line-height: 50px;
	border: none;
	font-size: 18px;
	width: 40px;
	height: 49px;
	color: var(--gray-dark);
}
.quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__adjust--plus:hover {
	color: var(--theme-color);
}
.quickview__btn-close {
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
	z-index: 9;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 6px;
	border: 1px solid var(--border-color);
	background: var(--white);
	padding: 0;
	border-radius: 50%;
}
.quickview__btn-close:before, .quickview__btn-close: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;
}
.quickview__btn-close:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.quickview__btn-close:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.quickview__btn-close:hover:before, .quickview__btn-close:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.quickview-images {
	display: block;
	overflow: hidden;
}
.quickview-images .quickview-images__list .slick-track{
	display: flex;
    align-items: center;
	flex-wrap:wrap;
}
.product-avaiable.product-avaiable--active {
	display: block;
}
.product-avaiable.product-avaiable--active .product-avaiable__text {
	position: relative;
	padding-left: 25px;
	color: #108043;
}
.product-avaiable.product-avaiable--active .product-avaiable__text:before {
	content: "\e919";
	width: 14px;
	height: 14px;
	background: white;
	border-radius: 50%;
	left: 0;
	position: absolute;
	top: calc(50% - 7px);
	line-height: 14px;
	font-family: wpbingofont;
}
.product-avaiable.product-avaiable--active .product-avaiable__text:after {
	z-index: -1;
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background: #108043;
	display: inline-block;
	border-radius: 50%;
	opacity: 0.25;
	top: calc(50% - 7px);
	left: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-animation-name: scale;
	animation-name: scale;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.product-avaiable.product-avaiable--active .product-avaiable__text.product-avaiable__text--outstock {
	color: red;
}
.product-avaiable.product-avaiable--active .product-avaiable__text.product-avaiable__text--outstock:after {
	background: red;
}
body.not-scroll {
	overflow: hidden;
}
body.qv_overlay-layer:before, body.editv_overlay-layer:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease, visibility 0s ease;
	transition: opacity 0.3s ease, visibility 0s ease;
	z-index: 9999;
}
body:not(.template-index) .bwp-header {
	border-bottom: 1px solid var(--border-color);
}
body:not(.template-index) .bwp-header .header-top {
	border-bottom: 1px solid rgba(255,255,255, 0.15);
}
body:not(.template-index) .bwp-header .header-top .header-text span:before {
	color: var(--gray-dark);
}
body:not(.template-index) .bwp-header .header-top .header-text:before {
	background: #d4d4d4;
}
body:not(.template-index) .bwp-header .header-top .header-top__nav li:before {
	background: #d4d4d4;
}
body#about-us:not(.template-index) .bwp-header {
	border-bottom: 0;
}

/*================== WISHLIST ================*/
#wishlists .wishlist_empty {
  text-align: center;
  font-size: calc(var(--font-size-base) + 4px);
}
#wishlists .wishlist__grid {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  gap: 15px;
}
#wishlists .wishlist__grid.loading_wishlist {
  position: relative;
  padding: 50px 0;
}
#wishlists .wishlist__grid.loading_wishlist:before {
  position: absolute;
  display: inline-block;
  content: "";
  border: 2px solid var(--gray-dark-25);
  border-top-color: var(--gray-dark);
  width: 30px;
  height: 30px;
  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: 30px;
  left: calc(50% - 15px);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1;
}
#wishlists .wishlist__grid.loading_wishlist * {
  opacity: 0;
}
#wishlists .wishlist__grid .product-content-card {
  max-width: 24%;
  flex: 0 0 24%;
  padding: 15px;
  border: 1px solid #c4c4c4;
  border-radius: 15px;
}

#wishlists .product-card__price .product-price.price-sale {
  margin-left: 5px;
}
#wishlists .wishlist__grid .product-card-wishlist .product-card__content .content-top {
  display: flex;
  justify-content: space-between;
}
#wishlists .wishlist__grid .product-card-wishlist .product-card__content .wpb-variants-swatch .swatch-content {
  justify-content: revert;
}
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
}
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist:before {
  content: attr(data-title);
  position: absolute;
  padding: 0 10px;
  background: #2973C9;
  border-radius: 3px;
  color: var(--white);
  top: calc(50% - 11.5px);
  line-height: 23px;
  white-space: nowrap;
  right: calc(100% + 10px);
  font-size: 12px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#wishlists .wishlist__grid .product-card-wishlist .product-card__buttons {
  bottom: -10px !important;
  right: 10px !important;
  top: auto !important;
  width: 40px !important;
  
}
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 100%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent var(--theme-color);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist:hover:before, #wishlists .wishlist__grid .product-card-wishlist .button-wishlist:hover:after {
  opacity: 1;
  visibility: visible;
}
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button {
  color: var(--gray-dark);
  display: inline-block;
  text-align: center;
  background: var(--white);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 0;
  font-size: 0;
  white-space: nowrap;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.0392156863);
}
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button:before {
  content: "\ea02";
  font-family: "feather";
  font-size: calc(var(--font-size-base) + 4px);
  display: inline-block;
}

@media (max-width: 767px) {
  #wishlists .wishlist__grid .product-card-wishlist .button-wishlist button:before {
    font-size: 14px;
    margin-top: 2px;
  }
  #wishlists .wishlist__grid .product-card-wishlist .button-wishlist button {
    line-height: 16px;
  }
}
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button span {
  display: none;
}
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button.active {
  color: var(--gray-dark);
  background: var(--white);
}
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button.load-wishlist:before {
  position: relative;
  display: inline-block;
  content: "";
  border: 2px solid var(--gray-dark-50);
  border-top-color: var(--gray-dark);
  width: 16px;
  height: 16px;
  background: none;
  animation: 2s linear 0s normal none infinite running spin-load;
  text-indent: 0;
  top: 8px;
  border-radius: 50%;
}
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button.load-wishlist:hover:before {
  border: 2px solid rgba(255,255,255, 0.5);
  border-top-color: var(--white);
}
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button:hover, #wishlists .wishlist__grid .product-card-wishlist .button-wishlist button:focus {
  outline: 0;
  box-shadow: none;
}
#wishlists .wishlist__grid .product-card-wishlist .button-wishlist button:hover {
  color: var(--white);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-animation-name: beat;
  animation-name: beat;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*============= BEFORE-YOU-LEAVE ==============*/
#before-you-leave {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}
#before-you-leave .close-full {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--gray-dark-25);
}
#before-you-leave .close {
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	background: var(--white);
	border-radius: 50px;
}
#before-you-leave .close:before, #before-you-leave .close: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;
}
#before-you-leave .close:before {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#before-you-leave .close:after {
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#before-you-leave .close:hover:before, #before-you-leave .close:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#before-you-leave .content-you-leave {
	position: fixed;
	right: 0;
	width: 100%;
	max-width: 380px;
	background: var(--white);
	overflow: auto;
	height: 100%;
}
#before-you-leave .content-you-leave::-webkit-scrollbar-track {
	background-color: #ececec;
}
#before-you-leave .content-you-leave::-webkit-scrollbar {
	width: 2px;
	background-color: #ececec;
}
#before-you-leave .content-you-leave::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark);
}
#before-you-leave .content-top {
	position: relative;
	margin-bottom: 35px;
}
#before-you-leave .content-top h2 {
	position: absolute;
	margin: 0;
	font-size: calc(var(--font-size-heading) - 5px);
	width: 100%;
	padding: 0 25px;
	bottom: 30px;
	color: var(--white);
}
#before-you-leave .desc {
	font-size: calc(var(--font-size-base) + 2px);
	text-align: center;
	margin-bottom: 10px;
}
#before-you-leave .desc span {
	font-size: calc(var(--font-size-heading) - 8px);
	color: var(--theme-color);
}
#before-you-leave .code {
	text-align: center;
	margin-bottom: 25px;
}
#before-you-leave .code span {
	color: var(--gray-dark);
	text-decoration: underline;
	font-weight: var(--body-font-weight-medium);
}
#before-you-leave .button {
	padding: 0 30px;
	text-align: center;
	margin-bottom: 30px;
}
#before-you-leave .button a {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	line-height: 20px;
	background: var(--gray-dark);
	color: var(--white);
	font-size:calc(var(--font-size-base) + 2px);
	border-radius: 5px;
	text-transform: capitalize;
}
#before-you-leave .button a:hover {
	background: var(--theme-color);
}
#before-you-leave .title-product-leave {
	font-size: var(--font-size-base);
	padding: 0 30px;
	margin-bottom: 25px;
	font-family:var(--font-family-base);
}
#before-you-leave .content-product {
	padding: 30px;
	border-top: 1px solid var(--border-color);
}
#before-you-leave .product-card {
	display: flex;
}
#before-you-leave .product-card .product-card__image-wrapper {
	flex: 0 0 120px;
	max-width: 120px;
}
#before-you-leave .product-card .product-card__content {
	flex: 1;
	padding-left: 20px;
	margin: 0;
}
#before-you-leave .product-card .product-card__content .product-review {
	margin: 0 0 5px;
}
#before-you-leave .product-card .product-card__content .wpb-variants-swatch {
	margin-top: 0;
}
#before-you-leave .product-card .product-card__content .wpb-variants-swatch .swatch-content {
	justify-content: revert;
}
#before-you-leave .product-card .product-card__content .product-card__price {
	margin-bottom: 10px;
}
#before-you-leave .product-card .product-card__content .product-card__price .product-price.product-price--regular {
	font-size: calc(var(--font-size-base) - 2px);
}
#before-you-leave .product-card .product-card__content .product-group-price {
	font-size: var(--font-size-base);
}
#before-you-leave .content-button {
	display: flex;
}
#before-you-leave .content-button .product-card__form {
	flex: 1;
	margin-right: 5px;
}
#before-you-leave .content-button .product-card__form .btn {
	border: 1px solid var(--border-color);
	padding: 5px 10px;
	line-height: 20px;
	color: var(--gray-dark);
	text-align: center;
	width: 100%;
	font-size: var(--font-size-base);
	font-family: var(--font-family-second);
	border-radius: 5px;
	text-transform: capitalize;
}
#before-you-leave .content-button .product-card__form .btn:hover {
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: var(--white);
}
#before-you-leave .content-button .button-wishlist button {
	width: 32px;
	height: 32px;
	padding: 0;
	text-align: center;
	line-height: 30px;
	border: 1px solid var(--border-color);
	color: var(--gray-dark);
	background: var(--white);
	border-radius: 5px;
}
#before-you-leave .content-button .button-wishlist button:before {
	content: "\e905";
	font-family: icomoon;
	font-size: 20px;
	display: inline-block;
}
#before-you-leave .content-button .button-wishlist button.active {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white);
}
#before-you-leave .content-button .button-wishlist button.active.load-wishlist:before {
  border: 2px solid rgba(255,255,255, 0.5);
  border-top-color: var(--white);
}
#before-you-leave .content-button .button-wishlist button:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white);
}
#before-you-leave .content-button .button-wishlist button.load-wishlist:before {
  position: relative;
  display: inline-block;
  content: "";
  border: 2px solid var(--gray-dark-50);
  border-top-color: var(--gray-dark);
  width: 16px;
  height: 16px;
  background: none;
  animation: 2s linear 0s normal none infinite running spin-load;
  text-indent: 0;
  top: 3px;
  border-radius: 50%;
}
#before-you-leave .content-button .button-wishlist button.load-wishlist:hover:before {
  border: 2px solid rgba(255,255,255, 0.5);
  border-top-color: var(--white);
}
@media (min-width: 576px) {
  .col-sm-2-5 {
    flex: 20%;
    max-width: 20%;
  }
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
  .col-md-2-5 {
    flex: 20%;
    max-width: 20%;
  }
   .hidden-desktop {
    display: none;
  }
  .header-cart:hover .header-cart__content, .header-cart:focus .header-cart__content {
    opacity: 1;
    visibility: visible;
  }
  .order__table tbody tr:first-child td {
    padding-top: 24px;
  }
  .order__table tbody tr:last-child td {
    padding-bottom: 24px;
  }
  .order__table--quantity {
    text-align: center;
  }
  #before-you-leave.active {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-content {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 991px) {
  .col-lg-2-5 {
    flex: 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .related-artibles__card-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .related-artibles__card-content {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .catalog-menu:hover .catalog-menu__content {
    opacity: 1;
    visibility: visible;
  }
  .catalog-menu__content {
    display: block !important;
    height: auto !important;
    opacity: 0;
    visibility: hidden;
  }
  .catalog-menu__item a.catalog-menu__collapse-toggle {
    display: none;
  }
  .catalog-menu--has-dropdown .catalog-menu__dropdown {
    display: block;
  }
  .catalog-menu--has-dropdown:hover > .catalog-menu__dropdown {
    visibility: visible;
    opacity: 1;
    left: 100%;
  }
  .catalog-menu__dropdown {
    position: absolute;
    top: 0;
    left: 110%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: var(--white);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
  }
  .main-menu__mobile {
    display: none;
  }
   .product-card .content-button-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
	.menu-mobile {
		display: none;
	}
  .col-xx-2-5 {
    flex: 20%;
    max-width: 20%;
  }
  .hidden-lg {
    display: none !important;
  }
   .product-card .product-card__form.mobile {
    display: none;
  }
	.product-card.hover_style_2:hover .product-card__price {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
  }
	.product-card.hover_style_8 .product-review .spr-badge-caption{
		color:#fff;
	}
	.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .more-variant {
		color: var(--white);
	}
	.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .more-variant:hover {
		color: var(--gray-dark);
		background: var(--white);
		border-color: var(--white);
	}
	.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.color .more-variant {
		color: var(--white);
		border-color:#fff;
	}
	.product-card.hover_style_8 .wpb-variants-swatch .swatch-content.color .more-variant:hover {
		color: var(--gray-dark);
		background: var(--white);
		border-color: var(--white);
	}
  .product-card.hover_style_8 .product-card__image-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--gray-dark-50);
    transform: scale(0.8);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
  }
  .product-card.hover_style_8 .product-card__content {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.8);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
  }
  .product-card.hover_style_8 .product-card__content .product-card__name a {
    color: var(--white);
  }
  .product-card.hover_style_8 .product-card__content .product-card__name a:hover {
    color: var(--theme-color);
  }
  .product-card.hover_style_8 .product-card__content .product-card__price .product-price {
    color: var(--white);
  }
  .product-card.hover_style_8 .product-card__content .wpb-variants-swatch {
    background: transparent;
  }
  .product-card.hover_style_8 .product-card__content .wpb-variants-swatch .swatch-items label:before {
    border-color: var(--white);
  }
}
@media (min-width: 1440px) {
  .col-xl-2-5 {
    flex: 20%;
    max-width: 20%;
  }
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 1510px) and (min-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1500px) {
  .slick-prev {
    left: -15px;
  }
  .slick-next {
    right: -15px;
  }
}
@media (max-width: 1199px) {
  .slick-list {
    margin: 0 -7.5px;
  }
  .slick-list .slick-slide {
    padding: 0 7.5px;
  }
  .slick-carousel .slick-carousel__item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .search-toggle {
    margin-right: 15px;
  }
  .header-account {
    margin-right: 15px;
  }
  .header-promotion {
    display: none;
  }
  .main-menu__nav-item {
    padding: 0 10px;
  }
  .product-card.hover_style_8 .product-card__content {
    padding: 0;
  }
  .product-card.hover_style_8 .wpb-variants-swatch .swatch-content .swatch-items label:before {
    border-color: #868686;
  }
  .product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .title {
    color: var(--gray-dark);
  }
  .product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .swatch-items label {
    color: var(--text-color);
  }
  .product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .swatch-items.active label, .product-card.hover_style_8 .wpb-variants-swatch .swatch-content.label .swatch-items:hover label {
    color: var(--gray-dark);
    border-color: var(--gray-dark);
  }
  .product-card.hover_style_9 .product-variants__content{
	  padding:10px 10px 5px;
  }
  .product-card .product-card__buttons {
    display: none;
  }
  .product-card .product-card__form:not(.mobile) {
    display: none;
  }
  .cookie-consent {
    bottom: 80px;
  }
  .compare__table {
    display: none;
  }
  #wishlists .wishlist__grid {
    margin: 0 -7.5px;
  }
  #wishlists .wishlist__grid .product-content-card {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 7.5px;
  }
  .product-card.hover_style_6 .btn-gruop{
		display:none;
	}
}
@media (max-width: 1024px) {
  .header-bottom__inner {
    flex-flow: row wrap;
  }
  .catalog-menu {
    width: 100%;
    padding: 5px 0;
  }
  .catalog-menu__title {
    padding: 8px 0;
    border-right: none;
  }
  .catalog-menu__title::before, .catalog-menu__title::after,.catalog-menu__title span::before {
    display: none;
  }
  .catalog-menu--has-dropdown > a:not(.catalog-menu__collapse-toggle) {
    display: none;
  }
  .catalog-menu__dropdown {
    padding-left: 15px;
    padding-bottom: 10px;
  }
	.product-card.hover_style_5 .content-title-wishlist .button-wishlist{
		display:none;
	}
}
@media (max-width: 991px) {
  .hide_ipad {
    display: none !important;
  }
  .product-card.hover_style_3 .product-card__quickview:not(.mobile) {
    display: none;
  }
  .product-card.hover_style_6 .button-compare {
    display: none !important;
  }
  .product-card.hover_style_6 .product-card__buttons > div {
    flex: 0 0 100%;
  }
  .product-card.hover_style_9 .product-card__form:not(.mobile) {
    display: none;
  }
  .product-card.hover_style_9 .wpb-variants-swatch.mobile {
    display: block;
  }
  .product-card__image-wrapper.slider .slick-arrow {
    width: 20px;
    height: 30px;
    top: calc(50% - 15px);
    line-height: 30px;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .product-card__image-wrapper.slider .slick-arrow:before {
    font-size: 11px;
  }
  .product-card__buttons > div.product-card__quickview {
    display: none;
  }
  .product-card__buttons .button-compare {
    display: none !important;
  }
  .wpbingo-breadcrumbs .bwp_slider-carousel.style_1 .item-collection a h2 span {
    min-width: unset;
    width: 100%;
  }
  .wpbingo-breadcrumbs .bwp_slider-carousel.style_1 .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .wpbingo-breadcrumbs .bwp_slider-carousel.style_2 .slick-arrow {
    opacity: 1;
    visibility: visible;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--theme-color);
    padding: 0;
    color: var(--white);
  }
  .wpbingo-breadcrumbs .bwp_slider-carousel.style_2 .slick-arrow:before {
    font-size: 20px;
    color: var(--white);
  }
  .wpbingo-breadcrumbs .bwp_slider-carousel.style_2 .slick-arrow.slick-prev {
    left: -10px;
  }
  .wpbingo-breadcrumbs .bwp_slider-carousel.style_2 .slick-arrow.slick-next {
    right: -10px;
  }
  .cart-modal__inner .cart-modal-recommendations {
    display: none;
  }
  .page-account__inner .page-account__content .nav-StickySidebar {
    width: 40%;
  }
  .page-account__inner .page-account__content .account__content {
    width: 60%;
  }
  .page-account__inner .login-form-container {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .page-account__inner .login-form-container > div {
    padding: 0 15px;
  }
  .addresses__item {
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
  .newsletter-popup .image {
    display: none;
  }
  .newsletter-popup.newsletter-popup--active .newsletter-popup__inner {
    width: calc(100% - 30px);
    max-width: 400px;
    padding: 0;
  }
  .newsletter-popup.newsletter-popup--active .newsletter-popup__content {
    width: 100%;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .newsletter-popup .newsletter-popup__inner {
    width: calc(100% - 30px);
    max-width: 400px;
    padding: 0;
  }
  .newsletter-popup .newsletter-popup__content {
    width: 100%;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .newsletter-popup .title-newsletter {
    font-size: calc(var(--font-size-heading) - 5px);
  }
  .quickview.show-content .quickview__content {
    max-width: 700px;
  }
  .quickview__content .product-quickview .img-quickview {
    max-width: 320px;
  }
  body.qv_overlay-layer:before, body.editv_overlay-layer:before {
    z-index: 9999;
  }
  #wishlists .wishlist__grid {
    margin: 0 -7.5px;
  }
  #wishlists .wishlist__grid .product-content-card {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .hidden-mobile {
    display: none;
  }
  .slick-arrow:before {
    font-size: 30px;
  }
  .slick-arrow {
    line-height: 25px;
    padding: 0;
    color: var(--gray-dark);
    text-align: center;
    opacity: 1;
    visibility: visible;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .slick-carousel .slick-carousel__item.slick-slider-collection {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hide_mobile {
    display: none !important;
  }
  .main-menu__mobile {
    margin-right: 4px;
  }
  .header-mobile .header-right .wishlist-mobile {
    margin-right: 5px;
  }
  .menu-mobile__inner {
    max-width: 90vw;
  }
  .menu-mobile__nav {
    max-width: calc(100vw - 30px);
  }
  .mm-nav__links-wrapper {
    max-width: calc(100vw - 30px);
  }
  .products__col {
    padding: 8px;
  }
  .product-card.hover_style_6 .button-wishlist:not(.mobile) {
    display: none;
  }
  .wpb-variants-swatch .swatch-items label span {
    display: none;
  }
  .wpb-variants-swatch .swatch-items label {
    margin: 2px 5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  .wpb-variants-swatch .swatch-content.label .swatch-items label {
    margin: 2px 4px;
  }
  .cart-modal__inner {
    padding: 0 20px;
  }
  .cart-modal__inner .cart-modal__header {
    padding: 20px 0;
  }
  .cart-modal__middle {
    margin: 0;
  }
  .cart-modal__middle:before {
    display: none;
  }
  .cart-modal__middle > div {
    padding: 0;
  }
  .cart-modal__product {
    width: 100%;
    flex: 0 0 100%;
    border: 0;
  }
  .cart-modal__product img {
    max-width: 80px;
	border-radius: 5px;
  }
  .cart-modal__content {
    width: 100%;
    flex: 0 0 100%;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px !important;
    margin-top: 20px;
  }
  .cart-modal__messenger {
    font-size: var(--font-size-base);
  }
  .ajaxcart-currency {
    padding: 0 15px;
  }
  .ajaxcart_terms_conditions {
    padding: 0 15px;
  }
  .content_terms_conditions h2 {
    font-size: calc(var(--font-size-base) + 2px);
  }
  .ajaxcart .gift-wrap label {
    justify-content: center;
  }
  .cart-product-info__qty .wpbingo-qty {
    margin-left: 0;
  }
  .edit_variant-cart-container {
    opacity: 0;
    visibility: hidden;
  }
  .edit_variant-cart-container.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
  }
  .edit_variant-cart-container .edit_variant-cart__content {
    padding: 30px;
  }
  .edit_variant-cart-container .product-edit_variants_title {
    font-size: calc(var(--font-size-base) + 2px);
  }
  .edit_variant-cart-container .img-edit_variants, .edit_variant-cart-container .bwp-single-info {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .edit_variant-cart-container .slick-arrow {
    opacity: 0;
    visibility: hidden;
  }
  .edit_variant-cart-container .bwp-single-info {
    position: relative;
    opacity: 1;
    z-index: 2;
    visibility: visible;
    padding: 0;
  }
  .edit_variant-cart-container .product-edit_variants__images {
    max-width: 200px;
    margin: 0 auto 30px;
  }
  .page-title {
    margin: 0;
    font-size: calc(var(--font-size-base) + 4px);
  }
  .page-account__inner .page-account__content .nav-StickySidebar {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
  }
  .page-account__inner .page-account__content .account__content {
    width: 100%;
    padding: 0;
  }
  .page-account__inner .login-form-container {
    padding: 0;
  }
  .page-account__inner .login-form-container > div {
    width: 100%;
    flex: 0 0 100%;
  }
  .page-account__inner .login-form-container .content-register {
    margin-top: 60px;
  }
  .form-link {
    margin: 15px 0 0;
  }
  .page__inner {
	padding: 0 0 50px;
	}
  .addresses .modal-header {
    padding: 20px 15px;
  }
  .addresses .modal-body {
    padding: 15px;
  }
  .addresses__grid {
    margin-left: -8px;
    margin-right: -8px;
  }
  .address-card {
    padding: 20px;
  }
  .cookie-consent {
    left: 0;
    max-width: 100%;
    bottom: 50px;
  }
  .table--responsive thead {
    display: none;
  }
  .table--responsive tfoot th {
    display: none;
  }
  .table--responsive tr {
    display: block;
  }
  .table--responsive td,
.table--responsive th {
    display: block;
  }
  .table--responsive td {
    text-align: right;
  }
  .table--responsive td::before {
    content: attr(data-label);
    float: left;
    padding: 3px 0 0;
    color: var(--gray-dark);
    font-family: var(--font-family-second);
    font-size: calc(var(--font-size-base) - 1px);
    font-weight: var(--heading-font-weight-medium);
    text-transform: uppercase;
    line-height: 18px;
  }
  .table--responsive .orders__table-section {
    margin: 0 0 30px;
    border-bottom: 2px solid var(--text-color);
  }
  .table--responsive .orders__table-section:last-child {
    margin-bottom: 0;
  }
  .table--responsive .orders__table-product {
    text-align: center;
  }
  .table--responsive .orders__table-product::before {
    width: 100%;
    text-align: center;
  }
  .sale-nofication {
    display: none !important;
  }
  .page-not-found .page-not-found__heading {
    font-size: 150px;
  }
  .page-not-found .page-not-found__title {
    font-size: calc(var(--font-size-heading) - 5px);
  }
  .quickview {
    padding: 0;
    justify-content: right;
  }
  .quickview [data-quickview-container] {
    height: 100%;
  }
  .quickview .quickview__content {
    height: 100%;
  }
  .quickview__content {
    max-width: 400px;
    width: calc(100% - 30px);
    transform: translateX(100%);
  }
  .quickview__content .product-quickview {
    height: 100%;
  }
  .quickview__content .product-quickview > .row {
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
  }
  .quickview__content .product-quickview .img-quickview {
    max-width: 100%;
    flex: 1;
    background: #f5f5f5;
  }
  .quickview__content .product-quickview .img-quickview img {
    aspect-ratio: 1;
    object-fit: contain;
  }
  .quickview__content .product-quickview .img-quickview video {
	  margin: auto;
	  max-height: 330px;
	}
  .quickview__content .product-quickview .bwp-single-info {
    padding: 0 12px;
    position: relative;
    overflow: auto;
  }
  .quickview__content .product-quickview .bwp-single-info .content_product_detail {
    max-height: 100%;
    height: 100%;
    padding: 30px 10px;
  }
  .quickview__content .product-quickview .bwp-single-info .product-quickview_title {
    font-size: calc(var(--font-size-base) + 4px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .quickview__content .product-quickview .bwp-single-info .countdown-quickview{
	font-size:var(--font-size-base);
  }
  .quickview__btn-close {
    position: fixed;
  }
  section.wpbingo-breadcrumbs .wpbingo-breadcrumbs__inner .wpbingo-breadcrumbs__title {
    font-size: calc(var(--font-size-heading) - 4px);
  }
}
@media (max-width: 480px) {
  .product-card .countdown-product.style_1 .countdown {
    padding: 5px;
  }
  .product-card .countdown-product.style_1 .countdown .countdown__item {
    font-size: calc(var(--font-size-base) - 3px);
  }
  .product-card .countdown-product.style_1 .countdown__item:after {
    margin: 0 2px;
  }
  .product-card .countdown-product.style_1 .countdown__item {
    letter-spacing: 0;
  }
  .product-card .countdown-product.style_2 .countdown {
    background: var(--white);
    flex-wrap: nowrap;
    padding: 5px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0509803922);
	border-radius: 5px;
  }
  .product-card .countdown-product.style_2 .countdown .countdown__item {
    width: unset;
    height: auto;
    max-height: 30px;
    min-width: unset;
    line-height: 30px;
    box-shadow: unset;
  }
  .product-card .countdown-product.style_2 .countdown .countdown__item span:last-child {
    display: none;
  }
  .product-card .countdown-product.style_2 .countdown .countdown__item span:first-child {
    font-size: calc(var(--font-size-base) - 2px);
    margin: 0;
    display: inline-flex;
  }
  .product-card .countdown-product.style_2 .countdown .countdown__item span:first-child:before {
    content: ":";
    display: inline-block;
    margin: 0 4px 0 0;
  }
  .product-card .countdown-product.style_2 .countdown .countdown__item:first-child span:first-child:before {
    display: none;
  }
  .product-card.hover_style_6 .product-card__buttons > div .btn {
    font-size: 0;
  }
  .product-card.hover_style_6 .product-card__buttons > div .btn:before, .product-card.hover_style_6 .product-card__buttons > div .btn i {
    line-height: 40px;
  }
  .product-card__label > * {
    min-width: 40px;
    line-height: 20px;
    font-size: 10px;
    padding: 0 5px;
  }
  .cart-modal__btn {
    padding: 5px 10px;
  }
  .drawer__header {
    padding: 15px;
  }
	.drawer__inner .ajaxcart__footer {
		padding: 20px 0 0;
	}
	.drawer__inner {
		top: 70px;
	}
	.drawer__inner .shipping-bar-cart {
		padding: 20px;
	}
	.drawer__inner .ajaxcart__inner {
        padding: 0 5px 0 15px;
		right:10px;
	}
	.drawer__inner .ajaxcart__footer .ajaxcart__info {
		padding: 0 15px 15px;
		margin: 0;
	}
	.drawer__inner .ajaxcart__footer-price {
		padding: 15px 15px 0;
	}
	.drawer__inner .ajaxcart__policies {
		padding: 0 15px 10px;
	}
	.drawer__inner .ajaxcart__footer-buttons {
		padding: 0 15px 20px;
		margin: 0 -4px;
		box-shadow: inset 1px -3px 6px 0px rgba(0, 0, 0, 0.1019607843);
	}
	.gift_card-container .product-giftcard_title {
		padding: 0 20px 10px;
	}
	.gift_card-container .img-giftcard {
		width: 100%;
		flex: 0 0 100%;
	}
	.gift_card-container .img-giftcard .product-giftcard__images {
		padding: 20px;
	}
	.gift_card-container .img-giftcard .product-giftcard__images .giftcard-images {
		max-width: 150px;
		margin: auto;
	}
  .gift_card-container .bwp-single-info {
    width: 100%;
    flex: 0 0 100%;
  }
  .gift_card-container .bwp-single-info .content_product_detail {
    padding: 20px;
  }
  .edit_variant-cart-container .product-quantity .wpbingo-qty__number {
    width: 95px;
    padding: 0 28px;
  }
  .edit_variant-cart-container .product-quantity .wpbingo-qty__adjust--plus, .edit_variant-cart-container .product-quantity .wpbingo-qty__adjust--minus {
    width: 28px;
  }
  .edit_variant-cart-container.add-content .edit_variant-cart__content {
    padding: 30px 15px;
  }
  .page-account h1 {
    margin: 45px 0;
    font-size: var(--font-size-heading);
  }
  .quickview__content .product-quickview .bwp-single-info .product-quickview__price .group-quickview .group_table .item-product-group .product-content {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .shopify-payment-button .shopify-payment-button__button {
    font-size: var(--font-size-base);
  }
  .quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__number {
    width: 95px;
    padding: 0 28px;
  }
  .quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__adjust--plus, .quickview__content .product-quickview .bwp-single-info .product-quickview__buttons .product-quantity .wpbingo-qty__adjust--minus {
    width: 28px;
  }
}

.product-card__buttons > div {
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.product-card__form {
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.product-card__buttons > div:nth-child(2) {
  display: none !important;
  visibility: hidden !important;
}

.product-card.hover_style_5 .product-card__buttons {
  bottom: -20px !important;
  right: 10px !important;
  top: auto !important;
}

.product-card__buttons .btn {
  border-radius: 100px !important;
  background: #2973C9 !important;
  width: 80px !important;
  height: 80px !important;
  color: #ffffff !important;
  border: 10px solid #ffffff !important;
}
.product-card.hover_style_5 .product-card__buttons > div:after {
  transition: none !important;
  transform: none !important;
    bottom: -20px !important;
  right: 10px !important;
  top: auto !important;
  z-index: 100 !important;
}
.js-btn-addtocart, .btn--add-to-cart {
  animation: none !important;
  transition: none !important;
}

.bwp-header .header-desktop,
.bwp-header .header-top-mobile {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.header__search-form .field {
  border: 0px !important;
  border-radius: 30px;
}
.header__search-form .field .search__input,
.field {
  background-color: #f7f7f6 !important;
}
.wpbingo-section--products .button_view a {
  background: #2973C9;
  font-size: 18px !important;
  font-family: Manrope;
  font-weight: 550;
  padding: 3px 60px !important;
}
@media (max-width: 767px) {
  .wpbingo-section--products .button_view a {
width: 100% !important;
    line-height: 20px;
    margin-top: 40px !important;
}
}
.wpbingo-section--products .button_view a {
  margin-top: 60px;
}
.bwp-about-banner .col-banner.banner-1 .banner-wrapper-infor {
  background: none !important;
}

.slick-carousel .slick-carousel__item {
  border-radius: 20px;
  border: 1px solid #C4C4C4;
  padding: 16px 16px 16px 16px;
  transition: all 0.3s ease-in-out;
}


.product-card__name {
  font-size: 15px;
  font-weight: 400 !important;
}
.bwp-header-topbar {
  font-family: Inter !important;
  font-size: 16px !Important;
  font-weight: 400 !important;
}
.bwp-header-topbar .content-item-text-with-icon .custom-text > *:before {
  background: #000000;
}


.product-single .size-guide {
  display: none !important;
}

.estimated_delivery,
.estimated_delivery .content,
.icons {
  border: none !important;
  color: #3c675c !important;
}

.estimated_delivery .content {
  margin-top: -5px;
  padding-left: 0px !important;
}
.product-single .product-single__buttons .btn--add-to-cart {
  text-transform: none !important;
  border: none !important;
  border-radius: 50px !important;
}
.product-quantity {
  border-radius: 50px !important;
  border: none !important;
  background-color: #f7f7f6;
}
.estimated_delivery {
  margin-top: 15px !important;
  padding: 0px !important;
}
@media (max-width: 767px) {
  .estimated_delivery {
  font-size: 16px !important;
    margin-top: 5px !important;
}
  .estimated_delivery .icons {
    font-size: 24px !important;
    padding-right: 10px !important;
  }
}

.btn__text {
  font-weight: 500 !important;
}

 .product-single .single-option-selector label:hover {
	color: #000000 !important;
   border: 1px solid #c4c4c4 !important;
	background: #ffffff !important;
 }

.product-card__content .wpb-variants-swatch {
  display: none !important;
  visibility: hidden !important;
}



@media (min-width: 992px) {
  .col-lg-7 {
    max-width: 55% !important;
        flex: 0 0 55% !Important;
  }
  
@media (min-width: 992px) {
  .col-lg-5 {
    max-width: 45% !important;
        flex: 0 0 45% !Important;
  }
}


.header__search-form .field .search__button {
  background-color: transparent !important;
  color: #121212 !Important;
}

.header__search-form .field {
  width: 350px !important;
}

#shopify-section-template--24411596652875__about_banner_xgd499
  .bwp-about-banner
  .col-banner.banner-1
  .banner-wrapper-infor {
  top: 20% !important;
}



#shopify-section-template--24411596652875__about_banner_xgd499 {

.title-banner {
  text-align: left !important;
  vertical-align: top !important;
  margin-left: auto;
  margin-right: auto;
  width: 820px !important;
}
.bwp-button {
  float: right;
  margin-top: -50px !important;
}

 
   @media (min-width: 750px) {
  .title-2 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .content {
    width: 740px !important;
  }
}
  
  @media (min-width: 960px) {
  .title-2 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .content {
    width: 1100px !important;
    padding-left: auto;
    padding-right: auto;
  }
}
  
@media (min-width: 1200px) {
  .title-2 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .content {
    width: 1200px !important;
  }
}
@media (min-width: 1400px) {
  .title-2 {
    margin-top: 500px !important;
    margin-bottom: 500px !important;
  }
  .content {
    width: 1400px !important;
    vertical-align: top !important;
  }
}

@media (min-width: 1540px) {
  .title-2 {
    margin-top: 650px !important;
    margin-bottom: 650px !important;
  }
  .content {
    width: 1440px !important;
    vertical-align: top !important;
  }
}

.product-card .content-button-mobile .button-wishlist.mobile button {
  display: none !important;
  visibility: hidden !Important;
}

.active-facets__button {
  border-radius: 20px !important;
}


@media (max-width: 767px) {
  #shopify-section-template--24411596718411__about_banner_4GFKdq {
    display: none !important;
  }
  
}

  @media (min-width: 768px) {
  #shopify-section-template--24411596718411__about_banner_4GFKdq {
    display: none !important;
  }
  
}

 @media (max-width: 767px) {
 .product-group-price {
    font-size: 15px !important;
  }
   .product-card__name {
     font-size: 13px !important;
   }
 }

.metafields_type25 {
  font-size: 16px;
  color: #3838382;
  padding-bottom: 10px;
}



