.main .main-content > .detail-product {
	padding: 15px 10px;
	margin-left: -10px;
	margin-right: -10px;
}
.main .main-content > .detail-product #detail_info {
	background-color: #fff;
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 0;
}
.main .main-content > .detail-product #detail_info .waiting {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(153, 153, 153, 0.1);
	z-index: 100;
}
.main .main-content > .detail-product #detail_info .waiting > i {
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	color: #EC7F59;
	z-index: 101;
}
@media (min-width: 768px) {
	.main .main-content > .detail-product .information {
		/*padding-left: 0px;*/
	}
}
.clear-tablet img{
	width: 100% !important;
	height: auto;
}
.main .main-content > .detail-product .title {
	font-size: 22px;
	color: #f05a29;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 5px;
}
.main .main-content > .detail-product .title > span {
	color: #f13011;
	font-size: 18px;
}
.main .main-content > .detail-product .title > span:before {
	content: "-";
	margin: 0px 5px;
}
.main .main-content > .detail-product .count {
	color: #999a9b;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f4f4f4;
}
.main .main-content > .detail-product .count > span {
	margin-right: 15px;
}
.main .main-content > .detail-product .count > span:last-child {
	margin-right: 0px;
}
@media (max-width: 550px) {
	.main .main-content > .detail-product .count > span {
		display: inline-block;
		width: 45%;
		margin-bottom: 5px;
	}
}
.main .main-content > .detail-product div.price {
	font-size: 30px;
    color: red;
    font-weight: 700;
	margin-bottom: 10px;
}
.main .main-content > .detail-product div.price > .old-price {
	text-decoration: line-through;
	color: #aaa3a3;
	font-size: 17px;
	font-weight: 300;
	
}
.main .main-content > .detail-product div.price > .percent {
	font-size: 14px;
	font-weight: 300;
	margin-left: 10px;
}
.main .main-content > .detail-product .information .sold-out {
	background-color: #dd4814;
	color: #FFF;
	padding: 7px 28px;
	display: inline-block;
	border-radius: 0px;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 10px;
	float: none;
}
.sold-out-1 {
    background-color: #dd4814;
    color: #FFF;
    padding: 0px 10px;
    display: block;
    border-radius: 0px;
    font-weight: 300;
    font-size: 11px;
    margin-bottom: 10px;
    float: right !important;
    line-height: 20px !important;
    margin: 0px !important;
}

