.supplies {
	padding: 10px 20px 0;
}

.supplies .title {
	border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.supplies .title h3 {
    color: #00632E;
    font-size: 14px;
    font-weight: 700;
}


.supplies .list {
	margin-bottom: 62px;
}
.supplies .list li {
	position: relative;
}
.supplies .list li .heart {
	position: absolute;
	left: 132px;
    bottom: 10px;
    z-index: 2;
	font-size: 8px;
	font-weight: 500;
	color: #7d7d7d;
	padding-left: 16px;
	background: url("../images/ico-heart.svg")no-repeat 0 4px / 10px;
}
.supplies .list li.on .heart {
	background: url("../images/ico-heart-on.svg")no-repeat 0 4px / 10px;
}
.supplies .list li a {
	border-bottom: 1px solid #C4C4C4;
	padding: 10px 0;
}
.supplies .list li .thumb {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-right: 10px;
}
.supplies .list li .thumb img {
	width: 100%;
}
.supplies .list li .info {
	flex: 1;
}
.supplies .list li .name {
	font-size: 14px;
	letter-spacing: -0.2px;
	font-weight: 500;
}
.supplies .list li .simply {
	height: 28px;
    line-height: 1.3;
	font-size: 10px;
	letter-spacing: -0.2px;
	margin-bottom: 2px;
	color: #7d7d7d;
}	
.supplies .list li .simply .cell {
	vertical-align: middle;
}
.supplies .list li .simply p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    padding-right: 10px;
}
.supplies .list li .price {
	color: #4AA61B;
	font-size: 12px;
	font-weight: 500;
}
.supplies .list li .price:after {
	content: 'VND';
	display: inline-block;
	font-size: 10px;
	margin-left: 2px;
}
.supplies .list li.soldout .thumb:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.supplies .list li.soldout .thumb:after {
	content: 'sold out';
	display: block;
	width: 50px;
	height: 15px;
	line-height: 15px;
	background: #9D9D9D;
	color: #fff;
	font-size: 8px;
	letter-spacing: -0.5px;
	text-align: center;
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.supplies .fixArea {
	position: fixed;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1125px;
	background: #fff;
	padding: 20px 10px;
	z-index: 2;
	box-sizing: border-box;
}
.supplies .fixArea > .flex {
	flex: 1;
}
.supplies .fixArea > .flex:first-child {
	flex: 2;
}
.supplies .fixArea > .flex > button {
	flex: 1;
	background: #F8F8F8;
	height: 40px;
	font-size: 10px;
	letter-spacing: -0.5px;
	margin: 0 10px;
}
.supplies .fixArea > .flex > button.likeBtn {
	flex: 0.6;
	background: #F8F8F8 url("../images/ico-heart.svg")no-repeat 50% 50% / 12px;
}
.supplies .fixArea > .flex > button.likeBtn.active {
	background: #ff0000 url("../images/ico-heart-white.svg")no-repeat 50% 50% / 12px;
}
.supplies .fixArea > .flex > a {
	flex: 3.4;
	line-height: 39px;
	color: #fff;
	background: #4AA61B;
	box-sizing: border-box;
	text-align: center;
	font-size: 10px;
}


.suppliesDetail {
	position: relative;
}
.suppliesDetail .detailSlide {
	position: relative;
}
.suppliesDetail .info .profile {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #7d7d7d;
}
.suppliesDetail .info .profile > div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.suppliesDetail .info .profile .thumb {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border: 1px solid #7D7D7D;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 7px;
}
.suppliesDetail .info .profile .thumb img {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.suppliesDetail .info .profile .thumb + div {
    width: calc(100% - 55px);
}
.suppliesDetail .info .profile .name {
	font-size: 14px;
	color: #363636;
	font-weight: 400;
	margin-bottom: 5px;
}
.suppliesDetail .info .profile .addr {
	background: none;
	padding-left: 0;
	font-size: 10px;
}
.suppliesDetail .info .profile .delivery {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 8px;
	letter-spacing: -0.5px;
	color: #00632E;
}
.suppliesDetail .price {
	font-weight: 500;
	font-size: 14px;
}
.suppliesDetail .price:after {
	content: 'VND';
	margin-left: 2px;
	font-size: 12px;
}
.suppliesDetail .contents {
	padding: 20px 20px 90px;
	font-size: 10px;
	letter-spacing: -0.5px;
	line-height: 1.6;
}
.suppliesDetail .fixArea {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 1125px;
	z-index: 2;
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	padding: 15px 10px;
	box-sizing: border-box;
}
.suppliesDetail .fixArea .btn {
	flex: 2.5;
	height: 40px;
	background: #4AA61B;
	color: #fff;
	font-size: 12px;
	letter-spacing: -0.5px;
	margin-left: 10px;
	padding-bottom: 1px;
}
.suppliesDetail .fixArea .btn.on {
	background: #FF9330;
}
.suppliesDetail .fixArea .heart {
	flex: 0.5;
	height: 40px;
	background: url("../images/ico-heart-thin.svg")no-repeat 50% 50% / 25px;
}
.suppliesDetail .fixArea .heart.on {
	background: url("../images/ico-heart-on.svg")no-repeat 50% 50% / 25px;
}


.suppliesUser .swiper-slide:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(64, 64, 64, 0.2) 0%, rgba(196, 196, 196, 0) 23.33%);
}
.suppliesDetail .moreIcon {
	display: none;
}
.suppliesUser .moreIcon {
    display: block;
    position: absolute;
    top: 17px;
    right: 7px;
    z-index: 3;
    width: 25px;
    height: 25px;
}
.suppliesUser .moreIcon img {
	height: 15px;
    padding: 2px 0;
}


