/*
Theme Name: Aspire Sleep
Theme URI: https://mineweb.rs/
Template: hello-elementor
Author: MINEWEB STUDIO
Author URI: https://mineweb.rs
Version: 1.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
	--scrollbar-width: 17px;
}

body #content {
	overflow-x: clip;
}

.elementor-widget-theme-post-excerpt p:last-child,
.elementor-tab-content p:last-child,
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

.elementor-widget-icon,
.elementor-icon-box-icon,
.elementor-button-icon {
	line-height: 0;
}

.elementor-button .elementor-button-icon {
	transition: all .3s;
}

.elementor-button:focus .elementor-button-icon,
.elementor-button:hover .elementor-button-icon {
	transform: rotate(26deg) scale(1.7) translateY(-33%)
}

.fadeInTopFixed {
	-webkit-animation-name: fadeInTopFixed;
	        animation-name: fadeInTopFixed;
}

@-webkit-keyframes fadeInTopFixed {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,50px,0);
		        transform: translate3d(0,50px,0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none
	}
}

@keyframes fadeInTopFixed {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,50px,0);
		        transform: translate3d(0,50px,0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none
	}
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.elementor-button:hover,
.elementor-button:focus {
	text-decoration: inherit !important;
}

.elementor-button-content-wrapper {
	align-items: center;
}

.elementor-button-icon svg {
	width: auto !important;
}

.elementor-field-type-acceptance .elementor-field-option,
.elementor-field-type-radio .elementor-field-option,
.elementor-field-type-checkbox .elementor-field-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.elementor-field-type-radio .elementor-field-option,
.elementor-field-type-checkbox .elementor-field-option {
	flex-basis: calc(50% - 10px) !important;
}

@media screen and (max-width: 767px) {
	.elementor-field-type-radio .elementor-field-option,
	.elementor-field-type-checkbox .elementor-field-option {
		flex-basis: 100% !important;
	}
}

.elementor-field-subgroup {
	gap: 20px;
}

.elementor-widget-form .elementor-field-subgroup label {
	font-size: 16px;
}

.elementor-field-type-acceptance .elementor-field-option label {
	font-size: 14px;
}

.elementor-field-type-acceptance .elementor-field-subgroup.elementor-subgroup-inline,
.elementor-field-type-radio .elementor-field-subgroup.elementor-subgroup-inline,
.elementor-field-type-checkbox .elementor-field-subgroup.elementor-subgroup-inline {
	-webkit-column-gap: 28px;
	   -moz-column-gap: 28px;
	        column-gap: 28px;
	row-gap: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.elementor-field-type-acceptance .elementor-field-option a,
.elementor-field-type-radio .elementor-field-option a,
.elementor-field-type-checkbox .elementor-field-option a {
	color: inherit;
	text-decoration: underline;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff !important;
	padding: 0 !important;
	color: #fff;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 50% !important;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
	margin-right: 10px !important;
	flex-shrink: 0 !important;
}

.elementor-form input[type="radio"],
.elementor-form input[type="checkbox"] {
	border-color: var(--e-global-color-accent) !important;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
	content: '';
	background-color: var(--e-global-color-accent);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: 0.1s -webkit-transform ease-in-out;
	transition: 0.1s -webkit-transform ease-in-out;
	transition: 0.1s transform ease-in-out;
	transition: 0.1s transform ease-in-out, 0.1s -webkit-transform ease-in-out;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.elementor-icon-list-item:market {
	display: none !important;
}