 home_yummy start */

    .slick-dots { display:none; }

    .product-sorts .dropdown-item.active {
        color: var(--bs-dropdown-link-hover-color);
        background-color: var(--bs-dropdown-link-hover-bg);
    }



    .cart-right-2, .opencart-common .btn-primary{
        background-color: #efb621;
        background-image: linear-gradient(90deg, #efb621, #efb621);
        color: #fff !important;
        font-size: 16px;
    }

    .cart-right-2, .opencart-common .btn-primary:hover{
        background-image: none;
    }
    .item-quantity .btn-primary{
        color:#666!important;
        background:#f8f8fa;
    }
    .item-quantity .btn-primary:hover{
        color:#666!important;
        background:#f8f8fa;
    }
    .cart-right-2 { padding:10px 30px; }

    #column-left .list-group-item .fa { color:#999999; }
    #column-left .list-group-item { background:rgba(239, 182, 33, .04); color:#666; }
    #column-left  .list-group { background-color: rgba(239, 182, 33, .04); }
    .search-btn-box { cursor:pointer; }

    .sp-p p { margin-bottom:0; }

    .layui-layer-loading .layui-layer-content {
        width: 60px;
        height: 60px;
    }

    .pro-nav-item-1:hover b, .pro-nav-item-1.active b {
        color: #71BA2F;
    }
    .pro-nav-item-2:hover b, .pro-nav-item-2.active b {
        color: #ff0000;
    }
    .pro-nav-item-3:hover b, .pro-nav-item-3.active b {
        color: #f41637;
    }
    .pro-nav-item-4:hover b, .pro-nav-item-4.active b {
        color: #74d5af;
    }
    .nav-link.active { color:#efb621!important; }

    @media(max-width:768px){
        .position-relative-2 { max-height:620px; }
    }
    @media(max-width:360px){
        .position-relative-2 { max-height:520px; }
    }
/* home_yummy end */


.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

/*.page-link {
    width: 40px;
    height: 40px;
}*/

img.mfp-img {
    padding: 40px 0 22px!important;
}


.btn-danger {
    background-color:#DA3544!important;
}
.btn.cart-remove{ background-color:#fff!important; }
.btn.btn-light{ background-color:#fff!important; padding:10px 10px; max-height:44px; }

.opencart-common .input-group, #account-login .input-group, .checkout-section .input-group, .accordion-body .input-group { padding:0!important; }
.opencart-common .form-control, #account-login .form-control, .checkout-section .form-control, .accordion-body .form-control { text-align:left; border:1px solid #ced4da; }
/*.opencart-common .container, #account-login .container, #checkout-cart .container, #error-not-found .container { background:#fff!important; }*/
/*#input-coupon { font-size:18px; padding:24px 10px; }*/

.opencart-common { font-size:18px; }

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545!important;
}
.opencart-common .card-body b { opacity:1; }

.btn-light {
    border: 1px solid #ced4da !important;
}

#product-category-sort .dropdown-item a {
    color: #444; text-decoration:none;
}
#product-category-sort .dropdown-item.active { background:#fff; }
#product-category-sort .dropdown-item.active a {
    background-color: #fff; color: #909090; text-decoration:underline;
}
#product-category-sort .dropdown-item a:hover {
    background-color: #fff;
    color: #909090;
}

