
/*!
Theme Name: precisionwatches
Theme URI: https://yelk.com.ua/
Author: Yelk
Author URI: https://yelk.com.ua/
Description: Custom PrecisionWatches Theme
Version: 1.0.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: precisionwatches
*/
.main-brand__inner img {
	width: 100%;
	object-fit: cover;
}

.page-wrapper__brands .services-contacts {
	width: 90%;
}

.page-wrapper__checkout main {
	background-color: #f1ebd9;
}

.page-wrapper__checkout .woocommerce>p {
	font-family: Montserrat;
	font-size: 20px;
	padding: 24px;
	text-align: center;
	text-transform: uppercase;
}

.page-wrapper__checkout .woocommerce > p:last-child {
	padding: 0 24px 24px 24px;
}

.page-wrapper__checkout .woocommerce>p .wc-backward {
	margin: 0 auto 0 auto;
	display: block;
	width: max-content;
	text-align: center;
	padding: 10px 40px !important;
	border: 1px solid rgba(0, 0, 0, .1) !important;
	border-radius: 8px !important;
	font-style: normal !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #393c4b !important;
}

.page-wrapper__checkout .flex-custom-checkout .custom-woocommerce-checkout .paypal-extra-icon {
	height: 24px;
}

.page-wrapper__checkout .flex-custom-checkout .custom-woocommerce-checkout .applepay-extra-icon {
	height: 24px;
}

.page-wrapper__checkout .blog-post__content {
	display: block;
}

.page-wrapper__checkout .flex-custom-checkout {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.page-wrapper__checkout .flex-custom-checkout .custom-woocommerce-checkout {
	width: 50%;
	padding: 48px 64px;
	background: #fff;
}

.page-wrapper__checkout .flex-custom-checkout .custom-woocommerce-checkout .woocommerce-billing-fields {
	background-color: transparent;
	padding: 0;
	margin: 24px 0 0 0;
}

.page-wrapper__checkout .flex-custom-checkout .additional-block-checkout {
	width: 50%;
	padding: 48px 64px 0 64px;
	background: #f8f5ed;
}

.page-wrapper__checkout .flex-custom-checkout .additional-block-checkout .pw-custom-block {
	padding: 32px;
	background: #fff;
	border: 1px solid rgba(57, 60, 75, .16);
	border-radius: 8px;
}

.pw-checkout-separator {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 24px 0;
	color: #6b7280;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.pw-checkout-separator::before, .pw-checkout-separator::after {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #e5e7eb;
}

.pw-checkout-separator::before {
	margin-right: 12px;
}

.pw-checkout-separator::after {
	margin-left: 12px;
}

.pw-checkout-separator span {
	white-space: nowrap;
}

.pw-checkout-center {
	text-align: center;
}

.woocommerce-order {
	max-width: 900px;
	margin: 0 auto;
	font-family: "Arial", sans-serif;
	color: #333;
	line-height: 1.5;
	padding: 30px 0;
}

.woocommerce ul.order_details li {
	float: none !important;
}

.woocommerce-thankyou-order-received {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 30px;
}

.woocommerce-order-overview {
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #fafafa;
	padding: 20px;
}

.woocommerce-order-overview li {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}

.woocommerce-order-overview li:last-child {
	border-bottom: none;
}

.woocommerce-order-overview__payment-method strong span {
	font-weight: 500;
	color: #1a73e8;
}

.woocommerce-order-details {
	margin-bottom: 40px;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}

.woocommerce-order-details__title {
	background: #f5f5f5;
	padding: 15px 20px;
	font-size: 1.3rem;
	font-weight: 600;
}

.woocommerce-table--order-details th, .woocommerce-table--order-details td {
	padding: 12px 20px;
	text-align: left;
}

.woocommerce-table--order-details tbody tr:nth-child(odd) {
	background: #fafafa;
}

.woocommerce-table--order-details tfoot tr th {
	font-weight: 600;
}

.woocommerce-table--order-details tfoot tr td {
	font-weight: 600;
}

.woocommerce-table--order-details tfoot tr th:contains('Discount'), .woocommerce-table--order-details tfoot tr td:contains('-$') {
	color: #d9534f;
}

.woocommerce-customer-details {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
}

.woocommerce-customer-details .woocommerce-column {
	flex: 1 1 45%;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
}

.woocommerce-column__title {
	font-weight: 600;
	margin-bottom: 15px;
}

.woocommerce-customer-details--phone, .woocommerce-customer-details--email {
	margin: 5px 0;
}

@media (max-width: 768px) {
	.woocommerce-table--order-details, .woocommerce-table--order-details thead, .woocommerce-table--order-details tbody, .woocommerce-table--order-details th, .woocommerce-table--order-details td, .woocommerce-table--order-details tr {
		display: block;
		width: 100%;
	}
	
	.woocommerce-table--order-details thead tr {
		display: none;
	}
	
	.woocommerce-table--order-details tbody tr {
		margin-bottom: 20px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
	}
	
	.woocommerce-table--order-details td {
		text-align: right;
		padding-left: 50%;
		position: relative;
	}
	
	.woocommerce-table--order-details td::before {
		content: attr(data-label);
		position: absolute;
		left: 20px;
		width: 45%;
		text-align: left;
		font-weight: 600;
	}
	
	.woocommerce-customer-details .woocommerce-column {
		flex: 1 1 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__checkout .flex-custom-checkout {
		flex-direction: column-reverse;
	}
	
	.page-wrapper__checkout .flex-custom-checkout .custom-woocommerce-checkout {
		width: 100%;
		padding: 24px;
	}
	
	.page-wrapper__checkout .flex-custom-checkout .additional-block-checkout {
		width: 100%;
		padding: 24px;
	}
}

.payment_method_bacs span {
	font-weight: 600;
}

.page-wrapper__checkout h1 {
	color: #000;
	font-family: "Philosopher";
	font-size: 56px;
	font-weight: 400;
	line-height: 69.3px;
	margin-bottom: 40px;
}

.page-wrapper__checkout .pw-custom-block h3 {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000;
	margin: 0 0 24px 0;
}

.page-wrapper__checkout .woocommerce form .form-row {
	margin-bottom: 16px;
}

.page-wrapper__checkout .woocommerce form .form-row.notes {
	display: none;
}

.custom-woocommerce-checkout #place_order {
	width: 100%;
	padding: 20px 40px;
	background: #191919 !important;
	border: 1px solid #191919 !important;
	border-radius: 8px !important;
	font-family: "Montserrat" !important;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	transition: background .3s, color .3s;
}

.custom-woocommerce-checkout #place_order:hover {
	background: #fff !important;
	color: #191919 !important;
}

