<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primary-delivery-color: #2a2a2a;

    --primary-color-te6:#000;
    --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 */
}
.content_item1 .menu{
    margin: 0px auto;    
    display: flex;
    align-items: center;    
    flex-wrap: wrap;
}
.menu, .menu ul {
    list-style: none;
    margin: 0;
  }  
  .firt_item{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;   
    font-weight: 600;
    position: relative;
  }
  .firt_item:hover .two_directory{
      display: block;
  }
  .two_directory{
    padding: 10px;
    display: none;
    position: absolute;
    top: 100%;
    width: 250px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    /* max-height: 100px;
    overflow-y: auto; */
  }
  .two_item,.three_item{
    font-size: 12px;
     font-weight: 400;
     padding: 2px 0px;
     position: relative;
  }
  .two_item:hover{
    background-color: #e1e1e1;
  }
  .two_item:hover .three_directory{
    display: block;
  }
  .three_directory{    
    padding: 10px;
    display: none;
    position: absolute;
    top: 0%;
    width: 250px;
    left: 100%;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
.el-backtop, .el-calendar-table td.is-today{
    color: #000;
}
.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;
}

.children, .children2 {
    display: none;
}


.el-icon-arrow-down.active {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.smallWhish {
    background-color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    color: #fff;
    padding: 0px 5px;
    border: 1px;
}

.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 .scroll-content::-webkit-scrollbar {
    /* scrollbar-width: none; */
  }
  
.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;
    /* filter: grayscale(100%);
    background-color: #b5b5b5; */
}

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

[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; */
}

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

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

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

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

}

.Featured_Themes .Featured_Themes_box a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000;
    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: var(--primary-top-bg-color);
}

/* .header1{
    background-color: var( --primary-top-bg-color);    

} */
@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: #fff;
    transition: top 0.3s;
}

.large_screen .content {
    max-width: 1500px;
    /* padding: 0px 40px; */
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* 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: space-between;
}

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

.large_screen .content .content_item2 a {
    display: inline-block;
    max-width: 200px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    color: #272626;
    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 {
    background-color: #000;
    color: var(--primary-top-color);
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    vertical-align: middle;
}

.bottom_menu {
    /* background-color: var(--primary-menu-bg-color);    */
    padding: 5px 0px;
    font-size: 14px;
    line-height: 40px;
    vertical-align: middle;
}

.bottom_menu ul {
    /* width: 80%; */
    margin: 0 auto;
    flex-wrap: wrap;
    text-transform: uppercase;
}

.bottom_menu ul li a {
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-decoration: none;
}

.bottom_menu ul li a:hover {
    color: #000;
}

.top_header ul li a:hover {
    color: red !important;
}

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

.bottom_menu ul .menu_box {
    list-style: none;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    padding: 16px 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%;
    /* é¼&nbsp;æ&nbsp;‡æ‚¬åœæ—¶åº•éƒ¨è¾¹æ¡†ä»Žå·¦åˆ°å³å‡ºçŽ° */
}

@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: 10px 15px;
    font-size: 14px;
}

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

.small_menu .children li a {
    color: #474747;
    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;
}

.footer {
    width: 100%;
    /* padding: 20px 40px; */
    background-color: #DECDBE;

}

.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: #fff;
    border-top: 1px solid #e8e8e1;
}

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

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

.bottom_footer .content {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.bottom_footer .content p {
    margin-top: 5px;
    margin: 0px;
    padding: 3px 0px;
}

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

.footer .el-button {
    border-radius: 0px 5px 5px 0px;
}

/* -----------------------------------------------footer  end  --------------------------------------- */

@media screen and (max-width:880px) {
    .footer_6{
        text-align: center;
        margin-bottom: 20px;
    }
    .large_screen .content .content_item2 a{
        max-width: 100px;
    }

    .drawer_cart_big .el-drawer{
        width: 100% !important;
    }
    .cart_close .el-dialog{
        width: 90% !important;
    }
    .offcanvas-start {
        width: 80%;
    }

    .bottom_content {
        width: 90%;
    }

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


    .small_ratio {
        margin: 0px 10px !important;
        /* padding: 0px 10px !important; */
        width: 95% !important;

    }

    .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;
}</pre></body></html>