/******************************************************************************************
******************************************************************************************

---主題色系---
預設：藍綠色default：#00c4cc / hover-#00b0b7
藍色blue：#4285f4 / hover-#0d5bdd
紅色red：#ea4335 / hover-#bf2114
深灰色dark：#233446 / hover-#3d5a79
紫色purple：#6a3be4 / hover- #4619b9
奶茶色milktea：#E1A679 / hover- #d37c3a


白色：#fff
深灰：#666
淺灰：#e3e3e4
border-radius: 0.3rem;

******************************************************************************************
******************************************************************************************/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body{
	min-height: 100vh;
	background: #fff;
	font-family: 'Microsoft JhengHei', sans-serif;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
}

img{
	width: 100%;
	max-width:100%;
	height: auto;
	vertical-align: middle;
}

a,
a:hover,
a:focus{
	text-decoration: none;
	color: #111;
}

	section {
    width: 480px;
    padding: 0;
	   margin:auto;
}
	.container,
	.container-fluid {
    	width: 100%;
			max-width: 480px;
			padding: 0;
			overflow: hidden;
  	}

.text-primary {
	color: #00c4cc!important;
}


/******************************************************************************************

Extra small devices (portrait phones, less than 576px)

******************************************************************************************/


@media (max-width: 320px) {
	.container,
	.container-fluid,
  .Cart-container {
    	width: 100vw;
			max-width: 100vw;
			overflow: hidden;
  	}

}
@media (max-width: 480px) {
	section {
    width: 100vw;
		max-width: 100vw;
		overflow: hidden;
}
	.container,
	.container-fluid,
  .Cart-container {
    	width: 100vw;
			max-width: 100vw;
  	}
}

/******************************************************************************************

Small devices (landscape phones, 576px and up)

******************************************************************************************/
@media (min-width: 576px) and (max-width: 767px) {
	.container,
	.container-fluid,
  .Cart-container {
    	max-width: 480px;
  	}
}

/******************************************************************************************

Medium devices (tablets, 768px and up)

******************************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
	.container,
	.container-fluid,
  .Cart-container {
    	max-width: 480px;
  	}
}
/******************************************************************************************

Large devices (desktops, 992px and up)

******************************************************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
	.container,
	.container-fluid,
  .Cart-container {
    	max-width: 480px;
  	}
}
/******************************************************************************************

Extra large devices (large desktops, 1200px and up)

******************************************************************************************/

@media (min-width: 1200px) {
	.container,
	.container-fluid,
  .Cart-container {
    	max-width: 480px;
  	}
}




/******************************************************************************************
******************************************************************************************

Top Menu Area

******************************************************************************************
******************************************************************************************/

.brand-logo img {
	height: 45px;
}

button.btn-menu {
	border:none;
}

button.btn-menu .fa-bars {
	color: #00c4cc;
	font-size: 24px;
}
button.btn-menu .fa-bars:hover,
button.btn-menu .fa-bars:focus {
	color: #666;
}
.navbar-menu{
	background: #00c4cc;
}
.navbar-menu a
.navbar-menu a:hover,
.navbar-menu a:focus {
	text-decoration: none;
	color: #fff;
}
nav#menu ul li{
	list-style: none;
	font-size: 1rem;
}
.navbar-menu .menu-link{
	border-top: 1px dashed rgba(255, 255, 255, .5);
}

/******************************************************************************************
******************************************************************************************

Float Button Area

******************************************************************************************
******************************************************************************************/
.btn-float {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 999;
  color: #FFF;
  background: #00c4cc;
  border-radius: 50%;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 999;
  border-radius: 50%;
  background: url(../images/gotop.svg) no-repeat center 50%;
  background-size: contain;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .6;
}
.no-touch .cd-top:hover {
  background-color: #00c4cc;
  opacity: 1;
}


