div.wap_pro{
	display: flex;
	flex-flow: row wrap;
	margin:15px auto;
}
.zoom_slick {
	overflow: hidden;
	width: 40%;
}
.zoom_slick .slick2 {
	border: 1px solid #DDD;
	overflow: hidden
}
.zoom_slick .slick {
    width: calc(100% + 4px);
    margin: 0 -2px;
    margin-top: 4px;
}
.zoom_slick .slick a.item_img {
    margin: 0 2px;
}
.zoom_slick .slick a.item_img img{
	width: 100%;
}
.zoom_slick .slick img:hover {
	opacity: 0.5;
	transition: 1s
}
.zoom_slick .slick .slick-prev{
    top: 0;
    margin: 0;
    background: rgba(0,0,0,.5);
    height: 100%;
}
.zoom_slick .slick .slick-prev:after{
	content: '\f104';
    font-family: "FontAwesome";
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}
.zoom_slick .slick .slick-next{
    top: 0;
    margin: 0;
    background: rgba(0,0,0,.5);
    height: 100%;
}
.zoom_slick .slick .slick-next:after{
	content: '\f105';
    font-family: "FontAwesome";
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}
.product_info {
	list-style: none;
	width: 60%;
	padding-left: 20px;
}
.product_info .info{
	padding-bottom: 8px;
	overflow: hidden;
	font-family: 'Roboto-Regular';
}
.product_info .ten {
	color: #dc0021;
	font-size: 22px;
	font-family: 'Roboto-Bold';
}
.product_info .giacu {
	font-size: 15px;
	text-decoration: line-through
}
.product_info .gia {
	color: #dc0021;
	font-size: 22px;
}
.sanpham_chitiet {
	color: #3a4346;
	font-weight: 400;
	font-size: 24px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 10px
}
.product_info .info b {
	/* font-weight: normal; */
	font-family: 'Roboto-Bold';
}
.info_size b, .info_mau b {
    width: 100px;
}
.product_info .info .txt_giany {
}
.product_info .info .txt_giany span.gnt {
	text-decoration: line-through
}
.product_info .info .txt_tietkiem {
	color: #F00
}
.icon_delete{
	color: #000;
	font-size: 15px;
}
.icon_delete:hover{
	color: #f00;
}
.xemgiohang {
	color: #E80019;
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-align: center;
	font-family: 'Roboto-Bold';
	cursor: pointer;
	font-size: 13px;
	transition: 0.4s;
	margin: auto;
	margin-top: 7px
}
/*.duavao {
    border: none;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    font-size: 13px;
    padding: 0 20px 0 65px;
    line-height: 40px;
    border-radius: 5px;
    background: url(../images/ic-cart@2x.png) 23px center no-repeat #ff3945;
    font-weight: 400;
    letter-spacing: .5px;
    background-size: 26px;
    display: inline-block;
    text-align: center;
	text-transform:uppercase;
}
.duavao:hover{
	color:#FF0;
}
.thanhtoannhanh{
    padding: 12px 20px;
    background: #204056;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 5px;
	color:#fff;
	display:inline-block;
	text-transform:uppercase;
	cursor: pointer;
}
.thanhtoannhanh:hover{
	color:#FF0;
}*/
.info_dathang{
    display: flex;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px;
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.info_dathang a{
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform:uppercase;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100%/2 - 10px);
    margin: 0 5px;
    transition:.3s;
    font-family: 'Roboto-Bold';
}
.duavao{
	background: #000;
}
.thanhtoannhanh{
    background: #ee1a26;
}
.info_dathang a:hover{letter-spacing: 2px;}
.info_size {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
span.size {
    display: flex;
    border: 1px solid #eee;
    background: #eee;
    margin-right: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}
.mausac2 {
	display: block;
	float: left;
	border: 1px solid #DDD;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	cursor: pointer;
	font-size: 0
}
.info_chonmau{
    display: flex;
    flex-flow: row wrap;
}
.item-mau-pro{
    width: 60px;
    margin-right: 3px;
    border: 1px solid #eee;
    padding: 4px;
    position: relative;
    cursor: pointer;
}
.item-mau-pro span{
	display: block;
    text-align: center;
    font-size: 11px;
    margin-top: 5px;
}
.active_size, .size:hover, .mausac:hover, .active_mausac {
	position: relative
}
.active_size:after, .size:hover:after, .mausac:hover:after, .active_mausac:after {
	background: url(../images/check.png) no-repeat bottom left;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-size: 100%;
	content: '';
	border-top: 1px solid #fff;
	border-right: 1px solid #fff
}

table#giohang input {height: 30px;border-radius: 5px;border: 1px solid #F0F0F0;text-align: center;outline: none;}
.btn_web{
	padding: 9px 25px;
	cursor: pointer;
	box-sizing: border-box;
	outline: 0;
	border-radius: 3px;
	color: #fff;
	text-transform:uppercase;
	border: 1px solid #fff;
	font-size: 13px;
	transition: all 0.3s ease-in-out 0s;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
	font-family: 'Roboto-Medium';
	background: var(--background-static);
	height: auto!important;
}
table#tt td {
	height: 30px
}
table#giohang input.btn:hover,
.btn_web:hover {border: 1px solid #333;color: #333;background: #fff;box-shadow: 0 0 0 30px #fff inset;}
table#tt td input.t {
	width: 300px;
	height: 20px;
	margin: 3px 0px 5px 0px;
	border: 1px solid #DDD
}
table#tt td textarea {
	width: 300px
}
table#tt span {
	color: red
}
#giohang {
	font-size: 13px;
	font-family: 'Roboto-Regular';
}
#giohang tr.tr_giohang {
	background: #f5f5f5;
    font-family: 'Roboto-Medium';
}
.giohang_img {
	float: left;
	margin: 5px
}
.ten_sp_gh {
	color: #2b669a;
	display: block;
}
.masp_sp_gh {
}
.tr_giohang .tonggia_gh {
	color: #333;
	padding: 5px;
	font-weight: normal;
	font-family: 'Roboto-Medium';
	font-size: 13px;
}
.tr_giohang .tonggia_gh span {
	font-size: 18px;
	font-family: 'Roboto-Medium';
	color: #da1a19;
	font-weight: normal;
}
.tieude_thanhtoan {
	background: #eee;
	color: #333;
	font-family: 'Roboto-Medium';
	padding-left: 7px;
	line-height: 35px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
form#frm_order {
    display: flex;
    flex-flow: row wrap;
}
.frame_thanhtoan {
    width: 52%;
    padding-right: 20px;
}
.btn_thanhtoan {
	background: #da1b00;
	color: #FFF;
	margin-top: 3px;
	border: none;
	outline: 0;
	width: 100%;
	height: 25px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #666;
	border-radius: 3px;
	border: solid 1px #D68731
}
/*.bg_chuyenhang {
	background: url(../images/thanh-toan-khi-nhan.jpg) no-repeat top center;
	height: 500px
}*/
.shopping-cart {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 30px
}
.soluong_11 {
	width: 170px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin-top: 4px;
}
.soluong {
	outline: 0;
	background: none;
	width: calc(100% - 84px);
	height: 100%;
	text-align: center;
	color: #aaa;
	border: 1px solid #ebebeb;
	font-size: 14px;
	font-family: 'Roboto-Regular';
}
.soluong_11 .a_1 {
	color: #aaa;
	width: 40px;
	cursor: pointer;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ebebeb;
	background: #f5f5f5;
	transition:.3s;
}
.soluong_11 .a_1:hover{
    background: #ee1a26;
    color:#fff;
}
.content_dc{
	width: calc(100% + 10px);
	margin: 0 -5px;
}
.item_dc{
	float: left;
	width: calc(100%/2 - 10px);
	margin: 0 5px;
}
.cl-orange {
    color: #fd7e14;
}
.thongbao_giohang{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.thongbao_giohang .ten{
	background: #e5101d;
    color: #fff;
    width: 200px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: 'Roboto-Regular';
    border-radius: 5px;
}
.thongbao_giohang img {
	width: 200px;
}
.thongbao_giohang .title{
	font-size: 15px;
    font-family: 'Roboto-Regular';
    margin-bottom: 20px;
}