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

.error {
    font-size: 12px !important;
    color: #ff5549 !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-option {
    display: none;
    margin-top: 1rem;
}

.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;
}

.notiflix-block-wrap svg {
    display: block
}

.custom-link{
    font-family: proxima-nova-semibold,
    sans-serif; text-decoration: underline;
    line-height: 1.4;
    color: #48BC3E;
}

.additional-section{
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-bottom: 0;
}

.additional-section.active{
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-bottom: 1.5rem;
}

.section-cart{
    font-size: 14px;
    color: #7c7c7c;
    font-weight: bold
}
/*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);
	}
}*/
