:root {
    --base-2: #fff !important;
    --base-3: #fff !important;
    --accent: #000000 !important;
    --pc-max-width: 1320px;
}
html{
    font-size: 16px; /* 默认移动端 */
}
/* 全站使用系统字体栈 */
body{
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
    font-family: 'Manrope', sans-serif !important;
    font-size: 1rem; /* 继承自html字体大小 */
    max-width: 768px !important;
    margin: 0 auto !important;
}
*{
    scrollbar-color: rgba(223, 223, 223, 0.9) rgba(255, 255, 255, 0);
    scrollbar-width: thin;
}
/*body,*/
/*button,*/
/*input,*/
/*select,*/
/*textarea,*/
/*h1, h2, h3, h4, h5, h6,*/
/*p,*/
/*a,*/
/*span,*/
/*div {*/
/*    font-family: 'Manrope', sans-serif !important;*/
/*}*/
@font-face {
    font-family: "theme-icons";
    src: url("../fonts/theme-icons.eot") format("embedded-opentype"),
    url("../fonts/theme-icons.woff2") format("woff2"),
    url("../fonts/theme-icons.woff") format("woff");
    font-display: swap;
}
.e-con {
    padding: 0 !important;
    margin: 0 !important;
}
ul{
    list-style: none !important;
    margin: 0 !important;
}
li {
    list-style: none;
}
.site-logo-img{
    height: 20px !important;
}
.my-btn-primary,.single_add_to_cart_button{
    position: relative;
    z-index: 1;
    overflow: hidden !important;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-flex;
    text-transform: capitalize;
    align-items: center;
    text-align: center;
    justify-content: center;
    /*background-color: #000 !important;*/
}
.my-btn-primary:hover{
    color: #ffffff;
}
.my-btn-primary:after,.my-product-card .add_to_cart_button:after,.single_add_to_cart_button:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.8;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
    background-color: rgba(255, 255, 255, 0.5);
}
.my-btn-primary:hover:after,.my-product-card .add_to_cart_button:hover:after,.single_add_to_cart_button:hover:after{
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*content-product.php style*/
.my-product-card{
    position: relative;
}
.my-product-card .attachment-woocommerce_thumbnail{
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 0 !important;
}
.my-product-card .woocommerce-loop-product__title{
    color: #000;
    font-size: 0.875rem !important;
    text-align: left;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    font-weight: 600;
    padding: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* 限制显示 2 行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em; /* 设置行高 */
}
.my-product-card .price{
    padding: 0 !important;
    font-size: 1rem !important;
    text-align: left;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    color: #000 !important;
    display: block;
}
.my-product-card:hover .attachment-woocommerce_thumbnail{
    transform: translateY(-15px);
}
.my-product-card .add_to_cart_button{
    padding: 8px 20px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    position: absolute !important;
    overflow: hidden !important;
    top: 77% !important;
    border: 4px solid #fffaf3 !important;
    left: 50% !important;
    transform: translateX(-50%);
    white-space: nowrap;
    border-radius: 30px !important;
    background-color: #000 !important;
    color: #fff !important;
    margin-top: 0 !important;
    opacity: 0;
    visibility: hidden !important;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.my-product-card:hover .add_to_cart_button{
    opacity: 1;
    visibility: visible !important;
}
.my-product-card .product-tag{
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none !important;
}
.my-product-card .product-tag .badge{
    padding: 4px 8px;
    font-size: 10px;
    background-color: #ffff;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.5s;
}
.my-product-card .shop-meta{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    gap: 0;
    padding: 15px 10px;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.my-product-card .shop-meta .meta-icon{
    cursor: pointer;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    background: rgba(0, 0, 0, 0.3);
    border: 0;
    line-height: 45px;
    border-radius: 32px;
    margin-bottom: 5px;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-product-card .shop-meta .meta-icon i{
    font-size: 18px;
    color: #fff;
}
.my-product-card .shop-meta .dz-heart-fill{
    display: none;
}
.my-product-card .wishlist-added .dz-heart-fill{
    display: block !important;
}
.my-product-card .wishlist-added .dz-heart{
    display: none !important;
}
.woocommerce-message{
    border-top-color: #000 !important;
    color: #000 !important;
    padding: 8px 8px 8px 42px !important;
    font-size: 1rem !important;
}
.woocommerce-message::before{
    color: #000 !important;
    left: 1em !important;
}

@keyframes eco-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    opacity: 0;
}
.fadeInUp.visible {
    opacity: 1;
    animation: fadeInUp 0.8s forwards; /* 0.8秒动画，forwards 保持最终状态 */
}

/*header style start*/
#my-custom-header{
    position: sticky;
    top: 0;
    z-index: 91;
    background: #fff;
    transition: all 0.3s ease;
}
#my-custom-header .header-container, #my-custom-header .header-m-container{
    display: flex;
    flex-direction: column;
    color: #070707;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background-color: #fff;
}
#my-custom-header .header-container .site-navigation{
    font-size: 14px;
}
#my-custom-header .header-top{
    display: flex;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
