/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       ehsan gharakhan
 Author URI:   http://sepahaniyaz.ir
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*
#FF5300 	Primary
#284595		Secandry
*/
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1140px;
	margin: 0 auto;
}
.gform_button ,
.gform_button:hover ,
.wpcf7-submit ,
.wpcf7-submit:hover {
	color : white;
	border-radius : 5px;
	background-color: #294696;
	width: 100%;
}
.woodmart-entry-content {
	text-align: justify;
}
.gform_wrapper select {
    -webkit-appearance: auto!important;
    -moz-appearance: auto!important;
    appearance: auto!important;
}
/* widget */
.woodmart-sidebar-content .widget-title {
    background: transparent!important;
}
.woodmart-widget {
	border-color: #eaeaea;
    font-size: 15px;
    padding: 15px 20px !important;
    margin-bottom: 30px !important;
    background-color: white !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px 0 rgb(110 110 110 / 10%);
}
.all_check_header_footer {
    display: none;
}
/* .menu-main-navigation {
    background-color: #284595!important;
    padding: 20px 100px 20px 100px;
    margin-top: 50px;
} */
/*
.whb-navigation .whb-primary-menu .main-nav .site-navigation .woodmart-navigation .menu-center .navigation-style-default {
    background-color: #FC5E28!important;
}
.nav-link-text {
    color: white;
    padding-left: 20px;
}
*/
.nav-link-text {
	font-size: 15px!important;
}
.nav-link-text:hover {
	font-size: 15px!important;
    color: #FC5E28;
}
.whb-top-bar-inner .wd-tools-icon {
    color: #FC5E28;
}
.whb-top-bar-inner .my-account-with-username {
    background-color: white;
}
.wpt_product_title_in_td {
    font-size: 15px;
}
.wd-tools-text {
    color: black;
}
.woodmart-post-date {
    display: none;
}
.elementor-post__read-more , .read-more-section {
    float: left;
}
a.elementor-post__read-more::before , a.read-more-section::before {
	content: "|";
	width: 6px;
	height: 10px;
	background-color: #FC5E28;
	top: 1px;
	right: -14px;
	border-radius: 5rem;
}
.meta-author {
    display: none;
}
/*
.whb-header-bottom .whb-flex-row.whb-header-bottom-inner {
    background-color: #284595;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
}
*/
.menu-item:hover {
    color: #FC5E28;
}
.menu-item {
    padding-right: 10px;
    padding-left: 10px;
}
/*
.whb-header-bottom {
    background-color: transparent!important;
}
*/
.search-button-icon {
    color: #FC5E28;
}
.footer-column {
    margin-bottom: 0!important;
}
.stock .in-stock {
    color: transparent!important;
}
.stock .out-of-stock {
    color: transparent!important;
}
.stock .out-of-stock:before {
    content: "\f00d";
}
.footer-sidebar {
    padding-bottom: 0px!important;
}
.home tbody {
	background-color : #f0f0f0;
}
.home .wpt_product_title_in_td {
	padding-right: 10px;
}
.home tbody td a {
    font-weight: 500!important;
}
.home th .wpt_action {
	color: transparent!important;
}
.home .out-of-stock , .home .in-stock {
	color : transparent!important;
}
.home .out-of-stock::before {
	content : "\f00d";
	font-family: 'Font Awesome 5 Free';
	color: white;
    background-color: red;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
	font-size: 14px;
}
.home .in-stock::before {
	content : "\f00d";
	color: white!important;
    background-color: #3fc3ae;
    border-radius: 20px;
    padding: 5px;
	font-size: 14px;
}
.wpt_action::text {
	color : #f0f0f0!important;
}
.wpt_stock p{
	font-size:0;
}
.product-element-top {
	border-radius: 10px;
}

#wpt_table td , #wpt_table th {
	width: 20%;
text-align: center;
}
td.wpt_action {
	text-align: center !important;
}
th.wpt_action {
	font-size:0;
}
.term-description {
	text-align: justify;
    border: 1px solid #F0F0f0;
    border-radius: 10px;
    padding: 15px;
}
.product-image-wrap {
	padding : 15px!important;
}
.paoc-credit-wrp , .paoc-cus-close-txt , .paoc-popup-snote {
	display : none!important;
}
.wpt_varition_section.variations {
	display: none!important;
}
.menu-item-register {
	display: none!important;
}
.outofstock .price{display:none}
.outofstock .amount{display:none}
.woocommerce-Price-currencySymbol {
display: none;
}

/* Mobile */ 
@media only screen and (max-width: 768px) {
	tr {
		display: flex!important;
		flex-direction: row!important;
		flex-wrap: wrap!important;
		justify-content: space-between!important;
	}
	td {
		background-color: #f0f0f0!important;
	}
	.wpt_mobile_desc_part {
		display: flex;
		justify-content: space-between!important;
	}
	.wpt_action {
		display : none!important;
	}
	table#wpt_table.mobile_responsive.wpt_temporary_table_554.wpt_product_table td {
		border-bottom: 1px solid;
		position: relative;
		text-align: right!important;
		padding-left: 8px !important;
		height: 100%;
		border: none;
		border-bottom: 1px solid #ddd;
		width: 100%;
	}
} 
table{
    width:100%;
    max-width:100%;
}
@media screen and (max-width:980px){ table{ display:block; overflow-x:auto; } }


