:root {
    --primary-top-bg-color: #2B2B2B;
    --primary-top-text-color: #fff;
    --primary-top-men-color: #fff;
    --primary-top-men-text-color: #000;
    --primary-delivery-color: #121212;
 /* ------------------------ */
    --primary-color-defaul:#121212;
    --primary-color-te6: #121212;
    --primary-color: #737373;
    --primary-select-color: #737373;
    --primary-font-color: #334862;
    --primary-hover-font-color: #151515;
    --primary-menu-bg-color: #737373;
    --primary-menu-Selected-color: #141414;
    --primary-menu-not-color: #797474;   
    --primary-top-color: #fff;
    --primary-btn-bg-color: #737373;
    --primary-a-color: #000;

    /* 409EFF */
        --primary: #3a86ff;
      --secondary: #ff006e;
      --accent: #ffbe0b;
      --dark: #1a1a2e;
      --light: #f8f9fa;
      --gray: #8d99ae;
      --success: #38b000;
      --card-bg: #ffffff;
      --section-bg: #f5f7ff;
      --gradient-primary: linear-gradient(135deg, #92bcff 0%, #2667cc 100%);
      --gradient-secondary: linear-gradient(135deg, #2b4461 0%, #26687d 100%);
      --gradient-accent: linear-gradient(135deg, #ffbe0b 0%, #e6a500 100%);
      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
      --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
      --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.15);
      --border-radius: 12px;
      --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}


.about_us{
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;margin: 15px auto;padding: 10px;font-size: 14px;color: #fff;
}
@font-face {
    font-family: 'Lato';
    src: url('/static/font/Lato-Bold.ttf') format('truetype');
}
.el-image__error, .el-image__inner, .el-image__placeholder {
    width: 100% ;
    height: 100% ;
    object-fit: contain;
  }
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.content_item3 .el-input-group__append, .el-input-group__prepend{
    /* border: none; */
    /* border-bottom: 1px solid #dcdfe6; */
    background-color: #fff;   
}
#warp {
    -webkit-overflow-scrolling: auto;
    overflow-x: hidden;
    height: 100vh;
    overflow-y: auto; 
    font-family: 'Lato';
  }
  .top_menuList_right {
    padding: 5px;
  }
.top_Marketing {
    /* font-family: "Merriweather Sans", sans-serif; */
    background-color: var(--primary-top-bg-color);
    color: var(--primary-top-text-color);
      font-size: 12px;
    text-align: center;
    line-height: 33px;
    vertical-align: middle;
    text-transform: uppercase; 
}
.top_Marketing_content{
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
.top_Marketing_content1{
     font-weight: 600;
     padding: 5px;
}
.top_Marketing_content1 .flex_center div{
   padding: 0px 20px;
   text-decoration: underline;
   vertical-align: middle;
}
.top_Marketing_content1 .flex_center{
    /* height: 45px; */
    padding: 4px ;
    flex-wrap: wrap
}
.top_Marketing_content1 .flex_around{
    height: 60px;
    flex-wrap: wrap
}
.el-backtop,
.el-calendar-table td.is-today {
    color: #000;
}
a {
    color: #303030;
    text-decoration: none;
}

a:hover {
    color: var(--primary-top-bg-color);
    text-decoration: none;
}
.top_menuList{
    width: 100%;   
    padding: 5px 10px;  
    text-transform: capitalize;
    text-align: right;
    font-size: 11px;   
    color: #272626;  
}
.top_menuList a ,.top_menu_item a{
    color: #272626;
    font-weight: 400;
}
.top_menuList a:hover ,.top_menu_item a:hover{
text-decoration: underline;
color: #000;
}
.top_menu_item{
    margin-left: 10px;
    padding: 0px 8px;
}
.searc_big .el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
    border-radius: 0px 5px 5px 0px;
    background: #000;
    color: #fff;
}

.searc_big .el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border-color: #000;
}

.smallWhish {
    background-color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    color: #fff;
    padding: 0px 5px;
    border: 1px;
}

