.header-one {
    width: 100%;
}

.header-one .banner {
    z-index: 9999999;
    width: 100%;
    position: relative;
}

.header-one-mobile {
    display: none;
}

.header-one .adv {
    width: 100%;
    height: 90px;
}

.header-one .menu {
    top: 0;
    position: sticky;
    z-index: 99999;
}

.header-one .fixed {
    position: fixed;
    top: 0px;
    height: 60px;
    left: 0;
    right: 0;
    z-index: 9999999;
    background-color: #fff;
}

.header-one .fixed .one-menu .one-log img, .header-one .one-menu .one-log img {
    position: absolute;
    z-index: 99;
    width: 44%;
    top: 73px;
    right: 83px;
}

.header-one .fixed .one-menu {
    box-shadow: none;
}

.header-one .adv .menu-top {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.header-one .adv .menu-top img {
    width: 100px;
    height: 100px;
}

.header-one .one-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffff;
    width: 100%;
    height: 85px;
    margin: auto;
    padding: 0 59px;
    position: relative;
}

.header-one .one-menu .one-log {
    width: 299px;
    height: 270px;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 48px;
    margin: auto;
    z-index: 9999;
}

.header-one .one-menu .one-log:after{
    content: "";
    background: url(../../images/Central_Curve_shadow.svg) no-repeat;
    width: 294px;
    height: 294px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
    background-size: contain;
    top: 0;
    position: absolute;
}

.header-one .one-menu .one-log a {
    width: 100%;
    height: 100%;
}

.header-one .one-menu .one-log a img {
    width: 44%;
    margin: 67px 84px;
    z-index: 999999;
    position: absolute;
    border-radius: 50%;
}
.header-one .menu-right {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header-one .menu-right a {
    color: var(---colorOnefooter);
}
.header-one .menu-right .title-site {
    font-size: 18px;
    font-weight: bold;
}

.header-one .menu-right .phone {
    font-size: 12px;
    font-weight: bold;
    border: 1px solid var(---colorOnefooter);
    padding: 6px;
    border-radius: 7px;
}

.header-one .menu-right .phone img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.header-one .menu-right .phone span {
    color: darkred;
}

.header-one .menu-left {
    display: flex;
    justify-content: end;
}

.header-one .menu-left .search {
    width: 27%;
    position: absolute;
    top: 60px;
    left: 193px;
    visibility: hidden;
    transition: ease-in-out 1s;
    transform: translateY(-100px);
    z-index: 9999;
}

.header-one .menu-left .box-search {
    transform: translateY(-50px);
    visibility: visible;
}

.header-one .menu-left .search input[type="text"] {
    outline: none;
    width: 100%;
    padding: 7px;
    border-radius: 8px;
    height: 41px;
    font-size: 12px;
    border: 1px solid #fafeff;
}

.header-one .menu-left .search div {
    position: absolute;
    left: 10px;
    top: 6px;
    outline: none;
    padding: 5px;
    border-radius: 0.5em;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid;
    background-color:red;
}

.header-one .menu-left .cart {
    display: flex;
    align-items: center;
    gap: 27px;
}

.header-one .menu-left .cart .cart-order {
    position: relative;
}

.header-one .menu-left .cart .cart-order img {
    width:37px;
    height: 37px;
    cursor: pointer;
}

.header-one .menu-left .cart .cart-order span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    top: 0px;
    left: 20px;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    animation: cart-box 2s infinite;
}

