/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: HiroshiLord
Template: flatsome
Version: 3.0
*/
.my-portfolio-hiroshi .row.row-collapse {
	max-width: 100%!important;
	padding-top: 0!important;
}
.my-portfolio-hiroshi .row{
	margin: auto!important;
}
.transparent.has-transparent .header-inner  ul li a{
	color: #fff!important;
}
.transparent.has-transparent .header-nav-main.nav-line-bottom > li > a:before{
	background-color: #fff!important;
}
/* DEFAULT NO BORDER AND LINE-THROUGH */
.section-title-center b{
    opacity: 0;
}
.section-title-normal {
    border-bottom: none;
}

.section-title-normal span {
    border-bottom: none;
}
/* END */
.h-380 .col-inner {
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
}
.header-search-form-wrapper form button[type="submit"]{
	border: 1px solid white;
}
.header-bottom-nav.nav-line-grow > li > a:before{
	background-color: #fff;
}
.btn-text{
	font-weight: normal;
}
.custom-blog-home .col.post-item{
  padding-bottom: 2px !important;
}
@media screen and (max-width: 767px){
	.header-bottom .header-search-form{
		margin-right: 0px;
	}
	.y10{
		top:20%!important
	}
}
@media screen and (min-width: 768px){
	.cus-product-owner>div.col{
	    transform: skewX(10deg);
	}
	.cus-product-owner>div.col .box-text{
	    transform: skewX(-10deg);
	}
	.cus-cat-page>div.product-category{
	    transform: skewX(10deg);
	}
	.cus-cat-page .box-category .box-text .box-text-inner{
		transform: skewX(-10deg);
	}
}

.cus-cat .box-text-inner p.count, .cus-cat-page .box-text-inner p.count {
	display: none;
}
.cus-cat .box-category{
	position: relative;
}
.cus-cat .box-category .btn-cover{
	position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
}
.custom-loop-product a.woocommerce-LoopProduct-link{
	color: #050505;
	text-transform: uppercase;
}
.cus-blog .is-divider{
	display: none;
}

.woocommerce-ordering, .category-page-title{
	display: none;
}
.shop-container .term-description{
	display: none;
}
.box-text-products .product-title a{
	font-size: 16px;
    color: #000000;
    text-transform: uppercase;
}
.shop-container .products .product-small>.col-inner{
	position: relative;
}
.shop-container .products .product-small>.col-inner .tinv-wraper{
	    position: absolute;
    right: 15px;
    bottom: 20px;
}
.shop-container .products .product-small>.col-inner .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before
{
	font-size: 30px;
}
.wishlist-icon{
	display: none;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
	color: #ff0000;
}
.related-products-wrapper .product-small>.col-inner .tinv-wraper{
	display: none;
}
.blog-archive{
	padding-top: 0px;
}
.no-comments{
	display: none;
}
.cus-cat-page .btn-cover{
	display: none;
}
.blog-post-inner .is-divider{
	display: none;
}
.notranslate:before{
	display: none !important;
}
.icon-yl:hover .box-image{
	transform:translateY(6px);
}
.icon-yl .box-image{
	border-radius: 50%;
	padding: 12px;
	margin-bottom:20px;
}
.icon-yl .box-image::before{
	content: "";
	position: absolute;
	width: 112px;
	height: 112px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #273F4F;
	z-index: -1;
}
.icon-yl .box-image::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: transparent;
	border: 1.3px solid #fff;
	z-index: -1;
}
.icon-yl .box-image img{
	filter:invert(1);
}