/*--------------------------------------------------------------
>>> GLOBAL - TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
3.0 Header
4.0 Content
5.0 Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/

@font-face{
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face{
    font-family: 'Ogenblik';
    src: url('../fonts/Ogenblik_DEMO.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

a {
    text-decoration: none;
}

b, strong {

}

span {

}

.green-text {
    color: #8fb852;
}

.grey-text {
    color: #b7b7b8;
}

.sec-title {
    font-family: 'Ogenblik', sans-serif;
    margin: 0;
    font-weight: 400;
}


/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/

html,body{
    overflow-x: hidden;
}
body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.btn {
    font-family: 'Ogenblik', sans-serif;
    text-align: center;
    text-decoration: none;
}

.splide__arrow {
    cursor: pointer;
    outline: none;
}

.woocommerce-Price-currencySymbol {
    display: inline-block;
    margin-right: 5px;
}

#login-popup {
	opacity: 0;
	pointer-events: none;
	position: fixed;
    top: 60px;
    z-index: 100;
    width: calc(100% - 30px);
    max-width: 395px;
    left: 15px;
    transition: .3s all;
}

#login-popup .woocommerce-error,
#login-popup .woocommerce-info,
#login-popup .woocommerce-message {
	margin: 1em 0;
}

#login-popup::before,
#login-popup::after {
    content: '';
    display: block;
    position: absolute;
}

#login-popup::before {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
	z-index: 2;
    -webkit-box-shadow: 5px 7px 20px 5px rgba(0,0,0,0.16);
    -moz-box-shadow: 5px 7px 20px 5px rgba(0,0,0,0.16);
    box-shadow: 5px 7px 20px 5px rgba(0,0,0,0.16);
}

#login-popup .login-popup__container {
	position: relative;
	width: 100%;
	z-index: 3;
    background-image: url(../images/bg_sign_in_popup.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    max-height: calc(100vh - 50px);
    overflow: auto;
}

#login-popup .login-popup__container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#login-popup .login-popup__container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#login-popup .login-popup__block {
    margin: 26px 45px 60px;
}

#login-popup.visible {
	opacity: 1;
	pointer-events: auto;
}

.login-popup__title {
	display: block;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	font-family: 'Ogenblik', sans-serif;
	color: #8EB852;
}

#login-popup label {
	font-family: 'Ogenblik', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	display: block;
	margin: 0 0 5px;
}

#login-popup label + input {
	width: 100%;
	height: 53px;
	font-family: 'Ogenblik', sans-serif;
	font-size: 16px;
	padding: 0 22px;
	border: 0;
	background-image: url(../images/popup_login_input.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	outline: none;
	background-color: transparent;
}

#login-popup ::placeholder {
	color: #C1C1C1;
}

#login-popup :placeholder {
	color: #C1C1C1;
}

#login-popup .woocommerce-LostPassword a {
	display: block;
	font-family: 'Ogenblik', sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-decoration: underline;
	text-align: right;
	color: #000;
	transition: .3s all;
}

#login-popup .woocommerce-LostPassword a:hover,
#login-popup .register-button:hover {
	color: #8EB852;
}

#login-popup .woocommerce-form-login__submit {
	display: block;
	margin: 32px auto 35px;
	width: 144px;
	height: 54px;
	border: 0;
	font-family: 'Ogenblik', sans-serif;
	font-size: 33px;
	line-height: 48px;
	padding-bottom: 6px;
	text-align: center;
	color: #000;
	background-color: transparent;
	background-image: url(../images/btn_green.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s all;
    cursor: pointer;
}

#login-popup .woocommerce-form-login__submit:hover {
	background-image: url(../images/btn_dark.png);
	color: #fff;
}

.register-button-container {
	display: block;
	text-align: center;
}

#login-popup .register-link {
	font-family: 'Ogenblik', sans-serif;
	font-size: 24px;
	line-height: 29px;
	text-decoration: underline;
	color: #000;
    transition: .3s all;
}

#login-popup .register-link:hover {
    color: #8EB852;
}

/* BANNER SLIDER */


.banner-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-slide.active {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .8s all;
}

.banner-slide.current-slide {
    z-index: 4;
    opacity: 1;
    pointer-events: auto;
}

.banner-slider .sec-title {
    transform: translate(-100px,0);
    opacity: 0;
    transition: 1s all;
}

