.header-top span {
	color: #ffffff;
	font-size: .85em;
	line-height: 1.2;
	font-weight: bold;
}

.header-nav.nav-line-bottom > li > a:before, .header-nav.nav-line-grow > li > a:before, .header-nav.nav-line > li > a:before, .header-nav.nav-box > li > a:hover, .header-nav.nav-box > li.active > a, .header-nav.nav-pills > li > a:hover, .header-nav.nav-pills > li.active > a {
    color: #FFF !important;
    background-color: #FA9400;
}

.header-main .nav > li > a {
    line-height: 45px;
}

.header-bottom a.nav-top-link {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
		color: #fff !important;
        font-weight: 600 !important;
        font-size: 0.9rem !important;
}

.header-bottom a.nav-top-link:hover,
.header-bottom ul li.current-menu-item a {
	color: rgba(255,255,255,0.7) !important;
}

.header-button a {
	background: none;
    color: #fff !important;
    border: 0;
}

.header-cart-title span.amount {
    color: #fff;
    font-size: 1em;
}

.cart-item a,
.cart-item a:hover {
	background: transparent!important;
}

.header-cart-link {
	color: #ffffff !important;
	margin-right: 1em;
}

.header-main ul li:nth-child(2){
	margin-right: .5rem;
}

.header-main .s-btn-nav-topbar-tools {
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.2s !important;
    transition: all 0.2s !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    border-radius: 50%;
    background-clip: padding-box;
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: .15rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: .15rem;
    height: 28px;
    width: 28px;
    position: relative;
}

.header-main .s-btn-nav-topbar-tools.btn-user {
    border-radius: 50%;
    background-clip: padding-box;
    overflow: hidden;
		display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.2s !important;
    transition: all 0.2s !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    border-radius: 50%;
    background-clip: padding-box;
    border: 0;
    background-color: transparent;
    color: #fff;
/*     padding: .15rem; */
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: .15rem;
/*     height: 28px;
    width: 28px; */
    position: relative;
}

.header-main .s-btn-nav-topbar-tools .icon-img.nav-topbar-tools-icon {
    width: 100%;
    height: 100%;
}

