/*@media only screen and (max-width:  768px){
    .orders-filters{
        display: none;
    }
}

@media only screen and (max-width:  991px){
    .orders-filters{
        display: none;
    }
}*/

.grayscale-05:before{
  position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, .4)
}

a {
  color: #32325d;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #32325d;
  text-decoration: none;
  background-color: transparent;
}

@media only screen and (max-width:  768px){
    .card-status-history-driver{
        display: none;
    }

    .orders-filters{
        display: none;
    }

    .table-web{
        display: none;
    }
}

/*@media only screen and (min-width: 992px){
    .table-mobile{
        display: none;
    }
}*/

#hide-filters{
    display: none;
}

.timeline
{
    position: relative;
}
.timeline:before
{
    position: absolute;
    top: 0;
    left: 1rem;

    height: 100%;

    content: '';

    border-right: 2px solid #e9ecef;
}

[data-timeline-axis-style='dashed']:before
{
    border-right-style: dashed !important;
}

[data-timeline-axis-style='dotted']:before
{
    border-right-style: dotted !important;
}

.timeline-block
{
    position: relative;

    margin: 2em 0;
}
.timeline-block:after
{
    display: table;
    clear: both;

    content: '';
}
.timeline-block:first-child
{
    margin-top: 0;
}
.timeline-block:last-child
{
    margin-bottom: 0;
}

.timeline-step
{
    font-size: 1rem;
    font-weight: 600;

    position: absolute;
    z-index: 1;
    left: 0;

    display: inline-flex;

    width: 33px;
    height: 33px;

    transform: translateX(-50%);
    text-align: center;

    border-radius: 50%;

    align-items: center;
    justify-content: center;
}
.timeline-step svg,
.timeline-step i
{
    line-height: 1.4;
}

.timeline-step-icon
{
    border: 2px solid #e9ecef;
    background: #fff;
}

.timeline-step-xs
{
    font-size: .75rem;

    width: 17px;
    height: 17px;
}

.timeline-step-sm
{
    font-size: .75rem;

    width: 23px;
    height: 23px;
}

.timeline-step-lg
{
    font-size: 1.75rem;

    width: 47px;
    height: 47px;
}

.timeline-content
{
    position: relative;
    position: relative;
    top: -6px;

    margin-left: 60px;
    padding-top: .5rem;
}
.timeline-content:after
{
    display: table;
    clear: both;

    content: '';
}

.timeline-body
{
    padding: 1.5rem;
}

@media (min-width: 992px)
{
    .timeline:before
    {
        left: 50%;

        margin-left: -2px;
    }
    .timeline-step
    {
        left: 50%;
    }
    .timeline-content
    {
        width: 38%;
    }
    .timeline-body
    {
        padding: 1.5rem;
    }
    .timeline-block:nth-child(even) .timeline-content
    {
        float: right;
    }
    [data-timeline-axis-color='primary']:before
    {
        border-color: #5e72e4;
    }
    [data-timeline-axis-color='secondary']:before
    {
        border-color: #f7fafc;
    }
    [data-timeline-axis-color='success']:before
    {
        border-color: #2dce89;
    }
    [data-timeline-axis-color='info']:before
    {
        border-color: #11cdef;
    }
    [data-timeline-axis-color='warning']:before
    {
        border-color: #fb6340;
    }
    [data-timeline-axis-color='danger']:before
    {
        border-color: #f5365c;
    }
    [data-timeline-axis-color='light']:before
    {
        border-color: #adb5bd;
    }
    [data-timeline-axis-color='dark']:before
    {
        border-color: #212529;
    }
    [data-timeline-axis-color='default']:before
    {
        border-color: #172b4d;
    }
    [data-timeline-axis-color='white']:before
    {
        border-color: #fff;
    }
    [data-timeline-axis-color='neutral']:before
    {
        border-color: #fff;
    }
    [data-timeline-axis-color='darker']:before
    {
        border-color: black;
    }
}

.timeline-one-side:before
{
    left: 1rem;
    display:inline-block;
}

.timeline-one-side .timeline-step
{
    left: 1rem;
}

.timeline-one-side .timeline-content
{
    width: auto;
}

@media (min-width: 992px)
{
    .timeline-one-side .timeline-content
    {
        max-width: 30rem;
    }
}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content
{
    float: none;
}

