:root {
	--main-color: #244d61;
	--hover-color1: #98aab3;
	--hover-color2: hsl(0, 0%, 55%);
	--dd_textcolor: #a4a4a4;
	--button-plus-minus: rgba(0, 0, 0, 0.03);
	--black-text-color: hsla(0, 0%, 10%, 0.9);
}

body form label {
	font-family:
		-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue",
		"Ubuntu", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: hsla(0, 0%, 10%, 0.7);
}

::placeholder {
	color: hsla(0, 0%, 100%, 0.4);
	font-size: 16px;
}

ul {
	list-style: none;
	padding: 0;
}

.container {
	padding: 0px;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.left-col {
		padding: 0 40px 60px 40px;
	}
	.right-col {
		padding: 0 0 0 40px;
	}
}

.input-group i {
	color: black;
}
.cart-table {
	margin: 0 0 20px;
}
.choice-item .title-price {
	color: hsla(0, 0%, 10%, 0.9);
}
.choice-item .quantity-frequency {
	display: flex;
	align-items: center;
}
.choice-item .small-text {
	margin-left: auto;
}
.choice-item .free-label {
	font-size: 14px;
	font-weight: 500;
}
.choice-item .product-name {
	margin-right: 10px;
	font-weight: 500;
	font-size: 14px;
}
.choice-item img {
	width: 300px;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.payment-method {
	font-size: 16px;
	color: hsla(0, 0%, 10%, 0.7);
}

ul.cart-totals {
	overflow: hidden;
}
li.subtotal,
li.shipping-price-total,
li.total {
	display: block;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
	font-size: 14px;
	font-weight: 500;
	color: hsla(0, 0%, 10%, 0.9);
	text-align: right;
}
li.total {
	border-top: 1px solid hsla(0, 0%, 10%, 0.1);
}
li.subtotal .label,
li.shipping-price-total .label,
li.total .label {
	float: left;
}

.fa-building-columns,
.fa-credit-card {
	font-size: 16px;
	margin-bottom: 2px;
}

/* Modals */
.remboursement-list {
	color: hsla(0, 0%, 10%, 0.5);
	font-size: 14px;
}
.remboursements-modal,
.contact-modal {
	display: flex;
	align-items: baseline;
}
.remboursement-title {
	margin-left: 12px;
}
.remboursement-title .fa-rotate-left {
	font-size: 18px;
}
.remboursement-text-title {
	font-size: 14px;
	font-weight: 500;
}
.contact-modal,
.modal-body-mentions,
.remboursements-modal {
	min-height: 234px;
	max-height: 234px;
	height: 234px;
}
.modal-text-500 {
	font-weight: 500;
	font-size: 14px;
}
.modal-title {
	font-size: 16px;
}
.modal-body {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	white-space: nowrap;
}
.modal-body button {
	border: none;
	background-color: transparent;
	font-size: 14px;
	color: hsla(0, 0%, 10%, 0.5);
	font-weight: 400;
}
.modal-body button:hover {
	color: hsla(0, 0%, 10%, 0.7);
}
.modal-body button:focus {
	color: black;
}
.footer-text-modal {
	color: hsla(0, 0%, 10%, 0.5);
	font-weight: 400;
	font-size: 12px;
	text-align: center;
}
.fa-fiile,
.payment-conditions .fa-credit-card,
.contact-modal .fa-phone {
	font-size: 16px;
}
.politic-text,
.text-payment-condition,
.contact-modal-text {
	color: hsla(0, 0%, 10%, 0.5);
	margin-top: 4px;
	font-size: 14px;
}
.politic-text a,
.text-payment-condition a,
.remboursement-list a,
.contact-modal-text a {
	text-decoration: underline dotted hsla(0, 0%, 10%, 0.7);
	color: hsla(0, 0%, 10%, 0.7);
}
.politic-title,
.payment-condition-title,
.contact-title {
	font-size: 14px;
	font-weight: 500;
}
.text-mentions,
.payment-condition-text,
.contact-text {
	margin-left: 12px;
}
.remboursement-list {
	margin-top: 4px;
	line-height: 24px;
}
.modal-body-mentions,
.remboursements-modal,
.contact-modal {
	padding: 20px;
	margin-bottom: 50px;
}
.politques-mention,
.payment-conditions,
.contact-modal {
	display: flex;
	align-items: baseline;
}
.header-components {
	display: flex;
	align-items: center;
}
.btn-close {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.text-modal-header {
	display: flex;
	flex-direction: column;
}
.modal-qty-img .additional-images {
	display: none;
}
#input-modal {
	border: 1px solid rgba(0, 0, 0, 0.03);
	border-radius: 6px;
	width: 92px;
	box-shadow:
		0 0 0 1px #e0e0e0,
		0 2px 4px 0 rgba(0, 0, 0, 0.07),
		0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
}
.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
	border: 1px solid rgba(0, 0, 0, 0.03);
	height: 44px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 100%;
}
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
	display: inline-block;
	width: 40px;
	background-color: rgba(0, 0, 0, 0.03);
	color: #0a0a0a;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-size: 1.3rem;
	font-weight: 300;
}
.input-number-group .input-number-decrement {
	margin: 0px 16px;
	padding: 8px;
	background-color: rgba(0, 0, 0, 0.03);
}
.input-number-group .input-number-increment {
	margin: 0px 16px;
	padding: 8px;
	background-color: rgba(0, 0, 0, 0.03);
}
.input-number-group .input-number-decrement:hover,
.input-number-group .input-number-increment:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
#input-nb-decrement {
	display: flex;
	justify-content: center;
	align-items: center;
}
#input-nb-increment {
	display: flex;
	justify-content: center;
	align-items: center;
}
#input-nb-increment i {
	font-size: 20px;
	color: hsla(0, 0%, 10%, 0.6);
}
#input-nb-decrement i {
	font-size: 20px;
	color: hsla(0, 0%, 10%, 0.6);
}
#header-qty-modal {
	padding: 16px 20px;
}
#politic-modal-header {
	padding: 24px;
}
.modal_footer {
	display: flex;
	justify-content: center;
	margin: 18px 20px;
}
.modal-modify-btn {
	padding: 3px 7rem;
	background-color: var(--main-color);
	width: 100%;
}
.modal-modify-btn span {
	pointer-events: none;
	cursor: default;
}
.modal-modify-btn:hover {
	color: var(--hover-color1);
	background-color: var(--main-color);
}

