
.wd-sticky-btn {
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 340;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	box-shadow: 0 0 9px rgba(0, 0, 0, .12);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1);
	transform: translate3d(0, 100%, 0);
}

.wd-sticky-btn .wd-sticky-btn-container {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.wd-sticky-btn .wd-sticky-btn-content {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	flex-direction: row;
	margin-right: 15px;
}

.wd-sticky-btn .wd-sticky-btn-thumbnail {
	flex: 0 0 auto;
	overflow: hidden;
	margin-right: 10px;
}

.wd-sticky-btn .wd-sticky-btn-thumbnail img {
	min-width: 65px;
	max-width: 65px;
}

.wd-sticky-btn .wd-sticky-btn-info {
	flex: 1 1 auto;
}

.wd-sticky-btn .woocommerce-price-suffix {
	display: block;
}

.wd-sticky-btn .wd-entities-title {
	margin-bottom: 0;
	font-size: 14px;
}

.wd-sticky-btn .star-rating {
	margin-top: 5px;
}

.wd-sticky-btn .price {
	margin-right: 15px;
	text-align: right;
	font-size: 16px;
}

.wd-sticky-btn .wd-sticky-btn-cart {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.wd-sticky-btn .cart {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.wd-sticky-btn .cart:not(:last-child) {
	margin-right: 10px;
}

.wd-sticky-btn div.quantity {
	margin-right: 10px;
}

.wd-sticky-btn p.stock {
	margin-bottom: 0;
	margin-right: 15px;
}

.wd-sticky-btn .wd-action-btn.wd-style-icon>a {
	height: 40px;
}

.global-color-scheme-light .wd-sticky-btn {
	background-color: #101010;
}

.wd-sticky-add-to-cart {
	border-radius: var(--btn-shop-brd-radius);
	color: var(--btn-shop-color);
	box-shadow: var(--btn-shop-box-shadow);
	background-color: var(--btn-shop-bgcolor);
}

.wd-sticky-add-to-cart:hover {
	color: var(--btn-shop-color-hover);
	box-shadow: var(--btn-shop-box-shadow-hover);
	background-color: var(--btn-shop-bgcolor-hover);
}

.wd-sticky-add-to-cart:active {
	box-shadow: var(--btn-shop-box-shadow-active);
	bottom: var(--btn-shop-bottom-active);
}

.wd-sticky-btn-shown.wd-sticky-btn {
	transform: translate3d(0, 0, 0);
}

.wd-sticky-btn-shown.scrollToTop {
	bottom: 105px;
}

@media (max-width: 1024px) {
	.wd-sticky-btn .price del, .wd-sticky-btn .price ins {
		display: block;
	}
}

@media (max-width: 768px) {
	.wd-sticky-btn {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	.wd-sticky-btn .wd-sticky-btn-content {
		display: none;
	}
	
	.wd-sticky-btn .wd-sticky-btn-cart {
		flex: 1 1 auto;
		justify-content: center;
	}
	
	.wd-sticky-btn.mobile-off {
		display: none;
	}
	
	.wd-sticky-btn-shown.scrollToTop {
		bottom: 68px;
	}
}

@media (max-width: 575px) {
	.wd-sticky-btn {
		padding-top: 0;
		padding-bottom: 0;
		background-color: none;
		box-shadow: none;
	}
	
	.wd-sticky-btn .wd-sticky-btn-cart {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.wd-sticky-btn .price, .wd-sticky-btn p.stock, .wd-sticky-btn .wd-action-btn {
		display: none;
	}
	
	.wd-sticky-btn .cart {
		position: relative;
		margin-right: 0 !important;
		width: 100%;
	}
	
	.wd-sticky-btn div.quantity {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		margin-right: 0;
	}
	
	.wd-sticky-btn div.quantity input[type="button"], .wd-sticky-btn div.quantity input[type="number"] {
		border: none;
		background-color: rgba(0, 0, 0, .1);
		color: #fff;
	}
	
	.wd-sticky-btn div.quantity input[type="button"]:hover, .wd-sticky-btn div.quantity input[type="button"]:active, .wd-sticky-btn div.quantity input[type="number"]:hover, .wd-sticky-btn div.quantity input[type="number"]:active {
		background-color: rgba(0, 0, 0, .2);
	}
	
	.wd-sticky-btn div.quantity input[type="button"] {
		min-width: 30px;
		border-radius: 0;
	}
	
	.wd-sticky-btn div.quantity input[type="button"].minus {
		border-right: 1px solid rgba(255, 255, 255, .15);
	}
	
	.wd-sticky-btn div.quantity input[type="button"].plus {
		border-left: 1px solid rgba(255, 255, 255, .15);
	}
	
	.wd-sticky-btn .wd-sticky-btn-cart .wd-sticky-add-to-cart, .wd-sticky-btn .single_add_to_cart_button {
		border-radius: 0;
	}
	
	.wd-sticky-btn .quantity:not(.hidden)+.single_add_to_cart_button {
		padding-left: 110px;
	}
	
	.wd-sticky-btn .quantity:not(.hidden)+.single_add_to_cart_button:after {
		margin-left: 35px;
	}
	
	.wd-sticky-btn .single_add_to_cart_button {
		width: 100%;
	}
	
	.wd-sticky-btn .wd-sticky-add-to-cart {
		width: 100%;
	}
	
	.wd-sticky-btn-shown.scrollToTop {
		bottom: 54px;
	}
}
