﻿:root {
    --mf-dark-color: #000;
    --mf-primary-color: #0071df;
    --mf-gray-color: #666;
    --mf-background-primary-color: #0071df;
    --mf-border-primary-color: #0071df;
    --mf-light-color: #fff;
    --mf-background-primary-text-color: #fff;
    --mf-background-light-color: #fff;
}

:focus {
    outline: none;
}

a {
    transition: .5s;
    color: #06c;
    text-decoration: none;
}

body {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: initial;
    color: #666;
    background-color: #fff;
}

ul, li, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
}

p {
    margin-bottom: 1.7em;
    margin-top: 0;
}

#wrapper {
    overflow: hidden;
    position: absolute;
    min-height: 100%;
    width: 100%;
    z-index: 1;
}

#wrapper-in {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 99;
    overflow: hidden;
}

.clr {
    clear: both;
}

a:visited, a:focus {
    outline: none;
}

.custom__width {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
}

img:not(.lazy) {
    height: auto;
}

.w-480 {
    width: 510px;
}

.w-770 {
    width: 800px;
}

.w-900 {
    width: 930px;
}

.w-920 {
    width: 950px;
}

.w-970 {
    width: 1000px;
}

.wrap-content h1, .wrap-content h2, .wrap-content h3, .wrap-content h4, .wrap-content h5 {
    color: #000;
    font-weight: bold;
}
.wrap-content h1 {
    font-size: 24px;
}
.wrap-content h2 {
    font-size: 19px;
}
.wrap-content h3 {
    font-size: 17px;
}
.wrap-content h4 {
    font-size: 15px;
}
.wrap-content h5 {
    font-size: 14px;
}

.wrap-content p {
    margin-bottom: 10px;
    line-height: 1.7;
}

.wrap-content img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto !important;
}

.wrap-content table {
    width: 100% !important;
    margin-bottom: 15px;
    border-collapse: collapse !important;
    border-spacing: 0;
}

    .wrap-content table th, .wrap-content table td {
        padding: 10px;
        text-align: center;
        border-width: 1px;
        border-color: rgba(0, 0, 0, .08);
        border-style: solid;
        vertical-align: middle;
    }

    .wrap-content table tr:nth-of-type(2n) {
        background: rgba(0, 0, 0, .02);
    }

.wrap-content ul, .wrap-content ul li {
    list-style: initial;
}

.wrap-content ul {
    padding-left: 20px;
}
    .wrap-content ul li {
        margin-bottom: 7px;
        line-height: 1.5;
    }

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.main-banner .owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

    .main-banner .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        display: inline-block;
        vertical-align: top;
        margin: 0 2px;
    }

        .main-banner .owl-dots .owl-dot.active {
            background: #de0024;
        }

input[type=text], input[type=email], textarea {
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 10px;
}

.mf-background-primary {
    background-color: var(--mf-background-primary-color);
    color: var(--mf-background-primary-text-color);
}