/* Nav */
.left_nav_items {
	overflow: auto;
	padding: 15px 0;
}
.navbar-scrolled {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background-color: white;
	border-bottom: 1px solid #ddd;
}
.navbar-scrolled .navbar-brand {
	display: block;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 1em;
}
.arrow_left,
.retour,
.logo_prst {
	display: inline-block;
	color: var(--hover-color2);
	vertical-align: middle;
}
.logo_prst img {
	display: block;
}
.fa-arrow-left {
	font-size: 16px;
}
.retour {
	display: none;
	padding: 8px 0;
	font-size: 14px;
	line-height: 1em;
	transition: opacity 5s linear;
}
.left_nav_items:hover .retour {
	display: block;
	opacity: 1;
}
.left_nav_items:hover img {
	display: none;
}
.left_nav_items:hover .arrow_left,
.left_nav_items:hover .retour {
	color: black;
}
.arrow_left {
	margin: 1em;
}

#arrow_left-fs {
	margin: 5px 1em 2px 0px;
}
.prst-logo {
	height: auto;
	width: 118px;
}

.subscribe_text {
	font-weight: 500;
	font-size: 16px;
	color: hsla(0, 0%, 10%, 0.6);
}

.row {
	margin: 1em;
}

.horizontal_hr {
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-color: #ccc;
}