.banner-slide.current-slide .sec-title {
    transform: none;
    opacity: 1;
}

.banner-slider .top-sec__btn-block {
    transform: translate(0,50px);
    opacity: 0;
    transition: 1s all;
}

.banner-slide.current-slide .top-sec__btn-block {
    transform: none;
    opacity: 1;
}

.banner-dots {
    position: absolute;
    left: 0;
    bottom: 50px;
    text-align: center;
    width: 100%;
    z-index: 5;
}

.banner-dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #d8d8d8;
    transition: .3s all;
    cursor: pointer;
}

.banner-dot:not(:last-child) {
    margin-right: 2px;
}

.banner-dot.active {
    background-color: #8eb852;
}

@media screen and (min-width: 576px) {
	#login-popup {
		left: calc((100% - 540px) / 2);
	}

    #login-popup::after {
        width: 44px;
        height: 44px;
        top: -2px;
        left: 10px;
        transform: rotate(45deg);
        background-color: #fff;
        z-index: 1;
        -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    }
}

@media screen and (min-width: 768px) {
	#login-popup {
		left: calc((100% - 720px) / 2);
	}
}

@media screen and (min-width: 992px) {
	#login-popup {
		left: auto;
		right: calc((100% - 960px) / 2);
		top: 100px;
	}

	#login-popup .login-popup__container {
		max-height: calc(100vh - 90px);
	}

    #login-popup::after {
        left: auto;
        top: -16px;
        right: 55px;
    }
}

@media screen and (min-width: 1200px) {
	#login-popup {
		right: calc((100% - 1140px) / 2);
	}
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(255,255,255,.9);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(225,225,225,1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(225,225,225,1);
    box-shadow: 0px 3px 6px 0px rgba(225,225,225,1);
}

#header .header__col{
    height: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.header__main-btns {
    display: flex;
    display: -webkit-flex;
}

.header__main-btn {
    display: block;
    width: 33px;
    height: 33px;
}

.header__main-btn.jiggle-active,
.footer__scl-btns .scl-btn.jiggle-active {
    animation: jiggle ease-in-out .4s infinite;
}

.header__main-btn:not(:last-child) {
    margin-right: 10px;
}

.header__main-btn.cart-btn {
    position: relative;
    background-image: url(../images/cart-icon.svg), url(../images/circle-green.svg);
    background-size: 23px 20px, contain;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}

.header__main-btn.cart-btn #header-cart-count {
    position: absolute;
    top: -11px;
    right: -8px;
    display: block;
    width: 22px;
    height: 22px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Ogenblik', sans-serif;
    text-align: center;
    color: #fff;
    background-image: url(../images/cart-counter.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.header__main-btn.user-btn {
    background-image: url(../images/user-icon.svg), url(../images/circle-black.svg);
    background-size: 18px 33px, contain;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}

.mobile-menu-btn {
    display: block;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/menu.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.mobile-menu-block {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: #fff;
    padding: 38px 33px;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: .2s all;
}

.mobile-menu-block.open {
    opacity: 1;
    pointer-events: auto;
    overflow: auto;
}

.mobile-menu-block .close-btn {
    position: absolute;
    top: 39px;
    right: 39px;
    display: block;
    width: 24px;
    height: 27px;
    background-image: url(../images/close.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.mobile-menu-block .scl-btn {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.mobile-menu-block .scl-btn img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .3s all;
    top: 0;
    left: 0;
}

.mobile-menu-block .scl-btn__icon {
    opacity: 1;
}

.mobile-menu-block .scl-btn__icon-hover {
    opacity: 0;
}

.mobile-menu-block .scl-btn:hover .scl-btn__icon {
    opacity: 0;
}

.mobile-menu-block .scl-btn:hover .scl-btn__icon-hover {
    opacity: 1;
}

.mobile-menu-block .scl-btn.jiggle-active {
    animation: jiggle ease-in-out .4s infinite;
}

.mobile-menu-block .scl-btn.inst {
    background-image: url(../images/social-buttons/instagram.png);
}

.mobile-menu-block .scl-btn.fb {
    background-image: url(../images/social-buttons/facebook.png);
}

.mobile-menu-block .scl-btn.wa {
    background-image: url(../images/social-buttons/whatsapp.png);
}

.mobile-menu-block .scl-btn.phone {
    background-image: url(../images/social-buttons/phone.png);
}

.mobile-menu-block .scl-btn:not(:last-child) {
    margin-right: 6px;
}

.main-menu-block ul {
    padding: 0;
    margin: 58px 0 0;
    list-style-type: none;
    cursor: default;
}

.main-menu-block li {
    position: relative;
    padding-left: 44px;
}

.main-menu-block li:not(:last-child) {
    margin-bottom: 34px;
}

.main-menu-block li * {
    font-family: 'Ogenblik', sans-serif;
    font-size: 35px;
    line-height: 42px;
    color: #333;
    transition: .2s all;
}

.main-menu-block li a:hover,
.main-menu-block li.current-menu-item * {
    color: #8EB852;
}

.main-menu-block li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 32px;
    height: 24px;
    background-image: url(../images/arrow-right-green.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#header-logo-small {
    position: fixed;
    width: 100%;
    top: 60px;
    z-index: 20;
    opacity: .8;
}

#header-logo-small,
#header-logo-small .container {
    pointer-events: none;
}

.header-logo-small__link {
    display: block;
    width: 83px;
    pointer-events: auto;
}

.header-logo-small__image {
    width: 100%;
}

#login-popup .heateor_sl_login_container .heateorSlLogin {
    border: 0;
    background-color: transparent;
    width: auto;
    height: auto;
    margin: 0;
    float: none;
}

#login-popup .heateor_sl_login_container .heateorSlLogin::before {
    display: inline-block;
    font-family: 'Ogenblik', sans-serif;
    font-size: 21px;
    line-height: 26px;
    font-style: normal;
    color: #000;
    transition: .3s all;
}

#login-popup .heateor_sl_login_container .heateorSlGoogleLogin::before {
    content: 'Login with Google';
}

