.full-spvx {
	padding: 5px;
	margin: 10px 0;
	background-color: #f1f1f1;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.full-spvx .widgettitle{
	color: #666666;
	font-weight: normal;
	font-size: 18px;
}
.full-spvx .product_list_widget {
	display: flex;
	justify-content: flex-start;
}
.full-spvx .product_list_widget li{
	width: 24%;
	margin-right: 1% !important;
	padding: 5px;
	padding-right: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	height: 100%;
	color: #333;
	text-decoration: none;
	margin-bottom: 20px !important;
}
.full-spvx ul.product_list_widget li img {
	float:left!important;
	width:28%!important;
	margin-right:20px;
}
.full-spvx ul.product_list_widget li a span {
	float:left;
	width:60%;
	font-weight:normal!important;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	font-size:13px;
	padding-top:20px;
	white-space: initial;
}
.full-spvx ul.product_list_widget li:last-child {
	border-bottom:none
}
.full-spvx ul.product_list_widget li del {
	opacity:.5
}
.full-spvx ul.product_list_widget li ins {
	display:block;
	text-decoration:none;
	line-height:10px
}
.full-spvx ul.product_list_widget li .woocommerce-Price-amount.amount {
	font-size: 12px;
	white-space: normal;
}
/**/
.full-footer {
	min-height: 100px;
	background: #f8f8f8;
	padding: 30px 0;
	border-top: 5px solid #008bea;
}
.footer-box h2 {
	color: #333333;
	font-size: 18px;
}

.footer-box .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-box .menu li {
	margin-bottom: 10px;
}
.footer-box .menu a ,
.footer-box-4 p {
	color: #9f9f9f;
}

.footer-box .menu a:hover {
	text-decoration: underline;
}

.footer-box .mxh a {
	color: #fff;
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.footer-box  .mxh i {
	font-size: 16px;
	width: 32px;
	height: 32px;
	text-align: center;
	padding-top: 8px;
	box-sizing: border-box;
	margin-right: 5px;
}
footer a.facebook {
	background: #3a589d;
}

footer a.youtube {
	background: #ca2e2a;
}

footer a.twitter {
	background: #1da1f2;
}

footer a.instagram {
	background: #d11f54;
}

.footer-box-4 .footer-content i{
	font-size: 25px;
	margin-right: 5px;
	color: #008bea;
}
/* footer-bottom */
.full-footer-bottom {
	background: #008bea;
	padding: 10px 0;
	/*margin-bottom: 70px;*/
}

.left-footer-bottom {
	width: 40%;
	text-align: left;
	display: inline-block;
	color: #fff;
}

.mid-footer-bottom {
	display: inline-block;
	text-align: center;
	width: 19%;
}

.right-footer-bottom {
	display: inline-block;
	width: 40%;
	text-align: right;
}

a.design-by {
	color: #fff;
	text-decoration: none;
}

a.design-by:hover {
	text-decoration: underline;
}

#show-sft,
#hide-sft {
	float: right;
	font-size: 14px;
	margin: 0;
	text-align: right;
	cursor: pointer;
}

#show-sft,
.active-sft #hide-sft {
	display: inline-block;
}

#hide-sft,
.active-sft #show-sft {
	display: none;
}
/*form dat lich*/

