*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #D4D4D8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

:-ms-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

:-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

p, li {
    font-size: 18px;
}

body, .page-template:not(.home) .elementor-widget-text-editor {
    color: #0A0A0A;
}

/*Home Page*/

.slidehome-posts .slidehome-post {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.slidehome-posts .slidehome-post h3.title {
    color: #ffffff;
    font-family: Averta;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    max-width: 382px;
    margin-bottom: 24px;
}

.slidehome-posts .slidehome-post .content a {
    color: #ffffff;
    font-family: Averta;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration-line: underline;
}

.slidehome-posts .slidehome-post .content {
    position: absolute;
    padding: 40px;
}

.slidehome-posts .slidehome-post h3.text-scroll {
    margin: 0;
    color: #ffffff;
    font-family: Averta;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
}

.text-scroll {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 40px;
    animation: running-text 10s linear infinite;
}

.text-scroll::before, .text-scroll::after {
    /*content: '';*/
    position: absolute;
    top: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(to right, #fff, rgba(255,255,255,0));
}

.text-scroll::after {
    right: 0;
    transform: rotateZ(180deg);
}

@keyframes running-text {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.slidehome-posts ul.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 24px;
}

.slidehome-posts ul.slick-dots button {
    padding: 0;
    width: 5px;
    height: 5px;
    background: #DDD;
    border-radius: 100%;
    font-size: 0;
    min-height: 5px;
}

.slidehome-posts ul.slick-dots li {
    margin: 0;
}

.slidehome-posts ul.slick-dots .slick-active button {
    width: 24px;
    height: 5px;
    border-radius: 50px;
    background: #0A0A0A;
}

.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: #0A0A0A;
}

.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: #0A0A0A;
}


.latest-important-notices h3 a:first-child, .latest-important-notices .read-more-link {
    overflow: hidden;
    color: #0A0A0A;
    text-overflow: ellipsis;
    font-family: Averta;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 716px;
}

.latest-important-notices h3 a:last-child, .latest-important-notices .read-more-link {
    min-width: 38px;
    height: 38px;
}

.latest-important-notices div.wrapper__post, .latest-important-notices h3 {
    border-bottom: 1px solid #DDD;
    display: flex;
    /*padding-bottom: 20px;*/
    align-items: center;
    gap: 24px;
    align-self: stretch;
    justify-content: space-between;
}

.latest-important-notices h3 span, .latest-important-notices .read-more-link span {
    border-radius: 50px;
    border: 1px solid #0A0A0A;
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 10px;
}

.latest-important-notices.posts .item {
    width: 100%;
    padding-top: 15px;
}

.faq-travel a.elementor-accordion-title, .faq-travel p {
    font-family: 'Averta' !important;
}

.faq-travel span.elementor-accordion-icon {
    padding-top: 15px;
}

.img-two .wrap-image .wp-caption img {
    max-width: 212px;
    min-height: 220px;
    border-radius: 10px;
    object-fit: cover;
}

.latest-important-notices.posts .item a {
    overflow: hidden;
    color: #0A0A0A;
    text-overflow: ellipsis;
    font-family: Averta;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 716px;
}

.latest-important-notices.posts p.notice-date {
    overflow: hidden;
    color: #8C8C8C;
    text-overflow: ellipsis;
    font-family: Averta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    width: 110px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.latest-important-notices.posts a {
    max-width: 490px;
    font-family: Averta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.img-two .wrap-image {
    display: flex;
    gap: 16px;
    margin-top: 60px;
}

.img-two .wrap-image p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #0A0A0A;
    text-overflow: ellipsis;
    font-family: Averta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    padding-top: 16px;
}

.img-two .wrap-image .wp-caption {
    margin: 0;
}

.latest-important-notices.posts .notice:first-child h3 {
    border-top: 1px solid #DDD;
    padding-top: 20px;
}

.ss-social .wd-text-block p {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #4A4A4A;
    font-family: Averta;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    gap: 24px;
}

.ss-events h2 {
    color: #ffffff;
}

.wrap_events {
    display: flex;
    gap: 16px;
}

.wrap_events .item-event {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    margin: 0;
    /*width: calc( 100% / 3);*/
    margin: 0 8px;
}

.event-details {
    width: 100%;
}

.wrap_events .item-event .event-image img {
    width: 140px;
    min-width: 140px;
    border-radius: 10px;
    max-height: 140px;
    object-fit: fill;
}

.wrap_events .item-event .event-details h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: #0A0A0A;
    text-overflow: ellipsis;
    font-family: Averta;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

.wrap_events .item-event p {
    margin: 0;
}

.wrap_events .item-event p.event-time {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: #8C8C8C;
    text-overflow: ellipsis;
    font-family: Averta;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 12px;
}

.wrap_events .item-event p.event-sub-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: #4A4A4A;
    text-overflow: ellipsis;
    font-family: Averta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 12px;
}

