﻿:root {
    --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-bg-color: #fff;
    --primary-top-color: #fff;
    --primary-btn-bg-color: #737373;
    --primary-a-color: #000;

    /* 409EFF */
}
.bottom_menu .menu{
    margin: 0px auto;    
    display: flex;
    align-items: center;    
    flex-wrap: wrap;
}
.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .menu li {
    position: relative;
  }
  
  .menu a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;   
    font-weight: 600;
  }
  
  .menu a:hover {
    background-color: #e0e0e0;
    color: #121212;
  }

  .menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 1000;
    background-color: #e9e9e9;
  }
  
  .menu ul ul {
    top: 0;
    left: 100%;
  }
  
  .menu li:hover > ul {
    display: block;  
  }
  .menu > li {
    display: inline-block;
    vertical-align: top;
  }
  
  .menu > li > a {   
    color: #fff;
  }
  
  .menu > li > a:hover {
    background-color: var(--primary-top-bg-color);
  } 

  .menu > li > ul {
    top: 100%;
    left: 0;
  }
  .menu > li > ul > li > ul {
    top: 0;
    left: 100%;
  }
.el-backtop,
.el-calendar-table td.is-today {
    color: #000;
}
a {
    color: #303030;
    text-decoration: none;
}

a:hover {
    color: var(--primary-color-defaul);
    text-decoration: none;
}

.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 {
    z-index: 1;
    position: absolute;
    top: 103px;
    display: none;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 400px;
    border-bottom: 1px solid #eee;
    padding: 40px;
    transition: .3s ease display,transform ease-in-out .3s;
}

.hover_shop_div {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.type_img_box{
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.shop_header_type .type_box {
    /* margin-top: 15px; */
    font-size: 14px;
}
/* .shop_header_type .type_box:hover {
 text-decoration: underline;
} */
.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: #000;
    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: 700;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    font-size: 15px;
    height: 20px;

}

.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: #20170e;
    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;
    /* 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;
}

html {
    /* scroll-behavior: smooth; */
    /* font-family: Poppins; */
    font-family: "Lato", sans-serif;
    /* font-family: Basis Grotesque Pro, Arial, sans-serif; */
}

.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-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 {
    position: relative;
    transition: top 0.5s;
}

.top_large_screen {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #f7e7e6;
    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: 70px;
    line-height: 70px;
    vertical-align: middle;
    color: #303030;
    font-weight: bold;
    font-size: 20px;
    overflow: hidden;
}
.content_item2 .el-image__inner{
    vertical-align: middle;
}
.large_screen .content .content_item2 img {
    max-width: 100%;
    max-height: 100%;
}

.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;
}

.top_Marketing {
    font-size: "Merriweather Sans", sans-serif;
    background-color: #121212;
    color: #fff;
      font-size: 12px;
    text-align: center;
    line-height: 33px;
    vertical-align: middle;
    text-transform: uppercase;
}

.bottom_menu {
    background-color: #121212;   
    /* padding: 5px 0px; */
    font-size: 12px;
    color: #fff;
    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;
}

.bottom_menu ul li a {
    font-family: arial, helvetica, sans-serif;
    /* color: #121212; */
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}
.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;
    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: black;
    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: #000;
    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 {
    background-color: #fff;
}

.bottom_content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    /* border-radius: 10px; */
    padding: 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap
}

.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;
}

/* -----------------------------------------------footer  start --------------------------------------- */
.footer {
    width: 100%;
    margin-top: 10px;
    background:#121212;
    font-family: fangsong;
    /* border-top: 1px solid #e8e8e1; */
}

.emails {
    display: flex;
    padding: 20px;
    align-items: baseline;
    font-weight: 700;
    font-size: 17px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.bottom_footer {
    /* background-color: #f2f2f2; */
    padding: 30px 0px;
}

.bottom_footer .content {
    text-transform: uppercase;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #e8e8e1;
}

.bottom_footer .content p {
    margin-top: 3px;
    margin: 0px;
    padding: 3px 10px;
    font-size: 13px;
    text-transform: capitalize;
}
.foote_help a{
    color: #fff;
    font-size: 12px;
}
.foote_help ::after{
    content: '';
    width: 1px;
    display: inline-block;
    height: 15px;
    margin: -1px 10px -3px;
    background-color: rgb(152, 151, 151);
}
.main_menu p{
   padding: 5px;

}
.texts {
    font-size: 15px;
    font-weight: 700;
    color: #303030;
    margin-bottom: 8px;
}

.foot_btn{
  background-color: #121212;
  color: #fff;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.foot_btn:hover{
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  padding: 8px;
}
.main_menu{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bottom_footer a{
    color: #fff;
}
/* .main_menu .el-input__icon{
    font-size: 20px;color: #000;
}
.main_menu .el-input__inner{
    background-color: #efe6e1;
    border-bottom: 1px solid rgb(205, 179, 164);
} */
/* -----------------------------------------------footer  end  --------------------------------------- */

@media screen and (max-width:880px) {
   
    .bottom_footer .content{
        padding: 10px;
    }
    .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%;
}
    .bottom_content {
        width: 90%;
    }

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

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

    .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;
}