/******************************************************************************************
******************************************************************************************

Float Modal Area

******************************************************************************************
******************************************************************************************/
.shareb{
	margin-bottom:20px;
	padding:0 65px;
}
.sharefb{
	float:left;
	margin-right:10px;
	padding:0;
	margin-top:-4px;
}
.sharegp{
	float:left;
}
.sharegp .___plus_0,
.sharegp iframe {
     width: 60px!important;
}
.float-content {
	background-color: rgba(0, 0, 0, 0.7);
}
.float-close {
	color: #fff;
}
.float-close:hover,
.float-close:focus,
.float-close:active {
	color: rgba(255, 255, 255, 0.7);
}
.float-header {
	border-bottom: none;
}
.float-menu {
	color: #fff;
	margin: 0 30px;
	/*height:60px;*/
	/*float:left;*/
}
.float-menu a {
	border: 1px solid #fff;
	padding:8px;
	margin: 0 8px;
	border-radius: 0.3rem;
	color:#FFF;
  text-align: center;
  /*height:60px;*/
}

.float-menu span.menu-text {
    display: block;
    font-size: 14px;
}
.float-menu a:hover,
.float-menu a:focus,
.float-menu a:active {
	background: #00c4cc;
}


.float-menu img {
	height: 20px;
/*	padding-right: 8px;*/
	margin-bottom: 5px;
}

.float-search,
.float-icongroup {
	margin-top: 30px;
}
.search-icon {
	background: #999;
	color: #fff;
	font-size: 18px;
}
.float-icongroup .row{
	padding: 0;
	margin: 0;
}
.float-icongroup .icon-group {
	margin: 0 30px;
}
.float-icongroup .icon-group li {
	padding:12px 0;
	list-style-type: none;
}
.float-icongroup .icon-share img {
	width: 50px;
	height: 50px;
}


/******************************************************************************************
******************************************************************************************

Gallery Area

******************************************************************************************
******************************************************************************************/
.gallery .title {
	margin: 30px 0;
	color: #666;
}
.gallery-album {
	padding: 0 12px;
}
.gallery-txt {
  background: rgba(247, 147, 30, 0.2);
  border-radius: .3rem;
  margin-bottom: 30px;
}
.phos {
	padding: 12px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.phot {
	margin-top: 8px;
	margin-bottom: 40px;
	color: #666;
}
.phot:before {
	background:#FFC107;
	height:3px;
}
figure.photo {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  background: #FFF;
  text-align: center;
  margin: 0;
  margin-bottom: 12px;
}
figure.photo * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.photo img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
figure.photo figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  z-index: 99;
  display: none;
}
figure.photo:hover::after {
    position: absolute;
    z-index: 1;
    background-color: black;
    opacity: 0.7;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    display: none;
}
figure.photo h4,
figure.photo p {
  margin: 0px 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
  z-index: 99;
}
figure.photo h4 {
  word-spacing: -0.15em;
  font-size: 1.375rem;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.photo p {
  font-weight: 200;
  margin-top: 16px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.photo a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.photo:hover img {
  /*opacity: 0.7;*/
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  overflow: hidden;
}
figure.photo:hover figcaption h4 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: 999;
}
figure.photo:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  z-index: 999;
}
figure.photo:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}



/******************************************************************************************
******************************************************************************************

Photos LightBox Area

******************************************************************************************
******************************************************************************************/

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 15px;
}

.gallery-item {
  padding: 0;

}

.gallery-figure {
  display: block;
  margin: 0 10px;
}

.gallery-figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gallery-lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.gallery-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 15vw;
  top: 20vh;
  width: 70vw;
  height: 60vh;
  background-color: ;
}

.gallery-button-close {
  position: absolute;
  right: -50px;
  top: -50px;

  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.65);
}

.gallery-button-previous {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);

  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.65);
}

.gallery-button-next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);

  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.65);
}
.gallery-button-close:hover,
.gallery-button-previous:hover,
.gallery-button-next:hover{
  background-color: rgba(255, 255, 255, 0.55);
}

.gallery-navigation {
  list-style: none;
  padding: 0;
  margin: 0;

  position: absolute;
  display: flex;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}

.gallery-navigation-button {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 3px;
}

.gallery-navigation-button.active {
  background-color: rgba(255, 255, 255, 0.95);
}



/******************************************************************************************
******************************************************************************************

Product Area

******************************************************************************************
******************************************************************************************/
.product-container {
	padding: 0 15px;
}
.plist {
	margin-bottom: 40px;
	padding: 0 15px;
}
.plist a {
	color: #666;
	text-decoration: none;
}
.plist a:hover,
.plist a:focus,
.plist a:active {
	color: #00c4cc;
}

.plist h3 {
	font-size: 1.25rem;
}