#login-popup .heateor_sl_login_container .heateorSlFacebookLogin::before {
    content: 'Login with Facebook';
}

#login-popup .heateor_sl_login_container .heateorSlLogin:hover::before {
    color: #8EB852;
}

#login-popup .heateor_sl_login_container .heateorSlLogin ss,
#login-popup .heateor_sl_login_container .heateorSlFacebookLogoContainer,
#login-popup .heateor_sl_error {
    display: none !important;
}

#login-popup .heateor_sl_login_container li {
    display: block;
    text-align: center;
    float: none;
    width: 100% !important;
    height: 26px;
}

#login-popup .heateor_sl_login_container ul.heateor_sl_login_ul {
    margin: 0 !important;
    display: block;
    width: 100%;
}

.sign-in-container {
    margin: 31px 0 35px;
}

.login-popup__hr-line {
    width: 100%;
    height: 3px;
    background-image: url(../images/underline3.png);
    background-size: 100% 2.78px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 35px 0;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .mobile-menu-block .scl-btns,
    .main-menu-block {
        text-align: center;
    }
    .main-menu-block ul {
        display: inline-block;
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    .mobile-menu-block .scl-btns,
    .main-menu-block {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 576px) {

}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
    #header-logo-small {
        top: 100px;
    }

    .header-logo-small__link {
        width: 145px;
    }

    #header .header__col {
        height: 100px;
    }

    .mobile-menu-btn,
    .mobile-menu-block .close-btn {
        display: none;
    }

    .mobile-menu-block {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        opacity: 1;
        pointer-events: auto;
        position: static;
        padding: 0;
        width: calc(100% - 116px);
        height: auto;
    }

    .mobile-menu-block .scl-btns {
        display: inline-block;
        cursor: default;
    }

    .mobile-menu-block {
        background-color: transparent;
    }

    .main-menu-block {
        margin-bottom: 3px;
    }

    .main-menu-block ul {
        margin: 0;
    }

    .main-menu-block li {
        display: inline-block;
        padding-left: 0;
    }

    .main-menu-block li::before {
        display: none;
    }

    .main-menu-block li:not(:last-child) {
        margin: 0 20px 0 0;
    }

    .main-menu-block li * {
        font-size: 20px;
    }

    .mobile-menu-block .scl-btn,
    .header__main-btn {
        width: 30px;
        height: 30px;
    }

    .mobile-menu-block .scl-btn:not(:last-child),
    .header__main-btn:not(:last-child) {
        margin-right: 17px;
    }

    .header__main-btn.cart-btn #header-cart-count {
        top: -14px;
    }
}