.dqdt-popup {
 position: fixed;
 z-index: 9999;
 top: 0;
 height: 0;
 width: 0;
 left: 0;
 right: 0;
 bottom: 0;
 text-align: center;
 overflow: hidden;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: all .5s ease-in-out;
 -moz-transition: all .5s ease-in-out;
 -ms-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
 transform: scaleY(0);
 transform-origin: top;
}
.dqdt-popup.active {
 visibility: visible;
 opacity: 1;
 top: 0 !important;
 height: auto;
 width: auto;
 background: #000000b3;
 transform: scaleY(1);
}
.dqdt-popup.active .overlay {
 width: 100%;
 height: 100%;
}
.overlay {
 background-color: rgba(34, 34, 34, 0);
 color: rgba(0, 0, 0, 0.4);
 position: fixed;
 top: 0 !important;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 width: 0;
 height: 0;

}
.dqdt-popup.active .nd-wrap-cart ,
.dqdt-popup.active .form-datlich {
 max-height: calc(100% - 60px);
 opacity: 1;
 padding: 0;
 top: 20%;
 visibility: visible;
 transform: scaleY(1);
}
.dqdt-popup .nd-wrap-cart ,
.dqdt-popup .form-datlich {
 position: relative;
 width: 550px;
 /*padding: 25px 28px;*/
 max-height: 0;
 text-align: left;
 opacity: 0;
 margin: 0 auto;
 background: #fff;
 -webkit-transition: all 300ms ease-in-out;
 -moz-transition: all 300ms ease-in-out;
 -ms-transition: all 300ms ease-in-out;
 -o-transition: all 300ms ease-in-out;
 transition: all 300ms ease-in-out;
 position: relative;
 padding: 25px 28px;
 max-height: 0;
 text-align: left;
 opacity: 0;
 margin: 0 auto;
 background: #fff;
 transform: scaleY(0);
 transform-origin: top;
 visibility: hidden;
}
/**/
.datlich-popup .form-datlich::before{
 display: none;
}
.datlich-popup .form-datlich{
 position: relative;
 background: #008bea;
 color: #fff;
 -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
 box-shadow: 0 5px 15px rgba(0,0,0,.5);
 border: 1px solid rgba(0,0,0,.2);
 border-radius: 6px;
 outline: 0;
 padding: 30px !important;
}
.btn-close{
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    background: #000;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    top: -10px;
    right: -10px;
    font-size: 24px;
    z-index: 1;
    cursor: pointer;
}
.form-datlich p ,
.datlich-popup .form-datlich > h4 {
  color: #fff;
  margin-top: 0;
}
.datlich-popup .form-datlich > h4::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ddd;
  left: 0;
  top: 100%;
}
/**/
.nd-wrap-cart{

	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	border-radius: 5px;
}
.product_addto_cart{
	padding: 15px;
}
.product_addto_cart img{
	width: 100px;
	object-fit: contain;
	margin:0 auto;
	display: block;
}
.content_popup_cart {
	text-align: center;
}
/*cart fixed*/
#cart-bottom {
	position: fixed;
	bottom: 0;
	color: #fff;
	z-index: 5;
	width: 100%;

}