.hover_shop_div {
    /* display: flex;
    align-items: center;
    justify-content: space-around; */
    max-height: 300px;
    overflow-y: auto;
    text-transform: capitalize;
}
.type_img_box{
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: sticky;
    top: 0px;
}
.shop_header_type{
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-items: center;
flex-wrap: wrap;
}
.shop_header_type .type_box {
    width: 20%;
   padding: 10px;
   height: 150px;
   overflow: hidden;
   cursor: pointer;
   position: relative;
   border: 1px solid #ccc;
   background-color: #fff;
}
.shop_header_type .product_type_5{
    position: absolute;
    top: 60px;
    left: 15px;
    background: #fff;
    padding: 5px;
    font-size: 12px;
    opacity: .8;
}
/* .shop_header_type .product_type_5:hover{
 opacity: 0;
} */
.Bottom_prompt {
    text-indent: 2em;
    padding: 20px 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 20%);
    position: fixed;
    bottom: 0;
    z-index: 50;
    flex-wrap: wrap;

}

.top_bottom_btn {
    /* background-color: #fff; */
    position: absolute;
    top: 0;
    cursor: pointer;
}

.small_cart {
    padding-right: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.small_cart p {
    margin: 0px;
    position: relative;
}

.recommendation {
    padding: 10px;
    position: sticky;
    width: 100%;
    bottom: 70px;
    z-index: 10;
    background: #fff;
    margin-top: 15px;
    border-top: 1px solid #eee;
}

.recommendation .form-select {
    -webkit-appearance: none;
    appearance: none;
    /* background: #fff; */
    border: 1px solid #dfe3e8;
    border-radius: 0;
    cursor: pointer;
    font-size: 12px;
    height: 36px;
    line-height: normal;
    max-height: 36px;
    min-height: auto;
    outline: 0;
    padding: 0 10px 0 9px;
    width: 100%;
}

.dialog .form-select {
    -webkit-appearance: none;
    appearance: none;
    /* background: #fff; */
    border: 1px solid #000;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    line-height: normal;
    max-height: 36px;
    min-height: auto;
    outline: 0;
    padding: 0 10px 0 9px;
    width: 100%;
}

.recommendation .recommendation_prodet {
    border: 1px solid #000;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.recommendation .recommendation_prodet .left_image {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    max-height: 200px;
    overflow: hidden;
}

.drawer_cart_big .el-drawer {
    width: 30% !important;
}

.recommendation .recommendation_prodet .right_det {
    width: 70%;
}

.recommendation .recommendation_prodet .Add_cart {
    background: var(--primary-top-bg-color);
    font-weight: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 10px;
    height: 40px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

.checkout_bottom {
    text-align: center;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px 0PX 20px;
    z-index: 10;
    background: #fff;
}

.el-input-number__decrease,
.el-input-number__increase {
    background: #fff;
}

.el-dialog__headerbtn :hover {
    transition: all .1s ease-in-out;
    transform: scale(1.2);
}

.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
    color: #fff;

}

.el-input__inner {
    border-radius: 0px;
}

.el-dialog__headerbtn .el-dialog__close {
    color: #fff;
}

.small_cart .cart_dio_title {
    font-weight: 600;
    color: #000;
}

.badge-list {
    width: 19%;
    text-align: center;
    margin: 15px 0px;

}



.small_btn_add {
    margin-top: 10px;
    display: inline-block;
    display: flex;
    justify-content: space-between;
}

.btns .ADD_TO {
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--primary-top-bg-color);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    width: 49%;
    text-align: center;

}

.btns .ADD_TO_dis {
    width: 49%;
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px;
    background-color: #a9a9a9;
    color: #fff;
    cursor: pointer;
    text-align: center;

}

.btns .ADD_TO:hover {
    background-color: #fff;
    color: #20170e;
    border: 1px solid #20170e;
}

