/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



/* Add your custom styles here */
body {
	overflow-x: hidden;
}

.custom-cookie-outer .cookie-close-btn,
.custom-cookie-outer .cookie-close-btn:hover, .custom-cookie-outer .cookie-close-btn:focus{
	background: #ffffff;
    border-color: #ffffff;
	color: #000000;
}

.custom-cookie-outer a {
	color: #ffffff;
}

.cookie-close-btn svg {
	fill: #000000;
}

.custom-cookie-outer {
    background: #000000;
    color: #ffffff;
}
.custom-cookie-outer .btn.btn-custom-cookie-accept.hs-text {
	font-size: 16px;
	border: 1px solid #ffffff;
	color: #000000;
	background: #ffffff;
}
.custom-cookie-outer .btn.btn-custom-cookie-accept:hover {
	border-color: #ffffff;
	background: #000000;
	color: #ffffff;
}
.cancel-order-form p {
    margin: 0;
}

.rtl .form-control {
	text-align: right;
}	

.rtl .cancel-order-form {
    text-align: right;
}
.cancel-order-form .d-flex {
    display: flex;
    flex-wrap: wrap;
}
.form-control {
    width: 100%;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    font-size: .8125rem;
    line-height: 1.25rem;
    padding: .5625rem .6875rem;
    border-color: #000;
    border-width: 0 0 1px;
    color: #000;
    height: 39px;
    padding: 10px 0 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-form .elementor-field-type-acceptance {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
	align-items: center;
    justify-content: flex-end;
}

.custom-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-label {
	margin-bottom: 0;
}

.custom-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

.custom-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
	position: relative;
	padding-right: 1.25rem;
	cursor: pointer;
	user-select: none;
	font-size: 13px;
    display: block;
}

.custom-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label a {
	color: inherit;
	text-decoration: underline;
}
.custom-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label a:hover {
	color: inherit;
	text-decoration: none;
}

.custom-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid #E2E2E2;
  color: #A3A3A3;
  font-size: 12px;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.2s;
  line-height: 16px;
}

.custom-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input[type="checkbox"]:checked + label::before {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
	/* content: "✓"; */
	content: "";
	background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.22\" height=\"8.592\" viewBox=\"0 0 11.22 8.592\"><path d=\"M21.595,13.212l-.917-.943a.2.2,0,0,0-.146-.063h0a.189.189,0,0,0-.146.063l-6.356,6.4-2.313-2.313a.2.2,0,0,0-.292,0l-.927.927a.208.208,0,0,0,0,.3L13.415,20.5a.923.923,0,0,0,.61.3.967.967,0,0,0,.6-.287h.005l6.966-7A.223.223,0,0,0,21.595,13.212Z\" transform=\"translate(-10.434 -12.206)\" fill=\"%23fff\"/></svg>");
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	text-align: center;
	line-height: 0.75rem;
}

@media (max-width: 767px) {
	.custom-cookie-outer .btn.btn-custom-cookie-accept.hs-text {
		min-height: 40px;
	}
	.custom-cookie-outer .custom-cookie-content {
		font-size: 14px;
	}
    .custom-form .elementor-field-textual {
		min-height: 1.875rem;
	}
	.custom-form .elementor-form .elementor-button.elementor-size-sm {
		min-height: 1.875rem;
		max-width: 9.375rem;
		margin-inline: auto;
	}
}

@media (min-width: 768px) {
    .form-control {
        font-size: 16px;
        height: 39px;
        padding: 10px 0 4px;
    }
    .custom-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
		font-size: 14px;
		padding-right: 30px;
	}
	.custom-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label::before {
		width: 18px;
		height: 18px;
		font-size: 14px;
		border-radius: 4px;
		line-height: 18px;
		top: 6px;
	}
	.custom-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input[type="checkbox"]:checked + label::before {
		line-height: 18px;
	}
}


/* Css for order page */

.order-cancel-block .order-block-title {
    font-weight: 400;
    font-size: 0.9375rem;
}

.order-cancel-form .order-cancel-block {
	padding-bottom: .6875rem;
}

.order-cancel-form .order-block-title {
	margin-bottom: .5625rem;
}

.order-cancel-form .order-form-row {
	margin: 0 -.5rem;
}

.order-cancel-form .order-form-row #cancel_order_canceling_reason_field {
	margin-bottom: 0;
}

.order-cancel-form .order-form-row #cancel_order_billing_amount_field,
.order-cancel-form .order-form-row #cancel_order_purchase_date_field {
	padding-top: .3125rem;
	margin-bottom: 1.25rem;
}