.suppliesSoldout .detailSlide:after {
	content: 'sold out';
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	background: #9D9D9D;
	color: #fff;
	font-size: 20px;
	letter-spacing: -0.5px;
	text-align: center;
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.suppliesSoldout .swiper-slide:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}
.suppliesSoldout .fixArea .btn:disabled {
	background: #9d9d9d;
}






.suppliesForm {
	padding-bottom: 15px;
}
.suppliesForm .inputForm {
	padding: 0 20px;
}
.suppliesForm .inputForm > div {
	position: relative;
    margin: 5px 0 25px;
}
.suppliesForm .inputForm > div.picture {
	margin: 20px 0 35px;
}
.suppliesForm .inputForm > div.picture input {
    display: none;
}
.suppliesForm .inputForm > div.picture input + label.image {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    line-height: 38px;
    color: #9d9d9d;
    letter-spacing: -0.5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #9D9D9D;
	box-sizing: border-box;
}
.suppliesForm .inputForm > div.picture .preview {
    position: relative;
    width: 100vw;
    margin-left: -20px;
    padding-left: 20px;
    margin-top: 5px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
}
.suppliesForm .inputForm > div.picture .preview > div {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
.suppliesForm .inputForm > div.picture .preview img {
	width: 100%;
	height: 100%;
	border: 1px solid #9d9d9d;
	box-sizing: border-box;
}
.suppliesForm .inputForm > div.picture .preview .delBtn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: url("../images/preview-close.svg")no-repeat 50% 50% / 15px;
}
.suppliesForm .inputForm > div.picture .copy_html button {
    position: absolute;
    display: block;
    background: transparent;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    z-index: 1;
}
.suppliesForm .inputForm > div.picture .copy_html input {
	display: block;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	cursor: pointer;
}
.suppliesForm .inputLine {
	position: relative;
	margin: auto;
	width: 100%;
	padding: 10px 0 8px;
	display: block;
}
.suppliesForm .inputLine .label {
	width: 50%;
	position: absolute;
	top: 12px;
	left: 0;
	font-size: 14px;
	color: #9D9D9D;
	font-weight: 300;
	transform-origin: 0 0;
	transition: all 0.2s ease;
}
.suppliesForm .inputForm label + button {
    position: absolute;
    bottom: 6px;
    right: 0;
    display: block;
    width: 80px;
    height: 30px;
    font-size: 10px;
    background: #7D7D7D;
    color: #fff;
}
.suppliesForm .inputForm label + button.on {
	background: #4AA61B;
}
.suppliesForm .inputLine .border {
	position: absolute;
	bottom: 0;
	left: 0px;
	height: 1px;
	right: 0;
	background: #7D7D7D;
}
.suppliesForm .inputLine input {
	-webkit-appearance: none;
	width: 70%;
	height: 20px;
	border: 0;
	font-family: inherit;
	text-align: left;
	font-weight: 350;
	text-align-last: left;
	font-size: 14px;
	background: none;
	border-radius: 0;
	color: #000;
	box-shadow: none;
	transition: all 0.15s ease;
}
.suppliesForm .inputLine p {
	display: none;
}
.suppliesForm .inputLine input:not(:placeholder-shown) + span, 
.suppliesForm .inputLine textarea:not(:placeholder-shown) + span {
	color: #4AA61B;
	transform: translateY(-25px) scale(0.85);
	font-weight: 500;
}
.suppliesForm .registerDate .inputLine input,
.suppliesForm .registerDate .inputLine textarea {
	padding: 0;
}
@supports (-webkit-overflow-scrolling: touch) {
	.suppliesForm .registerDate .inputLine input,
	.suppliesForm .registerDate .inputLine textarea {
		text-indent: -117px;
	}
}
.suppliesForm .registerDate .inputLine input + span,
.suppliesForm .registerDate .inputLine textarea + span {
	transform: none;
	color: #9D9D9D;
    font-weight: 300;
    z-index: -1;
}
.suppliesForm .registerDate .inputLine.on input + span,
.suppliesForm .registerDate .inputLine.on textarea + span {
	color: #4AA61B;
	transform: translateY(-25px) scale(0.85);
	font-weight: 500;
}
.suppliesForm .inputLine input:focus,
.suppliesForm .inputLine textarea:focus {
	background: none;
	outline: none;
}
.suppliesForm .inputLine input:focus + span,
.suppliesForm .inputLine textarea:focus + span {
  color: #4AA61B;
  transform: translateY(-25px) scale(0.85);
  transition-delay: 0.1s;
  font-weight: 500;
}
.suppliesForm .inputLine input:focus + span + .border,
.suppliesForm .inputLine textarea:focus + span + .border {
	background: #4AA61B;
}
.suppliesForm .inputLine input:not(:placeholder-shown) + span + span + p {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 14px;
	font-weight: 350;
}
.suppliesForm .dribbble {
	position: fixed;
	right: 10px;
	bottom: 7px;
	transition: all 0.2s ease;
}
.suppliesForm .dribbble span {
	font-size: 14px;
	color: #9098a9;
}
.suppliesForm .amount .inputLine input {
	width: 90%;
}
.suppliesForm .enquiry {
	position: absolute;
	top: -10px;
	right: 0;
}
.suppliesForm .enquiry input[type=checkbox] {
	display: none;
}
.suppliesForm .enquiry input[type=checkbox] + label {
	color: #9D9D9D;
	font-size: 12px;
	padding-right: 25px;
}
.suppliesForm .enquiry input[type=checkbox] + label:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #9d9d9d;
	position: absolute;
	top: 0;
	right: 0;
}
.suppliesForm .enquiry input[type=checkbox]:checked + label {
	color: #000;
}
.suppliesForm .enquiry input[type=checkbox]:checked + label:after {
	border: 1px solid #4AA61B;
	background: #4AA61B url("../images/ico-check.svg")no-repeat 50% 50% / 11px;
}
.suppliesForm .inputForm > div.writeForm {
	margin-top: 0;
	padding-top: 0;
}
.suppliesForm .writeForm textarea {
	width: 100%;
	min-height: 225px;
	font-size: 14px;
	font-weight: 350;
	resize: none;
	border: 0;
	padding: 0;
}
.suppliesForm .writeForm textarea::-webkit-input-placeholder {
	color: #9d9d9d;
}
.suppliesForm .writeForm textarea:-moz-placeholder {
	color: #9d9d9d;
}
.suppliesForm .writeForm textarea::-moz-placeholder {
	color: #9d9d9d;
}
.suppliesForm .writeForm textarea:-ms-input-placeholder {
	color: #9d9d9d;
}
.suppliesForm .registerBtn {
	display: block;
	background: #7D7D7D;
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	margin: 20px 20px 0;
}
.suppliesForm .registerBtn.on {
	background: #4AA61B;
}


