.list.no-hairlines-between.simple-list2 li:after,
.md .list.no-hairlines-between-md.simple-list2 li:after,
.ios .list.no-hairlines-between-ios.simple-list2 li:after,
.aurora .list.no-hairlines-between-aurora.simple-list2 li:after {
  display: none !important;
}

.simple-list2 li {
  position: relative;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-contentbx: space-between;
  align-items: center;
  align-content: center;
  line-height: var(--f7-list-item-min-height);
  height: var(--f7-list-item-min-height);
  padding-left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));
  padding-right: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
}
.simple-list2 li:after {
  left: var(--f7-list-item-padding-horizontal);
  width: auto;
  left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));
  right: 0;
}
.simple-list2 li:last-child:after {
  display: none !important;
}
.simple-list2 li:after,
.links-list a:after,
.list .item-inner:after {
  content: '';
  position: absolute;
  background-color: var(--f7-list-item-border-color);
  /*background-color: transparent !important;*/
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transform-origin: 50% 100%;
  transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
}
.simple-list2 li,
.links-list a {
    min-height: 70px;
    line-height: 1;
}

.simple-list li,
.links-list a {
    height: auto;
    min-height: 60px;
    line-height: 1;
}

.simple-list.nav-list li:after {
    display: none;
}

.listcustom ul:before {
    background-color: transparent !important;
}

.listcustom ul:after {
    background-color: transparent !important;
}

.listcustom .item-inner:before {
    background-color: transparent !important;
}

.listcustom .item-inner:after {
    background-color: transparent !important;
}

.filterimg {
    background-color: #000000 !important;
    opacity: 0.7;
}

.timeline-list {
    min-height:110px !important;
}

.timeline-list-image {
    width:125px !important;
    max-height:120px;
	overflow:hidden;
}

.filtercont {
    opacity: 0.7;
}

.nostackss {
    position: relative;
    top: 10px;
    left: 26;
    width:64px !important;
    max-height:64px;
}

.nostack {
    position: absolute;
    top: 28px;
    left: 42px;
    width:32px !important;
}

.centerbutton {
    height: 60px;
    line-height: 54px;
    width: 60px;
    border-radius: 30px;
    margin: 0 15px;
    margin-top: -30px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    -moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    -ms-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.o-visible, .toolbar-inner {
    overflow: visible !important
}

.aurora .toolbar-bottom-aurora:after,
.ios .toolbar-bottom-ios:after,
.md .toolbar-bottom-md:after,
.toolbar-bottom:after {
    opacity: 0.2;
    height: 20px;
}

.cart_counter {
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: 0px;
    font-size:14px !important;
}

.atc-price {
    margin-top:5px !important;
    color:#ffffff !important;
    font-size:16px !important;
    font-weight:800 !important;
}

.addtocart_con {
      margin-top:5px !important;
      margin-bottom:5px !important;
      flex-direction:row !important;
}

.addtocart {
      height:30px !important;
      line-height:30px !important;
      font-size:16px !important;
      color:#ffffff !important;
}

.material-icons-shop {
    color: #ffffff;
    font-size: 32px !important;
    float: left;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 20px !important;
}

.sbutton {
	width: 125px !important;
}

.btnfntsz {
    font-size:16px !important;
}

.deliveryinfofntsz {
    font-size:18px !important;
}

.deliveryinfofntsz_sm {
    font-size:16px !important;
}

.md .list .btnfntsz {
    font-size:16px !important;
}

.md .list .deliveryinfofntsz {
    font-size:18px !important;
}

@media screen and (min-width: 768px) and (max-width: 2560px) {
  .sbutton {
	width: 200px !important;
  }

  .btnfntsz {
      font-size:20px !important;
  }

  .deliveryinfofntsz {
    font-size:22px !important;
  }

  .deliveryinfofntsz_sm {
    font-size:20px !important;
  }

  .md .list .btnfntsz {
    font-size:20px !important;
  }

  .md .list .deliveryinfofntsz {
    font-size:22px !important;
  }

  .centericonpos {
    margin-top: -12px !important;
  }

  .centerbutton {
    margin-top: -50px;
  }

  .addtocart_con {
      margin-top:5px !important;
      margin-bottom:5px !important;
      flex-direction:row !important;
  }

  .addtocart {
      height:30px !important;
      line-height:35px !important;
      font-size:16px !important;
      color:#ffffff !important;
      width: 200px !important;
  }

  .atc-price {
      margin-top:5px !important;
      color:#ffffff !important;
      font-size:20px !important;
      font-weight:800 !important;
  }

  .applyTips {
    float:left;
    width:65px;
    margin:5px;
  }

  .custom_tips {
    float:left !important;
    width:95px !important;
    padding:5px !important;
    margin-top:5px !important;
    border:1px solid #b8b8b8 !important;
  }

  .timeline-list {
    min-height:140px !important;
  }

  .timeline-list-image {
    width:136px !important;
    max-height:126px;
    overflow:hidden;
  }

  .nostacks {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }

  .nostack {
    position: absolute;
    top: 35px !important;
    left: 48px !important;
    width: 32px !important;
  }


  .label-cell-custom {
    font-size:18px !important;
  }

  .cart_counter {
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: 0px;
    font-size:15px !important;
  }

  .right5 {
      margin-right:10px !important;
  }
}

.card-plain {
  border-radius: 0 !important ;
  background: white;
  box-shadow: 0 0 0 !important;
}


/* block */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
/* item style */
.title-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #383e50;
    margin: 0 0 5px 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-item-multiple {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  font-weight: 500;
  color: #383e50;
  margin: 0 0 5px 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-item-details {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px 0 !important;
}


.title-item .title-item-large {
    font-size: 20px;
    font-weight: 600;
}

.content-item {
    position: relative;
}
.content-item .text-desc {
    padding: 10px;
}

.price-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px !important;
    font-weight: 700;
    margin: 0 0 10px 0 !important;
    color: #698aff;
}
.location-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px !important;
    margin: 0 0 10px 0 !important;
    color: #888888;
}
.location-item ion-icon {
    margin-right: 4px;
}
.radius-default {
    border-radius: 12px;
}
.bg-white {
    background: #fff !important;
}
.full-width {
    width: 100% !important;
}
.radius-top-only {
    border-radius: 12px 12px 0 0;
}