@media screen and (min-width: 1200px) {
    .main-menu-block li:not(:last-child) {
        margin: 0 39px 0 0;
    }

    .main-menu-block li * {
        font-size: 22px;
    }
    
}


/*--------------------------------------------------------------
4.0 Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/

.site-footer {
    background-color: #303338;
    background-image: url(../images/bg_footer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 10px 55px;
    overflow: hidden;
}

.footer__subscribe-block {
    padding-top: 208px;
    position: relative;
}

.footer__subscribe-block__img-container {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    width: 190px;
}

.footer__subscribe-block__img-container * {
    max-width: 100%;
}

.footer__subscribe-form {
    display: flex;
    display: -webkit-flex;
    position: relative;
    z-index: 2;
}

.footer__subscribe-form input {
    font-family: 'Ogenblik', sans-serif;
    height: 42px;
    border: 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.footer__subscribe-form input:not([type="submit"]) {
    width: calc(100% - 109px);
    margin-right: 26px;
    font-size: 16px;
    line-height: 42px;
    padding-left: 20px;
    color: #fff;
    background-image: url(../images/input_dark.png);
}

.footer__subscribe-form :placeholder {
    color: #B5B5B5;
}

.footer__subscribe-form ::placeholder {
    color: #B5B5B5;
}

.footer__subscribe-form input[type="submit"] {
    width: 86px;
    text-align: center;
    color: #C7C7C7;
    font-size: 22px;
    line-height: 38px;
    padding-bottom: 4px;
    background-image: url(../images/submit_dark.png);
}

.footer__subscribe-block__text {
    display: block;
    position: relative;
    font-family: 'Ogenblik', sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding-left: 29px;
    margin: 5px 0 46px;
}

.footer__subscribe-block__text::before {
    content: '';
    display: block;
    width: 22px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/arrow-circle-green.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer__menu-block {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: calc(100% - 54px);
    margin: 0 auto;
    padding-bottom: 37px;
    position: relative;
}

.footer__menu-block::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/underline4.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.footer__menu-block .widget {
    font-family: 'Ogenblik', sans-serif;
}

.footer-widget-title {
    display: block;
    margin: 0 0 13px;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 400;
    padding-left: 20px;
    color: #E4E4E4;
}

.footer__menu-block .widget .menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer__menu-block .widget .menu li {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 1.25em;
    padding-left: 1.1em;
}

.footer__menu-block .widget .menu li:not(:last-child) {
    margin-bottom: .25em;
}

.footer__menu-block .widget .menu li::before {
    content: '';
    display: block;
    width: .85em;
    height: .65em;
    position: absolute;
    top: .3em;
    left: 0;
    background-image: url(../images/arrow-right-green.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer__menu-block .widget a {
    color: #B5B5B5;
    transition: .2s all;
}

.footer__menu-block .widget .current-menu-item a,
.footer__menu-block .widget a:hover {
    color: #8EB852;
}

.footer-logo {
    display: block;
    max-width: 212px;
    height: auto;
    margin: 29px auto 14px;
}

.footer__scl-btns {
    text-align: center;
}

.footer__scl-btns .scl-btn {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer__scl-btns .scl-btn img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .3s all;
    top: 0;
    left: 0;
}

.footer__scl-btns .scl-btn .scl-btn__icon {
    opacity: 1;
}

.footer__scl-btns .scl-btn:hover .scl-btn__icon {
    opacity: 0;
}

.footer__scl-btns .scl-btn .scl-btn__icon-hover {
    opacity: 0;
}

.footer__scl-btns .scl-btn:hover .scl-btn__icon-hover {
    opacity: 1;
}

.footer__scl-btns .scl-btn:not(:last-child) {
    margin-right: 4px;
}

.footer__scl-btns .scl-btn.inst {
    background-image: url(../images/social-buttons/instagram_light.png);
}

.footer__scl-btns .scl-btn.fb {
    background-image: url(../images/social-buttons/facebook_light.png);
}

.footer__scl-btns .scl-btn.wa {
    background-image: url(../images/social-buttons/whatsapp_light.png);
}

.footer__scl-btns .scl-btn.phone {
    background-image: url(../images/social-buttons/phone.png);
}

.footer__contact-block__data {
    margin-bottom: 18px;
    font-family: 'Ogenblik', sans-serif;
    text-align: center;
}

.footer__contact-block__data__title {
    display: block;
    font-size: 26px;
    line-height: 31px;
    color: #8EB852;
    margin-bottom: 7px;
}

.footer__contact-block__data__list {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
}

.footer__contact-block__data__list a {
    color: #fff;
    transition: .2s all;
}

.footer__contact-block__data__list a:hover {
    color: #8EB852;
}

.with-love-sec__heart_footer {
    position: absolute;
    width: 45%;
    top: 0;
    left: 26%;
}

.with-love-sec__heart_footer.jiggle-active {
    animation: jiggle ease-in-out .4s infinite;
}

@media screen and (min-width: 768px) {
    .site-footer {
        padding: 60px 0;
    }

    .footer-logo {
        margin-top: 0;
    }

    .footer__subscribe-block__text {
        margin-bottom: 0;
    }

    .footer__menu-block {
        padding-bottom: 0;
        margin-top: 40px;
    }

    .footer__menu-block::after {
        display: none;
    }

    .footer__contact-col,
    .footer__subscribe-col {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
    }

    .footer__subscribe-block {
        padding-top: 168px;
        width: 100%;
    }

    .footer__subscribe-block__img-container {
        top: 0;
    }

    .footer__subscribe-form input:not([type="submit"]) {
        width: calc(100% - 92px);
        margin-right: 9px;
    }
}

@media screen and (min-width: 992px) {
    .footer__menu-block {
        margin: 0;
        width: 100%;
    }

    .footer__menu-col {
        display: flex;
        display: -webkit-flex;
        align-items: flex-end;
        justify-content: center;
        -webkit-align-items: flex-end;
        -webkit-justify-content: center;
    }

    .footer__menu-block {
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }

    .footer-widget-title {
        padding-left: 0;
    }

    .footer__subscribe-block__img-container {
        top: -60px;
        width: 240px;
    }

    .footer__contact-col,
    .footer__subscribe-col {
        align-items: flex-end;
        -webkit-align-items: flex-end;
    }

    .footer-logo,
    .woocommerce-page .footer-logo {
        max-width: 305px;
        margin-left: -50px;
    }

    .footer__contact-block__data,
    .footer__scl-btns {
        text-align: left;
        cursor: default;
    }

    .footer__contact-block {
        max-width: 100%;
    }

    .footer__scl-btns .scl-btn {
        width: 30px;
        height: 30px;
    }

    .footer__scl-btns .scl-btn:not(:last-child) {
        margin-right: 18px;
    }

    .site-footer {
        padding: 70px 0 85px;
    }
}

@media screen and (min-width: 1200px) {
    .footer__subscribe-block__img-container {
        top: -90px;
        width: 340px;
    }

    .site-footer {
        padding: 85px 0 100px;
    }

    .footer__subscribe-block__text {
        margin-top: 25px;
        font-size: 20px;
        padding-left: 45px;
    }

    .footer__subscribe-block__text::before {
        width: 30px;
        height: 28px;
        top: -7px;
    }

    .with-love-sec__heart_footer {
        width: 38%;
    }
}

/*--------------------------------------------------------------
6.0 Animation
--------------------------------------------------------------*/