/* checkbox */
.custom-woocommerce-checkout label.checkbox, .custom-woocommerce-checkout label.woocommerce-form__label-for-checkbox.checkbox, .custom-woocommerce-checkout label.woocommerce-form__label.checkbox {
	display: block;
	cursor: pointer;
	margin: 0 0 14px;
}

.custom-woocommerce-checkout label.checkbox input[type="checkbox"], .custom-woocommerce-checkout label.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"], .custom-woocommerce-checkout label.woocommerce-form__label.checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.custom-woocommerce-checkout label.checkbox>span, .custom-woocommerce-checkout label.woocommerce-form__label-for-checkbox.checkbox>span, .custom-woocommerce-checkout label.woocommerce-form__label.checkbox>span {
	position: relative;
	display: inline-block;
	padding-left: 38px;
	font-size: 16px;
	line-height: 22px;
	color: #6b6f76;
}

.custom-woocommerce-checkout label.checkbox>span:before, .custom-woocommerce-checkout label.woocommerce-form__label-for-checkbox.checkbox>span:before, .custom-woocommerce-checkout label.woocommerce-form__label.checkbox>span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border: 2px solid #cfd3d8;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
}

.custom-woocommerce-checkout label.checkbox>span:after, .custom-woocommerce-checkout label.woocommerce-form__label-for-checkbox.checkbox>span:after, .custom-woocommerce-checkout label.woocommerce-form__label.checkbox>span:after {
	content: "";
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-70%) rotate(45deg);
	width: 6px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	opacity: 0;
}

.custom-woocommerce-checkout label.checkbox input[type="checkbox"]:checked+span:before, .custom-woocommerce-checkout label.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"]:checked+span:before, .custom-woocommerce-checkout label.woocommerce-form__label.checkbox input[type="checkbox"]:checked+span:before {
	background: #2f3440;
	border-color: #2f3440;
}

.custom-woocommerce-checkout label.checkbox input[type="checkbox"]:checked+span:after, .custom-woocommerce-checkout label.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"]:checked+span:after, .custom-woocommerce-checkout label.woocommerce-form__label.checkbox input[type="checkbox"]:checked+span:after {
	opacity: 1;
}

.custom-woocommerce-checkout label.checkbox input[type="checkbox"]:focus-visible+span:before, .custom-woocommerce-checkout label.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"]:focus-visible+span:before, .custom-woocommerce-checkout label.woocommerce-form__label.checkbox input[type="checkbox"]:focus-visible+span:before {
	outline: 3px solid rgba(47, 52, 64, .18);
	outline-offset: 2px;
}

.custom-woocommerce-checkout label.woocommerce-form__label.checkbox .required, .custom-woocommerce-checkout label.woocommerce-form__label-for-checkbox.checkbox .required {
	display: none !important;
}

/* select */
.custom-woocommerce-checkout .select2, .woocommerce form .form-row select {
	height: 65px !important;
}

.custom-woocommerce-checkout .select2 .selection {
	display: block;
	height: 100% !important;
}

.custom-woocommerce-checkout .select2 .selection .select2-selection {
	height: 100% !important;
}

.custom-woocommerce-checkout .select2 .selection .select2-selection .select2-selection__rendered {
	height: 100% !important;
	display: flex;
	align-items: center;
}

.woocommerce .pw-payment .form-row select {
	width: 100%;
}

/* coupon */
.additional-block-checkout .checkout_coupon {
	margin: 16px 0 !important;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.additional-block-checkout .checkout_coupon .form-row {
	margin: 0 !important;
}

.additional-block-checkout .checkout_coupon .pw-checkout-coupon__wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
}

.additional-block-checkout .checkout_coupon .pw-checkout-coupon__wrapper .form-row-first {
	width: 65% !important;
	float: unset !important;
}

.additional-block-checkout .checkout_coupon .pw-checkout-coupon__wrapper .form-row-last {
	width: 35% !important;
	float: unset !important;
}

.additional-block-checkout .checkout_coupon .pw-checkout-coupon__wrapper .form-row-last input {
	padding: 16px 20px !important;
}

.additional-block-checkout .checkout_coupon .pw-checkout-coupon__wrapper .form-row-last button {
	padding: 16px 20px;
	background: #393c4b;
	border: 1px solid #393c4b;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	transition: background .3s, color .3s;
}

.additional-block-checkout .checkout_coupon .pw-checkout-coupon__wrapper .form-row-last button:hover {
	background: transparent;
	color: #393c4b;
}

/* mode */
.custom-woocommerce-checkout #checkout_mode_field {
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	padding: 22px 24px;
	margin: 0 0 18px;
	background: #fff;
}