.site-header .header-row:after, .site-header .header-row:before {
    display: none;
}
.bg-fff {
    background-color: var(--mf-light-color);
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
}
.row-border {
    border: 1px solid #c0c0c0;
}
.pd-b-50 {
    padding: 0 0 50px;
}
.pd-15 {
    padding: 15px;
}
/*========================header=================*/
.site-header {
    background-color: var(--mf-background-light-color);
    position: relative;
}

    .site-header .header-row {
        align-items: center;
        display: flex;
    }

    .site-header .header-logo {
        width: 22.5%;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .site-header .header-main {
        background-color: var(--mf-background-light-color);
    }

    .site-header .logo {
        margin-top: 15px;
        margin-right: 5px;
        margin-bottom: 15px;
        margin-left: 5px;
    }

        .site-header .logo img {
            max-width: 200px;
        }

    .site-header .header-extras {
        width: 77.5%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .site-header .product-extra-search {
        width: 100%;
    }

        .site-header .product-extra-search .products-search {
            width: 100%;
        }

        .site-header .product-extra-search .psearch-content {
            display: flex;
            width: 100%;
        }

        .site-header .product-extra-search .product-cat {
            width: auto;
            float: left;
            position: relative;
            height: 42px;
            line-height: 42px;
            cursor: pointer;
        }

        .site-header .product-extra-search .product-cat-label {
            padding-right: 30px;
            padding-left: 18px;
            border: 1px solid #ccc;
            color: #000;
            border-radius: 5px 0 0 5px;
            position: relative;
            height: 100%;
            white-space: nowrap;
            background-color: #fff;
        }

            .site-header .product-extra-search .product-cat-label:before {
                content: "";
                position: absolute;
                top: 110%;
                left: 40%;
                width: 13px;
                height: 13px;
                transform: rotate( 45deg) translateY(-50%);
                border-left: 1px solid #ccc;
                border-top: 1px solid #ccc;
                background-color: #fff;
                z-index: -1;
                padding: 0;
                margin: 14px 0 0;
                opacity: 0;
                -webkit-transition: top .3s;
                transition: top .3s;
            }

            .site-header .product-extra-search .product-cat-label:after {
                content: "";
                display: inline-block;
                font: normal normal normal 14px /1 linearicons;
                font-size: 10px;
                color: #000;
                position: absolute;
                top: 17px;
                right: 12px;
            }

        .site-header .product-extra-search .product-cat-dd {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            height: 100%;
            cursor: pointer;
            min-height: 42px;
            width: 100%;
            z-index: 10;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding-left: 10px;
        }

        .site-header .product-extra-search .search-field {
            float: left;
            height: 42px;
            line-height: 1;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            border-left: none;
            border-right: none;
            padding-right: 20px;
            padding-left: 20px;
            position: relative;
            width: 100%;
        }

        .site-header .product-extra-search .search-wrapper {
            width: 100%;
            display: flex;
            position: relative;
        }

        .site-header .product-extra-search .search-submit {
            float: right;
            height: 42px;
            line-height: 42px;
            padding-left: 20px;
            padding-right: 20px;
            min-width: 100px;
            padding-top: 0;
            padding-bottom: 0;
            border: none;
            font-weight: 700;
            border-radius: 0 5px 5px 0;
            white-space: nowrap;
        }

    .site-header .extras-menu {
        margin: 0 0 0 40px;
        padding: 0;
        position: relative;
        display: flex;
        align-items: center;
    }

        .site-header .extras-menu > li {
            list-style: none;
            float: right;
            margin-bottom: 0;
            padding: 0 20px;
        }

        .site-header .extras-menu .menu-item-hotline {
            display: flex;
            align-items: center;
        }

        .site-header .extras-menu > li .extra-icon {
            font-size: 30px;
            line-height: 1;
        }

        .site-header .extras-menu .menu-item-hotline .extra-icon {
            font-size: 26px;
            margin-right: 15px;
            color: var(--mf-dark-color);
        }

        .site-header .extras-menu .menu-item-hotline .hotline-content {
            white-space: nowrap;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.2;
            color: var(--mf-dark-color);
        }

        .site-header .extras-menu > li:last-child {
            padding-right: 0;
        }

        .site-header .extras-menu > li > a {
            color: var(--mf-dark-color);
            display: block;
            position: relative;
        }
            .site-header .extras-menu > li > a:after {
                content: "";
                position: absolute;
                top: 110%;
                right: 16px;
                width: 13px;
                height: 13px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                border-left: 1px solid #ccc;
                border-top: 1px solid #ccc;
                background-color: #fff;
                z-index: -1;
                padding: 0;
                margin: 19px -7px 0 0;
                opacity: 0;
                transition: top .3s;
            }
        .site-header .extras-menu .menu-item-cart > a:after {
            margin: 17px -7px 0 0;
        }
        .site-header .extras-menu .menu-item-cart:hover > a:after {
            opacity: 1;
            z-index: 9999;
            top: 100%;
        }
            .site-header .extras-menu > li > a .mini-item-counter {
                background-color: var(--mf-background-primary-color);
                color: var(--mf-background-primary-text-color);
                position: absolute;
                bottom: -3px;
                right: -4px;
                font-size: 12px;
                font-weight: 700;
                border-radius: 50%;
                min-width: 18px;
                padding: 0 5px;
                height: 18px;
                text-align: center;
                line-height: 18px;
            }
        .site-header .extras-menu .menu-item-cart .mini-cart-content {
            transition: top .3s ease 0s,opacity .3s;
            position: absolute;
            right: 0;
            top: 110%;
            min-width: 370px;
            opacity: 0;
            z-index: -1;
            border-top: 23px solid transparent;
            transform: scaleX(0);
            display: block;
            border-radius: 0;
            box-shadow: none;
        }
        .site-header .extras-menu .menu-item-cart:hover > .mini-cart-content {
            opacity: 1;
            z-index: 9998;
            top: 100%;
            transform: scaleX(1);
        }
        .site-header .extras-menu .menu-item-cart .mini-cart-content .widget_shopping_cart_content {
            padding-top: 0;
        }
    .site-header .main-menu {
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }

.widget_shopping_cart_content {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px 0;
}
.site-header .extras-menu .menu-item-cart .mini-cart-content .woocommerce-mini-cart__empty-message {
    margin: 15px 0;
}

.header-department-bot .mr-extra-department .products-cats-menu {
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

    .header-department-bot .mr-extra-department .products-cats-menu:before {
        position: absolute;
        top: -1px;
        left: 50%;
        content: "";
        height: 2px;
        width: 0;
        background-color: var(--mf-background-primary-color);
        transition: .5s;
    }

    .header-department-bot .mr-extra-department .products-cats-menu.open:before, .header-department-bot .mr-extra-department .products-cats-menu.mf-closed:hover:before {
        width: 100%;
        left: 0;
        right: 0;
    }

.header-department-bot .mr-extra-department .cats-menu-title:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 700;
    transition: .2s;
}

.header-department-bot .mr-extra-department .products-cats-menu.open .cats-menu-title:after, .header-department-bot .mr-extra-department .products-cats-menu.mf-closed:hover .cats-menu-title:after {
    transform: rotate(180deg) translateY(50%);
}

.header-department-bot .mr-extra-department .cats-menu-title {
    padding-right: 20px;
}

.site-header .products-cats-menu .cats-menu-title, .dolazo-pdc-element .products-cats-menu .cats-menu-title {
    color: var(--mf-dark-color);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .site-header .products-cats-menu .cats-menu-title i, .dolazo-pdc-element .products-cats-menu .cats-menu-title i {
        display: inline-block;
        font-size: 30px;
        margin-right: 0;
    }

    .site-header .products-cats-menu .cats-menu-title .text, .dolazo-pdc-element .products-cats-menu .cats-menu-title .text {
        color: var(--mf-dark-color);
    }

.site-header .mr-header-menu {
    display: flex;
}

.site-header .col-header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.site-header .primary-nav {
    float: left;
}

.nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav li {
    display: inline-block;
    padding: 10px 22px;
    position: relative;
    text-align: left;
    margin: 0;
}

.site-header .primary-nav > ul > li {
    padding-top: 17px;
    padding-bottom: 17px;
}

    .site-header .primary-nav > ul > li:first-child {
        padding-left: 0;
    }

.nav a {
    color: #999;
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.site-header .primary-nav > ul > li > a {
    font-size: 14px;
    color: var(--mf-dark-color);
    line-height: 1;
    display: flex;
    align-items: flex-end;
}

.site-header .primary-nav > ul > li > a {
    font-family: "Roboto";
    font-weight: normal;
    text-transform: none;
}

.site-header .primary-nav > ul > li.current-menu-parent > a, .site-header .primary-nav > ul > li.current-menu-item > a, .site-header .primary-nav > ul > li.current-menu-ancestor > a {
    color: var(--mf-gray-color);
}
/**/
.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    position: relative;
}
.lst-product-cate {
    width: 25%;
    padding: 10px;
}

    .lst-product-cate ul {
        padding: 0;
        margin: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: 300px;
        background: #fff;
    }

    .lst-product-cate li {
        margin-bottom: 0;
        list-style: none;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0 17px 0 20px;
        position: relative;
        display: block;
        border-bottom: 1px solid #ededed;
    }

        .lst-product-cate li a {
            line-height: 1;
            color: #000;
            padding: 9px 0;
            display: flex;
            align-items: center;
            flex: 1;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .lst-product-cate li a img {
                width: 24px;
                height: 24px;
                margin-right: 10px;
            }

        .lst-product-cate li:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

        .lst-product-cate li:hover > a {
            color: var(--mf-primary-color);
        }

.lst-banner {
    width: 75%;
    padding: 10px;
}

.slide-banner {
    background: #fff;
    padding: 5px;
}

    .slide-banner .item {
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        height: 290px;
    }

    .slide-banner .owl-dots {
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: 25px;
        left: 0;
    }

        .slide-banner .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #999;
            display: inline-block;
            margin: 0 2px;
        }

            .slide-banner .owl-dots .owl-dot.active {
                background: #0071df;
            }

    .slide-banner .owl-nav .owl-prev, .slide-banner .owl-nav .owl-next,
    .products-content.products-carousel .owl-nav .owl-prev, .products-content.products-carousel .owl-nav .owl-next {
        font-size: 18px;
        z-index: 9;
        text-align: center;
        transition: .5s;
        width: 48px;
        height: 48px;
        line-height: 50px;
        background-color: rgba(204,204,204,.3);
        font-size: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .slide-banner .owl-nav .owl-prev,
    .products-content.products-carousel .owl-nav .owl-prev {
        left: 0;
    }
    .slide-banner .owl-nav .owl-next,
    .products-content.products-carousel .owl-nav .owl-next {
        right: 0;
    }
    .slide-banner .owl-nav .owl-prev:before, .slide-banner .owl-nav .owl-next:before,
    .products-content.products-carousel .owl-nav .owl-prev:before, .products-content.products-carousel .owl-nav .owl-next:before {
        font-family: 'Linearicons' !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        letter-spacing: 0;
        font-size: 16px;
        width: 48px;
        text-align: center;
        line-height: 48px;
    }

.slide-banner .owl-nav .owl-prev:before,
.products-content.products-carousel .owl-nav .owl-prev:before {
    content: "\e93b";
}

.slide-banner .owl-nav .owl-next:before,
.products-content.products-carousel .owl-nav .owl-next:before {
    content: "\e93c";
}
        /**/
.products-section {
    padding: 10px 0;
}
.products-grid .cat-header {
    padding: 15px 15px 15px 15px;
    border-width: 0px 0px 1px 0px;
    border-color: rgb(225,225,225);
    border-style: solid;
    flex-wrap: wrap;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cat-header h2 {
    font-size: 20px;
}
.cat-header .cat-title {
    line-height: 1;
    margin: 0;
    font-weight: 500;
}
.cat-header .cat-title a {
    color: #000;
}
    .cat-header .cat-title a:hover {
        color: var(--mf-primary-color);
    }
.cat-header .extra-links {
    margin: 0;
    padding: 0;
}
.cat-header .extra-links li {
    padding-left: 25px;
    padding-right: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}
.cat-header .extra-links li:first-child {
    padding-left: 0;
}
.products-content {
    display: flex;
    flex-wrap: wrap;
}
    .products-content .item {
        padding: 20px;
        border: 1px solid #007F3D;
        border-left: 0;
        margin-top: -1px;
    }
    .products-content.search-products .item {
        border: 0;
        margin-top: 0;
    }
    .products-content.lst-product-page .item {
        padding: 15px;
        border: 1px solid transparent !important;
        border-left: 1px solid transparent !important;
        margin-top: 0;
        margin-bottom: 30px;
    }
        .products-content.lst-product-page .item:hover {
            border: 1px solid #007F3D !important;
            border-left: 1px solid #007F3D !important;
        }
    .products-content .item:nth-child(4n) {
        border-right: 0;
    }
    .products-content.products-carousel {
        padding: 20px;
    }
    .products-content.products-carousel .item {
        width: 100%;
        padding: 0;
        border: 0;
        margin-top: 0;
    }
.products-content .item .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.products-content .item .image img {
    width: 100%;
}
    .products-content .item .image span.ribbons {
        background-color: #f14705;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        display: block;
        margin: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        height: 27px;
        line-height: 27px;
        border-radius: 3px;
        padding: 0 13px;
        min-width: inherit;
        min-height: inherit;
    }
    .products-content .item .image .cart-now {
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
        text-align: center;
        background: #fff;
        padding: 10px 0;
        opacity: 0;
        transition: all .5s ease;
    }
    .products-content .item .image:hover .cart-now {
        opacity: 1;
        bottom: 0;
    }
        .products-content .item .image .cart-now .p-icon {
            height: 34px;
            font-size: 18px;
            align-items: center;
            justify-content: center;
        }
        .products-content .item .image .cart-now a {
            margin: 0 6px;
            padding: 0;
            background-color: transparent;
            width: 34px;
            height: 34px;
            color: #000;
            border-radius: 50%;
            display: inline-block;
            line-height: 39px;
        }
        .products-content .item .image .cart-now a:hover {
            background-color: var(--mf-background-primary-color);
            color: var(--mf-background-primary-text-color);
        }
    .products-content .item .content > a {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        color: #2b2c2d;
        margin-bottom: 10px;
        position: relative;
        z-index: 10;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        word-break: break-word;
    }
    .products-content .item .content .price {
        font-size: 14px;
        color: #cb1c22;
        line-height: 1;
        display: block;
        position: relative;
        margin-top: 5px;
        margin-bottom: 0;
        font-weight: 700;
    }
        .products-content .item .content .price ins {
            text-decoration: none;
            display: inline-block;
            font-size: 15px;
        }
            .products-content .item .content .price ins .amount {
                padding-top: 0;
            }
        .products-content .item .content .price del {
            display: inline-block;
            padding-left: 5px;
            opacity: 1;
            color: #999;
            font-size: 14px;
        }
        /**/
.support-section {
    padding: 30px 0;
}
.support-content {
    background: #fff;
}
    .support-content .col-md-6 {
        padding: 20px;
    }
    .support-content .content {
        border-right: 1px solid #eee;
    }
    .support-content .row-border .content {
        border-right-color: #c0c0c0;
    }
    .support-content .content h2 {
        color: #111111;
        font-weight: 600;
        line-height: 1.2;
        margin: 15px 0px 15px 0px;
    }
    .support-content .content p {
        margin-bottom: 1.7em;
        font-size: 18px;
        font-weight: 400;
    }
    .support-content .content img {
        max-width: 100%;
        border-radius: 50%;
    }
    .support-content .form form .form-group span {
        font-weight: 700;
        color: #005b88;
        text-align: left;
        margin-bottom: 10px;
        margin-bottom: 5px;
        display: block;
    }
    .support-content .form form .form-group input {
        height: 50px;
    }
    .support-content .form form .form-group input,
    .support-content .form form .form-group textarea {
        border-radius: 5px;
    }
        .support-content .form form .form-group textarea {
            height: 217px;
        }
    .support-content .form form button {
        background-color: var(--mf-background-primary-color);
        color: var(--mf-background-primary-text-color);
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        transition: all .5s;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        border: none;
        border-radius: 5px;
        margin: 0 auto;
        display: inherit;
    }
.utility-section {
    background-color: #0054A7;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}
    .utility-section i {
        font-size: 40px;
    }
    .utility-section h4 {
        font-size: 16px;
    }
    .utility-section .counter {
        font-size: 31px;
    }
    /**/
.site-content {
    padding: 30px 0;
    background: #fff;
}
.site-content .content-area, .blog-layout-sidebar-content .content-area {
    float: right;
}
.mf_widget_product_categories  {
    background-color: #f5f5f5;
    padding: 25px 20px;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 30px;
}
.mf_widget_product_categories > h4 {
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
    .mf_widget_product_categories ul li {
        position: relative;
        padding: 7px 0;
        padding-right: 16px;
    }
        .mf_widget_product_categories ul li a {
            color: #000;
        }
        .mf_widget_product_categories ul li.active a {
            color: #0071df;
            font-weight: bold;
        }
nav.woocommerce-pagination {
    margin-top: 50px;
    text-align: center;
}
    nav.woocommerce-pagination ul {
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        clear: both;
        border: 1px solid #d3ced2;
        border-right: 0;
        margin: 1px;
    }
    nav.woocommerce-pagination ul {
        border: none;
    }
        nav.woocommerce-pagination ul li {
            border-right: 1px solid #d3ced2;
            padding: 0;
            margin: 0;
            float: left;
            display: inline;
            overflow: hidden;
        }
        nav.woocommerce-pagination ul li {
            border-right-width: 0;
            margin: 0 0 10px;
            padding: 0 5px;
            list-style: none;
        }
            nav.woocommerce-pagination ul li:first-child {
                margin-left: 0;
            }
            nav.woocommerce-pagination ul li .page-numbers {
                color: #000;
                font-size: 14px;
                text-align: center;
                padding: 0 12px;
                height: 32px;
                line-height: 32px;
                display: block;
                background-color: #f5f5f5;
                min-width: 34px;
            }
            nav.woocommerce-pagination ul li a:focus, nav.woocommerce-pagination ul li a:hover, nav.woocommerce-pagination ul li span.current {
                background: #ebe9eb;
                color: #8a7e88;
            }
            nav.woocommerce-pagination ul li span.current, nav.woocommerce-pagination ul li a:hover {
                background-color: var(--mf-background-primary-color);
                color: var(--mf-background-primary-text-color);
            }
            nav.woocommerce-pagination ul li span.current {
                position: relative;
            }
            nav.woocommerce-pagination ul li .page-numbers.next, nav.woocommerce-pagination ul li .page-numbers.prev {
                padding: 0 20px;
            }
            /**/
.page-header {
    margin: 0;
    border-bottom: none;
    padding-top: 95px;
    padding-bottom: 95px;
}
    .page-header.page-header-single-blog, .page-header.page-header-blog {
        padding: 0;
        margin-bottom: 0;
    }
.page-header-blog.layout-1 {
    padding-bottom: 5px;
}
.rank-math-breadcrumb p {
    margin: 0;
    padding: 20px 0;
}
.line-title {
    border-bottom: 1px dotted #888;
    display: block;
    position: relative;
}
.page-header .entry-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 20px;
    color: #000;
}
.page-header.page-header-single-blog .entry-title, .page-header.page-header-blog .entry-title {
    font-size: 28px;
    padding-bottom: 15px;
}
.line-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 70px;
    height: 3px;
    background: var(--mf-background-primary-color);
}
.mf-post-list .item {
    margin-bottom: 20px;
}
    .mf-post-list .item:nth-child(3n+1) {
        clear: both;
    }
.mf-post-list .post-wrapper {
    padding: 10px;
    box-shadow: 0 6px 25px rgba(12,89,219,.09);
    border-radius: 5px;
}
.mf-post-list .entry-format {
    margin-bottom: 25px;
}
    .mf-post-list .entry-format > a {
        position: relative;
        display: block;
    }
    .mf-post-list .entry-format img {
        width: 100%;
    }
.entry-content h2 {
    color: #000;
    font-weight: 700;
    text-transform: none;
    font-size: 30px;
    letter-spacing: 0px;
}
.mf-post-list .entry-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}
    .mf-post-list .entry-title a {
        color: #000;
    }
mf-post-list .entry-desc {
    padding-bottom: 30px;
}
.mf-related-posts {
    margin-top: 40px;
}
.mf-related-posts .related-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    padding-bottom: 10px;
    display: block;
    color: #000;
}
/**/
.site-header .toggle-product-cats {
    position: absolute;
    top: 120%;
    left: 0;
    z-index: -999;
    width: 100%;
    opacity: 0;
    transition: top .5s;
    transform: scaleX(0);
}
.site-header .products-cats-menu .menu {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.site-header .toggle-product-cats .menu {
    border: 1px solid #d3d3d3;
    background-color: #fff;
    width: 100%;
}
.site-header .products-cats-menu .menu li {
    margin-bottom: 0;
    list-style: none;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 22px;
    border-bottom: 1px solid #eee;
}
.site-header .products-cats-menu .menu > li > a{
    line-height: 1;
    color: #000;
    padding: 9px 0;
    display: flex;
    align-items: center;
    flex: 1;
}
.site-header .products-cats-menu .menu > li > a {
    font-family: "Roboto";
    font-weight: normal;
    text-transform: none;
}
.site-header .products-cats-menu .menu > li a.has_image_icon img {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}
.site-header .products-cats-menu.mf-closed:hover .toggle-product-cats {
    opacity: 1;
    z-index: 991;
    top: 100%;
    transform: scaleX(1);
}
.site-header .extras-menu .menu-item-cart .mini-cart-content .product_list_widget {
    max-height: 490px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    overflow-y: auto;
    overflow-x: hidden;
}
ul.cart_list li, ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
}
ul.cart_list li, .widget_shopping_cart_content ul.product_list_widget li {
    display: flex;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 20px 15px 0;
}
ul.cart_list li:last-child, .widget_shopping_cart_content ul.product_list_widget li:last-child {
    border-bottom: none;
}
ul.cart_list li .product-image, .widget_shopping_cart_content ul.product_list_widget li .product-image {
    float: left;
    width: 60px;
}
ul.cart_list li a, ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
ul.cart_list li img, ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}
ul.cart_list li img, .widget_shopping_cart_content ul.product_list_widget li img {
    float: left;
    width: 100%;
    margin-left: 0;
}
ul.cart_list li .product-content, .widget_shopping_cart_content ul.product_list_widget li .product-content {
    float: left;
    padding-left: 15px;
}
ul.cart_list li .product-content .product-name a, .widget_shopping_cart_content ul.product_list_widget li .product-content .product-name a {
    font-weight: 400;
    display: block;
}
ul.cart_list li .quantity, .widget_shopping_cart_content ul.product_list_widget li .quantity {
    color: #000;
    position: relative;
}
    ul.cart_list li .remove_from_cart_button, .widget_shopping_cart_content ul.product_list_widget li .remove_from_cart_button {
        position: absolute;
        top: 16px;
        right: 0;
        color: #ccc;
        font-size: 14px;
        font-weight: 400;
        background-color: transparent;
        display: block;
    }
.site-header .extras-menu .menu-item-cart .mini-cart-content ::-webkit-scrollbar {
    background: transparent;
    width: 7px;
}
.site-header .extras-menu .menu-item-cart .mini-cart-content ::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
ul.cart_list li::after, ul.product_list_widget li::after {
    clear: both;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 0;
}
    .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
        color: #000;
        font-weight: 600;
    }
    .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
        font-weight: 600;
        color: #f30;
    }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
    .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button {
        background-color: var(--mf-background-primary-color);
        color: var(--mf-background-primary-text-color);
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        transition: all .5s;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        border: none;
        border-radius: 0;
    }
    .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
        height: 45px;
        line-height: 45px;
        border-radius: 3px;
        min-width: 150px;
        margin-bottom: 10px;
        white-space: nowrap;
    }
