/* 
Theme Name:		 eTheme-Child
Theme URI:		 https://www.eplaylab.it/
Description:	 eTheme-Child is a child theme of eTheme
Author:			 ePlay
Author URI:		 https://www.eplaylab.it/
Template:		 eTheme
Version:		 2.0
Text Domain:	 etheme-child
*/



@font-face {
    font-family: 'Belleza-Regular';
    src: url('./fonts/Belleza-Regular.ttf');
}

@font-face {
    font-family: 'Syne-Regular';
    src: url('./fonts/Syne-Regular.ttf');
}

:root {
    --ecreative-black: #000000;
    --ecreative-white: #ffffff;

    --ecreative-first-color: #9DA18E;
    --ecreative-second-color: #C9CDBC;
    --ecreative-third-color: #F8998F;
    --ecreative-fourth-color: #000000;
    --ecreative-fifth-color: #EEEEEC;

    --ecreative-title-color: #949887;
    --ecreative-text-color: #000000;

    --ecreative-hover-color: #F8998F;

    --ecreative-background-color: #ffffff;
    --ecreative-background-color-alt: #EEEEEC;

    --ecreative-font-primary: 'Belleza-Regular';
    --ecreative-font-secondary: 'Syne-Regular';
}



@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

h1 {
    font-size: 90px;
    font-family: var(--ecreative-font-primary);
    color: var(--ecreative-first-color);
    font-weight: 400;
}

h2 {
    font-size: 40px;
    font-family: var(--ecreative-font-primary);
    color: var(--ecreative-first-color);
    font-weight: 400;
}

h3 {
    font-family: var(--ecreative-font-primary);
}

p{
    font-family: var(--ecreative-font-secondary);
    color: var(--ecreative-text-color);
}

.button_container {
    position: relative;
    height: 14px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    margin-left: 30px;
}

.button_container span {
    background: #000;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 2;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.inner-menu-overlay {
    height: 100%;
}

.wrapper-menu-overlay {
    height: 100%;
    text-align: center;
}

.fixed-header .logo-overlay-menu {
    top: 10px;
}

.logo-overlay-menu {
    top: 41px;
    position: relative;
}

.logo-overlay-menu a {
    display: contents;
}

.wrapper-logo-center-overlay {
    max-width: 150px;
    margin: 10px auto;
}

/*.fixed-header .content-menu-overlay {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 20px);
}*/

.content-menu-overlay {
    height: 100%;
    padding-top: 110px;
}

.overlay.open .inner-footer-menu-overlay {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.inner-footer-menu-overlay {
    padding-top: 40px;
    opacity: 0;
}

.button_container.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 5px;
    background: #000;
}

.button_container.active span:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 5px;
    background: #000;
}