.favorite-symbol {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    line-height: 42px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.favorite-symbol ion-icon {
    font-size: 17px;
    color: #383e50;
}

.favorite-symbol.active-symbol {
    background: #698aff;
}

.favorite-symbol.active-symbol ion-icon {
    color: #fff;
}

.ad-type {
    position: absolute;
    top: 10px;
    right: 10px;
}


/* block */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

/* block title */
.block-title {
    margin-bottom: 15px;
    margin-top: 30px;
}

.block-title.block-title-center {
    text-align: center;
}

.block-title h3 {
    font-size: 19px;
    font-weight: 700;
}

.block-title .right-link {
    float: right;
    color: #01cfb0;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
}

.block-title .right-link ion-icon {
    font-size: 26px;
}

.block-title .block-subtitle {
    font-weight: 400;
    color: #888;
}

/* title */
.title-extra-small {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #888 !important;
    text-transform: uppercase !important;
}

.title-small h3 {
    font-size: 16px;
}

.title-medium h3 {
    font-size: 24px;
    font-weight: 700;
}

.title-large h3 {
    font-size: 30px;
    font-weight: 700;
}

.second-title {
    font-size: 13px;
    font-weight: 400;
    color: #888;
}

.text-small {
    font-size: 12px;
}

.text-extra-small {
    font-size: 10px;
}

.text-center {
    text-align: center;
}

/* clear float left & right */
.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

/* grid system */
.row {
    margin-bottom: 15px;
}

.row:last-child {
    margin-bottom: 0;
}

/* categories */
.categories .contentbx {
    background: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    height:65px !important;
}

.categories .contentbx ion-icon {
    font-size: 35px;
}

.categories .contentbx h6 {
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.act-chip {
    height: 24px;
    border-radius: 7px;
}

.ratingstar {
	padding-left:2px !important;
	padding-right:2px !important;
	font-size:32px !important;
}

.lratingstar {
	padding-left:2px !important;
	padding-right:2px !important;
	font-size:24px !important;
}

.sratingstar {
	padding-left:2px !important;
	padding-right:2px !important;
	font-size:16px !important;
}

@media screen and (min-width: 768px) and (max-width: 2560px) {
  .sratingstar {
	padding-left:2px !important;
	padding-right:2px !important;
	font-size:20px !important;
  }
}

.rated {
	color: orange !important;
}

.unrated {
	color: gray !important;
}

/* avatar */

.avatar {
    border-radius: 200px;
    display: inline-block;
    margin: 0px auto;
    background-color: #ffffff;
    overflow: hidden;
    border: 3px solid #ffffff;
    vertical-align: top;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.avatar img {
    width: 100%;
    vertical-align: top
}

.avatar-50 {
    height: 50px;
    width: 50px;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}



/* Radio & Checkbox Design */

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 5px 5px 0;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    /*content: '';*/
    
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #E8E8E8;
    
    background: #fff;
    border: 0px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    /*content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
	*/
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #008000;

}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #008000;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 0px solid #ddd; /* focus style */
}




.aurora .icon-radio, .md .icon-radio, .radio .icon-radio {
  border: var(--f7-radio-border-width) solid var(--f7-radio-inactive-color);
}
i.icon {
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  font-style: normal;
  position: relative;
}
.icon-radio {
  width: var(--f7-radio-size);
  height: var(--f7-radio-size);
  border-radius: 0;
  position: relative;
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
}

.icon-radio:checked  {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #008000;
}

.material-icons-rpt {
	font-size: 32px !important;
}

.centerbutton-cus {
    height: 40px;
    line-height: 34px;
    width: 40px;
    border-radius: 50px;
    padding-left: 2px;
    padding-top: 2px;
}

.centerbutton-cus-prn {
    height: 40px;
    line-height: 34px;
    width: 40px;
    border-radius: 50px;
    padding-left: 8px;
    padding-top: 2px;
    
}

@media screen and (min-width: 768px) and (max-width: 2560px) {
    .material-icons-rpt {
	    font-size: 40px !important;
    }
    
  	.centerbutton-cus {
    	height: 40px;
    	line-height: 34px;
    	width: 50px;
    	border-radius: 50px;
    	padding-left: 2px;
	    padding-top: 2px;
	}

	.centerbutton-cus-prn {
    	height: 40px;
    	line-height: 34px;
    	width: 50px;
    	border-radius: 50px;
    	padding-left: 8px;
    	padding-top: 2px;
    
	}

}