.cart-mini-jus,
.cart-mini-jus.active.hidden,
.ega-row-bottom-cart.hidden,
.ega-mini-cart-scroll.hidden{
	display: none;
}
.cart-mini-jus.active {
	background-color: #008bea;
	display: block;
	padding: 5px;
	display: block;
}
.cart-mini-jus .remove{
	display: none !important; 
}
.cart-mini-jus .woocommerce-mini-cart.cart_list.product_list_widget {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.cart-mini-jus .woocommerce-mini-cart.cart_list.product_list_widget li {
	width: 32%;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-right: 1%;
}
.cart-mini-jus .woocommerce-mini-cart.cart_list.product_list_widget li img{
	width: 40px;
	height: 40px;
	object-fit: contain;
	float: left;
	margin-right: 5px;
}
.cart-mini-jus .woocommerce-mini-cart.cart_list.product_list_widget li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	color: #000 !important;
	font-size: 13px;
	display: block;
}
.cart-mini-jus .quantity {
	display: block;
	font-weight: normal;
	color: #008bea;
}
a.ega-mini-cart-more {
	color: #fff;
	font-size: 20px;
	display: block;
}
.sl-mobile{
	display: none;
}
.cart-mini-jus .woocommerce-mini-cart__total.total {
	display: inline-block;
}
.cart-mini-jus .woocommerce-mini-cart__total.total strong{
	display: none;
}
.cart-mini-jus .woocommerce-mini-cart__total.total .amount {
	font-size: 20px;
	margin-right: 10px;
}
.cart-bottom .btn-show-cart {
	display: inline-block;
	padding: 6px 12px;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 5px;
}
.cart-mini-jus .total-minicarrt {
	text-align: right;
}
/**/
.ega-row-bottom-cart-2 {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ccc;
	display: none;
}
.cart_mini_two{
	background-color: #fff;
	color: #333;
}
.cart_mini_two img{
	max-width: 50px !important;
}
.cart_mini_two .cart-mobile{
	display: none;
}
.cart-scroll {
	max-height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 80%;
}
.cart_mini_two .woocommerce-cart-form-poupcart{
	display: flex;
	align-items: flex-start;
}
.cart-scroll table{
	width: 100%;
}
table .nd-sl{
	display: none;
}
.tong_tocheckout_toshop{
	padding: 0 20px ;
}
.tong_tocheckout_toshop .order-total {
	font-size: 20px;
	color: #008bea;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.tong_tocheckout_toshop .order-total .amount {
	font-weight: normal;
}
.cart_mini_two .wc-update-checkout{
	display: none;
}
.cart-bottom tr{
	text-align: left;
}
.cart-bottom tr th{
	font-weight: normal;
}
.woocommerce .product_remover_popup a.remove{
	font-weight: normal;
	font-size: 14px;
	color: #008bea !important;
}
.woocommerce .product_remover_popup a.remove:hover{
	background-color: transparent !important;
}
.cart_mini_two .amount{
	color: #008bea;
}
.text-center{
	text-align: center;
}
.ega-mini-cart-less {
	display: block;
	padding: 10px 0;
	color: #000;
	font-size: 15px;
}
.ega-mini-cart-less:hover {
	color: #000;
	text-decoration: none;
}
#view-request {
	display: none;
}
@media only screen and (max-width:979px) {
		#view-request {
			display: block;
		position: fixed;
		top: 50%;
		right: 0;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: #f1c40f;
		color: #000;
		font-weight: 700;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
		border-radius: 50%;
		z-index: 99;
		cursor: pointer;
	}
	#view-request i{
		font-size: 20px;
	}
}
@media only screen and (max-width: 850px) {
	.full-spvx ul.product_list_widget li a span{
		padding-top: 5px;
		padding-left: 5px;
	}

}
@media only screen and (max-width: 768px) {
	.inner-footer .col-lg-3 {
		width: 50%;
	}


	.footer-bottom {
		width: 100%;
		text-align: center;
	}
	.cart-mini-jus .mini-name ,
	.cart-mini-jus .quantity {
		display: none;
	}
	.cart-mini-jus .woocommerce-mini-cart.cart_list.product_list_widget li {
		width: auto;
		padding: 5px;
		margin-right: 0;
	}
	.hidden-mobile{
		display: none;
	}
	a.ega-mini-cart-more{
		font-size: 14px;
		text-align: center;
	}
	.sl-mobile{
		display: block;
	}
	.cart-mini-jus .woocommerce-mini-cart__total.total .amount,
	.tong_tocheckout_toshop .order-total {
		font-size: 16px;
		margin-right:0;
		display: inline-block;
	}
	.cart-mini-jus .woocommerce-mini-cart__total.total {
		margin: 0 0 5px;
	}
	/**/
	.cart_mini_two .woocommerce-cart-form-poupcart{
		flex-wrap: wrap;
	}
	.tong_tocheckout_toshop ,
	.cart-scroll{
		width: 100%;
		padding: 0;
	}
	.cart-bottom .btn-show-cart{
		float: right;
	}
	 table.cart-mobile .product-thumbnail{
		display: table-cell !important;
	}

	.cart-scroll{
		display: none;
	}
	.cart_mini_two .cart-mobile{
		display: block;
		max-height: 350px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.cart-mobile .product-quantity {
		display: flex;
		justify-content: space-between;
	}
	.cart_mini_two img {
		max-width: 100px !important;
		width: 100px;
		padding: 10px;
	}
	.cart-mobile .product-name{
		color: #333;
		margin-bottom: 10px;
	}
	.cart-mobile .product-name a{
		color: #333;
	}

}

@media only screen and (max-width: 600px) {
	 .footer-box {
	  width: 100%;
	}
	.full-spvx .product_list_widget{
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		width: auto;
		display: flex;
	}
	.full-spvx .product_list_widget li{
		width: 49%;
	}
	.full-spvx ul.product_list_widget li del {
		white-space: normal;
	}
	 .inner-footer .col-lg-3 {
	  width: 100%;
	}
	.footer-box h2{
		font-size: 16px;
		margin-top: 0;
	}
	.cart-mini-jus .woocommerce-mini-cart__total.total .amount, .tong_tocheckout_toshop .order-total {
		font-size: 14px;
	}
	.cart-bottom .btn-show-cart {
		font-size: 10px;
	}
	/**/
	.cart-mobile .product-name{
		font-size: 13px;
	}
	.dqdt-popup .nd-wrap-cart, .dqdt-popup .form-datlich{
		width: 90%;
		padding: 25px !important;
	}
}
