/*--common--*/
@font-face {
    font-family: 'Michroma';
    src:url(../fonts/Michroma.ttf) format('truetype');
}
body{
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  color: #444;
  margin-top: 70px;
  background:#fff;
}
ul,ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1,h2,h3,h4,h5,h6,p,label {
  margin:0;
  line-height: 1.5;
}
a {
  color: #5cb85c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #449d44;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
}
textarea {resize:none;}
ul,div{
  border : 0px solid #00f;
}

/*---cherry delivery css begin---*/
.body-cherry{
  margin-top: 10px;
  background:#861c3b;
}
.a-cherry {
  color: #861c3b;
  text-decoration: none;
}
.a-cherry:hover,
.a-cherry:focus {
  color: #ce4d56;
  text-decoration: none;
}
.btn-success-cherry {
	color:#fff;
  background-color: #861c3b;
  border-color: #861c3b;
}
.btn-success-cherry:hover, 
.btn-success-cherry:focus, 
.btn-success-cherry.focus, 
.btn-success-cherry:active, 
.btn-success-cherry.active, .open > .dropdown-toggle.btn-success-cherry {
    color: #ccc;
    background-color: #861c3b;
    border-color: #861c3b;
}
.icon-lg-cherry {
  font-size: 3em;
  color: #861c3b; 
}
/*---cherry delivery css end---*/

