/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
    margin-bottom: 10px;
}

html {
    scroll-behavior: smooth;
}

.page-wrapper {
    padding-top: 0;
    padding-bottom: 30px;
}

:root {
    --yellow: #ffcb05;
    --black: #000;
    --white: #fff;
    --primary: #f37321;
}

/*
@font-face {
    font-family: Arial;
    src: url(font/SVN-ArialRegular.ttf);
    font-weight: normal;
}

*/
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    font-family: Arial !important;

    position: relative;

    overflow-x: hidden;
    height: 100%;
    background-color: var(--black);
}

.woocommerce {
    color: white;
}

.woocommerce a {
    color: white;

}

.shop-page-title {
    display: none !important;
}

.is-outline:hover,
.primary.is-outline:hover {
    color: #fff;
    background-color: #b554fc;
    border-color: #b554fc;
}

a:hover {

    text-decoration: none !important;

}

.nav-top-link:hover {

    color: #ECD7FC !important;
}

.primary.is-underline,
.primary.is-link,
.primary.is-outline {
    color: #a34ce3;
}

.primary {
    background-color: #a34ce3;
}

.woocommerce a:hover {
    color: #b554fc;
}

#main {
    background-color: black !important;
    position: relative;
}

.nav>li>a {

    font-family: Arial !important;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1200px;
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {

    background-color: #5C1FA8;

}


@media (min-width: 1366px) {
    .container {
        max-width: 1300px;
    }
}



.footer {

    background: linear-gradient(0deg, #000 0%, #000 100%), #FFF;
}

.slogan-ft {
    color: var(--p-1, #B554FC);
    text-align: center;

    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.menu-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    padding: 10px 0;
    border-top: 1px solid #ECD7FC;
    border-bottom: 1px solid #ECD7FC;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.menu-footer li {
    list-style: none;
}

.menu-footer a {
    color: var(--s-1-p-3, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    position: relative;
    padding-left: 15px;
}

.menu-footer a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #B554FC;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.menu-footer a:hover {}

.ft-iteme {}

.ft-iteme h3 {
    color: var(--p-1, #B554FC);
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-align: left;
}

.ft-iteme ul {
    display: flex;
    width: 100%;
    gap: 18.79px;
}

.ft-iteme li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}

.ft-iteme a {}

.align-item-center {}

.ft-info {}

.ft-info ul {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 60px;
}

.ft-info li {
    list-style: none;
}

.ft-info h3 {
    color: var(--p-1, #B554FC);
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-align: left;
}

.ft-info span {
    color: var(--s-1-p-3, #FFF);
    /* sTYE 1/t4 */
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    display: block;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.policy {
    padding-top: 17.8rem;
}

.policy ul li {
    margin-bottom: 4.7rem;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.policy ul li h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 2rem;
    letter-spacing: 0.05em;
    color: #b554fc;
    margin-bottom: 20px;
}

.policy ul li p {
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    color: var(--white);
    line-height: 1.4;
}

.fix-aside {
    position: fixed;
    z-index: 9999;
    right: 15px;
    bottom: 30px;
}

.fix-aside ul {}

.fix-aside li {
    margin-bottom: 10px;
}

.fix-aside a {}

.news .news-item {
    display: flex;
    padding-bottom: 4.3rem;
}

.news .news-item .news-image {
    width: 394px;
    height: 220px;
}

.news .news-item .news-image img {
    object-fit: cover;
}

.d-block {
    display: block !important;
}

.news .news-item .news-content {
    padding: 0 25px;
    text-align: left;
}

.news .news-item .news-content p,
.news .news-item .news-content a {
    font-size: 14px;
    line-height: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 4px;
    color: var(--white);
    width: 100%;
}

.news .news-item .news-content a {
    cursor: pointer;
}

.news .news-item .news-content h3 {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: white;

    text-transform: uppercase;
}

.news .news-trending {
    border: 0.1rem solid #797d7d;
    border-radius: 5px;
}

.news .news-trending .news-trending-item {
    padding: 20px 20px;
}

.d-flex {
    display: flex !important;
}

.news .news-trending .news-trending-item .news-trending-item--image {
    width: 14rem;
    margin-right: 15px;
}

.news .news-trending .news-trending-item .news-trending-item--image img {
    width: 14rem;
    height: 69px;
    object-fit: cover;
    border-radius: 5px;
}

.news .news-trending .news-trending-item .news-trending-item--content {
    color: var(--white);
    width: 74%;
}

.news .news-trending .news-trending-item .news-trending-item--content p {
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 0;
}

.news .follow li h3 {
    padding: 6px 0px 0;
    background-color: #b554fc;
    font-size: 18px;
    line-height: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
    color: white;
}

.news .follow {
    margin-top: 56px;
    padding-left: 0 !important;
}

.news .follow li {
    padding-bottom: 56px;
}

.news .follow li a {
    height: 18.9rem;
}

.follow img {
    width: 100%;
}

.page-title {
    font-size: 2.4rem;
    padding-bottom: 53px;
    color: white;
}

.news-slideshow .slideshow-item {
    text-align: -webkit-center;
    /* padding: 0 5px; */
    position: relative;
}

.news-slideshow .slideshow-item .slideshow-title {
    font-size: 1.6rem;
    color: var(--white);
    line-height: 2.4rem;
    width: 78%;
    position: absolute;
    top: 73%;
    left: 10%;
    z-index: 11;
}

@media (min-width: 1441px) {
    .news-slideshow .slideshow-item .slideshow-title {
        left: 17%;
        width: 66%;
    }
}

.news-slideshow .slideshow-item .slideshow-title h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    z-index: 999;
    color: white;
    line-height: 1.6;
}

.news-slideshow .slideshow-item .slideshow-image {
    width: 100%;
    height: 228px;
    position: relative;
}


.news-slideshow .slideshow-item .slideshow-image .bg {
    width: 101%;
    height: 101%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 110%);
}

.slick-slide img {
    width: 1185px;
    height: 440px;
    object-fit: cover;
    margin: 0 auto;
}

.news-slideshow .slideshow-item .slideshow-image img {
    width: 100%;
    height: 100%;
}

.news-slideshow {
    margin: 77px 0;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}

.blog-page-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 3rem;
    color: white;
}

.rte {
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    color: white;
}

.rte>p {
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 400;
}

.rte a {
    color: #3498db
}

.rte h2,
.rte h3,
.rte h4 {
    color: white;
}

.rte img {
    max-width: 100%;
    height: auto !important;
}

.wpcf7-submit {

    background: #b554fc !important;
    border-radius: 5px !important;

}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: white;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: white !important;
}

.processing.sent::before {
    display: none;
}

.tab-content>.active {
    display: block;
    opacity: 1;
}

.pro-all {}

.pro-all .nav {
    justify-content: center;
    margin-bottom: 30px;
    border: none;
}

.pro-all .nav li {
    border: none;
    padding: 0 30px;
}

.pro-all .nav li a {
    background: transparent;
    font-size: 20px;
    line-height: 2rem;
    color: white;
    border: none;
    border-bottom: 0.2rem solid transparent;
    padding: 0;
}

.pro-all .nav li a:hover {
    text-decoration: none;
    border-bottom: 0.2rem solid #a34ce3;
}

.pro-all .nav li.active a {
    text-decoration: none;
    border-bottom: 0.2rem solid #a34ce3;
}

.tab-content>.active {
    display: block;
    opacity: 1;
}

.tab-content>.active {
    display: block;
    opacity: 1 !important;
}

.position-relative {
    position: relative !important;
}

.product-detail .product-detail-img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 406px;
}

.justify-content-between {
    justify-content: space-between !important;
}

.product-detail .product-detail-logo {
    padding: 0;
    line-height: 3rem;
}

.product-detail .image {
    text-align: center;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-detail .image img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    width: 100%;

}

.top-0 {
    top: 0 !important;
}

.position-absolute {
    position: absolute !important;
}

.product-detail .product-detail-shadow {
    color: var(--white);
    padding: 30px;
    width: 100%;
    height: 100%;
    background-color: #b554fc;
    display: none;
    z-index: 99;
    left: 0;
    top: 0;
    -webkit-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.product-detail .product-detail-shadow h3 {
    font-size: 20px;
    line-height: 2.8rem;
    font-weight: bold;
    padding-bottom: 8px;
    text-align: left;
    color: white;
}

.product-detail .product-detail-shadow p,
.product-detail .product-detail-shadow a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
    color: var(--white);
    letter-spacing: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    min-height: unset;
}
.product-detail .product-detail-shadow a:hover{color: white!important;font-weight:bold;}
.pt-30 {
    padding-top: 30px;
}

.product-detail .product-detail-shadow p,
.product-detail .product-detail-shadow a {
    line-height: 2.4rem;
    text-align: left;
    color: var(--white);
    letter-spacing: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    font-size: 16px;
    min-height: unset;
    line-height: 24px;
    text-align: justify;
}

.product-detail .image {}

.bloghome {
   
}
.news .position-relative{border:none!important}

.bloghome h3 {
    color: var(--p-1, #B554FC);
    font-size: 48px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    background: url(images/line-blog.svg) bottom center no-repeat;
    padding-bottom: 42px;
    margin-bottom: 30px;
}

.d-none {
    display: none !important;
}

.product-detail .product-detail-block:hover .product-detail-shadow {
    display: block;
}

.header-main .nav>li>a {
    line-height: 16px;
    text-decoration: none;
}

.woocommerce-breadcrumb {
    display: none;
}

.product_title {
    color: white;
}

.product-short-description {
    color: white;
}

.product_meta {
    display: none;
}

.product-title a {
    color: white;
}

.product-section-title {
    color: white;
}

span.amount {
    white-space: nowrap;

    font-weight: bold;
    color: white;
}

.bloghome-content {}

.bloghome-title {
    margin-bottom: 20px;
}

.bloghome-title a {
    color: white;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.bloghome-title a:hover {
    color: white;
}

.bloghome-desc {
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
        text-align: justify;
}
.news-content p{text-align: justify;}

.bloghome-readmore {}

.bloghome-readmore a::before {
    position: absolute;
    content: "";
    width: 51px;
    height: 5px;
    border-radius: 50px;
    background: var(--p-1, #B554FC);
    bottom: 0;
    left: 0;
    visibility: hidden;
}

.bloghome-readmore a:hover:before {
    visibility: visible;
}

.bloghome-readmore a {
    color: white;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 17px;
    position: relative;
    display: inline-block;
}

.bloghome-readmore a:hover {}

.bloghome-readmore a:hover {
    color: #B554FC;
}

.blog-re {
    align-items: center;
    margin-bottom: 60px;
}

.bosuutap {}

.bosuutap h3 {
    color: var(--p-1, #B554FC);
    font-size: 48px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 65px;
    position: relative;
}

.bosuutap h3::before {
    width: 193px;
    height: 14.088px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(images/lineb1.png) no-repeat;
}

.bosuutap h3::after {
    width: 193px;
    height: 14.088px;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(images/lineb2.png) no-repeat;

}

.tab-panels .panel.active {
    display: block !important;
    position: relative;
}

.bosuutap-tab .tab-panels .panel.active::before {
    width: 299px;
    height: 29px;
    position: absolute;
    content: "";
    left: 0;

    bottom: 0;
    margin: auto;
    background: url(images/g1.png) no-repeat;
}

.bosuutap-tab .tab-panels .panel.active::after {
    width: 299px;
    height: 29px;
    position: absolute;
    content: "";
    right: 0;

    bottom: 0;
    margin: auto;
    background: url(images/g2.png) no-repeat;
}

.bosuutap-tab {}

.bosuutap-tab .tab {
    margin-left: 60px !important;
}

.bosuutap {}

.bosuutap-tab .tab a {
    /* color: #8EF9F2 !important; */
    color: white !important;
}

.bosuutap-tab .tab.active a {
    color: #B554FC !important;
    position: relative;
}

.bosuutap-tab .tab-panels {
    margin-top: 65px;
    position: relative;
    padding-top: 30px;
}

.bosuutap-tab .tab-panels::before {
    position: absolute;
    content: "";
    width: 69px;
    height: 8px;
    border-radius: 50px;
    background: var(--p-1, #B554FC);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bosuutap .nav-line-bottom>li>a:before,
.bosuutap .nav-line-grow>li>a:before,
.nav-line>li>a:before {
    background-color: #5C1FA8;
    bottom: 0;
    width: 100%;
    height: 5px;
    top: unset;
    /* border-radius: 50%; */
}

.panel .button.primary {
    color: var(--p-1, #B554FC);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    line-height: normal;
    min-height: unset;
    margin-top: 34px;
}

.secondary,
.checkout-button,
.button.checkout,
.button.alt {
    background-color: #a34ce3;
}

.product-detail {
    margin: 50px auto;
}

.product-detail .product-detail-title {
    padding-bottom: 10rem;
    width: 80%;
    margin: 0 auto;
}

.product-detail .product-detail-title h2 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 50px;
    color: var(--white);
}

.d-none {
    display: none !important;
}

.product-detail-title .description p {
   
}
.description{
    font-size: 16px;
    text-align: center;
    line-height: 2rem;
    color: var(--white);
}.position-absolute {
    position: absolute!important;
}
.position-product-detail {
    top: 48%;
    left: 10%;
    z-index: 99;
}
@media (min-width: 1200px) {
    .blog-re {
        align-items: center;
        margin-bottom: 120px;
    }

    #header::before {
        position: absolute;
        content: "";
        background: url(images/top-bg.svg) center center no-repeat;
        width: 436px;
        height: 6px;
        left: 0;
        right: 0;
        top: 0px;
        margin: auto;
        z-index: 999;
    }

    .container {
        max-width: 1140px;
    }
}

.introduce {
    font-size: 16px;
    line-height: 2rem;
    margin: 60px 0 100px;
    letter-spacing: 0.1em;
    color: white;
    text-align: center;
}

.pro-all .nav li a.active {
    text-decoration: none;
    border-bottom: 0.2rem solid #a34ce3;
}

@media only screen and (max-width: 48em) {
.product-detail .product-detail-shadow p, .product-detail .product-detail-shadow a {
    line-height: unset;
    text-align: left;
    color: white!important;
    letter-spacing: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    font-size: 16px;
    min-height: auto;
    line-height: 24px;
    text-align: justify;
}
 .product-detail-img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 406px;
    max-height: 406px;
    overflow: hidden;
}
    .bosuutap-tab .nav-line {
        display: block;
        text-align: center;
    }

    .bosuutap-tab .tab {
        margin-left: 0px !important;
    }

    .bosuutap h3::before {
        display: none;
    }

    .bosuutap h3::after {
        display: none;

    }

    .tab-panels .panel.active {}

    .tab-panels .panel.active::before {
        display: none;
    }

    .tab-panels .panel.active::after {
        display: none;
    }

    .news .news-item .news-image {
        width: 100%;
        height: 188px;
    }

    .news .news-item .news-content {
        padding: 15px 0px;
        text-align: left;
    }

    .news .news-item {
        display: block;
        padding-bottom: 4.3rem;
        width: 100%;
    }

    .d-sm-none {
        display: none !important;
    }

    .ft-info ul {
        display: block;

    }

    .menu-footer {

        gap: 1px 13px;

    }

    .news .news-item .news-image {
        width: 100%;
        height: auto;
    }

    .news-image h3 {
        font-size: 20px;
        color: #b554fc;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.nav>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav-dropdown li.active>a, .nav-column li.active>a, .nav-dropdown>li>a:hover, .nav-column li>a:hover {
    color: #b554fc!important;
}