img.thcart {
	width: 70px;
	height: 70px;
	max-width: 300px;
}

.margin-top-sxs {
	margin-top: 5px;
}

.margin-top-xs {
	margin-top: 10px;
}
.margin-top-sm {
	margin-top: 20px !important;
}
.margin-top-md {
	margin-top: 30px !important;
}

.margin-bottom-sm {
	margin-bottom: 20px;
}

.margin-bottom-xs {
	margin-bottom: 5px;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.link-list {
	font-size: 16px !important;
}

.full-textarea {
	width: 100% !important;
}

.btn {
	padding: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn.btn-min {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: normal;
}

.pull-right {
	float: right;
}

.btn.btn-del {
	background: #fc4141;
}

.btn span {
	padding-left: 5px;
}

label.req:after {
    content: ' * ';
    color: #bababa;
    font-weight: normal;
    font-style: italic;
}

span.like-input {
	display: inline-block;
	padding: 7px 9px 7px 6px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	margin-bottom: 7px;
	resize: none;
}

span.dest {
	font-weight: bold;
}

span.alert {
	color: #FF0000;
}

.logo-login {
	text-align: center;
	margin-bottom: 25px;
}

.text_description {
	margin-bottom: 20px;
}

.btn-danger {
	background: red !important;
}

.prodcart {
	color: rgba(2, 23, 37, 0.7) !important;
}

.agent-bar {
	padding: 8px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.list-header {
	margin-bottom: 35px;
	background: red !important;
}

.fake-input-frontend {
	width: 100%;
	display: inline-block;
	padding: 7px 9px 7px 6px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 7px;
}

.simple-comment {
	padding: 10px 20px;
	margin: 0 !important;
	white-space: pre-line;
	color: #555555;
}

.share-icon {
	font-size: 48px;
	padding-right: 50px;
}

.share-icon-fb {
	color: #4464AE;
}

.share-icon-tw {
	color: #57A9EC;
}

.share-icon-wa {
	color: #45C75E;
}