/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
.f-info > div {
	display: flex;
}
.f-info .fa {
	margin-left:5px;
}
.cat-design-alt .hover-mask {
    padding: 10px;
    height: 75px;
    background-color: #00abe6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cat-design-alt .hover-mask .category-title {
	color:#fff;
}
.cat-design-alt.categories-with-shadow .category-image-wrapp {
    box-shadow: none;
    border: solid 1px #e0e0e0;
    margin-bottom: 12px;
}
.title-wrapper.title-simple2 .liner-continer {
    margin-bottom: 3px;
}
.title-wrapper.title-simple2 .title-after_title {
    font-weight: 300;
}
.title-wrapper.title-simple2 .liner-continer .title:before {
	content:'';
	 width: 50px;
  height: 7px;
  background-color: #00abe6;
	display: block;
    margin: 0 auto;
}
.woodmart-products-tabs .products-tabs-title li {
	position:relative;
	font-size:24px;
}
.woodmart-products-tabs .products-tabs-title li:after{
	content: '';
    height: 25px;
    background: #000;
    display: inline-block;
    width: 2px;
    position: absolute;
    right: 0;
	top: 50%;
    transform: translateY(-50%);
}
.woodmart-products-tabs .products-tabs-title li:first-child:after {
	display:none;
}
.product-grid-item.woodmart-hover-standard .product_inner_brdr {
	border: solid 1px #e0e0e0;
	padding-bottom: 12px;
}
.product-grid-item.woodmart-hover-standard .product-title a {
	font-size: 24px;
    font-weight: 300;
}
.product-grid-item.woodmart-hover-standard .price .amount {
    font-size: 24px;
    font-weight: bold;
}
.woodmart-hover-standard .add-to-cart-loop span {
    font-size: 24px;
    font-weight: 600;
	line-height: 1;
}
.woodmart-hover-standard .add-to-cart-loop{
	    width: 100%;
    /* height: 57px; */
    border: none;
    box-shadow: none !important;
    padding: 6px 0;
}
.woodmart-products-tabs.tabs-design-default .woodmart-tabs-header {
    margin-bottom: 35px;
}
.title-border-right {
	border-right: 7px solid #fff;
    padding-right: 15px;
	line-height:1;
}
.btn.my-btn {
	    font-size: 24px;
    font-weight: bold;
    color: #00abe6;
    padding: 19px 5px;
    width: 260px;
    max-width: 100%;
}
header .wd-tools-element .wd-tools-text {
	font-size:16px;
}