.woocommerce-boost-sales {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 99999;
	opacity: 1;
	visibility: visible;
	box-sizing: border-box;
	display: table;
	height: 100%;
	width: 100%;
	font-family: HelveticaNeue, Helvetica, sans-serif !important;
	color: #212121;
	font-size: 13px;
}

.woocommerce-boost-sales .wbs-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.woocommerce-boost-sales .overlay {
	opacity: 0.8 !important;
	visibility: visible;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	background-color: #000;
	z-index: 100;
	box-sizing: border-box;
	display: block;
}

.woocommerce-boost-sales .wbs-content {
	text-align: left;
	display: inline-block;
	visibility: visible;
	border-spacing: 0;
	color: #7F7F7F;
	z-index: 1000001;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}

.woocommerce-boost-sales .wbs-content .wbs-content-inner {
	width: 800px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 1, .5);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 1, .5);
	box-shadow: 0 3px 10px rgba(0, 0, 1, .5);
	padding: 0px;
	background: #fff;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}

.woocommerce-boost-sales .wbs-close {
	position: absolute;
	top: -14px;
	right: -14px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	width: 28px;
	height: 28px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 2px solid #ffffff;
	background: #1f1717;
	z-index: 4;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.woocommerce-boost-sales .wbs-close span {
	color: #fff;
	font: 700 12px/15px HelveticaNeue, sans-serif;
	position: absolute;
	right: 8px;
	top: 5px;
}

.woocommerce-boost-sales .wbs-breadcrum {
	padding: 35px 35px 25px;
	position: relative;
	background-color: #f4f5f8;
	box-sizing: border-box;
}

.woocommerce-boost-sales .wbs-breadcrum p.wbs-notify_added {
	line-height: 15px;
	font-size: 16px;
	font-family: HelveticaNeue, sans-serif;
	color: #72b656;
	margin: 0 0 10px;
}

.woocommerce-boost-sales .wbs-breadcrum p.wbs-notify_added.wbs-title_style1 {
	text-align: center;
}

.woocommerce-boost-sales .wbs-breadcrum p.wbs-notify_added.wbs-title_style2 {
	text-align: left;
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-header-right {
	width: 100%;
	text-align: center;
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-header-right, .woocommerce-boost-sales .wbs-breadcrum .wbs-p-image, .woocommerce-boost-sales .wbs-breadcrum .wbs-p-title, .woocommerce-boost-sales .wbs-breadcrum .wbs-p-price {
	display: inline-block;
	vertical-align: middle;
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-p-image img {
	width: auto;
	height: auto;
	max-width: 50px;
	max-height: 50px;
	vertical-align: middle;
	margin: 0 auto;
	display: inline-block;
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-header-right a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #336bb8;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	-moz-transform: scale3d(0.7, 1, 1);
	-ms-transform: scale3d(0.7, 1, 1);
	-o-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-header-right a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 2px;
	color: #333;
	font: 13px/29px HelveticaNeue, sans-serif;
	border: 1px solid #336bb8;
	padding: 0 10px;
	overflow: hidden;
	-webkit-transition: border-color 0.4s, color 0.4s;
	-moz-transition: border-color 0.4s, color 0.4s;
	-ms-transition: border-color 0.4s, color 0.4s;
	-o-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	z-index: 1;
	outline: none;
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-header-right a, .woocommerce-boost-sales .wbs-breadcrum .wbs-header-right a::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-header-right a:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-header-right a:hover {
	color: #ffffff;
	text-decoration: none;
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-header-right .wbs-button-continue.bounceUp, .woocommerce-boost-sales .wbs-breadcrum .wbs-header-right .wbs-button-check.bounceUp {
	-webkit-animation: bounceUp 0.6s infinite alternate;
	-moz-animation: bounceUp 0.6s infinite alternate;
	animation: bounceUp 0.6s infinite alternate;
}

@-webkit-keyframes bounceUp {
	0% {
		background: #ffffff;
	}
	25% {
		background: #E3F2FD;
		-webkit-transform: scale(1);
	}
	50% {
		background: #BBDEFB;
		-webkit-transform: scale(1.1);
	}
	100% {
		background: #336bb8;
		-webkit-transform: scale(1.2);
		color: #ffffff;
	}
}

@-moz-keyframes bounceUp {
	0% {
		background: #ffffff;
	}
	25% {
		background: #E3F2FD;
		-webkit-transform: scale(1);
	}
	50% {
		background: #BBDEFB;
		-moz-transform: scale(1.1);
	}
	100% {
		background: #336bb8;
		-moz-transform: scale(1.2);
		color: #ffffff;
	}
}

@keyframes bounceUp {
	0% {
		background: #ffffff;

	}
	25% {
		background: #E3F2FD;
		-webkit-transform: scale(1);
	}
	50% {
		background: #BBDEFB;
		transform: scale(1.1);
	}
	100% {
		background: #336bb8;
		transform: scale(1.2);
		color: #ffffff;
	}
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-p-title {
	color: #212121;
	margin-left: 14px;
	vertical-align: middle;
	max-width: 400px;
	font-size: 14px;
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-p-price {
	font-size: 12px;
	position: relative;
	padding: 0 0 0 10px;
	float: right;
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-p-price:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 33px;
	background-color: #b1b1b1;
	bottom: 4px;
	left: 0;
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-total-price .money {
	font-weight: 700;
	font-size: 16px;
	color: #0e1212;
	margin-left: 23px;
}

.woocommerce-boost-sales .wbs-breadcrum .wbs-total-price .money span {
	font-size: 15px;
}

/*Product bottom*/
.wbs-content-inner .wbs-bottom {
	padding: 0 38px 20px;
}

.wbs-content-inner .wbs-bottom .upsell-title {
	font: 21px HelveticaNeue, sans-serif;
	color: #000;
	margin: 22px 0 8px;
	max-width: 600px;
}

.wbs-content-inner .wbs-bottom > hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.wbs-content-inner .wbs-bottom .wbs-show-item {
	position: relative;
	text-align: right;
}

.wbs-content-inner .wbs-bottom .wbs-show-item:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #b1b1b1;
	position: absolute;
	top: 50%;
	left: 0;
}

.wbs-content-inner .wbs-bottom .wbs-show-item button.wbs-refresh {
	min-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: left;
	text-shadow: none;
	border: 1px solid #b1b1b1;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font: 14px Arial, sans-serif;
	color: #3a3a3a;
	background: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	width: 160px;
	height: auto;
	padding: 8px 14px;
	position: relative;
	margin: 0;
	text-transform: none;
}

/*Up sells*/
.woocommerce-boost-sales .wbs-upsells {
	font-size: 0;
	margin: 10px 0 0;
	padding: 0;
	display: inline-block;
}

.woocommerce-boost-sales .wbs-upsells > li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	position: relative;
	margin-right: 24px !important;
	margin-top: 0 !important;
}

.woocommerce-boost-sales .wbs-upsells > li .vi_wbs_chosen.wbp_show_variable {
	display: block;
}

.woocommerce-boost-sales .wbs-upsells > li .vi_wbs_chosen.wbp_hidden_variable {
	display: none;
}

.woocommerce-boost-sales .wbs-upsells > li select[name='vi_chosen_product_variable'], .woocommerce-boost-sales .wbs-upsells > li select[name='vi_chosen_product_variable[]'] {
	margin: 5px auto;
	display: block;
	width: 95%;
	text-align: center;
	height: auto;
}

.woocommerce-boost-sales .wbs-upsells > li .description {
	display: none !important;
}

.woocommerce-boost-sales .wbs-upsells > li:first-child {
	margin-left: 0;
}

.woocommerce-boost-sales .wbs-upsells .product-top {
	position: relative;
	overflow: hidden;
}

.woocommerce-boost-sales .wbs-upsells .product-top .product-image {
	position: relative;
	float: left;
	width: 100%;
}

.woocommerce-boost-sales .wbs-upsells .product-top .onsale, .woocommerce-boost-sales .wbs-upsells .product-desc .onsale {
	background: #fe2740;
	border-radius: 0;
	color: #fff;
	font-size: 80%;
	font-weight: 300;
	line-height: 1;
	min-height: auto;
	min-width: auto;
	padding: 5px 7px;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
}

.woocommerce-boost-sales .wbs-upsells .product-top .onsale {
	left: 12px;
	top: 12px;
}

.woocommerce-boost-sales .wbs-upsells .product-desc .onsale {
	top: 3px;
	right: 17px;
}

.woocommerce-boost-sales .wbs-upsells .product-top .controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	opacity: 1;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	z-index: 10;
}

.woocommerce-boost-sales .wbs-upsells .product-top .controls:after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce-boost-sales .wbs-upsells .product-top .controls .icon-links {
	position: absolute;
	bottom: -30%;
	transition: all 0.3s linear 0s;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.woocommerce-boost-sales .wbs-upsells > li:hover .product-top .icon-links {
	bottom: 35%;
}

.woocommerce-boost-sales .wbs-upsells .product-top .controls .icon-links li {
	display: inline-block;
	float: none;
	background: #fff;
	padding: 5px;
	font-size: 14px;
	margin: 0;
	border-radius: 3px;
}

.woocommerce-boost-sales .wbs-upsells .product-top .controls .icon-links li a.add_to_cart_button {
	border: 0 !important;
	margin: 0 !important;
	padding: 5px 12px !important;
	display: block;
	line-height: 1px;
	color: #9a9a9a;
	background: transparent url(../images/icon_cart.png) no-repeat center center !important;
	font-weight: 300;
	height: 24px !important;
	width: 24px !important;
	text-indent: -99990px;
	position: static !important;
	bottom: 0;
	-webkit-transform: inherit;
	-moz-transform: inherit;
	-ms-transform: inherit;
	-o-transform: inherit;
	transform: inherit;
	min-height: inherit !important;
}

.woocommerce-boost-sales .wbs-upsells .product-top .controls .icon-links li a.add_to_cart_button:hover {
	box-shadow: none !important;
}

.woocommerce-boost-sales .wbs-upsells .product-top .controls .icon-links li a.add_to_cart_button:before {
	content: '';
	transition: background-color 500ms linear 0s;
	color: inherit !important;
	margin: 0;
}

.woocommerce-boost-sales .wbs-upsells .product-top .controls .icon-links li a.added_to_cart {
	display: none !important;
}

.woocommerce-boost-sales .wbs-upsells .product-desc {
	text-align: center;
}

.woocommerce-boost-sales .wbs-upsells .product-desc > .product-title {
	font-weight: 300;
	font-size: 100%;
	display: block;
	margin: 15px 0 0;
}

.woocommerce-boost-sales .wbs-upsells .product-desc h2 {
	font-size: 14px !important;
	letter-spacing: 0;
	font-weight: 600;
	margin: 5px 0;
	color: #7F7F7F;
	line-height: 16px !important;
}

.woocommerce-boost-sales .wbs-upsells .product-desc .star-rating span:before {
	color: #ffb600;
}

.woocommerce-boost-sales .wbs-upsells .product-desc .star-rating {
	float: none;
	margin: 10px auto 4px;
	font-size: 80%;
}

.woocommerce-boost-sales .wbs-upsells .product-desc .price {
	display: inline-block;
	margin: 10px 0 0;
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.2s linear 0s;
	visibility: visible;
	z-index: 1;
	line-height: 13px;
	padding: 0;
}

.woocommerce-boost-sales .wbs-upsells .product-desc .price del {
	color: #9c9aa0;
}

.woocommerce-boost-sales .wbs-upsells .product-desc .price del span.amount {
	font-weight: 300;
}

.woocommerce-boost-sales .wbs-upsells .product-desc .price ins {
	text-decoration: none;
}

.woocommerce-boost-sales .wbs-upsells .product-desc .price span.amount {
	font-size: 14px !important;
	font-weight: 600;
}

#flexslider-up-sell ul.vi-flex-direction-nav, #flexslider-cross-sell ul.vi-flex-direction-nav {
	display: block;
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#flexslider-up-sell ul.vi-flex-direction-nav li, #flexslider-cross-sell ul.vi-flex-direction-nav li {
	position: static;
	list-style: none;
}

#flexslider-up-sell ul.vi-flex-direction-nav li a, #flexslider-cross-sell ul.vi-flex-direction-nav li a {
	background: rgba(255, 255, 255, 0.8);
	width: 31px;
	height: 37px;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 50%;
	margin-top: -16px;
	text-decoration: none;
	overflow: hidden;
	text-shadow: none;
	box-shadow: none;
}

#flexslider-up-sell ul.vi-flex-direction-nav li a:before, #flexslider-cross-sell ul.vi-flex-direction-nav li a:before {
	font-size: 22px;
}

#flexslider-up-sell ul.vi-flex-direction-nav li a:hover, #flexslider-cross-sell ul.vi-flex-direction-nav li a:hover {
	background: rgba(255, 255, 255, 0.5);
}

#flexslider-up-sell ul.vi-flex-direction-nav li a.vi-flex-next {
	position: absolute;
	right: 0;
	left: auto;
}

/*Cross sells*/
#flexslider-cross-sell ul.vi-flex-direction-nav li a.vi-flex-prev {
	left: 39px;
}

#flexslider-cross-sell ul.vi-flex-direction-nav li a.vi-flex-next {
	right: 39px;
	left: auto;
}