.my-nav-tab a{ color:#090909; text-decoration:none; }

a { color:#222; }
.accordion-button:not(.collapsed) {
    color:#222;
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}


.opencart-common .btn {
    padding: 10px 30px!important;
    /*padding: 5px 6px!important;*/
    border-radius: 0.375rem;
}
.opencart-common .btn-primary {
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
}

.opencart-common .btn-success {
    background-color: #198754 !important;
}
/*.btn-outline-primary { color:#fff; }*/

.text-not-found { font-size:23px; }
@media (max-width: 768px){
    .text-not-found { margin-bottom:0; font-size:20px; }
    .inner-item-padding {
        padding: 0px 0 36px;
    }

    .opencart-common .btn {
        padding: 10px 14px!important;
        font-size: 18px;
    }

    #checkout-cart.opencart-common .btn {
        /*padding: 10px 17px!important;*/
        padding: 3px 6px!important;
    }
}

@media (max-width: 360px){
    .opencart-common .btn {
        padding:4px 4px!important;
        font-size:14px;
        /*min-height:31px;*/
    }
    .opencart-common .btn-order-view { padding-top:5px!important; }

}

.btn-sort.active {
    background-color: #fff;
    color: #909090;
    text-decoration: underline;
}

.text-not-found-product { min-height:35vh; }
@media(max-width:768px){
    .text-not-found-product { min-height:35vh; }
}

@media (min-width:768px) {
    .nav-two-box {
        min-width: 600px;
    }
}

.item-quantity { min-width:110px; }


.has-error .form-control, .has-error .input-ls {
    border-color: #dc3545;
}
/*.mfp-figure { background:#fff; }
.mfp-close-btn-in .mfp-close {
    color: #333333!important;
}
img.mfp-img{ padding:0!important; }*/

.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}
.editor p { min-height:24px; margin-bottom:0; }

.brand-img { height:148px; margin-bottom:0; }
@media(max-width:768px){
    .brand-img { height:45px; }
}









/*** min cart start ****/
#box-min-cart {
    position: absolute;
    right:0;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 9999;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media(min-width:768px){
    #box-min-cart{position: fixed;top: 0;width: 350px;}
}
#box-min-cart ul li .table{padding: 0 10px !important;margin:10px 0;border-bottom:1px solid #ddd;vertical-align: middle;}
#box-min-cart .table tr td a{color:#222;}
#box-min-cart .table tr td .model{margin: 5px auto;display: inline-block;}
#box-min-cart .table tr td .model span{color:#666;}
#box-min-cart .table tr td .price{color:#000;}
.min-cart-title {background-color: #efb621;font-size: 18px;text-align: left;padding:10px;margin:0;color:#fff;position: relative;}
.min-cart-close {color:#fff!important;position: absolute;right:10px;top:10px;cursor: pointer}
#cart.active #box-min-cart {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color:#222;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}

.min-cart-totals{margin-left:0 !important;margin-right:0px !important;border-top:1px solid #ffb84c !important;}
.min-cart-backdrop {
    position: fixed;
    top:0;
    left:0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
}
@media(min-width: 320px) and (max-width: 767px){
    #box-min-cart{position: fixed;top:0;}
    .head-height{height:55px;}
    .foot-height{height:48px;}
}


#cart.active .min-cart-backdrop {
    visibility: visible;
    opacity: 1;
}


#box-min-cart .table>tbody>tr>td, #box-min-cart .table>tbody>tr>th, #box-min-cart .table>tfoot>tr>td, #box-min-cart .table>tfoot>tr>th, #box-min-cart .table>thead>tr>td, #box-min-cart .table>thead>tr>th {
    padding:2px 10px;
    border-top:0;
    background: transparent!important;
}
#box-min-cart .table-striped>tbody>tr {
    background: transparent!important;
}
#box-min-cart .img-thumbnail {padding:0 5px;border:none;border-radius: 0;}
#cart .min-cart-top-title a {color:#94c11f}
/**** min cart end ****/


/**** checkout & cart start ****/

