.full_width {
	width: 100%;
}

.valign-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-control.inline {
	width: auto;
	display: inline;
}

.delivery-partners {
	padding: 5px 0px;
}
.delivery-partners .partner-logo {
	height: 25px;
	width: auto;
	padding: 2px;
	margin-bottom: 5px;
}
.shipment-logo {
	height: 50px;
	display: block;
	margin: 10px auto 10px auto;
}
.shipment-method-group,
.shipment-types .box {
	transition: all 0.2s;
	cursor: pointer;
}
.shipment-method-group {
	min-height: 112px;
}
.shipment-method-group:hover,
.shipment-types .box:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.loading-element {
	display: none;
}

.modal-dialog {
	z-index: 1041;
}

#buy .loading-text {
	display: none;
}

#purchase-modal .btn-add-to-cart {
	padding: 15px 5px;
	font-size: 14px;
}
/* Set "continue shopping" button font size */
#purchase-modal .btn-continue-shopping {
	background: transparent;
	color: black;
	border-color: transparent;
	font-size: 16px;
	font-weight: bold;
    white-space: initial;
}

#purchase-modal .btn-continue-shopping:hover, #purchase-modal .btn-continue-shopping:active {
	background: transparent;
	color: black;
	border-color: transparent;
}

.btn-cross-sell-buy:hover {
	opacity: 0.8;
}

.select2-chosen {
	color: black;
}

.product-reviews {
	padding: 20px;
}

#product-reviews-list {
	margin-bottom: 20px;
}
#product-reviews-list .reviewer-name {
	margin-bottom: 0px;
}
#product-reviews-list .review-dt-added {
	font-size: 14px;
}
#load-more-btn {
	margin-left: auto;
	margin-right: auto;
}

.select2-chosen {
	color: black;
}

.shipment-method-group {
	background: white;
}

.shipment-types > .box {
	background: white;
}

ul.package-product-list {
  list-style-type: none;
  padding-left: 10px;
}

.see-more-btn {
	color: #3366BB;
}
.see-more-btn:hover {
	color: #0B0080;
}

@media (min-width: 993px) {
	.payment_form input {
		float: right;
	}
}

.thumbnail .caption a {
	color: #727638;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

small del {
	font-style: italic;
}

.rating, .rating a {
	color: #fcd005;
}

.rating_review_label a {
	color: #3380bd;
}