.order-cancel-form .order-form-row #cancel_order_billing_amount_field .form-control,
.order-cancel-form .order-form-row #cancel_order_purchase_date_field .form-control {
	padding-left: .5rem;
	padding-right: .5rem;
	text-align: center;
}

.order-cancel-form .order-form-row #cancel_order_purchase_date_field .form-control {
	direction: ltr;
}

.order-cancel-form .order-form-row .cancel-order-currency {
	position: absolute;
	top: 0;
	left: 0;
	font-size: .75rem;
	line-height: 1.5;
	color: #707070;
	font-weight: 400;
	z-index: 6;
	padding: .375rem 0;
}

.order-cancel-form .input-field-item {
	padding: 0 .5rem;
	margin-bottom: 1.5rem;
}
.order-cancel-form .input-field-item br {
    display: none;
}
.order-cancel-form .input-field-item.w-50 {
    width: 50%;
}
.order-cancel-form .input-field-item.w-100 {
    width: 100%;
}

.order-cancel-form .input-field-item.floating_input {
	position: relative;
}

.order-cancel-form .input-field-item.floating_input.focused .floating_label,
.order-cancel-form .input-field-item.floating_input.populated .floating_label {
	-webkit-transform: translate(0, -45%);
	-ms-transform: translate(0, -45%);
	transform: translate(0, -45%);
	font-size: .625rem;
}

.order-cancel-form .input-field-item.floating_input .form-control {
	padding: .375rem 0 .125rem;
}

.order-cancel-form .input-field-item label {
	font-size: .75rem;
	line-height: 1.5;
	color: #000;
	font-weight: 400;
	margin: 0;
}

.order-cancel-form .input-field-item label:not(.floating_label) {
	display: flex;
	justify-content: flex-end;
}

.order-cancel-form .input-field-item label.floating_label {
	position: static;
	right: .5rem;
	left: .5rem;
	top: 0;
	z-index: 9;
	padding: .375rem 0;
	-webkit-transition: .25s ease font-size, .25s ease transform;
	transition: .25s ease font-size, .25s ease transform;
	pointer-events: none;
}

.order-cancel-form .input-field-item label .required {
	display: none;
}

.order-cancel-form .input-field-item .form-control {
	border-width: 0 0 1px;
	height: calc(1.75rem + 1px);
	padding: .25rem 0;
}

.order-cancel-form .input-field-item .form-control.wpcf7-not-valid {
	border-color: #f00;
}

.order-cancel-form .input-field-item textarea.form-control {
	min-height: calc(2rem + 1px);
}

.order-cancel-form .cancel-order-terms-conditions {
	margin-bottom: 1.25rem;
}