/**/
.page-header-catalog {
    padding-top: 0;
    padding-bottom: 0;
}
.single-product-layout-5 {
    margin-bottom: 30px;
}
.single-product-layout-5 .site-content {
    padding: 0;
}
.mf-entry-product-header {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
div.product .product_title {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 6px;
    clear: none;
    margin-top: 0;
    padding: 0;
}
.mf-product-detail {
    background-color: #fff;
    padding: 15px 15px;
}
.mf-product-detail .main-image {
    margin-bottom: 30px;
}
.mf-product-detail .main-image img {
    width: 100%;
}
.mf-product-detail .lst-images {
    width: 70%;
    margin: 0 auto;
}
.mf-product-detail .lst-images .item {
    border: 1px solid transparent;
}
.mf-product-detail .lst-images .item:hover {
    border-color: #0071df;
}
.summary.entry-summary p.price {
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1;
}
.summary.entry-summary p.price {
    color: #c70505;
}
div.product p.price ins {
    font-size: 24px;
    color: #f30;
    text-decoration: none;
    font-weight: 600;
}
div.product span.price .woocommerce-Price-amount:first-child, div.product p.price .woocommerce-Price-amount:first-child {
    padding-right: 0;
    padding-left: 0;
}
div.product span.price del, div.product p.price del {
    opacity: 1;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    padding-left: 5px;
}
div.product span.price .sale, div.product p.price .sale {
    font-size: 14px;
    color: #f30;
    font-weight: 500;
}
div.product .mf-summary-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 0;
    flex-wrap: wrap;
    border-bottom: none;
}
 div.product .mf-summary-header .mf-summary-meta {
    padding: 0 18px;
    position: relative;
}
    div.product .mf-summary-header .mf-summary-meta:first-child {
        padding-left: 0;
    }
