﻿:root {
    --primary-delivery-color: #AB4F27;

    --primary-color-te6: #AB4F27;
    --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 */
}

.el-backtop,
.el-calendar-table td.is-today {
    color: #000;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Bold.ttf') format('truetype');
}

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

.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;
}
.template_3:hover{
    color: #0c4e6d;
}
.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_footer img {
    width: 60px;
    padding: 5px 0px;
    border: 2px solid #fff;
    border-radius: 5px;
    /* filter: grayscale(100%); */
    color: #fff;
}

.badge-list_footer .svg {
    width: 60px;
    padding: 8px 0px;
    border: 2px solid #fff;
    border-radius: 5px;
    /* filter: grayscale(100%); */
    color: #fff;
}

.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: monospace;
    font-weight: 600;
}

.badge-list_footer {
    text-align: center;
    margin: 4px 2px 5px;
    /* 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;
}

.laege_menu {
    border-bottom: 1px solid #efefef;
    position: relative;
}

.laege_menu .menu_item {
    max-width: 1500px;
    margin: 0 auto;
    font-family: 'lato', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
}

.laege_menu .menu_item .item_box {
    padding: 10px 15px 10px;
}

.laege_menu .menu_item .item_box:hover {
    padding-bottom: 8px;
    border-bottom: 2px solid #42c1c1;
}


.laege_menu .dio_menu_box {
    z-index: 99;
    padding: 20px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 38px;
    border: 1px solid #eee;
    left: 0;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .1);
    max-height: 600px;
    overflow-y: auto;
    display: none;
}

.dio_menu_box .dio_content {
    max-width: 1500px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    font-weight: 600;
    
    font-size: 13px;
}

.dio_menu_box .dio_content .dio_item {
    padding: 10px;
    width: 20%;
    overflow: hidden;
}
.dio_menu_box a:hover{
    text-decoration:underline ;
 }
.laege_menu .menu_item .item_box:hover .dio_menu_box {
    display: block;
}

.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;
    margin: 0px 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: 50%; */
}

.large_screen .content .content_item1 .el-input__inner {
    background-color: #f0f0f0;
    border: none;
    border-radius: 2px;
}

.large_screen .content .content_item1 .el-input__icon {
    font-size: 20px;
    font-weight: 600;
}

.large_screen .content .content_item1 .el-input--prefix .el-input__inner {
    padding-left: 40px;
}

.large_screen .content .content_item2 a {
    display: inline-block;
    max-width: 200px;
    line-height: 80px;
    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;
    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 22px;
    text-align: center;
    /* color: #fff; */
    /* background-color: #272626; */
    border-radius: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    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: #8d340d;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    text-align: center;
    padding: 5px;
}

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

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



.el-collapse {
    width: 100%;
    background-color: #AB4F27;
    border: none;
}

.el-collapse-item__header {
    font-size: 16px;
    border-top: none;
    background-color: #AB4F27;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

.el-collapse-item__content {
    color: #fff;
    background-color: #AB4F27;
    padding-bottom: 0px;

}

.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: #000;
    border-top: 1px solid #e8e8e1;
    font-family: 'Calvier-Bold', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

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

.bottom_footer .content {
    max-width: 1500px;
    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;
    font-size: 12px;
}

.bottom_footer .content p a {
    color: #fff;

}

.bottom_footer .content p a:hover {
    color: #2a7b8f;
    text-decoration: underline;
}

.bottom_footer .el-input-group__append,
.el-input-group__prepend {
    padding: 11px 12px 3px;
    background: #fff;
}

.bottom_footer .el-button {
    padding: 0px;
}

.texts {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

.main_menu {
    width: 24%;
}

.righ {
    width: 17%;
    text-transform: initial;
}

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

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

@media screen and (max-width:880px) {
    .badge-list_footer img {
        width: 60px;
        padding: 5px 0px;
        filter: grayscale(0%);
        background-color: #Fff;
    }
    .badge-list_footer{
        filter: grayscale(100%);

        background-color: #fff;
    }
    .main_menu,
    .righ {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .large_screen .content .content_item3 .Login {
        padding: 16px 10px;
    }

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