#myPop {
	display: block!important;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}
#myPop.open {
	opacity: 1;
	z-index: 3;
	visibility: visible;
}
#myPop .modalContent {
    transform: translateX(-50%);
    top: auto;
    bottom: -100%;
    transition: all .3s;
    background: transparent;
    padding: 0;
    max-width: 700px;
}
#myPop.open .modalContent {
	bottom: 0;
}
#myPop .modalContent button {
	display: block;
	width: 100%;
	height: 60px;
	font-weight: 350;
	font-size: 15px;
	letter-spacing: -0.6px;
	background: #fff;
	margin-bottom: 1px;
}
#myPop .modalContent .top button.soldoutBtn {
	border-radius: 5px 5px 0 0;
}
#myPop .modalContent .top button.deleteBtn {
	color: #ff0000;
	border-radius: 0 0 5px 5px;
}
#myPop .modalContent .closeBtn {
	border-radius: 5px;
	margin: 11px 0 20px;
}


#requestPop .modalContent {
	padding: 0;
}
#requestPop h2 {
	background: #0047FF;
	color: #fff;
	text-align: left;
	padding: 15px 20px;
	font-weight: 500;
	font-size: 14px;
}
#requestPop .close {
	top: 21px;
    left: auto;
    right: 20px;
    transform: none;
}
#requestPop .close img {
	width: 13px;
}
#requestPop p {
	font-size: 14px;
	line-height: 1.2;
	padding: 40px 25px;
	letter-spacing: -0.3px;
}
#requestPop .btnArea {
	padding: 0 15px 15px;
}
#requestPop .btnArea button {
	flex: 1;
	text-align: center;
	height: 40px;
	font-size: 12px;
	background: #363636;
	color: #fff;
	padding-bottom: 1px;
}
#requestPop .btnArea button.confirmBtn {
	flex: 2;
	background: #0047FF;
	margin-left: 10px;
}