@keyframes cart-box {
    0%   {
        box-shadow: 0 0 0 0 #ef3743;
    }
    70%  {
        box-shadow: 0 0 0 10px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

.header-one .menu-left .cart .user-cart-header-one {
    width: 285px;
    height:fit-content;
    padding-bottom: 83px;
    position: absolute;
    right: -111px;
    margin: auto;
    z-index: 9999;
    top:150px;
    transition: ease-in-out 0.3s;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.header-one .menu-left .cart .cart-order:hover .user-cart-header-one{
    top: 45px;
    visibility: visible;
    opacity: 1;
}

.header-one .menu-left .cart .auth {
    background-color: #f0effe;
    padding: 8px;
    border-radius: 29px;
    cursor: pointer;
    box-shadow: #c8c8c882 -14.05px -0.05px 0px 0px;
    transition: ease-in-out 0.5s;
    font-size: 13px;
    font-weight: bold;
    color: #2021eb;
    position: relative;
}

.header-one .menu-left .cart .auth img{
    width: 20px;
    height: 20px;
    margin: 1px;
}

.header-one .menu-left .cart .auth .box-dashboard {
    width: 163px;
    height: fit-content;
    position: absolute;
    right: -34px;
    margin: auto;
    z-index: 999;
    padding-bottom: 8px;
    top:150px;
    transition: ease-in-out 0.4s;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.header-one .menu-left .cart .auth:hover .box-dashboard {
    top: 45px;
    opacity: 1;
    visibility: visible;
}

.header-one .menu-left .cart .auth .box-dashboard .item-auth {
    width: 97%;
    padding: 10px 2px;
    border-right-color: #0C102A;
    border-right-width: 2px;
    border-right-style: dashed;
    margin: 11px 3px;
}

.header-one .menu-left .cart .auth .box-dashboard .item-auth:hover {
    background-color: #fafeff;
    border-right-color: red;
}

.header-one .menu-left .cart .auth .box-dashboard .item-auth a {
    font-size: 13px;
    font-weight: bold;
    color: #0C102A;
    margin-right: 6px;
}

.header-one .menu-left .cart .auth .box-dashboard .item-auth a i {
    margin-left: 6px;
}

.header-one .menu-left .cart img.icon-search {
    width:29px;
    height: 29px;
    cursor: pointer;
}

.header-one .menu-left .search .box-result-search {
    width:100%;
    height: 488px;
    overflow: auto;
    background-color: #fff;
    position: absolute;
    border-radius:8px;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 7px;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.header-one .menu-left .search .show-result-search {
    display: block;
}

.header-one .menu-left .search .close-result-search {
    display: none;
}

.header-one .menu-left .search .box-result-search li.item-search {
    width: 100%;
    padding: 3px;
    height: 61px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    gap: 40px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.header-one .menu-left .search .box-result-search li.item-search:hover {
    background-color: #fafeff;
}

.header-one .menu-left .search .box-result-search li.item-search img  {
    width: 52px;
    height: 53px;
    object-fit: contain;
}

.header-one .menu-left .search .box-result-search li.item-search a.show-product {
    padding: 4px;
    border: 1px solid #e0dfe3;
    text-align: center;
    background-color: #0f4a53 !important;
    color: #fff;
    border-radius: 5px;
}

.header-one .menu-bottom {
    background-color: var(---colorOnefooter);

    width: 76%;
    height: 50px;
    display: flex;
    margin: -2px auto;
    justify-content: space-between;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: rgb(0 0 0 / 11%) 0px 0px 22px
}

.header-one .menu-bottom ul.main-menu:nth-child(1) {
    margin: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    width: 39%;
}

.header-one .menu-bottom ul.main-menu:nth-child(1) li {
    margin-right: 3px;
    padding: 9px;
    cursor: pointer;
    position: relative;
    height: 100%;
}

.header-one .menu-bottom ul.main-menu li {
    display: flex;
    align-items: center;
}

.header-one .menu-bottom ul.main-menu li a {
    color: #fff;
}

.header-one .menu-bottom ul.main-menu:nth-child(1) li:nth-child(1) {
    margin-right: 8px;
}

.header-one .menu-bottom ul.main-menu:nth-child(1) li:nth-child(1) img {
    width: 17px;
    height: 17px;
    gap: 10px;
}

.header-one .menu-bottom ul.main-menu:nth-child(1) li img {
    width: 17px;
    height: 17px;
    gap: 10px;
}
.header-one .menu-bottom ul.main-menu:nth-child(1) li .child-menu {
    width: 217px;
    height:fit-content;
    background-color: #fafeff;
    z-index: 9999;
    flex-direction: column;
    position: absolute;
    top: 58px;
    left: 0;
    right: -48px;
    display: none;
    list-style: none;
    margin: 0;
    border-radius: 10px;
    padding: 7px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.header-one .menu-bottom ul.main-menu:nth-child(1) li .child-menu li {
    width: 100%;
    height: 26px;
    padding: 5px;
    text-align: right;
    cursor: pointer;
    margin-right: 0px;
    position: relative;
    margin-bottom: 3px;
}

.header-one .menu-bottom ul.main-menu:nth-child(1) li .child-menu li a {
    color: #c1c1c1;
    font-size: 12px;
    font-weight: bold;
    margin-right:6px;
}

/*.header-one .menu-bottom ul.main-menu:nth-child(1) li .child-menu li:before {*/
/*    content: ' ';*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    position: absolute;*/
/*    right: -9px;*/
/*    top: 11px;*/
/*    background-color: #c1c1c1;*/
/*}*/

.header-one .menu-bottom ul.main-menu:nth-child(1) li .child-menu li:after {
    content: ' ';
    background-image: url(../../images/left-chevron.png);
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 8px;
    top: 7px;
}

.header-one .menu-bottom ul.main-menu:nth-child(1) li .child-menu li:hover a {
    color: #0C102A;
}


.header-one .menu-bottom ul.main-menu:nth-child(1) li:hover .child-menu {
    top: 40px;
    display: flex;
}

.header-one .menu-bottom ul.main-menu:nth-child(1) li .child-menu li .last-child-menu {
    width: 380px;
    height: fit-content;
    background-color: #fafeff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 11px;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    padding: 7px;
    order: 2;
    position: absolute;
    right: 191px;
    display: none;
    top: -6px;
    left: 0;
}

.header-one .menu-bottom ul.main-menu:nth-child(1) li .child-menu li .last-child-menu li:after {
    content: none;
}

.header-one .menu-bottom ul.main-menu:nth-child(1) li .child-menu li .last-child-menu li {
    position: relative;
    width: 50%;

}

.header-one .menu-bottom ul.main-menu:nth-child(1) li .child-menu li .last-child-menu li a {
    color: #c1c1c1;
}

/*.header-one .menu-bottom ul.main-menu:nth-child(1) li .child-menu li .last-child-menu li img {*/
/*    width: 163px;*/
/*    height: fit-content;*/
/*    left: 0;*/
/*    top: -5px;*/
/*    display: none;*/
/*}*/

.header-one .menu-bottom ul.main-menu:nth-child(1) li .child-menu li .last-child-menu li:hover a {
    color: #0C102A;
}

.header-one .menu-bottom ul.main-menu:nth-child(1) li .child-menu li:hover .last-child-menu {
    display: flex;

}

.header-one .menu-bottom ul.main-menu:nth-child(2) {
    margin: 0 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    width: 39%;
}

.header-one .menu-bottom ul.main-menu:nth-child(2) li {
    margin-left: 23px;
}

.header-one .menu-bottom ul.main-menu li {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.user-cart-header-one .item-cart {
    width: 97%;
    padding: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 7px 5px;
    border-right-color: red;
    border-right-style: dashed;
    border-right-width: 2.5px;
    color: #000;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 3px;
}


.user-cart-header-one .item-cart:hover {
    background-color: #fafeff;
    border-right-color: #000;
}

.user-cart-header-one .item-cart .title-product-cart {
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    width: 136px;
    text-overflow: ellipsis;
}

.user-cart-header-one .item-cart .price-product-cart {
    font-weight: normal;
    font-size: 13px;
    flex-direction: column;
    display: flex;
}

.user-cart-header-one .item-cart .price-product-cart del {
    color: darkred;
}


.user-cart-header-one .footer-cart {
    width: 98%;
    position: absolute;
    bottom: 0;
    padding: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
}

.user-cart-header-one .total-price-order {
    width: 100%;
    position: absolute;
    bottom: 52px;
    padding: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fafeff;
}

.user-cart-header-one .total-price-order div {
    font-size: 13px;
    font-weight: bold;
    color: #0C102A;
}

.user-cart-header-one .footer-cart a {
    width: 44%;
    border: 1.5px dashed #0B5661;
    text-align: center;
    padding: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
}

.user-cart-header-one .footer-cart a:nth-child(2) {
    border: 1.5px dashed #0B5661;
}

.box-result-search::-webkit-scrollbar {
    width: 2px !important;
    height: 0;
}

.moving-text {
    font-size: 2.5rem;
    font-weight: 700;
    color: transparent;
    background: linear-gradient(to right, #00f2fe, #4facfe, #00f2fe);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    z-index: 9;
    top: 88px;
    right: 26px;
    animation: colorMove 8s infinite;
}

.moving-text::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #00f2fe, #4facfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: wave 2s ease-in-out infinite;
}

@keyframes colorMove {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}


@keyframes wave {
    0%, 100% {
        clip-path: polygon(
                0% 45%,
                15% 44%,
                32% 50%,
                54% 60%,
                70% 61%,
                84% 59%,
                100% 52%,
                100% 100%,
                0% 100%
        );
    }
    50% {
        clip-path: polygon(
                0% 60%,
                16% 65%,
                34% 66%,
                51% 62%,
                67% 50%,
                84% 45%,
                100% 46%,
                100% 100%,
                0% 100%
        );
    }
}

@media (max-width: 768px) and (max-width: 991px) {
    .header-one {
        display: none;
    }

    header.header-one-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        height: 50px;
        width: 96%;
        margin-right: 2%;
        margin-top: 2%;
        border-radius: 6px;
        position: fixed;
        z-index: 99999999;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px 0;
    }

    header.header-one-mobile .close-menu {
        position: absolute;
        width: 30px;
        height: 30px;
        left: 50px;
        top: 51px;
        z-index: 99;
        background-color: #fff;
        border-radius: 6px;
    }

    header.header-one-mobile .close-menu img {
        width: 100%;
        height: 100%;
    }

    header.header-one-mobile .menu-mobile{
        width: 46px;
        padding: 7px;
        margin-right: 8px;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    header.header-one-mobile .menu-mobile .item-menu-mobile {
        width: 100%;
        height: 5px;
        background-color: #0C102A;
        margin-bottom: 4px;
        border-radius: 8px;
    }

    header.header-one-mobile .menu-mobile .item-menu-mobile:nth-child(2) {
        width: 80%;
    }

    .header-one-mobile .search-mobile {
        width: 26px;
        height: 26px;
        margin-left: 10px;
    }

    .header-one-mobile .search-mobile img{
        width: 100%;
        height: 100%;
    }

    header.header-one-mobile .logo-mobile:before {
        content: ' ';
        width:100px;
        height:100px;
        position: absolute;
        left: 0;
        right: 0;
        top:-8px;
        margin: auto;
        border-radius: 50%;
        background-image: url("../../images/Central_Curve_shadow.svg");
        background-size: 100% 100%;
    }

    header.header-one-mobile .logo-mobile img {
        width: 70px;
        margin: auto;
        z-index: 999;
        position: absolute;
        left: 0px;
        right: 0;
        top: 2px;
    }

    header.header-one-mobile .search-mobile form.search {
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: -75px;
        right: 0;
        margin: auto;
        z-index: 9999999;
        transition: ease-in-out 1s;
        display: flex;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        height: 41px;
        border-radius: 5px;
    }

    header.header-one-mobile .search-mobile form.search input[type="text"] {
        width: 100%;
        padding: 3px;
        outline: none;
        border: 0;
        height: auto;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 11px;
        font-weight: bold;
    }

    header.header-one-mobile .search-mobile form.search #close-search-box {
        padding: 10px;
        background-color: red;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    header.header-one-mobile .search-mobile .box-search {
        top: 0px !important;
    }

    header.header-one-mobile .search-mobile .search .box-result-search {
        width:100%;
        height: 488px;
        overflow: auto;
        background-color: #fff;
        position: absolute;
        border-radius:8px;
        top: 42px;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 7px;
        margin: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }

    header.header-one-mobile .search-mobile .search .show-result-search {
        display: block;
    }

    header.header-one-mobile .search-mobile .search .close-result-search {
        display: none;
    }

    header.header-one-mobile .search-mobile .search .box-result-search li.item-search {
        width: 100%;
        padding: 3px;
        height: 61px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 6px;
        gap: 40px;
        border-radius: 3px;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }

    header.header-one-mobile .search-mobile .search .box-result-search li.item-search:hover {
        background-color: #fafeff;
    }

    header.header-one-mobile .search-mobile .search .box-result-search li.item-search img  {
        width: 52px;
        height: 53px;
        object-fit: contain;
    }

    header.header-one-mobile .search-mobile .search .box-result-search li.item-search a.show-product {
        padding: 4px;
        border: 1px solid #e0dfe3;
        text-align: center;
        background-color: #0f4a53 !important;
        color: #fff;
        border-radius: 5px;
    }


    .fixed-menu {
        margin:0 !important;
        bottom: 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
    }

    .category-section-title {
        margin: 0 !important;
    }

    header.header-one-mobile .sidebar {
        width: 100%;
        height: 100dvh;
        background-color: rgb(0, 0, 0, 22%);
        position: fixed;
        top: 0;
        left: 0;
        right:-410px;
        z-index: 99999;
        transition: ease-in-out 1s;
    }


    header.fixed-mobile {
        top: -7px !important;
    }

    header.header-one-mobile .show-menu-mobile {
        right: 0 !important;
    }

    header.header-one-mobile .sidebar .menu-sidebar {
        position: absolute;
        width: 259px;
        height: 85dvh;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        left: 0;
        right: 4px;
        top: 54px;
        border-radius: 14px;
    }

    header.header-one-mobile .sidebar .menu-sidebar ul.menu-profile {
        margin-top: 5px;
        width: 100%;
        padding-right: 4px;
    }

    header.header-one-mobile .sidebar .menu-sidebar ul.menu-profile li.item {
        padding:4px 6px;
        width: 98%;
    }

    header.header-one-mobile .sidebar .menu-sidebar ul.menu-profile li.item a {
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        color: #0C102A;
        display: flex;
        align-items: center;
    }

    header.header-one-mobile .sidebar .menu-sidebar ul.menu-profile li.item a i {
        font-size: 18px;
        color: darkred;
        margin-left: 5px;
    }

    header.header-one-mobile .sidebar .menu-sidebar ul.navbar-nav {
        width: 100%;
        height: 30px;
        padding-right: 6px;
        margin-top: 6px;
        margin-bottom: 36px;
    }

    header.header-one-mobile .sidebar .menu-sidebar ul.navbar-nav li {
        text-align: center;

    }

    header.header-one-mobile .sidebar .menu-sidebar ul.navbar-nav li:nth-child(1) span:nth-child(1) {
        color: red;
    }

    header.header-one-mobile .sidebar .menu-sidebar ul.navbar-nav li a, header.header-one-mobile .sidebar .menu-sidebar ul.navbar-nav li span {
        font-size: 13px;
        font-weight: bold;
        color: #0C102A;
    }

    header.header-one-mobile .sidebar .menu-sidebar ul.navbar-nav li:nth-child(2) {
        background-color: #f0effe;
        width: 94%;
        margin: auto;
        padding: 3px;
        border-radius: 9px;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

    header.header-one-mobile .sidebar .menu-sidebar .bottom-sidebar {
        position: absolute;
        bottom: 8px;
        width: 100%;
        left: 0;
        right: 0;
        display:flex;
        flex-direction: column;
    }

    header.header-one-mobile .sidebar .menu-sidebar .bottom-sidebar ul.enamad {
        display: flex;
        justify-content: space-around;
        align-items: center;
        list-style: none;
    }

    header.header-one-mobile .sidebar .menu-sidebar .bottom-sidebar ul.enamad li {
        border: #0C102A 1px solid;
        width: 70px;
        height: 70px;
        border-radius: 10px;
        overflow: hidden;
    }

    header.header-one-mobile .sidebar .menu-sidebar .bottom-sidebar ul.enamad li a img {
        width: 100%;
        height: 100%;
    }

    header.header-one-mobile .sidebar .menu-sidebar .bottom-sidebar .copyright p {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

    header.header-one-mobile .sidebar .menu-sidebar .bottom-sidebar .devloper {
        text-align: center;
        width: 100%;
        font-size: 11px;
        font-weight: bold;
    }

}