.custom-woocommerce-checkout #checkout_mode_field>label {
	display: block;
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	color: #111;
}

.custom-woocommerce-checkout .checkout-inline-error-message {
	display: none !important;
}

.page-wrapper__checkout #order_review #ppcp-messages, .page-wrapper__checkout #order_review .ppcp-messages {
	display: none !important;
}

.woocommerce-checkout-review-order-table {
	display: none;
}

.additional-block-checkout .woocommerce-checkout-review-order-table {
	display: block;
}

/* payment */
.custom-woocommerce-checkout .pw-payment.woocommerce-checkout-payment {
	background: #fff;
	overflow: hidden;
}

.custom-woocommerce-checkout .wc_payment_methods.payment_methods.methods {
	border: 1px solid #e4e6ea;
	border-radius: 10px;
	margin: 0 0 16px 0;
}

.custom-woocommerce-checkout .wc_payment_method img {
	height: 24px !important;
}

.additional-block-checkout .woocommerce-shipping-methods label {
	position: relative;
	padding-left: 30px;
	font-weight: 600;
}

.additional-block-checkout .woocommerce-shipping-methods label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/./assets/shopping-bag.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.additional-block-checkout .woocommerce-shipping-destination {
	display: none !important;
}

.additional-block-checkout .woocommerce-shipping-calculator {
	display: none !important;
}

.pw-payment p {
	margin-bottom: 24px;
}

.page-wrapper__checkout .pw-billing-address.pw-custom-block[data-visible-for="pickup"] {
	display: none;
}

.custom-woocommerce-checkout .pw-payment ul.wc_payment_methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.custom-woocommerce-checkout .pw-payment ul.wc_payment_methods>li.wc_payment_method {
	margin: 0;
	padding: 18px 20px;
	border-bottom: 1px solid #e9ebef;
}

.custom-woocommerce-checkout .pw-payment ul.wc_payment_methods>li.wc_payment_method:last-child {
	border-bottom: 0;
}

.custom-woocommerce-checkout .pw-payment ul.wc_payment_methods>li.wc_payment_method>input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.custom-woocommerce-checkout .pw-payment ul.wc_payment_methods>li.wc_payment_method>input[type="radio"]+label {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 34px;
	margin: 0;
	cursor: pointer;
	color: #222;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

.custom-woocommerce-checkout .pw-payment ul.wc_payment_methods>li.wc_payment_method>input[type="radio"]+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 2px solid #bdbdbd;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
}

.custom-woocommerce-checkout .pw-payment ul.wc_payment_methods>li.wc_payment_method>input[type="radio"]+label:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #111;
	opacity: 0;
}

.custom-woocommerce-checkout .pw-payment ul.wc_payment_methods>li.wc_payment_method>input[type="radio"]:checked+label:before {
	border-color: #111;
}

.custom-woocommerce-checkout .pw-payment ul.wc_payment_methods>li.wc_payment_method>input[type="radio"]:checked+label:after {
	opacity: 1;
}

.custom-woocommerce-checkout .pw-payment ul.wc_payment_methods>li.wc_payment_method>input[type="radio"]:focus-visible+label:before {
	outline: 3px solid rgba(0, 0, 0, .15);
	outline-offset: 2px;
}

.custom-woocommerce-checkout .pw-payment ul.wc_payment_methods>li.wc_payment_method>label img {
	height: 18px;
	width: auto;
	display: inline-block;
}

.custom-woocommerce-checkout .pw-payment ul.wc_payment_methods>li.wc_payment_method>label img:first-of-type {
	margin-left: auto;
}

.custom-woocommerce-checkout .pw-payment .payment_box {
	margin: 14px 0 0 !important;
	padding: 16px 0 0 !important;
	background: transparent !important;
	border-top: 1px solid #e9ebef;
	background: transparent;
	box-shadow: none;
}

.custom-woocommerce-checkout .pw-payment .payment_box::before {
	display: none !important;
}

.custom-woocommerce-checkout .pw-payment .payment_box p {
	margin: 0 0 12px;
	color: #6b6f76;
	font-size: 14px;
	line-height: 20px;
}

.custom-woocommerce-checkout .pw-payment .payment_box fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.custom-woocommerce-checkout .pw-payment .payment_box .form-row {
	margin: 0 0 16px 0;
}

.custom-woocommerce-checkout .pw-payment .payment_box .form-row label {
	display: none;
}

.custom-woocommerce-checkout .pw-payment .payment_box input.input-text, .custom-woocommerce-checkout .pw-payment .payment_box input[type="text"], .custom-woocommerce-checkout .pw-payment .payment_box input[type="tel"] {
	width: 100%;
	height: 56px;
	padding: 16px 18px;
	border: 1px solid #e1e4e8;
	border-radius: 8px;
	background: #f6f7f8;
	box-sizing: border-box;
	outline: none;
}

.custom-woocommerce-checkout .pw-payment .payment_box input.input-text:focus, .custom-woocommerce-checkout .pw-payment .payment_box input[type="text"]:focus, .custom-woocommerce-checkout .pw-payment .payment_box input[type="tel"]:focus {
	border-color: #c7ccd3;
	box-shadow: none;
}

.custom-woocommerce-checkout .pw-payment .payment_box .form-row-first, .custom-woocommerce-checkout .pw-payment .payment_box .form-row-last {
	width: calc(50% - 8px);
}

.custom-woocommerce-checkout .pw-payment .payment_box .clear {
	clear: both;
}