.checkout-checkout {
    background-color: #f5f5f5;
}
.checkout-step {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.checkout-step .step {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    max-width: 33%;
    margin-left: -2px;
    margin-right: -2px;
    color: black;
}
.checkout-step .step .badge {
    position: relative;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.checkout-step .step span {
    display: block;
    padding: 0 5px;
}
.checkout-step .step .badge .text {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.checkout-step .step .badge::before {
    content: " ";
    background-color: #cccccc;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
}
.checkout-step .step .badge::after {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: " ";
    background-color: #cccccc;
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 0;
}
.checkout-step .step:first-child .badge::before {
    width: 50%;
    left: 50%;
}
.checkout-step .step:last-child .badge::before {
    width: 50%;
    right: 50%;
}
.checkout-step .step.visited .badge::after, .checkout-step .step.active .badge::after {
    background-color: #efb621;
}
.checkout-step .step.active {
    color:#fff;
}
.checkout-step .step.active .badge-title {
    color:#000;
}
.checkout-step .step.active .badge::before{
    background: #efb621;
}



.quantity-wrapper .btn {
    padding:0!important;
    width: 36px;
    height: 36px;
    border: 1px solid #ced4da!important;
    border-radius: 0;
    background-color: #f8f8fa;
    line-height: 20px;
}
.quantity-wrapper .input-group-prepend:last-child .btn {
    border-left: none!important;
}

.quantity-wrapper .form-control {
    min-width: 30px;
    max-width: 100px;
    height: 36px;
    text-align: center;
}

.checkout-section {
    border-radius: 0;
    border: 1px solid #ededed;
    margin-bottom: 20px;
    background-color: white;
}

.shopping-cart .section-header {
    padding: .65rem 1rem;
    border-bottom: 1px solid #ededed;
    background-color: #f8f8fa;
    line-height: 26px;
    color:#fff;
}
.section-title {
    font-size: 1.175rem;
    font-weight: bold;
    margin: 0;
}

.shopping-cart .section-header h2 {
    color:#fff;
}

.shopping-cart .table-header, .shopping-cart .table-row {
    padding: 1rem;
}
.shopping-cart .table-row{
    border-top: 1px solid #EDEDED;
}

.shopping-cart .table-header, .shopping-cart .table-row{
    display: flex;
    justify-content: space-between;
}

.shopping-cart .table-footer {
    border-top: 1px solid #EDEDED;
}

.card.card-style-2 {
    border-radius: 0!important;
    border:none;
    /*border: 1px solid #ededed;*/
}
.card.card-style-2 .card-header {
    border-radius: 0!important;
    font-size: 1.175rem;
    font-weight: bold;
    padding: .65rem 1rem;
    background-color: #f8f8fa;
    border-bottom: 1px solid #ededed;
}



@media(min-width: 768px) {
    .shopping-cart .table-header-title, .shopping-cart .item {
        width: 12%;
    }

    .shopping-cart .item-img {
        width: 90px;
    }
    .shopping-cart .item-name {
        width: 24%;
    }
    .shopping-cart .item-price {
        text-align: center;
    }
    .shopping-cart .item-quantity {
        text-align: center;
    }
    .shopping-cart .item-total {
        text-align: center;
    }
    .shopping-cart .item-action {
        width: 40px;
    }

    .shopping-cart .quantity-wrapper {
        align-items: center;
        justify-content: center;
    }
}



@media (max-width: 996px) {
    .shopping-cart .table-header {
        display: none;
    }
    .shopping-cart .section-header {
        border-bottom: none;
    }
    .table-row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .cart-item .item-name > a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
    .shopping-cart .table-body .item-img {
        width: 24%;
    }
    .shopping-cart .table-body .item-name {
        width: 72%;
        padding-right:30px;
    }
    .shopping-cart .table-body .item-price {
        width: 100%;
        text-align: right;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .shopping-cart .table-body .item-action {
        position: absolute;
        right:12px;
        top:10px;
    }

    .shopping-cart .table-row {
        position: relative;
    }

}

.checkout-product-wrapper {
    padding-left:0.75rem;
    padding-right:0.75rem;
}
.checkout-product-wrapper .item{
    display: flex;
    flex-direction: row;
    width:100%;
    padding:0.75rem 0;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ededed;
}
.checkout-product-wrapper .item .image {
    width: 80px;
    margin-right:5px;
}
.checkout-product-wrapper .item .info {
    padding-top:3px;
    width: 80%;
}

.checkout-product-wrapper .item .name {
    font-size:16px;
}

.checkout-product-wrapper .item .price-qty {
    font-size:14px;
    text-align: right;
    color:#e85667;
}

.checkout-total-wrapper {
    padding:0 0.75rem;
}
.checkout-total-wrapper .item {
    width: 100%;
    margin:5px 0;
}
.checkout-total-wrapper .item:last-child {
    margin-top: 10px;
    color:#e85667;
    font-size:20px;
}

.quick-checkout-wrapper .checkout-section, .common-pad-1{
    padding:0.75rem;
}
.quick-checkout-wrapper .checkout-section.checkout-cart-section{
    padding:0;
}

.quick-checkout-wrapper .title-wrapper {
    color:#000;
    border-bottom: 1px solid #ededed;
    margin-bottom: 1rem;
    padding-bottom: 8px;
}
.quick-checkout-wrapper h2 {
    font-size: 1.175rem;
}
.quick-checkout-wrapper .title-wrapper h2 {
    position: relative;
    padding-left: 1rem;
    font-weight: bold;
}
.quick-checkout-wrapper .title-wrapper h2:before {
    content: '';
    position: absolute;
    left:0;
    top:2px;
    width: 4px;
    height: 80%;
    background-color:#000;
}

.checkout-cart-section .section-header {
    padding: 1rem;
    text-align: center;
    background-color: #efb621;
    color:#fff;
}

.button-submit-wrapper {
    padding-left:0.75rem;
    padding-right:0.75rem;
    padding-bottom: 1.5rem;
}

.checkout-border-line {
    border-top: 1px solid #ededed;
    padding-top: 1rem;
}

.quick-checkout-wrapper .checkout-section .radio {
    position: relative;
    display: inline-block;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
}
.quick-checkout-wrapper .checkout-section .radio.active {
    border: 2px solid #000;
}

.quick-checkout-wrapper .checkout-section .radio label {
    padding: 8px 11px;
    margin:0;
}
.quick-checkout-wrapper .checkout-section .radio.active label {
    padding: 7px 10px;
}
.quick-checkout-wrapper .checkout-section .radio input {
    display: none;
}

.quick-checkout-wrapper .checkout-login {
    margin-bottom: 0;
}

.checkout-address-list li {
    border-bottom: 1px solid #ededed;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding:8px 5px;
    cursor: pointer;
}
.checkout-address-list li .item {
    width: 93%;
    position: relative;
    padding-left:30px;
}
.checkout-address-list li .item:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 100%;
    position: absolute;
    left:0;
    top:1px;
}
.checkout-address-list li.active .item:before {
    background-color: #fff;
    border: 1px solid #efb621;
}
.checkout-address-list li.active .item:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #efb621;
    border-radius: 100%;
    position: absolute;
    left:4px;
    top:5px;
}

.checkout-address-list li .address-action {
    width: 5%;
    text-align: right;
    cursor: pointer;
}

.checkout-address-list i {
    color:#000;
}

.btn-new-address {
    cursor: pointer;
}

@media (min-width: 992px) {
    #quick-checkout-connect .quick-checkout-connect-wrapper .order-info {
        max-width: 800px;
    }

    #quick-checkout-connect .quick-checkout-connect-wrapper .order-info {
        overflow: hidden;
        margin: 0 auto;
    }
}

