﻿@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
    font-family: electro;
    src: url(/fonts/font-electro.woff);
    font-display: swap;
}

body {
    font-family: 'Mulish', sans-serif;
    color: #333;
    font-size: 15px;
    overflow-x: hidden;
    background-color: #f3f4f6;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    margin: 0;
}

img {
    max-width: 100%;
}

.color-base {
    color: #288ad6 !important;
}

a {
    color: #333;
    transition: all .3s ease;
}

    a:hover, a:focus {
        color: unset;
        text-decoration: none;
        outline: none;
    }

.primary-color {
    color: #fe0000;
}

.white-color {
    color: #FFF;
}

.font-weak {
    font-weight: 400;
}

strong {
    color: #333;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

p {
    line-height: 25px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-color: #DADADA;
}

.main-btn, .primary-btn {
    display: inline-block;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 4px;
    min-width: 150px;
    text-align: center;
}

.main-btn {
    color: #333;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
}

    .main-btn:hover, .main-btn:focus {
        color: #fe0000;
        -webkit-box-shadow: 0px 0px 0px 1px #fe0000 inset, 0px 0px 0px 0px #fe0000;
        box-shadow: 0px 0px 0px 1px #fe0000 inset, 0px 0px 0px 0px #fe0000;
    }

.primary-btn {
    color: #FFF;
    background-color: #fe0000;
}

.product-btns .primary-btn {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    line-height: normal;
    font-size: 18px;
}

    .product-btns .primary-btn span {
        display: block;
        font-size: 13px;
        color: #fff;
        text-transform: none;
        padding-top: 3px;
    }

.primary-btn:hover, .primary-btn:focus {
    color: #FFF;
    background-color: #288ad6;
}

.items-row .input {
    max-width: 85px;
}

.input.spinner {
    width: 40px;
    padding: 0 5px;
    text-align: center;
    height: 25px;
    border-radius: 0;
    box-shadow: none;
    background-color: #F5F5F5;
    font-size: 13px;
    margin: 0;
}

.btn.icon {
    height: 25px;
    background-color: #F5F5F5;
    color: #333;
    border-radius: 0;
    position: absolute;
    line-height: 15px;
    padding: 5px;
    cursor: pointer;
}

    .btn.icon.plus {
        border-radius: 3px;
        border-radius: 0 3px 3px 0;
    }

    .btn.icon.minus {
        border-radius: 3px 0 0 3px;
        right: 65px;
    }

.input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

    .input:focus {
        -webkit-box-shadow: 0px 0px 0px 1px #fe0000 inset, 0px 0px 0px 0px #fe0000;
        box-shadow: 0px 0px 0px 1px #fe0000 inset, 0px 0px 0px 0px #fe0000;
    }

textarea.input {
    padding: 15px;
}

.input-checkbox .caption {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s max-height;
    transition: 0.3s max-height;
}

.banks {
    margin: 10px 0;
}

    .banks .bank-item {
        border-radius: 5px;
        border: 1px solid #ccc;
        padding: 5px;
        margin: 5px;
        width: 25%;
        max-width: 100px;
        background: #FFF;
        display: inline-flex;
        cursor: pointer;
        position: relative;
    }

        .banks .bank-item:hover, .banks .bank-item.active {
            border: 1px solid #fe0000;
        }

            .banks .bank-item.active::before {
                content: "\f058";
                position: absolute;
                top: -8px;
                right: -8px;
                background: #FFF;
                color: #fe0000;
                font: normal normal normal 18px FontAwesome;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
            }


.input-checkbox > label {
    color: #333;
}

.input-checkbox input[type="checkbox"]:checked + label + .caption, .input-checkbox input[type="radio"]:checked + label + .caption {
    max-height: 800px;
}

.list-links li > a {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color: #333;
    font-size: 14px;
}

/*----------------------------*\
	Sections
\*----------------------------*/

.section {
    padding-top: 15px;
}

.section-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
}

    .section-title .view-all {
        position: absolute;
        right: 0;
        border: 1px solid #fe0000;
        padding: 5px 15px;
        top: 20px;
        font-size: 12px;
    }

        .section-title .view-all a {
            font-weight: 500;
            color: #fe0000;
        }

    .section-title .title {
        display: inline-block;
        text-transform: uppercase;
        font-size: 25px;
        color: #333;
        font-weight: 500;
        margin-bottom: 10px;
    }

        .section-title .title:after {
            content: "";
            position: absolute;
            left: calc(50% - 30px);
            bottom: -1.5px;
            height: 4px;
            width: 60px;
            background-color: #fe0000;
        }

.breadcrumb {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 10px 0;
    margin: 0;
    font-size: 12px;
}

    .breadcrumb > .active {
        color: #fe0000;
    }

    .breadcrumb > li + li:before {
        color: #DADADA;
    }

header {
    height: auto;
    background-color: #fff;
    transition: all 1s;
}

    header.fixed-scroll {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 0 8px 0 rgb(17 35 56 / 18%);
        z-index: 9999;
        transition: all 1s;
        animation: stuckMoveDown .6s;
    }

        header.fixed-scroll #top-header {
            display: none;
        }

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.header-logo {
    width: 270px;
    position: relative;
    line-height: 86px;
}

    .header-logo .logo > img {
        max-width: 100%;
        max-height: 70px;
        margin-right: 20px;
    }

.flex-style {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-style-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .flex-style-item .item {
        position: relative
    }

        .flex-style-item .item + .item {
            margin-left: 30px
        }

        .flex-style-item .item:last-child {
            margin-left: 20px;
            padding-left: 20px
        }

            .flex-style-item .item:last-child:before {
                left: 0;
                top: 50%;
                width: 1px;
                content: "";
                height: 100%;
                position: absolute;
                background-color: #e2e4e8;
                transform: translateY(-50%)
            }

    .flex-style-item .item-office {
        text-align: center
    }

        .flex-style-item .item-office .office-phone {
            margin: 0;
            font-size: 20px;
            line-height: 1;
            font-weight: 700;
            text-transform: uppercase;
            color: #fe0000;
        }

        .flex-style-item .item-office .office-hours {
            line-height: 1;
            margin: 5px 0 0 0;
        }

    .flex-style-item .form-field {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-radius: 3px;
        color: #383e47;
        background-color: #fff;
        border: 1px solid #cccfd6;
        box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
        width: 100%;
    }

    .flex-style-item .select_category {
        z-index: 2;
        height: 100%;
        line-height: 16px;
        border: none;
        cursor: pointer;
        position: relative;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        padding: 15px 17px 15px 15px;
        background-color: transparent;
        font-weight: 500;
        transition: all .3s ease;
    }

    .flex-style-item .search-btn {
        padding: 8px 16px;
        border-radius: 0 3px 3px 0;
        background-color: #fe0000;
        border: none;
        color: #fff;
    }

    .flex-style-item .item.item-quickSearch {
        width: 500px;
    }

        .flex-style-item .item.item-quickSearch .search-input {
            height: auto;
            box-shadow: none;
            border-left: 1px solid #cccfd6;
            -webkit-box-shadow: none;
            width: 100%;
            transition: all .3s ease;
        }

    .flex-style-item a.logo img {
        max-height: 55px;
    }

    .flex-style-item a.toggle-menu {
        margin-right: 20px;
        transition: all .3s;
    }
/*----------------------------*\
	Account header
\*----------------------------*/
.header-btns > li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

    .header-btns > li .header-btns-icon {
        position: relative;
        float: left;
        line-height: 86px;
        text-align: center;
        padding: 0 5px;
        color: #fff;
    }

        .header-btns > li .header-btns-icon a {
            color: #333;
        }

        .header-btns > li .header-btns-icon i {
            background-color: #fff;
            color: #333;
            text-align: center;
            border-radius: 50%;
            font-size: 20px;
            line-height: 25px;
        }

.header-btns .dropdown-toggle {
    display: block;
    cursor: pointer;
}

/*----------------------------*\
	Cart header
\*----------------------------*/

.header-cart .header-btns-icon .qty {
    position: absolute;
    right: 60px;
    top: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    background: #fe0000;
    color: #FFF;
    border-radius: 50%;
}

.header-cart.dropdown .custom-menu {
    width: 340px;
    -webkit-transform: translateX(-85%) translateY(0px) !important;
    -ms-transform: translateX(-85%) translateY(0px) !important;
    transform: translateX(-85%) translateY(0px) !important;
}

#shopping-cart .shopping-cart-list {
    max-height: 260px;
    margin-bottom: 15px;
    overflow-y: scroll;
}

    #shopping-cart .shopping-cart-list .product.product-widget:first-child {
        margin-top: 0px;
    }

    #shopping-cart .shopping-cart-list .product.product-widget:last-child {
        margin-bottom: 0px;
    }

#shopping-cart .shopping-cart-btns > button {
    width: calc(50% - 2px);
    font-size: 13px;
}

/*=========================================================
	03 -> NAVIGATION
===========================================================*/

#navigation {
    background-color: #fff;
    text-align: left;
    box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
}

    #navigation .container {
        position: relative;
    }

.category-nav {
    float: left;
    width: 270px;
}

    .category-nav .category-header {
        padding: 18px 18px 18px 0px;
        display: block;
        text-transform: uppercase;
        background: #fff;
        color: #333;
        font-weight: 500;
        cursor: pointer;
        text-align: center;
    }

        .category-nav .category-header > i {
            line-height: 18px;
            float: right;
            color: #fe0000;
            font-size: 20px;
        }

    .category-nav .category-list {
        position: absolute;
        width: 270px;
        background-color: #FFF;
        z-index: 50;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    }

    .category-nav.show-on-click .category-list {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0px, 15px);
        -ms-transform: translate(0px, 15px);
        transform: translate(0px, 15px);
    }

        .category-nav.show-on-click .category-list.open {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
        }

    .category-nav .category-list > li + li {
        border-top: 1px solid #f1f1f1;
    }

    .category-nav .category-list > li.dropdown > .dropdown-toggle > i {
        float: right;
        line-height: 20px;
    }

    .category-nav .category-list > li > a {
        display: block;
        padding: 8px 15px;
        line-height: 20px;
    }

        .category-nav .category-list > li > a > img {
            max-width: 16px;
            margin-right: 6px;
        }

        .category-nav .category-list > li > a > i {
            float: right;
        }

        .category-nav .category-list > li > a:hover,
        .category-nav .category-list > li > a:focus,
        .category-nav .category-list > li.dropdown.open > a {
            color: #fe0000;
        }

.menu-nav .menu-list > li {
    display: inline-block;
}

    .menu-nav .menu-list > li img {
        max-height: 40px;
    }

    .menu-nav .menu-list > li .tooltip-inner img {
        max-height: none;
    }

    .menu-nav .menu-list > li > a {
        display: block;
        padding: 0 10px;
        line-height: 70px;
        color: #333;
        font-weight: 500;
        text-transform: uppercase;
    }

    .menu-nav .menu-list > li.dropdown.open > a {
        color: #fe0000;
    }

.custom-sub-menu {
    position: absolute;
    top: 0;
    left: 270px;
    display: none;
    background-color: #fff;
    width: 900px;
    bottom: 0;
    border-top: 1px solid #fe0000;
    border-left: 1px solid #fe0000;
    padding: 15px 20px;
}

.category-nav .category-list li:hover .custom-sub-menu {
    display: block;
}

.custom-menu {
    position: absolute;
    padding: 15px;
    background: #FFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 1000;
    min-width: 265px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

#header .custom-menu {
    top: 100%;
}

.custom-menu .sign-in {
    margin: -15px -15px 0 -15px;
    background-color: #f3f4f6;
    padding: 15px;
    text-align: center;
}

    .custom-menu .sign-in .primary-btn {
        color: #fff !important;
        border-radius: 5px;
        text-align: center !important;
    }

    .custom-menu .sign-in p {
        padding-top: 10px;
        font-size: 13px;
        margin: 0;
    }

.dropdown.open > .custom-menu {
    opacity: 1;
    visibility: visible;
}

/*-- Default Dropdown --*/

.dropdown.default-dropdown > .custom-menu {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(15px);
    -ms-transform: translateX(-50%) translateY(15px);
    transform: translateX(-50%) translateY(15px);
}

.dropdown.default-dropdown.open > .custom-menu {
    -webkit-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}

.dropdown.default-dropdown > .custom-menu > li.sign-in > a {
    display: block;
    padding: 8px 0px;
    text-align: left;
    position: relative;
}

.dropdown.default-dropdown > .custom-menu > li > a {
    padding: 8px 0px;
    text-align: left;
    position: relative;
    display: inline-block;
}

.dropdown.default-dropdown > .custom-menu > li:not(.sign-in) > a:before {
    content: '';
    left: 0;
    width: 0;
    bottom: 5px;
    height: 1px;
    position: absolute;
    background-color: #fe0000;
    transition: all .3s ease;
}

.dropdown.default-dropdown > .custom-menu > li:not(.sign-in) > a:hover:before {
    width: 100%;
}

.dropdown.default-dropdown > .custom-menu > li > a.title-menu {
    font-weight: 500;
    font-size: 16px;
}

.header-support.dropdown.default-dropdown > .custom-menu {
    -webkit-transform: translateX(-80%) translateY(0px);
    -ms-transform: translateX(-80%) translateY(0px);
    transform: translateX(-80%) translateY(0px);
}

/*-- Mega Dropdown --*/

.dropdown.mega-dropdown.full-width {
    position: static !important;
}

.dropdown.mega-dropdown > .custom-menu {
    left: 0;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    width: auto;
    min-width: 750px;
    max-width: 100%;
}