.wrap-sold-out{
	border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    background: #fafafa;
}
.wrap-sold-out p{
	margin-bottom: 2px;
	margin-top: 2px;
    font-size: 15px;
}
.wrap-sold-out p a{
	color: #DD4814;
}
.wrap-sold-out p a:hover{
	color: #555;
}
.main .main-content > .detail-product .info {
	line-height: 1.8;
	margin-bottom: 10px;
	line-height: 1.8;
}
.main .main-content > .detail-product .shop {
	margin-bottom: 5px;
}
.main .main-content > .detail-product .shop label {
	line-height: 30px;
	font-weight: 300;
}
@media (max-width: 768px) {
	.main .main-content > .detail-product .shop label {
		line-height: 25px;
		margin-bottom: 0px;
	}
}
.main .main-content > .detail-product .shop select {
    float: left;
    max-width: 85%;
    margin-right: 5px;
    width: auto;
}
.main .main-content > .detail-product .shop button {
	float: left;
    background: none;
    color: red;
    font-size: 22px;
    padding: 0px;
    margin-left: 5px;
    line-height: 30px;
    position: relative;
}
.main .main-content > .detail-product .shop button span{
    position: absolute;
    font-size: 10px;
    line-height: 15px;
    border: 1px solid #5D5D5D;
    padding: 2px 8px;
    top: -85%;
    color: #fff;
    left: -225%;
    display: none;
    background: #5D5D5D;
}
.main .main-content > .detail-product .shop button:hover span{display: block;}
.main .main-content > .detail-product .shop button span:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #5D5D5D;
	border-width: 5px;
	margin-left: -5px;
}
.main .main-content > .detail-product .size {
	margin-bottom: 5px;
	white-space: nowrap;
	margin-top: 5px;
}
.main .main-content > .detail-product .size label {
	line-height: 30px;
	font-weight: 300;
}
@media (max-width: 768px) {
	.main .main-content > .detail-product .size label {
		line-height: 25px;
		margin-bottom: 0px;
	}
}
.main .main-content > .detail-product .size .item {
	float: left;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 5px;
}
.main .main-content > .detail-product .size .item > .name-size {
	float: left;
	margin-right: 2px;
	height: 30px;
	line-height: 28px;
	padding: 0px 10px;
	background-color: #dd4814;
	color: #FFF;
	border-radius: 3px;
}
.main .main-content > .detail-product .size .item select {
	float: right;
	width: 60px;
}
.main .main-content > .detail-product .group_color {
	background-color: #FFF;
	border: 1px solid #dbdbdb;
	max-height: 245px;
	overflow: hidden;
	margin-bottom: 10px;
}
.main .main-content > .detail-product .group_color ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.main .main-content > .detail-product .group_color ul > li {
	width: 100%;
	float: left;
	padding: 5px 0px;
	border-bottom: 1px solid #f4f4f4;
}
.main .main-content > .detail-product .group_color ul > li:last-child {
	border-bottom: 0px;
}
.main .main-content > .detail-product .group_color ul > li.active {
	background-color: #f4f4f4;
}
.main .main-content > .detail-product .group_color ul > li .img {
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
	margin-right: 10px;
	margin-left: 5px;
	background-color: #FFF;
	border: 1px solid #dbdbdb;
}
.main .main-content > .detail-product .group_color ul > li .img > img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}
.main .main-content > .detail-product .group_color ul > li h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
	height: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}