#my-custom-header .header-top:after{
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    right: -30px;
    bottom: -1px;
    border-bottom: solid 1px #070707;
}
#my-custom-header .header-top-center{
    flex: 0 0 auto;
    justify-content: center;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}
.header-top-left{
    width: 100%;
}
.header-top-right{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    row-gap: 10px;
    justify-content: flex-end;
}
#my-custom-header .header-top{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #070707;
}
.header-top-right a,.header-bottom-center a,.header-mobile-buttons a{
    cursor: pointer;
    text-decoration: none !important;
}
.header-top-right .header__buttons{
    height: 15px;
    position: relative;
    top: -1.5px;
    display: flex;
    margin: 0 !important;
    padding: 0;
}
.header-top-right .header__buttons > *{
    flex: 0 0 auto;
    padding: 0 10px;
    font-size: 18px;
    height: 18px;
    line-height: 1;
    display: block;
    z-index: 1;
    position: relative;
}
.header-search-button{
    cursor: pointer;
}
i[class^="ip-"]:before{
    font-family: theme-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ip-user:before{
    content: "\f14f";
}
.ip-search:before {
    content: "\f144";
}
.ip-wishlist:before {
    content: "\f159";
}
.ip-cart:before {
    content: "\f112";
}
.ip-hamburger_menu:before{
    content: "\f123";
}
.header__button-link:hover{
    color: #838383;
}
#my-custom-header .header-bottom{
    display: flex;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
#my-custom-header .site-navigation ul{
    list-style: none;
    margin: 0;
}
.header-bottom-left,.header-bottom-right{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    row-gap: 10px;
}
.header-bottom-left,.header-bottom-right,.header-bottom-center{
    justify-content: center;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}

#my-custom-header .header-slider-m{
    display: none;
    position: fixed;
    z-index: 1200;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
    background-color: #fff;
}
.header-slider-m a{
    text-decoration: none !important;
}
.header-slider-m .header__menu-buttons{
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.header-slider-m .mobile-nav{
    display: block;
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 50px;*/
    width: 100%;
    bottom: 200px;
    overflow: hidden;
}
.mobile-menu-list > li{
    position: relative;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    text-transform: uppercase;
}

.mobile-menu-list > li > a{
    position: relative;
    display: block;
    padding: 20px 45px 20px 20px !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.mobile-menu-list > li > a:after{
    content: "\f135";
    font-family: theme-icons;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    font-size: 7px;
}
.mobile-menu-list > li.active > a:after{
    transform: rotate(90deg);
}
.header-slider-m .header__menu-bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 0;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
#my-custom-header .mobile-menu-list {
    display: block !important;
}
#my-custom-header .h-close-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 46px;
    font-size: var(--size);
    line-height: 1;
    cursor: pointer;
    padding: 15px 20px;
    color: #000000;
}
#my-custom-header .ip-close-rect:before{
    content: "\f114";
    font-size: 1rem;
}
.mobile-nav .sub-menu{
    display: none;
}
.mobile-nav .sub-menu > li{
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 10px 30px !important;
}
.mobile-nav .sub-menu.open {
    display: block;
}

#my-custom-header #menu-header-menu{
    display: flex;
    list-style: none;
    padding: 0;
    height: 100%;
    justify-content: center;
}

