/* home */
.title h2{
	font-size: 36px;
	position: relative;
	margin-bottom: 40px;
}
.title h2:before{
	content:'';
	width: 92px;
    height: 2px;
    position: absolute;
    left: 50%;
    background: var(--theme-color);
    bottom: -10px;
    transform: translateX(-50%);
}
.home-sec-1 .title-banner h3{
	font-size: 28px;
    line-height: 1.4;
    font-family: var(--semi);
}
.home-sec-1 .title-banner p{
	font-size: 18px;
    letter-spacing: 4px;
}
.home-sec-1 .text-box-content .button{
	font-weight: 100;
	border-width: 1px;
	border-radius: 5px;
}
.home-sec-1 .text-box{
	padding-left: 15px;
}
#main .home-sec-1 .slider .flickity-page-dots{
	bottom: 15px;
}
.home-sec-2 p{
	font-size: 14px;
	margin-bottom: 0;
}
.home-sec-2 h3{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
    margin-top: 15px;
}
.home-sec-2 i{
	font-size: 45px;
	color: var(--theme-color);
	font-weight: 200;
}
.home-sec-3 .product-category {
	padding: 12px
}
.home-sec-3 .box-text-inner *{
	text-shadow: none;
}
.home-sec-3 .box-text-inner h5{
	font-size: 36px;
	color: #2d2d2d;
	text-transform: none;
	font-family: var(--semi);
}
.home-sec-3 .box-text-inner h5:hover{
	color: var(--theme-color);
}
.home-sec-3 .box-text{
	padding: 30px 20px;
	background: linear-gradient(0deg, rgba(255,255,255,0.65) 50%, transparent);
}
.home-sec-3 .txt-xemthem{
	color: #2d2d2d;
	font-size: 16px;
	font-family: var(--semi);
	display: flex;
	align-items: center;
	width: max-content
}
.home-sec-3 .txt-xemthem i, .home-sec-3 .txt-xemthem:hover{
	color: var(--theme-color);
}
.home-sec-3 .txt-xemthem i{
	margin-left: 8px;
	font-weight: 500
}
.product-small .title-wrapper{
	width: 100%;
	text-align: center
}
.product-small.box .product-title a{
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    -webkit-line-clamp: 2;
    max-height: 48px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
	height: auto
}
.product-small.box .price-wrapper .price > *{
	width: max-content !important
}
.product-small.box .price-wrapper .price{
	justify-content: center;
	flex-direction: row;
	align-items: center
}
.product-small.box .price-wrapper .price > del{
	margin-left: 10px;
	font-weight: 100 !important;
	font-size: 14px;
	color: #AEAEAE;
}
.product-small.box .price-wrapper .price > del .amount{
	font-family: var(--regular) !important;
	font-weight: 100 !important;
}
.home-sec-4 .product-small {
	padding: 12px;
}
.home-sec-4 .nav a{
	display: block;
    font-size: 18px;
    padding: 7px 0;
    width: 248px;
	text-align: center;
	font-weight: 100;
	font-family: var(--regular);
	color: #2d2d2d;
}
.home-sec-4 .nav .active a{
	background: #343434;
    color: #fff;
	border-radius: 5px;
}
.home-sec-4 .nav{
	margin: 15px 0
}
.home-sec-5 .product-small.box{
	box-shadow: none;
}
.home-sec-5 .badge-inner{
	background-color: var(--theme-color);
    border-radius: 5px;
    height: 26px;
    max-height: 26px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    font-family: var(--medi);
    font-weight: normal;
}
.home-sec-5 .badge-container {
    margin-top: 6.5px;
}
.home-sec-5 .product-small.box .price-wrapper .price{
	justify-content: flex-start
}
.home-sec-5 .product-small .title-wrapper{
	text-align: left
}
.home-sec-5 .product-small .title-wrapper .name a{
	font-family: var(--bold);
	font-size: 22px;
    margin-bottom: 20px;
	padding-top: 15px;
}
.home-sec-5 .box-text{
	padding-left: 30px !important;
}
.home-sec-5 .product-small.box .price-wrapper .amount{
	font-size: 26px;
}
.home-sec-5 .product-small.box .price-wrapper del .amount{
	font-size: 18px !important;
}
.product-small .box-excerpt, .home-sec-5 .flickity-button{
	display: none;
}
.home-sec-5 .product-small .box-excerpt{
	display: block;
	font-size: 16px
}
.home-sec-5 .add-to-cart-button a{
	background: initial;
    width: 165px;
    height: 44px;
    text-align: center;
    padding: initial;
    border-radius: initial;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 16px;
    font-weight: 100;
	border-radius: 5px;
}
/* .home-sec-6 .product-small {
	padding: 12px;
} */
.home-sec-6 .col1 .col-inner, .home-sec-7 .col1 .col-inner, .home-sec-8 .col1 .col-inner {
	display: flex;
	align-items: baseline;
}
.home-product .img, .home-product .img img, .home-product .img-inner{
	border-radius: 5px;
} 
.home-product .button.is-link{
	display: flex;
    width: max-content;
    margin-right: 0;
    margin-left: auto;
    margin-top: -35px;
	font-weight: 100;
	color: #2d2d2d;
	align-items: center;
}
.home-product .button.is-link:hover{
	color: var(--theme-color);
}
.home-product .button.is-link .icon-angle-right{
	top: 0;
	color: var(--theme-color);
}
.home-product .button.is-link .icon-angle-right:before{
	content: "\f178";
	font-family: var(--fa6);
	font-weight: 500;
	margin-right: 8px;
}
.home-sec-7 .product-small.box{
	background-color: white
}
.sec-news{
	padding-top: 0 !important;
	padding-bottom: 60px !important
}
.sec-news .col-blogs > .col-inner{
	padding: 0
}
/* end home */
/* header */
.header-search.current-dropdown > ul{
	left: -230px;   
    border: none;
	padding: 0 !important;
	top: 50px;
}
#header .header-search .search-form{
	margin: 0 !important
}
.header-search.current-dropdown:before{
	border: none !important;
	background-color: transparent;
}
.header-search.current-dropdown:after{
	top: 35px;
}
.header-search #woocommerce-product-search-field-0::placeholder{
	font-style: italic
}
.header-search form .icon-search{
	color: #2d2d2d
}
#header .header-bg-color{
	background-color: #000000;
	background-image: none
}
#masthead .image-icon img {
    max-width: 25px;
}
#header .header-cart-link{
	padding: 5px 5px;
}
.header-main .header-nav-main.nav > li > a{
	color: white;
	font-size: 15px;
	font-weight: 100;
	font-family: var(--medi)
}
.header-main .header-nav-main.nav > li{
	margin: 0 20px;
}
.header-main .header-nav-main.nav > li > a:hover, .header-main .header-nav-main.nav > li.active > a{
	color: var(--theme-color)
}
.header-main .header-nav-main.nav{
	justify-content: center
}
.header-main .header-nav-main.nav > li.header-search i.icon-search:before{
	content: '\f002';
	font-family: var(--fa6);
	font-weight: 500
}