.order-cancel-form .cancel-order-terms-conditions label {
	margin-bottom: 0;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox {
	font-size: .75rem;
	line-height: 1.5;
	font-weight: 400;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox a {
	font-size: inherit;
	text-decoration: underline;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox a:hover {
	color: inherit;
	text-decoration: none;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox * {
	opacity: 1;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox .wpcf7-list-item {
	margin: 0;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox .wpcf7-list-item-label {
	position: relative;
	display: block;
	padding-right: 1.4375rem;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox input[type="checkbox"] {
	display: block !important;
	position: absolute;
	opacity: 0;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label .fake-input {
	background-color: #000;
	background-size: .6875rem;
	border-radius: 3px;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox .fake-input {
	border: 1px solid #000;
	border-radius: 3px;
	width: 1rem;
	height: 1rem;
	background-color: #fff;
	background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.22\" height=\"8.592\" viewBox=\"0 0 11.22 8.592\"><path d=\"M21.595,13.212l-.917-.943a.2.2,0,0,0-.146-.063h0a.189.189,0,0,0-.146.063l-6.356,6.4-2.313-2.313a.2.2,0,0,0-.292,0l-.927.927a.208.208,0,0,0,0,.3L13.415,20.5a.923.923,0,0,0,.61.3.967.967,0,0,0,.6-.287h.005l6.966-7A.223.223,0,0,0,21.595,13.212Z\" transform=\"translate(-10.434 -12.206)\" fill=\"%23fff\"/></svg>");
	background-repeat: no-repeat;
	background-size: 0;
	background-position: center;
	padding: 0;
	position: absolute;
	top: 4px;
	right: 0;
	margin-top: -1px;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox .required {
	display: none;
}

.order-cancel-form .button-holder .btn {
	width: 100%;
	display: block;
	opacity: 1;
	height: 2.1875rem;
	max-width: 18.125rem;
	margin: 0 auto;
	padding: 5px 20px;
	border-radius: 3px;
	font-size: 15px;
}

.cancel-order-terms-conditions br {
    display: none;
}

@media (min-width: 768px) {
    .order-cancel-block .order-block-title {
        font-size: 18px;
    }
	.order-cancel-form .order-cancel-block ~ .order-cancel-block {
		padding-top: 15px;
	}

	.order-cancel-form .order-form-row {
		margin: 0 -12px;
	}

	.order-cancel-form .order-form-row #cancel_order_billing_amount_field,
	.order-cancel-form .order-form-row #cancel_order_purchase_date_field {
		padding-top: 11px;
		margin-bottom: 25px;
	}

	.order-cancel-form .order-form-row .cancel-order-currency {
		font-size: 14px;
		padding: 9px 0;
	}

	.order-cancel-form .input-field-item {
		padding: 0 12px;
		margin-bottom: 30px;
	}

	.order-cancel-form .input-field-item.floating_input.focused .floating_label,
	.order-cancel-form .input-field-item.floating_input.populated .floating_label {
		font-size: 12px;
	}

	.order-cancel-form .input-field-item.floating_input .form-control {
		height: 39px;
		padding: 10px 0 4px;
	}

	.order-cancel-form .input-field-item label {
		font-size: 14px;
	}

	.order-cancel-form .input-field-item label.floating_label {
		right: 12px;
		left: 12px;
		padding: 9px 0;
	}

	.order-cancel-form .input-field-item .form-control {
		height: 39px;
		padding: 7px 0;
	}

	.order-cancel-form .input-field-item textarea.form-control {
		min-height: 40px;
	}

	.order-cancel-form .cancel-order-terms-conditions {
		padding-top: 3px;
		margin-bottom: 30px;
	}

	.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox {
		font-size: 14px;
	}

	.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label .fake-input {
		background-size: 13px;
	}

	.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox .fake-input {
		width: 17px;
		height: 17px;
		margin-top: 0;
	}

	.order-cancel-form .button-holder .btn {
		height: 40px;
		max-width: 290px;
	}
}

@media (min-width: 992px) {
    .order-cancel-block .order-block-title {
        font-size: 20px;
    }

	.order-cancel-form .order-cancel-block ~ .order-cancel-block {
		padding-top: 22px;
	}

	.order-cancel-form .order-form-row {
		margin: 0 -18px;
	}

	.order-cancel-form .order-form-row #cancel_order_billing_amount_field,
	.order-cancel-form .order-form-row #cancel_order_purchase_date_field {
		margin-bottom: 32px;
	}

	.order-cancel-form .order-form-row .cancel-order-currency {
		font-size: 16px;
		padding: 10px 0;
	}

	.order-cancel-form .input-field-item {
		padding: 0 18px;
		margin-bottom: 35px;
	}

	.order-cancel-form .input-field-item.floating_input.focused .floating_label,
	.order-cancel-form .input-field-item.floating_input.populated .floating_label {
		font-size: 13px;
	}

	.order-cancel-form .input-field-item label {
		font-size: 16px;
	}

	.order-cancel-form .input-field-item label.floating_label {
		right: 18px;
		left: 18px;
		padding: 10px 0;
	}

	.order-cancel-form .cancel-order-terms-conditions {
		padding-top: 6px;
		margin-bottom: 40px;
	}

	.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox {
		font-size: 16px;
	}

	.order-cancel-form .button-holder .btn {
		height: 45px;
	}
}

@media (min-width: 1200px) {
	.order-cancel-form .order-cancel-block ~ .order-cancel-block {
		padding-top: 29px;
	}

	.order-cancel-form .order-form-row {
		margin: 0 -22px;
	}

	.order-cancel-form .input-field-item {
		padding: 0 22px;
		margin-bottom: 40px;
	}

	.order-cancel-form .input-field-item label.floating_label {
		right: 22px;
		left: 22px;
	}

	.order-cancel-form .cancel-order-terms-conditions {
		margin-bottom: 55px;
	}
}

@media (min-width: 1300px) {
	.order-cancel-form .order-form-row {
		margin: 0 -25px;
	}

	.order-cancel-form .input-field-item {
		padding: 0 25px;
	}

	.order-cancel-form .input-field-item label.floating_label {
		right: 25px;
		left: 25px;
	}

	.order-cancel-form .cancel-order-terms-conditions {
		margin-bottom: 72px;
	}
}