div.product .mf-summary-header .mf-summary-meta:last-child {
    padding-right: 0;
}
div.product p.stock {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
div.product p.stock.in-stock {
    color: #8bc500;
}
div.product p.stock label {
    color: #000;
    padding-right: 5px;
    font-weight: 400;
}
div.product .cart {
    margin: 30px 0;
}
.quantity {
    position: relative;
}
div.product .cart div.quantity {
    float: left;
    margin: 0 30px 0 0;
    margin-right: 20px;
}
div.product .cart div.quantity .label {
    font-size: 12px;
    display: block;
    line-height: 1;
    margin-bottom: 3px;
    color: #000;
    text-align: left;
    font-weight: normal;
    padding: 0;
}
div.product .cart div.quantity .qty-box {
    border: 1px solid rgba(0,0,0,.25);
    padding: 0 20px;
    transition: .5s;
    position: relative;
}
div.product .cart div.quantity .decrease, div.product .cart div.quantity .increase {
    font-size: 20px;
    cursor: pointer;
    color: #999;
    transition: .5s;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
div.product .cart div.quantity .increase {
    right: 10px;
    left: auto;
}
input[type=number] {
    -moz-appearance: textfield;
}
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.quantity .qty {
    border-width: 0;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
    color: #000;
    display: inline-block;
    background-color: transparent;
}
div.product .cart .single_add_to_cart_button {
    background-color: var(--mf-background-primary-color);
    height: 52px;
    line-height: 52px;
    font-weight: 600;
    color: var(--mf-background-primary-text-color);
    font-size: 18px;
    min-width: 200px;
    border-radius: 3px;
    margin-top: 1px;
}
div.product .cart .button {
    vertical-align: bottom;
    float: left;
    white-space: nowrap;
    border: none;
}
.btn-bg-left-to-right::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-bg-left-to-right.dark::before {
    background-color: #222;
}
.single-product-hotline {
    margin: 15px 0;
    font-weight: 700;
    font-size: 16px;
}
    .single-product-hotline a {
        color: #d60505;
    }
.woocommerce-product-details__short-description {
    line-height: 1.4;
}
div.product .woocommerce-product-details__short-description {
    margin-bottom: 10px;
}
div.product .woocommerce-product-details__short-description .mf-features-text {
    background-color: #f5f5f5;
    padding: 10px;
}
div.product .woocommerce-product-details__short-description .mf-features-text ul {
    padding: 0 20px;
    list-style: none;
    margin: 0;
}
div.product .woocommerce-product-details__short-description .mf-features-text ul li {
    position: relative;
    padding-left: 0;
    margin-bottom: 15px;
}
.woocommerce-product-details__short-description ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: green;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -15px;
}
div.product .product_meta {
    color: #999;
}
    div.product .product_meta > span {
        margin: 10px 0;
        font-weight: 400;
        display: block;
    }
div.product .product_meta strong {
    font-weight: 400;
    color: #000;
}
div.product .product_meta .posted_in a {
    color: #09c;
    font-weight: 400;
}
.mf-product-summary {
    margin-bottom: 30px;
}
.mf-product-summary .mf_widget_product_categories {
    background-color: #fff;
}
/**/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce .cart-empty {
    margin: 70px 0;
    border: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
    background-color: var(--mf-background-primary-color);
    color: var(--mf-background-primary-text-color);
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    transition: all .5s;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 0;
}
/**/
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.woocommerce table.shop_table {
    border: none;
}
.woocommerce-cart .woocommerce table.shop_table.cart {
    margin-bottom: 20px;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
.woocommerce table.shop_table th {
    border: none;
    color: #000;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f2f2f2;
    vertical-align: middle;
}
.woocommerce table.shop_table td {
    border: none;
    color: #000;
    vertical-align: top;
    border-bottom: 1px solid #d6d6d6;
}
.woocommerce-cart .woocommerce table.shop_table.cart td {
    padding-top: 30px;
    padding-bottom: 30px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail {
    width: 150px;
    padding-left: 25px;
    padding-top: 30px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name .product-detail-mobile {
    display: none;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name a {
    font-size: 16px;
    color: #06c;
    line-height: 1.2;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name .woocommerce-Price-amount {
    display: none;
}
.woocommerce-cart .woocommerce table.shop_table td.product-subtotal, .woocommerce-cart .woocommerce table.shop_table td.product-quantity, .woocommerce-cart .woocommerce table.shop_table td.product-price {
    width: 150px;
    font-size: 16px;
    padding-top: 45px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity {
    padding-top: 38px;
}
.woocommerce-cart .woocommerce table.shop_table td .quantity {
    border: 1px solid #ccc;
    line-height: 36px;
    position: relative;
    width: 100px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .label {
    display: none;
}
.woocommerce-cart .woocommerce table.shop_table td .quantity .decrease {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.woocommerce-cart .woocommerce table.shop_table td .quantity .increase {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .product-remove {
    display: none;
}
.woocommerce-cart .woocommerce table.shop_table td .quantity .qty {
    margin-right: 30px;
    margin-left: 30px;
    width: 40px;
    padding: 0;
}
.woocommerce-cart .woocommerce table.shop_table td.product-remove {
    width: 70px;
    padding-top: 45px;
}
.woocommerce-cart .woocommerce h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals > h2 {
    display: none;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table {
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
}
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table th {
        background-color: transparent;
        color: #000;
        font-weight: 400;
        padding: 20px 0;
        border-top: none;
        text-transform: none;
        font-size: 16px;
    }
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td {
        text-align: right;
        padding: 20px 0;
        border-top: none;
    }
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    background-color: var(--mf-background-primary-color);
    color: var(--mf-background-primary-text-color);
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    transition: all .5s;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    display: inline-block;
}
.woocommerce-message {
    border-top-color: #8fae1b;
}
/**/
.woocommerce-checkout form.checkout h3 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    margin-top: 0;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.woocommerce form .form-row {
    margin-bottom: 10px;
    padding: 0;
}
    .woocommerce form .form-row label {
        line-height: 2;
    }
    .woocommerce form .form-row label {
        margin-bottom: 5px;
        display: block;
    }
    .woocommerce form .form-row .required {
        color: red;
        font-weight: 700;
        border: 0 !important;
        text-decoration: none;
        visibility: hidden;
    }
    .woocommerce form .form-row .required {
        visibility: visible;
    }
    .woocommerce form .form-row .input-text {
        color: #000;
        min-width: inherit;
        border: 1px solid #ccc;
        padding: 16px;
    }
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        outline: 0;
        line-height: normal;
    }
.woocommerce-checkout table.shop_table {
    border-radius: 0;
    padding: 0 30px;
    border: 1px solid #bfbfbf;
    border-bottom: none;
    background-color: #f6f6f6;
    margin: 0;
}
    .woocommerce-checkout table.shop_table tr th {
        background-color: transparent;
        color: #666;
        font-weight: 400;
        padding: 20px 0;
        border-top: none;
        font-size: 16px;
        text-transform: none;
    }
    .woocommerce-checkout table.shop_table thead th {
        text-transform: uppercase;
        color: #000;
        padding-bottom: 10px;
        font-weight: 600;
    }
    .woocommerce-checkout table.shop_table tr th:last-child {
        text-align: right;
    }
    .woocommerce-checkout table.shop_table .cart_item td {
        padding: 5px 0;
        border-bottom: none;
    }
    .woocommerce-checkout table.shop_table .cart_item:first-child td {
        padding-top: 20px;
    }
    .woocommerce-checkout table.shop_table td {
        padding: 20px 0;
        border-top: none;
    }
    .woocommerce-checkout table.shop_table td:last-child {
        text-align: right;
    }
    .woocommerce-checkout table.shop_table .cart-subtotal, .woocommerce-checkout table.shop_table .order-total {
        font-weight: 600;
    }
        .woocommerce-checkout table.shop_table .cart-subtotal th, .woocommerce-checkout table.shop_table .order-total th {
            color: #000;
            font-weight: 600;
        }
    .woocommerce-checkout table.shop_table .order-total {
        font-size: 20px;
    }
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px;
}
.woocommerce-checkout #payment {
    border-radius: 0;
    background-color: transparent;
}
    #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
        text-align: left;
        padding: 1em;
        border-bottom: 1px solid #d3ced2;
        margin: 0;
        list-style: none outside;
    }
    .woocommerce-checkout #payment ul.payment_methods {
        padding: 25px;
    }
    .woocommerce-checkout #payment .wc_payment_methods {
        border: 1px solid #bfbfbf;
        border-top: none;
        background-color: #f6f6f6;
    }
        #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
            line-height: 2;
            text-align: left;
            margin: 0;
            font-weight: 400;
        }
        .woocommerce-checkout #payment ul.payment_methods > li {
            margin-bottom: 15px;
        }
        .woocommerce-checkout #payment ul.payment_methods > li:last-child {
            margin-bottom: 0;
        }
    .woocommerce-checkout #payment .form-row.place-order .button {
        width: 100%;
        margin-top: 20px;
    }
    .woocommerce-checkout #payment ul.payment_methods > li > label {
        color: #000;
        position: relative;
        line-height: 1;
        font-size: 14px;
        padding-left: 30px;
        cursor: pointer;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .woocommerce-checkout #payment ul.payment_methods > li > label:before {
        content: "[";
        font-family: ElegantIcons;
        font-size: 18px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        color: #000;
        transition: .5s;
    }
    .woocommerce-checkout #payment ul.payment_methods > li > .input-radio:checked + label:before {
        content: "\\";
    }