.plist h3.ell {
	    display: -webkit-box;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    height: 45px;
}
.plist figure {
	width: 100%;
	height: auto;
  margin-bottom: 8px;
	overflow: hidden;
}

.plist figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	overflow: hidden;
}

.plist figure:hover img , .plist figure:focus img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	overflow: hidden;
}
.plist .old {
	color: #666;
    text-align: left;
    font-size: 0.8rem;
    text-decoration: line-through;
    padding: 0;
    display: inline;
}
.plist .price {
	color: #00c4cc;
    text-align: right;
    font-size: 1rem;
    font-weight: bold;
    padding: 0;
    padding-left: 10px;
    display: inline;
    float:right;
}



/******************************************************************************************
******************************************************************************************

Product Detail Area

******************************************************************************************
******************************************************************************************/
.pdetail-container {
	padding: 0 15px;
}
.pdimg,
.pd-option {
	padding: 0;
}
.pdcont h3{
	margin-top: 20px;
}
.pdcont span.old {
	color: #666;
    text-align: left;
    font-size: 1rem;
    text-decoration: line-through;
    padding: 0;
    padding-right: 30px;
    display: inline;
}
.pdcont span.price {
	color: #00c4cc;
    text-align: right;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0;
    display: inline;
}
.pd-option .form-group {
	padding: 0;
	border-radius: 0.3rem;
}
.option-title h3 {
	color: #00c4cc;
	font-size: 1rem;
}
.btn {
	outline: none;
	box-shadow: none;
}
.btn-primary {
	background: #00c4cc;
	border-color: #00c4cc;
	border-radius: 0.3rem;
	color: #fff;
	margin-bottom: 20px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #00b0b7;
	border-color: #00b0b7;
	color: #fff;
}
.btn-white {
  background: transparent;
  border-color: #fff;
  border-radius: 0.3rem;
  color: #fff;
  margin-bottom: 20px;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.pdinfo {
	/*margin-top: 30px;*/
  text-align: justify;
}
.pdinfo table {
    width: 100%!important;
    max-width: 100%!important;
    margin-bottom: 1rem;
    background-color: transparent;
 }
.pdinfo .nav-item a {
  color: #666;
}
.pdinfo .nav-item a:hover,
.pdinfo .nav-item a:focus {
	color: #fff;
  background:rgba(0, 196, 204, 0.75);
}
.pdinfo .nav-item a:active {
  color: #666;
  background: #e3e3e4;
}
.pdinfo .tab-content{
	margin: 15px;
}
.pdinfo .nav-fill .nav-item {
  font-size: 1.125rem;
}
#option-primary {
	width: 100%;
	margin-top: 12px;
	-moz-appearance:none;
    -webkit-appearance:none;
    padding: 4px 12px;
    background-color:#FFF;
    background-image: url(../images/arrow-down.svg) ;
    background-size:18px ;
	background-repeat: no-repeat;
	background-position: 96% 50%;
    border-radius: .3rem;
}

#option-primary select::-ms-expand {
    display: none;
}



/******************************************************************************************
******************************************************************************************

Cart List Area

******************************************************************************************
******************************************************************************************/
.Cart-container {
	overflow: hidden;
  position: relative;
  z-index: 1;
}
/* start shoplist container */
.shoplist{
	margin-top: 40px;
}
.shoplist table , tr , td{
	font-size: 	0.875rem;
}
.shoplist td:nth-child(1){
	width: 30%;
}
.shoplist table p{
	font-size: 	0.875rem;
	margin: .5rem;
}
.shoplist .pct{
	border-top: none;
	padding-top: 0;
}

.nct{
	color: #ff8416;
}
.carttitle{
	border-bottom: 4px solid #535353;
}
.carttitle h3{
	font-size: 1.125rem;
}
.product{
	margin-top: 0.75rem;
}
.product .col-5{
	padding-left: 0;
}
.item p , .item span.promote{
	font-size: 0.813rem;
	margin-bottom:0;
}
.item{
	margin-left: -20px;
}
.item span.detail{
	font-size: 0.75rem;
}
.item span.promote a{
	text-decoration: underline;
	font-size: 0.875rem;
}
.bct{
	border-bottom: 1px dotted #c9caca;
    height: 0px;
    margin: 0px;
}
.price{
	font-size: 1rem;
}
.oriprice{
	text-decoration: line-through;
	font-size: 0.75rem;
}
.delete img{
	width: 25px;
}
/* end shoplist container */