.badge-list img {
    padding: 5px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.badge-list_footer img {
    padding: 5px 0px;
    border: 1px solid #e5dddd;
    background-color: #fff;
    /* border-radius: 5px; */
    width: 35px;
    margin-right: 5px;
    /* filter: grayscale(100%);
    background-color: #b5b5b5; */
}

.footer_btn {
    font-weight: bold;
    background-color: #121212;
    border: none;
    cursor: pointer;
    color: #fff;
}

[v-cloak] {
    display: none !important;
}


.badge-list_footer {
    text-align: center;
    margin: 15px 0px;
    /* background-color: #898585; */
}


.menu_django_header {
    display: flex;
}

.children,
.children2 {
    list-style: none;
    display: none;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 5px;
    width: 100%;
    /* border-left: 1px solid #737373;   */
    color: #000;
    font-weight: bold;
    /* opacity: 0.8;    */
}

.children li,
.menu_box1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.children li:hover {
    background-color: #eceaea;
}

body,
div,
ul,
li {
    margin: 0px;
    padding: 0px;
}

.Featured_Themes {
    width: 65%;
    margin: 20px auto 20px;
    min-height: 50px;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    font-size: 12px;
    color: #999;
}

.Featured_Themes .Featured_Themes_box {
    margin-top: 10px;
    width: 20%;
}

.Featured_Themes .Featured_Themes_box a {
    position: relative;
    display: inline;
    padding-bottom: 5px;

}
.el-popper[x-placement^=bottom]{
    margin-top: 0px;
}
.el-dropdown-menu{
    box-shadow: none;
}
.Featured_Themes .Featured_Themes_box a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #999;
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.Featured_Themes .Featured_Themes_box a:hover::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.felx_colm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

::v-deep .el-tabs__item.is-active {
    color: var(--primary-menu-Selected-color) !important;
}

/*  */
.bg_not {
    color: var(--primary-menu-not-color);
}

.bg_not:hover {
    border-bottom: 2px solid var(--primary-menu-Selected-color);
}

.bg_sel {
    color: var(--primary-menu-Selected-color);
    border-bottom: 2px solid var(--primary-menu-Selected-color);
}

.large_show_box {
    display: block;
}

.large_hide_box {
    display: none;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

#header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

.header1{
    background-color: var( --primary-top-bg-color);
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04); */
}

.header .header_content {
    max-width: 1200px;
    padding: 0px 40px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
    position: relative;
}

.header .header_content .header_content_item1 {
    width: 80%;
}

.header .header_content .header_content_item2 a {
    max-width: 200px;
    height: 70px;    
}
@keyframes mymove1 {
    from {
        height: 0px;
    }

    to {
        height: 150px;
    }
}

.stuck {
    /* box-shadow: 17px 4px 9px 2px rgba(0, 0, 0, 0.1); */
}

.line {
    height: 20px;
    border-left: 1px solid #818485;
}

.large_screen {
    background-color: var( --primary-top-bg-color);

    position: relative;
    transition: top 0.5s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}

.top_large_screen {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--primary-top-bg-color);
    transition: top 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}

.large_screen .content {
    /* max-width: 1200px; */
    /* padding: 0px 40px; */
    /* margin: 30px auto; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* border-bottom: 1px solid #eee; */
    position: relative;
}

.searc_big {
    position: absolute;
    height: 100%;
    background-color: #fff;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.large_screen .content .content_item1 {
    /* width: 80%; */
}

.large_screen .content .content_item2 a {
    display: inline-block;
    max-width: 200px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
}
.content_item2 .el-image__inner{
    vertical-align: middle;
}
.large_screen .content .content_item2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.large_screen .content .content_item3 {
    /* width: 80px; */
    display: flex;
    /* width: 500px; */
    align-items: center;
    justify-content: space-between;
    color: #323232;
    font-size: 12px;
    cursor: pointer;
}

.large_screen .content .content_item3 .Login {
    /* margin:0px  20px; */
    padding: 16px 12px;
    text-align: center;
    /* color: #fff; */
    /* background-color: #272626; */
    border-radius: 20px;

    font-size: 16px;
    cursor: pointer;
}

.large_screen .content .content_item3 .yuan_chanum {
    min-width: 23px;
    padding: 2px;
    border-radius: 50%;
    background-color: #fff;
    color: #323232;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.large_screen .content .content_item3 .item_bg {
    padding: 3px 6px;
    background-color: var(--primary-color);
    color: var(--primary-top-color);
    border-radius: 4px;
    cursor: pointer;
}
.bottom_menu {
    background-color: var(--primary-top-bg-color);
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    vertical-align: middle;
}
.menu_box .el-dropdown-menu{
  box-shadow: none;
  -webkit-box-shadow:none;
}
.menu_box .el-popper[x-placement^=bottom]{
    margin-top: 0px;
}

.bottom_menu ul {
    /* width: 80%; */
    margin: 0 auto;
    flex-wrap: wrap;
    text-transform: uppercase;
    background-color: var(--primary-top-bg-color);
    justify-content: center;
}
.bottom_menu  a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}
.bottom_menu ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}
.bottom_menu ul li .dropdown_item a{
    font-size: 12px;
}
.top_header ul li a:hover {
    color: red !important;
}