.dropdown.mega-dropdown.full-width > .custom-menu {
    width: 100%;
    background-color: transparent !important;
    box-shadow: none;
    padding: 0;
}

    .dropdown.mega-dropdown.full-width > .custom-menu .bg-1 {
        padding: 15px 20px;
        -webkit-box-shadow: 0px 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0px 6px 12px rgb(0 0 0 / 18%);
    }

    .dropdown.mega-dropdown.full-width > .custom-menu .sub-item {
        width: 20%;
        float: left;
        text-align: left;
    }

        .dropdown.mega-dropdown.full-width > .custom-menu .sub-item h3.title {
            color: #000;
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .dropdown.mega-dropdown.full-width > .custom-menu .sub-item ul {
            list-style: none;
            margin-bottom: 15px;
        }

            .dropdown.mega-dropdown.full-width > .custom-menu .sub-item ul li {
                padding: 6px 0;
            }

                .dropdown.mega-dropdown.full-width > .custom-menu .sub-item ul li > a {
                    color: #555;
                    display: inline-block;
                    position: relative;
                    -webkit-transition: 0.3s all;
                    transition: 0.3s all;
                    text-transform: capitalize;
                    font-size: 12px;
                    font-weight: 400;
                }

                    .dropdown.mega-dropdown.full-width > .custom-menu .sub-item ul li > a::before {
                        content: "\f105";
                        position: absolute;
                        left: 0px;
                        font-family: FontAwesome;
                        -webkit-transform: translateX(-10px);
                        -ms-transform: translateX(-10px);
                        transform: translateX(-10px);
                        opacity: 0;
                        visibility: hidden;
                    }

                    .dropdown.mega-dropdown.full-width > .custom-menu .sub-item ul li > a:hover {
                        -webkit-transform: translateX(10px);
                        -ms-transform: translateX(10px);
                        transform: translateX(10px);
                    }

                        .dropdown.mega-dropdown.full-width > .custom-menu .sub-item ul li > a:hover::before {
                            opacity: 1;
                            visibility: visible;
                        }

.dropdown.mega-dropdown.open > .custom-menu {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#header .nav-toggle {
    display: none;
}

/*=========================================================
	04 -> BANNERS
===========================================================*/

.banner {
    display: block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .banner > img {
        width: 100%;
    }

#home-slick .slick-dots, #brand-01 .slick-dots {
    bottom: 10px;
}

#home-slick .banner {
    margin: 0px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.product .product-old-price {
    color: #fe0000;
}

.product .product-rating {
    display: inline-block;
}

    .product .product-rating > i {
        color: #FFB656;
        font-size: 13px;
    }

        .product .product-rating > i.empty {
            color: #DADADA;
        }

.product .product-label > span {
    position: relative;
    display: inline-block;
    padding: 5px;
    font-weight: 500;
    color: #FFF;
    background-color: #333;
    z-index: 22;
    border-radius: 5px;
    font-size: 12px;
}

    .product .product-label > span.sale {
        background-color: #fe0000;
    }

.product .product-countdown {
    z-index: 22;
}

    .product .product-countdown > li {
        display: inline-block;
        margin-right: -4px;
    }

        .product .product-countdown > li + li:before {
            content: ":";
            color: #FFF;
            background: #333;
            padding: 2px;
        }

        .product .product-countdown > li > span {
            display: inline-block;
            color: #FFF;
            font-weight: 500;
            padding: 10px;
            background: #fe0000;
        }

.videos .video {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
    background-color: #fff;
}

    .videos .video .caption {
        width: 100%;
        background-color: #fff;
        position: relative;
        float: left;
    }

        .videos .video .caption h4 {
            margin: 0;
            font-size: 13px;
            padding: 5px;
            line-height: 25px;
            font-weight: 400;
            color: #333;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .videos .video.first .caption h4 {
        padding: 5px;
        font-size: 16px;
        -webkit-line-clamp: 2;
    }

    .videos .video .thumb {
        width: 100%;
        position: relative;
        float: left;
    }

.thumb .play {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    top: calc(50% - 22.5px);
    left: calc(50% - 22.5px);
    text-align: center;
}

    .thumb .play i {
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
        padding-top: 6px;
        padding-left: 6px;
    }

.posts .videos .caption {
    background-color: #fff;
}

    .posts .videos .caption h4 {
        font-size: 15px;
    }

.section.customer-say {
    background-color: #f4f4f4;
}

    .section.customer-say .title-cate {
        display: inline-block;
        text-transform: uppercase;
        font-size: 25px;
        color: #333;
        font-weight: 500;
    }

.product.product-single {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background-color: #fff;
    position: relative;
}

    .product.product-single.special {
        border: 2px solid #fe0000;
        border-radius: 25px;
        padding: 20px;
    }

        .product.product-single.special strong {
            font-size: 18px;
            font-weight: 400;
            text-transform: capitalize;
        }

        .product.product-single.special .product-name {
            font-size: 16px;
        }

        .product.product-single.special .product-price {
            font-size: 18px;
        }

.products .product.product-single, .products .product.product-single .product-outer {
    height: 100%;
}

.product.product-single .product-inner {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background-color: #fff;
    width: 100%;
    padding: 5px;
}

.product.product-single:hover .product-inner {
    position: absolute;
    min-height: 100%;
    -webkit-box-shadow: 0 0 6px 0 rgb(1 1 1 / 30%);
    box-shadow: 0 0 6px 0 rgb(1 1 1 / 30%);
    z-index: 999;
}

.product.product-single.special:hover .product-inner {
    position: relative;
    z-index: 999;
    box-shadow: none;
}

.products .product.product-single .product-single-content {
    position: relative;
    overflow: hidden;
    min-height: calc(100% - 33px);
}

.products .product.product-single .product.more-option {
    width: calc(100% - 20px);
    margin: 0 10px;
    text-align: center;
    font-weight: 400;
    border-top: 1px solid #eaeaea;
    padding: 6px;
    display: none;
    transition: 0.3s all;
    font-size: 13px;
}

.product.product-single:hover .product.more-option {
    display: block;
}

.section.sale .section-title {
    margin: 0;
    text-align: left;
    background: #fe0000;
    width: 100%;
    float: left;
}

    .section.sale .section-title .view-all {
        padding: 0;
        top: 0;
    }

        .section.sale .section-title .view-all > a {
            position: absolute;
            border: 1px solid #fff;
            line-height: unset;
            text-align: center;
            padding: 5px 15px;
            top: 10px;
            right: 15px;
            width: 100px;
            color: #fff;
        }


    .section.sale .section-title .title {
        margin-bottom: 0;
        background-color: #FFD300;
        padding: 8px 40px 8px 30px;
        float: left;
        margin-top: 0;
    }

    .section.sale .section-title .caption {
        float: left;
        margin-bottom: 0;
        padding: 8px 40px 8px 30px;
        text-transform: uppercase;
        color: #fff;
        margin-left: 50px;
    }

.section.sale .products {
    background-color: #fe0000;
    padding: 10px;
}

.best-selling.cate-hot .title-cate {
    color: #333;
    margin: 10px 0;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

    .best-selling.cate-hot .title-cate::before {
        content: ' ';
        width: 5px;
        background: #fe0000;
        position: absolute;
        top: 8px;
        height: 25px;
        left: 0px;
    }

    .best-selling.cate-hot .title-cate::after {
        position: absolute;
        bottom: 0;
        background: #fff;
        right: 0;
        display: inline-block !important;
        border-bottom: 22px solid #fff;
        border-left: 20px solid #47545f;
        border-top: 21px solid #fff;
        content: '';
        z-index: 0;
    }

.best-selling.cate-hot .child-cate {
    color: #333;
    padding: 0 30px;
    width: 100%;
    float: left;
}

    .best-selling.cate-hot .child-cate a {
        font-weight: 500;
        color: #333;
        font-size: 13px;
    }

.best-selling.cate-hot .view-all {
    position: relative;
    width: 120px;
    line-height: 42px;
    float: left;
    text-align: right;
    float: right;
    padding-right: 5px;
}

    .best-selling.cate-hot .view-all a {
        border: 1px solid #fe0000;
        padding: 5px 15px;
        font-size: 12px;
        font-weight: 500;
        color: #fe0000;
    }

.best-selling.cate-hot .child-cate .slick-arrow {
    background-color: transparent;
    width: auto;
    height: auto;
}

.best-selling.cate-hot .child-cate .slick-next {
    right: 10px;
}

.best-selling.cate-hot .child-cate .slick-prev {
    left: 10px;
}

    .best-selling.cate-hot .child-cate .slick-prev:before {
        color: #333;
        content: "\f053";
        font: normal normal normal 14px/1 FontAwesome;
    }

.best-selling.cate-hot .child-cate .slick-next:before {
    color: #333;
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
}

.best-selling.cate-hot .child-cate .item {
    display: inline;
    line-height: 42px;
    text-align: center;
}

.product.product-single .product-thumb {
    position: relative;
    padding: 10px;
}

    .product.product-single .product-thumb.border-style {
        border: 1px solid #f3f4f6;
        padding: 10px;
        border-radius: 5px;
    }

a.filter_brand.active .product.product-single .product-thumb.border-style {
    border-color: #fe0000;
}

    a.filter_brand.active .product.product-single .product-thumb.border-style::after {
        content: "";
        width: 23px;
        height: 20px;
        position: absolute;
        left: 0px;
        top: 0;
        background: transparent url(/Content/img/active.png) no-repeat left top;
        background-size: 23px 20px;
        z-index: 2;
    }

.product.product-single .product-thumb.border-style > img {
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 25px;
}

.product.product-single .product-thumb > img {
    max-width: 100%;
    margin: 0 auto;
}

.product.product-single .product-label {
    position: absolute;
    right: 5px;
    top: 5px;
}

    .product.product-single .product-label > span {
        display: block;
    }

.product.product-single .product-countdown {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.product.product-single .product-body {
    padding: 10px;
}

    .product.product-single .product-body span {
        font-size: 12px;
        display: block;
        margin-bottom: 5px;
        color: #999;
    }

    .product.product-single .product-body span {
        font-size: 12px;
        display: block;
        margin-bottom: 5px;
        color: #999;
    }

.product.product-single .product-price {
    display: inline-block;
    font-size: 15px;
    width: 100%;
    color: #fe0000;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

    .product.product-single .product-price del {
        font-size: 13px;
        font-weight: 400;
        color: #333;
    }

    .product.product-single .product-price .sale {
        font-size: 13px;
    }

.product.product-single .product-rating {
    font-size: 13px;
}

.product.product-single .review-count {
    font-size: 12px;
}

.col-md-4 .product.product-single .product-rating {
    font-size: 11px;
}

.col-md-4 .product.product-single .review-count {
    font-size: 10px;
}

.product.product-single .product-name {
    font-size: 15px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 6px;
    line-height: 20px;
    text-transform: capitalize;
    min-height: 40px;
    color: #059;
}

.product.product-single.product-hot {
    border: 2px solid #fe0000;
}

#product-slick-01 .slick-arrow, #customer-say .slick-arrow {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

    #product-slick-01 .slick-arrow.slick-prev, #customer-say .slick-arrow.slick-prev {
        left: -10px;
    }

        #product-slick-01 .slick-arrow.slick-prev::before, #customer-say .slick-arrow.slick-prev::before {
            color: #333;
            content: "\f053";
            font: normal normal normal 14px/1 FontAwesome;
        }

    #product-slick-01 .slick-arrow.slick-next, #customer-say .slick-arrow.slick-next {
        right: -10px;
    }

        #product-slick-01 .slick-arrow.slick-next::before, #customer-say .slick-arrow.slick-next::before {
            color: #333;
            content: "\f054";
            font: normal normal normal 14px/1 FontAwesome;
        }

.blockquote {
    padding: 30px;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
    max-width: 100%;
}

.slick-center .blockquote {
    background-color: #fe0000;
    color: #fff;
    position: relative;
    max-width: 100%;
}

.blockquote .blockquote-icon {
    text-align: center;
}

    .blockquote .blockquote-icon i {
        font-size: 50px;
        margin: 0 auto;
        color: #fe0000;
    }

.slick-center .blockquote .blockquote-icon i {
    color: #fff;
}

.blockquote .blockquote-content {
    padding: 15px 0;
    position: relative;
    max-width: 100%;
}

.blockquote .blockquote-info img {
    max-width: 60px;
    float: left;
}

.blockquote .blockquote-info h5, .blockquote .blockquote-info p {
    float: left;
    width: calc(100% - 60px);
    padding-left: 15px;
    margin: 0;
    line-height: 20px;
}

.product.product-widget {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

    .product.product-widget .product-thumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
    }

        .product.product-widget .product-thumb > img {
            width: 100%;
        }

    .product.product-widget .product-body {
        padding-left: 90px;
        padding-top: 10px;
        min-height: 60px;
    }

    .product.product-widget .product-price {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 500;
    }

        .product.product-widget .product-price .qty {
            font-size: 14px;
            font-weight: 400;
        }

    .product.product-widget .product-name {
        font-size: 15px;
        font-weight: 500;
    }

        .product.product-widget .product-name > a {
            color: #134263;
            font-size: 14px;
            font-weight: 500;
        }

    .product.product-widget .cancel-btn {
        position: absolute;
        right: 0px;
        top: 10px;
        background-color: transparent;
        border: none;
        color: #DADADA;
    }

        .product.product-widget .cancel-btn:hover {
            color: #333;
        }

.product-slick .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}



/*-- Filter list --*/

.filter-list {
    margin-bottom: 15px;
}

    .filter-list > li {
        display: inline-block;
        margin-right: 2px;
        margin-bottom: 6px;
    }

        .filter-list > li:last-child {
            margin-right: 0px;
        }

    .filter-list li a {
        position: relative;
        padding: 0px 5px 0px 20px;
    }

        .filter-list li a:before {
            content: "\f00d";
            font-family: FontAwesome;
            position: absolute;
            left: 4px;
            top: 5px;
            line-height: 12px;
            font-size: 9px;
            color: #FFF;
            background: #333;
            width: 12px;
            text-align: center;
            border-radius: 50%;
            height: 12px;
        }
/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-view .slick-arrow {
    opacity: 0;
}

#product-view {
    margin-top: 10px;
    margin-bottom: 15px;
}

#product-main-view:hover .slick-arrow {
    opacity: 1;
}

#product-view .product-view {
    padding: 10px;
}

    #product-view .product-view .video {
        height: 100%;
        width: 100%;
        position: relative;
    }

        #product-view .product-view .video .play-video {
            position: absolute;
            width: 30px;
            height: 30px;
            top: calc(50% - 15px);
            left: calc(50% - 15px);
            background-color: #000;
            opacity: 0.8;
            z-index: 99;
            border-radius: 50%;
            border: 1px solid #fff;
            text-align: center;
        }

            #product-view .product-view .video .play-video i {
                color: #fff;
                top: 5px;
                color: #fff;
                padding-top: 7px;
                padding-left: 3px;
            }

    #product-view .product-view.slick-slide {
        opacity: 0.2;
        cursor: pointer;
    }

        #product-view .product-view.slick-slide.slick-current {
            border: 1px solid #fe0000;
        }

        #product-view .product-view.slick-slide.slick-current {
            opacity: 1;
            -webkit-box-shadow: 0px 0px 0px 2px #fe0000 inset;
            box-shadow: 0px 0px 0px 2px #fe0000 inset;
        }

.product-view > img {
    width: 100%;
}

h1.product-name {
    font-size: 23px;
    float: left;
    overflow: hidden;
    line-height: 40px;
    font-weight: 500;
    color: #333;
}

.rating {
    float: left;
    font-size: 14px;
    color: #288ad6;
    padding: 10px 10px 0 11px;
}

.product.product-details .product-price {
    font-size: 18px;
    color: #fe0000;
    border-radius: 3px;
    margin-bottom: 10px;
}

    .product.product-details .product-price span {
        color: #bf081f;
        font-size: 14px;
    }

    .product.product-details .product-price del {
        font-size: 14px;
        color: #333;
    }

.product.product-details .product-rating {
    margin-right: 15px;
    margin-bottom: 15px;
}

.product.product-details .product-options {
    margin-bottom: 10px;
    overflow: hidden;
}

    .product.product-details .product-options .variant-option {
        margin-left: -6px;
        overflow: hidden;
    }

        .product.product-details .product-options .variant-option .items-row {
            margin-left: 6px;
            border: 1px solid #ddd;
            border-radius: 3px;
            padding: 5px;
            cursor: pointer;
            -webkit-box-shadow: 0 2px 3px 0 #ddd;
            box-shadow: 0 2px 3px 0 #ddd;
        }

            .product.product-details .product-options .variant-option .items-row img {
                max-width: 50px;
            }

            .product.product-details .product-options .variant-option .items-row.active {
                border-color: #fe0000;
                -webkit-box-shadow: 0 2px 3px 0 #fe0000;
                box-shadow: 0 2px 3px 0 #fe0000;
                position: relative;
            }

                .product.product-details .product-options .variant-option .items-row.active::after {
                    content: "";
                    width: 23px;
                    height: 20px;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    background: transparent url(/Content/img/active.png) no-repeat left top;
                    background-size: 23px 20px;
                    z-index: 2;
                }

                .product.product-details .product-options .variant-option .items-row.active h4 {
                    color: #fe0000 !important;
                    font-weight: 600;
                }

            .product.product-details .product-options .variant-option .items-row h4 {
                margin-bottom: 0;
                font-size: 14px;
                text-align: center;
                line-height: 25px;
                font-weight: 500;
            }

        .product.product-details .product-options .variant-option .slick-next {
            right: -4px;
        }

        .product.product-details .product-options .variant-option .slick-prev {
            left: -10px;
        }

.product.product-details .grand-totals {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .product.product-details .grand-totals .grand-summary {
        margin-right: 20px;
        font-size: 16px;
        font-weight: 500;
        color: #003058;
    }

.product.product-details .product-options .grand-totals .grand-qty {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
    font-size: 14px;
}

.product.product-details .product-options .grand-totals .grand-total {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    font-size: 16px;
    font-weight: 500;
    color: #003058;
}

.product.product-details .help {
    background-color: #fff;
    overflow: hidden;
}

    .product.product-details .help .list-links {
        margin-bottom: 0;
    }

.product-options .size-option {
    margin-bottom: 15px;
}

.size-option > li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: top;
}

    .size-option > li:last-child {
        margin-right: 0px;
    }

    .size-option > li > a {
        display: block;
        border: 1px solid #e4e4e4;
        font-weight: 500;
        padding: 2px 7px 0px 8px;
    }

    .size-option > li.active a {
        color: #fe0000;
        border-color: #fe0000;
    }

.color-option > li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: top;
}

    .color-option > li:last-child {
        margin-right: 0px;
    }

    .color-option > li > a {
        display: block;
        width: 20px;
        height: 20px;
    }

    .color-option > li.active a {
        -webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #fe0000;
        box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #fe0000;
    }

.product.product-details .qty-input {
    display: inline-block;
}

    .product.product-details .qty-input .input {
        width: 90px;
    }

.product-tab .tab-nav {
    text-align: left;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}

.product-tab .tab-content {
    padding: 30px 0 0px 0;
}

.product-infomation {
    background-color: #e6e7e7;
}