.wrap_events .item-event p.event-describe {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1 0 0;
    overflow: hidden;
    color: #0A0A0A;
    text-overflow: ellipsis;
    font-family: Averta;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    gap: 8px;
    align-items: center;
}

.wrap_events .news__arrow {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    background: #ffffff;
    position: absolute;
    right: 0;
    z-index: 9;
    top: -56px;
}

.wrap_events .news__arrow.news__arrow_dir_left {
    margin-right: 42px;
}

h3.wd-entities-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: #0A0A0A;
    text-overflow: ellipsis;
    font-family: Averta;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

.wd-product-cats a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: #4A4A4A;
    text-overflow: ellipsis;
    font-family: Averta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.product-wrapper span.woocommerce-Price-amount.amount {
    display: inline-flex;
    padding: 6px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #F3F3F3;
    color: #0A0A0A;
    font-family: Averta;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-top: 8px;
}

.ss-cosmetics .product-wrapper {
    background: transparent !important;
    box-shadow: none !important;
}

.ss-cosmetics .product-wrapper a.product-image-link img {
    border-radius: 14px;
    transition: transform 0.5s ease;
}

.ss-cosmetics span.tab-label.nav-link-text {
    color: #0A0A0A;
    font-family: Averta;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.ss-cosmetics .wd-tabs-header {
    border: 0 !important;
}

.ss-cosmetics .product-element-bottom {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.ss-cosmetics .wd-btn-arrow {
    border-radius: 50px;
    background: #0A0A0A;
    display: flex;
    padding: 8px;
    gap: 10px;
    width: 34px !important;
    height: 34px !important;
    align-items: center;
    justify-content: center;
}

.ss-cosmetics .owl-next.wd-btn-arrow:after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABjSURBVHgB5ZDLCYAwEAXfigVYSkqwBDvRDkwJlmYnkgrWF/CweMrnlGRgCOQzkAXGRlU3uqMWRhx96Ila2ovN5kIcpkvL4aaeb4KIXHFjMocB6Sy/NR/zNY9SOot8oZUeGJMXuv9slGRxGdAAAAAASUVORK5CYII=');
    width: 18px;
    height: 18px;
    font-size: 0 !important;
}

.ss-cosmetics .owl-prev.wd-btn-arrow:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABgSURBVHgB5ZDBDYAgDEV/ncBRHMER3EQ3kFFcxQ3cRJigfBIOHDgQuNGXvLT5h5+mgE1U9aQ7RmDBTX+6oZc5SqQs4XD0y7bwisiTlqUIQ54e7azVlFe54f/YK7voAdtEGLRrBNzCmbMAAAAASUVORK5CYII=);
    width: 18px;
    height: 18px;
    font-size: 0 !important;
}

.ss-cosmetics .owl-nav {
    display: flex;
    gap: 8px;
    margin-right: 10px;
}

.section-full .elementor-widget-wrap.elementor-element-populated, .ss-events.section-full .e-child {
    max-width: 1438px;
    padding: 0 15px;
    margin: 0 auto;
}

.ss-grocery-bottom .elementor-container.elementor-column-gap-default {
    max-width: 1458px !important;
    padding: 0 15px;
    margin: 0 auto;
}

.section-full span.tabs-text {
    text-align: center;
    font-family: Averta;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.cate-luxury .tabs-name.title {
    margin-bottom: 30px;
}

.cate-luxury .product-grid-item .product-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 14px;
    background: #ffffff;
}

.cate-luxury h3.wd-entities-title a {
    font-size: 18px;
}

.cate-luxury .wd-product-cats a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}

.cate-luxury .wd-nav-wrapper {
    display: none;
}

.cate-luxury .wd-tabs-header {
    margin: 0;
}

