:root {
    --primary-background-color: #234347;

    --primary-delivery-color: #234347;
    --primary-menu-Selected-color: #83b735;

    /*--primary-color-te6: #83b735;
    --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: #83b735;
    --primary-menu-not-color: #797474;
    --primary-top-bg-color: #fff;
    --primary-top-color: #fff;
    --primary-btn-bg-color: #737373;*/


    /* 409EFF */
}
.main_menu a{
    color: #ffffffcc;
}
.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;
}
/* 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 {
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    /* font-weight: bold; */
}

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

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

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_item2 a{
    max-width: 200px;
    color: #272626;
    font-weight: bold;
    font-size: 20px;
    font-family: auto
}
.content_item2 img {
    max-width: 100%;
    max-height: 100%;
}
/* footer */
.footer {
    width: 100%;
    margin-top: 10px;
    background: var(--primary-background-color);
    border-top: 1px solid #e8e8e1;
    font-family: cursive;
    color: #fff;
    padding: 50px 60px;
}

svg {
    height: 18px;
    width: 18px;
    transition: transform 0.3s;
    cursor: pointer;
    vertical-align: unset !important;
}
.footer-box-svg{
    display: flex;
    margin: 50px 0;
}
.header-title-one {
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: 1.1px;
    margin-top: 0;
    font-family: cursive;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-background-color);
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.header-title-one:hover {
    color: #7fc6cf !important;
}
.footer-title-one {
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: 1.1px;
    margin-top: 0;
    font-family: cursive;
    font-weight: 700;
    text-transform: uppercase;
    color: white;

}
.footer-title-two {
    color: #c3c3c3 ;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 300;
    line-height: 18px;
    text-decoration: none;
    font-family: cursive;
    transition: color .5s ease;
    cursor: pointer;
    margin: 0;
}
.footer-title-two:hover {
    color: #7fc6cf !important;

}
.footer-title{
    display: block;
}
.media-footer-title {
    display: none;
}
.button-style {
    margin-top: 10px;
    background-color: white;
    width: 160px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    color:  var(--primary-background-color);
    cursor: pointer;
    margin-bottom: 20px;

}

.input-div{
    position: relative;
    margin-top: 20px;
}
.input-div:hover .label{
    color: white;
}
.input-div-login {
    position: relative;
    margin-top: 20px;

}
.input-div-login:hover .label{
    color: var(--primary-background-color);
}

.login-email-input .el-input__inner {
    background: white;
    border-radius: 0;
    color: var(--primary-background-color);
    border: 1px solid #a2a0a0 !important;
}
.like-image .el-image__inner {
    width: 100%;
    height: 100%;
}
.like-dialog-style {
    padding: 20px;
}
.label {
    background: var(--primary-background-color);
    font-size: 10px;
    color: #b2b2b2;
    width: 100px;
    text-align: center;
    height: 15px;
    line-height: 15px;
    position: absolute;
    left: 10px;
    top: -6px;
    z-index: 99;
    transition: all 0.5s;
    opacity: 0;
}
.labeltop {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    opacity: 1;
    transform: translateY(-2px)
}
.cart_midden_form1 .el-input__inner {
    /* border: 1px solid #a2a0a0; */
    border-radius: 0;
    transition: all 0.1s;
}
.footer-email-input .el-input__inner {
    background: var(--primary-background-color);
    border-radius: 0;
    color: white;
}
.footer-email-input .el-input.is-active .el-input__inner, .el-input__inner:focus{
    border-color: white;
}
.badge-list_footer {
    border-radius: 3px;
    text-align: center;
    margin: 15px 5px 15px 5px;
    background-color: white;
    /* background-color: #898585; */
}

/* header */
.header {

    padding: 0 60px;

}
.media-hidden{
    display: block;
}
.icon-header {
    font-size: 22px;
    margin-left: 25px;
    font-weight: 500;
    width: 25px;
    height: 25px;
}