.custom-woocommerce-checkout .pw-payment .payment_box div[id^="zoid-paypal-card-"] {
	width: 100% !important;
	height: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.custom-woocommerce-checkout .pw-payment .payment_box div[id^="zoid-paypal-card-"]>iframe {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
}

.custom-woocommerce-checkout #checkout_mode_field .required {
	display: none !important;
}

.custom-woocommerce-checkout #checkout_mode_field .woocommerce-input-wrapper {
	display: flex;
	align-items: center;
	gap: 26px;
	flex-wrap: wrap;
}

.custom-woocommerce-checkout #checkout_mode_field input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.custom-woocommerce-checkout #checkout_mode_field input[type="radio"]+label {
	position: relative;
	margin: 0;
	padding-left: 32px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #222;
	cursor: pointer;
	user-select: none;
}

.custom-woocommerce-checkout #checkout_mode_field input[type="radio"]+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 2px solid #bdbdbd;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
}

.custom-woocommerce-checkout #checkout_mode_field input[type="radio"]+label:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #111;
	opacity: 0;
}

.custom-woocommerce-checkout #checkout_mode_field input[type="radio"]:checked+label:before {
	border-color: #111;
}

.custom-woocommerce-checkout #checkout_mode_field input[type="radio"]:checked+label:after {
	opacity: 1;
}

.custom-woocommerce-checkout #checkout_mode_field input[type="radio"]:focus-visible+label:before {
	outline: 3px solid rgba(0, 0, 0, .15);
	outline-offset: 2px;
}

.custom-woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a {
	text-decoration: underline;
}

.custom-woocommerce-checkout .pw-use-shipping-as-billing {
	padding: 0 0 30px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #cfd0d4;
}

.page-wrapper__checkout .pw-custom-block input {
	padding: 20px !important;
	background: rgba(57, 60, 75, .04) !important;
	border: 1px solid rgba(57, 60, 75, .16) !important;
	border-radius: 8px !important;
	font-family: "Montserrat" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #595959 !important;
}

.page-wrapper__checkout .promise-checkout-content {
	background-color: #393c4b;
	border-radius: 16px;
}

.page-wrapper__checkout .block-promise-item {
	padding: 32px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #51525d;
}

.page-wrapper__checkout .block-promise-item:last-child {
	border-bottom: transparent;
}

.page-wrapper__checkout .block-promise-checkout h3 {
	color: #000;
	font-family: "Philosopher";
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 32px;
}

.page-wrapper__checkout .block-promise-item .block-promise-text {
	padding-left: 20px;
	font-family: "Montserrat";
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #fff;
}

.reviews__content_checkout {
	padding-bottom: 115px;
}

@media only screen and (max-width: 1280px) {
	.reviews__content_checkout {
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.reviews__content_checkout {
		padding-bottom: 52px;
	}
}

@media only screen and (max-width: 568px) {
	.reviews__content_checkout {
		padding-bottom: 33px;
	}
}

.custom-checkout-review-order-table {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.custom-checkout-review-order-table .cart_item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	padding: 16px 0;
}

.custom-checkout-review-order-table .cart_item .product-name {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-shrink: 0;
}

.custom-checkout-review-order-table .cart_item .product-total {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.custom-checkout-review-order-table .cart_item .product-total .pw-checkout-review-order__name {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.custom-checkout-review-order-table .cart_item .product-name img {
	width: 96px;
	height: 96px;
}

.custom-checkout-review-order-table>div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.custom-checkout-review-order-table>div:last-child {
	border-bottom: transparent;
}

.custom-checkout-review-order-table .woocommerce-form-coupon-toggle {
	order: -1;
	padding: 16px;
	border-top: 1px solid #dfe0e2;
	border-bottom: 1px solid #dfe0e2;
}

.page-wrapper__checkout .reviews {
	padding: 60px 0 20px 0;
}

.page-wrapper__checkout .reviews .container {
	padding: 0;
}

.page-wrapper__checkout .reviews .container .review-card {
	padding-bottom: 40px;
}

.page-wrapper__checkout .reviews .reviews__title {
	color: #000;
	font-family: "Philosopher";
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 20px;
}

.page-wrapper__checkout .reviews .reviews__subtitle {
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
}

.page-wrapper__checkout .reviews .review-card__header {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #393c4b;
}

.page-wrapper__checkout .reviews .review-card__text {
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #393c4b;
}

.page-wrapper__checkout .woocommerce-info {
	border: transparent;
	background-color: #fff;
	display: flex;
	align-items: flex-end;
	margin: 0;
	padding: 0 25px;
	position: relative;
}

.page-wrapper__checkout .woocommerce-info a {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #433e3a;
}

.page-wrapper__checkout .woocommerce-info::before {
	content: "+";
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #433e3a;
	position: absolute;
	top: 0;
	left: 0;
}

.page-wrapper__checkout .order-total {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000;
}

.page-wrapper__checkout .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.page-wrapper__checkout .form-row-first {
	width: 49% !important;
}

.page-wrapper__checkout .form-row-full {
	width: 100% !important;
}

.page-wrapper__checkout .form-row-third {
	width: 37% !important;
}

.page-wrapper__checkout .form-row-fourth {
	width: 23% !important;
}

.page-wrapper__checkout .form-row-last {
	width: 49% !important;
}

.page-wrapper__checkout .custom-form-row-last {
	width: 49%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #ddd;
}

.page-wrapper__checkout .pw-custom-block .select2-selection__rendered {
	padding: 16px !important;
	border: 1px solid rgba(57, 60, 75, .04) !important;
	border-radius: 8px !important;
	background-color: rgba(57, 60, 75, .04) !important;
}

.page-wrapper__checkout .pw-custom-block .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 20px !important;
	right: 5px;
}

.page-wrapper__checkout .pw-custom-block #ship-to-different-address {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #433e3a;
	border-top: 1px solid #b9babf;
	padding-top: 16px;
}

@media only screen and (max-width: 768px) {
	.page-wrapper__checkout .custom-form-row-last, .page-wrapper__checkout .form-row-first, .page-wrapper__checkout .form-row-last {
		width: 100% !important;
	}
}

.page-wrapper__default .blog-post__content {
	display: block;
}

.page-wrapper__default .flex-block-404 {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 100%;
	margin: 10% 0;
}

.page-wrapper__default .blog-post__body>h1 {
	margin: 40px 0;
}

.page-wrapper__default .blog-post__body h2 {
	margin: 0 0 20px 0;
}

.page-wrapper__default .blog-post__body h3 {
	margin: 20px 0;
}

.page-wrapper__default .flex-block-404 h1 {
	font-size: 60px;
	color: #393c4b;
}

.page-wrapper__default .flex-block-404 h1, .page-wrapper__default .flex-block-404 h2 {
	padding-bottom: 20px;
}

.flex-block-404 a {
	color: #393c4b;
	text-decoration: underline;
}

.page-wrapper__default .flex-block-404 a:hover {
	text-decoration: none;
}

.rolex-product__title {
	line-height: 32px;
}

.rolex_active {
	color: #127749 !important;
}

#map {
	height: 600px;
	/* The height is 400 pixels */
	width: 100%;
}