body .wd-buttons[class*="wd-pos-r"] {
    opacity: 1;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.cate-online .product-wrapper {
    background: transparent !important;
    box-shadow: none !important;
}

.cate-online .product-wrapper a.product-image-link img {
    border-radius: 14px;
}

.cate-online .wd-hover-tiled .product-element-bottom {
    padding: 15px 0px;
}

.banner-sale {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.banner-sale .content {
    position: absolute;
    top: 0;
    padding: 20px;
}

.banner-sale .content h3 {
    color: #ffffff;
    font-family: Averta;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    margin-bottom: 16px;
    max-width: 339px;
}

.banner-sale .content span {
    color: #ffffff;
    font-family: Averta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    display: block;
}

.banner-sale a {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 180px;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #ffffff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.20);
    margin: 20px;
    color: #0A0A0A;
    text-align: center;
    font-family: Averta;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.ss-grocery-bottom .elementor-container.elementor-column-gap-default .elementor-container.elementor-column-gap-default {
    padding: 0;
}

.latest-important-notices.posts a:hover, .wd-header-nav a:hover, .item-event a:hover {
    opacity: 0.6;
}

.whb-general-header .current-menu-item a.woodmart-nav-link span.nav-link-text {
    color: #212529;
}

section#cosmetics span.featured.product-label {
    display: none;
}

.text-highlight h2 {
    margin-bottom: 0;
}

.text-highlight p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

section#cosmetics .wd-tabs-header.text-center {
    display: none;
}

.single-events h1, .single-important_notices h1 {
    font-size: 42px;
    line-height: 1.2;
}

.wd-hover-tiled .product-element-top {
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.wd-hover-tiled .product-element-top:hover a.product-image-link:before {
    /*content: 'Coming soon';*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*text-align: center;*/
    /*font-size: 25px;*/
    /*color: #ffffff;*/
    /*z-index: 2;*/
    /*animation: fadeIn 0.5s ease-in-out forwards;*/
}

.wd-hover-tiled .product-element-top a.product-image-link {
    position: relative;
}

/*.wd-hover-tiled .product-element-top:hover a.product-image-link:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgb(0 0 0 / 40%);*/
    /*top: 0;*/
    /*left: 0;*/
    /*border-radius: 14px;*/
    /*animation: fadeIn 0.5s ease-in-out forwards;*/
/*}*/

.wd-hover-tiled .product-element-top:hover a.product-image-link {
    /*border-radius: 14px;*/
    overflow: hidden;
}

.home .wd-hover-tiled .product-element-top a.product-image-link img {
    border-radius: 14px;
}

.home .wd-hover-tiled .product-element-top:hover a.product-image-link {
    border-radius: 14px;
    overflow: hidden;
}

.wd-hover-tiled .product-element-top:hover a.product-image-link img {
    transition: transform 0.5s ease;
}

.home .wd-hover-tiled .product-element-top a.product-image-link {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.wd-hover-tiled .product-element-top a.product-image-link img {
    transition: transform 0.5s ease;
}
.wd-hover-tiled .product-element-top:hover a.product-image-link:hover img {
    transform: scale(1.1);
}

.wrap_restaurants {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}

.restaurant-details h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.restaurant-image {
    border-radius: 14px;
    overflow: hidden;
}

.wrap_restaurants .item-restaurant {
    width: calc(100% / 3 - 20px);
}

.restaurant-image img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease; /* Smooth transition */
}

.restaurant-image:hover img {
    transform: scale(1.1);
}

.restaurant-details a:hover {
    opacity: 0.6;
}

.restaurant-details a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: #0A0A0A;
    text-overflow: ellipsis;
    font-family: Averta;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

.single-product .wd-hover-tiled .product-element-top:hover a.product-image-link:after {
    border-radius: 0;
}

/*floor*/

.floor-guide-info {
    margin-top: 40px;
    padding: 25px 30px 15px 30px;
    background: #f8f6f6;
    border: 2px solid #edebeb;
    max-width: calc(100% - 30px);
    width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}

.floor-guide-info li {
    display: inline-flex;
    margin-right: 20px;
    margin-bottom: 10px;
    align-items: center;
}

.floor-guide-info span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.floor-guide-info span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.icon-dog img {
    width: 24px;
}

.floor-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: right;
}

.floor-icon span {
    width: 24px;
    display: inline-block;
    margin: 0 2px;
}

table.directory-table td {
    font-size: 16px;
}

.wrapper__post .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-two .wrap-image a > div {
    width: auto !important;
}

.our-services .wd-image img {
    max-height: 283px;
    width: auto;
}

.textList li .ttl {
    margin-bottom: 8px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #19191A;
}

.textList li .subInner {
    padding: 22px 24px 26px;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    background-color: #F8F6F6;
}

.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}

.flexB {
    justify-content: space-between;
    padding: 0;
}

.textList li {
    width: 49.6%;
    background-color: #F8F6F6;
    margin: 0;
}

ul.textList.flexB p {
    margin: 0;
}

.instagram-picture .hover-mask {
    display: none !important;
}