/* start quantity style */
.cart-qty{
	margin-left: -30px;
}
.qty{
	width: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #bfbfc0;
    border-top: 1px solid #bfbfc0;
	-webkit-appearance: none;
    border-radius: 0;
}

button.qtyqtyminus{
	width: 25px;
	background-color: #fff;
	border: 1px solid #bfbfc0;
	padding: 0;
    margin-right: -4px;
    -webkit-appearance: none;
    border-radius: 0;
}

button.qtyadd{
	width: 25px;
	background-color: #fff;
	border: 1px solid #bfbfc0;
	padding: 0;
    margin-left: -4px;
    -webkit-appearance: none;
    border-radius: 0;
}
button.qtyadd .fa,
button.qtyqtyminus .fa {
	font-size: 0.875rem;
    color: #434343;
}
/* end quantity style */

/* start delivery container */
.delivery{
	margin-top: 30px;
}

/* end delivery container */

/* start payment container */
.payment{
	margin-top: 30px;
}
/* end payment container */


/* start cartdetail container */
.cartdetail{
	margin-top: 30px;
	margin-bottom: 40px;
}
.cart-sum .table td{
	border-top:none;
}
/* end cartdetail container */
.btn-outline-primary {
	color: #00c4cc;
	border-color: #00c4cc;
	margin-bottom: 20px;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
	color: #fff;
	background: #00c4cc;
	border-color: #00c4cc;
}



/******************************************************************************************
******************************************************************************************

Checkout Area

******************************************************************************************
******************************************************************************************/
.Checkout-container {
	padding: 0 15px;
}
.Checkout-container label a,
.Checkout-container label a:hover,
.Checkout-container label a:focus {
	color: #00c4cc;
}
/* start shopinfo container */
.shop-info{
	margin-top: 40px;
}
.shop-info h3{
	font-size: 1.25rem;
	color: #666;
}
.shop-info h3.sucess{
	color: #00c4cc;
}
.form-group label{
	display: block;
	color: #000;
	margin-bottom: .375rem;
	margin-top: .35rem;
}
.form-group input[type=text]{
	width: 100%;
	/*border: 1px solid #666;*/
	padding: 6px;
	border-radius: .3rem;
	background: #FFF;
}
.form-group input:focus,
.form-group textarea:focus,
 .form-control:focus {
	border-color: #00c4cc;
}
.radio label,.checkbox label{
	display: inline-block;
	margin-right:8px;
}

.shop-info #district , .shop-info #conuty {
	width: 100%;
	margin-top: 12px;
	-moz-appearance:none;
    -webkit-appearance:none;
    padding: 4px 12px;
    background-color: #FFF;
    background-image: url(../images/arrow-down.svg) ;
    background-size:18px ;
	background-repeat: no-repeat;
	background-position: 96% 50%;
    border-radius: .3rem;
}
.shop-info #district{
	margin-top: 24px;
}
/* end shopinfo container */
/* start shopdetail container */
.shop-detail p{
	color: #00c4cc;
	margin-bottom: 0.5rem;
}
/* end shopdetail container */

/* start shopmemo container */
.shop-memo{
	margin-top: 30px;
	margin-bottom: 50px;
}
.memo{
	width: 100%;
	margin-top: 12px;
	border-radius: .3rem;
}
.memo:focus{
	border: 1px solid #00c4cc;
}
#termCheck{
	width: 18px;
	height: 18px;
	border: 1px solid #666;
	background: #fff;
	border-radius: .3rem;
}
/* end shopmemo container */

/* start modal container */
.modal-body h5{
	font-size: 0.875rem;
}
.modal-body p{
	font-size: 0.625rem;
}
.modal-body ol ,.modal-body li{
	font-size: 0.625rem;
}
.modal-footer .btn-close{
	border:  1px solid #666;
	border-radius: .3rem;
	background: #FFF;
	color: #666;
}
/* start modal container */



