.row-5 .col-lg-custom-4 {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    margin-bottom: 10px;
}

@media (min-width: 1200px)
{
	.col-lg-custom-4 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
}

strong a{
	font-weight: bold;
}
.error, .error-message {
    color: red;
}

.product-area{

}

/*hero-area4*/

@media(min-width: 1200px){
	.product-area{
		min-height: 495px;
	}
	.hero-area4{
		min-height: 454px;
	}
	.home-slider-4{
		min-height: 384px;
	}

	.menu-bottom{
		height: 50px;
	}
}

@media(max-width: 1200px){
}

@media(max-width: 580px)
{
	.home-slider-4{
		min-height: 209px;
	}
}
/*hero-area4*/

.single-product .product-img a{
	/*position: relative;*/
}

.single-product .product-content h3 a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-name{
	font-size: 20px;
}

@media (max-width: 1200px){
	.header.shop .cat-heading{
		font-size: 15px;
	}
	.header.shop .cat-heading i{
		font-size: 16px;
	}

	.header.shop .nav li a{
		padding: 10px;
	}
}

@media only screen and (max-width: 990px){
	.header.shop .all-category h3{
		padding: 10px 5px;
	}
}

@media only screen and (max-width: 767px){
	.callcenter span{
		text-align: center;
	}

	.shop.single .product-des h5 {
	    display: block;
	    width: 100%;
	}
	.breadcrumbs {
	    padding: 0;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1200px){
	.header.shop .cat-heading i{
		margin: 0;
	}
}

@media(max-width: 580px){
	.custom_field_tragop{
		top: 5px;
		left: 2px;
		position: absolute;
		/*position: relative;*/
		/*top: -6px;*/
		/*display: inline-block;*/
		/*left: unset;*/
	}
	.price-down{
		top: 5px;
		right: 2px;
	}

	.single-product{
		padding-top: 20px !important;
	}

	/*product_hot*/
	.most-popular .single-product{
		margin: 0 2px 10px;	
	}
	/*product_hot*/

	.products.list.slides .single-product{
		min-width: 135px;
	}

	.owl-style-3 .owl-stage, .popular-slider .owl-stage {
	    left: -57px;
	}

	.pro_timer{
		flex-wrap: wrap;
	}
}


/*product single*/
.desc_cat ul,
.blog-single-main ul{
    list-style:  auto;
    padding-left: 30px;
}

.desc_cat ol,
.blog-single-main ol{
    list-style:  auto;
    padding-left: 30px;
}

.desc_cat ul li,
.blog-single-main ul li{
    list-style-type: disc;
}

.desc_cat ol li,
.blog-single-main ol li{
    list-style-type: decimal;
}
/*product single*/

/*$advert_popup*/
.adv_popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1999;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.adv_popup:before{
	content:"";
	position: absolute;
    left: 0;
    top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}

.adv_content{
	min-width: 200px; min-height: 200px;width: 90%;
	max-width: 700px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	z-index: 9;
}
.adv_content img{max-height: 100%;}
.adv_content .wow{background: #fff; }

.close_popup{
	position: absolute;
	top: -24px;
	right: -19px;
	font-size: 28px;
	color: #ffe500;
	display: flex;
	cursor: pointer;
}
/*end $advert_popup*/

/*footer*/
.footer .about .call *,
.footer .about .location *{
	color: #fff;
}
.footer .about .call{
	margin-top: 0;
}
.footer .about .call ,
.footer .about .location {
	padding-left: 35px;
	background: url(/upload/images/icons/Untitled-4-min.png) no-repeat top 5px left;
	background-size: 27px;
}
.footer .about .location {
	background: url(/upload/images/icons/Untitled-3-min.png) no-repeat top 5px left;
	background-size: 27px;
}
.footer .about .call a{
	letter-spacing: 1px;
	font-size: 18px;
}

@media(max-width: 768px){
	.footer .about .call ,
	.footer .about .location{
		background-size: auto 20px;
		background-position: top 1px left;
	}
}
/*footer*/

.zalo-chat-widget{
	bottom: 150px !important;
	right: 9px !important;
	z-index: 999 !important;
}

.section-title h1 {
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    color: rgb(191, 27, 28);
    font-weight: 700;
    /* margin-bottom: 10px; */
    /* padding-bottom: 15px; */
}

.design_by{
	display: none !important;
}

.title_bar_icon_close img{
	display: block;
}


/*content loading*/
.mh-100{
    min-height: 100px !important;
}
.list-content-loading {
  background: rgba(0, 0, 0, .3);
  border-radius: 3px;
  bottom: 0;
  display: none;
  left: 0;
  /*margin: -15px;*/
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1021;
}

.half-circle-spinner {
  border-radius: 100%;
  height: 60px;
  margin: 20px auto;
  position: relative;
  width: 60px
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box
}

.half-circle-spinner .circle {
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%
}

.half-circle-spinner .circle.circle-1 {
  -webkit-animation: half-circle-spinner-animation 1s infinite;
  animation: half-circle-spinner-animation 1s infinite;
  border-top-color: var(--color-primary)
}

.half-circle-spinner .circle.circle-2 {
  -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
  animation: half-circle-spinner-animation 1s infinite alternate;
  border-bottom-color: var(--color-primary)
}

@-webkit-keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

.list-content-loading .half-circle-spinner .circle.circle-1 {
  border-top-color: #fff
}

.list-content-loading .half-circle-spinner .circle.circle-2 {
  border-bottom-color: #fff
}

.list-content-loading .half-circle-spinner {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-content-loading .half-circle-spinner .circle {
  border: 5px solid transparent
}

@media screen and (max-width:768px) {
  .list-content-loading {
    top: 15px
  }
}


@-webkit-keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
/*content loading*/

/*tra gop*/
#tab-container-ins-nav{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
#tab-container-ins-nav li {
}
#tab-container-ins-nav li a{
	padding-left: 10px;
	line-height: 20px;
	background: unset!important;
	display: flex;
	align-items: center;
	min-height: 62px;
}
#tab-container-ins-nav li a i{
    color: #e11b1e;
    font-size: 30px;
    margin-right: 10px;
}
#tab-container-ins-nav li a img{
	height: 23px;
	margin-right: 10px;
}
/*tra gop*/