.dropdown-menu-cus {
    padding: 0px;
    border: 0px;
    margin-bottom: 10px;
}

    .dropdown-menu-cus > li > a {
        text-transform: inherit !important;
    }

.dropdown-item {
    color: #e96f30 !important;
    background: white !important;
}

    .dropdown-item:hover {
        background: #e96f30 !important;
        color: white !important;
    }

.box-info p i {
    color: white;
    font-size: 14px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    background: #e96f30;
    border: 1px solid #e96f30;
}
/* mobi */
@media only screen and (max-width: 768px) {
    .dropdown-menu-cus {
        position: inherit;
        width: 100%;
        box-shadow: none;
        border: 0;
    }

        .dropdown-menu-cus > li > a {
            text-align: center;
            background-color: #e96f30 !important;
        }

    .dropdown-item {
        color: white !important;
    }

    .activee {
        color: white !important;
        background-color: #e96f30 !important;
    }

    #countcart_header_desk {
        display: none;
    }

    #listcart_header {
        display: none;
    }

    #countcart_header_mb {
        display: block;
    }
    .margintop {
        height: 70px;
        background: #41634a
    }
}

/* desk */

@media only screen and (min-width: 768px) {
    .dropdown-menu-cus {
        padding: 0px;
        border: 0px;
    }

        .dropdown-menu-cus > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    #countcart_header_desk {
        display: block;
    }

    #countcart_header_mb {
        display: none;
    }
    .margintop {
        height: 100px;
        background: #41634a
    }
}

/*custom*/


.direction {
    padding: 10px 0;
    line-height: 19px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    position: relative;
    background: #fff;
    color: #000;
    font-size: 14px;
}

.category-side {
    border-radius: 4px;
    border: 1px solid #e96f30;
    padding-bottom: 10px;
    margin-top: 15px
}

    .category-side > .title {
        font-weight: bold;
        background: #e96f30;
        color: white;
        text-transform: uppercase;
        padding: 15px;
    }

    .category-side > ul {
        padding: 0;
        margin: 0;
    }

        .category-side > ul > li {
            list-style: none;
            position: relative;
        }

            .category-side > ul > li > a {
                font-size: 16px;
                display: block;
                color: #000;
                font-weight: bold;
                line-height: 22px;
                padding: 7px 15px;
                padding-right: 30px;
            }

#listcart_header {
    position: absolute;
    background: white;
    width: 300px;
    left: -250px;
    top: 70px;
}

#countcart_header_desk {
    position: absolute;
    padding: 0 0 20px 0;
    right: 0;
}

.cart-count1 {
    position: absolute;
    background: red;
    color: #fff;
    padding: 2px 8px;
    font-size: 11px;
    right: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    top: 0;
}


/*cart*/
.cart_container {
    display: grid;
    grid-template-columns: 1fr 40%;
    padding: 10px;
    max-width: 95%;
    margin: 20px auto;
    line-height: 1.5;
}

.user_cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
}

.user_info {
    width: 100%;
}

.cart_container h3 {
    margin: 20px 0;
}

.user_info .user_input {
    border: thin solid #aeaeae;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.user_info input {
    border: none;
    background-color: transparent;
    width: 100%;
}

.delivery_method {
    width: 100%;
}

.city_select select {
    width: 100%;
    border-radius: 5px;
    padding: 10px 5px;
    margin: 0px 5px 0 0px;
}

.user_addr_input {
    border: thin solid #aeaeae;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.city_select select {
    border-radius: 5px;
    padding: 10px 5px;
}

.payment_method {
    width: 100%;
}

    .payment_method > div {
        margin-bottom: 15px;
        display: grid;
        grid-template-columns: 20px 1fr;
        grid-gap: 10px;
        line-height: 20px;
        align-items: center;
    }

.total_amount {
    padding: 20px;
    background: #f4f6f7;
    border-radius: 20px;
}

    .total_amount .cart_detail {
        height: auto;
    }

.user_addr_input input {
    border: none;
    background-color: transparent;
    width: 100%;
    border: none;
    width: 100%;
}

.cart_detail {
    display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    overflow-y: hidden;
    padding: 0;
}

.cart_item-list {
    overflow-y: auto;
    max-height: calc(100vh);
    width: 100%;
}

@media (max-width: 1225px) {
    .cart_item-list {
        min-height: 35vh;
    }
}

@media (max-width: 426px) {
    .cart_item-list {
        max-height: calc(100% - 111px);
    }
}

@media (max-width: 1225px) {
    .cart_item-list {
        min-height: 35vh;
    }
}

.remove_item_mini_cart .icon-bin {
    width: 15px !important;
    height: 15px !important;
    stroke: #aeaeae;
    fill: transparent;
}

.cart_preview .item_info > * {
    margin-bottom: 10px;
}

.cart_preview .item_info > * {
    margin-bottom: 10px;
}
.item_info {
    padding: 0 0 0 15px!important;
}
.add_item {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .add_item span {
        transition: all ease-in-out .3s;
        border: none;
        background: 0 0;
        font-size: 20px;
    }

    .add_item span {
        width: 30px;
        padding: 5px 10px;
        text-align: center;
    }

    .add_item input {
        padding: 5px 0;
        border: thin solid black;
        background-color: white;
        border-radius: 5px;
        text-align: center;
        align-items: center;
        width: 30px;
    }


.remove_item_mini_cart {
    position: absolute;
    padding: 3px 4px 0px 3px;
    background-color: white;
    cursor: pointer;
}

.cart_preview {
    margin: 0;
    position: relative;
}
.img_preview {
    padding: 0!important;
}
#SaveOrder {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #e96f30;
    padding: 20px;
    border: none;
    color: white;
}
.close_quickview {
    z-index: 1;
    font-size: 30px;
    right: 0;
    height: 30px;
    top: 0;
    position: fixed;
    width: 30px;
}
.product-scroll-content > .price {
    font-size: 16px;
    font-weight: 600;
    color: #e96f30!important;
}

.team-item > h4 > a {
    color: #e96f30!important
}

.cart_header_top_box{
    border:1px solid #aeaeae;
}
    .cart_header_top_box:before {
        content: '';
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #fff;
        position: absolute;
        top: -16px;
        right: 80px;
    }

.cart_icon_trang {
    border: 2px solid white;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 37px;
    background-image: url(/Content/style/images/cart_trang.png);
    width: 50px;
    border-radius: 50%;
}
.cart_icon_xam {
    border: 2px solid #a6a5a5;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 37px;
    background-image: url(/Content/style/images/cart_xam.png);
    width: 50px;
    border-radius: 50%;
}