@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #ffffff
}

@media (max-width: 896px) {
    .block-under-header {
        min-height: 45px;
    }

    .margin-auto {
        justify-content: center;
        text-align: center;
        margin: auto;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .clearfix {
        margin-bottom: 20px;
    }

    header.active {
        z-index: 2;
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
        -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 0px;
    }

    .sidenav a {
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: unset;
        top: 0;
        right: 25px;
        font-size: 20px;
        margin-left: 50px;
    }

    #sidebar {
        min-width: 250px;
        max-width: 250px;
        background: #005086;
        color: #fff;
        transition: all 0.3s
    }

    #sidebar.active {
        margin-left: -250px
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #005086
    }

    #sidebar ul.components {
        padding: 20px 0px;
        border-bottom: 1px solid #47748b
    }

    #sidebar ul p {
        padding: 10px;
        font-size: 15px;
        display: block;
        color: #fff;

    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block
    }

    #sidebar ul li a:hover {
        color: #fff;
    }

    #sidebar {
        margin-left: -250px
    }

    #sidebar.active {
        margin-left: 0px
    }

    #sidebarCollapse span {
        display: none
    }

    #menu {
        background-color: #fff;
        height: 100vh;
    }

    .inner-menu {
        padding-left: 20px;
    }

    .main-menu, .sub-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .main-menu li {
        margin-bottom: 20px;
        border-bottom: 1px solid #f0f0f0
    }

    .main-menu a, .sub-menu a {
        text-decoration: none;
        color: black;
        display: block;
        padding: 10px;
        font-family: unset;
        text-transform: capitalize;
        font-weight: 700;
    }

    .main-menu a:hover, .sub-menu a:hover {
        background-color: #bdbbbb;
    }

    .menu__sub {
        display: none;
    }

    ul.sub-menu {
        margin-left: 20px;
    }

    .main-menu li:hover .menu__sub {
        display: block;
    }

    .fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2; /* &#1044;&#1106;&#1073;&#1108;&#1032;m b&#1073;&#1108;&#1032;o header n&#1073;&#1108;�m tr&#1043;&#1028;n c&#1043;&#8470;ng c&#1073;��a trang */
        background-color: #fff; /* M&#1043;�u n&#1073;�&#1027;n header */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Hi&#1073;��u &#1073;��ng &#1044;�&#1073;�� b&#1043;&#1110;ng */
    }

    .fixed-header .container-fluid {
        padding: 0px
    }

    .fixed-header .text-center.header__logo img {
        height: 30px; /* &#1044;&#1106;i&#1073;�&#1027;u ch&#1073;��nh k&#1043;�ch th&#1046;�&#1073;��c logo n&#1073;&#1108;&#1111;u c&#1073;&#1108;�n thi&#1073;&#1108;&#1111;t */
    }

    .fixed-header .top-bar {
        /* C&#1043;&#1038;c thi&#1073;&#1108;&#1111;t l&#1073;&#1108;�p kh&#1043;&#1038;c cho ph&#1073;&#1108;�n t&#1073;�� top-bar n&#1073;&#1108;&#1111;u c&#1073;&#1108;�n thi&#1073;&#1108;&#1111;t */
    }

    .align-right {
        text-align: right !important;
    }

    .header__logo {
        height: auto;
        flex: 30;
    }

    .row-header {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        flex: 1;
    }

    .header_right {
        text-align: right;
        display: flex;
        justify-content: flex-end; /* Align header_right to the right */
        flex: 2;
    }

    .header_right {
        text-align: left;
        display: flex;
        justify-content: flex-end; /* Align header_right to the right */
        flex: 2;
    }

    .top-bar {
        background-color: #ffffff;
        padding: 10px;
        display: flex;
        align-items: center;
        width: 120px;
        justify-content: space-evenly;
    }

    .top-bar i {
        margin-right: 10px;
    }

    .carousel-item img {
        width: 100%;
    }

    td h5 {
        font-size: 0.8rem;
    }

    .cart_inner .table tbody tr.out_button_area .checkout_btn_inner {
        margin-left: -388px;
    }

    .cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn {
        height: 40px;
        padding: 0px 30px;
        line-height: 38px;
        text-transform: uppercase;
        border-radius: 0;
    }

    .cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn:hover:before {
        left: 240px;
    }

    .gray_btn {
        line-height: 38px;
        background: #e8f0f2;
        border: 1px solid #eeeeee;
        border-radius: 3px;
        padding: 0px 40px;
        display: inline-block;
        color: #222222;
        text-transform: uppercase;
        font-weight: 500;
    }

    button {
        display: inline-block;
        border: none;
        background: #000;
        color: #fff;
        padding: 3px 25px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .card-qr {
        width: 100%;
    }

    .btn__conti--pay {
        margin-top: 20px;
        padding: 15px 10px;

        display: inline-block;
        margin-bottom: 20px;
    }

    .media img {
        width: 130px;
    }

    /* Style for the product container */
    .product-container {
        margin: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .price-decoration {
        text-decoration: line-through;
        color: #7c7c7c85;
    }

    /* Style for each product item */
    .product-item {
        flex-basis: 50%; /* Each item takes up 30% of the container width */
        text-align: center;
        margin-bottom: 20px;
    }

    .product-item img {
        max-width: 100%;
    }

    .product-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .product-item h3 {
        margin: 10px 0;
    }

    .product-item p {
        font-weight: bold;
    }

    p.name-product {
        color: #493838;
    }

    .one-column-list {
        display: none; /* &#1044;&#1106;i&#1073;�&#1027;u ch&#1073;��nh k&#1043;�ch th&#1046;�&#1073;��c ph&#1043;&#8470; h&#1073;�&#1032;p v&#1073;��i trang web c&#1073;��a b&#1073;&#1108;&#1038;n */
        margin: 0 auto; /* Canh gi&#1073;�&#1031;a danh s&#1043;&#1038;ch */
        list-style: none; /* &#1073;&#1108;&#1025;n d&#1073;&#1108;&#1168;u hi&#1073;��u &#1044;�&#1043;&#1038;nh d&#1073;&#1108;&#1168;u m&#1073;&#1108;�c &#1044;�&#1073;��nh c&#1073;��a danh s&#1043;&#1038;ch */
        overflow-y: auto;
        height: 300px;
        padding: 22px 18px;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }

    /* X&#1043;&#1110;a kho&#1073;&#1108;&#1032;ng c&#1043;&#1038;ch d&#1046;�&#1073;��i d&#1043;&#1030;ng cho c&#1043;&#1038;c m&#1073;�&#1168;c danh s&#1043;&#1038;ch */
    .one-column-list li {
        margin-bottom: 5px;
        border-bottom: 2px solid #f0f0f0;
    }

    ul.one-column-list li a {
        padding: 20px 15px;
        color: black;
        font-weight: bolder;
        display: inline-block; /* &#1044;&#1106;&#1073;&#1108;�t th&#1073;&#1108;� <a> l&#1043;� ph&#1073;&#1108;�n t&#1073;�� inline-block */
    }

    .one-column-list a.price-product {
        float: right;
    }

    /*end block silder*/
    .image-block {
        position: relative;
        margin-bottom: 100px;
    }

    .image-block img {
        width: 100%;
        height: auto;
        display: block;
    }

    .overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .btn-picture {
        border-radius: 0;
        background: rgb(0, 0, 0);
        border: none;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 2px;
        padding: 12px 35px;
        width: auto;
    }

    .see-more {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

    button.margin-auto.btn.btn-dark {
        font-size: 13px;
    }

    footer.container-fluid {
        bottom: 0;
        width: 100%;
    }

    footer .footer {
        padding-top: 20px; /* &#1044;&#1106;&#1073;�&#1107; gi&#1073;�&#1031; kho&#1073;&#1108;&#1032;ng c&#1043;&#1038;ch gi&#1073;�&#1031;a n&#1073;��i dung v&#1043;� ch&#1043;&#1118;n trang */
        min-height: 100px; /* &#1044;&#1106;&#1073;�� d&#1043;�i t&#1073;��i thi&#1073;�&#1107;u c&#1073;��a ph&#1073;&#1108;�n ch&#1043;&#1118;n trang */
    }

    footer .footer__logo {
        text-align: center;
        margin-bottom: 60px;
    }

    footer .footer__logo a {
        background-color: #fff;
        padding: 5px 10px;
        width: 92px;
        display: inline-block;
    }

    footer .get__news {
        margin-bottom: 70px;
        color: #fff;
        position: relative;
    }

    footer .get__news input {
        display: block;
        border: none;
        border-bottom: 2px solid #b0b0b0;
        width: 100%;
        background-color: transparent;
        color: #f0f0f0;
        font-size: 15px;
        letter-spacing: 1.5px;
        padding-bottom: 5px;
        padding-right: 30px;
    }

    footer .get__news input:focus {
        border: none;
        border-bottom: 2px solid #b0b0b0;
    }

    footer .get__news button {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        border: none;
        padding: 0;
        height: 100%
    }

    footer .items__footer {
        display: inline-block;
        text-align: left;
        margin-bottom: 20px;
    }

    footer .items__footer p {
        letter-spacing: 1.3px;
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 5px;
    }

    footer .items__footer p a {
        color: #b0b0b0;
        text-decoration: none;
    }

    footer .items__footer p a:hover {
        text-decoration: underline;
    }

    .items__footer {
        max-width: 100%; /* Gi&#1073;��i h&#1073;&#1108;&#1038;n chi&#1073;�&#1027;u r&#1073;��ng t&#1073;��i &#1044;�a c&#1073;��a n&#1073;��i dung */
        word-wrap: break-word;
    /
    }

    footer .items__footer .item__title {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1.5px;
        margin-bottom: 0px;
    }

    footer .copyright {
        font-size: 10px;
        font-weight: bold;
        color: #b0b0b0;
    }

    .menu__footer {
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        color: #fff;

        font-size: 20px;
        letter-spacing: 2px;
        overflow: hidden;
        z-index: 2;
        background: #262626;
        padding-top: 10px;
    }

    .content {
        min-height: calc(100vh - 400px);
    }

    footer {
        background-color: #262626;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    footer.clearfix {
        padding: 80px 0px 30px 100px;
        margin-bottom: 0px;
    }

    .footer {
        justify-content: center;
        padding-top: 20px;
    }

    .footer__menu {
        text-align: center;
        z-index: 1;
    }

    .footer__menu ul {
    }

    .footer__menu ul li {
        display: inline-block;
        margin: 0 1.5%;
        text-transform: uppercase;
    }

    .footer__right__social {
        display: inline-block;
        margin-right: 30px;
    }

    .footer__right__social a {
        display: inline-block;
        margin-left: 30px;
        vertical-align: middle;
    }

    .footer__menu ul:last-child {
        padding-left: 5%;
    }

    .footer__menu ul:last-child li {
        /* margin: 0 2% */
    }

    .footer__menu li a {
        font-size: 15px;

    }

    .footer__right,
    .footer__left {
        position: relative;
        z-index: 2;
    }

    .footer__left {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer__right {

        text-transform: uppercase;
        text-align: center;
        margin-top: 20px;
    }

    .footer__right__social a {
        font-size: 25px;
    }


    p {
        font-size: 0.8rem;
        font-weight: 400;
        margin: 0 0 6px 0;
        color: #999
    }

    a, a:hover, a:focus {
        color: inherit;
        text-decoration: none;
        transition: all 0.3s
    }

    .navbar {
        padding: 15px 10px;
        background: #fff;
        border: none;
        border-radius: 0;
        margin-bottom: 40px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1)
    }

    .navbar-btn {
        box-shadow: none;
        outline: none !important;
        border: none
    }

    .line {
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #ddd
    }

    .wrapper {
        display: flex;
        width: 100%;
        align-items: stretch
    }

    a[data-toggle="collapse"] {
        position: relative
    }

    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%)
    }

    ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
    }

    ul.CTAs {
        padding: 20px
    }

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px
    }

    a.download, a.download:hover {
        color: #fff
    }


    .content-wrapper {
        padding: 15px
    }

    /*filter block*/
    .typeProducts {
        text-align: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 60px 0;
    }

    .filter-price {
        border-top: 1px solid #f0f0f0;
        color: #262626;
        font-weight: bold;
        letter-spacing: 1.3px;
    }


    .col-xs-3 {
        width: 25%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .typeProducts h2 {
        margin: 0;
        color: #7c7c7c;
        font-size: 14px;
        letter-spacing: 1.2px;
        font-weight: bold;
        padding-top: 4px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .typeProducts .typeFilter .filterToggle {
        color: #262626;
        font-weight: 500;
        letter-spacing: 1.2px;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        display: block;
        text-align: right;
        cursor: pointer;
    }

    .typeProducts .typeFilter .filterToggle .icon-settings {
        margin-right: 10px;
        font-size: 18px;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .typeProducts .typeFilter .filterToggle:hover {
        color: red;
    }

    .typeProducts .typeFilter .filterToggle.active {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }

    .typeProducts .bootstrap-tagsinput .label-default {
        background-color: #d4d4d4;
        color: #262626;
        font-size: 12px;
        line-height: normal;
        margin-top: 3px;
        text-align: left;
        display: inline-table;
    }

    .label {
        display: inline;
        padding: .2em .6em .3em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
    }

    .menuFilter {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 80px;
    }

    .menuFilter .filterClose {
        position: fixed;
        z-index: 10;
        top: 99px;
        right: 30px;
        border: 1px dashed transparent;
        padding: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #b0b0b0;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .menuFilter .filterClose:hover {
        color: red;
        border-color: red;
    }

    .menuFilter .filterIcon {
        color: #262626;
        font-weight: 500;
        letter-spacing: 1.2px;
        padding-bottom: 10px;
        position: absolute;
        top: 99px;
        left: 0;
        width: 100%;
        -webkit-transition: -wekbit-transform 1s ease-out;
        -moz-transition: -moz-transform 1s ease-out;
        -ms-transition: -ms-transform 1s ease-out;
        -o-transition: -o-transform 1s ease-out;
        transition: transform 1s ease-out;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }

    .menuFilter .filterIcon span {
        margin-right: 15px;
        font-size: 19px;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .menuFilter .filterIcon.shadowBottom {
        -webkit-box-shadow: -5px 7px 5px -9px rgba(0, 0, 0, .75);
        -moz-box-shadow: -5px 7px 5px -9px rgba(0, 0, 0, .75);
        box-shadow: -5px 7px 5px -9px rgba(0, 0, 0, .75);
    }

    .menuFilter .filterItems {
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;
        overflow-y: scroll;
        padding-top: 20px;
    }

    .menuFilter .filterItem > a {
        display: block;
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        padding: 20px 22px;
        color: #262626;
        font-weight: bold;
        letter-spacing: 1.3px;
        text-align: left;
    }

    a {
        text-decoration: none;
    }

    .float-right {
        float: right;
    }

    /* Style for the parent ul element */
    .two-column-list {

        list-style: none; /* Remove default bullet points */
        padding: 0;
        display: flex; /* Use Flexbox for layout */
        flex-wrap: wrap; /* Wrap items to the next row if needed */
        justify-content: space-between; /* Distribute items evenly between the columns */
        display: none;
    }


    /* Style for the child li elements */
    ul.two-column-list li {
        width: 48%; /* Set the width of each list item to occupy 48% of the container to create two columns */
        margin-bottom: 10px; /* Add some spacing between the items */
        cursor: pointer;
    }


    /* Style for the links (a elements) */
    ul.two-column-list li a {
        display: block; /* Display the links as block elements */
        padding: 5px; /* Add padding to create some spacing between the links */
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #262626;
        font-weight: bold;
        letter-spacing: 1.3px;
        font-size: 12px; /* Remove underline from the links */
    }

    /*end filter block */
    /*block product*/
    .slick-slide img {
        width: 100%;
        display: block;
    }
}

@media (max-width: 768px) {

    /*Payment method*/
    .payment-method {
        grid-template-columns: 1fr;
    }
}

/* Styles for small screens */
@media (min-width: 577px) and (max-width: 768px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

/* Styles for medium screens */
@media (min-width: 769px) and (max-width: 992px) {
    .margin-auto {
        justify-content: center;
        text-align: center;
        margin: auto;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .clearfix {
        margin-bottom: 20px;
    }

    header.active {
        z-index: 2;
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
        -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 0px;
    }

    .sidenav a {
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: unset;
        top: 0;
        right: 25px;
        font-size: 20px;
        margin-left: 50px;
    }

    #sidebar {
        min-width: 250px;
        max-width: 250px;
        background: #005086;
        color: #fff;
        transition: all 0.3s
    }

    #sidebar.active {
        margin-left: -250px
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #005086
    }

    #sidebar ul.components {
        padding: 20px 0px;
        border-bottom: 1px solid #47748b
    }

    #sidebar ul p {
        padding: 10px;
        font-size: 15px;
        display: block;
        color: #fff;

    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block
    }

    #sidebar ul li a:hover {
        color: #fff;
    }

    #sidebar {
        margin-left: -250px
    }

    #sidebar.active {
        margin-left: 0px
    }

    #sidebarCollapse span {
        display: none
    }

    #menu {
        background-color: #fff;
        height: 100vh;
    }

    .inner-menu {
        padding-left: 20px;
    }

    .main-menu, .sub-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .main-menu li {
        margin-bottom: 20px;
        border-bottom: 1px solid #f0f0f0
    }

    .main-menu a, .sub-menu a {
        text-decoration: none;
        color: black;
        display: block;
        padding: 10px;
        font-family: unset;
        text-transform: capitalize;
        font-weight: 700;
    }

    .main-menu a:hover, .sub-menu a:hover {
        background-color: #bdbbbb;
    }

    .menu__sub {
        display: none;
    }

    ul.sub-menu {
        margin-left: 20px;
    }

    .main-menu li:hover .menu__sub {
        display: block;
    }

    .fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2; /* &#1044;&#1106;&#1073;&#1108;&#1032;m b&#1073;&#1108;&#1032;o header n&#1073;&#1108;�m tr&#1043;&#1028;n c&#1043;&#8470;ng c&#1073;��a trang */
        background-color: #fff; /* M&#1043;�u n&#1073;�&#1027;n header */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Hi&#1073;��u &#1073;��ng &#1044;�&#1073;�� b&#1043;&#1110;ng */
    }

    .fixed-header .container-fluid {
        padding: 0px
    }

    .fixed-header .text-center.header__logo img {
        height: 30px; /* &#1044;&#1106;i&#1073;�&#1027;u ch&#1073;��nh k&#1043;�ch th&#1046;�&#1073;��c logo n&#1073;&#1108;&#1111;u c&#1073;&#1108;�n thi&#1073;&#1108;&#1111;t */
    }

    .fixed-header .top-bar {
        /* C&#1043;&#1038;c thi&#1073;&#1108;&#1111;t l&#1073;&#1108;�p kh&#1043;&#1038;c cho ph&#1073;&#1108;�n t&#1073;�� top-bar n&#1073;&#1108;&#1111;u c&#1073;&#1108;�n thi&#1073;&#1108;&#1111;t */
    }

    .align-right {
        text-align: right !important;
    }

    .header__logo {
        height: auto;
        flex: 30;
    }

    .row-header {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        flex: 1;
    }

    .header_right {
        text-align: right;
        display: flex;
        justify-content: flex-end; /* Align header_right to the right */
        flex: 2;
    }

    .header_right {
        text-align: left;
        display: flex;
        justify-content: flex-end; /* Align header_right to the right */
        flex: 2;
    }

    .top-bar {
        background-color: #ffffff;
        padding: 10px;
        display: flex;
        align-items: center;
        width: 120px;
        justify-content: space-evenly;
    }

    .top-bar i {
        margin-right: 10px;
    }

    .carousel-item img {
        width: 100%;
    }

    td h5 {
        font-size: 0.8rem;
    }

    .cart_inner .table tbody tr.out_button_area .checkout_btn_inner {
        margin-left: -388px;
    }

    .cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn {
        height: 40px;
        padding: 0px 30px;
        line-height: 38px;
        text-transform: uppercase;
        border-radius: 0;
    }

    .cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn:hover:before {
        left: 240px;
    }

    .gray_btn {
        line-height: 38px;
        background: #e8f0f2;
        border: 1px solid #eeeeee;
        border-radius: 3px;
        padding: 0px 40px;
        display: inline-block;
        color: #222222;
        text-transform: uppercase;
        font-weight: 500;
    }

    button {
        display: inline-block;
        border: none;
        background: #000;
        color: #fff;
        padding: 3px 25px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .card-qr {
        width: 100%;
    }

    .btn__conti--pay {
        margin-top: 20px;
        padding: 15px 10px;

        display: inline-block;
        margin-bottom: 20px;
    }

    .media img {
        width: 130px;
    }

    /* Style for the product container */
    .product-container {
        margin: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .price-decoration {
        text-decoration: line-through;
        color: #7c7c7c85;
    }

    /* Style for each product item */
    .product-item {
        flex-basis: 50%; /* Each item takes up 30% of the container width */
        text-align: center;
        margin-bottom: 20px;
    }

    .product-item img {
        max-width: 100%;
    }

    .product-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .product-item h3 {
        margin: 10px 0;
    }

    .product-item p {
        font-weight: bold;
    }

    p.name-product {
        color: #493838;
    }

    .one-column-list {
        display: none; /* &#1044;&#1106;i&#1073;�&#1027;u ch&#1073;��nh k&#1043;�ch th&#1046;�&#1073;��c ph&#1043;&#8470; h&#1073;�&#1032;p v&#1073;��i trang web c&#1073;��a b&#1073;&#1108;&#1038;n */
        margin: 0 auto; /* Canh gi&#1073;�&#1031;a danh s&#1043;&#1038;ch */
        list-style: none; /* &#1073;&#1108;&#1025;n d&#1073;&#1108;&#1168;u hi&#1073;��u &#1044;�&#1043;&#1038;nh d&#1073;&#1108;&#1168;u m&#1073;&#1108;�c &#1044;�&#1073;��nh c&#1073;��a danh s&#1043;&#1038;ch */
        overflow-y: auto;
        height: 300px;
        padding: 22px 18px;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }

    /* X&#1043;&#1110;a kho&#1073;&#1108;&#1032;ng c&#1043;&#1038;ch d&#1046;�&#1073;��i d&#1043;&#1030;ng cho c&#1043;&#1038;c m&#1073;�&#1168;c danh s&#1043;&#1038;ch */
    .one-column-list li {
        margin-bottom: 5px;
        border-bottom: 2px solid #f0f0f0;
    }

    ul.one-column-list li a {
        padding: 20px 15px;
        color: black;
        font-weight: bolder;
        display: inline-block; /* &#1044;&#1106;&#1073;&#1108;�t th&#1073;&#1108;� <a> l&#1043;� ph&#1073;&#1108;�n t&#1073;�� inline-block */
    }

    .one-column-list a.price-product {
        float: right;
    }

    /*end block silder*/
    .image-block {
        position: relative;
        margin-bottom: 100px;
    }

    .image-block img {
        width: 100%;
        height: auto;
        display: block;
    }

    .overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .btn-picture {
        border-radius: 0;
        background: rgb(0, 0, 0);
        border: none;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 2px;
        padding: 12px 35px;
        width: auto;
    }

    .see-more {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

    button.margin-auto.btn.btn-dark {
        font-size: 13px;
    }

    footer.container-fluid {
        bottom: 0;
        width: 100%;
    }

    footer .footer {
        padding-top: 20px; /* &#1044;&#1106;&#1073;�&#1107; gi&#1073;�&#1031; kho&#1073;&#1108;&#1032;ng c&#1043;&#1038;ch gi&#1073;�&#1031;a n&#1073;��i dung v&#1043;� ch&#1043;&#1118;n trang */
        min-height: 100px; /* &#1044;&#1106;&#1073;�� d&#1043;�i t&#1073;��i thi&#1073;�&#1107;u c&#1073;��a ph&#1073;&#1108;�n ch&#1043;&#1118;n trang */
    }

    footer .footer__logo {
        text-align: center;
        margin-bottom: 60px;
    }

    footer .footer__logo a {
        background-color: #fff;
        padding: 5px 10px;
        width: 92px;
        display: inline-block;
    }

    footer .get__news {
        margin-bottom: 70px;
        color: #fff;
        position: relative;
    }

    footer .get__news input {
        display: block;
        border: none;
        border-bottom: 2px solid #b0b0b0;
        width: 100%;
        background-color: transparent;
        color: #f0f0f0;
        font-size: 15px;
        letter-spacing: 1.5px;
        padding-bottom: 5px;
        padding-right: 30px;
    }

    footer .get__news input:focus {
        border: none;
        border-bottom: 2px solid #b0b0b0;
    }

    footer .get__news button {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        border: none;
        padding: 0;
        height: 100%
    }

    footer .items__footer {
        display: inline-block;
        text-align: left;
        margin-bottom: 20px;
    }

    footer .items__footer p {
        letter-spacing: 1.3px;
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 5px;
    }

    footer .items__footer p a {
        color: #b0b0b0;
        text-decoration: none;
    }

    footer .items__footer p a:hover {
        text-decoration: underline;
    }

    .items__footer {
        max-width: 100%; /* Gi&#1073;��i h&#1073;&#1108;&#1038;n chi&#1073;�&#1027;u r&#1073;��ng t&#1073;��i &#1044;�a c&#1073;��a n&#1073;��i dung */
        word-wrap: break-word;
    /
    }

    footer .items__footer .item__title {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1.5px;
        margin-bottom: 0px;
    }

    footer .copyright {
        font-size: 10px;
        font-weight: bold;
        color: #b0b0b0;
    }

    .menu__footer {
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        color: #fff;

        font-size: 20px;
        letter-spacing: 2px;
        overflow: hidden;
        z-index: 2;
        background: #262626;
        padding-top: 10px;
    }

    .content {
        min-height: calc(100vh - 400px);
    }

    footer {
        background-color: #262626;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    footer.clearfix {
        padding: 80px 0px 30px 100px;
        margin-bottom: 0px;
    }

    .footer {
        justify-content: center;
        padding-top: 20px;
    }

    .footer__menu {
        text-align: center;
        z-index: 1;
    }

    .footer__menu ul {
    }

    .footer__menu ul li {
        display: inline-block;
        margin: 0 1.5%;
        text-transform: uppercase;
    }

    .footer__right__social {
        display: inline-block;
        margin-right: 30px;
    }

    .footer__right__social a {
        display: inline-block;
        margin-left: 30px;
        vertical-align: middle;
    }

    .footer__menu ul:last-child {
        padding-left: 5%;
    }

    .footer__menu ul:last-child li {
        /* margin: 0 2% */
    }

    .footer__menu li a {
        font-size: 15px;

    }

    .footer__right,
    .footer__left {
        position: relative;
        z-index: 2;
    }

    .footer__left {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer__right {

        text-transform: uppercase;
        text-align: center;
        margin-top: 20px;
    }

    .footer__right__social a {
        font-size: 25px;
    }


    p {
        font-size: 0.8rem;
        font-weight: 400;
        margin: 0 0 6px 0;
        color: #999
    }

    a, a:hover, a:focus {
        color: inherit;
        text-decoration: none;
        transition: all 0.3s
    }

    .navbar {
        padding: 15px 10px;
        background: #fff;
        border: none;
        border-radius: 0;
        margin-bottom: 40px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1)
    }

    .navbar-btn {
        box-shadow: none;
        outline: none !important;
        border: none
    }

    .line {
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #ddd
    }

    .wrapper {
        display: flex;
        width: 100%;
        align-items: stretch
    }

    a[data-toggle="collapse"] {
        position: relative
    }

    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%)
    }

    ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
    }

    ul.CTAs {
        padding: 20px
    }

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px
    }

    a.download, a.download:hover {
        color: #fff
    }


    .content-wrapper {
        padding: 15px
    }

    /*filter block*/
    .typeProducts {
        text-align: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 60px 0;
    }

    .filter-price {
        border-top: 1px solid #f0f0f0;
        color: #262626;
        font-weight: bold;
        letter-spacing: 1.3px;
    }


    .col-xs-3 {
        width: 25%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .typeProducts h2 {
        margin: 0;
        color: #7c7c7c;
        font-size: 14px;
        letter-spacing: 1.2px;
        font-weight: bold;
        padding-top: 4px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .typeProducts .typeFilter .filterToggle {
        color: #262626;
        font-weight: 500;
        letter-spacing: 1.2px;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        display: block;
        text-align: right;
        cursor: pointer;
    }

    .typeProducts .typeFilter .filterToggle .icon-settings {
        margin-right: 10px;
        font-size: 18px;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .typeProducts .typeFilter .filterToggle:hover {
        color: red;
    }

    .typeProducts .typeFilter .filterToggle.active {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }

    .typeProducts .bootstrap-tagsinput .label-default {
        background-color: #d4d4d4;
        color: #262626;
        font-size: 12px;
        line-height: normal;
        margin-top: 3px;
        text-align: left;
        display: inline-table;
    }

    .label {
        display: inline;
        padding: .2em .6em .3em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
    }

    .menuFilter {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 80px;
    }

    .menuFilter .filterClose {
        position: fixed;
        z-index: 10;
        top: 99px;
        right: 30px;
        border: 1px dashed transparent;
        padding: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #b0b0b0;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .menuFilter .filterClose:hover {
        color: red;
        border-color: red;
    }

    .menuFilter .filterIcon {
        color: #262626;
        font-weight: 500;
        letter-spacing: 1.2px;
        padding-bottom: 10px;
        position: absolute;
        top: 99px;
        left: 0;
        width: 100%;
        -webkit-transition: -wekbit-transform 1s ease-out;
        -moz-transition: -moz-transform 1s ease-out;
        -ms-transition: -ms-transform 1s ease-out;
        -o-transition: -o-transform 1s ease-out;
        transition: transform 1s ease-out;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }

    .menuFilter .filterIcon span {
        margin-right: 15px;
        font-size: 19px;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .menuFilter .filterIcon.shadowBottom {
        -webkit-box-shadow: -5px 7px 5px -9px rgba(0, 0, 0, .75);
        -moz-box-shadow: -5px 7px 5px -9px rgba(0, 0, 0, .75);
        box-shadow: -5px 7px 5px -9px rgba(0, 0, 0, .75);
    }

    .menuFilter .filterItems {
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;
        overflow-y: scroll;
        padding-top: 20px;
    }

    .menuFilter .filterItem > a {
        display: block;
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        padding: 20px 22px;
        color: #262626;
        font-weight: bold;
        letter-spacing: 1.3px;
        text-align: left;
    }

    a {
        text-decoration: none;
    }

    .float-right {
        float: right;
    }

    /* Style for the parent ul element */
    .two-column-list {

        list-style: none; /* Remove default bullet points */
        padding: 0;
        display: flex; /* Use Flexbox for layout */
        flex-wrap: wrap; /* Wrap items to the next row if needed */
        justify-content: space-between; /* Distribute items evenly between the columns */
        display: none;
    }


    /* Style for the child li elements */
    ul.two-column-list li {
        width: 48%; /* Set the width of each list item to occupy 48% of the container to create two columns */
        margin-bottom: 10px; /* Add some spacing between the items */
        cursor: pointer;
    }


    /* Style for the links (a elements) */
    ul.two-column-list li a {
        display: block; /* Display the links as block elements */
        padding: 5px; /* Add padding to create some spacing between the links */
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #262626;
        font-weight: bold;
        letter-spacing: 1.3px;
        font-size: 12px; /* Remove underline from the links */
    }

    /*end filter block */
    /*block product*/
    .slick-slide img {
        width: 100%;
        display: block;
    }
}