.qty-btn {
	padding: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.small-text {
	padding-right: 5px;
	font-size: 12px;
	color: var(--dd_textcolor);
}

.form-check-input {
	cursor: pointer;
}
.form-check-input:checked[type="checkbox"] {
	background-color: #244d61;
}

.billingTitle,
.shippingTitle {
	margin-top: 15px;
	font-size: 16px;
}

.form-control {
	padding: 10px 18px;
	border-radius: 6px;
	max-width: none;
}

.hr-container {
	position: relative;
}
.hr-message {
	color: hsla(0, 0%, 10%, 0.35);
	font-weight: 400;
	font-size: 14px;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 5px 10px;
}

.footer {
	font-size: 12px;
	color: hsla(0, 0%, 10%, 0.5);
	font-weight: 400;
}
.footer-conditions {
	display: flex;
	justify-content: space-between;
}
.mentions-legales,
.remboursement,
.contact {
	cursor: pointer;
	background-color: transparent;
	border: none;
	color: hsla(0, 0%, 10%, 0.5);
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
}
.mentions-legales:hover,
.remboursement:hover,
.contact:hover {
	text-decoration: underline dotted hsla(0, 0%, 10%, 0.7);
}
.palyance-sponsor {
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
	align-items: flex-end;
}
.palyance-text {
	font-weight: 900;
	margin-left: 5px;
	font-size: 14px;
}

.delete-item-btn {
	padding: 0 7px;
	border: 0;
	background-color: transparent;
	font-size: 16px;
	color: #7e7e7e;
}

.upsell-box {
	width: 100%;
	background-color: #f8f9fa;
	padding: 12px 16px;
	max-height: 781px;
	margin-top: 0px;
	border: 1px solid hsla(0, 0%, 10%, 0.1);
	border-top: 0;
	border-radius: 0px 0px 6px 6px;
	max-width: 112%;
	margin-bottom: 20px;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.radio-btn-text {
	display: flex;
	align-items: center;
	width: 100%;
}
.radio-upsell {
	padding-right: 10px;
}
.radio-upsell input[type="checkbox"] {
	--bs-form-check-bg: #ffffff;
	height: 1em;
	margin-top: 0.25em;
	vertical-align: top;
	appearance: none;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #dee2e6;
	print-color-adjust: exact;
	--bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0,0,0,0.25)'/%3E%3C/svg%3E");
	width: 2em;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0,0,0,0.25)'/%3E%3C/svg%3E");
	background-position: 0;
	border-radius: 2em;
	transition: background-position 0.15s ease-in-out;
}
.radio-upsell input[type="checkbox"]:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.text-upsell {
	margin-right: 10px;
	font-size: 12px;
	color: rgb(94, 94, 94);
}

.highlighted-text {
	margin-right: 5px;
	color: rgb(14, 98, 69);
	font-weight: 500;
	background-color: #cbf4c9;
	border-radius: 4px;
	padding: 1px 6px;
}
.price-upsell {
	color: rgb(94, 94, 94);
	font-size: 12px;
	margin-left: auto;
	/*white-space: nowrap;*/
}
.old-price {
	display: inline-block;
	text-decoration: line-through;
	padding-left: 5px;
	padding-right: 5px;
}
.frequency {
	display: inline-block;
	padding-left: 5px;
}
.coupon {
	margin: 20px 0;
}

.footer-fs {
	display: none;
	position: absolute;
	bottom: 0px;
}
.footer-sm {
	margin-top: 65px;
}

#promo-container {
	cursor: pointer;
	background-color: transparent;
	border: none;
	padding: 10px 0px 0px 0px;
}
#promo-container .coupon-label {
	color: #227cd7;
}
#promo-text,
#promo-text-fs {
	color: #227cd7;
}

.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
	padding-right: 39px;
}

.product_description_fs {
	margin-top: 20px;
	margin-bottom: 24px;
}

.choice-item-details {
	border: 1px solid hsla(0, 0%, 10%, 0.1);
	border-radius: 6px 6px 0px 0px;
	padding: 16px 16px 16px 16px;
	width: 100%;
}
.choice-item-details .choice-left-col {
	text-align: center;
}