.woocommerce-checkout table.shop_table .order-total .woocommerce-Price-amount {
    color: red;
    font-weight: 600;
}
.woocommerce-checkout table.shop_table .cart-subtotal .woocommerce-Price-amount, .woocommerce-checkout table.shop_table .order-total .woocommerce-Price-amount {
    color: red;
    font-weight: 600;
}
/**/
.nav-tabs {
    border-bottom: 0;
}
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: 0;
        border-bottom: 2px solid #0071df;
        background: none;
    }
.nav.nav-tabs li {
    padding: 0;
}
.nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-size: 19px;
    color: #000;
    font-weight: bold;
}
.nav-tabs > li.active > a {
    border-bottom: 2px solid #0071df;
}
.nav-tabs > li > a:hover {
    border: 0;
    border-bottom: 2px solid #0071df;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: #fff;
}
.tab-content {
    padding: 15px 0;
}
/**/
.site-footer {
    font-family: "Roboto";
    color: #666;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
}
    .site-footer .footer-layout {
        background-image: url(/images/footer-5.webp);
        background-color: #f5f6f9;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .site-footer .footer-widgets {
        padding-top: 70px;
        padding-bottom: 70px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 -15px;
        position: relative;
    }
        .site-footer .footer-widgets .footer-sidebar {
            max-width: 33.33%;
            padding: 0 15px;
        }
        .site-footer .footer-widgets .footer-sidebar img {
            max-width: 100%;
            margin-bottom: 1em;
        }
        .site-footer .footer-widgets.columns-4 .footer-sidebar {
            max-width: 30%;
        }
        .site-footer .footer-widgets .widget {
            margin-bottom: 40px;
        }
        .site-footer .footer-widgets .widget p {
            margin-bottom: 7px;
        }
            .site-footer .footer-widgets .widget:last-child {
                margin-bottom: 0;
            }
            .site-footer .footer-widgets .widget .widget-title {
                font-family: "Roboto";
                color: #0367bf;
                font-weight: normal;
                text-transform: none;
                font-size: 18px;
                margin-bottom: 10px;
            }
