/*COLOR AS VARIABLES*/

:root {
    --main: #852a88;
    --second: #ff4364;
    --border: #EAEAEA;
    --gray: #5c5c5c;
    --black: #333;
    --alert: #dc3545;
    --success: #198754;
}

#wpadminbar {
    display: none !important;
}

html {
    touch-action: auto;
    overflow-x: hidden;
}

@supports (-webkit-touch-callout: none) {
    html {
        touch-action: pan-x pan-y;
    }
}

body {
    background-color: #F8F8F8 !important;
}


html.overflow,
body.overflow {
    position: fixed;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100vh;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: rgba(218, 218, 218, 0.1);
}

body::-webkit-scrollbar-thumb {
    background: var(--main);
}

.custom-container {
    display: flex;
    align-items: center;
    width: 1240px;
    margin: 0 auto;
    padding: 0 35px;
}

a {
    transition: 0.25s;
}

a:focus {
    outline: none;
}

body .slick-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .slick-dots li {
    flex-grow: 1;
    padding: 0 1px;
}

body .slick-dots li:first-child {
    padding-left: 0;
}

body .slick-dots li:last-child {
    padding-right: 0;
}

body .slick-dots li button {
    position: relative;
    font-size: 0;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
}

.custom-heading {
    font-family: "Great Vibes", cursive !important;
    font-style: normal;
    text-transform: capitalize;
}

#content {
    padding-bottom: 50px;
}

.temp-block {
    background-color: #ccc;
    text-align: center;
    height: 400px;
    padding: 75px;
    font-size: 28px;
    color: var(--black);
}

body #content .lillepidu-button > a {
    border: 1px solid #efefef;
    text-decoration: none;
    transition: 0.25s;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--black);
    letter-spacing: 2.5px;
    padding: 20px 60px 20px 25px;
    border-radius: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

body #content .lillepidu-button > a i {
    transition: 0.25s;
    margin-right: 10px;
}

body #content .lillepidu-button > a:hover {
    color: var(--main);
    text-decoration: underline;
}

body #content .lillepidu-button > a:hover i {
    margin-right: 0;
}

.hidden {
    display: none !important;
}

.alert {
    margin: 15px 0;
    display: flex;
    padding: 16px;
    color: #fff;
    letter-spacing: 1.7px;
    line-height: 1.75;
    border-radius: 4px;
    flex-direction: column;
    width: 100%;
}

.alert-info {
    background-color: var(--main);
}

.alert-error {
    background-color: #b93a46;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--black);
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-arrow i {
    position: relative;
    font-size: 22px;
    opacity: 0.75;
}

.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: #fff;
    color: var(--black);
}

.slick-arrow:hover i {
    opacity: 1;
    color: var(--main);
}

.slick-prev i {
    left: 12px;
}

.slick-next i {
    right: 12px;
}

.header-notification-wrapper {
    background-color: var(--main);
    color: #fff;
    padding: 5px 20px;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    display: flex;
    align-items: flex-start;
}

.header-notification-wrapper h3 {
    flex-grow: 1;
}

.header-notification-wrapper p {
    margin-bottom: 0;
    color: #fff!important;
    font-size: 14px;
    font-weight: 500;
}

span.close {
    background-color: var(--main);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.header-notification-wrapper .close {
    color: var(--main);
    background-color: #fff;
    opacity: 0.75;
    position: relative;
    top: 5px;
    right: 5px;
}

.header-notification-wrapper .close:hover {
    opacity: 1;
}

html {
    margin-top: 0 !important;
}


#subscribe-modal-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000000000;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.85);
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#subscribe-modal-wrapper .email-popup-content {
    max-width: 768px;
    padding: 25px 25px 50px;
    background-color: #fff;
    position: relative;
}

#subscribe-modal-wrapper .smaily-layout-container  {
    display: flex;
    justify-content: center;
    align-items: center;
}

#subscribe-modal-wrapper .email-popup-content h4 {
    font-size: 24px !important;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
}

#subscribe-modal-wrapper .close {
    position: absolute;
    right: 5px;
    top: 5px;
}

#subscribe-modal-wrapper button {
    height: 40px;
    font-size: 12px;
    font-weight: 700;
}

#subscribe-modal-wrapper input {
    font-size: 14px;
}

#subscribe-modal-wrapper input.invald {
    border: 1px solid var(--alert);
}


.gform_confirmation_message {
    font-size: 24px!important;
    font-weight: 700!important;
    color: var(--success) !important;
}

.error-label {
    display: none;
    font-size: 12px;
    font-weight: 700;
    color: var(--alert);
    margin-bottom: 10px;
}

@media screen and (max-width: 782px) {
    html {
        margin-top: 0 !important;
    }
}

.easepick-wrapper {
    position: relative;
    z-index: 9999999999;
}

/*
Temp disable
 */
.woocommerce-MyAccount-navigation-link--edit-address {
    display: none !important;
}

@media only screen and (max-width: 1280px) {
    .custom-container{
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
    }

    .header-notification-wrapper {
        padding: 10px 20px;
    }

    .header-notification-wrapper p {
        line-height: 1.6;
    }

    .header-notification-wrapper span.close {
        height: 24px;
        width: 24px;
        padding: 8px;
        font-size: 12px;
        right: -10px;

    }
}

@media only screen and (max-width: 480px) {
    body #content .lillepidu-button > a {
    text-align: center !important;
    }
}

.custom_info_box {
    position: relative;
    color: #5e7f96;
    border-color: #cfebfe;
    background-color: #dff2fe;
    padding: 1em 1em 1em 4em;
    margin-bottom: 22px;
}

.custom_info_box i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom_info_box p strong,
.custom_info_box p {
    margin-bottom: 0!important;
    color: #5e7f96 !important;
}

.custom_info_box-icon {
    color: #56b0ee;
    bottom: 0;
    font-size: 1em;
    font-style: normal;
    left: 0;
    position: absolute;
    top: 0;
    width: 4em;
}