/*.new-in{
    margin-top: 100px;
    font-size: 35px;
    text-transform: uppercase;
    font-family: DIN_condensed_bold, sans-serif;
    font-weight: 700;
}
.hidden-title{
    border-bottom: 2px solid #000000;
    font-weight: 700;
    cursor: pointer;
    color:#000000bd;
}
.hidden-title:hover {
    color: #000000;
}*/
.header-maintain{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    padding: 0 60px;
}
.dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: white;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.dropdown li {
    float: left;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    font-family: cursive;
    font-size: 16px;
    font-weight: 300;
}
.dropdown li:hover {
    border-bottom: var(--primary-background-color) 2px solid;
}
.dropdown li a {
    display: block;
    color: #121212;
    text-align: center;
    text-decoration: none;
}
.header-title-two {
    color: #000;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 300;
    line-height: 18px;
    text-decoration: none;
    font-family: cursive;
    transition: color .5s ease;
    cursor: pointer;
}
/*.header-body{
    z-index: 55;
    position: absolute;
    top: 81px;
    background: white;
    width: 100%;
    padding: 64px 50px;

}*/


.header-collapse .el-collapse-item__header{
    height: 80px;
    margin: 0 20px;
    font-size: 12px;
}
.media-footer-title .el-collapse-item__header{
    height: 80px;
    font-size: 12px;
    color: white;
    background: var(--primary-background-color);
}
.media-footer-title .el-collapse-item__content{
    background: var(--primary-background-color);
    color: #c3c3c3 ;
}

.dropdown {
    width: 100%;
    display: flex;
}
.dropdown-content {
    display: none;
    position: fixed;
    background-color: white;
    padding: 60px 60px;
    top: 80px;
    left: 0;
    height: 550px;
    overflow: auto;
    right: 0;
    box-shadow: #e0dfe3 1px 1px ;
}
.dropdown li:hover + .dropdown-content {
    display: block !important;
}
.dropdown-content:hover {
    display: block !important;

}
.title-style-two {
    width: 25%;

}
.title-style-two:hover + .title-style-three{
    display: block;

}
.title-style-three {
    display: none;
    position: absolute;
    top: 0;
    left: 25%;
    height: 100%;
    font-size: 16px;

    font-weight: 600;
}
.title-style-three:hover {
    display: block;
}
.title-style-three-font:hover {
    color: var(--primary-background-color);

}
.el_button {
    background-color: var(--primary-background-color) !important;
}
.el_button:hover {
    background-color: white !important;
    color: var(--primary-background-color) !important;
    border: 1px var(--primary-background-color) solid;
}

.large_hide_box {
    display: none;
}
.content_title .btns {
    margin: 10px 0px;
}

.small_btn_add {
    margin-top: 10px;
    display: inline-block;
    display: flex;
    justify-content: space-between;
}
.searc_big {
    position: absolute;
    height: 100%;
    background-color: #fff;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btns .ADD_TO {
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--primary-background-color);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    width: 45%;
    text-align: center;
}

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

}

.btns .ADD_TO:hover {
    background-color: #fff;
    color: var(--primary-background-color);
    border: 1px solid var(--primary-background-color);
}


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

.dialog {
    /*display: flex;*/
    padding: 10px;
    /*justify-content: space-between;
    align-items: center;*/
}
.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%;
}
.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;
}
.content_title .price {
    margin-top: 10px;
    font-size: 14px;
    /* font-weight: bold; */
    color: var(--primary-color-te6);
}

.content_title .btns {
    margin-top: 10px;
}
.searc_big {
    position: absolute;
    height: 100%;
    background-color: #fff;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    right: 20px;
}
.input-my  {
    width: 100%;
}
.input-my .el-input-group__append, .el-input-group__prepend {
    background-color: white;
    border-bottom: 1px solid #DCDFE6;
    border-top: none;
    border-radius: 0px;
    border-left: none;
    border-right: none;
}
.input-my .el-input__inner {
    border-bottom: 1px solid #DCDFE6;
    border-top: none;
    border-radius: 0px;
    border-left: none;
    border-right: none;
}
.like_close .el-dialog {
    width: 45%;
}
.like_close .el-dialog__header {
    background: var(--primary-background-color);
}
.like_close .el-dialog__headerbtn {
    top: 5px;
}