/* .page-wrapper__pr-rlx-preowned-contact #map {
    height: 500px;
} */
#map .gm-style-mtc {
	display: none;
}

.rolex-contact__body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 8% 90px 8%;
}

/* .page-wrapper__pr-rlx-preowned-contact .rolex-contact__body {
    padding: 30px 60px;
} */
@media only screen and (max-width: 768px) {
	.rolex-contact__body {
		padding: 0 8% 60px 8%;
	}
}

.rolex-contact__map {
	display: flex;
	width: 100%;
	color: #212121;
	background-color: #fff;
}

/* .page-wrapper__pr-rlx-preowned-contact .rolex-contact__map {
    color: #F7F7F7;
    background-color: #212121;
} */
.rolex-contact__map-map {
	flex: 0 0 65%;
}

/* .page-wrapper__pr-rlx-preowned-contact .rolex-contact__map-map {
    flex: 0 0 50%;
} */
.rolex-contact__map-sidebar {
	display: flex;
	flex-direction: row;
	justify-content: start;
	width: 100%;
	margin: auto;
}

/* .page-wrapper__pr-rlx-preowned-contact .rolex-contact__map-sidebar {
    margin: auto 50px;
} */
.rolex-contact__map-sidebar-details {
	margin: 50px auto;
	text-align: left;
	font-family: "gotham-book", "helvetica", "arial", sans-serif;
	font-weight: 400;
}