.main .main-content > .detail-product .group_color ul > li span.price {
	color: #f13011;
	margin-right: 10px;
	font-weight: 300;
}
.main .main-content > .detail-product .group_color ul > li span.old-price {
	text-decoration: line-through;
	margin-right: 10px;
	color: #aaa3a3;
}
.main .main-content > .detail-product .group_color ul > li .label {
	float: right;
	margin-right: 10px;
}
.main .main-content > .detail-product .color {
	line-height: 26px;
}
.main .main-content > .detail-product .color label {
	font-weight: 300;
	line-height: 44px;
}
@media (max-width: 768px) {
	.main .main-content > .detail-product .color label {
		line-height: 25px;
		margin-bottom: 0px;
	}
}
.main .main-content > .detail-product .color ul {
	margin: 0px;
	padding: 0px;
}
.main .main-content > .detail-product .color ul > li {
	float: left;
	margin-right: 5px;
	border: 2px solid transparent;
	padding: 1px;
	border-radius: 3px;
	list-style: none;
}
.main .main-content > .detail-product .color ul > li.active {
	border: 2px solid #3AAEE8;
}
.main .main-content > .detail-product .color ul > li span {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #E5E5E5;
	cursor: pointer;
}
.main .main-content > .detail-product .color ul > li img {
	width: 35px;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #E5E5E5;
}
.main .main-content > .detail-product .actions {
	width: 100%;
	margin-top: 10px;
	float: left;
}
.main .main-content > .detail-product .actions > div {
	margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
.main .main-content > .detail-product .actions button {
	color: #FFF;
	text-align: center;
	border-radius: 0px;
	width: 100%;
	padding: 4px 8px;
	background-color: #ca181f;
}
.main .main-content > .detail-product .actions button:hover,
.main .main-content > .detail-product .actions button:focus {
	background-color: #f14001;
	outline: none;
}
@media (min-width: 768px) {
	.main .main-content > .detail-product .actions > div.padding-both-5 {
		
		padding-right: 5px;
	}
	.main .main-content > .detail-product .actions > div.padding-right-5 {
		padding-right: 5px;
	}
}
.main .main-content > .detail-product .actions button > p {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}
.main .main-content > .detail-product .actions button > span {
	font-size: 11px;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}
.main .main-content > .detail-product .content-product {
	margin-top: 20px;
}
.main .main-content > .detail-product .content-product .nav-tabs > li > a {
	border-radius: 0px;
}
.main .main-content > .detail-product .content-product .tab-content {
	padding: 15px 0px;
}
.main .main-content > .detail-product .content-product .tab-content * {
	max-width: 100%;
	line-height: 22px;
}
.main .main-content > .detail-product .content-product .tab-content p {
	margin-bottom: auto;
}
.main .main-content > .detail-product .content-product .tab-content img {
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto !important;
}
.main .main-content > .detail-product .content-product .tab-content > .tab-pane > .table {
	margin-bottom: 0px;
}
.main .main-content > .detail-product .content-product .tags-product {
	padding: 10px;
	margin-top: 15px;
	background-color: #f5f5f5;
}
/*.breadcrumb*/
@media (max-width: 767px){
	.breadcrumb{
		overflow-x: auto;
		white-space: nowrap;
		width: 100%;
	}
}
.breadcrumb>li{
	float: none;
}
/* footer */
@media (max-width: 776px){
	.footer tbody, .footer tr{
		display: block;
	}
	.footer table , .footer img{
		max-width: 100% !important;
		height: auto !important;
	}
	.info-album span, .info-news span, .info-video span
		width: 100% !important;
		display: block !important;
	}
	#detail_info .count span{
		display: inline-block !important;		
	}
	.content-news img, .content-news input[type="image"], .content-news table, .content-news td, .content-news object, .content-news embed{
		max-width: 100% !important;
		height: auto !important;
	}
	.footer table, .footer td, ._mota object, .footer embed{
		max-width: 100% !important;
		height: auto !important;
		width: 100% !important;
		display: block;
	}
	.footer img, .footer input[type="image"]{
		max-width: 100% !important;
		height: auto !important;
	}
	.content-news , .footer{
		overflow-x: auto !important;
	}
	.footer iframe{
		width: 100%;
	}
}
.form-contact label {
	font-weight: normal;
}
.form-contact label i {
	color: red;
	font-style: normal;
	margin-left: 5px;
}
.form-contact .error {
	color: red;
	margin-top: 2px;
	display: none;
}
@media (max-width: 768px) {
	.form-contact {
		margin-top: 20px;
	}
}
.form-contact #waiting_contact {
	margin-bottom: 15px;
	font-size: 15px;
}

.main .main-content > .detail-product .group_size {
	background-color: #FFF;
	border: 1px solid #dbdbdb;
	max-height: 200px;
	overflow: hidden;
}
.main .main-content > .detail-product .group_size ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.main .main-content > .detail-product .group_size ul > li {
	width: 100%;
	float: left;
	padding: 5px;
	border-bottom: 1px solid #f4f4f4;
}
.main .main-content > .detail-product .group_size ul > li:last-child {
	border-bottom: 0px;
}
.main .main-content > .detail-product .group_size ul > li .img {
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
	margin-right: 10px;
	background-color: #FFF;
	border: 1px solid #dbdbdb;
}
.main .main-content > .detail-product .group_size ul > li .img > img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}
.main .main-content > .detail-product .group_size ul > li h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	height: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}
.main .main-content > .detail-product .group_size ul > li span {
	float: left;
	margin-right: 10px;
	line-height: 30px;
}
.main .main-content > .detail-product .group_size ul > li span.price {
	color: #f13011;
	font-weight: 300;
}
.main .main-content > .detail-product .group_size ul > li span.old-price {
	text-decoration: line-through;
	color: #aaa3a3;
}
@media (max-width: 1110px) {
	.main .main-content > .detail-product .group_size ul > li .quantity-label {
		float: left;
		display: block;
		margin-left: 60px;
		margin-top: 5px;
	}
}
.main .main-content > .detail-product .ma-sp {
    color: #f13011;
    font-size: 18px;
    padding: 3px 5px;
}
.waiting2{
  font-size: 37px;
  position: absolute;
  top: 50%;
  left: 45%;
  color: #FCB730;
  margin-top: -26px;
}
.targetarea{
	transition: all 1s ease 0s;
	height: 350px;
	width: 100%;
}
.targetarea img{
	opacity: 0;
	transition: all 1s ease 0s;
}
.show-detail-img .targetarea img{
	opacity: 1;
}
.multizoom{
	opacity: 0;
	transition: all 1s ease 0s;
}
.normal{font-weight: normal;}

