/*FullStack by Rocker.vn (since 2008)*/  
/*rocker.fullshowimg.css*/
body.mnBodyFullImg .mn-boardshow::before { height: 100vh; opacity: .5; } .mn-boardshow{ position: fixed; left: 0; top:0; bottom: 0; right: 0; z-index: 999; } .mn-boardshow .mn-background{ position: absolute; left: 0; right: 0; top: -50px; bottom: 0; background-size: 200%; background-position: center; z-index: 4; filter: blur(38px); -webkit-filter: blur(38px); opacity: 0; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background-color: #fff; height: calc(100% + 100px); } body.mnBodyFullImg .mn-background{ opacity: 1 } .mn-boardshow .mn-close{ font-family: 'Line Awesome Free'; font-weight: 900; position: fixed; right: 2%; top: 2%; } .mn-boardshow .mn-close::after{ content: "\f00d"; } .mn-boardshow .mn-close, .mn-boardshow .mn-nextprev{ height: 50px; width: 50px; line-height: 48px; font-size: 25px; border-radius: 100%; border: 1px solid #fff; color: #fff; outline: none; background: #0000003d; cursor: pointer; text-align: center; z-index: 999999; text-shadow: 1px 1px 2px #000; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); display: grid; } .mn-boardshow .mn-nextprev{ position: absolute; left: 2%; bottom: 0; top: 0; margin: auto; } .mn-boardshow::before { position: fixed; left: 0; right: 0px; bottom: 0; width: 100%; height: 0; content: ' '; opacity: 0.6; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; z-index: 15; background: #000; } .mn-boardshow .mn-desImg{ position: fixed; left: 0; right: 0; bottom: 10px; text-align: center; z-index: 999; } .mn-boardshow .mn-desImg p{ color: #ffff; font-weight: normal; border: 1px solid #ffffff47; padding: 10px; border-radius: 50px; display: inline-table; margin: auto; } @media(max-width: 900px){ .mn-boardshow .mn-desImg p{ font-size: 13px } } .mn-boardshow .mn-sliboard{ height: calc(100vh - 60px); margin-top: 30px; position: relative; z-index: 99; opacity: 0; -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; display: grid; align-items: center; } .mn-boardshow.hasTitle .mn-sliboard{ height: calc(100vh - 100px); } .mn-boardshow .mn-sliboard .owl-stage-outer{ position: absolute; left: 0; right: 0; top:0; bottom: 0; height: 100% } .mn-boardshow .mn-sliboard .owl-stage-outer .owl-stage{ position: absolute; left: 0; right: 0; top:0; bottom: 0; height: 100% } .mn-boardshow .mn-sliboard .owl-item{ min-height: 100% !important } .mn-boardshow .mn-sliboard img{ max-height: 100%; width: auto; height: auto; max-width: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } body.mnBodyFullImg .mn-boardshow .mn-sliboard{ opacity: 1 } body.mnBodyFullImg .mn-boardshow{ -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } @media(min-width: 1024px){ .mn-boardshow .mn-nextprev:not(.disabled):hover{ box-shadow: 0px 0px 20px #ffffff; } } .mn-boardshow .mn-nextprev::after{position:absolute;left:0;right:0;display: block; font-family: 'Line Awesome Free'; font-weight: 900; content: "\f104"; } .mn-boardshow .mn-nextprev.disabled{ opacity: .1 } .mn-boardshow .mn-nextprev.mn-next{ right: 2%; left: unset; } .mn-boardshow .mn-nextprev.mn-next::after{ content: "\f105"; }@media(max-width: 900px){.mn-boardshow .mn-background { top: -20vh; height: 140vh; background-size: 270vh auto; background-position: center; background-repeat: repeat;}}
/*ed rocker.fullshowimg.css*/

.mn-layout-view-details{
  padding-top: 30px; 
}
.mn-layout-view-details .mn-ly-top-view{
  margin-bottom: 20px;
}

.mn-layout-view-details .mn-ly-top-view .mn-ly-left{
  width: 50%;
  float: left;
  position: relative;
}

.mn-layout-view-details .mn-ly-top-view .mn-ly-right{
  width: calc(50% - 30px);
  float: right;

}
@media(max-width: 900px){
  .mn-layout-view-details .mn-ly-top-view .mn-ly-left{
    width: 100%;
    float: none;
    margin-bottom: 10px;
    margin-top: 20px
  }

  .mn-layout-view-details .mn-ly-top-view .mn-ly-right{
   width: 100%;
   float: none;
 }
}

/*bg mn-gallery-lightbox*/
.mn-gallery-lightbox{ 

} 
.mn-gallery-lightbox .s-zoom{
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  cursor: pointer;
  background: #ffffffb8;
  color: #484848;
  z-index: 4;
}
@media(min-width: 900px){
  .mn-gallery-lightbox .s-zoom:hover{
    background: #484848;
    color: #ffffff
  }
}

.mn-gallery-lightbox .s-zoom::before {
  content: "\f065"; 
  display: block;
  font-size: 30px;
}

.mn-gallery-lightbox .mn-nextprev{
  position: absolute;
  left: -12px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  border: 1px solid #ccc;
  outline: none;
  background: #ffffff;
  cursor: pointer;
  text-align: center;
}
.mn-gallery-lightbox .mn-nextprev::after{
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f104"; 
  display: block;
}
.mn-gallery-lightbox .mn-nextprev.disabled{
  display: none;
}
.mn-gallery-lightbox .mn-nextprev.mn-next{
  right: -12px;
  left: unset;
}
@media(max-width: 900px){
  .mn-gallery-lightbox .mn-nextprev{
    display: none;
  }
}
.mn-gallery-lightbox .mn-nextprev.mn-next::after{
  content: "\f105";
} 
.mn-gallery-lightbox .pri-img{ 
  border:1px solid #ccc;
  position: relative;
}

.mn-gallery-lightbox .pri-img img{
  width: 100%;
  height: auto
}
.mn-gallery-lightbox .pri-list{
  position: relative;
  margin-top: 10px
}

.mn-gallery-lightbox .pri-list .pri-items{
  border:1px solid #ccc;
  overflow: hidden;
  position: relative;
}
.mn-gallery-lightbox .pri-list .pri-items.active{
  border-color: red
}
.mn-gallery-lightbox .pri-list .pri-items{ 
  width: calc(20% - 6px);
  margin: 3px;
  display: inline-block; 
}
.mn-gallery-lightbox  .owl-item .pri-items{
 width: 100%  
}
.mn-gallery-lightbox .pri-list .pri-items::before{
  content: "";
  display: block;
  padding-top: calc(100% - 10px);
}
.mn-gallery-lightbox .pri-list .pri-items img{
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/*ed mn-gallery-lightbox*/
/*bg .mn-board-info-1*/
.mn-board-info-1{

}
.mn-board-info-1 .promotions_set{
    background-image: url(../pri_img/hopqua_33x33.gif);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 33px;
    padding: 10px;
    padding-left: 35px;
    border: 1px dashed #E91E63;
    margin-bottom: 10px;
    border-radius: 5px;
}
.mn-board-info-1 .promotions_set a.lbl{
  font-weight: bold;
  text-decoration: underline;
}
.mn-board-info-1 .promotions_set b{
 color: #E91E63;
}
.mn-board-info-1 .title-p{
  font-weight: normal;
}
.mn-board-info-1 .title-p b{
  font-size: calc(100% + 5px)
}
.mn-board-info-1 .code-p{

  margin-bottom: 10px
}
.mn-board-info-1 .star_rt{
  margin:5px 0;
  height: 16px;
}
.mn-board-info-1 .star_rt i{
  font-size: calc(100% + 5px);
  line-height: calc(100% - 5px);
  width: 21px;
}
.mn-board-info-1 .rows-prices.has-discount{
  position: relative;
  padding-left: 80px;
  margin-bottom: 10px;
}
.mn-board-info-1 .rows-priceshas-discount .official,
.mn-board-info-1 .rows-prices .official{
	font-size: 40px;
	line-height: 37px;
	line-height: 60px;
	color: #ff5621;
	font-family: Impact,Arial ,sans-serif;
	font-style: italic;
	display: inline-block;
	margin-right: 10px;
  font-weight: bold;
}
@media(max-width: 900px){
  .mn-board-info-1 .rows-priceshas-discount .official,
.mn-board-info-1 .rows-prices .official{
  font-size: 30px
}
}
.mn-board-info-1 .prices-update{
	font-size: 20px;

}
.mn-board-info-1 .rows-priceshas-discount .old{
	text-decoration: line-through;
	font-size: 18px;
	display: inline-block;
	margin-top: 25px; 
}
.detail-pri-discounts{
	position: absolute;
	width: 70px;
	height: 59px;
	padding: 5px;
	left: -5px;
	top: -5px;
	color: #ffffff;
	background: #FF5722;
	box-shadow: 10px 10px 11px #0000004a;
}
.detail-pri-discounts .dlb{
  font-size: 11px;
  text-align: center;
}
.detail-pri-discounts .dval{
font-size: 31px;
font-weight: bold;
text-align: center;
}
.detail-pri-discounts.i-smalls .dval{
  font-size: 20px
}
.mn-board-info-1 .wr-time{
  margin-bottom: 10px; 
  margin-top: 15px;
  font-size: calc(100% - 2px)
}
.mn-board-info-1 .wr-time span{
  margin-left: 10px;
  background: #000;
  color: #fff;
  padding: 0 5px;
}
.mn-board-info-1 .wr-time::before{
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f0a1";
  margin-right: 5px
}
.mn-board-info-1 .mn-des{
  padding: 5px 0px;
  text-align: justify;
  line-height: calc(100% + 5px);
  background: #f3f4f8;
  padding: 10px; 
}
.mn-board-info-1 .choose-properties{
  width: calc(50% - 10px);
  float: left;
}
.mn-board-info-1 .choose-properties .c-rows{
  position: relative;
}
.mn-board-info-1 .choose-properties .c-items{
  width: 30px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  margin: 5px;
  display: inline-block;
  border:1px solid #ccc;
  font-size: calc(12px);
  transition: all .2s;
  cursor: pointer; 
  -moz-user-select: none;  
  -ms-user-select: none;  
  user-select: none; 
  position: relative;
}
.mn-board-info-1 .choose-properties .c-items:nth-child(2){
  margin-left: 0px;
}

@media(min-width: 1050px){
  .mn-board-info-1 .choose-properties .c-items:not(.disable):hover{
    border-color: #ffffff;
    box-shadow: 0px 0px 0 1px #000000;
  }
}

.mn-board-info-1 .choose-properties .c-items.active{
  border-color: #ffffff;
  box-shadow: 0px 0px 0 1px #000000;
  position: relative;
  border-bottom-right-radius: 10px
}
.mn-board-info-1 .choose-properties .c-items.active::after{
  content: ' ';
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 10px; 
  left: 0; 
  top: 0; 
  background: #f9f9f9;
  margin: auto;
  color: #000000;
  font-family: 'Line Awesome Brands';
  content: "\f184";
  font-size: 8px;
  color: #E91E63
}
.mn-board-info-1 .choose-properties .c-items.disable{
  cursor: not-allowed; 
}
.mn-board-info-1 .choose-properties .c-items.disable::before {
  content: ' ';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0000000d;
  display: block;
  position: absolute;
  background-image: url(resources/develop/code/img/disable_properties-lbl.png);
  background-size: cover;

  z-index: 1
}
.mn-board-info-1 .pri-addquantity{
  margin-top: 10px;
  padding-top: 10px;
  width: 50%;
  float: right;
}
.mn-board-info-1 .pri-addquantity button{
  width: 100%;
  height: 50px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 50px;
  background: #FF9800;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  display: block;
  border-radius: 5px;
}
.mn-board-info-1 .pri-addquantity .quantity {
  position: relative;
  padding: 0 38px;
  border: 1px solid #e5eaf1;
  height: 50px;
  text-align: center;
  width: 155px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.mn-board-info-1 .pri-addquantity .quantity span{
  position: absolute;
  font-size: 18px;
  top: 0px;
  bottom: 0;
  margin: auto;
  line-height: 50px;
  height: 50px;
  width: 49px;
  background-color: #e5eaf1;
  text-align: center;
  cursor: pointer;
}
.mn-board-info-1 .pri-addquantity .quantity span.left{
  left: -1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mn-board-info-1 .pri-addquantity .quantity span.right{
  right: -1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mn-board-info-1 .pri-addquantity .quantity .text-input{
  line-height: 50px;
  font-weight: bold;
}
.mn-board-info-1 .pri-addquantity button{
  width: calc(100% - 165px);
  float: right;  
} 
@media(max-width: 900px){
  .mn-board-info-1 .pri-group-show{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 10px 20px;
    z-index: 9;
    border-top: 1px solid #ccc;
    box-shadow: inset 0px 6px 10px #ccccccba;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .mn-board-info-1 .pri-addquantity,.mn-board-info-1 .choose-properties{
    width: 100%;
    float: none;
  }
  .mn-board-info-1 .pri-addquantity{
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 10px
  }
  .mn-board-info-1 .pri-group-show .choose-properties .c-rows:not(:first-child),.mn-board-info-1 .pri-group-show .choose-properties .c-rows .js-lbl {
    display: none;
  }
  .mn-board-info-1 .pri-group-show.active .choose-properties .c-rows,.mn-board-info-1 .pri-group-show.active .choose-properties .c-rows .js-lbl {
    display: block !important;
  }
  .mn-board-info-1 .pri-addquantity button{ 
  }
}
@media screen and (max-width: 600px) and (max-height: 650px){
  .mn-board-info-1 .pri-addquantity .quantity,
  .mn-board-info-1 .pri-addquantity button,
  .mn-board-info-1 .pri-addquantity .quantity span,
  .mn-board-info-1 .pri-addquantity .quantity .text-input{
    height: 30px;
    line-height: 30px
  }
  .mn-board-info-1 .pri-addquantity button {
    font-weight: bold;
    text-shadow: 1px 1px #a2170d;
  }
} 
.info-text-products .pri-rows{
	margin-top: 20px
}
/*ed .mn-board-info-1*/


/*bg mn-table-1*/
.mn-table-1{ 
    overflow: hidden;
    width: 100%;
    border-collapse: collapse;
    background: #f3f4f8;
    margin-bottom: 16px;
    border-radius: 5px;
}
.mn-table-1 .l-rows{

} 
.mn-table-1 .l-rows td:nth-child(1){
  width: 30px
}
.mn-table-1 .l-rows td:nth-child(2){
  padding-left: 0px;
  width: 120px
}
.mn-table-1 .l-rows td:nth-child(3){
  padding-left: 0px;
}
.mn-table-1 .l-rows td{
  padding: 10px 10px;
}
.mn-table-1.noicon .l-rows{
  padding-left: 20px;
}
@media(max-width: 800px){
  .mn-table-1 .l-rows{
    width: 50%;
  }
}
@media(max-width: 600px){
  .mn-table-1 .l-rows{
    width: 100%;
    padding: 10px 20px;
    min-height: 66px;
    padding-left: 60px;
  }

}
.mn-table-1 .l-rows i{
  font-size: 20px
}
.mn-table-1 .l-rows{ 
  border-bottom: 1px dashed #d0d0d6
}
.mn-table-1 .l-rows:last-child{
  border-bottom: none
}
.mn-table-1 .l-rows .lbl{
  position: relative;

}
.mn-table-1 .l-rows .lbl strong{ 
  font-weight: bold;
}
.mn-table-1 .l-rows .value{
  position: relative;
  z-index: 1;

}
/*ed mn-table-1*/
 
#getitems_cart{
  margin-bottom: 20px;
}
#getitems_cart h2 {
  display: inline-block;
  font-size: calc(100% - 1px);
  border: 1px dashed #adadad;
  margin: 5px 2px;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: normal;
}
#getitems_cart h2::before{
  content: "\f292";
  font-family: 'Line Awesome Free';
  font-weight: 900;
}


 .mn-rows_title4{
  position: relative;
  text-align: left;
  font-size: calc(100% + 5px);
  font-weight: bold;
  margin-bottom: 20px; 
  text-transform: uppercase; 
}
.mn-rows_title4::before {
  content: ' ';
  width: 50px;
  position: absolute;
  left: 0px; 
  bottom: 0; 
  height: 2px;  
}
 
@media(max-width: 700px){
  .mn-rows_title4{
    font-size: calc(100% + 2px)
  } 
}

.list-relate-view{
  background: #f3f4f8;
  padding: 40px 0;
  margin-top: 20px;
  margin-bottom: 0px
}
.list-relate-view .products-items-main .items{
  width: calc(25% - 10px);
  margin:5px;
  float: left;
}
.list-relate-view .products-items-main .items:nth-child(4n+1){
	clear: left;
}
@media(max-width: 700px){
  .list-relate-view .products-items-main .items{
    width: calc(50% - 10px);
  }
  .list-relate-view .products-items-main .items:nth-child(4n+1){
		clear: unset;
	}
	.list-relate-view .products-items-main .items:nth-child(2n+1){
	clear: left;
}
}
.stop-order i{
  display: block;
  font-size: 50px;
}
.stop-order span{
  color: red;
  display: block;
}

.group-des-tvmh{
	background: #f7d640;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 2px;
	position: relative;
}
.group-des-tvmh.y-hd::before{
	content: '';
	position: absolute;
	width: calc(50% - 5px);
	height: 100%;
	left: 0;
	top: 0;
	background-color: #f3f4f8
}

.group-des-tvmh .gd-left,.form-tvmh-left{
	width: calc(50% - 5px);
	float: left;
	position: relative;
	z-index: 1
}
.form-tvmh-left{
	float: right;
}
@media(max-width: 750px){
	.group-des-tvmh.y-hd::before{
		display: none
	}
	.group-des-tvmh .gd-left,
	.form-tvmh-left{
		width: 100%;
		float: none;

	}
}
.group-des-tvmh li::marker{
	content: '';
}
.line-phone-pro{
	position: relative;
	line-height: 30px;
	display: block;
}
.line-phone-pro a{
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 2px 2px 0px #fff;
	color: #ff1100;
}
/*bg form-tvmh-full*/
.form-tvmh-full{
	padding: 20px; 
}
.form-tvmh-full h3{
	font-weight: bold;
	font-size: calc(100% + 2px);
	text-decoration: underline;
	margin-bottom: 18px;
}
@media(min-width: 750px){
	.form-tvmh-full form .r-rows{
		float: left;
		margin:5px;
	}
	.form-tvmh-full form .r-rows:nth-child(1){
		width: 78px; 
	}
	.form-tvmh-full form .r-rows:nth-child(2),
	.form-tvmh-full form .r-rows:nth-child(3){
		width: calc(50% - 54px);
	}
	.form-tvmh-full form .r-rows:nth-child(4){
		width: calc(100% - 120px)
	}
	.form-tvmh-full form .r-rows:nth-child(5){
		width: 100px
	}
	.form-tvmh-full form .pl-v-input textarea,
	.form-tvmh-full form .pl-v-input button{
		height: 65px
	}
}
@media(max-width: 750px){
	.form-tvmh-full form .r-rows{
		float: left;
		margin:5px;
	}
	.form-tvmh-full form .r-rows:nth-child(1){
		width: 78px; 
	}
	.form-tvmh-full form .r-rows:nth-child(2){
		width: calc(100% - 98px);
	}
	.form-tvmh-full form .r-rows:nth-child(3){
		width: calc(100% - 10px)
	}
	.form-tvmh-full form .r-rows:nth-child(4){
		width: calc(100% - 10px)
	}
	.form-tvmh-full form .r-rows:nth-child(5){
		width: calc(100% - 10px)
	}
	.form-tvmh-full form .pl-v-input textarea,
	.form-tvmh-full form .pl-v-input button{
		
	}
	.form-tvmh-full .pl-v-input input,.form-tvmh-full .pl-v-input select,.form-tvmh-full .pl-v-input textarea{
		border:none;
	}
}

/*ed form-tvmh-full*/
/*bg form-tvmh-left*/
.form-tvmh-left{
	padding: 20px; 
}
.form-tvmh-left h3{
	font-weight: bold;
	font-size: calc(100% + 2px);
	text-decoration: underline;
	margin-bottom: 5px;
}
.form-tvmh-left form .r-rows{
	float: left;
	margin:5px;
}
.form-tvmh-left form .r-rows:nth-child(1){
	width: 78px; 
}
.form-tvmh-left form .r-rows:nth-child(2){
	width: calc(100% - 98px);
}
.form-tvmh-left form .r-rows:nth-child(3){
	width: calc(100% - 10px)
}
.form-tvmh-left form .r-rows:nth-child(4){
	width: calc(100% - 10px)
}
.form-tvmh-left form .r-rows:nth-child(5){
	width: calc(100% - 10px)
}
.form-tvmh-left form .pl-v-input textarea,
.form-tvmh-left form .pl-v-input button{
	height: 65px
}
.form-tvmh-left .pl-v-input input,.form-tvmh-left .pl-v-input select,.form-tvmh-left .pl-v-input textarea{
	border:none;
}
/*ed form-tvmh-left*/

.group-btn-btv{
	max-width: 510px;
	margin-top: 20px
}
.group-btn-btv button{
	background: #f7d640;
    border: none;
    height: 50px;
    padding: 0 30px; 
    font-weight: bold;
    border-radius: 5px; 
    width: calc(50% - 5px);
    float: left; 
    color: #414141;
    outline: none;
    cursor: pointer; 
    border:1px solid;
    border-color: #f7d640
}
.group-btn-btv button:last-child{ 
	float: right;
	background: #414141;
	color: #f7d640;
	border-color: #414141
}
.group-btn-btv button i{
	font-size: 26px;
	line-height: 19px;
}
.group-btn-btv button[hover]:hover{
	 background: #ffffff;
	 color: #f7d640;
	 border-color: #f7d640
}
.group-btn-btv button[hover]:last-child:hover{
	 background: #ffffff;
	 color: #414141;
	 border-color: #414141
}
@media(max-width: 500px){
	.group-btn-btv button i{
		font-size: 20px
	}
}
/*bg group-tvsp-address*/
.group-tvsp-address i{
	font-size: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	margin:auto;
}
.group-tvsp-address{
	padding: 20px 0;
	display: block;
	position: relative; 
}
.group-tvsp-address h6{ 
	position: relative;
	padding-left: 30px
}

/*ed group-tvsp-address*/
/*bg group-ccv*/
.group-ccv{
	margin:15px 0;
}
.group-ccv p i{
	color: #19a21f;
}
.group-ccv p{ 
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f7d640;
	max-width: 510px;
	color: #414141;
}
.group-ccv p:last-child{

}
/*ed group-ccv*/
.groups-detaildes{
	padding: 20px 0
}
.groups-detaildes .mn-des{
	line-height: 30px;
}

/*bg popup-order-single*/
.popup-order-single.ly-popup .ly-pp-content{
	background: #FFC107;
}
.popup-order-single.ly-popup .ly-pp-title{
	font-weight: bold;
}
.popup-order-single.ly-popup .ly-pp-body .r-rows button{
	background: #313131
}
/*ed popup-order-single*/