.success-items {
    max-width: 800px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
.success-items h1{
    font-size:1.725rem;
}
.success-items .icon-wrapper {
    font-size: 4rem;
    text-align: center;
    color:#4cb64c;
}



















.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 9px;
    margin-top: 0;
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 9px;
        margin-bottom: 0;
        text-align: right;
    }
}


.card.card-style {
    margin-bottom: 1rem;
    border: 1px solid #efb621;
    border-radius: 0;
}

.card.card-style .card-header {
    padding:0;
    border-bottom: none;

}
.card.card-style .card-header .card-link {
    display:block;
    padding: .65rem 1rem;
    border-bottom: 1px solid #000;
    background-color: #efb621;
    position: relative;
    color:#fff;
}

.card.card-style .card-header .card-link.collapsed {
    border-bottom: none;
}

@media (min-width: 992px) {
    .product-info-wrapper {
        padding-left: 3rem;
    }
}

.h1-style-1 {
    position: relative;
    margin-bottom: 2rem;
}
.h1-style-1:after{
    position: absolute;
    top:120%;
    left:0;
    content:'';
    width: 60px;
    height:5px;
    background-color: #efb621;
}

.price-wrapper .price-new {
    color:#0D0D0D;
}



.product-attribute li{
    padding-bottom: .5rem;
}

.product-attribute li, .product-info-wrapper .form-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items:flex-start;
}

