/* cart-center */
.cart-center {
	background-color: #F9F9F9;
	/* padding-top: 15px;
	padding-bottom: 45px; */
}
.carts{
	padding: 15px;
	background-color: #fff;
	margin: 0 15px;
	border-radius: 3px;
	margin-bottom: 2px;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.cart-box{
	border-bottom: 1px dashed #DDDDDD;
	padding-bottom: 15px;
	margin-bottom: 17px;
	display: flex;
}
.cart-box:nth-child(3){
	border-bottom-style:solid;
}
.cart-box:last-child{
	border: none;
	padding-bottom:0;
	margin-bottom: 10px;
}
.price-title p{
	font-size: 15px;
	margin: 0
}
.cart-box-right .price{
	text-align: right;
	color: #D33348;
	font-size: 16px;
	font-weight: bold;
}
.cart-box-right .price u{
	color: #D33348;
}
.price-title span{
	font-size: 13px;
	color:#979797;
}
.cart-box-left{
	width: 68%;
}
.cart-box-center{
	width: 32%;
}
.cart-box-right{
	width: 30%;
}
.price-cart{
	padding-top: 8px;
	text-align: center;
}
.price-cart .blue{
	color: #17C184;
	font-weight: bold;
}
.price-cart .red{
	color: #D33348;
	font-weight: bold;
}
.price-cart .green{
	color: #3CBBF2;
	font-weight: bold;
}
.kind-product-cart{
	font-size: 13px;
	color: #979797;
}
.quantity-button {
	display: flex;
	/* padding-left: 50px;
	padding-bottom: 20px; */
}

.quantity-button button {
	padding: 10px;
	display: inline-flex;
	background-color: #FFFFFF;
	outline: none;
}

.quantity-button .button-left {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.quantity-button .button-right {
	border-top: 1px solid #DDDDDD;
	border-left: none;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.quantity-button input {
	width: calc(100% - 74px);
	border-right: none;
	border-left: none;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
	outline: none;
	background: #fff;
	padding: 0px 0px;
}

.quantity-button .blue svg path {
	fill: #59CAAF;
}

.quantity-button .red svg path {
	fill: #D33348;
}

.sold-out-button {
	padding: 3px 8px;
	background-color: #444444;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 11px;
	display: inline-block;
}

.sold-out .quantity-button .red svg path {
	fill: #DDDDDD !important;
}

.sold-out .quantity-button .blue svg path {
	fill: #DDDDDD !important;
}
.cart-info ul li{
	display: flex;
	padding: 7px 0px;
}
.cart-info ul li .title{
	width: 180px;
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
}
.cart-info ul li .des {
	width: calc(100% - 120px);
	display: inline-block;
	font-size: 13px;
}
.title-list{
	position: relative;
}
.setup-cart{
	position: absolute;
	right: 0;
}
.setup-cart a{
	font-size: 13px;
	color: #979797;
	font-weight: normal;
}
.cart-order{
	margin: 0 15px;
	display: flex;
}
.cart-order-left{
	width: 60%;
	text-align: right;
}
.cart-order-left p{
	font-size: 13px;
	margin: 0; 
}
.cart-order-left a{
	color: #3CBBF2;
}
.cart-order-right{
	width: 100%;
	/* padding-left: 25px; */
}
.cart-order-right button{
	border: 1px solid #006837;
	border-radius: 3px;
	color: #fff;
	background-color: #006837;
	width: 98%;
	padding-top: 8px;
	padding-bottom: 8px;
}
.cart-box-center .button-mobile {
	/* display: none; */
}
.img-product-cart{
	float: left;
	max-width: 65px;
	max-height: 65px;
	overflow: hidden;
	border-radius: 3px;
	margin-right: 10px;
	/* display: none; */
}
.img-product-cart img{
	width: 100%;
	height: auto;
	border: 1px solid #DDDDDD;
    border-radius: 3px;
    box-sizing: border-box;
}

.search-index {
	display: flex;
	margin-bottom: 15px;
  }
  
  .search-index button {
	padding: 10px;
	display: inline-flex;
	border: none;
	background-color: #3CBBF2;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
  }
  
  .search-index input {
	width: calc(100% - 44px);
	border-right: none;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px 15px;
	font-size: 14px;
	color: #444444;
	outline: none;
  }
  
  .search-index ::placeholder {
	font-size: 14px;
	color: #979797;
  }






.full-partner{
	background-color: #f4f8fa;
	/* padding-bottom: 100px; */
}
.partner-img{
	background-color: #fff;
	width: 170px;
	height: 128px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	align-items: center;
	border-radius: 6px;
	display: flex;
	margin-bottom: 25px;
	justify-content: center;
}
.partner-title{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.partner-title h3{
	color: #D33348;
	font-size: 32px;
	font-weight: bold;
}



.partner-img{
	margin:auto;
	margin-bottom: 16px;
	width: auto;
	height: 12rem;
	text-align: center;
}
.partner-img img{
	width: 80%;
	text-align: center;
}


.name-product-cart{
	font-family: Roboto, sans-serif !important;
	/* font-size: 16px !important; */
	/* font-weight: 500 !important; */
}

@media only screen and (max-width: 990px){
	.cart-box-right{
		display: none;
	}
	.cart-box:last-child .cart-box-right{
		display: block;
		width: 35%;
	}
	.cart-box:last-child .cart-box-center{
		/* width: 65%; */
	}
	.name-product-cart{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.cart-box-left{
		width: 65%;
	}
	.cart-box-center{
		width: 35%;	
	}
	.cart-box-center .quantity-button{
		padding-left: 0px;
		padding-bottom: 0px;
	}
	.cart-box-center .button-mobile {
		display: flex;
	}

	.search-index input {
		width: calc(80% + 25px);
	}
	.search-index .filter-mobile {
		display: inline-flex;
		width: 20%;
		align-items: center;
		justify-content: center;
	}
	.search-index .filter-mobile a {
		display: inherit;
	}


	.full-service ul li{
		margin-right: 5px;
	}
	.partner-img{
		margin:auto;
		margin-bottom: 16px;
		width: auto;
		height: 12rem;
	}
	.partner-row-1{
		margin-bottom: 0;
	}
	.about-new-img{
		height: auto;
	}
	.about-new{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 426px) {
	.img-product-cart{
		display: inline-table;
	}
	.cart-info ul li .title{
		width: 120px;
	}
	.cart-order{
		display: grid;
	}
	.cart-order-left{
		order: 2;
		width: 100%;
	}
	.cart-order-left p{
		text-align: center;
	}
	.cart-order-right{
		order: 1;
		width: 100%;
		padding-left:0;
		margin-bottom: 20px;
	}
	.cart-order-right button{
		width: 100%;
	}
	.carts{
		margin: 0;
		margin-bottom: 2px;
	}
	.cart.mobile{
		margin: 0;
		padding: 0;
		background-color: #F9F9F9;
		box-shadow: none;
		margin-bottom: 15px;
	}
	.price-cart{
		text-align: right;
		margin-bottom: 5px;
	}
	.cart-box:last-child .cart-box-left{
		/* display: none; */
	}
	.breadcrumb{
		padding-top: 15px;
		padding-left: 0px;
	}

	.search-index {
		margin-top: 20px;
	}


	.partner-img{
		width: auto;
		margin-bottom: 0;
		height: 12rem;
	}
	.partner-img img{
		width: 121px;
		height: auto;
	}
	.partner-row-1{
		margin-bottom: 0px;
	}
	.col-xs-6{
		padding: 0 5px;
		margin-bottom: 10px; 
	}
	.full-partner{
		padding-bottom: 60px;
	}
	.about-new{
		margin-bottom: 20px;
	}
	.about-new-img{
		height:auto;
	}
}