/**/
.block_newsletter select{
	float: left;
	margin-bottom: 15px;
	height: 32px;
	border: 1px solid #ddd;
	padding: 0 15px 0px 5px;
	color: #999;
}
/*fangape facebook*/
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe{
	max-width: 100% !important;
}
/*css name website*/
.name-web{
	text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    text-shadow: 1px 1px 2px #fff;
}
.block > .block-content.search > .search-category > .content-search-category, .block > .block-content.search > .search-color > .content-search-category, .block > .block-content.search > .search-size > .content-search-category, .block > .block-content.search > .search-price > .content-search-category{
	padding-top: 10px !important;
}
.headding-cart ul li a.click-check{
	display: none !important;
}

/*hot-detail*/
.hot-detail img, .hot-detail input[type="image"], .hot-detail table, .hot-detail td, .hot-detail object, .hot-detail embed{
	max-width: 100% !important;
	height: auto !important;
}
/*css thêm popup chiết khấu*/
.discount-right{
	padding: 0px;
}
.discount-right .color:nth-child(2n){
	background: #F7F7F7;
}
.discount-right .color{
	padding-left: 15px;
	line-height: 32px !important;
}
.discount-right .sold-out-1{
	float: none !important;
	display: inline-block !important;
}
.discount-title{
	margin-bottom: 10px;
	background-color: #dd4814;
	border-color: #dd4814;
	width: auto !important;
	border-radius: 0px;
}
.discount-title:hover{
	background-color: #BF4115;
    border-color: #BF4115;
}
.quick-discount-product .title{
    font-weight: bold !important;
    margin-bottom: 0px !important;
    font-size: 13px !important;
    margin-top: 5px !important;
    padding-left: 15px;
}
.quick-discount-product{
	padding-top: 0px;
}
.main .main-content > .detail-product span.ma-sp-1{

}
.size-product-1, .size-product span{
	display: none;
}

.size-product:before{
	display: none;
}
.size-product span{
	font-size: 13px;
	color: #434e57;
}
.size-product{
	min-width: 140px;
	display: inline-block;
}
.size-product-title{
	display: inline-block;
	line-height: normal;
}
.size-product-title span{
	display: inline-block;
}
@media (max-width: 991px){
	.size-product-1, .size-product span{
		display: inline-block;
	}
	.size-product{
		width: auto;
		min-width: inherit;
	}
	.size-product-title{
		display: none;
	}
}
.modal-discount-popup .modal-header{
	border-radius: 3px 3px 0px 0px;
}
.modal-discount-popup .modal-content{
	border-radius: 3px;
	box-shadow: 0px 0px 8px #999;
}
.fade-discount{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1049;
	display: none;
	background: rgba(0,0,0,0.5);
}
.modal-discount-popup{
	position: fixed;
	z-index: 1052;
}
.modal-discount .modal-dialog{
	box-shadow: 0px 0px 10px #999;
}
/*css*/

.price-discount{
	display: block !important;
    font-weight: normal !important;
    color: #999 !important;
    font-size: 13px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    height: 18px;
    text-align: center !important;
    width: 100% !important;
}
.list-product .price-discount{
	text-align: left !important;
	padding-left: 10px;
}
.block_newsletter select{
	width: 100%;
}

sub{
	top: -.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;

sum_price{
	font-size: 20px;
	color: #d43f3a;
 }