@media (min-width: 992px) {
	.choice-item-details {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.choice-item-details .choice-left-col {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.choice-item-details .choice-right-col {
		flex: 0 0 auto;
		width: 66.66666%;
	}
	.choice-item img {
		width: 90px;
		max-width: 100%;
	}
	.choice-item .title-price {
		display: flex;
		justify-content: space-between;
	}
	.upsell-box {
		display: flex;
		align-items: center;
	}
}

.qty-btn {
	display: block;
	font-size: 14px;
	margin-right: 4px;
	padding: 0 0 0 5px;
	border: none;
	height: auto;
}
.qty-btn-text {
	position: relative;
	font-size: 12px;
	font-weight: 500;
}
.qty-btn-text::after {
	content: "\f107";
	position: absolute;
	top: 5px;
	right: 4px;
	pointer-events: none;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 12px;
}
.choice-item-details .quantity-select {
	display: none;
	padding: 5px 17px 5px 25px;
	appearance: none;
	outline: none;
	background: none;
	border: 0;
}
.qty-btn-text-label {
	position: absolute;
	top: 5px;
	pointer-events: none;
	cursor: default;
}
.qty-btn-text-value {
	display: inline-block;
	padding: 5px 17px 5px 25px;
	min-width: 35px;
}

@media (min-width: 992px) {
	.qty-btn-text-value {
		display: none;
	}
	.choice-item-details .quantity-select {
		display: inline-block;
	}
}

@media (max-width: 400px) {
	.pay_btn {
		width: 100%;
	}
}

@media (min-width: 401px) {
	.pay_btn {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.modal-dialog {
		position: absolute;
		bottom: 0px;
		margin: 0px 0px;
		width: 100%;
		max-width: 992px;
	}
	.left-part-fs {
		display: none;
		margin: 0px 5px;
	}
	.container {
		max-width: 700px;
	}
}

@media (min-width: 992px) {
	.container {
		padding: 0px;
		margin: 0 auto;
		max-width: 80%;
	}
	.footer-sm {
		display: none;
	}
	.footer-fs {
		display: block;
		left: 0;
		width: 100%;
	}
	.footer-conditions {
		display: block;
		text-align: center;
	}
	.palyance-divbtn {
		padding: 0px 12px;
		margin-top: 10px;
		display: flex;
		justify-content: center;
	}
	.cash-back-btn {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* Contact form fields */
.contact-form {
	margin-top: 10px;
}
.contact-form label {
	display: none;
}
.contact-form .field-type-checkbox + label {
	display: inline-block;
	padding-left: 10px;
	max-width: 100%;
	white-space: initial;
}
.contact-form .manualInput label {
	display: block;
	margin-top: 20px;
}

.contact-form .manualInput label {
	cursor: pointer;
	text-decoration: underline dotted hsla(0, 0%, 10%, 0.7);
	color: hsla(0, 0%, 10%, 0.7);
	font-size: 12px;
	font-weight: 400;
}
.contact-form .billingStreet3 label .required {
	display: none;
}
.contact-form .billingStreet3 input,
.contact-form .billingStreet1 input,
.contact-form .billingStreet2 input,
.contact-form .billingStreet4 input,
.contact-form .billingZipCode input {
	border-radius: 0px;
}
.contact-form .field-group-billing,
.contact-form .field-group-shipping,
.contact-form .field-group-cgv {
	padding: 0 8px;
}
.contact-form .field-type-text,
.contact-form .field-type-email,
.contact-form .field-type-tel {
	display: block;
	width: 100%;
	padding: 10px 40px;
	border-radius: 0 0 6px 6px;
	color: #212529;
	border: 1px solid #dee2e6;
	font-size: 1rem;
}

.contact-form .field-billingFirstName,
.contact-form .field-billingLastName,
.contact-form .field-billingCity {
	border-radius: 0px;
}

.contact-form .billingGender {
	width: 15%;
	padding-right: 0px;
}

.contact-form .field-billingLastName {
	border-top-right-radius: 6px;
}

.contact-form .field-billingFirstName {
	border-top-left-radius: 6px;
}

.contact-form .field-billingGender {
	border-top-left-radius: 6px;
	border-top-right-radius: 0px;
	margin-top: 1rem;
}

.contact-form .billingFirstName,
.contact-form .billingLastName,
.contact-form .shippingFirstName,
.contact-form .shippingLastName {
	width: 50%;
	margin-top: 1rem;
}

.contact-form .billingCity,
.contact-form .billingZipCode,
.contact-form .shippingCity,
.contact-form .shippingZipCode {
	width: 50%;
}
.contact-form .billingGender,
.contact-form .billingFirstName,
.contact-form .billingLastName,
.contact-form .billingCity,
.contact-form .billingZipCode,
.contact-form .shippingFirstName,
.contact-form .shippingLastName,
.contact-form .shippingZipCode,
.contact-form .shippingCity {
	display: inline-block;
	vertical-align: top;
}
.contact-form .billingFirstName {
	padding-left: 8px;
}
.contact-form .billingFirstName,
.contact-form .billingZipCode,
.contact-form .shippingFirstName,
.contact-form .shippingZipCode {
	padding-right: 0px !important;
}
.contact-form .billingLastName,
.contact-form .billingCity,
.contact-form .shippingLastName,
.contact-form .shippingCity {
	padding-left: 0px !important;
}
.contact-form .shippingCountry > select {
	margin-top: 0px;
}
.contact-form .field-billingCountry {
	margin-top: 0px;
	border-radius: 0px;
}
.contact-form ::placeholder {
	color: rgb(33, 37, 41, 0.75);
	opacity: 1;
}
.contact-form .field-billingEmail {
	border-radius: 6px 6px 0 0;
}
.field-icon {
	position: relative;
}
.field-icon::before {
	display: inline-block;
	position: absolute;
	left: 23px;
	top: 11px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: hsla(0, 0%, 10%, 0.7);
}
.field-icon:hover::before {
	color: hsla(0, 0%, 10%, 0.9);
}
.contact-form select {
	min-height: 46px;
	margin-top: 1rem;
	border-radius: 6px 6px 0 0;
}
.contact-form .form-control.is-invalid {
	border-color: #dc3545;
}
.contact-form .validation-error {
	font-size: 0.875em;
	color: #dc3545;
}
.contact-form .sameAsBilling {
	margin-top: 20px;
	white-space: nowrap;
}
.contact-form .sameAsBilling label {
	white-space: normal;
}
.contact-form .field-group-cgv {
	margin-top: 5px;
	white-space: nowrap;
}
.contact-form .alert {
	margin-top: 20px;
}
.field-group-cgv a {
	color: #244d61;
	text-decoration: none;
}
.outside-label {
	margin-top: 10px;
	padding: 0 8px;
	font-family:
		-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue",
		"Ubuntu", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: hsla(0, 0%, 10%, 0.7);
}

/* payment form */
.payment-form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.payment-form li {
	flex: 0 0 auto;
	width: 49%;
	padding: 27px 12px 11px 22px;

	border: 1px solid #ced4da;
	border-radius: 6px;
	box-shadow: 0 0 0 1px #e0e0e0;
	color: hsla(0, 0%, 10%, 0.7);
	font-size: 12px;
	display: flex;
	flex-direction: column-reverse;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
	font-family:
		system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.payment-form li.active {
	color: black;
	border-color: black;
}
.payment-form .field-icon.active::before {
	color: hsla(0, 0%, 10%, 0.9);
}
.payment-form label {
	color: black;
	margin-top: 5px;
	font-size: 13px;
	cursor: pointer;
}
.payment-form input {
	display: none;
}
.payment-form iframe {
	width: 100%;
}
.payment-form .field-icon:before {
	font-size: 16px;
}

/* coupon */
.cart-coupon {
	display: block;
}
.cart-coupon form {
	display: block;
	width: 100%;
}
.cart-coupon button {
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	padding: 0 12px;
	background: none;
	border: 0;
	color: rgb(25, 37, 82);
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	cursor: pointer;
}

/* order page process */
.order-page-process .row {
	margin: 0;
}
.order-page-process .row > * {
	padding: 0;
}
.order-page-process .title {
	font-size: 18px;
	margin-bottom: 10px;
}
.order-page-process .products-list {
	border: 1px solid hsla(0, 0%, 10%, 0.1);
	border-radius: 6px 6px 0px 0px;
	padding: 16px 16px 16px 16px;
	width: 100%;
}
.order-page-process .product-item-photo {
	text-align: center;
}
.order-page-process img {
	width: 300px;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.order-page-process .products-list a {
	font-weight: 500;
	font-size: 14px;
	color: hsla(0, 0%, 10%, 0.9);
	text-decoration: none;
}
.order-page-process .products-list a:hover {
	text-decoration: underline;
}
.order-page-process .product-item-name {
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 5px;
}
.order-page-process .listing-long-name {
	margin-bottom: 5px;
	font-size: 12px;
	color: #a4a4a4;
}
.order-page-process .promotion-label-container {
	display: block;
}
.order-page-process .old-price-wrapper {
	text-decoration: line-through;
}
.order-page-process .price-container {
	color: rgb(94, 94, 94);
	font-size: 12px;
}
.order-page-process .price {
	margin-left: 10px;
}
.order-page-process .products-list .add-to-cart-btn {
	background-color: #f3f3f3;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	color: #7c7c7c;
	border: 0px;
}
.order-page-process .add-to-cart {
	margin-top: 5px;
}
@media (min-width: 576px) {
	.order-page-process .row > * {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.order-page-process .row > .col-sm-2 {
		width: 16.66667%;
	}
	.order-page-process .row > .col-sm-4 {
		width: 33.33333%;
	}
	.order-page-process .row > .col-sm-3 {
		width: 25%;
	}
}

.alert-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.order-page-process .product-item-info > * {
	padding: 5px;
}

#app
	> div.container
	> div
	> div.col-lg-6.right-col
	> form
	> div.field-group-billing.billingGender {
	display: none;
}

#app
	> div.container
	> div
	> div.col-lg-6.right-col
	> form
	> div.field-group-shipping.shippingGender {
	display: none;
}

.add-to-cart {
	margin-left: 15%;
	width: auto !important;
}

.product-item-photo {
	width: 15% !important;
}

.price-container {
	width: 30% !important;
	text-align: right;
}

.product-item-details {
	width: 55% !important;
}

.product-item-details .know-more {
	display: none !important;
}

.back-home {
	height: auto;
	padding: 6px 20px;
	border: solid 1px #0d6efd;
	border-radius: 0.375rem;
	background-color: #244d61 !important;
	cursor: pointer;
	font-size: 16px;
	opacity: 1;
	color: #ffffff;
}