.overlay.open li, .overlay.open .inner-footer-menu-overlay {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.main-header-menu ul {
    list-style: none;
    padding: unset;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.overlay.open .inner-footer-menu-overlay {
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

.overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    text-transform: uppercase;
    padding: 12px 0;
}

.overlay ul li a {
    font-size: 30px;
    font-family: var(--ecreative-font-primary);
    color: #000;
    transition: all 0.3s linear;
}

.overlay ul li a:hover {
    color: var(--ecreative-third-color);
}

section.row-three-image-homepage .container-three-image {
    display: flex;
}

.container-three-image .clm-inner{
    width: 33.33%;
}

.container-three-image .clm-inner .left-wrapper{
    padding-right: 40px;
}

.container-three-image .clm-inner .center-wrapper {
    margin: 0 20px;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.container-three-image .clm-inner .right-wrapper{
    padding-left: 40px;
}

section.row-three-image-homepage {
    padding: 0 60px;
}

section.row-three-image-homepage {
    padding: 40px 40px;
    background-color: #9DA18E;
}

.container-three-image .clm-inner:nth-child(2) {
    background-color: #EEEEEC;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-first-row .middle-element .et-icon-wrapper.header-icon, .header-first-row .middle-element .et-icon-wrapper.header-icon svg {
    max-width: 20px;
    max-height: 20px;
}

.middle-element.right .middle-element-inner .inner-header-icon {
    margin: 0 10px;
    position: relative;
}

.middle-element.left .middle-element-inner{
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.eas-wrapper {
    width: 100%;
}

.eas-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
    max-width: 85%;
    margin: auto;
}

.eas-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eas-icon-circle {
    max-width: 18vw;
    max-height: 18vw;
    min-width: 18vw;
    min-height: 18vw;
    background: transparent;
    /*border: 1px solid #F8998F;*/
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
}

.et-icon-wrapper.advantages-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.et-icon-wrapper.advantages-icon svg {
    fill: #5D5955;
    width: 65px;
    height: auto;
    transition: .7s;
}

.eas-title-wrapper {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.eas-icon-column {
    margin: 0 -7px;
}

.eas-icon-inner {
    position: relative;
    cursor: pointer;
}

.icon-animated-circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke: currentColor;
    overflow: visible;
}

.eas-wrapper.animation-activated .eas-icon-column:nth-of-type(2n+2) .icon-animated-circle svg circle {
    transition-delay: .3s;
}

.eas-wrapper.animation-activated .eas-icon-column:nth-of-type(3n+3) .icon-animated-circle svg circle {
    transition-delay: .6s;
}

.eas-wrapper.animation-activated .eas-icon-column:nth-of-type(4n+4) .icon-animated-circle svg circle {
    transition-delay: .9s;
}

.eas-wrapper.animation-activated .icon-animated-circle svg circle {
    stroke-dashoffset: 0;
}

.eas-wrapper .icon-animated-circle svg circle {
    stroke-dasharray: 400%;
    stroke-dashoffset: 400%;
    transition: 2s cubic-bezier(.45,0,.14,1.03);
}

.eas-wrapper .icon-animated-circle svg circle {
    stroke: #F8998F;
}

.inner-bck-policy-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000017;
    z-index: 99999;
}

.wrapper-homepage-banner {
    display: flex;
    position: relative;
    margin-bottom: 120px;
}

.wrapper-homepage-banner .inner-img-banner {
    width: 50%;
}

.wrapper-homepage-banner .inner-text-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.wrapper-homepage-banner .inner-text-banner .wrapper-text-banner a {
    color: #000;
    transition: all 0.3s linear;
}

.wrapper-homepage-banner .inner-text-banner .wrapper-text-banner a:hover {
    color: var(--ecreative-third-color);
}

.wrapper-homepage-banner .inner-img-banner .wrapper-img-banner {
    max-width: 450px;
    /*background: #EEEEEC;*/
    border-radius: 100%;
    position: relative;
    /*box-shadow: 0px 0px 35px #ccc;*/
}

.wrapper-homepage-banner .inner-img-banner .wrapper-img-banner .image-banner {
    height: 450px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.inner-img-banner.left-img-banner {
    display: block;
    text-align: -webkit-right;
    padding-right: 90px;
}

.inner-img-banner.right-img-banner {
    padding-left: 90px;
}

.inner-img-banner.left-img-banner .wrapper-img-banner {
    margin-bottom: 160px;
}

.inner-img-banner.right-img-banner .wrapper-img-banner {
    margin-top: 160px;
}

.wrapper-homepage-banner .inner-text-banner .wrapper-text-banner {
    text-align: center;
}

.wrapper-homepage-banner .inner-text-banner .wrapper-text-banner h1 {
    margin: unset;
    position: relative;
}

.wrapper-homepage-banner .inner-text-banner .wrapper-text-banner h1::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #949887;
    transition: all 0.3s linear;
}

.wrapper-homepage-banner .inner-text-banner .wrapper-text-banner p {
    font-size: 21px;
}

.wrapper-homepage-banner .inner-text-banner .wrapper-text-banner p {
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0;
    font-family: 'Belleza-Regular';
}

.inner-btn-banner {
    margin: 50px 0;
    text-align: center;
}

footer#colophon .second-row .etheme-subfooter {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

footer#colophon .second-row .etheme-subfooter .subfooter-txt {
    width: 33.33%;
}

footer#colophon .second-row .etheme-subfooter p{
    margin: unset;
}