.gift-button {
	background: url('../images/icon-gift.png') no-repeat;
	cursor: pointer;
	width: 58px;
	height: 58px;
	position: fixed;
	z-index: 999;
	bottom: 5px;
}

#wbs-gift-button-cat.gift-bottom_progress {
	bottom: 50px !important;
}

.gift-button.gift_right {
	right: 5px;
}

.gift-button.gift_left {
	left: 5px;
}

.gift-button.animated {
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.woocommerce-boost-sales .wbs-content-crossell {
	text-align: left;
	display: inline-block;
	visibility: visible;
	border-spacing: 0;
	color: #7F7F7F;
	z-index: 2000001;
	position: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	background: #FFFFFF;
}

.wbs-content-crossell.gift-top_progress {
	bottom: 20px;
}

.wbs-content-crossell.gift-bottom_progress {
	bottom: 56px;
}

.wbs-content-crossell.gift_right {
	right: 20px;
}

.wbs-content-crossell.gift_left {
	left: 20px;
}

.woocommerce-boost-sales .wbs-content-crossell .wbs-bottom, .woocommerce-boost-sales .wbs-content-crossell .wbs-bottom > form {
	width: 100%;
}

.gift-button.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.wbs-crosssells .wbs-item-crosssells {
	text-align: center;
}

.vi-crosssells-atc {
	border-top: 1px solid #cbcbcb;
	padding: 15px 0 0;
}

.vi-crosssells-atc {
	display: flex;
	justify-content: space-between;
}

.wbs-crosssells-price {
	text-align: left;
	display: flex;
	justify-content: center;
}

.wbs-crosssells-price > span {
	color: #7F7F7F;
}

.wbs-crosssells-button-atc {
	text-align: right;
}

.wbs-crosssells-price > span {
	display: inline-block;
	font-size: 17px;
	align-self: center;
}

.wbs-crosssells-price > span.wbs-crs-sale-price {
	margin-left: 4px;
}

.wbs-crosssells-price span.wbs-crs-sale-price span.wbs-new-title {
	font-size: 17px;
	color: #696969;
}

.wbs-crosssells-price span.wbs-crs-sale-price span.money span {
	color: #000;
}

.wbs-crosssells-price span.wbs-new-title {
	margin-right: 4px;
	font-size: 15px;
	font-weight: 600;
}

.wbs-crosssells-price span.wbs-crs-regular-price, .wbs-crosssells-price span.wbs-crs-regular-price span.wbs-new-title {
	font-size: 17px;
	color: #696969;
}

.wbs-crosssells-price span.wbs-crs-regular-price span.money span {
	font-size: 21px;
	color: #5189bb;;
}

.wbs-item-crosssells .product-type-wbs_bundle {
	margin-right: 12px;
	font-size: 14px;
	vertical-align: top;
}

.wbs-item-crosssells .product-type-wbs_bundle:last-child {
	margin-right: 0;
}

.wbs-item-crosssells .product-type-wbs_bundle .product-top {
	overflow: hidden;
	position: relative;
}

.wbs-item-crosssells .product-type-wbs_bundle .product-top .product-image {
	float: left;
	position: relative;
	width: 100%;
}

.wbs-item-crosssells .product-type-wbs_bundle .product-desc {
	text-align: center;
}

.wbs-item-crosssells .product-type-wbs_bundle .product-desc > .product-title {
	display: block;
	font-size: 100%;
	font-weight: 300;
	margin: 15px 0 0;
}

.wbs-item-crosssells .product-type-wbs_bundle .product-desc .star-rating {
	float: none;
	font-size: 80%;
	margin: 10px auto 4px;
	overflow: hidden;
	position: relative;
	width: 5.4em;
	font-family: star;
	height: 1em;
	line-height: 1;
}

.wbs-item-crosssells .product-type-wbs_bundle .product-desc .star-rating span:before {
	color: #ffb600;
}

.wbs-item-crosssells .product-type-wbs_bundle .product-desc .price {
	display: inline-block;
	line-height: 1;
	margin: 10px 0 0;
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.2s linear 0s;
	visibility: visible;
	z-index: 1;
}

.wbs-item-crosssells .product-type-wbs_bundle .product-desc .price del {
	color: #9c9aa0;
}

.wbs-item-crosssells .product-type-wbs_bundle .product-desc .price del span.amount {
	font-weight: 300;
}

.wbs-item-crosssells .product-type-wbs_bundle .product-desc .price ins {
	text-decoration: none;
}

.wbs-item-crosssells .product-type-wbs_bundle .product-desc .price span.amount {
	color: #7f7f7f;
	font-size: 85%;
}

.wbs-content-inner-crs .wbs-crosssells-button-atc .quantity {
	float: left !important;
	margin-right: .5em !important;
}

.wbs-content-inner-crs .wbs-crosssells-button-atc input {
	width: 5em !important;
	text-align: center;
	padding: 2px;
}

.wbs-item-crosssells .product .star-rating {
	margin: 0 auto;
}

.wbs-content-inner-crs .wbs-crosssells-button-atc .quantity input, .wbs-content-inner-crs .wbs-crosssells-button-atc .single_add_to_cart_button {
	height: 45px !important;
}

.wbs-content-inner-crs .wbs-crosssells-button-atc .single_add_to_cart_button {
	background-color: #5189bb !important;
	color: #fff;
	font-family: HelveticaNeue, sans-serif;
	border: 0;
	padding: 10px;
	font-weight: 400;
	font-size: 15px;

}

.wbs-item-crosssells .product-desc .star-rating::before {
	content: '\73\73\73\73\73';
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.wbs-item-crosssells .product-desc .star-rating span::before {
	content: '\53\53\53\53\53';
	top: 0;
	position: absolute;
	left: 0;
}

.wbs-item-crosssells .product-desc .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

/*Discount*/
.vi-wbs-fixed-pg {
	letter-spacing: normal;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	top: 23px;
	font-size: 13px;
}

.vi-wbs-fixed-pg .vi-wbs-topbar {
	position: fixed;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 2px 50px;
	display: table;
	white-space: nowrap;
	font-size: 15px;
	background: #f8f8f8;
	color: #4f5154;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 1, .35);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 1, .35);
	box-shadow: 0 2px 5px rgba(0, 0, 1, .35);
	z-index: 2000000;
}

.vi-wbs-fixed-pg .vi-wbs-topbar.wbs_top_bar {
	top: 0 !important;
	-webkit-animation: fadeInUpFull 1.5s both ease-in-out;
	-moz-animation: fadeInUpFull 1.5s both ease-in-out;
	-ms-animation: fadeInUpFull 1.5s both ease-in-out;
}

.vi-wbs-fixed-pg .vi-wbs-topbar.wbs_bottom_bar {
	bottom: 0 !important;
	-webkit-animation: fadeInDownFull 1.5s both ease-in-out;
	-moz-animation: fadeInDownFull 1.5s both ease-in-out;
	-ms-animation: fadeInDownFull 1.5s both ease-in-out;
}

@keyframes fadeInDownFull {
	0% {
		opacity: 0;
		bottom: -100px;
	}
	10% {
		opacity: 0.1;
		bottom: -90px;
	}
	20% {
		opacity: 0.2;
		bottom: -80px;
	}
	30% {
		opacity: 0.3;
		bottom: -70px;
	}
	40% {
		opacity: 0.4;
		bottom: -60px;
	}
	50% {
		opacity: 0.5;
		bottom: -50px;
	}
	60% {
		opacity: 0.6;
		bottom: -40px;
	}
	70% {
		opacity: 0.7;
		bottom: -30px;
	}
	80% {
		opacity: 0.8;
		bottom: -20px;
	}
	90% {
		opacity: 0.9;
		bottom: -10px;
	}
	100% {
		opacity: 1;
		bottom: 0;
	}
}

.vi-wbs-fixed-pg .vi-wbs-topbar > div {
	float: none;
	padding: 8px 5px;
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

.vi-wbs-fixed-pg .vi-wbs-topbar .vi-wbs-goal {
	width: 180px;
	text-align: center;
	border-right: solid 1px #d1d1d1;
	height: auto;
	padding-right: 33px;
}

.woocommerce-boost-sales .vi-wbs-headline {
	font-size: 21px;
	width: 100%;
	color: #fff;
	padding: 0;
	line-height: 1.5em;
	position: fixed;
	z-index: 100000;
}

#wbs-content-cross-sell .vi-wbs-headline, .vi-wbs-headline.wbs-crosssell-message {
	position: fixed;
	left: 0;
	top: 50px;;
}

.vi-wbs-topbar .vi-wbs-goal strong {
	font-size: 17px;
	color: #5189bb;
	font-weight: bold;
}

.vi-wbs-topbar .vi-wbs-current-progress {
	width: 170px;
	text-align: center;
	height: auto;
	padding-left: 53px !important;
	padding-right: 33px !important;
}

.vi-wbs-current-progress span.money {
	font-weight: 700;
	float: none;
}

.vi-wbs-current-progress span.money span {
	font-size: 15px;
	letter-spacing: 0;
}

.vi-wbs-topbar .vi-wbs-progress-limit {
	width: 45px;
	text-align: right;
	color: #4f5154;
	font-weight: 700;
}

.vi-wbs-topbar .vi-wbs-progress-limit span {
	font-size: 13px;
	letter-spacing: 0;
}

.vi-wbs-topbar .vi-wbs-progress-container {
	width: 100%;
	margin: 0;
}

.vi-wbs-topbar .vi-wbs-progress-container .vi-wbs-progress {
	width: 100%;
	margin: 2px;
	padding: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #d1e0d3;
	overflow: hidden;
	height: 12px;
}

.vi-wbs-progress-container .vi-wbs-progress .vi-wbs-progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-ms-transition: width .6s ease;
	-o-transition: width .6s ease;
}

.vi-wbs-progress .vi-wbs-progress-bar.vi-wbs-progress-bar-success {
	background-color: #5189bb;
	display: flex;
	justify-content: center;
	position: relative;
}

.vi-wbs-progress-bar.vi-wbs-progress-bar-success .vi-wbs-only {
	position: absolute;
	top: -3px;
}

.wbs-message-success {
	padding: 45px 50px 25px;
	text-align: center;
	font-size: 30px;
	position: relative;
}

.vi-wbs-btn-redeem {
	padding: 15px 30px;
	background: #5189bb;
	color: #ffffff;
	font-size: 20px;
	margin-top: 30px;
	border-radius: 5px;
	display: inline-block;
}

.vi-wbs-btn-redeem:hover {
	color: #ffffff;
}

span.vi-wbs-highlight {
	color: #5189bb;
	font-weight: 600;
}

.woocommerce-boost-sales .wbs-content.wbs-msg-congrats {
	margin-top: 85px;
}

.vi-wbs-topbar .vi-wbs_progress_close {
	position: absolute;
	font-size: 30px;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	line-height: 5px;
	right: 10px;
	cursor: pointer;
	color: #4f5154;
	text-align: center;
	width: 20px;
}

div.vi-flex-viewport {
	min-height: 200px;
}

ul.wbs-upsells li span.select2.select2-container {
	display: none !important;
}

.woocommerce-boost-sales .wbs-upsells .product-top .controls .icon-links li a.button.wc-forward {
	display: none;
}

/*Bundel product*/


/*Responsive*/
@media (min-width: 1367px) {
	.woocommerce-boost-sales .wbs-content-inner.wbs-content-inner-crs {
		width: 600px;
	}
}

@media (max-width: 1366px) and (min-width: 801px) {
	.woocommerce-boost-sales .wbs-content-inner {
		width: 800px;
	}

	.woocommerce-boost-sales .wbs-content-inner.wbs-content-inner-crs {
		width: 537px;
	}

	#wbs-content-cross-sell.woocommerce-boost-sales .wbs-content-inner.wbs-content-inner-crs {
		width: 660px;
	}
}

