div.wap_pro {
	display: flex;
	flex-flow: row wrap;
	margin: 15px auto;
}

.zoom_slick {
	overflow: hidden;
	width: 50%;
}

.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: 50%;
	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;
	text-align: center;
}
.icon_delete i{
	font-size: 14px;
}

.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
}

.info_dathang {
	display: flex;
	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: 10px 25px;
	cursor: pointer;
	box-sizing: border-box;
	outline: 0;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 14px;
	transition: all 0.3s ease-in-out 0s;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
	font-family: 'Roboto-Regular';
	background: var(--background-static);
	height: auto !important;
	line-height: 23px;
}

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';
	line-height: 20px;
}

#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;
	text-align: right;
}

.tr_giohang .tonggia_gh span {
	font-size: 18px;
	font-family: 'Roboto-Medium';
	color: #da1a19;
}

.tieude_thanhtoan {
	background: #eee;
	color: #333;
	font-family: 'Roboto-Medium';
	margin-bottom: 10px;
	text-transform: uppercase;
	height: 35px;
	padding-left: 15px;
	display: flex;
	align-items: center;
}

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;
}

.flex_xacnhandonhang {
	display: flex;
	flex-flow: row wrap;
	color: #666666;
}

.flex_xacnhandonhang .left {
	width: calc(100% - 400px);
	padding-right: 50px;
}

.flex_xacnhandonhang .right {
	border: 1px solid #000;
	padding: 20px;
	width: 400px;
}

.flex_xacnhandonhang .right .info {
	display: flex;
	justify-content: space-between;
	font-family: 'Roboto-Regular';
}

.flex_xacnhandonhang .right .info p {
	margin-bottom: 5px;
}

.tieude_xacnhan {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #000;
	font-family: 'Roboto-Medium';
}

.border_xacnhan {
	border-bottom: 1px solid #e6e6e6;
	margin: 15px 0 20px 0;
}

.tieude_l {
	font-size: 20px;
	margin-bottom: 20px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Roboto-Medium';
}

.flex_xacnhandonhang .left .info {
	margin-bottom: 5px;
	font-family: 'Roboto-Regular';
}

.flex_xacnhandonhang .left .info span {
	color: #000;
	font-weight: 500;
}

.flex_xacnhandonhang .left .info2 {
	margin-top: 20px;
}

.border_xacnhan2 {
	border-bottom: 1px solid #e6e6e6;
	margin: 40px 0;
}

.btn_vetrangchu {
	margin-top: 40px;
	display: inline-block;
}

/*-- css thanh toan --*/
.flex_thanhtoan {
	display: flex;
	flex-flow: row wrap;
	border: 1px solid #ddd;
	color: #555;
	width: 100%;
}

.div_item {
	width: calc(100%/3);
	padding: 15px;
}

.div_item:nth-child(2) {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.div_thongtinkhachhang {
}

.div_thongtinkhachhang input[type='text'] {
	outline: none;
	width: 100%;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0 15px;
	margin-bottom: 10px;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	color: #555;
}

.div_thongtinkhachhang input[type='text']::placeholder {
	font-family: 'Roboto-Regular';
	font-size: 14px;
}

.div_thongtinkhachhang textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	color: #555;
	height: 110px;
	display: inline-block;
	outline: none;
	vertical-align: middle;
}

.div_thongtinkhachhang textarea::placeholder {
	font-family: 'Roboto-Regular';
	font-size: 14px;
}

.thanhpho_quanhuyen {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.thanhpho_quanhuyen select {
	width: calc(50% - 5px);
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	font-size: 14px;
	color: #555;
	font-family: 'Roboto-Regular';
	margin-bottom: 10px;
	padding: 0 12px;
}

.flex_pro_cart {
}

.item_product_cart {
	display: flex;
	margin-bottom: 10px;
}
.item_product_cart2{
	margin: 10px;
}
.item_product_cart .img {
	width: 100px;
}

.item_product_cart .img img {
}

.item_product_cart .info {
	width: calc(100% - 100px);
	padding-left: 10px;
	font-family: 'Roboto-Regular';
}

.item_product_cart .info .ten {
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
}

.item_product_cart .info .p {
}

.flex_total_money {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

.item_total_money {
	display: flex;
	justify-content: space-between;
}

.item_total_money .ten {
	font-family: 'Roboto-Regular';
}

.item_total_money .money {
	font-family: 'Roboto-Bold';
	font-size: 17px;
	color: #f00;
}

.btn_hoantatdathang {
	margin-top: 15px;
}

.btn_hoantatdathang input {
	width: 100%;
}

.flex_hinhthucthanhtoan .radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.flex_hinhthucthanhtoan .radio {
	margin-bottom: 10px;
}

.flex_hinhthucthanhtoan .radio label {
	padding-left: 0px;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	text-transform: capitalize;
}

.radio input[type="radio"] + .radio-label:before {
	content: "";
	border-radius: 100%;
	border: 1px solid #ff6600;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: 4px;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
	box-sizing: border-box;
}

.radio input[type="radio"]:checked + .radio-label:before {
	border: 6px solid #ff6600;
}

.content_httt {
	display: none;
	padding-left: 18px;
	margin-bottom: 15px;
}

.content_httt.active {
	display: block;
}
/*-- end thanh toan --*/
.come-back{
	
color: var(--background-static);
}
.come-back i{
	margin-right:20px;
}
.flex_dn_dk{
    display: flex;
    align-items: center;
}
.req_pass{
    line-height: 23px;
    margin-left: 20px;
}
.req_pass a{
    color: #2962ff;
}