.product-tab .tab-nav li {
    display: inline-block;
    padding-right: 20px;
}

    .product-tab .tab-nav li a {
        display: block;
        padding: 15px 0px 10px 0;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 18px;
        color: #333e48;
        position: relative;
    }

    .product-tab .tab-nav li.active a {
        font-weight: 600;
    }
/*-- reviews --*/
.single-review {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

    .single-review .review-heading > div {
        display: inline-block;
    }

        .single-review .review-heading > div + div {
            margin-left: 10px;
        }

    .single-review .review-rating {
        display: inline-block;
    }

        .single-review .review-rating > i {
            color: #FFB656;
        }

            .single-review .review-rating > i.empty {
                color: #DADADA;
            }

    .single-review .review-body {
        margin-top: 10px;
        font-size: 13px;
        line-height: 25px;
    }

.reviews-pages li {
    display: inline-block;
    margin-right: 6px;
    border: 1px solid #f1f1f1;
}

    .reviews-pages li a {
        display: block;
        min-width: 10px;
        text-align: center;
        padding: 0px 7px;
    }

        .reviews-pages li a.active {
            color: #fff;
            background: #fe0000;
        }

/*-- review form --*/

.review-form textarea.input {
    height: 90px;
}

.review-form .input-rating .stars {
    display: inline-block;
    vertical-align: top;
}

    .review-form .input-rating .stars input[type="radio"] {
        display: none;
    }

    .review-form .input-rating .stars > label {
        float: right;
        cursor: pointer;
        padding: 0px 3px;
        margin: 0px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

        .review-form .input-rating .stars > label:hover, .review-form .input-rating .stars > label:hover ~ label {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
        }

        .review-form .input-rating .stars > label:before {
            content: "\f006";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            color: #DADADA;
            font-size: 14px;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
        }

        .review-form .input-rating .stars > label:hover:before, .review-form .input-rating .stars > label:hover ~ label:before {
            content: "\f005";
            color: #FFB656;
        }

    .review-form .input-rating .stars > input:checked label:before, .review-form .input-rating .stars > input:checked ~ label:before {
        content: "\f005";
        color: #FFB656;
    }

.shopping-cart-table > tbody > tr > td, .shopping-cart-table > tbody > tr > th, .shopping-cart-table > tfoot > tr > td, .shopping-cart-table > tfoot > tr > th, .shopping-cart-table > thead > tr > td, .shopping-cart-table > thead > tr > th {
    padding: 10px 0px;
    vertical-align: middle;
    border-top: none;
}

.shopping-cart-table > thead > tr > th {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #DADADA;
}

.shopping-cart-table > tbody > tr:last-child > td {
    border-bottom: 1px solid #DADADA;
}

.shopping-cart-table > tbody > tr > td.thumb {
    width: 20%;
    max-width: 150px;
    padding-right: 10px;
    text-align: center;
}

.shopping-cart-table > tfoot > tr > td, .shopping-cart-table > tfoot > tr > th {
    color: #333;
    border-top: 0px
}

    .shopping-cart-table > tfoot > tr > td:not(.empty), .shopping-cart-table > tfoot > tr > th:not(.empty) {
        padding: 15px;
        background-color: #F6F7F8;
        border: 1px solid #DADADA;
    }

.shopping-cart-table > tbody > tr > .details > a {
    font-size: 18px;
    font-weight: 500;
}

.shopping-cart-table > tbody > tr > .thumb > img {
    width: 100px;
}

.shopping-cart-table > tbody > tr > .thumb > p {
    font-size: 12px;
}

.shopping-cart-table > tbody > tr > .details > h3 {
    float: left;
    width: 70%;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
}

    .shopping-cart-table > tbody > tr > .details > h3 > a {
        color: #134263;
    }

.shopping-cart-table > tbody > tr > .details > span {
    float: right;
    color: #F30C28;
    font-size: 14px;
    text-align: right;
    margin-bottom: 10px;
}

.shopping-cart-table > tbody > tr > .details .choose-color {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

.shopping-cart-table > tbody > tr > .details .choose-number {
    float: right;
    overflow: hidden;
    position: relative;
    width: 100px;
    background: #fff;
    border-radius: 3px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.shopping-cart-table > tbody > tr > .qty .input {
    width: 90px;
}

.shopping-cart-table > tbody > tr > .price {
    font-size: 18px;
}

.shopping-cart-table > tbody > tr > .total {
    font-size: 18px;
}

.shopping-cart-table > tfoot > tr > .sub-total {
    font-size: 18px;
}

.shopping-cart-table > tfoot > tr > .total {
    font-size: 24px;
    color: #fe0000;
}

.footer .list-links li > a {
    color: #fff;
    position: relative;
}

    .footer .list-links li > a:before {
        content: '';
        left: 0;
        width: 0;
        bottom: 5px;
        height: 1px;
        position: absolute;
        background-color: #fff;
        transition: all .3s ease;
    }

    .footer .list-links li > a:hover:before {
        width: 100%;
    }

.footer h5 {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo .logo {
        display: inline-block;
    }

        .footer-logo .logo > img {
            width: 100%;
            max-height: 70px;
        }

.footer-social > li {
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    max-width: 35px;
    display: inline-block;
}

    .footer-social > li > a > p {
        color: #fff;
        font-size: 10px;
    }

    .footer-social > li:last-child {
        margin-right: 0px;
    }

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    z-index: 22;
    border-radius: 50%;
}

    .slick-prev:before, .slick-next:before {
        color: #000;
    }

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.custom-nav .slick-prev, .custom-nav .slick-next {
    display: inline-block;
    position: static;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 10px;
    height: 10px;
}

    .slick-dots li button:before {
        content: "";
        opacity: 1;
        background: #DADADA;
        border-radius: 50%;
    }

    .slick-dots li.slick-active button:before {
        background-color: #fe0000;
    }

.custom-dots .slick-dots {
    position: static;
    margin: 15px 0px;
}

@media only screen and (min-width:991px) {
}

@media only screen and (max-width: 991px) {
    .product-tab .tab-nav li a {
        font-size: 14px;
    }

    .section.home-categories {
        position: relative !important;
    }

        .section.home-categories ul {
            flex-wrap: nowrap !important;
            overflow-y: hidden;
            overflow-x: auto;
        }

    .homepage-product-v1 h2.page-heading {
        position: relative !important;
        text-align: center;
        margin-bottom: 15px !important;
        background: none !important;
        color: #333 !important;
    }

    ul.product-tab-v1 {
        background: none !important;
    }

    .p-t-50 {
        padding-top: 20px !important;
    }

    .p-b-50 {
        padding-bottom: 20px !important;
    }

    ul.product-tab-v2 li a,
    ul.product-tab-v1 li a {
        padding-bottom: 0 !important;
        font-size: 14px !important;
        margin: 0 !important;
        padding: 2px !important;
        text-align: center !important;
    }

    ul.product-tab-v2 li,
    ul.product-tab-v1 li {
        border: 1px solid #e2e4e8;
        width: calc(50% - 4px);
        margin-bottom: 10px;
        padding: 5px;
        margin-left: 2px;
        margin-right: 2px;
        float: left;
        border-radius: 5px;
    }

        ul.product-tab-v2 li.active a:after,
        ul.product-tab-v1 li.active a:after {
            content: none;
        }

        ul.product-tab-v2 li.active,
        ul.product-tab-v1 li.active {
            border-color: #383e47;
        }

    .brand-item {
        margin: 5px 0;
    }

    .subscribe > h5 {
        text-align: center;
    }

    .subscribe > .form {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        max-width: 100%;
    }

    .footer_why_choose li {
        width: auto !important;
    }

    .custom-p-r-l-10 {
        padding: 0 7px !important;
    }

    .custom-p-r-20 {
        padding-right: 7px !important;
    }

    .custom-p-l-20 {
        padding-left: 7px !important;
    }

    .products.sub-category {
        padding-left: 0 !important;
    }

    .item-relates .item-relate {
        width: 50%;
        float: left;
    }

    #menu-left .close-menu {
        left: 270px !important;
    }

    #responsive-nav {
        max-width: 270px !important;
    }

    ul.footer-social {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #5C6F7C !important;
    }

        ul.footer-social > li {
            display: contents !important;
        }

            ul.footer-social > li img {
                max-width: 40px;
            }

    .footer-logo {
        text-align: center;
        margin-bottom: 15px !important;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .row {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .review-summary ul.box-rating {
        padding-left: 0 !important;
        border-left: none !important;
    }

    header {
        height: auto;
    }

    .header-search {
        width: 100%;
        margin: 0;
        line-height: 0;
        padding: 10px 5px;
        background-color: #f3f4f6;
        position: relative;
    }

    #filter_base {
        background-color: #ededed;
        padding: 10px;
    }

        #filter_base .btn.sidebar_filter {
            background-color: #fff;
        }

    #header .nav-toggle {
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 15px;
        line-height: 32px;
    }

        #header .nav-toggle img {
            max-width: 30px;
        }

    #top-header {
        display: none;
    }

    .header-account.dropdown.default-dropdown.open > .custom-menu {
        left: 80%;
    }

    .header-cart.dropdown.default-dropdown.open > .custom-menu {
        left: 100%;
    }

    header {
        background-color: #fff;
    }

    .header-search .search-input {
        height: 35px;
        background-color: #fff;
    }

    .header-logo {
        width: 100%;
        margin: 0 auto;
        position: relative;
        text-align: center;
        padding-left: 50px;
        line-height: 55px;
        background-color: #fff;
    }

        .header-logo .logo > img {
            max-width: 50%;
            margin: 0 auto;
        }

    .header-btns > li {
        padding: 5px 0;
    }

        .header-btns > li .header-btns-icon {
            line-height: 30px;
        }

    .section.sale .products {
        background-color: #fe0000;
    }

    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    #aside {
        margin-bottom: 30px;
    }

    .product-reviews {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section.newsletter .newsletter-marketing-text {
        display: block;
    }

    .section.newsletter .search-btn {
        right: 15px !important;
    }

    .banner h1 {
        font-size: 36px;
    }

    .store-filter .pull-right, .store-filter .pull-left {
        float: none !important;
    }

    .store-filter .pull-right {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 480px) {
}

.products {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
    clear: both;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-l-0 {
    margin-left: 0;
}

.m-r-0 {
    margin-right: 0;
}

.p-t-0 {
    padding-top: 0;
}

.p-15 {
    padding: 15px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-r-10 {
    padding-right: 15px !important;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.background-gray {
    background-color: #f7f7f7;
}

#footer {
    background-color: #175078;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 15px;
}

.m-t-30 {
    margin-top: 30px;
}

.footer .footer-header {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.footer.bgwhite .footer-header {
    color: #000;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo .logo {
        display: inline-block;
    }

.footer-payment > li {
    display: inline-block;
    width: 40px;
    text-align: center;
}

.footer-social > li > a {
    color: #000;
}

.footer-social > li:last-child {
    margin-right: 0px;
}

.footer.text-center > a > h3 {
    font-size: 30px;
}

.footer.text-center > a > h4 {
    font-size: 15px;
}

.footer-copyright, .footer-copyright a {
    padding: 10px 0;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.footer_why_choose {
    background-color: #fff;
    overflow-x: auto;
    padding: 20px 0;
    border-top: 1px solid #e4e4e4;
}

    .footer_why_choose h2 {
        font-size: 1.85rem;
        margin: 0;
        text-align: center;
    }

    .footer_why_choose ul {
        list-style: none;
        margin: 0;
    }

    .footer_why_choose li {
        display: inline-block;
        margin: 18px 10px 10px;
        vertical-align: top;
        width: 23.07%;
    }

    .footer_why_choose p > a {
        margin-top: 6px;
        display: block;
        background: #059;
        color: #fff;
        padding: 3px 10px;
        border-radius: 5px;
        max-width: 60px;
        text-align: center;
    }

    .footer_why_choose img {
        float: left;
        height: 45px;
        margin: 0 10px 0 0;
    }

    .footer_why_choose h4 {
        display: table;
        font-size: 1.35rem;
        margin: 0 0 2px;
    }

    .footer_why_choose p {
        color: #383e47;
        display: table;
        font-size: .95rem;
        line-height: 1.3rem;
        margin: 0;
    }

.accept-payment {
    border: 1px solid #5C6F7C;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    padding: 5px;
}

    .accept-payment h5 {
        margin: 0;
        color: #fff;
        font-weight: 500;
        padding: 5px;
        line-height: 20px;
        text-transform: uppercase;
    }

    .accept-payment ul li {
        display: inline-block;
    }

        .accept-payment ul li img {
            max-height: 30px;
        }

.copyright {
    background-color: #2e3033;
}

.banner.banner-1 .banner-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
    padding: 15px;
}

    .banner.banner-1 .banner-caption > h3 {
        margin: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

.aside .product_filter .list_filters {
    padding-left: 10px;
    padding-top: 0;
    max-height: 275px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .aside .product_filter .list_filters .title-label {
        color: #555;
        text-transform: uppercase;
        padding: 10px 0;
        width: 100%;
        margin: 0;
        font-weight: 500;
    }

.checkbox-style {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}

    .checkbox-style input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkbox-style .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        border: 1px solid #ccc;
        background-color: #fff;
    }

    .checkbox-style:hover input ~ .checkmark {
        background-color: #fff;
    }

    .checkbox-style input:checked ~ .checkmark {
        background-color: #fe0000;
        border-color: #fe0000;
    }

        .checkbox-style input:checked ~ .checkmark:after {
            display: block;
        }

    .checkbox-style .checkmark:after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkbox-style .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.radio-style {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-style input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #2196F3;
    border-radius: 50%;
}

.radio-style input:checked ~ .radiomark {
    background-color: #2196F3;
}

.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-style input:checked ~ .radiomark:after {
    display: block;
}

:focus {
    outline: none !important;
    outline-offset: 0;
}

.radio-style .radiomark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.btn.sidebar_filter {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px 10px 5px 10px;
    box-shadow: none;
    border-bottom: 1px solid #e4e4e4;
}

    .btn.sidebar_filter[aria-expanded="true"]:before {
        color: #333;
        content: "\f077";
        font: normal normal normal 14px/1 FontAwesome;
    }

    .btn.sidebar_filter:before {
        color: #333;
        content: "\f078";
        float: right;
        font: normal normal normal 14px/1 FontAwesome;
    }

.store-pages li a.active {
    background: #fe0000;
    color: #fff;
    border: 1px solid #fe0000;
}

.store-pages li a {
    display: block;
    min-width: 10px;
    text-align: center;
    border: 1px solid #e4e4e4;
    padding: 5px 12px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.t-600 {
    font-weight: 600 !important;
}

.overlay-loading {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    display: none;
}

    .overlay-loading img {
        top: calc(50% - 40px);
        left: calc(50% - 40px);
        position: absolute;
    }

.section.notification h3 {
    color: #fe0000;
    margin-bottom: 0;
}

.section.notification h5 {
    color: #333;
    margin-bottom: 0;
}

.section.notification .input {
    background-color: #fff;
    border-radius: 5px;
}

.section.notification button {
    position: absolute;
    right: 15px;
    padding: 10px 20px;
    border-radius: 0px 5px 5px 0px;
}

.row.feature {
    padding: 15px 0;
}

    .row.feature .col-md-3 .feature-item {
        background: #fff;
        overflow: hidden;
        padding: 15px 10px;
    }

    .row.feature img {
        float: left;
    }

    .row.feature h6 {
        margin-bottom: 0;
        margin-left: 60px;
        font-size: 12px;
        line-height: 17px;
    }

        .row.feature h6 strong {
            font-size: 14px;
        }

.brands .item {
    margin: 10px;
    padding: 10px;
    background-color: #fff;
}

    .brands .item img {
        height: 53px;
    }

.p-l-5 {
    padding-left: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.posts, .posts-cate {
    position: relative;
    overflow: hidden;
}

.posts {
    border-top: none;
}

.posts-cate .post-cate {
    padding: 15px 0;
}

    .posts-cate .post-cate h3 {
        font-size: 15px;
        text-align: center;
        font-weight: 500;
        color: #221F20;
        padding: 15px 10px;
        margin: 0;
    }

.posts .post {
    padding: 15px 0;
}

    .posts .post img {
        float: left;
        max-width: 100px;
    }

.posts .posts-list {
    position: relative;
    overflow: hidden;
   /* border: 1px solid #E5E5E5;*/
    /*background-color: #fff;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

    .posts .posts-list .post-item {
        position: relative;
        padding: 15px;
        overflow: hidden;
    }

        .posts .posts-list .post-item h3 {
            font-size: 18px;
            font-weight: 500;
            padding: 10px 0;
        }

        .posts .posts-list .post-item p {
            color: #333;
            font-size: 13px;
        }

        .posts .posts-list .post-item .line-break {
            border-bottom: 1px solid #E5E5E5;
            padding-top: 15px;
        }

        .posts .posts-list .post-item:last-child .line-break {
            border: none;
            padding-bottom: 0;
        }

a.btn-post-action {
    background: #fff;
    border: 1px solid #EC1C24;
    color: #333;
    padding: 4px 20px;
    border-radius: 5px;
    font-size: 12px;
}

    a.btn-post-action:hover {
        background-color: #EC1C24;
        color: #fff;
    }

.posts .post h3 {
    font-size: 13px;
    font-weight: 400;
    color: #221F20;
    margin-bottom: 0;
    line-height: 20px;
    margin-left: 110px;
}

h3.cate-name {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 15px;
    position: relative;
}

    h3.cate-name::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        height: 3px;
        width: 70px;
        background-color: #fe0000;
    }

h1.cate-name, h5.cate-name {
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

h6.cate-name {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    position: relative;
}

.products.categories .category-list {
    position: relative;
    width: 100%;
}

    .products.categories .category-list .slick-dots {
        bottom: -10px;
    }

    .products.categories .category-list .product.product-single .product-body {
        border: none;
        padding: 0 0 10px 0;
    }

.products.categories .product.product-single {
    border: 1px solid #E5E5E5;
    margin: 5px;
}

    .products.categories .product.product-single .product-name {
        min-height: auto;
        margin-bottom: 0;
    }

    .products.categories .product.product-single .product-body {
        padding-bottom: 0;
    }

p.show-more {
    text-align: center;
    margin-bottom: 15px;
}

    p.show-more button {
        border: 0.5px solid #fe0000;
        padding: 5px;
        background-color: #fff;
    }

    p.show-more::before {
        height: 55px;
        margin-top: -45px;
        content: -webkit-gradient(linear,0% 100%,0% 0%,from(#fff),color-stop(.2,#fff),to(rgba(255,255,255,0)));
        display: block;
    }

    p.show-more a {
        padding: 10px 0;
        color: #FF3F58;
    }

.category-content {
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

.s-text13 {
    font-size: 13px;
}

.section.best-selling h4.title {
    text-transform: uppercase;
}

h4.title.title-border {
    border-bottom: 1px solid #F1F1F1;
    text-transform: uppercase;
    padding: 10px 0;
    margin-bottom: 20px;
}

    h4.title.title-border::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 38px;
        height: 3px;
        width: 100px;
        background-color: #fe0000;
    }

.product-content {
    overflow: hidden;
}

    .product-content a {
        color: #337ab7;
    }

h4.title.title-border-all {
    background-color: #333;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

ul.list-info {
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

    ul.list-info li {
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #e5e5e5;
    }

        ul.list-info li .col-md-7, ul.list-info li .col-md-5 {
            border-right: 1px solid #e5e5e5;
            padding-top: 10px;
            padding-bottom: 10px;
        }

.product-reviews {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
}

.checkout .header-title {
    background-color: #059;
    color: #fff;
    margin-bottom: 30px;
    height: 50px;
}

    .checkout .header-title h3 {
        margin-bottom: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        padding: 0 15px;
        line-height: 50px;
    }

.carts .box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.box {
    position: relative;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

    .box > strong {
        display: block;
        overflow: hidden;
        font-size: 15px;
        color: #333;
        padding: 10px 15px 8px 15px;
        text-transform: uppercase;
        background-color: #f6f6f6;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }

        .box > strong > i {
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            color: #666;
            display: block;
            text-transform: none;
            padding-top: 1px;
        }

    .box .voucher-content span {
        display: block;
        overflow: hidden;
        font-size: 14px;
        color: #333;
        padding: 0 15px 5px 40px;
    }

        .box .voucher-content span i {
            display: block;
            font-size: 12px;
            color: #888;
        }

        .box .voucher-content span:before {
            content: '';
            margin-left: -20px;
            background: url(../img/check@2x.png);
            width: 14px;
            height: 14px;
            background-size: 14px 14px;
            margin-right: 0;
            float: left;
            margin-top: 2px;
        }

    .box.chat > h3 {
        text-align: center;
        font-size: 15px;
        color: #333;
        padding: 10px 15px 8px 15px;
        text-transform: uppercase;
    }

    .box.chat > ul {
        text-align: center;
    }

.checkout h3 {
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 0;
}

.checkout h5 {
    margin-bottom: 10px;
}

.checkout p {
    margin: 0;
}

a.edit-cart {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #E5343F;
    font-size: 13px;
    font-weight: 500;
}

.box-color {
    background-color: #F4F4F4;
}

.checkout .box h2 {
    font-size: 18px;
    border-top: 1px solid #fff;
    padding: 15px 0 0 0;
}

.line-right {
    position: absolute;
    top: 8px;
    bottom: 0;
    left: calc(50% - 30px);
    width: 35px;
    height: 35px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

button.icon-btn {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.box h5.p-t-20 {
    padding: 5px 0;
}

.box h5, .box h4 {
    position: relative;
}

.custom-position {
    position: absolute;
    right: 15px;
    top: 0;
}

.carts h3.title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.process-checkout {
    margin-bottom: 15px;
}

.row.menu_footer {
    padding-bottom: 10px;
    color: #fff;
}

.bg-1 {
    background: #fff;
    overflow: hidden;
}

.carts .bg-1 {
    padding: 5px 15px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}

.products.bg-1 .col-md-3, .products.bg-1 .col-md-6:first-child {
    background-color: #47545f;
}

    .products.bg-1 .col-md-3 .title-cate, .products.bg-1 .col-md-6 .title-cate {
        color: #fff;
    }

#header-mobile {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    #header-mobile .header-search button.search-btn {
        top: 10px;
        right: 6px;
        padding: 10px 16px;
        border-radius: 0 3px 3px 0;
        background-color: #fe0000;
        border: none;
        position: absolute;
        color: #fff;
    }

    #header-mobile > a > img {
        max-height: 25px;
    }

    #header-mobile a.toggle-menu {
        position: absolute;
        top: 15px;
        left: 10px;
    }

    #header-mobile a.account-menu {
        position: absolute;
        top: 17px;
        right: 45px;
        font-size: 20px;
    }

    #header-mobile a.cart-menu {
        position: absolute;
        top: 17px;
        right: 10px;
        font-size: 20px;
    }

    #header-mobile a.call-menu {
        position: absolute;
        top: 17px;
        right: 80px;
    }

.feature-categories ul.list-categories {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

    .feature-categories ul.list-categories li {
        margin: 10px;
        flex: 1;
        min-width: 125px;
        align-items: flex-end;
        justify-content: center;
    }

        .feature-categories ul.list-categories li .category-icon {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            background-color: #f9f9f9;
            text-align: center;
            width: 125px;
            height: 70px;
            border-radius: 100px 100px 0 0;
        }

        .feature-categories ul.list-categories li:hover .category-icon {
            background-color: #fe0000;
        }

    .feature-categories ul.list-categories a {
        color: #333;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        font-weight: 500;
        transition: ease-in-out 200ms;
    }

        .feature-categories ul.list-categories a img {
            width: 60px;
            margin-bottom: 0;
        }

        .feature-categories ul.list-categories a h3 {
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            margin-top: 10px;
        }

#modal_search form {
    padding-bottom: 15px;
}

#modal_search .category {
    border-top: 1px solid #e4e4e4;
    padding: 20px 0;
}

    #modal_search .category h4 {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

        #modal_search .category h4 a {
            color: #fe0000;
        }

    #modal_search .category h6 {
        font-weight: 400;
        font-size: 13px;
        margin-top: 10px;
        text-align: center;
    }

#modal_search .modal-header {
    display: flex;
}

    #modal_search .modal-header a {
        align-self: center;
    }

    #modal_search .modal-header .modal-title {
        margin-left: 15px;
    }

#modal_search .category img {
    max-width: 70px;
}

#modal_search .modal-dialog {
    height: 80vh;
}

#modal_search .modal-body {
    overflow: auto;
}

#modal_search .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.product.product-details {
    padding: 0px 15px 15px 15px;
}

    .product.product-details .bg-1 {
        padding-top: 15px;
        border-top: 1px solid #e5e5e5;
    }

.menu-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

    .menu-fixed .menu-nav .menu-list > li > a {
        line-height: 75px;
    }

span.col-6-text {
    position: absolute;
    bottom: 15px;
    left: 30px;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.col-6-caption > h3 {
    font-weight: 300;
    font-size: 25px;
    padding: 68px 25px;
    line-height: 35px;
}

.product-item {
    width: 100%;
    padding-bottom: 50%;
    vertical-align: top;
    height: 0;
}

    .product-item.one-item {
        height: auto;
        padding-bottom: 15px;
        text-align: center;
    }

        .product-item.one-item .product.more-option.part {
            margin-left: auto;
            margin-right: auto;
        }

        .product-item.one-item img {
            max-width: 300px;
        }

    .product-item > a > .row {
        padding: 25px;
    }

    .product-item img {
        padding: 15px;
    }

.col-6.product-item {
    padding: 30px 30px;
}

.product-item.hover-none:hover {
    background-color: transparent;
}

.product-item:hover {
    background-color: rgba(135, 149, 150, 0.075);
}

.product-item h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 15px;
}

.product-item h3 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
}

.product-item span {
    font-weight: 500;
    font-size: 20px;
    color: #fe0000;
}

.col-6-img.hover-25:hover {
    background-color: rgba(135, 149, 150, 0.075);
}

.col-6-img.hover-25 {
    padding: 25px;
}

.col-6-img h3 {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
}

#navigation-base {
    border-top: 1px solid rgba(0,0,255,0);
    border-bottom: 1px solid rgba(0,0,255,0);
    background-color: #f8f8f8;
    transition: all .3s ease;
}

    #navigation-base .menu-nav ul.menu-list {
        width: 100%;
        text-align: left;
    }

    #navigation-base .menu-nav .menu-list > li > a {
        color: #383e47;
        line-height: 50px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        transition: all .3s ease;
        position: relative;
        padding: 0;
        margin-right: 30px;
    }

        #navigation-base .menu-nav .menu-list > li > a:before {
            content: '';
            left: 0;
            width: 0;
            bottom: 10px;
            height: 1px;
            position: absolute;
            background-color: #059;
            transition: all .3s ease;
        }

        #navigation-base .menu-nav .menu-list > li > a:hover:before {
            width: 100%;
        }

    #navigation-base .free-shipping > h6 {
        margin: 0;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 50px;
    }

        #navigation-base .free-shipping > h6 > i {
            font-size: 20px;
        }

#responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    bottom: 0;
    max-width: 300px;
    width: 0%;
    background-color: #FFF;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 99999;
}

    #responsive-nav .menu-nav {
        height: 100%;
        overflow: hidden;
    }

        #responsive-nav .menu-nav .menu {
            padding-bottom: 30px;
            margin: 0;
            position: absolute;
            right: 0;
            left: 0;
            top: 55px;
            bottom: 0;
            overflow-y: auto;
            will-change: transform;
            visibility: hidden;
        }

    #responsive-nav.open {
        width: 100%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
    }

    #responsive-nav .dropdown .custom-menu {
        display: none;
        position: static;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: none;
        border-left: 2px solid #fe0000;
    }

    #responsive-nav .dropdown.open .custom-menu {
        display: block;
        min-width: auto;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    #responsive-nav .menu-mobile {
        padding: 15px;
    }

        #responsive-nav .menu-mobile img {
            height: 16px;
            margin-right: 8px;
            width: 16px;
        }

        #responsive-nav .menu-mobile li {
            padding: 6px 0;
            line-height: 15px;
        }

        #responsive-nav .menu-mobile .social li {
            display: inline-flex;
        }

            #responsive-nav .menu-mobile .social li img {
                width: 35px;
                height: 100%;
            }

        #responsive-nav .menu-mobile .help,
        #responsive-nav .menu-mobile .support,
        #responsive-nav .menu-mobile .social,
        #responsive-nav .menu-mobile .categories,
        #responsive-nav .menu-mobile .account {
            padding: 5px 0;
            border-bottom: 1px solid #e5e5e5;
        }

#menu-left {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 100000;
}

    #menu-left.open {
        visibility: visible;
    }

body.lock-position {
    overflow: hidden;
}

#menu-left.open #menu-background {
    background-color: rgba(0,0,0,.8);
    opacity: 1;
    position: absolute;
    will-change: opacity;
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    visibility: visible;
}

#menu-left .menu-nav .menu-header {
    padding: 15px;
    background: #059;
    color: #FFF;
    font-weight: 500;
    position: relative;
}

    #menu-left .menu-nav .menu-header > a {
        color: #fff;
    }

        #menu-left .menu-nav .menu-header > a > img {
            margin-right: 10px;
            width: 25px;
        }

#menu-left .menu-nav .menu-list {
    list-style: none;
    width: 100%;
    padding: 0;
    position: relative;
    border-top: 1px solid #d5dbdb;
    margin-bottom: 5px;
}

    #menu-left .menu-nav .menu-list li {
        width: 100%;
        position: relative;
    }

        #menu-left .menu-nav .menu-list li .child-menu-list {
            list-style: none;
            width: 100%;
            padding: 0;
            position: relative;
            margin-bottom: 5px;
        }

            #menu-left .menu-nav .menu-list li .child-menu-list > li > a {
                line-height: normal;
                padding: 8px 15px 8px 30px;
                text-transform: none;
                display: block;
                font-size: 13px;
            }

                #menu-left .menu-nav .menu-list li .child-menu-list > li > a:before {
                    content: "\f111";
                    font: normal normal normal 6px/1 FontAwesome;
                    position: absolute;
                    top: 13px;
                    left: 20px;
                }

                #menu-left .menu-nav .menu-list li .child-menu-list > li > a:hover {
                    background-color: #eaeded;
                    color: #333;
                }

    #menu-left .menu-nav .menu-list > li .menu-title {
        color: #969397;
        text-transform: uppercase;
        padding: 10px 15px;
        width: 100%;
        margin: 0;
        font-size: 15px;
    }

    #menu-left .menu-nav .menu-list > li > a {
        padding: 0;
        line-height: normal;
        padding: 10px 15px;
        text-transform: none;
    }

        #menu-left .menu-nav .menu-list > li > a:hover {
            background-color: #eaeded;
        }

#menu-left .close-menu {
    position: absolute;
    top: 0;
    left: 300px;
    cursor: pointer;
    line-height: 55px;
    font-weight: 300;
    color: #fff;
    padding: 0 10px;
    font-size: 30px;
}

#menu-left .menu-visible {
    visibility: visible !important;
}

#menu-left .menu-translateX-right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

#menu-left .menu-translateX-left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

#menu-left .menu-back {
    display: flex;
    padding: 10px 15px;
    font-weight: 500;
    line-height: 17px;
    color: #111;
}

    #menu-left .menu-back i {
        color: #333;
        margin-right: 10px;
    }

    #menu-left .menu-back:hover {
        background-color: #eaeded;
    }

        #menu-left .menu-back:hover i {
            color: #111;
        }

.video-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .video-box .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 99;
    }

        .video-box .video-overlay.start i {
            display: none;
        }

        .video-box .video-overlay.stop i {
            padding: 13px 13px;
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 50px;
            background-color: rgba(211,211,211,.5);
            width: 80px;
            height: 80px;
            text-align: center;
            align-items: center;
            border-radius: 50%;
            border: 3px solid #fff;
            color: #fff;
            cursor: pointer;
            display: block;
        }

        .video-box .video-overlay.stop:hover i {
            background-color: rgba(115,133,159,.5);
        }

video.video-play {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

a > span.link-action {
    position: absolute;
    bottom: 1.2em;
    font-size: 15px;
    color: #fff;
    left: 1.2em;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    background: rgba(0,0,0,.7);
    padding: .5em 1.375em;
    border-radius: 5em;
    border: 1px solid #fff;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-product-box {
    overflow: hidden;
    position: relative;
    padding: 25px 50px;
    border-bottom: 5px solid #d5dbdb;
}

h2.feature-product-name {
    font-size: 25px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.feature-rating {
    margin-bottom: 10px;
}

    .feature-rating .product-rating, .product-rating {
        float: left;
        margin-right: 10px;
    }

        .feature-rating .product-rating i, .product-rating i {
            color: #FFB656;
            font-size: 17px;
        }

            .feature-rating .product-rating i.empty, .product-rating i.empty {
                color: #DADADA;
            }

.feature-product-price {
    color: #fe0000;
}

    .feature-product-price del {
        color: #333;
        font-size: 18px;
    }

.feature-content {
    line-height: 25px;
}

.feature-slick .slick-dots {
    bottom: 0;
}

.order-2 {
    order: 2;
    -webkit-order: 2;
}

.order-1 {
    order: 1;
    -webkit-order: 1;
}

.bg-custom-1 {
    background-color: rgba(135, 149, 150, 0.075);
    overflow: hidden;
}

.product.more-option.part {
    width: fit-content;
    border: 1px solid #ddd;
    padding: 8px 15px;
    margin-top: 10px;
    border-radius: 5px;
}

.loading {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    text-align: center;
    display: none;
}

    .loading img {
        margin-top: calc(50vh - 75px);
    }

.sign-in h3 {
    margin: 15px 0;
    font-size: 20px;
}

.section.sign-in {
    margin-bottom: 20px;
}

.about-us h4.footer-header {
    position: relative;
    margin-bottom: 10px;
}

    .about-us h4.footer-header::before {
        content: "";
        position: absolute;
        left: 0;
        top: 15px;
        height: 2px;
        width: 35px;
        background-color: #fe0000;
    }

.validation-summary-errors {
    color: #fe0000;
    padding: 0 7px;
}

.section.mega-sale {
    padding: 5px 0;
}

ul.account-menu.catalog {
    text-align: left;
}

ul.account-menu {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 8px 0;
    background: #e4e4e4;
}

    ul.account-menu li {
        font-size: 14px;
        display: inline-flex;
        margin: 0 10px;
    }

        ul.account-menu li.active, ul.account-menu li:hover {
            border-bottom: 3px solid #fe0000;
        }

.box-overview .content {
    width: 100%;
    padding: 15px 15px 0 15px;
    border: 1px solid #e4e4e4;
    border-radius: 10px 10px 0 0;
    font-size: 15px;
}

.box-overview .action {
    background-color: #059;
}

    .box-overview .action a {
        color: #fff;
        font-size: 15px;
        width: 100%;
        display: block;
        padding: 6px 0;
    }

        .box-overview .action a:first-child {
            border-right: 1px solid #00335d;
        }

        .box-overview .action a:hover {
            color: #fe0000;
        }

.p-t-5 {
    padding-top: 5px
}

.p-b-5 {
    padding-bottom: 5px
}

.p-b-15 {
    padding-bottom: 15px
}

.p-t-10 {
    padding-top: 10px
}

.p-b-10 {
    padding-bottom: 10px
}

#product-main-view .product-view .video, .posts .video-play {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    #product-main-view .product-view .video iframe, .posts .video-play iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.menu-nav .menu-list > li .popover-content > img {
    max-height: none;
}

.popover-content {
    padding: 5px;
    min-width: 275px;
}

.feature-slick[data-display="feature-slick"] .slick-slide img {
    max-width: 300px;
    margin: 0 auto;
}

.slick-prev::before {
    content: "\f104";
    width: 32px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    font: normal normal normal 35px/1 FontAwesome;
}

.slick-next::before {
    content: "\f105";
    width: 32px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    font: normal normal normal 35px/1 FontAwesome;
}

.slick-track .product-view.slick-slide.slick-cloned:last-child {
    display: none;
}

#modal_images {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 !important;
}

    #modal_images .modal-dialog {
        width: 100%;
        height: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }

    #modal_images .modal-content {
        height: 100%;
        border-radius: 0;
        border: none;
    }

        #modal_images .modal-content .modal-body {
            background: #000;
            height: 100%;
        }

            #modal_images .modal-content .modal-body .owl-carousel {
                height: calc(100% - 140px) !important;
                position: relative;
                overflow: hidden;
            }

                #modal_images .modal-content .modal-body .owl-carousel .owl-stage-outer,
                #modal_images .modal-content .modal-body .owl-carousel .owl-stage,
                #modal_images .modal-content .modal-body .owl-carousel .owl-item,
                #modal_images .modal-content .modal-body .owl-carousel .owl-carousel-item {
                    height: 100%;
                    position: relative;
                }

                    #modal_images .modal-content .modal-body .owl-carousel .owl-item img {
                        margin: 0 auto;
                        width: auto !important;
                        max-height: 100%;
                    }

            #modal_images .modal-content .modal-body .owl-thumbs {
                overflow: hidden;
                margin-top: 10px;
                text-align: center;
            }

                #modal_images .modal-content .modal-body .owl-thumbs .owl-thumb-item {
                    display: inline-block;
                    cursor: pointer;
                }

                    #modal_images .modal-content .modal-body .owl-thumbs .owl-thumb-item img {
                        max-width: 65px;
                    }

#product-main-view .product-view img {
    cursor: pointer;
}

#modal_images .modal-content .modal-body .owl-thumbs .owl-thumb-item.active {
    border: 2px solid #00afea;
}

.modal-title {
    margin: 0;
    line-height: 40px;
    float: left;
    font-size: 18px;
}

.button-action {
    float: right;
    margin-right: 50px;
}

ul.policy li {
    display: block;
    overflow: hidden;
    padding: 10px 0 10px 25px;
    font-size: 13px;
    color: #333;
    line-height: 20px;
    border-bottom: solid 1px #f0f0f0;
    position: relative;
}

    ul.policy li i {
        position: absolute;
        left: 0;
        top: 15px;
    }

    ul.policy li:last-child {
        border: none;
    }

.feature-product-box .primary-btn {
    margin-bottom: 15px;
}

.box-content {
    display: block;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
}

    .box-content::before {
        content: " ";
        position: absolute;
        background-color: #e4e4e4;
        top: 0;
        width: 70%;
        margin: 0 15%;
        height: 1px;
    }

.btn-view-more {
    display: block;
    width: 100%;
    padding: 6px 0;
    margin: 5px 0;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    background-color: #288ad6;
    color: #fff;
    border: 1px solid #288ad6;
    border-radius: 4px;
}

    .btn-view-more:hover {
        color: #288ad6;
        background-color: #fff;
        border: 1px solid #288ad6;
    }

h4.title {
    display: block;
    line-height: 1.3em;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0;
}

ul.list-specifications {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding-top: 10px;
}

    ul.list-specifications li {
        display: inline-flex;
        background: #fff;
        width: 100%;
        border-top: 1px solid #eee;
    }

        ul.list-specifications li span {
            display: block;
            width: 60%;
            vertical-align: middle;
            font-size: 14px;
            color: #666;
            padding: 8px 0 8px 15px;
        }

        ul.list-specifications li div {
            display: block;
            width: auto;
            vertical-align: top;
            padding: 6px 5px;
            font-size: 14px;
            color: #333;
        }

        ul.list-specifications li label {
            display: block;
            background: #f2f2f2;
            font-size: 16px;
            font-weight: 500;
            color: #c0392b;
            padding: 8px 0 8px 15px;
            margin: 0;
            width: 40%;
        }

.modal-body ul.list-specifications {
    padding: 15px;
}

    .modal-body ul.list-specifications li label, .modal-body ul.list-specifications li span {
        padding-left: 8px;
        padding-right: 8px;
    }

.cart-label > a {
    float: left;
    overflow: hidden;
    font-size: 14px;
    color: #288ad6;
    line-height: 16px;
    padding: 10px;
}

.cart-label > span {
    float: right;
    padding: 9px 10px;
}

.item-relates {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

    .item-relates .item-relate {
        padding: 5px 0px;
        overflow: hidden;
        margin-bottom: 10px;
        border: 1px solid #f3f4f6;
        position: relative;
    }

        .item-relates .item-relate h3 {
            font-size: 15px;
            font-weight: 400;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-bottom: 10px;
        }

        .item-relates .item-relate h5.product-price {
            display: inline-block;
            font-size: 15px;
            width: 100%;
            color: #fe0000;
            font-weight: 500;
            line-height: 20px;
            margin-bottom: 0;
        }

            .item-relates .item-relate h5.product-price del {
                font-size: 13px;
                font-weight: 400;
                color: #333;
            }

        .item-relates .item-relate .thumb .play {
            width: 30px;
            height: 30px;
            top: calc(50% - 15.5px);
        }

            .item-relates .item-relate .thumb .play i {
                font-size: 20px;
            }

ul.list-voucher {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

    ul.list-voucher li {
        list-style: inside;
        font-size: 13px;
    }

img.lazyload:not([src]) {
    visibility: hidden;
}

p.selected-item {
    margin-bottom: 0;
}

.box-specificationses {
    position: relative;
}

    .box-specificationses h4.title {
        display: block;
        line-height: 1.3em;
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 500;
        background: #288ad6;
        text-align: center;
        color: #fff;
        padding: 10px 0;
        text-transform: uppercase;
        border-radius: 3px 3px 0px 0px;
    }

    .box-specificationses ul.list-specifications {
        display: block;
        position: relative;
        overflow: hidden;
        background: #fff;
        padding-top: 0;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

        .box-specificationses ul.list-specifications li {
            display: inline-flex;
            background: #fff;
            width: 100%;
            border-top: 1px solid #eee;
        }

            .box-specificationses ul.list-specifications li span {
                display: table-cell;
                width: 40%;
                vertical-align: middle;
                font-size: 14px;
                color: #666;
            }

            .box-specificationses ul.list-specifications li div {
                display: block;
                width: auto;
                vertical-align: top;
                padding: 6px 5px;
                font-size: 14px;
                color: #333;
            }

            .box-specificationses ul.list-specifications li label {
                display: block;
                background: #f2f2f2;
                font-size: 16px;
                font-weight: 500;
                color: #c0392b;
                padding: 8px 0;
                margin: 0;
            }

.review-summary {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}

    .review-summary .box-reviews {
        text-align: center;
    }

        .review-summary .box-reviews i {
            color: #FFB656;
            font-size: 20px;
        }

    .review-summary span {
        display: block;
        font-size: 16px;
        padding: 10px 0 5px 0;
    }

    .review-summary ul.box-rating {
        text-align: left;
        display: block;
        list-style: none;
        overflow: hidden;
        padding-left: 20px;
        border-left: 1px solid #ddd
    }

        .review-summary ul.box-rating li {
            width: 100%;
            float: left;
            margin-bottom: 5px;
        }

            .review-summary ul.box-rating li label {
                font-size: 13px;
                font-weight: 300;
                width: 15%;
                float: left;
                margin-bottom: 0;
                line-height: 24px
            }

                .review-summary ul.box-rating li label i {
                    color: #FFB656;
                    font-size: 16px;
                    margin-left: 2px;
                }

            .review-summary ul.box-rating li .bar {
                float: left;
                width: 55%;
                height: 8px;
                background-color: #f1f1f1;
                text-align: center;
                color: white;
                margin-top: 8px;
            }

                .review-summary ul.box-rating li .bar .bar-rating {
                    height: 8px;
                    background-color: #f44336;
                }

            .review-summary ul.box-rating li span {
                float: left;
                width: 30%;
                font-size: 13px;
                text-align: right;
                line-height: 24px;
                padding: 0;
            }

    .review-summary form.review-form {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid #ddd;
    }

p.show-more {
    text-align: center;
    margin-bottom: 15px;
}

    p.show-more::before {
        height: 55px;
        margin-top: -45px;
        content: -webkit-gradient(linear,0% 100%,0% 0%,from(#fff),color-stop(.2,#fff),to(rgba(255,255,255,0)));
        display: block;
    }

    p.show-more span {
        color: #288ad6;
        cursor: pointer;
    }

i.thong-tin-hop {
    background: url(/Content/img/icon/trong-hop-co.png) 2px 0 no-repeat;
    width: 22px;
    height: 16px;
    top: 15px;
    background-size: 19px 16px;
}

i.bao-hanh {
    background: url(/Content/img/icon/bao-hanh-chinh-hang.png) 2px 0 no-repeat;
    width: 19px;
    height: 23px;
    background-size: 16px 23px;
}

i.mot-doi-mot {
    background: url(/Content/img/icon/1-doi-1.png) 2px 0 no-repeat;
    width: 20px;
    height: 20px;
    background-size: 18px 20px;
}

.products.sub-category {
    padding-left: 15px;
}

.products.sub-brand {
    padding-right: 15px;
}

.products.sub-category li {
    padding: 3px;
    margin-bottom: 10px;
}

    .products.sub-category li img {
        max-width: 40px;
    }

    .products.sub-category li .border-style {
        border: 1px solid #f3f4f6;
        padding: 5px;
        border-radius: 5px;
        position: relative;
    }

a.filter_filter.active .border-style::after {
    content: "";
    width: 23px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    background: transparent url(/Content/img/active.png) no-repeat left top;
    background-size: 23px 20px;
    z-index: 2;
}

.products.sub-category li h3 {
    font-weight: 400;
    line-height: 20px;
}

.section .category-info {
    background: #f3f4f6;
    padding: 0 15px;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 10px -6px rgba(0,0,0,.35);
    box-shadow: 0 6px 10px -6px rgba(0,0,0,.35);
}

#video-slide {
    position: relative;
}

    #video-slide .slick-dots {
        bottom: -10px;
    }

span.total-result {
    background-color: #fe0000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

ul.sort-order {
    list-style: none;
    position: relative;
    overflow: visible;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
}

    ul.sort-order li {
        display: inline-block;
        padding: 0 10px 15px 0;
        position: relative;
    }

        ul.sort-order li.filter:first-child {
            position: static;
        }

        ul.sort-order li > a.sort-item {
            padding: 4px 10px;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 400;
            border: 1px solid #cccfd6;
            border-radius: 5px;
            color: #444;
            display: block;
        }

            ul.sort-order li > a.sort-item.active {
                background-color: #288ad6;
                border-color: #288ad6;
                color: #fff;
            }

#filter_menu_right {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 100000;
    display: none
}

    #filter_menu_right.open {
        visibility: visible;
        display: block;
    }

        #filter_menu_right.open #menu-background-filter {
            background-color: rgba(0,0,0,.8);
            opacity: 1;
            position: absolute;
            will-change: opacity;
            height: 100%;
            width: 100%;
            -webkit-tap-highlight-color: transparent;
            display: flex;
            visibility: visible
        }

    #filter_menu_right .close-menu {
        position: absolute;
        top: 0;
        right: 300px;
        cursor: pointer;
        line-height: 55px;
        font-weight: 300;
        color: #fff;
        padding: 0 10px;
        font-size: 30px
    }

#filter_content {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    bottom: 0;
    max-width: 300px;
    width: 0%;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 99991
}

    #filter_content.open {
        width: 100%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
        overflow: auto;
    }

h3.search-keyword {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.media-body, .media-left, .media-right {
    vertical-align: middle;
}

.section.fix-min-height {
    padding-top: 0;
}

#top-header {
    padding: 9px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    font-size: 14px;
}

    #top-header .header-top-links > li {
        display: inline-block;
        padding-left: 15px;
    }

        #top-header .header-top-links > li a {
            color: #383e47;
            position: relative;
        }

            #top-header .header-top-links > li a::before {
                content: '';
                left: 0;
                width: 0;
                bottom: -2px;
                height: 1px;
                position: absolute;
                background-color: #fe0000;
                transition: all .3s ease;
            }

            #top-header .header-top-links > li a:hover:before {
                width: 100%;
            }

.icon {
    display: inline-block;
    font: normal normal normal 14px/1 electro;
    font-size: inherit;
    text-rendering: auto;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-add-to-cart:before {
    content: "\61";
}

.icon-comment:before {
    content: "\63";
}

.icon-compare:before {
    content: "\64";
}

.icon-customers:before {
    content: "\65";
}

.icon-dollar:before {
    content: "\66";
}

.icon-favorites:before {
    content: "\67";
}

.icon-grid-view:before {
    content: "\68";
}

.icon-list-view:before {
    content: "\69";
}

.icon-phone:before {
    content: "\6b";
}

.icon-returning:before {
    content: "\6c";
}

.icon-search:before {
    content: "\6d";
}

.icon-shopping-bag:before {
    content: "\6e";
}

.icon-support:before {
    content: "\6f";
}

.icon-tag:before {
    content: "\70";
}

.icon-thing-arrow-right:before {
    content: "\71";
}

.icon-user:before {
    content: "\72";
}

.icon-arrow-right-categproes:before {
    content: "\62";
}

.icon-blog-likes:before {
    content: "\6a";
}

.icon-category-icon:before {
    content: "\73";
}

.icon-mail:before {
    content: "\74";
}

.icon-map-pointer:before {
    content: "\75";
}

.icon-newsletter:before {
    content: "\76";
}

.icon-close-remove:before {
    content: "\77";
}

.icon-payment:before {
    content: "\78";
}

.ec-arrow-down-search:before {
    content: "\79";
}

.icon-list-view-small:before {
    content: "\7a";
}

.icon-list-view-medium:before {
    content: "\41";
}

.icon-transport:before {
    content: "\42";
}

.icon-cameras:before {
    content: "\e900";
}

.icon-drone:before {
    content: "\e901";
}

.icon-gamepad:before {
    content: "\e902";
}

.icon-headphones:before {
    content: "\e903";
}

.icon-laptop:before {
    content: "\e904";
}

.icon-printer:before {
    content: "\e905";
}

.icon-smartphones:before {
    content: "\e906";
}

.icon-smartwatch:before {
    content: "\e907";
}

.icon-speaker:before {
    content: "\e915";
}

.icon-tvs:before {
    content: "\e916";
}

.icon-menu:before {
    content: "\e908";
}

a.toggle-menu i {
    font-size: 25px;
    color: #fe0000;
}

.categories-feature .category-header {
    display: flex;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e7e7;
    justify-content: space-between;
    align-items: baseline;
}

    .categories-feature .category-header ul.list-sub-item {
        list-style: none;
    }

        .categories-feature .category-header ul.list-sub-item li {
            display: inline-block;
            padding: 0 10px;
        }

            .categories-feature .category-header ul.list-sub-item li a {
                color: #555;
                font-weight: 500;
            }

                .categories-feature .category-header ul.list-sub-item li a:hover {
                    color: #fe0000;
                }

    .categories-feature .category-header h3 {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 8px 0;
        position: relative;
    }

        .categories-feature .category-header h3::before {
            content: ' ';
            position: absolute;
            width: 100%;
            background-color: #fe0000;
            height: 2px;
            bottom: 0;
            left: 0;
        }

    .categories-feature .category-header a {
        font-size: 14px;
        margin-top: 10px;
        color: #fe0000;
    }

.brands-slick {
    padding: 6px 0;
    border-top: 1px solid #e6e7e7;
    border-bottom: 1px solid #e6e7e7;
}

    .brands-slick .product.product-single {
        opacity: 0.5;
        margin: 8px;
    }

        .brands-slick .product.product-single:hover {
            opacity: 1;
            transform: translateY(0);
        }

    .brands-slick .slick-prev {
        left: 0;
    }

    .brands-slick .slick-next {
        right: 0;
    }

.section.newsletter {
    background-color: #134263;
    padding-bottom: 15px;
    color: #fff;
    text-align: center;
}

.subscribe {
    display: block;
    float: none;
    font-size: inherit;
    padding: 0;
    vertical-align: inherit;
    width: 100%;
}

    .subscribe > h5 {
        display: inline-block;
        font-size: 14px;
        margin: 0 15px 0 0;
        width: 160px;
        line-height: 22px;
        text-align: right;
        vertical-align: middle;
        text-transform: uppercase;
        padding: 1px 0 0;
    }

    .subscribe > .form {
        display: inline-flex;
        margin: 0 15px 0 0;
        vertical-align: middle;
        width: auto;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        text-align: center;
    }

        .subscribe > .form > input {
            display: inline-block;
            margin: 0 5px 0 0;
            max-width: none;
            vertical-align: top;
            width: 360px;
            background-color: #fff;
            border: 1px solid #fff;
            box-sizing: border-box;
            color: #383e47;
            display: block;
            font-size: 14px;
            height: 39px;
            line-height: normal;
            min-height: auto;
            padding: 0 12px;
            transition: all .3s ease;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

        .subscribe > .form > button {
            display: inline-block;
            margin: 0;
            max-width: none;
            vertical-align: top;
            background-color: #fa982f;
            border: 1px solid #fa982f;
            box-shadow: 0 0 3px rgb(0 0 0 / 10%);
            box-sizing: border-box;
            color: #fff;
            display: block;
            font-size: 16px;
            height: 39px;
            margin: 0 auto;
            padding: 2px 0 0;
            transition: all .3s ease;
            max-width: 120px;
            width: 100%;
        }

    .subscribe ul.social {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

        .subscribe ul.social li {
            display: inline-block;
            margin: 0 15px 0 0;
        }

        .subscribe ul.social img {
            max-width: 30px;
        }

.section.footer-content .category-header {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 15px;
}

    .section.footer-content .category-header h3 {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 8px 0;
        position: relative;
    }

        .section.footer-content .category-header h3::before {
            content: ' ';
            position: absolute;
            width: 100%;
            background-color: #fe0000;
            height: 2px;
            bottom: 0;
            left: 0;
        }

.section.footer-content img {
    max-width: 120px;
    min-height: 80px;
}

.section.footer-content .media {
    padding: 10px 0;
    border-top: 1px solid #e6e7e7;
}

    .section.footer-content .media h3 {
        font-weight: 400;
    }

.item-relates .item.single-item .product.product-single,
.item-compares .item.single-item .product.product-single {
    margin: 5px;
}

.custom-p-r-l-10 {
    padding: 0 10px;
}

.custom-p-r-20 {
    padding-right: 20px;
}

.custom-p-l-20 {
    padding-left: 20px;
}

.suggestion {
    position: absolute;
    background: #fff;
    z-index: 99;
    width: calc(100% - 77px);
    left: 15px;
}

ul.results {
}

    ul.results li {
        padding: 10px;
        border-bottom: 1px dotted #ccc;
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
    }

        ul.results li:hover {
            background-color: #f8f8f8;
        }

        ul.results li:last-child {
            border-bottom: 1px solid #e2e2e2;
        }

        ul.results li img {
            min-width: 60px;
        }

        ul.results li h3 {
            padding-bottom: 5px;
        }

        ul.results li span {
            color: #fe0000;
        }

.video[data-source="youtube"] {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .video[data-source="youtube"] iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.list-style-none {
    list-style: unset;
    padding-left: 20px;
}

h3.title_page {
    margin-bottom: 15px;
    font-size: 18px;
}

.title-h1 {
    margin-bottom: 15px;
    color: #134263;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}

ul.az-brands {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
    clear: both;
}

    ul.az-brands > li {
        display: inline-block;
        width: calc(100% / 6);
        min-width: 150px;
        color: #383e47;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0 0 10px 0;
        text-transform: capitalize;
    }

        ul.az-brands > li > ul.az-brand {
            margin-top: 10px;
        }

            ul.az-brands > li > ul.az-brand > li {
                font-weight: 400;
                font-size: 14px;
                padding-bottom: 8px;
            }

                ul.az-brands > li > ul.az-brand > li > a:hover {
                    text-decoration: underline;
                }

#home {
    position: relative;
}

.section.home-categories {
    transition: background-color 0.6s;
    overflow: hidden;
    position: relative;
    margin: 1rem 0;
    padding: 0;
}

    .section.home-categories ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
    }

        .section.home-categories ul li {
            padding: 15px 10px;
            flex: 1;
            min-width: 150px;
            transition: transform .25s ease 0s,-webkit-transform .25s ease 0s,opacity 0.25s;
            border-right: 1px solid #f3f4f6;
        }

            .section.home-categories ul li:hover {
                -webkit-transform: translateY(-5%);
                transform: translateY(-5%);
            }

            .section.home-categories ul li:before {
                content: '';
                position: absolute;
                z-index: 1;
                top: 42%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0;
                right: 0;
                width: 0px;
                height: 0px;
                margin: 0 auto;
                opacity: 0;
                transition: opacity 0.35s;
            }

            .section.home-categories ul li:hover::before {
                opacity: 0.29;
            }

            .section.home-categories ul li a {
                color: #47545f;
                text-decoration: none;
                display: flex;
                flex-direction: column;
                text-align: center;
                align-items: center;
                font-weight: 500;
                transition: ease-in-out 200ms;
            }

                .section.home-categories ul li a > img {
                    width: 100px;
                    border-radius: 50%;
                }

                .section.home-categories ul li a h3 {
                    font-size: 13px;
                    font-weight: 700;
                    line-height: 20px;
                    margin-top: 10px;
                    text-transform: uppercase;
                    color: #333;
                    position: relative;
                }

                    .section.home-categories ul li a h3:before {
                        content: '';
                        position: absolute;
                        bottom: -10px;
                        left: 0;
                        display: block;
                        width: 100%;
                        padding-top: 20px;
                    }

                    .section.home-categories ul li a h3:after {
                        content: '';
                        position: absolute;
                        bottom: -6px;
                        left: 0;
                        display: block;
                        width: 98%;
                        height: 1px;
                        background-color: #fe0000;
                        -moz-transform: scale3d(0, 1, 1);
                        -o-transform: scale3d(0, 1, 1);
                        -ms-transform: scale3d(0, 1, 1);
                        -webkit-transform: scale3d(0, 1, 1);
                        transform: scale3d(0, 1, 1);
                        transition: all 0.15s ease-in;
                    }

            .section.home-categories ul li:hover a h3:after {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }

.homepage-h1 {
    color: #134263;
    font-size: 35px;
    margin: 25px auto;
    text-align: center;
}

.homepage-text {
    margin: 0 auto 25px;
    font-size: 15px;
    line-height: 2.5rem;
    min-width: 350px;
    max-width: 80%;
    text-align: center;
}

.homepage-h2 {
    display: block;
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    text-transform: none;
    width: auto;
}

    .homepage-h2 span {
        display: block;
        width: 90%;
        max-width: 500px;
        border-top: 10px solid #175078;
        padding: 25px 0;
        margin: 0 auto;
    }

.homepage_boxes {
    border: 1px dotted #8ba7bb;
    border-radius: 3px;
    margin: 0 auto 50px;
    padding: 7px
}

    .homepage_boxes .homepage_boxes_inset {
        background: #f0f4f6;
        padding: 25px
    }

        .homepage_boxes .homepage_boxes_inset .homepage_boxes_logo {
            margin: 0 auto;
            max-width: 200px
        }

        .homepage_boxes .homepage_boxes_inset h3.homepage-h3 {
            color: #175078;
            font-size: 2.25rem;
            line-height: 2.5rem;
            margin: 20px auto;
            opacity: 1;
            text-align: center
        }

        .homepage_boxes .homepage_boxes_inset p {
            margin: 0 auto 25px;
            font-size: 14px;
            line-height: 25px;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

            .homepage_boxes .homepage_boxes_inset p:last-child {
                margin-bottom: 0;
            }

            .homepage_boxes .homepage_boxes_inset p a {
                font-weight: 600;
            }

.service-wrapper {
    text-align: left;
    height: auto;
    line-height: 20px;
}

    .service-wrapper .icon {
        vertical-align: middle;
        display: inline-block;
        height: 70px;
        width: 70px;
        font-size: 12px;
        border-radius: 50%;
        border: 2px solid #fe0000
    }

        .service-wrapper .icon svg {
            padding: 10px;
            fill: #fe0000
        }

    .service-wrapper .content {
        vertical-align: middle;
        font-size: 1.2rem;
        display: inline-block;
        width: calc(100% - 80px);
        padding-left: 20px
    }

        .service-wrapper .content .title {
            font-size: 18px;
            line-height: 1.4;
            margin: 0 0 7px 0;
            color: #383e47
        }

        .service-wrapper .content .text {
            color: #383e47;
            line-height: 20px;
        }

.homepage-product-v1 h2.page-heading {
    top: -12px;
    color: #fff;
    left: 10px;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    overflow: hidden;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    z-index: 99;
    text-transform: none;
    background: url(../img/block-tittle-tab.png) no-repeat scroll 10px -1px transparent;
    padding: 5px 25px 5px 40px;
}

    .homepage-product-v1 h2.page-heading span {
        padding-bottom: 0;
    }

ul.product-tab-v1 {
    display: inline-block;
    text-align: right;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    background: url(../img/bg-tab.png) center no-repeat;
    background-size: cover;
}

    ul.product-tab-v1 li {
        display: inline-block;
    }

        ul.product-tab-v1 li a {
            padding: 8px 0 8px 0;
            margin-right: 15px;
            height: auto;
            font-size: 14px;
            line-height: 1.2;
            overflow: visible;
            color: #999;
            display: block;
            white-space: nowrap;
            text-transform: none;
            text-overflow: ellipsis;
            position: relative;
        }

        ul.product-tab-v1 li.active a {
            font-weight: 500;
            color: #383e47;
        }

.homepage_cards_2_img {
    max-width: 100%;
    position: relative;
}

    .homepage_cards_2_img .homepage_cards_2_text {
        background-color: rgba(23,80,120,.8);
        border-radius: 0 0 3px 3px;
        bottom: 0;
        color: #fff;
        margin: 0;
        padding: 0.75rem 1.5rem;
        position: absolute;
        width: 100%;
    }

        .homepage_cards_2_img .homepage_cards_2_text h3 {
            font-size: 2.15rem;
            text-align: center;
        }

        .homepage_cards_2_img .homepage_cards_2_text p {
            font-size: 1.35rem;
            text-align: center;
        }

ul.product-tab-v2 {
    text-align: left;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e2e4e8;
    margin-bottom: 30px;
    position: relative;
}

    ul.product-tab-v2 li {
        display: inline-block;
        z-index: 1;
        padding: 0;
        float: none;
        vertical-align: middle;
        position: relative;
        text-align: center;
        background-color: #fff;
        border-radius: 3px;
    }

        ul.product-tab-v2 li a {
            font-size: 22px;
            padding-bottom: 15px;
            text-transform: uppercase;
            margin: 0 15px;
            overflow: visible;
            display: block;
            white-space: nowrap;
            text-transform: uppercase;
            text-overflow: ellipsis;
            position: relative;
            font-weight: 500;
            color: #999;
        }

            ul.product-tab-v2 li a:first-child {
                margin-left: 0;
            }

        ul.product-tab-v2 li.active a {
            font-weight: 500;
            color: #383e47;
        }

        ul.product-tab-v2 li a:after {
            left: 0;
            bottom: -1px;
            content: "";
            width: 0;
            height: 2px;
            position: absolute;
            transition: all .3s ease;
            background-color: #fe0000;
        }

        ul.product-tab-v2 li.active a:after {
            width: 100%;
        }

.brand-item {
    border: 1px solid #cccfd6;
    margin-bottom: 5px;
    vertical-align: top;
    border-radius: 3px;
    transition: all .3s ease;
    position: relative;
    display: block;
}

    .brand-item img {
        margin: 0 auto;
        display: block;
    }

.page-heading-link {
    text-transform: capitalize;
    color: #059;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 15px;
}

.page-heading-wrapper {
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}

.page-heading {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.page-heading-link-v2 {
    display: block;
    text-align: center;
    color: #ed6912;
    margin-bottom: 15px;
}

.recent_post_list,
.recent_video_list {
    padding-left: 0;
    padding-bottom: 0;
    white-space: normal;
    overflow: hidden;
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
}

    .recent_post_list .items {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px;
        font-size: 1.2rem;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        float: left;
    }

        .recent_post_list .items:first-child,
        .recent_video_list .items {
            width: 100%;
            padding: 0 15px;
            margin-bottom: 30px;
            font-size: 1.2rem;
            display: inline-block;
            vertical-align: top;
            white-space: normal;
        }

.blog {
    margin: auto;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

    .blog:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.recent-post {
    display: block;
}

.blog-post-figure {
    display: block;
    margin: auto;
    text-align: center;
}

.blog-thumbnail {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.recent_post_list .items img {
    border-radius: 3px;
    transition: all .8s ease;
}

.blog-thumbnail img:hover {
    transform: scale(1.15);
}

.recent-post .blog-post-figure + .blog-post-body {
    margin-top: 15px;
}

.recent_post_list .items:first-child .blog-title {
    font-size: 18px;
}

.recent_post_list .recent-post .blog-title {
    font-size: 12px;
    margin: 0 0 10px 0;
    color: #194f78;
    line-height: 1.2;
    font-weight: 500;
}

.blog-post {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.video-wrapper {
    position: relative;
}

    .video-wrapper .video-image {
        display: block;
        position: relative;
        overflow: hidden;
        border-radius: 3px;
    }

    .video-wrapper .video-content {
        color: #fff;
        left: 0;
        bottom: 0;
        z-index: 5;
        padding: 10px 15px;
        position: absolute;
        background: rgba(23,80,120,.8);
    }

        .video-wrapper .video-content .title {
            font-weight: 700;
            color: inherit;
            line-height: 1.4;
            text-transform: capitalize;
            font-size: 18px;
        }

        .video-wrapper .video-content .description {
            font-size: 12px;
            line-height: 20px;
            font-weight: 700;
            color: inherit;
            margin: 0;
        }

    .video-wrapper .video-image img:not(.icon-video) {
        transition: all .8s ease;
    }

    .video-wrapper .video-image:hover img:not(.icon-video) {
        transform: scale(1.15);
    }

    .video-wrapper .video-image .icon-video {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5;
        max-width: 100px;
        display: block;
        transform: translate(-50%,-50%);
    }

.page-info {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    overflow: visible;
}

    .page-info .page-title {
        text-align: left;
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 1.3;
        color: #134263;
        text-transform: uppercase;
    }

    .page-info .page-description {
        display: block;
        font-size: 13px;
        line-height: 25px;
    }

.search-items {
    width: 100%;
    position: relative;
    display: block;
    overflow: visible;
    margin-bottom: 30px;
}

.aside {
    border-radius: 3px;
    border: 1px solid #e2e4e8;
    margin-bottom: 30px;
}

    .aside .aside-title {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        padding: 12px 20px 12px 20px;
        display: block;
        text-transform: uppercase;
        border-bottom: 1px solid #e2e4e8;
        cursor: pointer;
    }

    .aside ul.list-links {
        padding: 12px 20px 12px 20px;
    }

        .aside ul.list-links li {
            padding: 0;
            line-height: 20px;
            vertical-align: top;
            text-transform: none;
            color: #323232;
            margin-bottom: 0;
            word-break: break-word;
        }

    .aside .aside-title[data-toggle="collapse"][aria-expanded="false"]:after {
        content: "+";
        float: right;
        transform: rotate(0deg);
        padding-top: 0;
        font-size: 20px;
        color: #999;
        opacity: 1;
        font-weight: 300;
    }

    .aside .aside-title[data-toggle="collapse"][aria-expanded="true"]:after {
        content: "-";
        float: right;
        transform: rotate(0deg);
        padding-top: 0;
        font-size: 20px;
        color: #999;
        opacity: 1;
        font-weight: 300;
    }

.page-paging {
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

    .page-paging ul {
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        position: relative;
        font-size: 0;
    }

        .page-paging ul li {
            font-size: 13px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            color: #757575;
            border: none;
            border-radius: 3px;
            line-height: 1;
            cursor: pointer;
        }

            .page-paging ul li a {
                font-size: 13px;
                min-width: 40px;
                padding: 13px 0 12px 0;
                line-height: 1;
                text-decoration: none;
                text-align: center;
                transition: all .3s ease;
                border: 1px solid transparent;
                font-size: 13px;
                min-width: 40px;
                padding: 13px 0 12px 0;
                background-color: #e4e4e4;
                display: block;
                font-weight: 500;
                border: 1px solid #ccc;
                border-radius: 3px;
            }

                .page-paging ul li a:hover {
                    color: #fff;
                    background-color: #fe0000;
                    border: 1px solid #f7f7f7;
                }
            .page-paging ul li.disabled > a {
                color: #ccc;
            }
                .page-paging ul li a.active {
                    color: #fff;
                    background-color: #fe0000;
                    border: 1px solid #f7f7f7;
                    border-radius: 3px;
                }

            

.all-categories-list {
    padding: 12px 20px 12px 20px;
    font-weight: 500;
}

    .all-categories-list .category-item {
        margin: 0;
        float: none;
        display: block;
        line-height: 40px;
        position: relative;
        border-top: 1px dotted #e2e4e8;
    }

        .all-categories-list .category-item .nav-action-link {
            line-height: 30px;
        }

        .all-categories-list .category-item:first-child {
            border-top: 0;
        }

        .all-categories-list .category-item .nav-action-wrap {
            display: block;
            position: relative;
            cursor: pointer;
            line-height: 40px;
        }

            .all-categories-list .category-item .nav-action-wrap a {
                padding: 0;
                font-size: 12px;
                font-weight: 700;
                vertical-align: top;
                display: inline-block;
                text-transform: capitalize;
                color: #383e47;
            }

            .all-categories-list .category-item .nav-action-wrap i {
                top: 0;
                padding: 0 15px;
                right: -10px;
                width: 40px;
                height: 40px;
                display: block;
                cursor: pointer;
                line-height: 40px;
                position: absolute;
                transition: all .3s ease;
            }

.dropdown-category-list {
    margin: 0;
    display: none;
    list-style: none;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 15px;
    transition: all 1s ease;
}

    .dropdown-category-list .category-sub-item {
        width: 100%;
        float: none;
        display: block;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        line-height: 30px;
    }

        .dropdown-category-list .category-sub-item .nav-action-wrap i {
            height: 30px;
            width: 30px;
            line-height: 30px;
        }

        .dropdown-category-list .category-sub-item .nav-action-wrap {
            display: block;
            position: relative;
            cursor: pointer;
        }

            .dropdown-category-list .category-sub-item .nav-action-wrap a {
                width: auto;
                line-height: 30px;
                border: none;
                font-size: 12px;
                color: #059;
            }

    .dropdown-category-list.level-3 .nav-action-wrap a {
        width: auto;
        line-height: 30px;
        border: none;
        font-size: 12px;
        color: #059;
        font-weight: 400;
    }

.all-categories-list .category-item.selected .dropdown-category-list.level-2 {
    display: block;
    transition: all 1s ease;
}

    .all-categories-list .category-item.selected .dropdown-category-list.level-2 .category-sub-item.selected .dropdown-category-list.level-3 {
        display: block;
        transition: all 1s ease;
    }

.selected > .nav-action-wrap > i {
    transform: rotate(90deg);
    padding: 0px 15px !important;
}

.brand-info > a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    font-size: 12px;
    color: #999;
}

.brand-info img {
    max-height: 100px;
    margin-bottom: 15px;
}

h1.product-title {
    line-height: 1.5;
    margin: 0 0 13px 0;
    font-weight: 700;
    color: #059;
    font-size: 22px;
}

ul.list_info {
    list-style: none;
    margin: 5px 0;
}

    ul.list_info li {
        display: flex;
        padding: 5px 0;
        font-size: 13px;
    }

        ul.list_info li strong {
            min-width: 140px;
            display: block;
        }

.box_ask {
    padding: 20px 0 15px 0;
    border-top: 1px solid #eee;
    position: relative;
    margin-top: 10px;
}

.btn-style-2 {
    text-align: center;
    background: #fff;
    display: block;
    border: 1px solid #70b00c;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 13px;
    color: #70b00c;
}

.fast-contact {
    display: block;
    position: relative;
}

    .fast-contact:hover .othor-contact {
        display: block;
    }

.othor-contact {
    display: none;
    transition: 1s all ease;
    background: #fff;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 8px;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    margin-top: -10px;
}

    .othor-contact ul {
        list-style: none;
    }

        .othor-contact ul li {
            padding: 6px 15px;
            border-bottom: 1px dashed #f1f1f1;
            font-size: 14px;
            font-weight: 400;
        }

            .othor-contact ul li a {
                font-weight: 400;
            }

box_ask .service-item {
    width: 100%;
    margin: 5px 0;
}

.box_ask .service-item {
    width: 100%;
    position: relative;
    margin: 10px 0;
    display: inline-flex;
    align-items: center;
}

    .box_ask .service-item .icons {
        width: 50px;
        margin-right: 10px;
    }

    .box_ask .service-item .content {
        width: calc(100% - 60px);
    }

    .box_ask .service-item h5 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .box_ask .service-item p {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 16px;
    }

ul.list-itemboxs {
    list-style: none;
}

.p-l-30 {
    padding-left: 30px;
}

ul.list-itemboxs li {
    width: 100%;
    padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    line-height: normal;
}

    ul.list-itemboxs li label {
        min-width: 30px;
        font-size: 14px;
        font-weight: 400;
        display: flex;
    }

ul.list-payment {
    display: flex;
    list-style: none;
    margin-bottom: 10px;
}

    ul.list-payment li {
        margin-right: 5px;
    }

ul.store-pages {
    display: flex;
    margin: 15px 0;
    justify-content: flex-end;
}

.bind-list-products.style-2 {
    width: 100%;
    position: relative;
}

    .bind-list-products.style-2 .single-item {
        width: 100%;
        float: left;
        border-bottom: 1px solid #f1f1f1;
    }

        .bind-list-products.style-2 .single-item .product-single-content {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
        }

            .bind-list-products.style-2 .single-item .product-single-content .product-thumb {
                max-width: 300px;
                width: 30%;
            }

            .bind-list-products.style-2 .single-item .product-single-content .product-body {
                width: 70%;
            }

.sticky_addtocart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999999999;
    padding: 15px 0;
    text-align: center;
    background: #fff;
    transition: all .5s ease;
    transform: translate3d(0,100%,0);
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}

    .sticky_addtocart > .container .col-md-12 {
        display: -ms-flexbox;
        display: flex;
        position: static;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-pack: justify;
        justify-content: space-around;
    }

    .sticky_addtocart > .container .item {
        vertical-align: middle;
        width: auto;
        display: flex;
    }

    .sticky_addtocart > .container .product-wrapper {
        display: table;
        max-width: 360px;
        text-align: left;
    }

        .sticky_addtocart > .container .product-wrapper > .product-image {
            display: table-cell;
            vertical-align: middle;
            width: 75px;
        }

        .sticky_addtocart > .container .product-wrapper > .product-content {
            display: table-cell;
            vertical-align: middle;
            padding-left: 10px;
        }

        .sticky_addtocart > .container .product-wrapper .productView-title {
            font-size: 12px;
            line-height: 20px;
            font-weight: 700;
            margin: 0 0 8px 0;
            color: #059;
        }

    .sticky_addtocart.show_sticky {
        transform: translate3d(0,0,0);
    }

    .sticky_addtocart > .container .item > a {
        margin-left: 10px;
        min-width: 200px;
        font-weight: 500;
        padding: 10px 0;
    }

.product.product-single .product-body i {
    font-size: 10px;
}

.page-info i {
    font-size: 11px;
    margin-bottom: 5px;
    display: block;
}

.page-info h3.page-title {
    font-size: 18px;
}

.box-bank {
    width: 100%;
    position: relative;
    padding: 10px;
    border: 1px solid #e4e4e4;
    margin: 8px;
}

.brand-web {
    width: 100%;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #555;
}

    .brand-web ul {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .brand-web ul li {
            margin: 0 10px;
        }

            .brand-web ul li img {
                max-height: 70px;
            }

.hidden-item {
    position: absolute;
    top: calc(50% - 15px);
    right: 15px;
    background: #333;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

li.filter .sub-filter {
    position: absolute;
    transition: 1s all;
    background: #fff;
    display: none;
    z-index: 9999;
    box-shadow: 0 2px 20px rgb(0 0 0 / 50%);
    padding: 10px 10px 5px 10px;
    width: max-content;
    margin-top: 20px;
    left: 0;
}

li.filter:hover .sub-filter,
li.filter:hover .sub-filter-full {
    display: flex;
}

li.filter .sub-filter ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    li.filter .sub-filter ul li {
        padding: 5px 0;
    }

li.filter:hover .sub-filter ul li {
    display: block;
}

.sub-filter-full {
    position: absolute;
    left: 0;
    box-shadow: 0 2px 20px rgb(0 0 0 / 50%);
    background-color: #fff;
    z-index: 999;
    right: 0;
    padding: 20px 0;
    display: none;
    margin-top: 15px;
}

    .sub-filter-full::before {
        content: " ";
        position: absolute;
        width: 1px;
        background: #e4e4e4;
        left: 40%;
        z-index: 999999;
        top: 45px;
        bottom: 20px;
    }

    .sub-filter-full .filter-box {
        position: relative;
        padding: 0 20px;
    }

        .sub-filter-full .filter-box:first-child {
            width: 40%;
        }

        .sub-filter-full .filter-box:last-child {
            width: 60%;
        }

        .sub-filter-full .filter-box h3 {
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .sub-filter-full .filter-box ul li {
            border: 1px solid #e4e4e4;
            border-radius: 5px;
            cursor: pointer;
            margin: 5px 0;
            padding: 5px;
        }

        .sub-filter-full .filter-box:first-child ul li {
            width: calc(33% - 2px);
            text-align: center;
        }

        .sub-filter-full .filter-box ul li .checkbox-style {
            margin-bottom: 0;
        }

        .sub-filter-full .filter-box ul li img {
            max-width: 95px;
        }

        .sub-filter-full .filter-box ul li:hover,
        .sub-filter-full .filter-box ul li.active {
            border-color: #288ad6;
        }

.line {
    width: 100%;
    height: 1px;
    position: relative;
    background-color: #e4e4e4;
    margin: 20px 0;
}

.sub-filter-full .filter-box ul li > span {
    display: block;
    margin: 0;
    padding: 0px 5px;
    font-weight: 400;
    font-size: 14px;
}

.all-categories-list li.select-mode.active,
.all-categories-list li.select-mode:hover {
    border-color: #288ad6;
}

.all-categories-list li.select-mode {
    text-align: center;
    border: 1px solid #e4e4e4;
    margin: 5px 0;
    border-radius: 5px;
}

    .all-categories-list li.select-mode > span {
        display: block;
        padding: 5px;
    }

.sub-filter div.list-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
}

div.list-links {
    display: block;
    flex-wrap: wrap;
}

    div.list-links > a {
        align-items: center;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        color: #333;
        display: flex;
        font-size: 14px;
        justify-content: center;
        line-height: 17px;
        margin-bottom: 6px;
        padding: 6px 9px;
        align-items: center;
        flex-direction: column;
    }

        div.list-links > a:hover,
        div.list-links > a.active {
            border-color: #288ad6;
        }

.filter .arrow-filter {
    width: 27px;
    height: 15px;
    bottom: -15px;
    left: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

    .filter .arrow-filter:before {
        content: "";
        position: absolute;
        width: 27px;
        height: 27px;
        background: #fff;
        transform: rotate(45deg);
        top: 10px;
        left: 40%;
        box-shadow: -2px -2px 5px -4px;
    }

.filter:hover .arrow-filter {
    display: block;
}

.sub-filter.sub-filter-right {
    left: auto;
    right: 0;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
    justify-content: center;
}

#modelGetPhone h3 {
    margin-bottom: 20px;
    display: block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
}

#modelGetPhone .modal-content {
    max-width: 300px;
}

.btn-view-all {
    display: block;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    max-width: 120px;
    margin: 10px auto 0 auto;
    padding: 5px 0;
}

.box-hidden__content {
    border: 1px solid #fac719;
    padding: 20px;
    max-width: 100%;
}

    .box-hidden__content > h4 {
        text-transform: uppercase;
    }

    .box-hidden__content .control {
        font-weight: normal;
        color: #fac719;
    }

.box-hidden .list-hidden li {
    padding: 5px 0 5px 5px;
    list-style: decimal;
    margin-left: 15px;
}

.feature-box {
    position: absolute;
    font-size: 12px;
    z-index: 999;
    top: 10px;
    left: 10px;
}

    .feature-box > span {
        display: block;
        background-color: #f22790;
        padding: 3px 6px 3px 6px;
        border-radius: 5px;
        color: #fff;
        font-size: 11px;
        margin-top: 15px;
        z-index: 9999999;
    }

.video-review {
    display: grid;
    width: 100%;
    position: relative;
    overflow: hidden;
    grid-template-columns: auto auto;
    gap: 10px;
}

    .video-review h3 {
        margin: 5px 0 5px 0;
        line-height: 20px;
        color: #333;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.new-search-items .filter-box {
    margin-bottom: 10px;
}

    .new-search-items .filter-box.img ul {
        display: grid;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        gap: 5px;
    }

    .new-search-items .filter-box ul.img li {
        border: 1px solid #e4e4e4;
        border-radius: 5px;
        cursor: pointer;
        margin: 2px;
        padding: 5px;
        position: relative;
    }

    .new-search-items .filter-box ul {
        display: flex;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        gap: 5px;
    }

        .new-search-items .filter-box ul li {
            border: 1px solid #e4e4e4;
            border-radius: 5px;
            cursor: pointer;
            margin: 2px;
            padding: 5px 8px;
            position: relative;
            text-align: center;
        }

.new-search-items.background-gray .filter-box ul li {
    cursor: pointer;
    margin: 0;
    position: static;
    text-align: center;
    border: none;
    border-radius: 0;
}

    .new-search-items.background-gray .filter-box ul li > a {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        position: relative;
        padding: 6px 15px;
    }

        .new-search-items.background-gray .filter-box ul li > a:before {
            content: "";
            right: -8px;
            top: 10px;
            bottom: 10px;
            width: 1px;
            background: #e1e1e1;
            display: block;
            position: absolute;
            z-index: 11;
        }

    .new-search-items.background-gray .filter-box ul li:hover > a:before {
        width: 0;
    }

.new-search-items.background-gray .filter-box ul {
    gap: 0;
}

    .new-search-items.background-gray .filter-box ul li:hover, .new-search-items.background-gray .filter-box ul li.active,
    .new-search-items.background-gray .filter-box ul li:hover > a, .new-search-items.background-gray .filter-box ul li.active > a {
        background-color: #4e74ff;
        border: none;
        color: #fff;
    }

    .new-search-items.background-gray .filter-box ul li.filter .sub-filter {
        box-shadow: none;
        margin-top: 6px;
        width: calc(100% - 20px);
        left: 10px;
        right: 10px;
        border-bottom: 1px solid #e1e1e1;
    }

        .new-search-items.background-gray .filter-box ul li.filter .sub-filter div.list-links > a {
            border: none;
            position: relative;
            padding: 6px 20px;
        }

        .new-search-items.background-gray .filter-box ul li.filter .sub-filter div.list-links {
            grid-template-columns: repeat(8, minmax(0, 1fr));
            gap: 0;
        }

            .new-search-items.background-gray .filter-box ul li.filter .sub-filter div.list-links a:before {
                content: "";
                right: 0;
                top: 25px;
                bottom: 25px;
                width: 1px;
                background: #efefef;
                display: block;
                position: absolute;
                z-index: 11;
            }

            .new-search-items.background-gray .filter-box ul li.filter .sub-filter div.list-links span {
                margin-top: 10px;
            }

.new-search-items .filter-box ul li a > img {
    max-width: 80px !important;
}

.new-search-items.background-gray .filter-box ul li > a > span {
    font-weight: 500;
    font-size: 15px;
}

.new-search-items .filter-box.img ul li {
    text-align: center;
}

.new-search-items .filter-box h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.new-search-items .filter-box h5 {
    font-weight: 400;
    margin-bottom: 10px;
}

.new-search-items .filter-box ul li .checkbox-style {
    margin-bottom: 0;
}

.new-search-items .filter-box ul li img {
    max-width: 95px;
}

.new-search-items .filter-box ul li:hover,
.new-search-items .filter-box ul li.active {
    border-color: #288ad6;
}

.new-search-items .filter-box ul li > span {
    display: block;
    margin: 0;
    padding: 0px 5px;
    font-weight: 400;
    font-size: 14px;
}

.carts .box h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.over-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

    .over-header ul.mode {
        display: flex;
        gap: 10px;
    }

        .over-header ul.mode li {
            border: 1px solid #e4e4e4;
            border-radius: 5px;
            cursor: pointer;
            margin: 2px;
            padding: 5px;
            position: relative;
        }

            .over-header ul.mode li span {
                padding: 0 8px;
            }

            .over-header ul.mode li.active {
                border-color: #288ad6;
            }

.filter-box.sort {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .filter-box.sort select {
        border-color: #f1f1f1;
        padding: 5px;
    }

.overview-title {
    display: inline-block;
    text-align: right;
    position: relative;
    margin: 15px 0;
    width: 100%;
    background: url(../img/bg-tab.png) center no-repeat;
    background-size: cover;
    height: 35px;
}

    .overview-title > h5 {
        top: -10px;
        color: #fff;
        left: -5px;
        line-height: 1;
        margin-bottom: 0;
        position: absolute;
        overflow: hidden;
        font-size: 20px;
        font-weight: 500;
        margin-top: 0;
        z-index: 99;
        text-transform: none;
        background: url(../img/block-tittle-tab.png) no-repeat scroll 10px -1px transparent;
        padding: 5px 25px 5px 40px;
    }

        .overview-title > h5 > span {
            color: #fff;
        }

.btn-style-3 {
    text-align: center;
    background: #fff;
    display: block;
    border: 1px solid #70b00c;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 18px;
    color: #70b00c;
}

.product-btns .btn-style-3 span {
    display: block;
    font-size: 13px;
    color: #70b00c;
    text-transform: none;
    padding-top: 3px;
}

.btn-style-3:hover, .btn-style-3:focus {
    color: #70b00c;
}

.row.menu_footer .footer > span {
    display: block;
}

.box_reference {
    padding: 20px 0 15px 0;
    border-top: 1px solid #eee;
    position: relative;
    margin-top: 10px;
}

    .box_reference .reference_item {
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #f1f1f1;
        margin-top: 10px;
    }

        .box_reference .reference_item a {
            display: flex;
            gap: 10px;
            align-items: center;
            justify-content: flex-start;
            flex-direction: row;
        }

        .box_reference .reference_item .thumb {
            max-width: 90px;
        }

        .box_reference .reference_item h3 {
            color: #059;
            font-size: 16px;
        }

        .box_reference .reference_item h6 {
            margin: 10px 0 0 0;
            font-size: 14px;
            color: #344054;
        }

            .box_reference .reference_item h6 del {
                font-size: 13px;
                color: #98a2b3;
            }


.mixColor-style-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
}

    .mixColor-style-item .item {
        position: relative
    }

    .mixColor-style-item .form-field {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-radius: 3px;
        color: #383e47;
        background-color: #fff;
        border: 1px solid #cccfd6;
        box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
        width: 100%;
    }

    .mixColor-style-item .select_category {
        z-index: 2;
        height: 100%;
        line-height: 16px;
        border: none;
        cursor: pointer;
        position: relative;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        padding: 15px 17px 15px 15px;
        background-color: transparent;
        font-weight: 500;
        transition: all .3s ease;
    }

    .mixColor-style-item .search-btn {
        padding: 8px 16px;
        border-radius: 0 3px 3px 0;
        background-color: #fe0000;
        border: none;
        color: #fff;
    }

    .mixColor-style-item .item.item-quickSearch {
        width: 500px;
    }

        .mixColor-style-item .item.item-quickSearch .search-input {
            height: auto;
            box-shadow: none;
            border-left: 1px solid #cccfd6;
            -webkit-box-shadow: none;
            width: 100%;
            transition: all .3s ease;
        }

#splash {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0.85;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

    #splash > .content {
        inset: 0;
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        visibility: visible;
        transition: opacity 0.5s ease, visibility 0.5s ease;
        flex-direction: column;
        height: 100%;
    }

.splash-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.spinner {
    position: relative;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #e60000;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.splash-content > img {
    position: absolute;
    width: 60px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.find_color_result {
    padding: 15px 15px 0 15px;
}

    .find_color_result .color_item {
        border: 1px solid #fe0000;
        margin-bottom: 15px;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 #dc3545;
        -webkit-box-shadow: 0 0 6px 0 #dc3545;
    }

        .find_color_result .color_item .box_color_item {
            padding: 8px;
        }

            .find_color_result .color_item .box_color_item ul {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .find_color_result .color_item .box_color_item ul li {
                    line-height: 25px;
                    font-weight: 500;
                    color: #0000FF;
                }

                    .find_color_result .color_item .box_color_item ul li > span {
                        display: block;
                    }

        .find_color_result .color_item .collapse ul li:first-child {
            border-right: 1px solid #fe0000;
        }

ul.result_header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #fe0000;
}

    ul.result_header li {
        flex: 1;
        text-align: center;
        padding: 8px;
    }

ul.result_sub_header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #fe0000;
}

    ul.result_sub_header li {
        flex: 1;
        text-align: center;
    }

        ul.result_sub_header li ul {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

            ul.result_sub_header li ul li {
                flex: 1;
                text-align: center;
                padding: 8px;
                color: #2f327d;
            }


ul.result_item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #fe0000;
}

    ul.result_item li {
        flex: 1;
        text-align: center;
    }

        ul.result_item li ul {
            display: flex;
            align-items: stretch;
            justify-content: space-around;
        }

            ul.result_item li ul li {
                flex: 1;
                text-align: center;
                padding: 8px;
                font-weight: 600;
                color: #2f327d;
            }

                ul.result_item li ul li > a {
                    font-size: 11px;
                    background: #fe0000;
                    padding: 6px;
                    color: #fff;
                    border-radius: 5px;
                }

.frm_form {
    padding: 15px;
}

    .frm_form ul {
        list-style: none;
        margin: 15px 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

        .frm_form ul li {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .frm_form ul li a {
                color: #1677ff;
                font-style: italic;
            }

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.aside-posts {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 20px;
}

.page-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.filter-items {
    padding: 10px 0;
}

.all-categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-item {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

    .category-item:last-child {
        border-bottom: none;
    }

    .category-item:hover {
        background: #f8f9fa;
    }

    .category-item .nav-action-link {
        display: block;
    }

    .category-item a {
        display: block;
        padding: 12px 20px;
        color: #555;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        transition: all 0.3s ease;
        position: relative;
    }

        .category-item a:before {
            position: absolute;
            left: 8px;
            opacity: 0;
            transition: all 0.3s ease;
            color: #fe0000;
        }

    .category-item:hover a {
        color: #fe0000;
        padding-left: 30px;
    }

        .category-item:hover a:before {
            opacity: 1;
            left: 15px;
        }


.post-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}

    .post-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
        border-color: #fe0000;
    }

    .post-item a {
        text-decoration: none;
        color: inherit;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .post-item picture {
        display: block;
        overflow: hidden;
        background: #f5f5f5;
        position: relative;
        padding-top: 40%;
    }

    .post-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .post-item:hover img {
        transform: scale(1.1);
    }

    .post-item h3 {
        font-size: 16px;
        font-weight: 700;
        color: #333;
        margin: 15px 15px 10px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 44px;
    }

    .post-item:hover h3 {
        color: #dc3545;
    }

    .post-item p {
        font-size: 14px;
        color: #777;
        margin: 0 15px 15px;
        line-height: 1.6;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        flex-grow: 1;
    }

    .post-item .line-break {
        display: none;
    }

@media (max-width: 991px) {
    .section.posts .bg-1 {
        padding: 20px 15px;
    }

    .aside {
        margin-bottom: 30px;
        position: static;
    }

    .posts-list {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .page-title {
        font-size: 24px;
    }

    .posts-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .post-item picture {
        padding-top: 60%;
    }
}


.blog-detail {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

.blog-header {
    padding: 30px 30px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.blog-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
    margin: 0 0 20px 0;
    word-wrap: break-word;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
    padding: 15px 0;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

    .meta-item i {
        color: #dc3545;
        font-size: 16px;
    }

    .meta-item span {
        color: #555;
    }

.blog-cover {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

    .blog-cover img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

.blog-excerpt {
    padding: 25px 30px;
    background: #f8f9fa;
    border-left: 4px solid #dc3545;
    margin: 30px;
}

    .blog-excerpt p {
        font-size: 16px;
        line-height: 1.8;
        color: #444;
        margin: 0;
        font-weight: 500;
        font-style: italic;
    }

.blog-content {
    padding: 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

    .blog-content h1,
    .blog-content h2,
    .blog-content h3,
    .blog-content h4 {
        color: #222;
        margin-top: 30px;
        margin-bottom: 15px;
        font-weight: 700;
        line-height: 1.3;
    }

    .blog-content h1 {
        font-size: 28px;
        border-bottom: 3px solid #dc3545;
        padding-bottom: 10px;
    }

    .blog-content h2 {
        font-size: 24px;
        border-bottom: 2px solid #e8e8e8;
        padding-bottom: 8px;
    }

    .blog-content h3 {
        font-size: 20px;
    }

    .blog-content h4 {
        font-size: 18px;
    }

    .blog-content p {
        margin-bottom: 18px;
        text-align: justify;
    }

    .blog-content img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin: 20px 0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .blog-content ul,
    .blog-content ol {
        margin: 20px 0;
        padding-left: 30px;
    }

    .blog-content li {
        margin-bottom: 10px;
        line-height: 1.8;
    }

    .blog-content blockquote {
        border-left: 4px solid #dc3545;
        padding: 15px 20px;
        margin: 25px 0;
        background: #f8f9fa;
        font-style: italic;
        color: #555;
    }

    .blog-content a {
        color: #dc3545;
        text-decoration: none;
        font-weight: 600;
        border-bottom: 1px solid transparent;
        transition: all 0.3s ease;
    }

        .blog-content a:hover {
            border-bottom-color: #dc3545;
        }

    .blog-content table {
        width: 100%;
        border-collapse: collapse;
        margin: 25px 0;
    }

        .blog-content table th,
        .blog-content table td {
            padding: 12px;
            border: 1px solid #dee2e6;
            text-align: left;
        }

        .blog-content table th {
            background: #f8f9fa;
            font-weight: 700;
            color: #333;
        }

    .blog-content code {
        background: #f4f4f4;
        padding: 2px 6px;
        border-radius: 4px;
        font-family: 'Courier New', monospace;
        color: #dc3545;
        font-size: 14px;
    }

    .blog-content pre {
        background: #f4f4f4;
        padding: 20px;
        border-radius: 8px;
        overflow-x: auto;
        margin: 20px 0;
    }

        .blog-content pre code {
            background: transparent;
            padding: 0;
            color: #333;
        }

.blog-footer {
    padding: 25px 30px;
    border-top: 2px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-tags {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
}

    .blog-tags i {
        color: #dc3545;
        font-size: 16px;
    }

.blog-share {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .blog-share span {
        color: #666;
        font-weight: 600;
    }

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .share-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .share-btn.facebook {
        background: #3b5998;
    }

    .share-btn.twitter {
        background: #1da1f2;
    }

    .share-btn.linkedin {
        background: #0077b5;
    }

@media (max-width: 768px) {
    .blog-header {
        padding: 20px 20px 15px;
    }

    .blog-title {
        font-size: 24px;
    }

    .blog-meta {
        gap: 15px;
        font-size: 13px;
    }

    .meta-item i {
        font-size: 14px;
    }

    .blog-excerpt {
        margin: 20px;
        padding: 20px;
    }

        .blog-excerpt p {
            font-size: 15px;
        }

    .blog-content {
        padding: 20px;
        font-size: 15px;
    }

        .blog-content h1 {
            font-size: 22px;
        }

        .blog-content h2 {
            font-size: 20px;
        }

        .blog-content h3 {
            font-size: 18px;
        }

    .blog-footer {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .blog-title {
        font-size: 20px;
    }

    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .blog-content {
        padding: 15px;
        font-size: 14px;
    }
}

.video-item picture {
    position: relative;
}

.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .video-play-overlay i {
        font-size: 60px;
        color: #fff;
        opacity: 0.9;
        transition: all 0.3s ease;
    }

.video-item:hover .video-play-overlay {
    background: rgba(220, 53, 69, 0.6);
}

    .video-item:hover .video-play-overlay i {
        transform: scale(1.2);
        opacity: 1;
    }

/* Video Modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.video-modal-content {
    position: relative;
    background-color: #1a1a1a;
    margin: 2% auto;
    width: 90%;
    max-width: 1200px;
    border-radius: 10px;
    overflow: hidden;
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.video-modal-header {
    background: #222;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #dc3545;
}

    .video-modal-header h2 {
        color: #fff;
        margin: 0;
        font-size: 22px;
        font-weight: 700;
    }

.video-modal-close {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
}

    .video-modal-close:hover,
    .video-modal-close:focus {
        color: #dc3545;
        transform: rotate(90deg);
    }

.video-modal-body {
    padding: 0;
}

    .video-modal-body video {
        width: 100%;
        height: auto;
        display: block;
        background: #000;
        max-height: 80vh;
    }

.video-modal-description {
    padding: 20px 25px;
    color: #ccc;
    font-size: 15px;
    line-height: 1.6;
    background: #1a1a1a;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .video-modal-content {
        width: 95%;
        margin: 5% auto;
    }

    .video-modal-header h2 {
        font-size: 18px;
    }

    .video-play-overlay i {
        font-size: 50px;
    }
}

@media (max-width: 480px) {
    .video-modal-header {
        padding: 15px 20px;
    }

        .video-modal-header h2 {
            font-size: 16px;
        }

    .video-modal-close {
        font-size: 30px;
    }

    .video-play-overlay i {
        font-size: 40px;
    }
}