@media (min-width: 768px) {
	.wbs-item-crosssells .product-type-wbs_bundle:not(:last-child)::after {
		content: '\002b';
		position: absolute;
		top: 30%;
		color: rgba(0, 0, 0, 0.26);
		right: -19px;
		font-size: 23px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (max-width: 980px) {
	.woocommerce-boost-sales .wbs-content .wbs-content-inner {
		width: 93%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.vi-wbs-fixed-pg .vi-wbs-topbar > div.vi-wbs-current-progress {
		display: block;
		width: 100%;
	}

	.vi-wbs-topbar .vi-wbs-progress-limit {
		display: inline-block !important;
	}

	.vi-wbs-topbar .vi-wbs-progress-container {
		display: inline-block !important;
		width: 80%;
	}

	#wbs-gift-button-cat.gift-bottom_progress {
		bottom: 80px !important;
	}

	.wbs-content-crossell.gift-bottom_progress {
		bottom: 80px;
	}

	.vi-wbs-fixed-pg .vi-wbs-topbar > div {
		padding: 0;
	}

	.vi-wbs-topbar .vi-wbs_progress_close {
		line-height: 20px;
	}
}

@media (max-width: 800px) {

	.vi-wbs-progress-bar.vi-wbs-progress-bar-success .vi-wbs-only {
		position: initial !important;
		font-size: 11px;
		margin-top: -4px;
	}

	.woocommerce-boost-sales .vi-wbs-headline {
		font-size: 17px;
	}

	.woocommerce-boost-sales .vi-wbs-headline.wbs-crosssell-message {
		display: none;
	}

	.woocommerce-boost-sales .wbs-content-crossell {
		bottom: 0;
		top: 66px;
		right: 0;
		z-index: 1000003;
		position: relative;
		margin-top: 13px;
		width: 93%;
	}

	#wbs-gift-button-cat {
		z-index: 1000002;
	}

}

@media (max-width: 640px) {
	.vi-wbs-fixed-pg .vi-wbs-topbar {
		padding-left: 1%;
		padding-right: 1%;
	}

	.woocommerce-boost-sales .wbs-content .wbs-content-inner {
		margin: 15px auto;
	}

	.vi-wbs-fixed-pg .vi-wbs-topbar > div {
		display: inline;
	}

	.vi-wbs-topbar .vi-wbs-progress-limit {
		width: unset !important;
	}

	.vi-wbs-fixed-pg .vi-wbs-topbar .vi-wbs-goal {
		border: 0;
		padding: 0;
	}

	.vi-wbs-fixed-pg .vi-wbs-topbar > div.vi-wbs-current-progress {
		padding: 0 !important;
	}

	.woocommerce-boost-sales .vi-wbs-headline {
		font-size: 18px;
	}

	.wbs-message-success {
		font-size: 20px;
	}

	.vi-wbs-btn-redeem {
		font-size: 16px;
		margin-top: 20px;
	}

	.wbs-crosssells-button-atc .quantity {
		float: none !important;
	}

	.wbs-crosssells .wbs-item-crosssells {
		flex-direction: column;
	}

	.wbs-item-crosssells .product-type-wbs_bundle {
		padding: 0 0 15px;
	}

	.wbs-item-crosssells .product-type-wbs_bundle > a {
		display: flex;
	}

	.wbs-item-crosssells .product-type-wbs_bundle > a img {
		margin-right: 10px;
	}

	.woocommerce-boost-sales .vi-wbs-headline {
		display: none;
	}

	.vi-wbs-topbar .vi-wbs_progress_close {
		top: 17%;
	}

	.woocommerce-boost-sales .wbs-content-inner .wbs-bottom .vi_flexslider {
		width: 75%;
		margin: 0 auto;
	}

	.wbs-content-inner .wbs-bottom .upsell-title {
		font: 14px HelveticaNeue, sans-serif;
	}

	.wbs-content-inner .wbs-bottom {
		padding: 0 10px 8px;
	}
}

@media (max-width: 480px) {
	.woocommerce-boost-sales .wbs-breadcrum .wbs-p-price {
		float: none;
		margin-top: 0;
	}

	#vi-wbs-bundle-progress-bar .vi-wbs-topbar .vi-wbs_msg_apply_cp {
		display: block;
	}

	.woocommerce-boost-sales .wbs-breadcrum {
		padding: 7px;
	}

	.woocommerce-boost-sales .wbs-breadcrum .wbs-header-right {
		margin-bottom: 3px;
	}

	.woocommerce-boost-sales .wbs-breadcrum .wbs-header-right a {
		font: 12px/29px HelveticaNeue, sans-serif;
		margin: 0 2px 2px;
		padding: 0 4px;
	}

	.wbs-content-inner .wbs-bottom .upsell-title {
		font: 18px HelveticaNeue, sans-serif;
		margin: 8px 0;
	}

	.vi-wbs-topbar .vi-wbs-progress-limit, .vi-wbs-topbar .vi-wbs-progress-container {
		display: none !important;
	}

	.woocommerce-boost-sales .wbs-content .wbs-content-inner {
		margin: 0;
		width: 93%;
	}

	.vi-wbs-topbar .vi-wbs_progress_close {
		background: #333 none repeat scroll 0 0;
		border: 0 none;
		color: #fff;
		font-size: 18px;
		height: 100%;
		line-height: 53px;
		right: 0;
		top: 28px;
		width: 34px;
	}

	.woocommerce-boost-sales .wbs-content-crossell {
		top: 30px;
	}

	.wbs-content-inner-crs .wbs-bottom .vi-crosssells-atc {
		display: inline-block;
		width: 100%;
	}

	.wbs-content-inner-crs .wbs-bottom .vi-crosssells-atc .wbs-crosssells-price span {
		display: inline-block;
	}

	.wbs-content-inner-crs .wbs-bottom .vi-crosssells-atc .wbs-crosssells-price span.wbs-crs-regular-price {
		float: right;
	}

	.wbs-content-inner-crs .wbs-bottom .vi-crosssells-atc .wbs-crosssells-button-atc {
		float: left;
	}

	.wbs-content-inner-crs .wbs-crosssells-price .wbs-crs-sale-price {
		font-size: 15px;
	}

	.wbs-crosssells-price span.wbs-crs-regular-price, .wbs-crosssells-price span.wbs-crs-regular-price span.wbs-new-title {
		font-size: 17px;
	}

	.wbs-content-inner-crs .wbs-crosssells-button-atc .quantity input {
		height: 33px !important;
		padding-top: 0;
		padding-bottom: 0;
	}

	.wbs-content-inner-crs .wbs-crosssells-button-atc .single_add_to_cart_button {
		font-size: 14px;
		padding: 11px;
		height: 33px !important;
	}

	.woocommerce-boost-sales .wbs-breadcrum p.wbs-notify_added, .woocommerce-boost-sales .wbs-upsells .product-desc .star-rating, .woocommerce-boost-sales .wbs-breadcrum .wbs-product {
		display: none;
	}

	.wbs-content-inner .wbs-bottom {
		padding: 0 5px 5px;
	}

	.wbs-content-inner .wbs-bottom > hr {
		margin: 0;
	}

	.woocommerce-boost-sales .wbs-upsells .product-desc > .woocommerce-LoopProduct-link {
		margin: 1px 0;
	}

	.woocommerce-boost-sales .wbs-upsells .product-desc .price {
		margin: 2px 0 0;
	}

	.vi-crosssells-atc, #flexslider-cross-sell.wbs-item-crosssells .product-type-wbs_bundle {
		padding: 3px 0 0;
	}

	#wbs-content-cross-sell .wbs-content-inner .wbs-bottom .upsell-title {
		font: 15px HelveticaNeue, sans-serif;
		text-align: center;
	}

	.woocommerce-boost-sales .wbs-content-crossell {
		width: 91%;
	}
}