.widget ul {
    margin: 0;
    padding: 0;
}
.site-footer .footer-widgets .widget ul li {
    padding: 3px 0;
}
    .site-footer .footer-widgets .widget ul li a {
        color: #666;
        position: relative;
    }
    .site-footer, .site-footer .footer-widgets .widget ul li a, .site-footer .footer-copyright, .site-footer .footer-links .widget_nav_menu ul li a, .site-footer .footer-payments .text {
        color: #333333;
    }
        .site-footer .footer-widgets .widget ul li a:hover {
            color: #000;
        }
        .site-footer .footer-widgets .widget ul li a:before {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 1px;
            background-color: #000;
            content: "";
            transition: .35s;
        }
        .site-footer .footer-widgets .widget ul li a:hover:before {
            width: 100%;
            left: 0;
            right: auto;
        }
        .site-footer .footer-widgets:after {
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: 0;
            border-bottom: 1px solid #e1e1e1;
            display: block;
            content: "";
        }
.footer-layout-1 .footer-bottom {
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer-layout-1 .footer-row {
    display: flex;
    align-items: center;
}
        /*===========pager=======*/
        .pager {
            vertical-align: top;
            margin: 0;
            position: relative;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px 0;
            margin-top: 15px;
        }

    .pager.pager-dotted {
        border-top: 1px dotted #8d8d8d;
    }

    .pager.pagersroll {
        background-color: #fff;
        -webkit-box-shadow: 3px 0 5px #ddd;
        -moz-box-shadow: 3px 0 5px #ddd;
        box-shadow: 3px 0 5px #ddd;
        padding: 7px 0 5px !important;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 9999;
    }

    .pager a, .pager span span {
        color: #323232;
        border: 1px solid #d9d9d9;
        background: #f4f4f4;
        border-radius: 5px;
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
        text-align: center;
        height: 31px;
        line-height: 31px;
        padding: 0 5px;
        min-width: 31px;
    }

        .pager a:hover, .pager a.current {
            background-color: #de0024;
            color: #fff;
            text-decoration: none;
        }

    .pager .first, .pager .last,
    .pager .prev, .pager .next {
        padding: 0;
        width: 28px;
    }

        .pager .first:hover, .pager .last:hover,
        .pager .prev:hover, .pager .next:hover {
            color: #323232;
            background: none;
        }

    .pager .first, .pager .last {
        font-size: 12px;
    }

    .pager .prev, .pager .next {
        font-size: 16px;
    }

    .pager .prev, .pager .next, .pager .last {
        color: #323232;
    }
/*=========== scroll to top ==========*/
.scroll-to-top {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    background: #004f93;
    z-index: 999;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    box-shadow: 3px -2px 7px #ccc;
}

    .scroll-to-top i {
        font-size: 30px;
        color: #fff;
        line-height: 17px;
        line-height: 44px;
    }

/*============= menu (*style css cho menu*) ==================*/

/*========================menu mobile (*style css toggle menu(nút nhấp hiện menu)*) ==========================*/
.menu-mo {
    color: #000;
    display: block;
    float: right;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 12px;
    line-height: 40px;
}

    .menu-mo span {
        color: #000;
        display: block;
        float: left;
        font-size: 26px;
        line-height: 40px;
        padding-right: 5px;
    }

    .menu-mo:hover, .menu-mo:visited, .menu-mo:focus {
        color: #000;
        text-decoration: none;
    }
/*========= (*style menu mobile*) ==========*/
.mobile-panel {
    background-color: #fff;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 240px;
    /*z-index: 9999;*/
    opacity: 0;
    filter: alpha(opacity=0);
}

    .mobile-panel .menu-in {
        overflow: hidden;
        height: 100%;
        position: relative;
        width: 100%;
        z-index: 1;
    }

.mask-panel, #mask-left, #mask-right /* mask khi click ra ngoài menu thì đóng menu */ {
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
    z-index: 9998;
}