footer#colophon .first-row, footer#colophon .second-row {
    background-color: #C9CDBC;
}

footer#colophon .second-row{
    margin-top: 3px;
}

.site-footer .footer-widget {
    width: 30%;
}

.footer-widget-3.footer-widget, .footer-widget-4.footer-widget {
    width: 20%;
}

footer#colophon .first-row {
    display: flex;
    padding: 120px 100px;
}

h2.footer-custom-txt {
    text-align: left;
    margin: unset;
    color: #fff;
}

footer#colophon img {
    max-width: 250px !important;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.post-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.post-title h3 {
    font-size: 18px;
    margin: 10px 0 5px;
    font-family: var(--ecreative-font-secondary);
    letter-spacing: 1px;
    color: #000;
}

.post-title a {
    color: #333;
    text-decoration: none;
}

.post-date {
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
}

.slider-section .post-image img {
    border-top-left-radius: 350px;
    border-top-right-radius: 350px;
}

.slider-section .post-item {
    text-align: left;
}

.slider-section.latest-post-slider .slider-header {
    margin-bottom: 120px;
    text-align: center;
    position: relative;
}

.slider-section.latest-post-slider .slider-header .slider-header-txt {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.slider-section.latest-post-slider .slider-header .slider-header-txt h1, .slider-section.latest-post-slider .slider-header .slider-header-txt p{
    margin: unset;
}

.wrapper-newsletter-subscription {
    padding: 70px 0;
    background-color: #9DA18E;
}

.wrapper-newsletter-subscription .newsletter-block {
    text-align: center;
    max-width: 40%;
    margin: auto;
}

.wrapper-newsletter-subscription .newsletter-block h2{
    margin: unset;
    color: #fff;
}

.wrapper-newsletter-subscription .newsletter-block span {
    color: #fff;
    width: 35%;
    display: block;
    margin: 20px auto;
    font-size: 20px;
}

ul.main-header-menu {
    padding: unset;
    margin: auto;
    position: relative;
}

ul.main-header-menu li {
    position: relative;
}

ul.main-header-menu li .inner-img-menu {
    position: absolute;
    width: 250px;
    height: 250px;
    right: 300px;
    top: 50%;
    transform: translateY(-50%);
    transition: .35s cubic-bezier(.25,.46,.45,.94);
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: -1;
    box-shadow: 0px 0px 35px #ccc;
}

ul.main-header-menu li.hovered-menu > .inner-img-menu {
    transition-duration: .7s;
    z-index: 5;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}

ul.main-header-menu li .inner-img-menu:hover {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
}

.wrapper-homepage-banner .inner-text-banner .wrapper-text-banner .inner-section-txt-banner:first-child {
    margin-bottom: 70px;
}

.main-header-menu .sub-menu {
    max-height: 0;
    opacity: 0;
    transform: scaleY(0.8);
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    transition: all 0.2s linear;
}

.main-header-menu .sub-menu.open {
    max-height: 500px;
    opacity: 1;
    transform: scaleY(1);
    margin-top: 10px;
}

.main-header-menu .sub-menu a {
    font-size: 18px;
}

.main-header-menu .sub-menu li{
    padding: 5px 0;
}

.wrapper-contact-page-information {
    padding: 0 20px;
}

.wrapper-contact-page-information .inner-contact-img img {
    max-width: 200px;
}

.inner-contact-description {
    max-width: 70%;
}

.inner-contact-description p {
    margin: unset;
    letter-spacing: 1px;
}

.et-icon-wrapper.contact-icon svg {
    max-width: 23px;
    max-height: 23px;
}

.single-contact-icon.hidden-icon.whatsapp-contact-icon svg {
    max-width: 30px;
    max-height: 30px;
}

.et-icon-wrapper.contact-icon {
    padding: 10px;
    border: 1px solid var(--ecreative-third-color);
    border-radius: 100%;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-contact-buttons .et-icon-wrapper.contact-icon {
    border: 1px solid var(--ecreative-first-color);
    background: var(--ecreative-first-color);
}

.inner-contact-buttons .et-icon-wrapper.contact-icon svg g{
    fill: #fff !important;
}

.single-contact-information a {
    display: flex;
    align-items: center;
    width: fit-content;
    color: #000;
    transition: all 0.3s linear;
}

.single-contact-information a:hover{
    color: var(--ecreative-third-color);
}

.inner-contact-icon {
    display: flex;
    margin: 40px 0;
}

.inner-contact-icon .single-contact-information:last-child {
    margin-left: 20px;
}

.inner-contact-buttons {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.inner-contact-buttons .contact-btn {
    height: 47px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    border: 1px solid;
    border-radius: 24px;
    text-transform: uppercase;
    font-family: 'Belleza-Regular';
    background-color: #EFF0EB;
    color: #000;
    border: 1px solid #9DA18E;
}

.inner-contact-buttons > div {
    margin-right: 20px;
}

.single-contact-information span {
    margin-left: 10px;
}

.shop-now-button {
    position: fixed;
    top: 180px;
    right: 20px;
    width: 8.5vw;
    height: 8.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9DA18E;
    border-radius: 100%;
    background-color: #9DA18E;
    box-shadow: 0px 0px 5px #ccc;
    z-index: 1;
}

.shop-now-button p {
    margin: unset;
    color: #fff;
    position: relative;
}

p.shop-now-text.top::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #fff;
}

.shop-now-button-inner a {
    position: relative;
}

.social-fixed-wrapper {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 1;
}

.social-fixed-wrapper .inner-single-social svg, .social-fixed-wrapper .et-icon-wrapper.icon-social-fixed {
    width: 20px;
    height: 20px;
}

.shop-now-button a.shop-now-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 100%;
}

.social-fixed-wrapper .inner-single-social a {
    padding: 7px;
    border: 1px solid #F8998F;
    border-radius: 100%;
    background-color: #fff;
    display: block;
    box-shadow: 0px 0px 5px #ccc;
}

.social-fixed-wrapper .inner-single-social:first-child{
    margin-bottom: 10px;
}

.slider-section.latest-post-slider {
    margin-bottom: 40px;
}

.qodef-portfolio-list-horizontal-holder .scroll-content {
    height: 75%;
    display: flex;
    align-items: center;
    background-color: #EEEEEC;
    padding-left: 70px;
}

.scroll-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item:not(.qodef-portfolio-list-horizontal-last-slide) {
    position: relative;
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item {
    flex: 0 0 auto;
    height: 100%;
    width: auto;
    margin: 0;
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item a {
    display: block;
    height: 100%;
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item a img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    border-top-left-radius: 350px;
    border-top-right-radius: 350px;
    transition: all 0.3s linear;
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item a:hover img {
    box-shadow: 0px 0px 13px #ccc;
}

.qodef-portfolio-list-horizontal-holder .qodef-plhi-title {
    margin: unset !important;
    line-height: 0.8 !important;
}

.qodef-portfolio-list-horizontal-holder .qodef-plh-item .qodef-plhi-title-holder h1.qodef-plhi-title a {
    overflow: inherit;
}

.qodef-plh-item .qodef-plhi-title-holder a {
    color: #000000;
}

.qodef-portfolio-list-horizontal-holder {
    position: relative;
    height: calc(100vh - 122.94px);
    overflow: hidden;
}

.qodef-plh-item {
    flex-shrink: 0;
    width: 100vw;
    height: 100%;
}

.scroll-content {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
}

.page-id-164 .inner-newsletter-subscription, .page-id-164 footer#colophon, .page-id-164 .social-fixed-wrapper, .page-id-164 .shop-now-button {
    display: none !important;
}

.page-id-164 div#content{
    margin-top: unset;
}

.page-id-164 {
    overflow-y: hidden;
}

.qodef-portfolio-list-horizontal-holder {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.qodef-plh-item {
    flex: 0 0 auto;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.qodef-e-media-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.qodef-plhi-title {
    margin-top: 10px;
    font-size: 1.3em;
    line-height: 1.2;
}

.qodef-plh-item .qodef-e-media-image {
    height: 85% !important;
}

.qodef-plhi-title-holder {
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.qodef-plhi-title-holder .post-date {
    margin-bottom: 5px;
    color: #000000;
}

.qodef-portfolio-list-horizontal-holder .scroll-content::-webkit-scrollbar {
    height: 12px;
}

.qodef-portfolio-list-horizontal-holder .scroll-content::-webkit-scrollbar-thumb {
    background-color: #9DA18E;
}

.qodef-portfolio-list-horizontal-holder .scroll-content::-webkit-scrollbar-track {
    background-color: #C9CDBC;
}

.wrapper-title-archive-post {
    max-width: 30%;
    margin: auto;
    background-color: #EEEEEC;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-title-archive-post h1 {
    margin: unset;
    text-align: center;
}

.inner-title-archive-post {
    height: 25%;
    background: -moz-linear-gradient(180deg, #ffffff 50%, #EEEEEC 50%);
    background: -webkit-gradient(linear, 180deg, color-stop(50%, ffffff), color-stop(50%, EEEEEC));
    background: -webkit-linear-gradient(180deg, #ffffff 50%, #EEEEEC 50%);
    background: -o-linear-gradient(180deg, #ffffff 50%, #EEEEEC 50%);
    background: -ms-linear-gradient(180deg, #ffffff 50%, #EEEEEC 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(180deg, #ffffff 50%, #EEEEEC 50%);
    position: relative;
    z-index: 1;
}

.woocommerce-shop div#content {
    margin: unset;
    background-color: #EEEEEC;
}

.single-product div#content{
    margin: unset;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #949887;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

a.button, span.eas-title-text, a.slider-button{
    color: #000;
    letter-spacing: 1px;
    transition: all 0.3s linear;
    position: relative;
}

a.button:hover, .eas-icon-column a:hover span.eas-title-text, a.slider-button:hover {
    color: var(--ecreative-third-color);
}

a.button:hover::before, a.slider-button:hover::before {
    background: var(--ecreative-third-color);
}

a.button::before, a.slider-button::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #949887;
    transition: all 0.3s linear;
}

li.recent-post-item {
    display: flex;
    align-items: center;
}

ul.recent-posts-list {
    list-style: none;
    padding: unset;
}

ul.recent-posts-list img {
    max-width: 75px;
    height: auto;
}

ul.recent-posts-list p, ul.recent-posts-list h3{
    margin: unset;
}

aside.etheme-blog-sidebar h2 {
    color: #000;
    letter-spacing: 1px;
    font-family: var(--ecreative-font-secondary);
    font-size: 30px;
}

ul.recent-posts-list .recent-post-info {
    padding-left: 20px;
}

ul.recent-posts-list h3{
    font-family: var(--ecreative-font-secondary);
}

ul.recent-posts-list a {
    color: #000;
    letter-spacing: 1px;
}

ul.recent-posts-list p.recent-post-date {
    letter-spacing: 1px;
}

footer#colophon .second-row .etheme-subfooter .subfooter-txt:nth-child(2) a {
    margin: 0 20px;
    color: #000;
    transition: all 0.3s linear;
}

footer#colophon .second-row .etheme-subfooter .subfooter-txt:nth-child(2) a:hover {
    color: var(--ecreative-third-color);
}

.banner-txt span {
    margin: 3px 0;
    font-size: 19px;
    letter-spacing: 1px;
}

.banner-txt {
    display: flex;
    flex-direction: column;
}

span.items-in-cart, span.yith-wcwl-items-count {
    text-align: center;
    position: absolute;
    background-color: #9DA18E;
    color: white;
    border-radius: 100%;
    width: 19px;
    height: 19px;
    right: -12px;
    top: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: unset;
    font-weight: 400;
    box-shadow: unset;
}

span.yith-wcwl-items-count i{
    font-family: var(--ecreative-font-secondary);
}

.additional-img-banner {
    position: absolute;
    top: -40px;
    left: -70px;
    width: 250px;
    height: 250px;
    background: #C9CDBC;
    border-radius: 100%;
    z-index: -1;
}

.additional-img-banner {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 230px;
    height: 230px;
    background: #C9CDBC;
    border-radius: 100%;
    z-index: -1;
}

.additional-img-banner.right-img-banner {
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
}

.additional-img-banner.right-img-banner {
    top: unset;
    bottom: -20px;
    width: 150px;
    height: 150px;
    left: 40px;
}

.wrapper-three-clm-homepage {
    display: flex;
    flex-wrap: wrap;
}

.wrapper-three-clm-homepage .single-clm-homepage:first-child {
    width: 30%;
}

.wrapper-three-clm-homepage .single-clm-homepage {
    width: 35%;
}

.wrapper-three-clm-homepage .single-clm-homepage:first-child {
    width: calc(30% - 40px);
    display: flex;
    align-items: flex-end;
    padding: 0 40px;
}

.wrapper-three-clm-homepage .single-clm-homepage {
    width: calc(35% - 40px);
    margin: 0 20px;
}

.inner-description-three-clm .title h2 {
    font-family: var(--ecreative-font-secondary);
    color: #000;
    letter-spacing: 1px;
    text-align: left;
}

.wrapper-three-clm-homepage .single-clm-homepage:first-child {
    width: calc(30% - 40px);
    display: flex;
    align-items: flex-end;
    padding: 0 50px 0 40px;
}


.inner-description-three-clm p {
    margin-bottom: 80px;
    text-align: left;
    letter-spacing: 1px;
}

.inner-description-three-clm {
    margin-bottom: 50px;
}

.filter-menu ul {
    display: flex;
    list-style: none;
    padding: unset;
}

.filter-menu ul li {
    padding: 0 10px;
}

li.inner-first-category-filter {
    font-size: 20px !important;
    font-family: 'LibreBaskerville';
    line-height: 20px;
    display: flex;
    align-items: center;
}

.filter-menu ul li a {
    transition: all 0.3s linear;
    color: #000000;
    font-size: 17px;
    font-family: var(--ecreative-font-secondary);
    letter-spacing: 1px;
}

li.inner-first-category-filter a {
    color: #949887 !important;
}

.filter-menu .separator-filter {
    width: 2px;
    background: #CBC8C6;
}

.inner-product-category-gallery .xfrm-product-loop {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding-top: 30px;
    width: 100%;
}

.filter-menu ul li a.active, .filter-menu ul li a:hover {
    color: var(--ecreative-third-color);
}

.inner-product-category-gallery ul.xfrm-product.products {
    padding: unset;
    margin-top: 20px !important;
    width: 100%;
}

.inner-product-category-gallery {
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 70px;
}

.title-product-gallery h2 {
    margin: unset;
    color: #000;
    letter-spacing: 1px;
    font-family: var(--ecreative-font-secondary);
}

.filter-menu ul li:first-child {
    padding-left: unset;
}

.inner-product-category-gallery .filter-menu {
    margin-top: 30px;
}

.inner-header-icon.wishlist-icon .fa-heart-o:before {
    content: unset;
}

.search-box {
    position: relative;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
  
.search-box.active {
    width: 250px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .2);
}

.search-box input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 50px;
    background: #fff;
    outline: none;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: unset;
    padding-left: 10px;
}
  
.search-box input.active{
    opacity: 1;
}
  
.search-box input::placeholder{
    color: #a6a6a6;
}
  
.search-box .search-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #000;
    cursor: pointer;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
  
.search-box .search-icon.active {
    right: -10px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 20px;
    background: #9DA18E;
    color: #fff;
    /*transform: translateY(-50%) rotate(360deg);*/
}
  
.search-box .cancel-icon{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
  
.search-box .cancel-icon.active{
    right: -40px;
    /*transform: translateY(-50%) rotate(360deg);*/
}
  
.search-box .search-data{
    text-align: center;
    padding-top: 7px;
    color: #fff;
    font-size: 18px;
    word-wrap: break-word;
}
  
.search-box .search-data.active{
    display: none;
}

.search-box .cancel-icon i {
    color: #000;
}

form#searchform {
    position: relative;
    height: 45px;
}

.policy-popup {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    z-index: 99999;
    max-width: 700px;
}

.policy-popup h2, .policy-popup p {
    text-align: center;
}

.policy-popup p:nth-child(2) {
    margin-bottom: 50px;
}

.inner-policy-btn {
    text-align: center;
    margin-top: 20px;
}

button.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 100%;
    padding: 18px;
    display: flex;
    cursor: pointer;
}

.inner-contact-additional-img img {
    max-width: 500px !important;
}

.wrapper-sub-contact-img {
    position: absolute;
    top: 30px;
    left: 80px;
    width: 250px;
    height: 250px;
    background: #C9CDBC;
    border-radius: 100%;
    z-index: -1;
}

.inner-contact-additional-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icons {
    display: flex;
    gap: 10px;
    position: relative;
}

.hidden-icon {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.4s ease-in-out;
}

.hidden-icon.show {
    opacity: 1;
    transform: translateX(0);
}

.contact-btn {
    cursor: pointer;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s;
}

.inner-contact-buttons .contact-btn:hover {
    background: #fff;
    border: 1px solid #F8998F;
}

.container-three-image h2 {
    font-size: 50px;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

.container-three-image h2::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #949887;
    transition: all 0.3s linear;
}

.container-three-image .clm-inner .center-wrapper p {
    line-height: 1.5;
    max-width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
}

.single-clm-homepage {
    position: relative;
    overflow: hidden;
}

.product-details-homepage {
    position: absolute;
    background: #fff;
    color: #fff;
    opacity: 0;
    transition: all 0.3s linear;
    height: 75%;
    flex-direction: column;
    text-align: center;
    width: 75%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.product-hover:hover .product-details-homepage {
    opacity: 1;
}

.single-clm-homepage .inner-description {
    display: flex;
    align-items: center;
}

.single-clm-description.left-clm-description {
    width: 70%;
    text-align: left;
}

.single-clm-description.right-clm-description {
    width: 30%;
}

.single-clm-homepage .inner-description h3 {
    color: #000;
    margin: unset;
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
}

.single-clm-homepage .inner-description p {
    margin: unset;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin: auto;
    display: -webkit-box;
}

.single-clm-description.right-clm-description span.price {
    color: #000;
    text-align: right;
    display: flex;
    flex-direction: column;
}

.slider-section.latest-post-slider .swiper-container {
    padding-left: 60px;
}

@media screen and (max-width:2100px){
    .wrapper-title-archive-post h1 {
        font-size: 65px;
    }
}

@media screen and (max-width:1800px){
    .wrapper-title-archive-post h1 {
        font-size: 50px;
    }
}

.etheme-blog-content p {
    letter-spacing: 1px;
}

.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist .add_to_wishlist img {
    margin: unset !important;
}

h1.entry-title {
    font-size: 60px;
}

.inner-tx-customer-care {
    display: flex;
    flex-direction: column;
}

.inner-tx-customer-care span {
    margin: 5px 0;
}

.inner-tx-customer-care span:last-child {
    margin-bottom: 0;
}

.wrapper-customer-care-section {
    border: 1px solid #d5d8dc;
    padding: 20px;
}

.inner-title-customer-care h5 {
    margin-top: unset;
    text-transform: uppercase;
}

.inner-tx-customer-care span a {
    color: #000;
    transition: all 0.3s linear;
}

.inner-tx-customer-care span a:hover {
    color: #F8998F;
}


#theme-info-button {
    z-index: 9999;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    right: 20px;
    background-color: #9DA18E;
    border: 1px solid #9DA18E;
    border-radius: 23px;
    padding: 9px 14px;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(10, 10, 10, 0.3);
    transition: all 0.2s linear;
}

.icon-bar {
  display: block;
  background-color: blue;
  width: 22px;
  height: 2px;
  transition: all 0.3s linear;
  margin-top: 4px;
}

.nav-info {
    z-index: 9999;
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #9DA18E;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48);
    cursor: pointer;
    transition: all 0.3s ease-in;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.nav-info:hover {
    background-color: #F8998F;
}

.material-icons {
font-size: 24px;
color: rgba(0,0,0,0.54);
}

#search-info.show {
transform: translateY(-125%);
}
#phone-info.show {
    transform: translateY(-250%);
}
#email-info.show {
    transform: translateY(-120%);
}
#whatsapp-info.show {
    transform: translateY(-380%);
}