.custom-nav{
    background-color: #fff;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.sidenav-cart {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    /*opacity: 0.95;*/
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }

  #cartList{
    overflow-y: auto;
    max-height: 470px;
  }

  #new_address_checkout_body{
    overflow-y: auto;
    max-height: 600px;
  }

  .sidenav-cart-open{
      display: block;
  }

  .sidenav-cart-close{
      display: none;
  }

  .sidenav-cart a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: .9rem;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav-cart a:hover {
    color: #f1f1f1;
  }

  .sidenav-cart .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  /*@media screen and (max-height: 450px) {
    .sidenav-cart {padding-top: 15px;}
    .sidenav-cart a {font-size: 18px;}
  }*/

@media (min-width: 576px)
{
    .sidenav-cart
    {
        max-width: 430px;
    }
}
@media (min-width: 768px)
{
    .sidenav-cart
    {
        max-width: 430px;
    }
}
@media (min-width: 992px)
{
    .sidenav-cart
    {
        max-width: 430px;
    }
}
@media (min-width: 1200px)
{
    .sidenav-cart
    {
        max-width: 430px;
    }
}


 .minicart-content .minicart-heading > h4 {
    margin-bottom: 0;
    padding-bottom: 25px;
  }

.minicart-content .minicart-list {
    max-height: 310px;
    position: relative;
    overflow: auto;
  }

  .minicart-content .minicart-list > li {
    padding-bottom: 30px;
  }

.minicart-content .minicart-list > li:last-child {
    padding-bottom: 0;
  }

.minicart-content .minicart-list > li.minicart-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .minicart-content .minicart-list > li.minicart-product > a.product-item_remove {
    position: absolute;
    right: 15px;
  }

.minicart-content .minicart-list > li.minicart-product .product-item_img {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    max-width: 70px;
  }

 .minicart-content .minicart-list > li.minicart-product .product-item_content {
    -webkit-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 20px;
    padding-right: 10px;
  }

  @media (max-width: 479px) {
    .minicart-content .minicart-list > li.minicart-product .product-item_content a.product-item_title {
      font-size: 14px;
    }
  }

  .minicart-content .minicart-list > li.minicart-product .product-item_content .product-item_quantity {
    display: block;
    padding-top: 10px;
  }
  .offcanvas-menu-inner{
    padding: 0 1rem;
  }

.glyphicon-lg{
    font-size:4em
}

.info-block{
    border-right:5px solid #E6E6E6;margin-bottom:25px
}

.info-block .square-box{
    width:100px;
    /*min-height:90px;*/
    min-height:105px;
    height: 80px;
    margin-right:22px;
    text-align:center!important;
    background-color:#676767;
    /*padding:20px 0*/
}

.info-block.block-info{
    border-color: #5e72e4;
}

.info-block.block-info .square-box{
    background-color:#5e72e4;color:#FFF
}

.btn-cart{
    color: #5e72e4 !important;
}

.btn-cart:hover{
    color: #212529 !important;
    border-color: white !important;
    background-color: white !important;
}


