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

.error {
    font-size: 12px !important;
    color: #CEA7A7 !important;
    text-transform: none !important;
    position: absolute;
    top: 100%;
    margin-top: 0 !important;
}

.error-valid .error{
    position: static;
}

.error-valid .checkin-form-item{
    display: block;
 }

.checkin-form-item--phone .error {
    position: absolute;
    top: calc(100% + 2px);
    /*margin-top: 0 !important;*/
}

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

.error-basket {
    font-size: 12px !important;
    color: #CEA7A7 !important;
    text-transform: none !important;
    position: absolute;
    top: calc(100% + -10px);
    margin-left: 0;
}

.error-delivery{
    position: absolute;
    top: calc(100% + 1rem);
    left: 0.5rem;
}

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

.grecaptcha-badge {
    visibility: hidden;
}

/*For Cart page*/
.hidden-delivery-block {
    display: none;
}

.hidden-delivery-method-text {
    display: none;
}

.hidden-delivery-option[style*='display: block'] {
    display: flex !important;
}

.hidden-delivery-option label {
    text-transform: none;
}

.hidden-delivery-title{
    display: none;
}

[id^=NotiflixNotifyWrap] {
    top: 140px !important;
    text-align:center;
    max-width: calc(100% - 20px) !important;
}

[id^=NotiflixNotify-]{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:15px !important;
    padding-bottom:15px !important;
}

[id^=NotiflixNotifyWrap]>div>.nmi {
    position: static !important;
    margin: 0 !important;
}

[id^=NotiflixNotifyWrap]>div>span.with-icon{
    margin-left: 0 !important;
    font-size: 16px !important;
    width: calc(100% - 50px) !important;
}

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

/*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: #FFC3CE;
    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);
    }
}*/

/*Blur for loader*/
/*.loader-blur {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 40rem;
    z-index: 1000;
}

.loader-blur-height {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 40rem;
}*/

/*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);
	}
}*/