.fr { float: right !important;}
.page-mainarea {margin: 10px 0;}
.page-title {margin: 10px 0;}
.tl-txt {font-size: 1.5em !important;}
.txt-graybg {background-color: #ddd !important;}
.sub-tl-txt {
  font-size: 1em !important; 
  font-weight: 600;
}
.page-body {
  margin-bottom: 30px;
  min-height: 470px;
}
.page-body .msg-section {
  padding: 50px 0 120px;
  min-height: 380px;
  color: #333;
}
.msg-section .msg-body {padding-left: 35%;}
.msg-section .msg-body ul li { margin: 15px;}
.msg-section .msg-icon {
  width: 100px;
  height: auto;
  font-size: 5em;
  color: #ddd;
}
.panel-group-title {
  margin: 10px 0;
  text-align: center;
}
/*--modalpage--*/
.modal-header {
  color: #1bd172;
  border-bottom: 0px solid #e5e5e5; 
}
.modal-title {
  font-size: 1.2em;
  font-weight: 700;
}
.modal-footer{
  border-top: 0px solid #e5e5e5; 
}
.form-control { border-radius: 0;}
.form-control-error { border: 1px solid #f00;}
.input-tip .error { color: #f00;}
.help-block { 
  font-size: 0.8em;
  color: #aaa;
  display: inline;
}
.help-block span { color: #ef8a00;}
.form-group .i-status {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
}
.def-btn-link {
  padding: 6px 12px;
}
.del-btn-link {
  padding: 6px 12px;
}
.m-input:after {
  content: " \e041 ";
  color: #ef8a00;
  font-family: 'Glyphicons Halflings';
  font-size: 0.8em;
}
/*--menu--*/
.navbar-default { opacity:0.9;}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  color: #5cb85c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a::after, 
.navbar-default .navbar-nav > .active > a:hover::after, 
.navbar-default .navbar-nav > .active > a:focus::after {
  color: #5cb85c;
  background-color: transparent;
}
@media (max-width: 768px) {
  .navbar { border-radius: 0px;}
  .container:before
  .nav:before,
  .navbar:before,
  .navbar-header:before,
  .navbar-nav:before,
  .container:after
  .nav:after,
  .navbar:after,
  .navbar-header:after,
  .navbar-nav:after {
    display: inline;
  }
}
/*--shopcart--*/
.p-count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding-top: 2px;
  background: none repeat scroll 0 0 #ef8a00;
  border-radius: 50%;
}
.shopping-item {
  position: relative;
  float: right;
  padding: 10px;
  border-radius: 5px;
}
.shopping-item a { color: #333;}
.shopping-item:hover {
  background: none repeat scroll 0 0 #ef8a00;
  border-color: #ef8a00;
}
.shopping-item:hover a { color: #fff;}
.shopping-item:hover .p-count { background: none repeat scroll 0 0 #333;}
/*--slider--*/
.slider-area { 
  position:relative;
  width: 100%;
  padding:10px;
  margin:0 auto;
}
.block-slider{
  width: 100%;
  border:none;
}
.block-slider .bx-pager { display: none;}
.block-slider .bx-prev,
.block-slider .bx-next{
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 1.5em;
  line-height: 29px;
  text-align: center;
  border: 0px solid #eaeaea;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.block-slider img{
  width: 100%;
  height: auto;
}
.block-slider .bx-prev{
  left: 5px;
}
.block-slider .bx-next{
  right: 5px;
}
.block-slider:hover .bx-prev { left: 20px;}
.block-slider:hover .bx-next { right: 20px;}
.block-slider .bx-prev:hover,
.block-slider .bx-next:hover{
  color: #fff;
  background: #ddd;
  border-color: #ddd;
}
.block-slider .bx-pager{
  display: block;
  text-align: center;
}
.block-slider .bx-pager-item{
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 0;
  margin: 0 3px;
  background: #fff;
  border-radius: 50%;
}
.block-slider .bx-pager-item a{
  display: block;
  width: 100%;
  height: 100%;
  background: #ddd;
  border-radius: 50%;
}
.block-slider .bx-pager-item a.active{ background: #404040;}
.button-radius{
  position: relative;
  display: inline-block;
  width: auto;
  min-height: 34px;
  font-size: 0.9em;
  line-height: 30px;
  color: #444;
  padding-left: 40px;
  padding-right: 20px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.button-radius .icon{
  position: absolute;
  top: 2px;
  left: 2%;
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.button-radius .icon:before {
  content: "\e080";
  float: left;
  width: 28px;
  height: 28px;
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  background-color: #1bd172;
  border-radius: 90%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.button-radius:hover .icon{
  left: 100%;
  margin-left: -30px;
}
.button-radius:hover {
  padding-left: 20px;
  padding-right: 40px;
}
.block-slider .caption-group{
  position: absolute;
  top: 75%;
  right: 5%;
  left: 81%;
}
.block-slider .caption-onlybtn{
  position: absolute;
  top: 60%;
  right:5%;
  left: 65%;
}
.block-slider .caption-onlybtn-c2{
  position: absolute;
  top: 60%;
  right:5%;
  left: 45%;
}
.block-slider .caption-onlybtn-c{
  position: absolute;
  top: 60%;
  right:5%;
  left: 56%;
}
.block-slider .caption-onlybtn-cc{
  position: absolute;
  top: 66%;
  right:30%;
  left: 34%;
}
.block-slider .caption-onlybtn-up{
  position: absolute;
  top: 40%;
  right:5%;
  left: 62%;
}
.block-slider .caption-onlybtn-lf{
  position: absolute;
  top: 76%;
  right: 50%;
  left: 16%;
}
.block-slider .caption-onlybtn-lf-down{
  position: absolute;
  top: 83%;
  right: 50%;
  left: 18%;
}
.block-slider .caption-onlybtn-rt-down{
  position: absolute;
  top: 83%;
  right: 5%;
  left: 79%;
}
.block-slider .caption-group .title{
  margin: 0;
  color: #333;
}
.block-slider .caption-group .subtitle{ margin: 10px 0 0 0;}
.block-slider .caption-group .subtitle-white{ color: #fff;}
.block-slider .caption-group .button-radius{ margin-top: 25px;}
.block-slider .caption-group .primary{
  font-weight: 700;
  color: #009845;
}
.block-slider .caption-group .primary-gold{
  color: #6d5b26;
}
.block-slider .caption-group .primary-red{
  color: #ce4d56;
}
.block-slider .caption-group .primary-blue{
  color: #0080ff;
}
.block-slider .caption-group .primary-org{
  color: #ff9900;
}
.block-slider .caption-group .primary-magenta{
  color: #7E2341;
}
.block-slider .caption-group .primary-pink{
  color: #d4707a;
}
.block-slider .caption-group .primary-sprisio{
  color: #e47523;
}
.block-slider .caption-group .primary-first{
  color: #e67818;
}
.block-slider .caption-group .primary-white{
  color: #fff;
}
.button-radius .icon-gold:before{
  background-color: #6d5b26;
}
.button-radius .icon-red:before{
  background-color: #ce4d56;
}
.button-radius .icon-blue:before{
  background-color: #0080ff;
}
.button-radius .icon-org:before{
  background-color: #ff9900;
}
.button-radius .icon-magenta:before{
  background-color: #7E2341;
}
.button-radius .icon-pink:before{
  background-color: #d4707a;
}
.button-radius .icon-goldpink:before{
  background-color: #e16b6b;
}
.button-radius .icon-sprisio:before{
  background-color: #e47523;
}
.button-radius .icon-first:before{
  background-color: #e67818;
}
/*--promo--*/
.promo-area {
  padding: 0;
  background: #fafafa;
  cursor: default;
  margin:20px 0;
  overflow: hidden;
}
.single-promo {
  font-size: 1.1em;
  text-align: center;
  padding: 20px 0;
  color: #888;
}
.single-promo i {
  font-size: 1.5em;
  margin:20px 0;
  color: #888;
}
.single-promo:hover i{
  color: #000;
  -webkit-transform: translate(0,-10px); /* Safari and Chrome */
  -moz-transform: translate(0,-10px);  
  -o-transform: translate(0,-10px);    /* Opera */
  -ms-transform: translate(0,-10px);   /* IE 9 */
  transform: translate(0,-10px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.single-promo:hover,
.single-promo:hover p{
  color: #000;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.single-promo p {
  color: #888;
}
.promo1, .promo2,.promo3,.promo4{ margin-bottom:20px;}
.section-title {
  font-family: "Michroma";
  font-size: 32px;
  font-weight: 200;
  padding: 30px 0;
  text-align: center;
  color: #000;
}
.section-title-sub {
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  line-height: 1.5;
  color: #aaa;
}
.product-f-image { position: relative;}
.product-f-image .circle{
  border: 10px solid #f1f1f1;
  border-radius: 500px;
}
.product-f-image .circle:hover {
  border: 6px solid #f1f1f1;
}
.product-f-image .sm-box {
  width: auto !important;
  height: 160px !important;
}
.product-hover {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  border-radius: 500px;
}
.product-hover::after {
  background: none repeat scroll 0 0 #333;
  content: "";
  height: 100%;
  left: -100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  transition: .4s;
}
.product-hover a {
  background: none repeat scroll 0 0 #1bd172;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  left: 10%;
  margin: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #1bd172;
  width: 80%;
  z-index: 99;
  transition: .4s;
}
.product-hover a:hover {
  background: #000;
  text-decoration: none;
  border-color: #444;
}
.product-title {
  font-size: 1.1em;
  margin: 20px 0;
}
.title-promo {
  color: #1bd172;
  font-weight: 700;
  margin: 0 5px;
  text-decoration: none;
  font-size: 1.1em;
}
.product-hover a i.glyphicon { margin-right: 5px;}
.product-hover a.add-to-cart-link { top: -28%;}
.product-hover a.view-details-link { bottom: -28%;}
.single-product h4{
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 15px;
}
.single-product {
  border: 0px solid #ddd;
  overflow: hidden;
  margin: 10px 0;
  padding: 20px;
  text-align: center;
}
.single-product:hover {}
.single-product:hover .product-hover a.add-to-cart-link {top: 30%;}
.single-product:hover .product-hover a.view-details-link {bottom: 30%;}
.single-product:hover .product-hover::after{left: 0;}
.single-other {
  overflow: hidden;
  margin: 20px 0;
  padding: 20px;
}
.single-other .product-f-txt{
  height: 145px;
}
.single-other .item-title {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 1.2em;
}
.single-other .item-desc {
  color: #888;
  line-height: 1.5;
  font-size: 0.8em;
}
.view-more-link {
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #1bd172;
  padding: 6px 25px;
  z-index: 99;
  min-height: 34px;
  transition: .4s;
}
.view-more-link:hover {
  border: 1px solid #1bd172;
  color: #fff;
  background: #1bd172;
  width: 100%;
}
@media (max-width: 768px) { 
  .single-promo i {
    margin:10px 0;
  }
  .single-promo {
     font-size: 1em;
  }
}
.cate-map-title {
  font-size: 1.5em;
  font-weight: 100;
  color: #444;
  padding: 10px 0;
}
.cate-map-menu {
  margin-bottom: 10px;
  padding: 10px;
}
.cate-map-menu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.cate-map-menu ul li {
  padding: 5px;
  border-bottom: 0px solid #aaa;  
}
.cate-map-menu ul li:before {
  content: "\e062";
  font-family: 'Glyphicons Halflings';
}
.cate-map-menu ul li:hover,
.cate-map-menu ul li:active {
  color: #1bd172;
  border-bottom: 0px solid #1bd172; 
}
.cate-map-menu a {
  padding: 5px 0;
  color: #999;
  font-size: 0.9em;
}
.cate-map-menu .p-body {
  background:#313131;
  z-index: 0;
}
.cate-map-menu .panel-collapse:before {
    content: " ";
    border: solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    border-width: 10px;
    border-bottom-color: #313131;
    top: 75px;
    left: 20px;
    margin-left: 20px;
}
.maincontent-area {
  padding-bottom: 40px; 
  padding-top: 10px;
  min-height: 460px;
}
.footer-top-area {
  background: #e6e6e6 url(../img/mm1.jpg) no-repeat bottom right;
  background-size: auto 310px;
  color: #999;
  padding: 35px 0 80px;
}
.footer-wid-title {
  font-size: 1.5em;
  font-weight: 100;
  color: #333;
}
.footer-about-us h2, .footer-newsletter h2 {
  font-weight: 700;
  margin-bottom: 12px;
}
.footer-about-us p, .footer-newsletter p {
  font-size: 0.9em;
  line-height: 1.5;
}
.footer-menu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  border-bottom: 1px dashed #555;
  padding: 5px 0;
  width: 85%;
}
.footer-menu ul li a:hover,
.footer-menu ul li a:active {
  color: #000;
}
.footer-menu ul li.txt_normal{
  padding: 10px 0;
  color: #999;
  font-size: 0.9em;
}
.footer-menu ul li.nobottom{
  border-bottom: 0px dashed #555;
}
.footer-menu a {
  display: block;
  padding: 5px 0;
  color: #999;
  font-size: 0.9em;
}
.footer-bottom-area {
  background: none repeat scroll 0 0 #000;
  color: #eee;
  padding: 15px 0 20px;
  background: #000;
}
.foot-link{
  z-index: 1;
  right: 0;
  bottom: 0;
}
.foot-link a { color: #eee;}
.foot-link a:hover { color: #eee;}
.copyright{
  color: #7e7e7e;
}
/*latest-fruit Section */
.categories {
  padding-bottom: 20px;
  text-align: center;
  font-size: 0.8em;
}
ul.cat li { display: inline-block;}
ol.type li {
  display: inline-block;
  margin: 5px 5px;
  padding: 0;
  min-width: 40px;
}
ol.type li a { color: #fff;}
ol.type li a.active {
  color: #000;
  font-weight: 500;
}
ol.type li a:hover { color: #000;}
ol.type .tt {
  background-color: #ddd;
  padding: 0;
  margin: 0;
  height: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
ol.type li a .ts {
  opacity: 0;
  border-top: 5px solid #404040;
  border-radius: 5px;
}
ol.type li a.active .tt,
ol.type li a:hover .tt {
  background-color: #404040;
  color: #fff;
}
ol.type li a.active .ts,
ol.type li a:hover .ts {
  opacity: 1;
}
.isotope-item { z-index: 2;}
.isotope-hidden.isotope-item { z-index: 1;}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope-item {
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.isotope {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*latest-foods Section */
.latest-foods{
  height: auto;
}
#map_carousel { 
  width: 500px; 
  margin-left: auto; 
  margin-right: auto;
}
#map_carousel .item{ display: block;}
#map_carousel img { 
  display: block; 
  width: 100%;
}
/*--merch list--*/
.p-operate { margin: 20px 0;}
.add-cart-link {
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #5cb85c;
  padding: 6px 20px;
  z-index: 99;
  min-height: 34px;
  transition: .4s;
}
.add-cart-link:hover {
  border: 1px solid #5cb85c;
  background-color: #5cb85c;
  color: #fff;
}
.add-cart-link.disabled,
.add-cart-link.disabled:hover {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #ddd;
  cursor: default;
}
.merchandise-topbar {
  position: relative;
  z-index: 4;
  _zoom: 1;
  border-top: 1px solid #ddd;
  display:block;
}
.merchandise-topbar .f-line.top { background: #f1f1f1;}
.merchandise-topbar .f-line {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
  zoom: 1;
}
.f-page,
.f-page-goto {
  float: right;
}
.merchandise-bottombar .f-page-goto {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  padding: 6px 12px;
}
.f-page-goto input[type="number"] {
  border: 1px solid #ddd;
  width: 50px;
}
.f-page-goto .f-page-num { font-weight: 700;}
.f-page-goto .page-go-link {
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #5cb85c;
  padding: 6px 10px;
  z-index: 99;
  min-height: 34px;
  transition: .4s;
}
.f-page-goto .page-go-link:hover,
.f-page-goto .page-go-link:active,
.f-page-goto .page-go-link:focus {
  background-color: #5cb85c;
  color: #fff;
}
.f-page .fp-text { margin-right: 10px;}
.f-page .fp-text b {
  color: #ef8a00;
  font-weight: 700;
}
.f-page .fp-text em
{
  font-weight: 400;
  font-style: normal;
}
.f-page .fp-text i {
  font-weight: 400;
  font-style: normal;
}
.f-page .fp-prev,
.f-page .fp-next
{
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  color: #aaa;
  padding: 0 10px;
}
.f-page .fp-prev.disabled,
.f-page .fp-next.disabled {
  padding: 0;
  background: #ddd;
  color: #ccc;
  cursor: default;
  padding: 0 10px
}
.merchandise-list {
  margin-bottom: 20px;
  height: auto;
  position: relative;
  z-index: 1;
  border: 0px solid #000;
}
.gl-item {
  width: 270px;
  margin: 5px;
  float: left;
  position: relative;
  border: 1px solid #fff;
}
.gl-item:hover {
  border: 1px solid #ddd;
  box-shadow: 0 0 2px 2px #f1f1f1;
}
.j-sku-item {
  background: #fff;
  border: 1px solid #fff;
  padding: 38px 9px 10px;
  -webkit-transition: border-color .1s ease;
  -moz-transition: border-color .1s ease;
  transition: border-color .1s ease;
}
.merchandise-list .gl-item .p-img {
  padding: 0;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.merchandise-list .gl-item .p-price {
  width: 100%;
  margin: 0 0 8px;
  position: relative;
  overflow: hidden;
}
.merchandise-list .gl-item .p-price > ins {
  float: left;
  color: #1bd172;
  font-size: 1.5em;
  font-weight: 700;
  margin-right: 10px;
  text-decoration: none;
}
.merchandise-list .gl-item .p-name {
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.merchandise-list .gl-item .p-name a { color: #333;}
.merchandise-list .gl-item .p-name .promo-words{
  display: block;
  color: #ef8a00;
  overflow: hidden;
  font-size:12px;
}
.merchandise-list .gl-item .p-stock {
  position: absolute;
  top: 200px;
  left: 9px;
  z-index: 2;
  line-height: 25px;
  height: 25px;
  width: 248px;
  padding: 0 10px;
  color: #fff;
  background: rgba(0,0,0,.5);
}
.pagination > .active > a, 
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.pagination > li > a,
.pagination > li > span {
  color: #444;
}
/*-- product --*/
.product-breadcroumb { 
  margin-bottom: 20px;
  display:block;
  min-height: 10px;
}
.product-breadcroumb ul li { display: inline-block;}
.product-breadcroumb .item-a {
  margin-right: 5px;
  position: relative;
}
.product-breadcroumb .item-a::after { 
  content: ">";
  margin-left: 5px;
}
.product-breadcroumb .item-a:last-child::after { display: none;}
.product-category {
  float: left;
}
.product-category .dropdown-menu {
  min-width: 260px;
}
.product-category .dropdown-menu li::after { content: none;}
.product-category .dropdown-menu .actived a { 
  color: #000;
  font-weight: 700;
}
.product-category .menu-main {
  font-size: 1.2em;
}
.product-md48{ margin: 10px 0;}
.sale {
  margin: 0 0 0 -4px;
  position: absolute;
  z-index: 1;
}
.product-main-img {
  margin-bottom: 20px;
  text-align: center;
  padding: 0;
  border: 0px solid #ddd;
}
.product-gallery {
  margin-bottom: 25px;
  overflow: hidden;
}
.product-gallery img {
  height: auto;
  margin-left: 15px;
  width: 76px;
}
.product-name {
  margin-bottom: 20px;
  color: #333;
}
.product-inner-price > ins {
  color: #1bd172;
  font-size: 1.5em;
  font-weight: 700;
  margin-right: 10px;
  text-decoration: none;
}
.product-inner-tag,
.product-inner-price,
.product-inner-area,
.product-inner-spec {
  margin-bottom: 20px;
}
.product-inner-price .lb-product-price,
.product-inner-area .lb-product-area,
.product-inner-spec .lb-product-spec {
  float: left;
  margin-right: 35px;
  color: #888;
}
.product-inner-spec ul { position: relative;}
.product-inner-spec ul li {
  float: left;
  position: relative;
  margin: 0 5px 25px 0;
  padding: 6px 10px;
  vertical-align: middle;
  line-height: 1.2;
  background: #fff;
  border: 1px solid #ddd;
}
.product-inner-spec ul li a {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  min-width: 10px;
  text-align: center;
  color: #888;
}
.product-inner-spec ul li:hover{
  border: 1px solid #f00;
}
.product-inner-spec ul li.disabled {
  border: 1px dashed #ddd;
  color: #ddd;
}
.product-inner-spec ul li.disabled a {
  color: #ddd;
}
.product-inner-spec ul li.disabled:hover {
  border: 1px dashed #ddd;
  color: #ddd;
  cursor: default;
}
.product-inner-spec ul li.disabled:hover a {
  cursor: not-allowed;
} 
.product-inner-spec ul li.active {
  border: 1px solid #f00;
  color: #000;
  background: url(../img/checked.png) no-repeat right bottom;
}
.product-inner-spec ul li.active a {
  color: #000;
}
.quantity {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.quantity input[type="number"] {
  border: 1px solid #888;
  padding: 5px;
  width: 50px;
  margin-right: 15px;
}
.product-desc p {
  margin-top: 15px;
  line-height: 1.5;
}
.product-desc a { color: #888;}
.price-tag {
  color: #1bd172;
  border: 1px solid #1bd172;
  background-color: #fff;
}
.tab-content {
  padding: 0 15px;
  min-height: 470px;
}
/*-- member --*/
.membermain-area {
  min-height: 460px;
  background-color: #fff;
}
.badge { background-color: #1bd172;}
.table > thead + tbody { border-top: 2px solid #000;}
.table > thead { background: #f5f5f5;}
.table > tbody > tr > td {
  font-size: 0.8em;
  line-height: 2;
  padding: 15px 5px;
}
.list-top { padding: 10px 0;}
.txt-b{
  color: #ef8a00;
  font-weight: 700;
}
.list-actions {
 margin: 20px 0;
 float: left;
}
.m-title{
  font-size: 2em;
  font-weight: 700;
  color: #333;
}
.list-topbar { display: block;}
.topbar-group {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-top: 0;
}
.topbar-group .form-control{
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.ord-list-addr {
  color: #bbb;
}
.order-breadcroumb { margin-bottom: 20px;}
.order-breadcroumb ul { position: relative;}
.order-breadcroumb ul li { display: inline-block;}
.order-breadcroumb ul li a {
  margin-right: 10px;
  position: relative;
}
.order-breadcroumb ul li::after { content: ">";}
.order-breadcroumb ul li:last-child::after { display: none;}
/*-- cart --*/
.cart-area {
 margin-bottom: 30px;
 min-height: 460px;
}
.cart-prd-img {
  width: 138px;
}
button.cart-del {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border:0;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
}
.cart-title{
  margin: 10px 0;
}
.cart-subtitle {
  margin-bottom: 20px;
  color: #333;
  font-weight: 700;
  float: left;
}
.cart-title .tl-txt {
  font-size: 1.5em;
}
.cart-empty {
  padding: 50px 0 120px;
  color: #333;
}
.message {
  height: 200px;
  padding-left: 35%;
}
.message ul li { margin: 20px 0;}
.cart-list-top { margin: 10px 0;}
.icon-lg {
  font-size: 3em;
  color: #1bd172; 
}
.cart-footer{
  background-color: #fff;
  clear: both;
  overflow: hidden;
  line-height: 36px;
  padding: 5px;
  position: relative;
  z-index: 1;
  text-align: right;
  vertical-align: middle;
}
.cart-footer.fixed {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #e4e4e4;
  -webkit-animation: footerfixed 1.5s linear;
  animation: footerfixed 1.5s linear;
}
.cart-footer .cart-info { float: right;}
.cart-footer .cart-info .amount-all > ins {
  color: #ef8a00;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.stepflex {
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  float: right;
  font-size: 0.8em;
}
.stepflex dl {
  float: left;
  position: relative;
  width: 160px;
  top: -5px;
  border-top: 3px solid #f1f1f1;
}
.stepflex .s-num {
  position: relative;
  margin: -15px auto 0;
  color: #fff;
  font-weight: 700;
  width: 23px;
  height: 23px;
  background-color: #f1f1f1;
  line-height: 23px;
  border-radius: 15px;
}
.stepflex .s-text { 
  color: #ccc;
  margin: 0 0 0 -15px;
}
.stepflex dl.done {border-top-color: #caecb6;}
.stepflex dl.done .s-num { background-color: #caecb6;}
.stepflex dl.done .s-text { color: #caecb6;}
.stepflex dl.doing { border-top-color: #5cb85c;}
.stepflex dl.doing .s-num { background-color: #5cb85c;}
.stepflex dl.doing .s-text { color: #5cb85c;}
.cart-addr-action{ float: right;}
.cart-order-addrlist{ padding: 0 20px 20px;}
.list-content li{
    float: left;
    padding: 10px;
    margin: 0 10px 10px 0px;
    width: 280px;
    height: 110px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ddd;
}
.list-content li.active{
    border: 1px solid #f00;
    color: #000;
    background: url(../img/checked.png) no-repeat right bottom;
}
.list-content li:hover{
    border: 1px solid #f00;
    color: #000;
}
.addr-name {
  font-weight: 700;
  margin-right: 10px;
}
.addr-tel{ margin-right: 10px;}
.addr-area{ margin-right: 10px;}
.addr-detail{ margin-right: 10px;}
.addr-tag{ margin-right: 10px;}
.list-content hr {  margin: 5px 0;}
.cart-order-received,
.cart-order-other,
.cart-order-payment {
  padding: 10px 0;
  margin: 20px 0;
}
.cart-paymentlist { padding: 0 20px 80px;}
.cart-paymentlist .list-content li {
    width: 160px;
    height: auto;
    text-align: center;
}
.cart-order-sum {
  padding: 6px;
  float: right;
}
.order-sum-line {
  padding: 5px 0;
  margin-bottom: 20px;
}
.cart-order-sum .order-sum-line span {
  float: left;
  min-width: 180px;
  margin-right: 20px;
  text-align: right;
}
.order-sum-line .lb-sum {
  color: #888;
  font-weight: 700;
}
.order-sum-line > ins {
  text-decoration: none;
  float: right;
}
.order-sum-line-aa > ins {
  text-decoration: none;
  color: #ef8a00;
  font-weight: 700;
  font-size: 1.5em;
}
.order-action-list {
  margin:10px 0;
  padding: 10px;
  border: 0px solid #ddd;
}
.order-action {
  margin:10px 0;
}
.order-status {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 10px;
}
.order-flow-c {
  display: block;
  padding: 15px 0;
  background:#fafafa;
}
.order-flow-content { 
  min-height: 60px;
}
.order-flow-c li {
  float: left;
  position: relative;
  min-width: 90px;
  text-align: center;
  margin-right: 10px;
  padding: 5px;
  color: #ccc;
}
.order-flow-c li.done {
  position: relative;
  color: #888;
}
.order-flow-c li.doing {
  position: relative;
  color: #ef8a00;
}
.order-flow-c .st-logo { font-size: 1.5em;}
.qrcode {
  width: 260px;
  height: 260px;
  vertical-align: 
}
.payment-info {
  margin-bottom: 20px; 
}
.payment-info label,
.payment-info span {
  margin-right: 5px; 
}
.payment-area{
  margin-bottom: 20px; 
  padding: 20px;
  border: 1px solid #ddd;
}
.area-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.area-content ul li {
  padding-left: 20px;
  padding-bottom: 10px;
}
.area-content {
  text-align: center;
}
@media (max-width: 768px) { 
  .order-flow-c li {
    float:none;
    display: inline-block;
  }
  .order-flow-c .st-logo { font-size: inherit;}
  .order-flow-c li {
    margin-right: 0;
    padding: 5px;
  }
}
.logistics-info {
  margin: 10px 0;
}
.info-subtitle {
  padding: 10px;
  font-size: 1.2em;
  color: #000;
}
.info-content {
  padding-left: 82px;
  list-style:square;
}
.info-content li.active {
  color: #ef8a00;
}
.order-info {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ddd;
}
.orderdt .dt-row {
  min-width: 360px;
  float: left;
}
.orderdt label {
  margin: 0 5px 5px 0;
  width: 100px;
  text-align: right;
  color: #444;
}
.orderdt .dd {
  color: #888;
}
.orderdt { 
  margin-bottom: 10px;
  font-size: 0.8em;
}
@media (max-width: 992px) { 
  .orderdt .dt-row {
    min-width: 180px;
  }
  .orderdt label {
    width: 60px;
  }
}
.prd-img-s { width: 74px;}
.slt-area {
  width: 32%;
  display: inline-block;
}
.short-input{
  width: 60%;
  display: inline-block;
}
.login-cover { text-align: center;}
.login-cover img { 
  width: 240px;
}
.login-cover .cover-title {
  color: #888;
  font-size: 1.2em;
  margin-bottom: 10px;
}
/*--messagepage--*/
.page-code-error{
  color: #ef8a00;
  font-weight: 700;
  font-size: 6em;
}
.content-area { 
  padding: 0 15px;
  min-height: 470px;
}

/** notifications **/  
.notify {   
  display: block;   
  background: #fff;   
  padding: 12px 18px;   
  max-width: 400px;   
  margin: 0 auto;   
  cursor: pointer;   
  -webkit-border-radius: 3px;   
  -moz-border-radius: 3px;   
  border-radius: 3px;   
  margin-bottom: 20px;   
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;   
}   
  
.notify h1 { margin-bottom: 6px; }   
  
.successbox h1 { color: #678361; }   
.errorbox h1 { color: #6f423b; }   
  
.successbox h1:before, .successbox h1:after { background: #cad8a9; }   
.errorbox h1:before, .errorbox h1:after { background: #d6b8b7; }   
  
.notify .alerticon {    
  display: block;   
  text-align: center;   
  margin-bottom: 10px;   
}