/*-------- 2.3 Strip item --------*/
.strip {
    position: relative;
    margin-bottom: 30px;
  }
  .strip figure {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    height: 200px;
    background-color: #ededed;
  }
  .strip figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    z-index: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .strip figure:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .strip figure a.strip_info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    display: block;
  }
  .strip figure a.strip_info > small {
    position: absolute;
    background-color: black;
    background-color: black;
    left: 15px;
    top: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 8px 4px 8px;
    line-height: 1;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .strip figure .item_title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 65px 15px 10px 15px;

  }
  .strip figure .item_title h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  .strip_item_title h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  .strip figure .item_title small {
    font-weight: 500;
    line-height: 1;
    font-size: 13px;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .strip ul {
    padding: 0;
    margin: 0;
  }
  .strip ul li {
    display: inline-block;
    padding-top: 12px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .strip ul li:last-child {
    padding: 0;
    float: right;
  }

  .ribbon {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    position: absolute;
    top: 12px;
    right: 15px;
    padding: 7px 8px 4px 8px;
    font-weight: 600;
    min-width: 40px;
    z-index: 9;
  }
  .ribbon.off {
    background-color: #ff3300;
  }

  .score strong {
    background-color: #f0f0f0;
    line-height: 1;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
    padding: 10px 10px 8px 10px;
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .score span {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: right;
    line-height: 1.1;
    font-weight: 500;
  }
  .score span em {
    display: block;
    font-weight: normal;
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .loc_open, .loc_closed {
    position: relative;
    top: -2px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 2px 8px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }

  .loc_open {
    color: #32a067;
    border: 1px solid #32a067;
  }

  .loc_closed {
    color: #eb5c65;
    border: 1px solid #eb5c65;
  }

  .take, .deliv {
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
    font-weight: 500;
    color: #444;
  }
  .take:before, .deliv:before {
    font-size: 16px;
    font-size: 1rem;
    font-family: "ElegantIcons";
    content: "\e013";
    position: absolute;
    line-height: 1;
    font-weight: normal;
  }
  .take.no, .deliv.no {
    text-decoration: line-through;
    color: #bbb;
  }

  .take:before {
    content: "\e013";
    left: 0;
    top: -1px;
  }
  .take.no {
    text-decoration: line-through;
    color: #bbb;
  }

  .deliv {
    padding-left: 30px;
    margin-right: 0;
  }
  .deliv:before {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'food';
    content: '\0074';
    left: 0;
    top: -4px;
  }

/*Mobile menu front*/
.mobile-menu{
    display: none;
}

@media (max-width: 991.98px){
    .mobile-menu{
        display: block;
    }

    .web-menu{
        display: none;
    }
}

.masthead {
    height: 400px;
    min-height: 400px;
    /*background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.avatar-custom{
    font-size: 1rem;

    display: inline-flex;

    width: 48px;
    height: 48px;

    color: #fff;

    background-color: #adb5bd;

    align-items: center;
    justify-content: center;
}

.avatar-custom img{
    width: 100%;
}

#map_location, #map_area{
    height: 500px !important;
    width: 100% !important;
}

#map2{
    height: 400px !important;
    width: 100% !important;
}

.container-pages, #container-restorant{
    min-height: 300px !important;
}

#address-complete-order{
    padding-top: 45px;
}

[v-cloak] {
    display: none;
}

.container-payment{
    min-height: 550px !important;
}

.payment-image {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
  }

.payment-image:hover {
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    cursor: pointer;
  }


  .blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 10px;
    width: 10px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
  }

  .blob.red {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
  }

  .blob.redstatic {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  }

  @keyframes pulse-red {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
  }

  .blob.green {
    background: rgba(51, 217, 178, 1);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
    animation: pulse-green 2s infinite;
  }

  .blob.greenstatic {
    background: rgba(51, 217, 178, 1);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
  }

  @keyframes pulse-green {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
  }


  .blob.orange {
    background: rgba(255, 121, 63, 1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-orange 2s infinite;
  }
  .blob.orangestatic {
    background: rgba(255, 121, 63, 1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
  }

  @keyframes pulse-orange {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
  }


  /**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#main-content{
    min-height: 350px !important;
}

#address_map, #new_address_map {
    height: 280px;
}

/*Pagination mobile responsive*/
@media screen and ( max-width: 520px ){

    li.page-item {

        display: block;
    }

    .page-item:first-child,
    .page-item:last-child,
    .page-item.active {

        display: block;
    }
}
/*Pagination mobile responsive end here*/

/*Restaurant content*/
#restaurant-content{
    min-height: 350px !important;
}

@media screen and ( max-width: 520px ){
    #restaurant-content{
        min-height: 650px !important;
        margin: auto;
    }
}

/*Restaurant content end here*/

#clear_area{
    display: none;
}

#search_location:hover{
    color: #ec0c38;
}

.search-icon {
  display: inline;
  vertical-align: text-bottom;
  min-width: 10px;
  margin-right: 20px;
}

.search {
  color: #b80d55;
  fill: #b80d55;
}

.pac-container {
    background-color: #FFF;
    z-index: 100001;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal{
    z-index: 100001;   
}
.modal-backdrop{
    z-index: 100000;        
}

/*** Mobile bottom navigation bar *****/
.mobile_bottom_nav{
	margin:0;
	padding:0;
	position:fixed;
	width:100%;
	background:#e6a718;
	bottom:0;
	z-index:9;
	box-shadow:0px -6px 10px rgb(0 0 0 / 10%);
}
.mobile_bottom_nav ul{
	margin:0;
	padding:0;
	width:100%;
}
.mobile_bottom_nav li{
	width:24%;
	display:inline-block;
	text-align:center;
	font-size:0.9rem;
	vertical-align:top;	
	position:relative;
}
.mobile_bottom_nav li a{
	color:#fff;
	padding:.765rem 0;
	display:block;
}
.mobile_bottom_nav li .fa{
	display:block;
}
.mobile_bottom_nav li img{
	display:block;
	margin:0 auto;
	width:16px;
	height:16px;
}
.total_cart_items{
	width:26px;
	height:26px;
	padding:3px;
	border-radius:50px;
	background:red;
	color:#fff;
	text-align:center;
	position:absolute;
	top:3px;
	right:5px;
}
	/** Bottom navigation bar collapse ***/
.pushbtn {
  background:none;
  padding:.765rem 0;
  border: none;
  cursor: pointer;
  color:#fff;
}

.pushbtn:hover, .pushbtn:focus {
  /*background-color: #2980B9;*/
}

.pushup {
  position: relative;
  display: inline-block;
}

.pushup-content {
  display: none;
  position: absolute;
  bottom:62px;
  right:0;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.pushup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.pushup a:hover {background-color: #ddd;}

.pushup-content.show {display: block;}


/*** side cart summary *****/
.cart_summary_top{
	padding:6px 0;
}
.cart_delivery_toggle{
	margin-top:6px;
	margin-bottom:20px;
	padding:0 .765rem;
}
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 15px;
  margin:0;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-toggle{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border:1px solid #ddd;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-toggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: -5px;
  bottom: -5px;
  background-color:#ffc107;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .switch-toggle {
  background-color: #fff;
}

input:focus + .switch-toggle {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-toggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch-toggle.round {
  border-radius: 34px;
}

.switch-toggle.round:before {
  border-radius: 50%;
}

.cart_summary_header{
	padding:0 15px;
	margin-bottom:20px;
}
.cart_summary_header h3.cart_summary_header_title{
	font-size: 1rem;
    color: #333;
    text-align: center;
    line-height: 1.5;
}
.cart_summary_header h3.cart_summary_header_title span{
	font-weight: 700;
}

#totalPrices{
	margin-bottom:20px;
}
.btn_free_delivery{
	background:#f7f7f7;
	border:1px solid #eee;
	border-radius:6px;
	margin:10px 0 0;
	text-align:center;
	box-shadow:0 0px 5px rgba(0,0,0,.15);
}
.btn_free_delivery a{
	padding:10px;
}
/** popular item your order slider ***/
#popular_item_order{
	margin:10px 0;
}
#popular_item_order a{
	display:flex;
	padding:0;
}
#popular_item_order .carousel-inner .carousel-item{
	height:150px;
	padding:6px;

}
.item-outer{
	width:100%;
	height:100%;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 5px rgba(0,0,0,0.15);	
}
.item-outer .carousel-caption{
	text-align:left;
	color:#000;
	top:10px;
}
.item-outer .carousel-caption h3.item_title{
	font-size:1rem;
}
.item-outer .carousel-caption p{
	font-size:1rem;
	font-weight:bold;
	color:#32325d;
	margin-bottom:0;
}
.item-outer .carousel-caption span.add-this-item{
	width:25px;
	height:25px;
	background:#5e72e4;
	color:#fff;
	text-align:center;
	cursor:pointer;
}
.item-outer .carousel-caption span.add-this-item a{
	padding:6px !important;
	color:#fff;
	text-align:center;
}

/*** check out page *****/
.checkout_step_title{
	font-size:1.2rem;
}
.checkout_step_title span.tag_number{
	display:inline-block;
	padding:0px 10px;
	background:#e29027;
	color:#fff;
}
.checkout_delivery_info{
	padding:15px;
	border:1px solid #ddd;
}
.pickup_address p{
	font-size:14px;
}
.pickup_address span.remark{
	font-style:italic;
	font-size:12px;
}
.cart_order_title{
	padding:0 3em;
	text-align:center;
	font-weight:500;
}
.cart_order_title span.merchant_from{
	font-weight:bold;
}
.cart_order_summary{
	padding:20px 0;
}
.cart_order_item_list{
	font-size:14px;
}
.order_item_single{
	display:flex;
}
.order_item_single{
	margin-bottom:20px;
}
.order_item_single div{
	padding-right:1rem;
}
.order_item_single div:last-child{
	padding-right:0;
}
.order_item_quantity{
	font-weight:600;
	width:36px;
}
.order_item_name{
	width:78%;
	word-break:break-word;
}
.cart_order_footer{
	padding:15px 0;
}
.cart_order_count{
	margin-bottom:10px;
}
.subtotal,
.service_tax,
.discount
{
	display:inline-block;
}
.subtotal_amount,
.service_tax_amount,
.discount_amount
{
	float:right;
	text-align:right;
}
.grand_total{
	font-weight:bold;
	display:inline-block;
}
.grand_total_amount{
	font-weight:bold;
	float:right;
}
@media (max-width:414px){
	.cart_order_title{
		padding:0 10px;
	}
}
/*** Small tag *****/
.strip .item_tag{
	position:absolute; 
	left:0; 
	top:20px; 
	z-index:2;
}
.strip .item_tag ul{
	margin:0;
	padding:0;
}
.strip .item_tag li{
	display:block !important;
	list-style:none;
	background:orange; 
	padding:10px 20px; 
	margin-bottom:5px;
	color:#fff; 
}
.strip .item_tag li:last-child{
	padding:10px 20px;
	float:left;
}
/*** admin area ***/
////* add item *********/
.item-img-preview{
	position:relative;
}
.duplicate-delete{
	position:absolute;
	right:10px;
	top:10px;
}
/*** index welcome header ***/
/*** happy cny 2021 ***/
.cnyNavbar{
	background:linear-gradient(180deg, #f30303, #860000);	
}
.header-cny2021{
	background:url(../../../../default/happycny2021.jpg);
}
	.cny-background{
		background:none;
	}
@media (max-width: 992px){
	.cny-background{
		background:linear-gradient(180deg, #f30303, #860000);
		position:relative;
	}
	.cny-background:before{
		content:'';
		position:absolute;
		background:url(../../../../default/flower_pattern.png);
		opacity:.15;
		width:100%;
		height:100%;
		top:0;
		left:0;
	}
}
/*** fonts color ***/
.color-white{
	color:#fff !important;
}
.color-orange{
	color:#ff7c17 !important;
}
/*** mobile view css ***/
@media (max-width:414px){
	.hidden-xs{
		display:none;
	}
}
.input-working-hours{
	border:0;
	border-radius:0;
}
@media (max-width:414px){
	.input-working-hours .form-control{
		border:0;
		border-radius:0;
		padding:10px 20px !important;
		margin:0 !important;
		background:#eef2fd;
	}
}
/*** tabbed css *****/
.tab-pills-default{
	background:#fff;
	margin-bottom:10px;
}
.tab-pills-default li{
	display:block;
}
.tab-pills-default li a{
	padding:10px 20px;
	display:block;
}
.tab-pills-default li a.active{
	background:#eee;
	font-weight:bold;
}
/*** welcome2.blade.php *****/
.strip{
	margin:20px 0;
}
/*** Advertisement grid *****/
.ads-here{
	width:100%;
	height:100px;
	background:#f8f8f8;
}
/*** login.blade.php *****/
.member-benefit-message{
	background:#fff;
}
.member-benefit-message h2{
	font-weight:bold;
}
.member-benefit-message ul{
	margin:0;
	padding:0;
}
.member-benefit-message li{
	padding:0px;
	margin:0 0 0 20px;
	font-size:14px;
}
.member-benefit-message .mbm-header{
	border-bottom:1px solid #f3f3f3;
	padding:10px 20px;
	background:#3cbdcb;
}
.member-benefit-message .mbm-header h2{
	margin:0;
}
.member-benefit-message .mbm-content{
	padding:20px;
}
.login-grid-title{
	font-size:32px;
	font-weight:bold;
	margin:0;
}
.btn-sign-in{
	width:100%;
	background:linear-gradient(to bottom, #ed8014, #bb620a);
	color:#fff;
	border-radius:30px;
	border:0;
}