.rolex-contact__map-sidebar-details h1 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.rolex-contact__map-sidebar-details h2 {
	line-height: 36px;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.rolex-contact__map-sidebar-details address {
	text-transform: none;
	margin-bottom: 10px;
	font-style: normal;
}

/* .page-wrapper__pr-rlx-preowned-contact .rolex-contact__map-sidebar-details address {
    color: #d3d3d3;
} */
.rolex-contact__map-sidebar-details-hours {
	margin-bottom: 10px;
	cursor: pointer;
	color: #127749;
}

/* .page-wrapper__pr-rlx-preowned-contact .rolex-contact__map-sidebar-details-hours {
    color: #d3d3d3;
} */
.rolex-contact__map-sidebar-details-hours span {
	color: #212121;
	font-weight: 600;
}

/* .page-wrapper__pr-rlx-preowned-contact .rolex-contact__map-sidebar-details-hours span {
    color: #F7F7F7;
} */
.rolex-contact__map-sidebar-details-additional-hours {
	position: relative;
}

.rlx-store-details__hours-list {
	grid-template-columns: max-content 1fr max-content;
	row-gap: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	padding: 20px 40px;
	background-color: #f8f7f3;
}

.rlx-store-details__hours-list div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.rolex-contact__map-sidebar-details-hours .arrow {
	width: 12px;
	height: 12px;
	display: inline-block;
	padding: 2px;
	vertical-align: middle;
	margin-left: 3px;
	margin-bottom: 1px;
}

.rolex-contact__map-sidebar-details-hours .arrow path {
	fill: #127749;
}

/* .page-wrapper__pr-rlx-preowned-contact .rolex-contact__map-sidebar-details-hours .arrow path {
    fill: #d3d3d3;
} */

/* .page-wrapper__pr-rlx-preowned-contact .rlx-store-details__hours-list {
    color: #212121;
} */

/* .rolex-contact__map-sidebar-details-hours .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.rolex-contact__map-sidebar-details-hours .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
} */
.rolex-contact__map-sidebar-details-links li {
	margin: 30px 0;
}

.rolex-contact__map-sidebar-details-link-icon {
	padding: 10px 5px 5px 10px;
	background-color: #f8f7f3;
	border-radius: 50%;
	margin-right: 10px;
}

.page-wrapper__pr-rlx-preowned-contact .rolex-contact__map-sidebar-details-link-icon {
	padding: 10px 12px;
}

/* .page-wrapper__pr-rlx-preowned-contact .rolex-contact__map-sidebar-details-link-icon {
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.rolex-contact__map-sidebar-details-links li a {
	display: flex;
	align-items: center;
}

.rolex-contact__map-sidebar-details-links li a svg {
	width: 16px;
	height: 16px;
}

.rolex-contact__map-sidebar-details-links li a svg path {
	fill: #452c1e;
}

.rolex-contact__map-sidebar-details-links li:hover .rolex-contact__map-sidebar-details-link-icon {
	background-color: #f8f7f3;
}

.rolex-contact__map-sidebar-details-links li:hover .rolex-contact__map-sidebar-details-link-text {
	color: rgba(33, 33, 33, .3);
}

/* .page-wrapper__pr-rlx-preowned-contact .rolex-contact__map-sidebar-details-links li:hover .rolex-contact__map-sidebar-details-link-text {
    color: #127749;
} */
.rolex-contact__map-sidebar-details-links li:hover path {
	fill: #127749;
}

@media only screen and (max-width: 768px) {
	.rolex-contact__map {
		flex-wrap: wrap;
	}
	
	.rolex-contact__map-map {
		flex: 0 0 100%;
	}
	
	.rolex-contact__map-sidebar-details {
		padding: 40px;
	}
	
	.rolex-contact__map-sidebar {
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex: 0 0 100%;
		width: 100%;
		order: -1;
	}
	
	/* .page-wrapper__pr-rlx-preowned-contact .rolex-contact__map-sidebar {
        margin: auto;
    } */
	.rlx-store-details__hours-list {
		width: 300px;
		padding: 20px;
	}
	
	.rolex-contact__map-sidebar-details {
		text-align: center;
	}
	
	.rolex-contact__map-sidebar-details-links {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.rolex-contact__map-sidebar-details-links li {
		padding: 0 10px;
	}
	
	.rolex-contact__map-sidebar-details-links .rolex-contact__map-sidebar-details-link-text {
		display: none;
	}
	
	.rolex-contact__map-sidebar-details-link-icon {
		padding: 10px 10px 5px 10px;
	}
	
	.page-wrapper__pr-rlx-preowned-contact .rolex-contact__map-sidebar-details-link-icon {
		padding: 10px;
	}
	
	.rolex-contact__map-sidebar-details h2 {
		line-height: normal;
	}
}

.page-wrapper__watch-repair .services-about__inner {
	margin: 60px;
}

.page-wrapper__watch-repair .services-about__media img {
	max-height: 600px;
}

.page-wrapper__rolex-collection .rolex-video {
	width: 200%;
}

.rolex-header__desktop-nav ul li:nth-last-child(1) a:hover {
	color: #fff !important;
}

.btnCancel {
	color: #127749;
	background: #fff;
	border: 1px solid;
	margin-right: 20px;
}

.rolex-required {
	float: left;
	margin-top: 0;
	font-size: 13px;
}

.page-wrapper__affirm .location__card-textbox span {
	white-space: wrap !important;
	width: 90%;
}

.page-wrapper__affirm .location__title {
	margin: 0;
}

.page-wrapper__affirm .location__subtitle {
	color: #000;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 50px 0;
}

.page-wrapper__affirm .services-about {
	padding: 0;
}

.page-wrapper__affirm .services-about__media img {
	max-height: 800px;
}

.page-wrapper__affirm .about {
	background-color: #f1ebd9;
}

.page-wrapper__affirm .about__col_brands .about__subtitle {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #9c9c9c;
	margin: 0 0 10px 0;
}

.page-wrapper__affirm .about__col_brands .about__title {
	font-family: "Philosopher";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__affirm .about__col_brands .about__title {
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
	}
}

.page-wrapper__affirm .about__col_brands .about__content-text {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__affirm .about__col_brands .about__content-text {
		font-size: 18px;
	}
}

.page-wrapper__affirm .about__col_brands .about__btn {
	padding: 16px 40px;
	background: #393c4b;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__affirm .about__col_brands .about__btn {
		max-height: none;
	}
}

.page-wrapper__affirm .about__col_brands .about__content-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
}

.page-wrapper__affirm .about__col_brands .about__content-title {
	font-family: "Philosopher";
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	margin: 0 0 25px 0;
}

.page-wrapper__affirm .about__col_brands .about__content-bottom-wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
	left: 10px;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__affirm .about__col_brands .about__content-bottom-wrapper {
		flex-direction: column;
	}
}

.page-wrapper__affirm .about__col_brands .about__content-list {
	flex: 0 1 45%;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__affirm .about__col_brands .about__content-list {
		width: 100%;
		flex: 0 1 100%;
	}
}

.page-wrapper__affirm .about__col_brands .about__content-item {
	width: 100%;
	max-width: none;
}

.page-wrapper__affirm .about__col_brands .about__content-item address {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	display: flex;
	align-items: flex-start;
}