.flex_left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_menu ul .menu_box {
    list-style: none;
    color: #fff;
    cursor: pointer;
    background-color: var(--primary-top-bg-color);
    font-size: 14px;
    /* font-weight: bold; */
    margin-right: 15px;
    padding: 0px 12px;
}

.bottom_menu ul .menu_box a {
    position: relative;
    padding-bottom: 8px;
}

.bottom_menu ul .menu_box a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s;
    font-size: 16px;
}

.bottom_menu ul .menu_box a:hover::after {
    width: 100%;
}

@keyframes left {
    from {
        width: 0px;
    }

    to {
        width: auto;
    }
}

.cart_box {
    width: 500px;
    max-height: 500px;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
}

.sanjiao {
    width: 10px;
    height: 10px;
    border: 1px solid #eee;
}

.cart_box ul {
    list-style: none;
}

/* small */
.small_menu ul li {
    /* margin-top: 15px; */
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 15px;
    font-size: 14px;
}

.small_menu ul li a {
    color: #666;
    text-decoration: none;
    font-weight: bold;
}

.small_menu .children li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.small_menu .children2 li a {
    color: #666;
    text-decoration: none;
    font-weight: 500;
}

.small_menu .children li:hover {
    background-color: rgba(0, 0, 0, .05)
}

.small_menu .children2 li:hover {
    background-color: #d3d3d3;
}

.small_menu .menu_box:hover {
    background-color: #f2f2f2;
}

.cart {
    width: 100%;
    text-align: center;
    color: #555;
    font-weight: bold;
}

.line_small {
    width: 30px;
    height: 4px;
    background: #999;
    border-radius: 3px;
    margin: 8px auto;
}

.dialog {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
}

