/* Botones comprar: alineación y tamaño inicial.
   Archivo: 07-botones-comprar-productos.css
*/

.btn.btn-primary.btn-small, .btn-small-quickshop-md {
	text-align: center !important;
	vertical-align: middle !important;
}

.btn.btn-primary.btn-small .item-quickshop-icon, .btn.btn-primary.btn-small svg {
	vertical-align: middle !important;
	margin-left: 4px !important;
}

input.btn-add-to-cart, input.btn-big {
	display: block !important;
	width: 100% !important;
	max-width: 360px !important;
	margin: 0 auto !important;
	text-align: center !important;
}

.col-8.col-md-9.pl-3 {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}

.item-submit-container {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
}

.item-submit-container input[type="submit"] {
	margin: 0 auto !important;
}

.col-grid {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
}

.col-grid .item-actions, .col-grid .js-quickshop-or-stock-container {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	padding: 0 3px !important;
}

.col-grid input[type="submit"] {
	width: 100% !important;
	text-align: center !important;
}

.js-item-submit-container {
	float: none !important;
	display: flex !important;
	justify-content: center !important;
	width: 100% !important;
}

.js-item-submit-container input[type="submit"] {
	max-width: 260px !important;
}

input.js-addtocart.js-prod-submit-form.btn.btn-primary.btn-small.btn-block.btn-small-quickshop-md.cart, input[data-component="product-list-item.add-to-cart"].cart, input.cart.js-addtocart {
	background: #0047ff !important;
	background-color: #0047ff !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 25px !important;
	letter-spacing: .02em !important;
	text-align: center !important;
	text-indent: 0 !important;
	text-transform: uppercase !important;
	width: 80% !important;
	max-width: 260px !important;
	min-width: 150px !important;
	height: 25px !important;
	padding: 0 14px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	appearance: none !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

input.js-addtocart.js-prod-submit-form.btn.btn-primary.btn-small.btn-block.btn-small-quickshop-md.cart:hover, input[data-component="product-list-item.add-to-cart"].cart:hover, input.cart.js-addtocart:hover {
	background: #003be0 !important;
	background-color: #003be0 !important;
	background-image: none !important;
	color: #fff !important;
}

input.js-addtocart.js-prod-submit-form.btn.btn-primary.btn-small.btn-block.btn-small-quickshop-md.cart::before, input.js-addtocart.js-prod-submit-form.btn.btn-primary.btn-small.btn-block.btn-small-quickshop-md.cart::after, input[data-component="product-list-item.add-to-cart"].cart::before, input[data-component="product-list-item.add-to-cart"].cart::after, input.cart.js-addtocart::before, input.cart.js-addtocart::after {
	content: none !important;
	display: none !important;
}