/******************************************************************************************
******************************************************************************************

Sucess Area

******************************************************************************************
******************************************************************************************/
.Sucess-container {
	padding: 0 15px;
}
.Sucess-container .table td,
.Sucess-container .table th {
	padding: .75rem;
}
/* start payinfo container */
.pay-info{
	margin-top: 30px;
}
.pay-info table , tr , td{
	font-size: 	0.875rem;
}
.pay-info td:nth-child(1){
	text-align: right;
}
.pay-info td:nth-child(2){
	color: #ff8416;
	font-weight: bolder;
	font-size: 1.125rem;
}
.pay-info td:nth-child(2) a{
  color: #ff8416;
  -webkit-color: #ff8416;
  -moz-color: #ff8416;
}
.pay-info p{
	font-size: 	0.8rem;
}
.pay-info span{
	color: #ff8416;
	font-size: 	0.8rem;
}

/* end payinfo container */



/* start orderinfo container */
.order-info{
	margin-top: 30px;
}
.order-info td:nth-child(1){
	width: 30%;
	text-align: right;
}
.order-info td:nth-child(2) a{
  color: #ff8416;
  -webkit-color: #ff8416;
  -moz-color: #ff8416;
}
.order-info span{
	color: #ff8416;
}
/* start orderinfo container */



/* start cartalert container */
.cart-alert{
	margin-top: 20px;
	margin-bottom: 30px;
}
.cart-alert h5{
	font-size:1rem;
}
.cart-alert span{
	color: #ff8416;
	font-size: 	1.188rem;
}
/* end cartalert container */



/******************************************************************************************
******************************************************************************************

Member Center Area

******************************************************************************************
******************************************************************************************/
.Member-container {
	padding: 0 15px;
}
.Member-container h4.card-title {
	font-size: 1.125rem;
}
.Member-container .minfo,
.Member-container .mcont,
.Member-container .mform {
	margin-top: 15px;
}
.Member-container .minfo, {
	padding-bottom: 15px;
}
.Member-container .mcont  [class^=col-],
.Member-container .mform [class^=col-] {
	padding: 0;
}

.Member-container .minfo h3 {
	color: #00c4cc;
	font-weight: bold;
	font-size: 1.25rem;
}


.Member-container .mcont a {
	color: #666;
	-webkit-transition: .5s ease;
  	transition: .5s ease;
}
.Member-container .mcont a:hover,
.Member-container .mcont a:focus,
.Member-container .mcont a:active {
	background: rgba(0, 0, 0, 0.125);
}

.Member-container .mcont span {
	font-size: 1rem;
}

.Member-container #district {
  margin-top: 36px;
}



/******************************************************************************************
******************************************************************************************

Member Order Area

******************************************************************************************
******************************************************************************************/
.Order-container,
.Pages {
	padding: 0 15px;
}

.Order-container .ocont  [class^=col-],
.Order-container .odetail [class^=col-] {
	padding: 0;
}
.Order-container .minfo h3 {
	color: #00c4cc;
	font-weight: bold;
	font-size: 1.25rem;
}
.Order-container h4.card-title {
	font-size: 1.125rem;
	margin-top: 15px;
	border-top: 1px solid rgba(0,0,0,.125);
	padding: 1.25rem;
	padding-bottom: 0;
}
.Pages {
	margin-top: 15px;
}
.Pages .page-link {
	color: #00c4cc;
}
.Pages .page-link:hover,
.Pages .page-link:focus,
.Pages .page-link:active {
	border-radius: 0.3rem;
	color: #00c4cc;

}
.Order-container .ocont a {
	color: #666;
	-webkit-transition: .5s ease;
  	transition: .5s ease;
}
.Order-container .ocont a:hover,
.Order-container .ocont a:focus,
.Order-container .ocont a:active {
	background: rgba(0, 0, 0, 0.125);
}
.Order-container .ocont ul {
	margin-bottom: 0;
}
.Order-container .ocont ul li {
	font-size: 1.125rem;
	line-height: 1.5rem;
}
.Order-container .ocont li span.onum,
.Order-container .ocont .detail-section2 li span.oalert {
	color: #00c4cc;
}
.Order-container .ocont .fa {
	font-size: 1.5rem;
	position: absolute;
    top: 45%;
    right: 15px;
}
.Order-container .ocont .detail-section1 ul li,
.Order-container .ocont .detail-section2 ul li {
	font-size: 1rem;
	line-height: 1.25rem;
	letter-spacing: 2px;
}
.Order-container .ocont .detail-section1:hover,
.Order-container .ocont .detail-section2:hover {
	background: rgba(0, 0, 0, 0.125);
}
.Order-container .ocont .detail-section3 h4.card-title {
	border-top: none;
	padding: 0;
}
.Order-container .ocont .detail-section3 .shoplist {
	margin-top: 0;
}