#menu-header-menu > li{
    padding: 0 17px;
}
#menu-header-menu li{
    text-align: left;
}
#menu-header-menu > li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    transition: visibility .15s linear, opacity .15s linear;
}
#menu-header-menu > li > .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    list-style: none;
    margin: 16px 0 0 0 !important;
    text-transform: none;
    font-weight: normal;
    color: #000000;
    z-index: 999;
    max-width: 1170px;
    width: 100%;
    left: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 20px;
}
#menu-header-menu .sub-menu:before{
    content: '';
    display: block;
    position: absolute;
    left: calc(-100vw) !important;
    right: calc(-100vw) !important;
    top: -16px;
    height: 16px;
}
#menu-header-menu .sub-menu:after{
    content: '';
    display: block;
    position: absolute;
    left: calc(-100vw) !important;
    right: calc(-100vw) !important;
    bottom: -1px;
    top: 0;
    background-color: #fff;
    opacity: 1;
    z-index: -1;
    border-bottom: solid 1px #070707;
}
#menu-header-menu > li > .sub-menu > li > a{
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
#menu-header-menu .sub-menu a{
    display: block;
    padding: 7px 17px;
}
#menu-header-menu .sub-menu li{
    width: 290px;
}
#my-custom-header .header-top, #my-custom-header .header-bottom{
    display: none;
}
#my-custom-header .header-top-m{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    height: 60px;
    position: relative;
    transition: height 0.3s linear;
    border-bottom: 1px solid;
}
#my-custom-header .header__menu-button-icon{
    display: block !important;
    height: 25px;
    font-size: 25px;
    line-height: 1;
}
.header-mobile-buttons{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin-left: 20px;
    margin-right: 20px;
}
.header-menu-toggle{
    width: 65px;
    height: 60px;
}
#my-custom-header button{
    background-color: unset;
    color: #000;
}
#my-custom-header .sub-menu a {
    display: flex;
    align-items: center;
}

/*header search style*/
.header-search-area{
    background-color: #fffaf3;
    position: fixed;
    width: 100%;
    padding: 30px 15px 15px;
    z-index: 9999;
    top: 0;
}
.header-search-area.active{
    display: block !important;
    max-height: 90vh;
    overflow: auto;
}
.header-search-offcanvas{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.header-search-offcanvas.active{
    display: block !important;
    opacity: 0.5;
}
.header-search-area .btn-close{
    --bs-btn-close-bg: none;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    position: absolute;
    top: 5px;
    font-weight: 200;
    right: 5px;
    font-size: 32px;
    opacity: 0.5;
}
.hsa-recent-tag{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    list-style: none;
    column-gap: 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.hsa-container{
    max-width: 1320px;
    margin: 0 auto;
}
.hsa-select{
    position: relative;
    width: 150px;
}
.hsa-cat-select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 0 !important;
    width: 100%;
    background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' width='24' height='24'><path d='M174.2848 307.2l-39.936 46.6944 378.368 324.3008 378.368-324.3008L851.1488 307.2 512.7168 597.2992z' fill='%23000'></path></svg>") no-repeat right 0.75rem center/1rem auto !important;
    font-size: 0.875rem;
    font-weight: 400;
}
.hsa-select:after{
    position: absolute;
    content: "";
    background-color: rgba(187, 187, 187, 0.68);
    width: 1px;
    height: 35px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.hsa-search-input{
    display: flex;
    border-bottom: 1px solid #000;
    position: relative;
}
.hsa-search{
    border: 0 !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
    height: 45px;
    font-size: 0.875rem;
    background-color: transparent !important;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    color: #000 !important;
}
.hsa-search-input .ip-search{
    font-size: larger;
}
.hsa-search-btn{
    position: absolute;
    right: 0;
    padding: 10px 0;
}
.hsa-top{
    margin-bottom: 20px;
}
.hsa-like-title{
    font-size: 1.125rem;
    font-weight: 600;
}
.hsa-like .my-product-card{
    width: 100% !important;
}
.hsa-like{
    position: relative;
    overflow: hidden;
}
.hsa-like .swiper-slide{
    max-width: calc(50%);
}
.hsa-result .search_products{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.site-footer, .site-footer #footer-widgets, footer.site-info{
    background-color: #000 !important;
}
footer.site-info{
    color: #fff;
}
footer.site-info .inside-site-info{
    flex-direction: column !important;
}
footer.site-info #footer-widgets{
    width: 100% !important;
}
footer.site-info .inside-footer-widgets{
    text-align: left;
}
footer.site-info .inside-site-info{
    padding: 45px 15px 15px !important;
}
footer.site-info .footer-widgets-container{
    padding: 0 !important;
}
footer.site-info .footer-widgets-container .wp-block-heading{
    font-size: 1.25rem;
    font-weight: 600;
}
footer.site-info .footer-widgets .widget{
    margin-bottom: 20px;
}
footer.site-info .inside-footer-widgets>div:not(:last-child){
    margin-bottom: 0;
}
.read-more-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.read-more-btn{
    padding: 5px 10px !important;
    font-size: 14px !important;
}
.pll-switcher-select{
    padding: 5px;
    font-size: 14px;
    margin: 0 10px;
}
.header-m-container .pll-dropdown-btn{
    font-size: 16px;
    padding: 20px 20px 20px 10px !important;
}
.header-m-container .wmc-current-currency{
    font-size: 16px;
    padding: 20px 20px 20px 10px !important;
}
.header-m-container .pll-dropdown-btn:after{
    margin-left: 10px;
}
#footer-widgets .tnp-field label{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
}
#footer-widgets .tnp-field .tnp-email{
    /*max-width: 300px;*/
}