#wrapper-info-button {
  transition: transform 0.4s ease-in-out;
  display: flex;
  align-items: center;
}
.nav-info.show {
visibility: visible;
opacity: 1;
}

.et-icon-wrapper.img-button-info svg {
  width: 17px;
  height: 17px;
  fill: #fff;
}

.et-icon-wrapper.img-button-info {
  width: 17px;
  height: 17px;
  display: flex;
  margin: unset !important;
}

.et-icon-wrapper.img-single-button-info svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.et-icon-wrapper.img-single-button-info {
  width: 20px;
  height: 20px;
  display: flex;
  margin: unset !important;
}

span.txt-button-request-info {
    padding-right: 5px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
}

#theme-info-button.show {
    box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.48);
    background-color: #fff;
  border: 1px solid #1D1D1B;
}

#theme-info-button.show .et-icon-wrapper.img-button-info svg{
  fill: #1D1D1B;
}

#theme-info-button.show span.txt-button-request-info{
  color: #1D1D1B;
}

#theme-info-button:hover{
  background-color: #EFF0EB;
  border: 1px solid #9DA18E;
}

#theme-info-button:hover .et-icon-wrapper.img-button-info svg{
  fill: #1D1D1B;
}

#theme-info-button:hover span.txt-button-request-info{
  color: #1D1D1B;
}