/******************************************************************************************

Extra small devices (portrait phones, less than 576px)

******************************************************************************************/
@media (max-width: 320px) {
	.float-menu,
	.float-icongroup .icon-group {
		margin: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
	}
	.float-icongroup .icon-share img {
		width: 45px;
		height: 45px;
	}
  .float-menu {
    /*height: 75px;*/
  }
	.float-menu a {
		padding: 4px;
		margin: 0 3px;
		/*margin-left: -5px;*/
    /*height: 70px;*/
	}
	.float-menu img {
		padding-right: 0;
		margin-bottom: 3px;
    height: 20px;
	}
	.float-menu span.menu-text {
    display: none;
  }
	figure.photo:hover figcaption::before {
	    top: 20px;
	    bottom: 20px;
	}
	figure.photo:hover figcaption h4{
	    opacity: 0;
	}
	figure.photo p{
	    margin-top: -155px;
	    font-size: 0.875rem;
	}
	.plist h3 {
		font-size: 1.25rem;
	}
	.plist h3.ell {
	    display: -webkit-box;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    height: 43px;
	}
	.plist .old {
		text-align: left;
		font-size: 0.75rem;
		display: block;
	}
	.plist .price{
		font-size: 1rem;
		text-align: left;
		display: block;
	}
	.Sucess-container .table td,
	.Sucess-container .table th {
		padding: .5rem;
	}
}


@media (max-width: 360px) {
  .cover-float {
    right: 38px;
  }
  .cover-top {
    right: 38px;
  }
  .art_top {
    right: 68px;
  }
	.shareb{
		padding:0 45px;
	}
}


@media (max-width: 480px) {
	.float-menu,
	.float-icongroup .icon-group {
		width: 100%;
		margin: 0 auto;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
	}
  .float-menu {
    /*height: 65px;*/
  }
	.float-menu a {
		padding: 4px;
		margin: 0 8px;
		/*margin-left: -8px;*/
    /*height: 55px;*/
    text-align: center;
	}
	.float-menu img {
		padding-right: 0;
		margin-bottom: 3px;
    height: 20px;
	}
	figure.photo:hover figcaption::before {
	    top: 20px;
	    bottom: 20px;
	  }
	figure.photo:hover figcaption h4{
	    opacity: 0;
	  }
	figure.photo p{
	    margin-top: -85px;
	    font-size: 1.2rem;
	  }
	.plist h3 {
		font-size: 1.25rem;
	}
	.plist .old {
		text-align: left;
		font-size: .75rem;
		display: block;
	}
	.plist .price{
		font-size: 1rem;
		text-align: left;
		display: block;
    padding-left: 0;
	}

}


@media (max-width: 425px) {
  .plist h3 {
    font-size: 1rem;
    text-align: justify;
  }
  .plist h3.ell {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      height: 50px;
  }
}
/******************************************************************************************

Small devices (landscape phones, 576px and up)

******************************************************************************************/

@media (min-width: 576px) and (max-width: 767px) {
  figure.photo h4,
  figure.photo p{
    margin: 8px 0 5px;
  }
  figure.photo h4{
    font-size: 1.2rem;
  }
  figure.photo p{
    margin-top: 0;
  }
  .cover-float {
    right: 15px;
  }
  .cover-top {
    right: 15px;
  }
}



/******************************************************************************************

Medium devices (tablets, 768px and up)

******************************************************************************************/

@media (min-width: 768px) and (max-width: 991px) {
  figure.photo h4,
  figure.photo p{
    margin: 8px 0 5px;
  }
  figure.photo h4{
    font-size: 1.25rem;
  }
  figure.photo p{
    margin-top: 0;
  }
}


/******************************************************************************************

Extra large devices (large desktops, 1200px and up)

******************************************************************************************/

@media (min-width: 1200px) {
	.gallery-navigation{
	    bottom: -140px;
	}
	.Sucess-container .table td,
	.Sucess-container .table th {
		padding: .75rem;
	}

}


/******************************************************************************************
******************************************************************************************

Animate

******************************************************************************************
******************************************************************************************/


@keyframes bgshrink {
    0% {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }
    100% {
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1)
    }
}

.outimg{
	max-width:none;
}