#tnp-modal{
    background-color: rgba(0, 0, 0, 0.6) !important;
}
#tnp-modal .inquiry-adv{
    display: none;
}
#tnp-modal .inquiry-adv img{
    object-fit: cover;
    height: 100%;
}
#tnp-modal-content{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px) !important;
    margin: 0 !important;
    border-radius: 20px;
    max-width: 800px !important;
}
#tnp-modal-close{
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff !important;
    right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tnp-modal .tnp-subscription input[type=email]{
    height: 50px;
    border: 1px solid #000 !important;
    padding: 10px 20px !important;
    font-size: 15px !important;
    font-weight: 500;
    color: #000 !important;
    transition: all 0.3s ease-in-out;
    border-radius: 10px !important;
    background-color: transparent !important;
}
input::placeholder{
    color: #000;
}
#tnp-modal .tnp-subscription label{
    color: #000 !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
}
#tnp-modal #tnp-modal-body{
    padding: 0 !important;
    display: flex;
}
#tnp-modal .modal-content{
    padding: 20px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}
#tnp-modal .tnp-field input[type="submit"]{
    position: inherit;
    font-size: 16px;
    padding: 12px 30px;
    background-color: #000;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}
#tnp-modal .tnp-subscription div.tnp-field{
    margin-bottom: 20px;
}
#tnp-modal .modal-title{
    font-weight: 700;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    body{
        max-width: 1990px !important;
        margin: 0 auto !important;
    }
    .site-logo-img{
        height: 22px !important;
    }
    #my-custom-header .header-container{
        padding: 0 30px 1px 30px;
    }
    #my-custom-header .header-top, #my-custom-header .header-bottom{
        display: flex;
    }
    .admin-bar #my-custom-header {
        top: var(--wp-admin--admin-bar--height, 32px); /* fallback 32px */
    }
    .header-container{
        display: block !important;
    }
    .header-m-container{
        display: none !important;
    }


    /*header search style*/
    .hsa-like .swiper-slide{
        max-width: calc(20%);
    }
    .header-search-area{
        padding: 50px 0;
    }
    .header-search-area .btn-close{
        font-size: 40px;
    }
    .hsa-cat-select{
        font-size: 1.25rem;
    }
    .hsa-search-input{
        padding-bottom: 8px;
        border-bottom: 2px solid #000;
    }
    .hsa-select{
        width: 270px;
    }
    .hsa-search{
        font-size: 1.25rem;
    }
    .hsa-search-btn{
        padding: 10px 20px;
    }
    .hsa-recent-tag{
        column-gap: 15px;
    }
    .hsa-top{
        margin-bottom: 50px;
    }

    footer.site-info #footer-widgets{
        padding-bottom: 30px;
        border-bottom: 1px solid #ffffff1a;
        margin-bottom: 30px;
    }
    footer.site-info .inside-site-info{
        padding: 70px 15px 15px !important;
    }
    .my-product-card .shop-meta .meta-icon{
        width: 45px !important;
        height: 45px !important;
        min-width: 45px !important;
    }
    .my-product-card .woocommerce-loop-product__title{
        margin-top: 6px !important;
        font-size: 1.125rem !important;
    }
    .my-product-card .price{
        font-size: 1.125rem !important;
    }
    .my-product-card .add_to_cart_button{
        padding: 12px 30px !important;
    }
    .woocommerce-message{
        border-top-color: #000 !important;
        color: #000 !important;
        padding: 1em 2em 1em 3.5em !important;
        font-size: 1.125rem !important;
    }
    .woocommerce-message::before{
        color: #000 !important;
        left: 1.5em !important;
    }
    .read-more-btn{
        font-size: 16px !important;
    }

    #tnp-modal .inquiry-adv{
        display: block;
        width: 50%;
    }
    #tnp-modal .modal-content{
        padding: 40px 60px;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
