body {
    font-size: 14px;
    line-height: 1.7;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #363f4d;
}


/*scrollbar*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #333333;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    border-radius: 8px;
}

/*scrollbar*/
.dark,
.dark p,
.dark td,
.absolute-footer.dark,
.dark .nav-vertical li li.menu-item-has-children>a,
.dark .nav-vertical-fly-out>li>a,
.dark .nav-vertical>li>ul li a,
.dark .nav>li.html,
.dark .nav>li>a,
.nav-dark .is-outline,
.nav-dark .nav>li>a,
.nav-dark .nav>li>button,
.nav-dropdown.dark .nav-column>li>a,
.nav-dropdown.dark>li>a {
    color: #fff;
}


p {
    margin: 0 0 12px;
}

.nav>li>a {
    font-size: inherit;
}

span.wpcf7-spinner {
    position: absolute;
}

.wpcf7-form {
    margin: 0;
}

.wpcf7-form input {
    box-shadow: unset;
}

.wpcf7-form input::placeholder {
    color: #000
}

.dark .wpcf7-form input::placeholder {
    color: #fff
}

b,
strong {
    font-weight: bold;
}

.price del {
    text-decoration: none;
}

.price del span.amount {
    text-decoration: line-through;
}

label,
legend {
    font-size: inherit;
}

.woocommerce-variation-price {
    display: none;
}

.single_image_effect {
    display: block;
    position: relative;
    overflow: hidden
}

.single_image_effect:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.single_image_effect:hover:before {
    -webkit-animation: circle 0.75s;
    -ms-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s
}

@-ms-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-o-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

ol.flickity-page-dots .dot {
    height: 7px !important;
    width: 20px !important;
    border-radius: 7px;
    outline: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.1) !important;
    opacity: 1 !important;
}

ol.flickity-page-dots li.dot.is-selected {
    width: 7px !important;
    background-color: var(--fs-color-secondary) !important;
}

.woocommerce-info.message-wrapper .message-container.container.medium-text-center {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media screen and (min-width:850px) {
    .hide-dot-pc ol.flickity-page-dots {
        display: none !important;
    }
}


.recentview {
    position: fixed;
    top: 50% !important;
    right: 0;
    z-index: 99
}

.recentview .recent-button {
    left: 0;
    margin-left: -25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    position: absolute;
    width: 25px;
    height: 47px;
    top: 0;
    background: #000;
    z-index: 99;
    color: #fff;
    cursor: pointer
}

.recentview .recent-button::before {
    font-family: 'Font Awesome 7 Pro';
    content: "\f100";
    position: relative;
    font-size: 20px;
    line-height: 47px;
    left: 10px;
    cursor: pointer;
    color: #fff
}

.recentview .recent-button:hover {
    background-color: var(--fs-color-secondary)
}

.recentview .recentview-recent_products {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #fff;
    border: solid 2px #000;
    width: 77px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: -82px
}

.recentview .recentview-recent_products .recent-title {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    height: 30px;
    background: #000;
    padding: 0px 7px
}

.recentview .recentview-recent_products #recent-content .slick-slide .box-image a {
    display: block;
    height: 71px;
    position: relative
}

.recentview .recentview-recent_products #recent-content .slick-slide .box-image a img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #e5e5e5;
    padding: 2px
}

.recentview .recentview-recent_products #recent-content .slick-slide .box-image:hover a img {
    border-color: var(--fs-color-secondary)
}

.recentview .recentview-recent_products #recent-content .slick-list {
    padding-top: 25px;
    padding-bottom: 25px
}

.recentview .recentview-recent_products #recent-content .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 25px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    line-height: 25px;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: unset !important;
}

.recentview .recentview-recent_products #recent-content .slick-arrow.slick-prev {
    top: -1px
}

.recentview .recentview-recent_products #recent-content .slick-arrow.slick-prev:before {
    content: "";
    background-image: url(../icons/up-arrow.svg?1705481928715);
    height: 20px;
    width: 20px;
    display: block;
    background-size: 20px;
    margin: 0 auto
}

.recentview .recentview-recent_products #recent-content .slick-arrow.slick-next {
    bottom: 0;
    top: auto;
}

.recentview .recentview-recent_products #recent-content .slick-arrow.slick-next:before {
    content: "";
    background-image: url(../icons/down-arrow.svg?1705481928715);
    height: 20px;
    width: 20px;
    display: block;
    background-size: 20px;
    margin: 0 auto
}

.recentview .recentview-recent_products #recent-content .slick-arrow.slick-disabled {
    opacity: 0.2
}

.recentview.active .recentview-recent_products {
    margin-right: 0;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5)
}