.product-main .row .icon-box {
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    margin-top: 20px;
    align-items: center;
}
.product-main .icon-box-text p:first-of-type {
    margin-bottom: 4px;
    font-size: 16px;
    font-family: var(--medi);
}
.vertical-thumbnails::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.vertical-thumbnails {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.product-gallery > .row{
	margin-left: 0px !important
}
.row-product-tab table td, .row-product-tab table th{
	padding: 15px;
} 
.woocommerce-Tabs-panel--description .content{
	height: 330px
}
.show-more.none:before{
	display: none;
}
.sp-nb .product-small.box .product-title{
	text-align: left;
}
.product-footer .box-noibat .price-wrapper .amount {
    font-size: 14px;
    line-height: 22px;
}
.product-footer .box-noibat .price-wrapper del .amount {
    font-size: 12px !important;
    line-height: 22px;
}
.related-products-wrapper{
	margin-bottom: 50px;
}
/* end header */
/* about */
.page-about2 .stack{
	margin-top: 50px;
}
.page-about2 .stack .text {
    padding: 30px 20px 20px 20px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.058823529411764705);
    text-align: center;
}
.page-about2 .stack .text i {
    font-size: 45px;
    color: var(--theme-color);
    font-weight: 200;
}
.page-about2 .stack .text h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 15px;
}
.page-about2 .stack .text p {
    font-size: 14px;
    margin-bottom: 0;
}
.page-about1 .img, .page-about1 .img img{
	border-radius: 5px;
}
/* end about */
/* search */
#search-lightbox #woocommerce-product-search-field-0{
	font-size: 20px;
    font-family: var(--regular);
}
#search-lightbox .ux-search-submit{
	display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    line-height: 1;
	padding-top: 5px;
}
#search-lightbox .ux-search-submit i:before{
	content: '\f002';
	font-family: var(--fa6);
	font-weight: 400
}
/* end search */
@media (max-width: 980px) and (min-width: 481px){
	.home-sec-2 .col-cate{
		padding: 15px !important
	}
	.home-sec-4 .row > .product-small:last-child, .home-sec-6 .medium-columns-3 > .product-small:last-child, .home-sec-7 .medium-columns-3 > .product-small:last-child, .home-sec-8 .medium-columns-3 > .product-small:last-child{
		display: none;
	}
	.home-sec-5 .box-image{
		background-color: white
	}
	.home-sec-3{
		padding-bottom: 10px !important;
	}
	.home-product .img-inner{
		padding-top: 148% !important
	}
	.home-sec-8 .img .img-inner{
		padding-top: 56.25% !important
	}
	.home-sec-3 .box-text-inner h5{
		font-size: 28px;
	}
	.home-sec-5 .product-small .title-wrapper .name a{
		padding-top: 0
	}
	.product-main .product-info{
		margin-top: 30px;
	}
	.archive .category-filtering > div{
		display: none;
	}
	.home section{
		overflow: hidden
	}
	#shop-sidebar .widget-title {
		font-size: 14px;
	}
	.sp-nb > .product-small{
		width: 50%;
		display: none
	}
	.sp-nb > .product-small:nth-child(1), .sp-nb > .product-small:nth-child(2), .sp-nb > .product-small:nth-child(3), .sp-nb > .product-small:nth-child(4){
		display: block;
	}
	.featured-posts .list-post{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.featured-posts .list-post > .box{
		width: 48%;
		margin: 0
	}
	.featured-posts .list-post > .box:last-child{
		display: none;
	}
}
@media (max-width: 780px) and (min-width: 481px){
	.home-product .img-inner {
		padding-top: 150% !important;
	}	
}
@media (max-width: 480px){
	.product-main .product-info{
		margin-top: 30px;
	}
	.home-sec-1 .title-banner h3{
		font-size: 16px;
		text-transform: none;
	}
	.home-sec-1 .title-banner p {
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: capitalize;
	}
	.home-sec-1{
		overflow: hidden
	}
	.home-sec-2 .col-cate{
		position: relative;		
	}
	.home-sec-2 .col-cate:not(:last-child){
		margin-bottom: 30px;
		position: relative;
	}
	.home-sec-2 .col-cate:not(:last-child):after{
		content:'';
		width: 50%;
		height: 1px;
		color: red;
		position: absolute;
		bottom: -15px;
		left: 50%;
		transform: translatex(-50%)
	}
	.home-sec-2 h3{
		font-size: 16px;
		text-transform: none;
		margin-bottom: 3px;
		margin-top: 10px;
	}
	.home-sec-2 p{
		font-size: 12px;
	}
	.home-sec-2 i {
		font-size: 34px;
	}
	.title h2 {
		font-size: 26px;
		position: relative;
		margin-bottom: 40px;
	}
	.home-sec-3 .box-text-inner h5 {
		font-size: 24px;
	}
	.home-sec-4 .nav a {
		padding: 7px 15px;
		width: max-content;		
	}
	.home-sec-6 .row-1 .large-12{
		order: 1;
	}
	.home-sec-6 .row-1 .medium-8{
		order: 3;
	}
	.home-sec-6 .row-1 .medium-4{
		order: 2;
		margin-bottom: 20px;
	}
	.home-sec-7 .medium-4{
		margin-bottom: 20px;
	}
	.home-sec-8.home-product .img-inner{
		padding-top: 60% !important
	}
	#main .sec-news .blog-grid{
		/* display: flex; */
	}
	.sec-news .blog-grid .post-item:not(:first-child){
	}
	.sec-news .blog-grid .box-blog-post{
		margin-bottom: 0
	}
	.home-sec-8{
		padding-top: 40px !important
	}
	.home-sec-3, .home-sec-5, .home-sec-6, .home-sec-7{
		padding-top: 40px !important;
		padding-bottom: 40px !important
	}
	.home-sec-3{
		padding-bottom: 10px !important
	}
	.related-products-wrapper .row-slider .flickity-prev-next-button svg {
		border: 0!important;
		padding: 6px!important;
	}
	.related-products-wrapper {
		border: 0;
		padding-top: 15px;
		margin-bottom: 35px;
	}
	.blog-wrapper .archive-page-header .col, .blog-wrapper .header-single .col, .page-banner .col{
		padding-top: 65px;
	}
	.page-about1 .col-left ul{
		flex-direction: row;
	}
	.page-about1 .col-left ul li{
		width: 50%;
	}
	.product-small.col {
		padding: 0 10px 20px;
	}
	.home section, .single .product-footer{
		overflow: hidden
	}
	.home-sec-5 .product-small .title-wrapper .name a{
		font-size: 20px !important;
		margin-bottom: 0
	}
	.home-sec-5 .product-small.box .price-wrapper .amount{
		font-size: 20px;
	}
	.home-sec-5 .product-small .box-excerpt{
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 20px;
		-webkit-line-clamp: 4;
		height: 80px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.home-sec-5 .add-to-cart-button a {
		width: 140px;
		height: 36px;
	}
	.home-sec-5 .box-text {
		padding-left: 10px !important;
	}
	.single .shop-page-title .page-title-inner > div:last-child{
		display: none;
	}
	.single .blog-single {
		padding-top: 0px;
	}
	.header-single {
		margin-bottom: 40px;
	}
	.page-contact .info-contact ul li{
		display: flex
	}
	.page-contact .info-contact ul li i{
		min-width: 32px;
	}
	.page-contact .info-contact ul li:not(:last-child){
		align-items: center
	}
	.box-postdate span{
		padding: 5px 10px 3px;
		font-size: 13px;
	}
	.archive .category-filtering > div{
		display: none;
	}
	#footer .sec-menu{
		padding-top: 45px;
	}
	#wrapper .page-about2 {
		padding-bottom: 50px;
	}
}