.mobile-panel p {
    padding: 0;
    margin: 0;
}
/** nút close ở menu **/
.close-menu {
    background-color: #009ed6;
    top: 0;
    position: absolute;
    overflow: hidden;
    height: 30px;
    width: 30px;
    z-index: 10;
}

    .close-menu a {
        color: #fff;
        display: block;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        height: 100%;
        width: 100%;
    }

        .close-menu a:hover {
            text-decoration: none;
        }

#menumobile .close-menu {
    right: -30px;
}

#mobileRight .close-menu {
    left: -30px;
}

.mobile-panel .menu-mobile {
    position: relative;
    padding: 15px;
    z-index: 1;
}

.overflow {
    overflow: hidden;
}
/*===========================*/
/*================ transition menu =================*/
.panel-reveal {
    -ms-transform: none; /* IE 9 */
    -webkit-transform: none; /* Chrome, Safari, Opera */
    transform: none;
}

    .panel-reveal .mobile-panel {
        -ms-transform: none; /* IE 9 */
        -webkit-transform: none; /* Chrome, Safari, Opera */
        transform: none;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /*IE8+*/
        filter: alpha(opacity=0); /* IE7 and lower */
        z-index: -1;
    }

    .panel-reveal .mobilep-left {
        -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15) inset; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15) inset; /* Firefox 3.5 - 3.6 */
        box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15) inset; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
        /*left: -100%;*/
    }

    .panel-reveal .mobilep-right {
        -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15) inset; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15) inset; /* Firefox 3.5 - 3.6 */
        box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15) inset; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    }
    /*================== translate3d đẩy menu ra ========================*/
    .panel-reveal .open-in {
        z-index: 1;
    }

    .panel-reveal .mobilep-right {
        left: auto;
        right: 0;
    }

    .panel-reveal #wrapper-in {
        -ms-transition: transform 300ms ease 0s; /* IE 9 */
        -webkit-transition: transform 300ms ease 0s; /* Chrome, Safari, Opera */
        transition: transform 300ms ease 0s;
    }