.header-main .icon-img {
    width: 1.5rem;
    height: 1.5rem;
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.header-main .s-btn-nav-topbar-tools .icon-img.nav-topbar-tools-icon svg {
    fill: #fff;
		width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header-main .s-btn-nav-topbar-tools:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.header-main .btn-view-cart .cart-qty {
    background-color: #891010;
    font-size: .6rem;
    font-weight: 700;
    position: absolute;
    top: 0px;
    right: -4px;
    padding: 0 5px;
    color: #fff;
    height: 18px;
    min-width: 22px;
    line-height: 1;
    border: 1.5px solid #fff;
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    border-radius: 9px;
    background-clip: padding-box;
}

.header-main .nav-topbar-tools .s-btn-nav-topbar-tools:hover {
    background-color: rgba(0, 0, 0, 0.08);
}
.header-main .nav-topbar-tools .btn-view-cart  {
    position: relative;
}
header .account-info {
    position: absolute;
    background-color: #fff;
    padding: 1rem;
    width: 165px;
    border-radius: 7px;
    right: 0px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
header .account-info ul {
    list-style: none;
}
header .account-info ul li:last-child {
    margin-bottom: 0;
}
@media (min-width: 410px) {
.header-main .btn-view-cart .cart-qty {
        top: 0px;
        right: -4px;
    }
.header-main .s-btn-nav-topbar-tools {
        height: 32px;
        width: 32px;
        padding: .25rem;
    }
}

@media (min-width: 992px) {

.header-main .s-btn-nav-topbar-tools {
        height: 35px;
        width: 35px;
        padding: .35rem;
    }
}

/* contact */
.bg-contact {
	background-image: url(https://mauweb.monamedia.net/cuacuon/wp-content/uploads/2017/11/12.jpg); 
	background-position: 47% 48%;
	background-size: cover !important;
    background-repeat: no-repeat !important;
}

.form-contact label,
.form-contact input {
	color: #222;
}

.form-contact form input[type=submit] {
    background: #004895;
	color: #fff !important;
}

.mb-20 {
	margin-bottom: 20px;
}

.page-left-sidebar .icon-box {
	padding-top: 20px;
	border: 1px solid #ececec;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px !important;
}

.left-link a {
	color: #ff0000 !important;
}

.left-link a:hover {
	opacity: 0.6
}

form {
	margin-top: 15px;
}

form input {
	font-weight: 400; 
}

form textarea {
	font-weight: 400; 
}

form input[type=submit] {
	background: #fbab3c;
}

form input::placeholder {
	font-weight: 400; 
}

/* home */
.icon-box-img svg {
    width: 80px;
    height: 100%;
    transition: all .3s;
    fill: #ffffff;
}

.icon-box-img svg g path {
    fill: #ffffff;
}

.d-none {
    display: none !important;
}

.d-lg-block{
	display: block !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

@media (min-width: 576px) {
    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media screen and (min-width: 850px) {
	#block_widget-6 {
		    flex-basis: 100%;
        max-width: 100%;
	}
}

/* footer */
.absolute-footer .copyright-footer {
	color: hsla(0,0%,100%,.5);
}

.absolute-footer .pull-left {
	 float: none;
}

footer .footer-1,
footer .footer-2 {
	border-top: none;
}

footer .icon-box {
	position: relative;
/* 	padding-left: 20px; */
}

.footer .company-name,
.footer .footer-heading {
	margin-bottom: 0;
}

.footer .section-title {
	border-bottom: 0 !important;
}

.footer .section-title span {
	border-bottom: 0 !important;
}

.company-name h3 {
	font-size: 1.5rem;
}

.company-intro a {
	color: #ffffff !important;
	font-weight: 600;	
	font-size: .85rem;
}

.company-intro span {
	font-size: .85rem;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    padding: 0 2rem;
    margin-bottom: -1rem;
    margin-left: -2rem;
		color: rgba(255, 255, 255, 0.7);
}

.menu-items .ux-menu-link__link {
	color: #ffffff !important;
	font-weight: 600 !important;
	font-size: .8rem;
}

.menu-items .ux-menu-link__link:hover {
	color: rgba(255,255,255,0.7) !important;
}

/*#footer .footer-1 {
	background-color: #d7302a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .footer-1 .section.dark {
	background: transparent;
}
*/
.absolute-footer {
    color: rgba(255, 255, 255, .7);
    font-size: .75rem;
}

.footer-bottom {
    position: relative;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 2rem;
    text-align: center;
    font-size: .75rem;
}

.absolute-footer .company-brn {
    margin-top: .25rem;
    font-size: .75rem;
}

.absolute-footer .copyright-footer a {
	color: hsla(0,0%,100%,.5);
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.footer-bottom .company-brn {
    margin-top: .25rem;
    font-size: .75rem;
}

.footer-bottom .copyright {
    font-size: .75rem;
}

.absolute-footer .copyright-footer {
	color: rgba(255,255,255,0.7) !important;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important
;
    }
	.mr-md-2, .mx-md-2 {
        margin-right: .5rem !important;
    }
	.flex-md-100 {
        -webkit-box-flex: 0;
        -moz-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
}

.absolute-footer .copyright-footer a:hover {
	text-decoration: underline !important;
}

.footer-bottom a {
    font-size: .75rem;
}
.footer-bottom a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
}

.footer-bottom p {
    margin: 0 0 10px;
    word-wrap: break-word;
}

.footer-bottom .app-version {
    opacity: 0.4;
    filter: alpha(opacity=40);
    font-size: .7rem;
    text-align: center;
    margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
	.company-name h3 {
    font-size: 1.2rem;
	}
	
	.nav-column>li>a i, .nav-dropdown>li>a i, .nav-vertical-fly-out>li>a i, .nav>li>a i {
    color: #ffffff !important;
	}
}

@media screen and (max-width: 849px) {
	.off-canvas .nav-vertical>li>a {
    padding-bottom: 15px;
    padding-top: 15px;
    color: #d7302a;
    text-transform: none;
    font-size: .9rem;
}
.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover	{
		background-color: #f9ece5;
	}

	.medium-logo-center .logo {
		margin: 0 15px 0 15px;
		order:4;
	}
	#logo img {
		max-height: 45px !important;
		max-width: 156px
	}
	.d-none {
		display: none !important;
	}
	.d-lg-block {
		display: none !important;
	}
	.gallery-columns-4 .gallery-item, .large-columns-4 .flickity-slider>.col, .large-columns-4>.col {
        flex-basis: 100%;
        max-width: 100%;
    }
	.mobile-nav .cart-item {
		display: none;
	}
	.header-main .hide-for-medium {
		order:4;
		display: inherit !important;
	}
	.header-main .flex-left .mobile-nav.nav-left  {
		text-align: left;
	}
	.header-main .flex-right .nav-right {
/* 		text-align: right; */
	}
	.header-main .medium-logo-center .flex-right {
/* 		flex: 2 1 0; */
	}
	.header-main .mobile-nav.nav-right {
		display: none;
	}
}

@media screen and (max-width: 767px) {	
  .medium-4,
	.medium-8{
        flex-basis: 100%;
        max-width: 100%;
    }
}
.mfp-container{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mfp-bg{
    height: 0;
}
.mfp-close{
    display: none;
}
.mfp-container:before{
    display: block;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
    position: absolute;
    top: 70px;
    width: 100%;
    max-height: 0;
    background-color: transparent;
    transition: max-height 0.5s ease;

}
.mfp-content .btn-close-modal .icon-img svg{
    fill: #d7302a !important;
    width: 25px !important; 
}
.mfp-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000005c;
}
.mobile-sidebar .no-scrollbar{
    background: #fff;
}
.off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content{
    max-height: 314px;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a{
    padding: 8.8px 32px;
}
.nav-sidebar.nav-vertical>li+li{
    border: none;
}
.off-canvas:not(.off-canvas-center) li.html{
    padding: 8.8px 32px;
    margin-bottom: 8px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.banner-main-oder {
    padding: 0 15px;
}
.banner-main-oder > .col-inner{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    background-clip: padding-box;
    overflow: hidden;
}
.choice-shop{
    background: #d7302a;
    color: #fff;
    text-transform:none !important;
     display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 0 !important;
}
.choice-shop .material-symbols-outlined{
    margin-right: 16px;
}
.custom-choice-order .col-inner > p{
    margin: 0;
    display: flex;
}
.col-inner .info h1{
    color: #d7302a;
}
.col-inner .info p{
    color: #555555;
    font-weight: 700;
}
.custom-icon-btn{
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    margin: 0 !important;
}
.custom-icon-btn .link-label{
 display: flex;
  align-items: center;
  font-size: 0.5em;
}
.custom-link-label{
    display: flex !important;
    align-items: center !important;
    font-size: 1.1rem;
}
.custom-choice-order .custom-link-label{
 font-size: 16px !important;
}
.custom-icon-btn .icon-img{
    width: 28px;
    fill: #fff;
    margin-right: 16px;
}
.custom-choice-order{
    background-color: #EC4C24;
    padding: 4px !important;
    padding-left: 24px !important;
    border-radius: 20px;
    margin-bottom: 32px;
}
.label-order-pickup{
    display: flex;
    align-items: center;
}
.label-order-pickup h2{
    margin: 0;
    color: #fff;
    font-size: 28px;
    text-align: center;
}
.self-pickup{
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    margin-left: 2px !important;
}
.card-product-order{
    border-radius: 20px;
    overflow: hidden;
}
 #content > .row.row-collapse{
    max-width: 1200px;
    transition: max-width 0.4s ease-in-out;
 }
 .custom-choice-order.custom-disabled {
    opacity: 0.8;
    pointer-events: none;
    cursor: not-allowed;
}
#lightbox-modal-shop{
    padding: 0 !important;
}
.header-choice-shop{
    padding: 12px 16px !important;
}
.header-choice-shop h3{
    color:#d7302a !important;
}
.section-option-shop{
    padding: 0 !important;
}
.option-shop{
    cursor: pointer;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    padding: 12px 16px !important;
}
.option-city{
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    padding: 12px 16px !important;
}
.option-shop  > div, .option-city > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.option-shop  div .col-inner p, .option-city  div .col-inner p{
    margin: 0;
}
.option-shop:hover > div:last-child  span, .option-city:hover > div:last-child  span{
    color:#d7302a !important;
}
.date-options li{
    list-style: none;
    margin-right: 8px;
}
.date-options ul.radio-group {
    padding: 0;
    overflow-x: auto;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.date-options ul.radio-group .form-check{
    border-radius: 6px;
    border: 1px solid #d5d8de;

}
.date-options ul.radio-group .form-check > label{
    cursor: pointer;
}
.date-options ul.radio-group .form-check div{
    color: #80828a;
}
.date-options ul.radio-group .form-check:hover{
  background-color: #EC4C24;
    border-color: #EC4C24;
}
.date-options ul.radio-group .form-check:hover div{
    color: #fff;
}
.date-options ul.radio-group .form-check label {
    text-align: center;
    height: 50px;
    font-size: .75rem;
    min-width: 70px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}
.radio-group.btn-style input[type="radio"] {
    height: auto;
    display: none;
}
#lightbox-modal-pickup{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    outline: 0;
    max-height: calc(100vh - 3.5rem);
}
.fulfillment-options.fulfillment-date{
    color:#d7302a !important;
}
.fulfillment-time .time-options ul.radio-group li {
    width: 100%;
    list-style: none;
}
.fulfillment-options + .fulfillment-options {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.fulfillment-time .time-options ul.radio-group {
    padding: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
 .fulfillment-time .time-options {
    position: relative;
    z-index: 1;
    padding: 0rem 20px 32px 16px;
}
 .fulfillment-time {
    overflow-y: auto;
    padding: 0;
}
.fulfillment-time .label {
    padding: 1rem 1rem .75rem;
    margin-bottom: 0;
    background-color: #fff;
    position: sticky;
    
    top: 0;
    z-index: 2;
}
.fulfillment-options.fulfillment-date{
    display: flex;
    justify-content: center;
}
.fulfillment-options.fulfillment-date h6{
    color: #d7302a !important;
    text-align: center;
    font-weight: 600;
}
.fulfillment-time .label h6{
    color: #d7302a !important;
    text-align: center;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    text-align: center;
    padding: 12px 16px;

}
.form-check:hover{
    background-color: #EC4C24;
}
.form-check label{
    color: #80828a;
}
.form-check:hover label{
    color: #fff;
}
 .fulfillment-time .time-options ul.radio-group {
    padding: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#btnGroupOrder{
    padding: 0 !important;
}
#btnGroupOrder .icon-img{
    width: 24px;
    fill:#d7302a;
}
.html.custom.html_nav.position_text_top{
    padding-bottom: 16.8px !important;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.model-shop-list-shop{
    padding: 0 !important;
    display: block !important;
}
.option-city .city-item.active p{
    color: #80828a !important;
    border: 1px solid #EC4C24 !important;
    padding: 0 4px;
}
.banner-main-oder > .col-inner{
        margin-bottom: 24px;
    }
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/



}

@media (min-width: 992px) {
    .banner-main-oder > .col-inner{
        margin: 48px auto 24px;
    }
  #content > .row.row-collapse {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  #content > .row.row-collapse {
    max-width: 1140px;  
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  #content > .row.row-collapse {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px){
    .custom-choice-order{
        padding: 0 !important;
    }
    .custom-choice-order > div:not(:first-child){
        flex-basis: 50%;
        max-width: 50%;
    }
    .custom-link-label{
        display: flex !important;
        align-items: center !important;
        font-size: 14px !important;
    }
    .custom-link-label::after{
      display: none;
    }
    .custom-icon-btn{
        flex-direction: column;
        height: 100px;
    }
    .label-order-pickup{
        margin: 20px 0 16px !important;
        flex-basis: 100% !important; 
        max-width: none !important;
    }
}
@media (max-width: 992px){

}