@CHARSET "ISO-8859-1";

/* CSS for FullPage */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	font-size: 1.5rem;
}

a:link, a:focus, a:active, a:visited {
	color: #ec971f;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-izwhite {
	border: 1px solid #ccc;
}

h2.title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.8rem;
    font-family: 'American Typewriter', serif;
    /* font-weight: normal; */
    margin: 10px 0px 5px 0px;
    color: #05768E;
}

.saleoff {
	color: red;
	font-weight: bold;
}







#wbviet_sp_products {
	list-style: none;
	font-size: 14px;
}

#wbviet_sp_products>li {
	width: 33.33%;
	float: left;
}

#wbviet_sp_products .product {
	border: 1px solid #ccc;
	padding: 3px;
	text-align: center;
	margin: 0px 20px 20px 0px;
	padding: 10px 0px;
}

#wbviet_sp_products .product>img {
	
}

#wbviet_sp_products .product .name {
	clear: both;
	font-weight: bold;
	text-align: left;
	margin: 13px 3px 3px 5px;
}

#wbviet_sp_products .product .price {
	margin: 5px;
	font-size: 14px;
	margin: 5px 5px;
}

.clr {
	clear: both;
}

#wbviet_sp_products .product .plft {
	float: left;
}

#wbviet_sp_products .product .prt {
	float: right;
	color: red;
}

#wbviet_sp_products .product .gift {
	text-align: left;
	font-style: italic;
	margin: 8px 5px 0px 5px;
	color: green;
}

#wbviet_sp_products a {
	color: #0066cc;
	text-decoration: none;
}

/*---------------HIEN THI CHI TIET SAN PHAM ------------------------*/
#wbviet_sp_product_detail {
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#wbviet_sp_product_detail .product_text ul {
	list-style: none;
	margin: 0px;
    padding: 0px;
}

#wbviet_sp_product_detail .product_text li {
	padding: 2px 5px 2px 10px;
	border-bottom: solid 1px #f7f7f7;
}

#wbviet_sp_product_detail .product_text .gift div {
	padding: 5px 0px;
	margin: 3px 0px;
	border-bottom: solid 1px #fff;
	background: white;
	border-bottom: solid 1px #fff;
}

#wbviet_sp_product_detail .product_text .sale-off {
	font-weight: bold;
	color: red;
}

#wbviet_sp_product_detail .product_text h1 {
	font-size: 24px;
	margin: 5px 0px 5px 0px;
}

#wbviet_sp_product_detail .product-thumbs {
	margin: 10px 0px;
	list-style: none;
}

#wbviet_sp_product_detail .product-thumbs li {
	float: left;
	margin: 2px 2px 0px 0px;
}

#wbviet_sp_product_detail .product-thumbs img {
	cursor: pointer;
}

#wbviet_sp_product_detail .order {
	background-color: #f5a623;
	padding: 5px;
	font-size: 15px;
	width: 150px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #f19600;
	font-weight: bold;
	color: white;
	margin: 3px 0px;
}

#wbviet_sp_product_detail .r360 {
	background-color: #68b113;
	padding: 5px;
	font-size: 15px;
	width: 150px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #62b600;
	font-weight: bold;
	color: white;
	margin: 3px 0px;
}

#wbviet_sp_product_detail li.detail-cart {
	padding: 5px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #bde0f1;
}

#wbviet_sp_product_detail span.number_product {
	font-weight: bold;
}

#wbviet_sp_product_detail .alert-cart {
	background-color: white;
	color: red;
	display: none;
}

/*---------------HIEN THI CÁC SẢN PHẨM TRONG GIỎ HÀNG ------------------------*/
#wbviet_sp_cart_table {
	
}

#wbviet_sp_cart_table .remove-product,.update-product {
	cursor: pointer;
	color: green;
	text-decoration: underline;
}

#wbviet_sp_cart_table .show-alert {
	height: 25px;
	line-height: 25px;
	margin-bottom: 7px;
	padding: 0px 10px;
}

.cart-delete {
	background-color: #FFC2B2;
}

.cart-update {
	background-color: #bde0f1;
}

#total {
	text-align: right;
}

/*---------------FORM THONG TIN KHACH HANG ------------------------*/
#custom_infomation {
	margin-top: 10px;
}

#custom_infomation .custom_infomation_table {
	
}

#custom_infomation .custom_infomation_table .label {
	width: 30%;
	font-weight: bold;
	border-right: solid 1px #e7e7e7;
	vertical-align: top;
}

/** CSS New */
.product_bootstrap {
	border: 1px solid #ccc;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
}

.product_bootstrap .name {
	font-weight: bold;
	margin: 13px 3px 3px 5px;
	color: #111;
}

h2.name {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 13px 3px 3px 5px;
	color: #111;
}

.is_sale_off {
	color: #c0392b;
	font-weight: bold;
	display: inline-block;
}

.price_has_sale_off {
	font-size: 80%;
	font-style: italic;
	text-decoration: line-through;
	display: inline-block;
}

.price_no_sale_off {
	color: #111;
	display: inline-block;
	font-weight: bold;
}

h1.title_shop_page {
	
}

.product-w {
	position: relative;
}

.gift-qt {
	position: absolute;
	top: 10px;
	left: 0px;
	background: #ec971f;
	display: block;
	width: 100%;
	opacity: 0.9;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 1.8rem;
	text-shadow: 1px 1px #111;
}

.bodytext img {
	display: block;
    max-width: 100%;
    height: auto;
}


/***********************************/

@media screen and (min-width: 768px) {
    ul.products li.product {
        clear: none;
        float: left;
        width: 22.9%;
    	margin-right: 2%;
    }
}

.products h3 {
	height: 40px;
}