.page-wrapper__affirm .about__col_brands .about__content-item address svg {
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

.page-wrapper__affirm .about__col_brands .about__content-link {
	display: flex;
	align-items: center;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.page-wrapper__affirm .about__col_brands .about__content-link svg {
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__affirm .products__flex-list {
		justify-content: space-between;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__affirm .products__flex-item {
		flex: 0 1 49%;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__affirm .about__wrapper {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__affirm .about__col:last-of-type {
		position: relative;
		left: 0;
		width: auto;
		height: auto;
		margin: 0 -15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__affirm .about__col:last-of-type img {
		position: static;
		height: 400px;
	}
}

.page-wrapper__affirm .about__col_brands {
	padding: 30px 60px !important;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__affirm .about__col_brands {
		padding: 20px !important;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__affirm .about__col_brands {
		width: 100%;
		padding: 20px 30px !important;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__affirm .about__col_brands {
		padding: 20px 15px !important;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__affirm .about__col_brands .about__content {
		align-items: flex-start;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__affirm .products__header-link {
		display: block;
		width: 50%;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__affirm .location__title {
		text-align: center;
	}
	
	.page-wrapper__affirm .location__subtitle {
		font-size: 24px;
		font-weight: 400;
		line-height: 35px;
	}
}

.rolex-contact__form form .rolex-submit_form_wrap p .btnCancel {
	order: 2;
	color: #127749;
	border: 1px solid #127749;
	background-color: transparent;
	display: inline-block;
	margin-bottom: 0;
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	padding: 10px 30px;
	border-radius: 20px;
	white-space: nowrap;
	transition: background-color .3s, color .3s, border-color .3s;
}

.rolex-contact__form form .rolex-submit_form_wrap p .btnCancel.nitro-lazy {
	background-image: none !important;
}

.rolex-contact__form form .rolex-submit_form_wrap p .btnCancel:hover {
	background-color: #127749;
	color: #fff;
	border-color: #127749;
}

.rolex-contact__form form .rolex-contact__privacy-green, .page-wrapper__pr-rlx-preowned-contact .rolex-contact__privacy-green {
	color: #127749;
	font-weight: 600;
}

.rolex-contact__form form #contact_message, .rolex-contact__form form .rolex-contact-us-form__textarea {
	display: none;
}

.rlx-step-next svg {
	width: 10px;
	margin-left: 3px;
}

.rlx-step-next:hover path {
	fill: #127749;
}

.rlx-step-back svg {
	transform: rotate(180deg);
	width: 10px;
	margin-right: 3px;
	margin-bottom: 2px;
}

.rlx-step-back:hover path {
	fill: #127749;
}

.blog-post__main .blog-post__tags {
	display: none;
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
	color: #666;
	border-color: #ebebeb;
	border-color: #ebebeb;
	width: 35%;
}

.sell-benefits__textbox h4 {
	text-transform: uppercase;
}

.sell__form-inner form .form-control-custom-button input[type=button] {
	padding-left: 24px;
}

.services-about__textbox-block ol {
	padding: 0 0 0 25px;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .services-about__media {
		order: -1;
	}
}

.page-wrapper__serial .serial-about__media img {
	border-radius: 10px;
}

.product__description-text h2 {
	margin: 10px 0;
}

.product-main__content-media .swiper-product-slide img {
	max-height: 740px;
	object-fit: contain;
	object-position: left center;
}

.product-card__wrapper .product-card__img-box img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	.blog-post__body {
		flex: 0 1 100%;
		padding: 20px;
	}
}

.rlx-itroduction__right span {
	font-size: 20px;
	line-height: 1.6;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.rlx-itroduction__right span {
		font-size: 18px;
	}
}

.rlx-itroduction__right span.bold {
	font-weight: bold;
}

.rlx-itroduction__right span.light {
	font-weight: light;
}

.custom-rlx-dynamic-block .rlx-banner {
	padding-bottom: 90px;
}

.custom-rlx-collection-dynamic-block-third_repeater .rlx-media {
	padding-top: 90px;
}

.custom-rlx-collection-dynamic-block-third_repeater .rlx-media-alternate {
	padding-top: 0;
}

.custom-rlx-collection-dynamic-block-third_repeater .rlx-textbox-alternate {
	padding: 90px 8% 0 8%;
}

.custom-rlx-collection-dynamic-block-third_repeater .rlx-textbox-alternate-top {
	padding: 90px 8%;
}

.prefooter-rlx-video .rlx-video__inner {
	padding-top: 0;
}

.rlx-articles .rlx-video__inner {
	padding: 0 8% 90px 8%;
}

.rlx-product__textbox .rlx-product_rmc {
	text-transform: uppercase;
}

.journal-latest__load-more__clear {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 45px;
}

.rlx-watch__clear {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 45px;
}

.product_in_form .product_brand {
	font-weight: 600;
}

#wpcf7-f1045201-p1015557-o2 .wpcf7-form-control {
	cursor: pointer;
}

.page-wrapper__cart .wc-block-components-notice-banner.is-info {
	background-color: #f8f8f8;
	border-color: #f1ebd9;
}

.page-wrapper__cart .wc-block-components-notice-banner.is-info svg {
	display: none;
}

.page-wrapper__cart .wc-empty-cart-message {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tudor-banner img {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.tudor-banner img {
		min-height: 150px;
		object-fit: cover;
	}
}

.rlx-specs .download-rolex_brochure {
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

.right-logo-mobile {
	display: none;
}

@media (max-width: 1024px) {
	.right-logo-mobile {
		display: block;
		padding: 0 0 20px 0;
	}
	
	.right-logo-desktop {
		display: none;
	}
}

@media (max-width: 1024px) {
	.right-logo.mobile-no-display {
		display: none;
	}
}

.header__nav-rolex-item {
	order: -1;
}

.product-main__options .product-main__contact-btn-black {
	width: 40%;
	border-radius: 5px;
	max-height: 44px;
	padding: 10px 10px;
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.64;
	color: #fff;
	border: 1px solid #191919;
	background-color: #191919;
	white-space: nowrap;
	text-align: center;
}

.product-main__options .product-main__contact-btn-black:hover {
	color: #000;
	background-color: transparent;
}

.product-main__options .product-main__disabled, .mobile-description__options-bottom .product-main__disabled {
	width: 40%;
	border-radius: 5px;
	max-height: 44px;
	padding: 10px 10px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.64;
	color: #676767;
	border: none;
	background-color: #f8f5f5;
	white-space: nowrap;
	text-align: center;
}

.product-main__options .product-main__disabled:hover, .mobile-description__options-bottom .product-main__disabled {
	color: #676767;
	background-color: #f8f5f5;
}

.product-main__price.product-price__disabled, .mobile-description__price.product-price__disabled {
	color: #bdbdbd;
}

.store-card__label.store-card__label_sold {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	background-color: #222;
	color: #fff;
	left: 16px;
	top: 16px;
	padding: 12px;
	border-radius: 4px;
	max-width: 120px;
}

@media only screen and (min-width: 1920px) {
	.store-card__label.store-card__label_sold {
		left: 38px;
	}
}

@media only screen and (max-width: 1024px) {
	.store-card__label.store-card__label_sold {
		font-size: 14px;
		max-width: 120px;
	}
}

@media only screen and (max-width: 568px) {
	.store-card__label.store-card__label_sold {
		font-size: 12px;
		max-width: 100px;
	}
}

.product-header__options-bottom .product-header__contact-btn {
	width: 40%;
	border-radius: 5px;
	height: 44px;
	padding: 12px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.64;
	color: #000;
	border: 1px solid #fbdfbb;
	background-color: #fbdfbb;
	white-space: nowrap;
	text-align: center;
}

.product-header__options-bottom .product-header__contact-btn:hover {
	color: #fbdfbb;
	background-color: transparent;
}

.no-display-brands {
	display: none !important;
}

/* .rolex-contact__form .wpcf7-acceptance,
.pr-rlx-contact__form .wpcf7-acceptance {


    input[type="checkbox"] {
        position: relative;
        cursor: pointer;
        padding: 0;
        width: 30px;
        bottom: -4px;
        z-index: 999;
    }

    input[type="checkbox"]:before {
        content: '';
        margin-right: 10px;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #fcfcfc;
        border: 1px solid #aaa;
        border-radius: 50%;
    }


    input[type="checkbox"]:checked:before {
        background: #127749;
        border-color: #127749;
    }

    input[type="checkbox"]:disabled {
        color: #b8b8b8;
        cursor: auto;
    }

    input[type="checkbox"]:disabled:before {
        box-shadow: none;
        background: #ddd;
    }

    input[type="checkbox"]:checked:after {
        content: '';
        position: absolute;
        left: 6px;
        top: 10px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        transform: rotate(45deg);
    }


    span.wpcf7-list-item {
        margin: 20px 0 0 0;
    }

} */

/* .pr-rlx-contact__form .wpcf7-acceptance {

    input[type="checkbox"]:before {
        border-radius: 0;
    }

} */
.contact-us-teemplate__link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	color: #127749;
	max-width: 150px;
	margin-top: 20px;
}

.contact-us-teemplate__link img {
	width: 12px;
	height: 12px;
	margin: 0 0 0 6px;
}

.rolex-contact__form .wpcf7-acceptance .wpcf7-list-item-label {
	line-height: 32px;
}

.rolex-contact__form .rolex-agree_wrap {
	display: flex;
	flex-direction: column;
}

.rlx-send-textbox h2 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #452c1e;
	font-size: 24px;
	line-height: 1.2;
}

.rolex-contact__map-sidebar-details .rolex-contact__map-sidebar-details__subtitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

@media only screen and (max-width: 568px) {
	.cli-tab-header a.cli-nav-link {
		width: 65%;
	}
	
	.wt-cli-cookie-description {
		font-size: 12px;
	}
}

/* .page-wrapper__cartier h1 {
    display: none;
} */
.page-wrapper__pr-rlx-selection .select2 {
	padding: 5px 10px;
	background-color: transparent;
	border: none;
	outline: none;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	margin: 0 !important;
	color: #472c21 !important;
	cursor: pointer;
	text-align: right;
}

.page-wrapper__pr-rlx-selection .select2 option {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #472c21 !important;
	text-align: left !important;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__pr-rlx-selection .select2 {
		font-size: 16px !important;
	}
}

.spinner {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-top-color: #333;
	border-radius: 50%;
	animation: spin .6s linear infinite;
	margin-left: 5px;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.custom-rlx-dynamic-block .rlx-banner.no-padding {
	padding-bottom: 0;
}

.rlx-background .rlx-watch__no-padding {
	padding: 90px 8% 0 8%;
}

.new-header__action-nav li a sup.cart-count {
	display: none;
}

.header__action-nav li a sup.cart-count {
	display: none;
}

.cart-loader-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
}

.cart-loader {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #393c4b;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.header-search .live-search-results {
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	width: 100%;
	z-index: 1000;
	display: none;
	border-radius: 8px;
	margin: 5px 0 0 0;
}

.header-search .live-search-results ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	display: flex;
	flex-direction: column;
}

.header-search .live-search-results .live-search-item {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid #393c4b;
}

.header-search .live-search-results .live-search-item .live-search-textbox span {
	font-size: 14px;
}

.header-search .live-search-results .live-search-item:nth-last-child(1) {
	margin: 0;
	padding: 0;
}

.header-search .live-search-results li a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
}

.header-search .live-search-results .search-textbox a {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.header-search__form .live-search-results img {
	position: inherit;
	transform: none;
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.header-search .live-search-results ul li:nth-last-child(1) {
	border-bottom: none;
}

.loader-container .loader.loader-post {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #393c4b;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
}

.copy-post-link__tooltip {
	position: absolute;
	background: #000;
	color: #fff;
	padding: 6px 10px;
	border-radius: 6px;
	font-size: 12px;
	opacity: 0;
	pointer-events: none;
	transition: .2s;
}

.copy-post-link__tooltip.active {
	opacity: 1;
}

.journal-article__content .vc_row .vc_column a {
	display: inline-block !important;
}

.journal-article__content .vc_row {
	gap: 0 !important;
	margin: 0 !important;
}

.page-wrapper__tudor-model .services-info__inner .services-info__card {
	flex: 0 1 24%;
}