@keyframes jiggle {
	0% {
		transform: none;
        -ms-transform: none;
        -webkit-transform: none;
	}
	25% {
		transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
	}
	75% {
		transform: rotateZ(-5deg);
        -ms-transform: rotateZ(-5deg);
        -webkit-transform: rotateZ(-5deg);
	}
	100% {
		transform: none;
        -ms-transform: none;
        -webkit-transform: none;
	}
}

@keyframes jiggle_two {
	0% {
		transform: rotate(-50deg) translate(0,-50%);
        -ms-transform: rotate(-50deg) translate(0,-50%);
        -webkit-transform: rotate(-50deg) translate(0,-50%);
	}
	25% {
		transform: rotateZ(-45deg) translate(0,-50%);
        -ms-transform: rotateZ(-45deg) translate(0,-50%);
        -webkit-transform: rotateZ(-45deg) translate(0,-50%);
	}
	75% {
		transform: rotateZ(-55deg) translate(0,-50%);
        -ms-transform: rotateZ(-55deg) translate(0,-50%);
        -webkit-transform: rotateZ(-55deg) translate(0,-50%);
	}
	100% {
		transform: rotate(-50deg) translate(0,-50%);
        -ms-transform: rotate(-50deg) translate(0,-50%);
        -webkit-transform: rotate(-50deg) translate(0,-50%);
	}
}