@media screen and (max-width: 3420px) and (min-width: 1320px) {
    .checkout_bottom {
        text-align: center;
        border-top: 1px solid #e6e6e6;
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 0PX 50px;
        z-index: 10;
        background: #f5f5f5;
    }
    .Copyright {
        color: #888;
        font-size: 12px;
        margin-top: 10px;

    }
    .el-drawer__header{
        display: none;
    }
    .button-style:hover {
        background-color:  var(--primary-background-color);
        border: 2px solid white;
        color: white;
        line-height: 41px;

    }
    .pay-style {
        display: flex;
        justify-content: end;
    }
    .input-number .el-input__inner{
        background: white;

    }
    .el-drawer{
        width: 20% !important;
    }
    el-drawer.ltr, .el-drawer.rtl {
        width: 20%;
        top: 20px;
        box-shadow: none;
    }
}
@media screen and (max-width: 1320px) and (min-width: 880px) {
    .icon-header:hover {
        font-size: 24px;
    }
    .small_show_box {
        display: block;
    }
    .small_hide_box {
        display: none;
    }
    .checkout_bottom {
        text-align: center;
        border-top: 1px solid #e6e6e6;
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 0PX 100px;
        z-index: 10;
        background: #f5f5f5;
    }
    .el-drawer{
        width: 65% !important;
    }

}
@media screen and (max-width: 3020px) and (min-width: 1200px) {
    .icon-header:hover {
        font-size: 24px;
    }
    .checkout_bottom {
        text-align: center;
        border-top: 1px solid #e6e6e6;
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 0PX 50px;
        z-index: 10;
        background: #f5f5f5;
    }
    .el-drawer{
        width: 30% !important;
    }
}
/* media screen */
@media screen and (max-width:880px) {
    .like_close .el-dialog {
        width: 95%;
    }
    .like-dialog-style{
        padding: 0;
    }
    .input-my  {
        width: 100% !important;
    }
    .cart_close .el-dialog {
        width: 90% !important;
    }
    .small_hide_box {
        display: none;
    }
    .small_show_box {
        display: block;
    }
    .checkout_bottom {
        text-align: center;
        border-top: 1px solid #e6e6e6;
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 0px 100px;
        z-index: 10;
        background: #f5f5f5;
    }
    el-drawer.ltr, .el-drawer.rtl {
        width: 30%;
        top: 80px !important;
        box-shadow: none;
    }
    .content_item2 a{
        max-width: 80px;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    /* footer */
    .Copyright {
        color: #888;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 100%;
        margin-top: 20px;

    }
    .pay-style {

        display: flex;
        justify-content: space-between;
    }
    .footer-box-one{
        text-align: center  ;
        margin-bottom: 20px;

    }
    .footer-box-svg{
        width: 100%;
        justify-content: center;
    }
    .footer-title{
        display: none !important;
    }
    .media-footer-title {
        display: block;
    }
    .three-title {
        margin-top: 20px;

    }
    .media-footer-title-one {
        height: 75px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #2e2e2e;
        border-top: 1px solid #2e2e2e;

    }

    /* header */
    .header {
        padding: 20px;
    }
    .media-hidden {
        display: none !important;
    }
    .header-maintain{
        padding: 0 20px !important;

    }

    .el-drawer__header{
        display: none;
    }
    .el-drawer{
        width: 100% !important;
    }
    el-drawer.ltr, .el-drawer.rtl {
        width: 100%;
        top: 80px;
        box-shadow: none;
    }

    .input-number .el-input__inner{
        background: white;

    }


}