#product-sticky {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	position: fixed;
	z-index: 1095;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(100%);
	transition: transform .2s linear;
	padding: 1rem 0
}

#product-sticky.show {
	transform: translateY(0)
}

#product-sticky .product-name {
	font-size: 1.25rem
}

@media (min-width: 1300px) {
	#product-sticky .product-name {
		font-size:1.5rem
	}
}

#product-sticky .js-add-to-cart {
	font-size: .875rem
}

@media (min-width: 1300px) {
	#product-sticky .js-add-to-cart {
		font-size:1rem
	}
}

#product-sticky #goto-add {
	background-color: #0628f1;
	border-radius: 75px;
}

#product-sticky .bsCARProduct {
	display: none;
}

@media (min-width: 992px) {
	#product-sticky .col-lg-3 {
		width: 31%;
	}
}

#product-sticky .col-lg-6 {
	width: 38%;
}

#product-sticky .sa_d-flex {
	display: flex;
}