.header-main .header-search-form .searchform {
	background: #fff;
	border: 1px solid #e5e5e5;
    border-radius: 5px;
    min-height: 34px;
    height: 34px;
	overflow: hidden;
}
.header-main .header-search-form .searchform .submit-button {
	background: none;
	color: #6F6F6F;
	border: none;
}
.header-main .header-search-form .searchform .search-field {
	border: none;
	box-shadow: none;
}
.header-main .header-search-form .searchform .flex-row {
	flex-direction: row-reverse;
}
.wn-menu-slide {
	
}
.wn-title .section-title-normal span,
.wn-title .section-title {
	border: none;
}
.wn-title .section-title-main {
	font-size: 25px;
    font-weight: 700;
    color: #444444;
	border: none;
	position: relative;
}
.wn-title .section-title-main:after {
	content: '';
    width: 100%;
    background: #4267b2;
    height: 2px;
    bottom: 0px;
	left: 0;
    position: absolute;
}
.wn-title .wn-show-cats {
	display: flex;
	list-style-type: none;
	gap: 8px;
	flex-wrap: nowrap;
	padding-bottom: 0;
	flex: 1;
	justify-content: flex-end;
}
.wn-title .wn-show-cats .wn_cats {
	margin: 0;
	padding: 0;
}
.wn-title .wn-show-cats .wn_cats a {
	height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px !important;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background: #F3F4F6;
    color: #444444;
    text-decoration: none;
    overflow: hidden;
    font-size: 12px;
    cursor: pointer;
}
.wn-title .section-title .wn-view-more {
	min-width: 85px;
    animation: pulse_br 1.5s infinite;
    transform: translateZ(0);
    box-shadow: 0 0 0 0 #4267b2;
    border-radius: 20px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background: #F3F4F6;
    color: #444444;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    font-size: 13px;
}
.product .box {
	border-radius: 10px;
    background: #fff;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 10px 10px 0 10px;
    box-shadow: rgba(60,64,67,0.1) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 2px 6px 2px;
    height: 100%;
}
.product .box:hover {
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.3);
    transform: scale(1.02);
}
.product .box .box-text.box-text-products {
	padding-left: 0;
	padding-right: 0;
}
.product .box .product-title {
	margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #444444;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product.sale .box .badge-container span.onsale{
	font-size: 14px;
}
.product .box .price-wrapper .price {
	display: flex;
	flex-direction: row-reverse;
	justify-content: left;
}
.product .box .price-wrapper .price ins .amount {
	font-size: 13px;
    font-weight: 700;
    color: #d00f00;
}
.product .box .price-wrapper .price del .amount {
	font-weight: 400;
    display: inline-block;
    margin: 0 0 5px 10px !important;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: line-through;
    color: #707070;
}
.product .box .label-text-quycach {
	width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #E5E7EB;
    background: #F3F4F6;
    font-size: 13px;
    color: #585858;
    line-height: 17px;
}
.product .badge-container .on-sale {
	    background-color: #d00f00;
}
.wn-categories .product-category .box {
	border-radius: 9px;
}

.wn-categories .product-category .box .box-text {
	background: none;
	top: 0;
}
.wn-categories .product-category .box:hover .box-text {
	background: none;
}
.wn-categories .product-category .box .box-text .header-title {
	font-weight: 700;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
	text-align: left;
}
.wn-footer-section h4 {
	font-size: 18px;
	font-weight: 400;
}
.wn-footer-section p,
.wn-footer-section li {
	font-size: 14px;
}
.wn-footer-section .social-icons .icon {
	border-radius: 3px !important;
	background: #fff;
	color: #000;
}
.wn-footer-section .social-icons .icon:hover {
	color: #000 !important;
}
.wn-footer-right p > a {
	display: flex;
}
.wn-footer-right p > a > span {
	    display: inline-block;
    color: #fff;
    line-height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-clip: padding-box;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    margin-top: 2px;
}
.wn-footer-button-contact {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translatey(-50%);
	display: flex;
	flex-direction: column;
	gap: 8px;
	z-index: 999;
}
.wn-footer-button-contact .wn-btn-contact {
	width: 45px;
    height: 45px;
}
.wn-footer-button-contact .wn-btn-contact img {
	
}
.wn-video .wn-video-title p,
.wn-video .wn-video-title h4 {
	margin: 0; 
}

.wn-video .wn-video-title h4 {
	padding: 10px;
	color: #fff;
	
}
.wn-video .wn-video-title p {
	padding: 5px 8px;
}
.wn-video.wn-video-big .wn-video-title h4 {
    text-transform: uppercase;
    font-size: 25px;
}
.wn-video-btn .button {
	background: rgba(255,0,0,0.49) !important;
	border: none !important;
}
.wn-video-btn .button.open-video i {
	top: 2px;
}
.wn-product-tabs .woocommerce-tabs {
	max-width: 100%;
}
.wn-product-tabs .woocommerce-tabs .tab-panels {
	max-width: 1220px;
	margin: 0 auto;
}
.wn-product-tabs .woocommerce-tabs .tabs {
	box-shadow: 0 0 3px #ccc;
	border: none;
	padding: 0;
}
.wn-product-tabs .woocommerce-tabs .tabs li {
	font-size: 18px;
}
.wn-product-tabs .woocommerce-tabs .tabs li.active {
    border-bottom: 1px solid #4267b2;
}
.wn-product-tabs .woocommerce-tabs .tabs li.active a {
	color: #4267b2;
}
.wn-product-tabs .woocommerce-tabs .tabs li:hover a:before,
.wn-product-tabs .woocommerce-tabs .tabs li.active a:before {
	display: none;
}
@keyframes pulse_br {
	0% {
		
	}
	70% {
		box-shadow: 0 0 0 10px rgba(237,22,80,0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(237,22,80,0);
	}
}
@media (max-width: 768px) {
	.wn-main-sec > .section-content > .row {
		max-width: 720px;
	}
}

@media (max-width: 767px) {
	.wn-title .section-title-main {
		font-size: 16px;
	}
}

@media only screen and (max-width: 850px) {
	.wn-product-tabs .woocommerce-tabs .tab-panels {
		max-width: 720px;
		padding: 0 10px;
	}
	.col.wn-md-no-pading-bot {
		padding-bottom: 0;
	}
	.wn-lien-he-btn-footer p {
		display: flex;
		gap: 8px;
	}
	.wn-title.wn-title-has-cat .section-title {
		position: relative;
		padding-bottom: 10px;
    	margin-bottom: 36px;
	}
	.wn-title.wn-title-has-cat .section-title .section-title-main {
		order: 1;
	}
	.wn-title.wn-title-has-cat .section-title .wn-show-cats {
		order: 3;
		position: absolute;
		top: 100%;
		left: 0;
		display: -webkit-inline-box;
    	overflow-x: scroll;
	}
	.wn-title.wn-title-has-cat .section-title .wn-show-cats::-webkit-scrollbar {
	  display: none;
	}
	.wn-title.wn-title-has-cat .section-title .wn-view-more {
		order: 2;
	}
}