.iamge {
    width: 49%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.content_title .btns {
    margin: 10px 0px;
}

.content_title {
    width: 100%;
    color: #555;
}

.content_title .titleBold {
    font-size: 24px;
    /* font-weight: bold; */
}

.content_title .line {
    margin-top: 10px;
    width: 40px;
    border-radius: 8px;
    background-color: #777;
    height: 4px;
}

.el-dialog__headerbtn {
    background: var(--primary-top-bg-color);
    font-size: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
}

.content_title .price {
    margin-top: 10px;
    font-size: 14px;
    /* font-weight: bold; */
    color: #ba4444;
}

.content_title .btns {
    margin-top: 10px;
}

.big_bootom {
     max-width: 1200px;
    margin: 10px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px 20px;
}

.bottom_content {
  width: 100%;
    text-align: center;
    background-color:#272727;
    border-radius: 10px;
    padding: 10px 10px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap
   
}
.big_bootom .btn{
    display: inline-block;
    margin-left: 10px;
    padding: 8px 15px;
    background-color: var(--primary-top-bg-color);
    color: #fff;
}

.bottom_content ul {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}

.bottom_content ul a,
.bottom_content a {
    color: #000;
    margin-right: 10px;
    font-size: 14px;
}

.payment-icon {
    width: 50px;
    /* height: 22px; */
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    color: #fff !important;
    opacity: 0.6;
}

.payment-icons {
    /* width: 400px; */
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}
body {
      background-color: var(--light);
      color: var(--dark);
      line-height: 1.6;
      overflow-x: hidden;
    }

    .container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 20px;
    }


    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 32px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: var(--transition);
      cursor: pointer;
      border: none;
      font-size: 16px;
      position: relative;
      overflow: hidden;
    }

    .btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s;
    }

    .btn:hover::before {
      left: 100%;
    }

    .btn-primary {
      background: var(--gradient-primary);
      color: white;
      box-shadow: 0 4px 15px rgba(58, 134, 255, 0.3);
    }

    .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(58, 134, 255, 0.4);
    }

    .btn-secondary {
      background: var(--gradient-secondary);
      color: white;
      box-shadow: 0 4px 15px rgba(255, 0, 110, 0.3);
    }

    .btn-secondary:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(255, 0, 110, 0.4);
    }

    .btn-outline {
      background: transparent;
      border: 2px solid var(--primary);
      color: var(--primary);
    }

    .btn-outline:hover {
      background: var(--primary);
      color: white;
    }


    .top-nav {
      background: var(--dark);
      color: white;
      padding: 12px 0;
      font-size: 0.9rem;
    }

    .top-nav-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .top-nav-links {
      display: flex;
      gap: 25px;
    }

    .top-nav-links a {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none;
      transition: color 0.3s;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .top-nav-links a:hover {
      color: white;
    }


    .main-nav {
      background: var(--card-bg);
      box-shadow: var(--shadow-sm);
      position: sticky;
      top: 0;
      z-index: 100;
      transition: var(--transition);
    }

    .nav-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 0;
    }

    .logo {
      display: flex;
      align-items: center;
      text-decoration: none;
      font-weight: 800;
      font-size: 1.8rem;
      color: var(--dark);
      gap: 10px;
      max-width: 100px;
      max-height: 50px;
    }

    .logo-icon {
      background: var(--gradient-primary);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 2rem;
    }

    .nav-menu {
      display: flex;
      list-style: none;
      gap: 10px;
    }

    .nav-item {
      position: relative;
      font-weight: 500;
    }
    .nav-item:hover {
      border-bottom: 1px solid #212121;
      }
    .nav-link {
      text-decoration: none;
      color: var(--dark);
      font-weight: 500;
      padding: 12px 20px;
      border-radius: 30px;
      transition: var(--transition);
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .nav-link:hover {
      background: rgba(58, 134, 255, 0.1);
      color: var(--primary);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .search-container {
      position: relative;
    }

    .search-input {
      padding: 12px 20px 12px 45px;
      border: 2px solid #e6e9f0;
      border-radius: 50px;
      width: 280px;
      font-size: 14px;
      transition: var(--transition);
      background: #f8f9fa;
    }

    .search-input:focus {
      outline: none;
      border-color: var(--primary);
      background: white;
      box-shadow: 0 0 0 3px rgba(58, 134, 255, 0.1);
    }

    .search-icon {
      position: absolute;
      left: 18px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--gray);
    }

    .action-icons {
      display: flex;
      gap: 15px;
    }

    .action-icon {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      /* background: #f8f9fa; */
      color: var(--dark);
      text-decoration: none;
      transition: var(--transition);
    }

    .action-icon:hover {
      background: var(--primary);
      color: white;
      transform: translateY(-2px);
    }

    .cart-count {
      position: absolute;
      top: -5px;
      right: -5px;
      background: var(--secondary);
      color: white;
      font-size: 0.7rem;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }


    .mega-menu {
      position: absolute;
      left: 0;
      top: 100%;
      width: 600px;
      background: white;
      box-shadow: var(--shadow-lg);
      display: none;
      z-index: 1000;
      padding: 30px;
      border-radius: 0 0 var(--border-radius) var(--border-radius);
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.3s, transform 0.3s;
    }

    .nav-item:hover .mega-menu {
      display: block;
      opacity: 1;
      transform: translateY(0);
    }

    .mega-content {
      display: flex;
      /* justify-content: space-between; */
      /* align-items: center; */
      flex-wrap: wrap;
    }

    .mega-column h4 {
      margin-bottom: 20px;
      padding-bottom: 10px;

      color: var(--dark);
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .mega-column h4 i {
      color: var(--primary);
    }

    .mega-column ul {
      list-style: none;
    }

    .mega-column ul li {
      margin-bottom: 12px;
    }

    .mega-column ul li a {
      color: var(--gray);
      text-decoration: none;
      transition: var(--transition);
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 8px 0;
    }

    .mega-column ul li a:hover {
      color: var(--primary);
      transform: translateX(5px);
    }

    .mega-column ul li a i {
      font-size: 0.8rem;
      width: 16px;
      text-align: center;
    }

    .mega-column {
      /* width: 32%; */
      margin-right: 1.3%;
    }
/* -----------------------------------------------footer  start --------------------------------------- */
    .footer {
      background: var(--dark);
      color: white;
      padding: 80px 0 20px;
    }

    .footer-content {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 40px;
      margin-bottom: 60px;
    }

    .footer-column h3 {
      margin-bottom: 25px;
      font-size: 1.3rem;
      position: relative;
      display: inline-block;
    }

    .footer-column h3::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 40px;
      height: 3px;
      background: var(--primary);
      border-radius: 2px;
    }

    .footer-column ul {
      list-style: none;
    }

    .footer-column ul li {
      margin-bottom: 12px;
    }

    .footer-column ul li a {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none;
      transition: var(--transition);
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .footer-column ul li a:hover {
      color: white;
      transform: translateX(5px);
    }

    .footer-column ul li a i {
      font-size: 0.8rem;
      width: 16px;
    }

    .social-links {
      display: flex;
      gap: 15px;
      margin-top: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .social-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      color: white;
      text-decoration: none;
      transition: var(--transition);
    }

    .social-link:hover {
      background: var(--primary);
      transform: translateY(-3px);
    }

    .newsletter-form {
      margin-top: 20px;
    }

    .newsletter-input {
      width: 100%;
      padding: 14px 20px;
      border: none;
      border-radius: 50px;
      margin-bottom: 15px;
      font-size: 1rem;
    }

    .newsletter-input:focus {
      outline: none;
      box-shadow: 0 0 0 2px var(--primary);
    }

    .footer-bottom {
      text-align: center;
      padding-top: 30px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.7);
      font-size: 0.9rem;
    }

    .mobile-menu-btn {
      display: none;
      background: none;
      border: none;
      font-size: 1.5rem;
      cursor: pointer;
      color: var(--dark);
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #f8f9fa;
      transition: var(--transition);
    }

    .mobile-menu-btn:hover {
      background: var(--primary);
      color: white;
    }

    @media (max-width: 1024px) {
      .mega-content {
        grid-template-columns: repeat(2, 1fr);
      }

      .hero h1 {
        font-size: 2.8rem;
      }

      .search-input {
        width: 200px;
      }
    }

    .add_car {
      display: none;
      text-align: center;
    }

    @media (max-width: 768px) {
      .shop-cart-icon:hover .shop-cart {
        display: none;
      }

      .add_car {
        display: block;
      }

      .nav-menu {
        display: none;
      }

      .mobile-menu-btn {
        display: block;
      }

      .hero h1 {
        font-size: 2.2rem;
      }

      .search-input,
      .search-container {
        display: none;
      }

      .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
      }

      .mega-content {
        grid-template-columns: 1fr;
      }

      .promo h2 {
        font-size: 2.2rem;
      }
    }