.product-attribute .attribute-text, .product-info-wrapper .form-group .control-label {
    position: relative;
    width: 45%;
    margin-right:14px;
    color:#666666;
}
@media(min-width: 768px) {
    .product-attribute .attribute-text, .product-info-wrapper .form-group .control-label {
        width: 35%;
    }
}
.product-attribute .attribute-content {
    color:#222;
}
.product-attribute .attribute-text:after, .product-info-wrapper .form-group .control-label:before {
    content: ':';
    position: absolute;
    /*right:-14px;*/
    top:0;
    width: 14px;
}

.tab-content {
    padding: 1rem;
}

.widget-title {
    margin-bottom: 1rem;
}

.swiper-button-prev.swiper-button-prev-style-1, .swiper-button-next.swiper-button-next-style-1 {
    top:-30px;
}
.swiper-button-prev.swiper-button-prev-style-1 {
    left: auto;
    right: 46px;
}

.swiper-button-prev.swiper-button-prev-style-1::after, .swiper-button-next.swiper-button-next-style-1::after {
    color: #000;
    font-size: 20px;
}



.min-card-wrapper {
    width: 100%;
    max-width: 600px;
}


.loading i {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.loading i:before {
    content: "\f1ce";
}
.toast-container {
    pointer-events: auto;
}
.toast-container .alert-dismissible {
    position: relative;
    right: -100%;
    animation: slide-in-left .5s forwards;
}

@keyframes slide-in-left {
    to {
        right: 0;
    }
}


/*.form-control {
    box-shadow: none !important;
    border-radius: 0!important;
    height: calc(1.5em + .75rem + 4px);
}
textarea.form-control {
    height: auto;
}

.form-control:focus{
    border-color:#000;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border: 1px solid #ced4da!important;
    background: none!important;
}*/

div.required .col-form-label:not(span):before, td.required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

@media (min-width: 992px) {
    .col-lg-3.col-form-label, .col-md-3.col-form-label {
        text-align: right;
    }
}

.my-nav-tab a{
    display: inline-block;
    padding: 0 20px 2px;
    font-size: 20px;
    font-weight: 700;
    margin-left:5px;
    margin-right:5px;
    border-bottom: 3px solid #fff;
}
.my-nav-tab a.active {
    border-bottom: 3px solid #0D0D0D;
}


.btn-light {
    border-radius: 0;
    border: 1px solid #0D0D0D !important;
    background-color: #fff !important;
    font-size: 16px;
    padding: 6px 26px !important;
    position: relative;
    overflow: hidden;
    transition: all .6s;
    z-index: 1;
}
.btn-xl {
    font-size: 20px;
    padding: 6px 26px !important;
}

@media (min-width:992px) {
    .btn-light, .btn-xl {
        padding: 10px 30px !important;
        font-size: 16px;
    }
}

.btn-info {
    border-radius: 0;
    border: 1px solid #0D0D0D !important;
    background-color: #0D0D0D !important;
    font-size: 20px;
    padding: 6px 26px !important;
    position: relative;
    overflow: hidden;
    transition: all .6s;
    z-index: 1;
    color: #ffffff !important;
}

@media (min-width:992px) {
    .btn-info {
        padding: 10px 30px !important;
        font-size: 24px;
    }
}

.btn-primary:hover {
    opacity: .85;
}


.module-account-list-group .fa{
    width: 20px;
}
.module-account-list-group .list-group-item {
    border: none;
    border-bottom: 1px solid #ededed;
}
.module-account-list-group .list-group-item:last-child {
    border-bottom: 0;
}
.border-title {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}
.border-title:after {
    position: absolute;
    top: 120%;
    left: 0;
    content: '';
    width: 40px;
    height: 3px;
    background-color: #0D0D0D;
}
.border-style-1 {
    border-radius: 0;
    border: 1px solid #ededed;
}




.account-info {
    padding-top:1rem;
    margin-bottom: 1rem;
}

.account-info .hello span {color:#23a1d1;font-weight: bold;}
.account-main-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding:10px;
    height: 100%;
    border: 1px solid #efb621;
    border-radius: 24px;
    position: relative;
    background-color: #efb621;
}
.account-information-wrapper {
    padding-left:15px;
    padding-top: 15px;
}
.account-info .account-avatar {
    padding-top:15px;
    text-align: center;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    background-color: #fff;
}
.account-info .account-avatar .fa {
    font-size: 4rem;
    color:#efb621;
}
.account-base-info-wrapper {
    padding:1px;
    height: 100%;
    border: 1px solid #efb621;
    border-radius: 24px;
    position: relative;
    background-color: #efb621;
    padding-top: 1.5rem;
    margin-top: 1rem;
}

@media(min-width: 992px) {
    .account-base-info-wrapper {
        margin-top: 0rem;
    }
}

.account-base-info-wrapper .item {
    border-bottom: 1px dashed #000;
    padding:0.5rem 0.725rem;
}
.account-base-info-wrapper .item i {
    width: 18px;
    text-align: center;
    color:#aeb1bb;
}

.account-base-info-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left:0;
    padding-right:0;
}
@media (min-width: 768px) {
    .account-base-info-inner {
        flex-direction: row;
    }
}
@media(max-width: 767.99px) {
    .account-base-info-inner .b-item{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 1rem;
        border-bottom: 1px solid #efefef;
        margin-bottom: 10px;
    }
    .account-base-info-inner .b-item .icon {
        margin-right: .725rem!important;
    }
}
@media(min-width: 1280px) {
    .account-base-info-inner {
        padding-left:3%;
        padding-right:3%;
    }
}
.account-base-info-inner .b-item {
    text-align: center;
}