@keyframes jiggle_three {
	0% {
		transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
	}
	25% {
		transform: rotateZ(3deg) translate(-50%,0);
        -ms-transform: rotateZ(3deg) translate(-50%,0);
        -webkit-transform: rotateZ(3deg) translate(-50%,0);
	}
	75% {
		transform: rotateZ(-3deg) translate(-50%,0);
        -ms-transform: rotateZ(-3deg) translate(-50%,0);
        -webkit-transform: rotateZ(-3deg) translate(-50%,0);
	}
	100% {
		transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
	}
}

@keyframes jiggle_three_a {
    0% {
        transform: translate(-17%,0);
        -ms-transform: translate(-17%,0);
        -webkit-transform: translate(-17%,0);
    }
    25% {
        transform: rotateZ(3deg) translate(-17%,0);
        -ms-transform: rotateZ(3deg) translate(-17%,0);
        -webkit-transform: rotateZ(3deg) translate(-17%,0);
    }
    75% {
        transform: rotateZ(-3deg) translate(-17%,0);
        -ms-transform: rotateZ(-3deg) translate(-17%,0);
        -webkit-transform: rotateZ(-3deg) translate(-17%,0);
    }
    100% {
        transform: translate(-17%,0);
        -ms-transform: translate(-17%,0);
        -webkit-transform: translate(-17%,0);
    }
}

@keyframes jiggle_two {
	0% {
		transform: rotate(-50deg) translate(0,-50%);
        -ms-transform: rotate(-50deg) translate(0,-50%);
        -webkit-transform: rotate(-50deg) translate(0,-50%);
	}
	25% {
		transform: rotateZ(-45deg) translate(0,-50%);
        -ms-transform: rotateZ(-45deg) translate(0,-50%);
        -webkit-transform: rotateZ(-45deg) translate(0,-50%);
	}
	75% {
		transform: rotateZ(-55deg) translate(0,-50%);
        -ms-transform: rotateZ(-55deg) translate(0,-50%);
        -webkit-transform: rotateZ(-55deg) translate(0,-50%);
	}
	100% {
		transform: rotate(-50deg) translate(0,-50%);
        -ms-transform: rotate(-50deg) translate(0,-50%);
        -webkit-transform: rotate(-50deg) translate(0,-50%);
	}
}

@keyframes jiggle_four {
	0% {
		transform: rotate(-27deg);
        -ms-transform: rotate(-27deg);
        -webkit-transform: rotate(-27deg);
	}
	25% {
		transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
	}
	75% {
		transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        -webkit-transform: rotate(-24deg);
	}
	100% {
		transform: rotate(-27deg);
        -ms-transform: rotate(-27deg);
        -webkit-transform: rotate(-27deg);
	}
}

@keyframes jiggle_five {
	0% {
		transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
        -webkit-transform: rotate(-55deg);
	}
	25% {
		transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        -webkit-transform: rotate(-50deg);
	}
	75% {
		transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
	}
	100% {
		transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
        -webkit-transform: rotate(-55deg);
	}
}

@keyframes jiggle_six {
	0% {
		transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        -webkit-transform: rotate(-50deg);
	}
	25% {
		transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
	}
	75% {
		transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
        -webkit-transform: rotate(-55deg);
	}
	100% {
		transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        -webkit-transform: rotate(-50deg);
	}
}

@keyframes zoom {
	0% {
		transform: none;
        -ms-transform: none;
        -webkit-transform: none;
	}
	25% {
		transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
	}
	75% {
		transform: scale(.95);
        -ms-transform: scale(.95);
        -webkit-transform: scale(.95);
	}
	100% {
		transform: none;
        -ms-transform: none;
        -webkit-transform: none;
	}	
}

@keyframes button_in {
    0% {
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
    }
    50% {
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
    }
}

@keyframes button_out {
    0% {
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
    }
    50% {
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
    }
}

@keyframes arrows_rotation {
    0% {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
    30% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
    40% {
        transform: scale(.8);
        -ms-transform: scale(.8);
        -webkit-transform: scale(.8);
    }
    50% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
    60% {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    70% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
}