.box-blog-post .is-divider {
    display: none;
}

.box-blog-post .post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box-blog-post .box-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.box-blog-post .box-text .button {
    margin: auto;
    margin-top: 10px;
    width: fit-content;
    display: flex;
    border-radius: 6px;
    border: 1px solid;
    border: 1px solid;
    align-items: center;
}

.absolute-footer {
    display: none;
}

.header-nav-main li.header-search-form.search-form {
    margin-left: auto !important;
    margin-right: auto !important;
}

li.header-search-form.search-form .search-field {
    height: 45px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0 0 0px transparent;
    box-shadow: 0 0 0px transparent;
}

li.header-search-form.search-form .ux-search-submit {
    width: 45px;
    height: 45px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: var(--primary-color);
    -webkit-box-shadow: inset 0 0 0 0 transparent;
    box-shadow: inset 0 0 0 0 transparent;
}

.shop-page-title,
.product-section-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px !important;
    font-weight: 700;
    font-style: normal;
    color: #141414;
    line-height: 1.2;
    margin-bottom: 0;
}

.product-info .breadcrumbs,
.shop-page-title .woocommerce-breadcrumb,
.shop-page-title .page-title-inner .flex-col.medium-text-center {
    display: none;
}

.shop-page-title .page-title-inner .flex-col.medium-text-center.flex-grow {
    display: block;
}

.badge-inner {
    display: inline-block;
    padding: 0.5em 1em 0.35em 1em;
    line-height: 1.2;
    vertical-align: top;
    font-size: 12px !important;
    color: #ffffff;
    background: linear-gradient(86deg, #1c4f78 0%, #3e91cd 50%, #a9ddf7 100%);
    border-radius: 0;
}

.badge-inner.on-sale {
    clip-path: polygon(0.668213px 0px, calc(100% - 0.4494px) 0px, calc(100% - 9.3442px) calc(100% - 4.5577px), calc(100% - 9.3442px) calc(100% - 4.5577px), calc(100% - 9.7028246px) calc(100% - 3.7634139px), calc(100% - 10.1490288px) calc(100% - 3.0301952px), calc(100% - 10.6751182px) calc(100% - 2.3633533px), calc(100% - 11.2733984px) calc(100% - 1.7681976px), calc(100% - 11.936175px) calc(100% - 1.2500375px), calc(100% - 12.6557536px) calc(100% - 0.8141824px), calc(100% - 13.4244398px) calc(100% - 0.4659417px), calc(100% - 14.2345392px) calc(100% - 0.2106248px), calc(100% - 15.0783574px) calc(100% - 0.053541100000004px), calc(100% - 15.9482px) calc(100% - 0px), 0.668213px calc(100% - 0px), 0.668213px 0px);
}

.badge-inner.on-sale {
    background: var(--nmns-gradient-badge-blue, linear-gradient(45deg, #364ECA 0%, #45A1E4 100%));
}

.badge-container {
    margin: 0 !important;
    display: flex;
}

.badge-container .badge {
    width: unset !important;
    height: unset !important;
}

.badge-container .badge .badge-inner {
    display: block;
    padding: 10px 20px;
}

.woocommerce-message.message-wrapper {
    display: none;
}

.footer-top {
    background: #f2f2f2;
    padding-top: 40px !important;
}

.footer-top .nav-footer .ux-menu-title,
.contact-footer > div > h3 {
    font-size: 1.2em;
    line-height: 1.2;
    padding-top: 0;
    min-height: auto;
    text-transform: capitalize;
    color: #000;
}

.contact-footer
{
    padding-bottom: 0!important;
}

.footer-top > *,
.footer-top h1,
.footer-top h2,
.footer-top h3,
.footer-top h4,
.footer-top p,
.footer-top a {
    color: #000;
}

.footer-top a:hover {
    color: #92e360 !important;
}

.footer-copy-right .copy-right {
    padding-top: 0px;
    padding-bottom: 0px !important;
    font-size: .8em;
    line-height: 1;
    display: flex;
    align-items: center;
}

.footer-payment {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.footer-copy-right {
    background: #c7c1c1;
}

.footer-copy-right .copy-right > *,
.footer-copy-right .copy-right a {
    color: #727070;
}

.footer-copy-right .copy-right p {
    margin: 0;
}

.product-small .product-small {
    border-radius: 6px;
    overflow: hidden;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}

.product-small .product-small .box-text-products
{
    padding-bottom: 10px;
}

.product-title.woocommerce-loop-product__title a,
.product_list_widget .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 20px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.product-small.box:hover .product-title.woocommerce-loop-product__title a,
.product-small.box:hover .price-wrapper .price {
    color: #00047a;
}

.product-small.box span.amount {
    color: #f00;
}

.button.btn-more {
    display: flex;
    width: fit-content;
    margin: auto;
    align-items: center;
    border-color: #2e3192;
    color: #2e3192;
}

.button.btn-more span {
    color: #2e3192;
}

.button.btn-more:hover>span,
.button.btn-more:hover i {
    color: #fff;
}

.button.btn-more i {
    top: 0px;
    color: #2e3192;
}

.button.btn-more:hover {
    background-color: transparent !important;
    background: linear-gradient(45deg, #364ECA 0%, #45A1E4 100%);
}

.back-to-top {
    bottom: 55px!important;
    right: 13px!important;
}

.header-call,
.header-call a,
.header-call:link {
    color: var(--primary-color);
    display: block;
    font-size: 18px;
	line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
}

ul.header-nav.header-bottom-nav > li.menu-item:not(:last-child) {
    border-right: 1px solid #fff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
}

ul.header-nav.header-bottom-nav > li.menu-item > a {
    padding: 0 25px;
}

.pagination-number,
.pagination-button {
    font-size: 1em;
    background-color: transparent;
    border: 2px solid;
    margin: 0.25rem 0.25rem;
    cursor: pointer;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 0px 5px;
    line-height: normal;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
    background: #fff;
}

.pagination-number.active {
    border: 2px solid var(--primary-color);
    color: #fff;
    background: var(--primary-color);
}

@media screen and (min-width:850px) {
    .nav li.nav-products {
        position: unset;
    }

    .nav li.nav-products > ul.sub-menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav li.nav-products.current-dropdown > ul.sub-menu {
        left: 0;
    }

    .nav li.nav-products > ul.sub-menu > li {
        width: calc(100% / 3);
        font-size: 14px;
        display: block;
        font-weight: bold;
        text-decoration: none;
    }

    .nav li.nav-products > ul.sub-menu > li > a {
        padding: 5px 10px;
        height: 100%;
        display: inline-block;
        width: 100%;
        font-weight: 700;
        color: #000;
        background: unset;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        -webkit-line-clamp: 2;
        height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .nav li.nav-products > ul.sub-menu > li:hover > a,
    .nav li.nav-products > ul.sub-menu > li.active > a {
        color: var(--primary-color);
    }

}
.woocommerce form .form-row .optional,
.woocommerce form .form-row .required {
    visibility: hidden;
}
#billing_country_field {
    display: none;
}