.account-base-info-inner .b-item .fa {
    font-size:1.125rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border:1px solid #fff;
    border-radius: 100%;
    color:#fff;
}
.account-base-info-inner .b-item .icon {
    margin-bottom: 10px;
    margin-right: 0;
}

.account-inner-buttons > .row{
    justify-content: center;
}
.account-inner-buttons .item {margin-top:2rem;}
.account-inner-buttons .item > a {
    text-align: center;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 100%;
    height: 50px;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    color:#fff!important;
}
.account-inner-buttons .item a .fa {
    font-size: 36px;
    margin-top: 8px;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.account-inner-buttons .item h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
}

.account-inner-buttons .item:hover a {
    text-decoration: none!important;
}

.account-inner-buttons .inner {
    border-radius: 10px;
    text-align: center;
    padding-top:1rem;
    padding-bottom:1rem;
    height: 100%;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    cursor: pointer;
    background-color: #efb621;
}

.account-inner-buttons .item:hover .inner {
    box-shadow: 0 10px 24px 1px rgb(0 0 0 / 20%);
}
.account-inner-buttons .item:hover a, .account-inner-buttons .item:hover .fa {
    opacity: .7;
}

.account-main-wrapper, .account-base-info-wrapper, .account-main-wrapper a {
    color:#fff;
}
.account-inner-buttons a {
    color:#fff;
}

.mobile-order-list .head {
    background-color: #efefef;
    padding: 5px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}

@media(min-width:992px){
    .opencart-common .btn-6 {
        padding: 10px 18px!important;
    }
}


/* home_yummy start */
@media(max-width:360px){
    .account-base-info-inner .b-item .icon { margin-right:3px!important; }
    .opencart-common {
        font-size: 14px;
    }
    .account-base-info-inner .b-item .fa {
        font-size: 0.825rem;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .account-base-info-inner .b-item .text { margin-top:-8px; }
    .account-base-info-inner .b-item { padding-left:10px; }
}
.b-title-l p { margin-bottom:3px; }



    /*news*/
.news-inner{
    width: 100%;
    height: auto;
    min-height: 50vh;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    overflow-y: auto;
}

.close-btn{
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 999;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn i{
    color: #fff;
    font-size: 20px;
}

.newsTitle{
    font-size: 20px;
    color: #000;
}

@media (min-width:768px) {
    .newsTitle{
        font-size: 26px;
    }
}

@media (min-width:992px) {
    .newsTitle{
        font-size: 30px;
    }
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #ededed !important;
}

    /*news*/


.details-box td { vertical-align:top; }
.details-box td p { margin-bottom:0; }
/* home_yummy end 