/*Error inputs*/
.error-input{
	border: #DC3529 1px  solid !important;
	/*border-style: solid !important;*/
	/*border-color: #ff3737 !important;
	border-style: solid !important;*/
}

.error{
	font-size: 12px !important;
	color: #DC3529 !important;
	text-transform: none !important;
}

.g-recaptcha{
	margin-top: 10px;
}

/*Notiflix*/
[id^=NotiflixNotifyWrap] {
	z-index:10002 !important;
}

.new-collection{
	color: #004F2B;
}

.footer-new-collection{
	color: #35966A;
}

.sales{
	color: #692000;
}

.footer-sales{
	color: #AB7057;
}

/*Loader sk-double-bounce sk-cube-grid*/
.sk-cube-grid {
	width: 4em;
	height: 4em;
	margin: auto;
	/*
     * Spinner positions
     * 1 2 3
     * 4 5 6
     * 7 8 9
     */
	z-index: 1000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #E26D4D;
	float: left;
	-webkit-animation: sk-cube-grid-scale-delay 1.3s infinite ease-in-out;
	animation: sk-cube-grid-scale-delay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube-1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube-2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube-3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube-4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube-5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube-6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube-7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.sk-cube-grid .sk-cube-8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube-9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes sk-cube-grid-scale-delay {
	0%, 70%, 100% {
		transform: scale3D(1, 1, 1);
	}
	35% {
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cube-grid-scale-delay {
	0%, 70%, 100% {
		transform: scale3D(1, 1, 1);
	}
	35% {
		transform: scale3D(0, 0, 1);
	}
}


/*Loader*/
/*.sk-double-bounce {
	width: 4em;
	height: 4em;
	position: relative;
	margin: auto;
}

.sk-double-bounce .sk-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #197124;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-double-bounce 2.0s infinite ease-in-out;
	animation: sk-double-bounce 2.0s infinite ease-in-out;
}
.sk-double-bounce .sk-double-bounce-2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-double-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-double-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}*/

.grecaptcha-badge{
    visibility: hidden;
}

.empty-items{
	margin: 5rem 0;
}
.empty-items-text{
	text-align: center;
	width: 100%;
}
.empty-items-text span{
	font-weight: bold;
	color: #848484;
	font-size: 24px;
}
.empty-items-img{
	text-align: center;
	width: 100%;
	font-size: 2rem;
	margin-top: 30px;
}