button, input[type="submit"] {
	cursor: pointer;
}

.modal {
	top: 0 !important;
}
#popup-cart {
	background: rgba(20,20,20,0.7);
	height: 100%;
	width: 100%;
}
#popup-cart-desktop {
	width: 800px;
	background: #f9f9f9;
	float: none;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	top: 10%;
	bottom: 9%;
	border-radius: 0px;
}
#popup-cart-desktop .title-popup-cart {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	padding: 10px 75px;
	margin: 5px;
	background: #fff;
}
#popup-cart-desktop .title-popup-cart:before {
	content: "";
	position: absolute;
	left: 30px;
	top: 8px;
	width: 30px;
	height: 30px;
	background-image: url(//bizweb.dktcdn.net/100/247/442/themes/578747/assets/ico_check.png?1504838593650);
	background-repeat: no-repeat;
}
#popup-cart-desktop .title-popup-cart .cart-popup-name {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
#popup-cart-desktop .title-quantity-popup {
	font-family: 'Noto Serif';
	font-weight: 400;
	font-size: 28px;
	line-height: 25px;
	cursor: pointer;
	padding: 15px 30px 15px;
	background: #fff;
	margin: 5px 5px 0px;
}
#popup-cart-desktop .content-popup-cart {
	padding: 0px 35px;
	background: #fff;
	overflow: hidden;
}
#popup-cart-desktop .content-popup-cart .thead-popup {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	float: left;
	width: 100%;
	clear: both;
}
#popup-cart-desktop .content-popup-cart .thead-popup>div {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	float: left;
	padding: 3px 0px;
	font-size: 16px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup {
	width: 100%;
	float: left;
	clear: both;
	max-height: 305px;
	overflow-y: scroll;
	border-top: none;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #ddd;
	min-height: 130px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup>div {
	float: left;
	padding: 10px 0px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup:last-child {
	border-bottom: 0px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #ddd;
	min-height: 130px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .qty_thuongdq {
	padding: 15px 0px;
	margin-top: 5%;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count {
	border: 1px solid #ebebeb;
	outline: none;
	background: transparent;
	height: 45px;
	margin-top: 10px;
	width: 30px;
	text-align: center;
	vertical-align: top;
	padding: 0;
	color: #777;
	font-size: 11px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num1 {
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num2 {
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
	border-left: 0px !important;
}
button[disabled], html input[disabled] {
	cursor: default;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .number-sidebar {
	border: 1px solid #ebebeb;
	height: 45px;
	margin-left: -1px;
	text-align: center;
	width: 40px;
	vertical-align: top;
	margin-right: -1px;
	margin-top: 10px;
	display: inline-block;
	min-height: 24px;
	padding: 0;
	border-left: none;
	border-right: none;
}
.num1 {
    border-right: none !important;
}
.num2 {
    border-left: none !important;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 400;
	position: relative;
	margin-top: 13%;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image {
	display: block;
	padding: 10px;
	float: left;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info {
	display: block;
	float: left;
	width: calc(100% - 120px);
	margin-left: 10px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info p {
	margin: 0px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .variant-title-popup {
	font-size: 13px;
	margin-bottom: 5px;
	color: #333333;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info p {
	margin: 0px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price {
	padding: 0px 0px;
	margin-top: 35%;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .remove-item-cart {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 32% auto 0px;
	border-radius: 50%;
	line-height: 28px;
	color: #777;
	text-align: center;
	margin-top: 65%;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup {
	width: 100%;
	float: left;
	clear: both;
	border-top: solid 1px #ebebeb;
	padding: 0px 0px 20px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 {
	padding: 20px 0px 0px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship {
	font-size: 13px;
	width: 320px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p {
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 14px;
	margin: 0px 15px 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p:before {
	font-family: 'FontAwesome';
	content: "\f0d1";
	font-size: 20px;
	position: absolute;
	left: 31px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship .btn-continue {
	font-size: 14px;
	color: #fbad1a;
	text-decoration: none;
}
.close-window {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 8040;
	color: #fff;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
}
.close-window .fa {
	display: block;
	font-size: 1.42857em;
	line-height: 25px;
	color: #fbad1a;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price span {
	display: block;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .price {
	font-family: 'Noto Serif';
	font-weight: 400;
	color: #fbad1a;
	font-size: 15px;
	line-height: 25px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price {
	display: block;
	margin-top: 37%;
	font-family: 'Noto Serif';
	font-weight: 400;
	color: #fbad1a;
	font-size: 14px;
	line-height: 25px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price span {
	font-size: 14px;
	margin-right: 5px;
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .button.btn-proceed-checkout:hover {
	background: #fff;
	color: #fbad1a;
	border-color: #fbad1a;
	text-decoration: none;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .button.btn-proceed-checkout {
	background: #fbad1a;
	font-size: 21px;
	float: right;
	display: block;
	font-family: 'Roboto', sans-serif;
	border: solid 1px #fbad1a;
	color: #fff;
	border-radius: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 50px;
	line-height: 45px;
	padding: 0px 60px;
	position: relative;
	text-decoration: none;
}


/* popup cart mobile */

.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0.5rem;
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
}
.modal-header {
	background-color: #fbad1a;
	color: #fff;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
@media (max-width: 480px)
{
	.modal-header .modal-title {
		line-height: 24px !important;
	}
}
.modal-header .modal-title span {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	font-size: 23px;
	text-align: center;
	line-height: 44px;
	color: #fbad1a;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-color: #fff;
}
.modal-body {
	position: relative;
	padding: 15px;
}

.media:first-child {
	margin-top: 0;
}
.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top;
}
.media .media-left {
	padding-right: 1em;
}
.media .thumb-1x1 {
	width: 7.7rem;
}
.media-body .product-title {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.media-body .product-new-price {
	font-family: 'Noto Serif';
	font-size: 18px;
	color: #fbad1a;
}
.btn-outline-red {
	background: #fff;
	color: #fbad1a !important;
	font-size: 17px;
	line-height: normal !important;
	padding: 10px 15px;
	border-radius: 20px !important;
	border: 1px solid #fbad1a !important;
	text-align: center;
	margin-top: 1.5rem;
}
.btn-block+.btn-block {
	margin-top: 5px;
}
.btn-red {
	background: #fbad1a;
	color: #fff !important;
	font-size: 17px;
	line-height: normal;
	padding: 10px 15px;
	border-radius: 20px !important;
	border: none;
	text-align: center;
	margin-top: 1.5rem;
}

.btn, input[type="submit"] {
	display: inline-block;
	height: 40px;
	line-height: 39px;
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
	outline: none !important;
	cursor: pointer;
	border: none;
	font-weight: 400;
	border-radius: 0;
	letter-spacing: 0;
	-webkit-transition: background-color 0.1s ease-in;
	-moz-transition: background-color 0.1s ease-in;
	-ms-transition: background-color 0.1s ease-in;
	-o-transition: background-color 0.1s