.et-icon-wrapper.img-scroll-top {
  width: 20px;
  height: 20px;
}

.et-icon-wrapper.img-scroll-top svg {
  width: 20px;
  height: 20px;
  fill: #1D1D1B;
  transition: all 0.3s ease-in;
}

div#scroll-top-eplay-button{
  z-index: 9999;
  position: fixed;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 100px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #F8998F;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgb(10 10 10 / 30%);
  width: 46px;
  height: 46px;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}

div#scroll-top-eplay-button.show {
    transform: translateY(-330%);
}

div#scroll-top-eplay-button:hover {
    background-color: #F8998F;
    border: 1px solid #F8998F;
}

div#scroll-top-eplay-button:hover .et-icon-wrapper.img-scroll-top svg{
  fill: #fff;
}

.nav-info .et-icon-wrapper.fixed-icon svg {
    max-width: 28px;
    max-height: 28px;
}

.nav-info .et-icon-wrapper.fixed-icon {
    display: flex;
}

.nav-info .et-icon-wrapper.fixed-icon svg g {
    fill: #fff;
}

div#email-info .et-icon-wrapper.fixed-icon svg, div#phone-info .et-icon-wrapper.fixed-icon svg{
    max-width: 24px;
    max-height: 24px;
}

.single-product div#scroll-top-eplay-button, .single-product div#theme-info-button {
    display: none !important;
}








/*
.overlay-menu .parent-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.parent-item {
    margin-bottom: 10px;
    font-weight: bold;
}

.child-overlay-menu {
    display: none;
    background-color: #f9f9f9;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
}

.child-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.child-item {
    margin: 5px 0;
}

.thumbnail-item {
    display: none;
    text-align: center;
}

.thumbnail-item img {
    max-width: 100px;
    height: auto;
    margin: 10px auto;
}

.thumbnail-menu li.thumbnail-item {
    display: none;
}

.thumbnail-item {
    display: none;
    text-align: center;
}

.thumbnail-item img {
    max-width: 100px;
    height: auto;
    margin: 10px auto;
    transition: opacity 0.3s ease-in-out;
}
*/


/* effect-shine */
li.product .xfrm-loop-thumbnail:hover {
    -webkit-mask-image: linear-gradient(-75deg, #000 30%, rgba(0,0,0,.4) 50%, #000 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
  }

  a.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, #000 30%, rgba(0,0,0,.4) 50%, #000 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
  }
  
  @-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
  }