/* -----------------------------------------------footer  end  --------------------------------------- */
.small_show_box{
    display: none;
}
@media screen and (max-width:880px) {
    .texts{font-size: 14px;}
   .main_menu{
    width: 33%;
    padding: 6px;
   }
   .bottom_content,.big_bootom .main_menu{
    text-align: center;
    margin-top: 5px;
    width: 100%;
   }
    .drawer_cart_big .el-drawer {
        width: 100% !important;
    }

    .cart_close .el-dialog {
        width: 90% !important;
    }

    .offcanvas-start {
        width: 80%;
    }
.vvv{
    margin-top: 10px;
    width: 100%;
}
  

    .Featured_content {
        width: 100% !important;
        margin: 10px 0px;
    }
 

    .large_screen .content {
        justify-content: space-between;
        padding: 0px 10px;
    }

    .large_screen .content .content_item3 {
        /* width: 40px; */
        display: flex;
        align-items: center;
        justify-content: end !important;
    }

    .small_hide_box {
        display: none;
    }

    .small_show_box {
        display: block;
    }
}

.small_dial {
    z-index: 66;
    position: fixed;
    bottom: 40px;
    left: 0;
    border: 1px solid #dbd3d3;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
}

.small_bottom {
    background-color: #eee;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.dialog_succ {

    background-color: #fff;
    border-radius: 10px;



    z-index: 600;
    opacity: 1;
}

.big_dial {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    top: 0;
}

.el-badge__content {
    height: auto;
}

.bg_succ {
    background-color: #38B336;
    color: #fff;
    padding: 20px;
}

.bg_succ p {
    margin: 0px;
    padding: 0px;
    color: rgba(255, 255, 255, .7);
}

.dialog_top {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.dialog_list {
    margin-top: -12px;
}

.dialog_list ul li {
    width: 90%;
    margin: 0 auto;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 5px;
    margin-bottom: 15px;
    font-size: 14px;
    background-color: #f6f6f6;
}

.toHead {
    position: fixed;
    z-index: 555;
    top: 0;
    width: 100%;
    background-color: #fff;
}