.mobile-active-left #wrapper-in {
    -ms-transform: translate3d(240px, 0px, 0px); /* IE 9 */
    -webkit-transform: translate3d(240px, 0px, 0px); /* Chrome, Safari, Opera */
    transform: translate3d(240px, 0px, 0px);
}

.mobile-active-left .mask-panel {
    left: 240px;
}

.mobile-active-right #wrapper-in {
    -ms-transform: translate3d(-240px, 0px, 0px); /* IE 9 */
    -webkit-transform: translate3d(-240px, 0px, 0px); /* Chrome, Safari, Opera */
    transform: translate3d(-240px, 0px, 0px);
}

.mobile-active-right .mask-panel {
    left: auto;
    right: 240px;
}
/*====================================*/
.menu-mobile .title {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 24px;
}
/*================= style menu lúc responsive ===================*/
.menu-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .menu-nav > li {
        padding-top: 1px;
    }

        .menu-nav > li > a {
            background-color: #0071df;
            color: #fff;
            display: block;
            font-size: 15px;
            font-weight: 700;
            line-height: 24px;
            padding: 7px 25px 7px 10px;
            text-transform: uppercase;
            position: relative;
        }

    .menu-nav .iconar {
        display: block;
        font-size: 22px;
        text-align: right;
        height: 30px;
        line-height: 30px;
        right: 5px;
        top: 50%;
        margin-top: -15px;
        position: absolute;
        width: 30px;
        opacity: 0.8;
    }

    .menu-nav a:hover {
        text-decoration: none;
    }

    .menu-nav > li > a:hover, .menu-nav > li:hover > a, .menu-nav > li.active > a {
        background-color: #de0004;
    }

    .menu-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .menu-nav > li > ul {
        background-color: #fff;
    }

    .menu-nav ul li {
        padding-top: 1px;
    }

    .menu-nav ul a {
        background-color: #636363;
        color: #fff;
        display: block;
        font-size: 15px;
        line-height: 22px;
        padding: 5px 10px;
        position: relative;
        text-transform: capitalize;
    }

    .menu-nav ul a {
        padding-left: 20px;
    }

    .menu-nav ul ul a {
        font-size: 14px;
        line-height: 20px;
        padding-left: 30px;
    }

    .menu-nav ul ul ul a {
    }

        .menu-nav ul ul ul a .iconl {
            display: none;
        }

    .menu-nav ul .iconl {
        display: block;
        height: 20px;
        line-height: 18px;
        left: 10px;
        top: 6px;
        position: absolute;
        width: 14px;
    }

    .menu-nav ul ul .iconl {
        left: 20px;
    }

    .menu-nav ul li > a:hover, .menu-nav ul li:hover > a, .menu-nav ul li.active > a {
        color: #fef738;
    }

.menu-mobile .title {
    font-size: 16px;
}

#menuProduct > li > a {
    font-size: 15px;
}

#menuProduct ul li a {
    padding-left: 20px;
}
/*=================*/
.menu-mobile .logo {
    background-color: #fff;
    float: none;
    /*margin: 0 auto 15px;*/
    padding: 0;
    /*width: 180px;*/
    width: 210px;
    padding-left: 0;
}

/***/
.field-validation-error span,
.field-validation-error {
    color: red !important;
    font-size: 12px;
    font-style: italic;
}

.loading_div {
    position: fixed !important;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: url("/images/ajax-loader.gif") rgba(0, 0, 0, 0.4) center no-repeat;
}
/**/
ul#green-li li {
    position: relative;
    padding: 5px 0;
    padding-left: 15px;
}

    ul#green-li li:before {
        position: absolute;
        content: "";
        top: 9px;
        left: 0;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #169a27;
    }

.list-content-two {
    border: 2px solid #ff9600;
    border-radius: 15px;
    margin: 30px 0;
}

    .list-content-two > p.title {
        margin: 20px 0 0 0;
        background: #ff9600;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        padding: 10px 0 8px;
        font-weight: bold;
        font-size: 22px;
    }

ul#orange-li {
    padding: 15px 30px;
}

    ul#orange-li li {
        position: relative;
        padding: 10px 0;
        padding-left: 40px;
    }

        ul#orange-li li:before {
            position: absolute;
            content: "";
            background: url("/images/li-orange.png") no-repeat;
            top: 8px;
            left: 0;
            width: 23px;
            height: 21px;
        }
.desc-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.desc-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}