/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.product-grid-item.wd-product .product-image-link{
	max-height:300px;
}
.product-grid-item.wd-product .product-image-link img{
	max-height:180px;
	height:180px;
	object-fit:cover;
}
.mycushome .wd-product-header{
	background: rgb(191, 30, 175);
    padding: 20px;
    color: #fff;
    border-radius: 0px 0px 20px 20px;
    margin-top: -20px;
    Z-INDEX: 99;
}
.mycushome .wd-product-header h3 a{
	color:#fff!important;
}
.hideforseo{
	display:none!important;
}

.single.single-product .product-image-summary-wrap .sidebar-container{
	display:block!important;
}

.single.single-product .sidebar-widget.woocommerce.widget_products,.single.single-product .product_meta,.single.single-product .woocommerce-tabs{
	display:none!important;
}
.bookbut:after{
	background:transparent!important;
	background-color:transparent!important;
}

.single.single-product .testimonial {
    padding: 15px;
    padding-right: 20px;
}
.single.single-product .testimonial {
    position: relative;
    border-radius: 9px;
    padding: 15px 45px;
    content: "";
    font-style: italic;
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.375;
    font-weight: 100;
    quotes: "\201C" "\201D" !important;
    z-index: 1;
}

.single.single-product .testimonial p:before,.single.single-product .testimonial p:after {
    position: static;
    line-height: 0;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: bottom;
	position: absolute;
    top: 30px;
    left: 14px;
    content: open-quote !important;
    font-size: 60px;
    line-height: 10px;
    font-style: normal;
    font-weight: 700;
}

.single.single-product .testimonial .author {
    margin-top: -10px;
    font-weight: 700;
    text-align: right;
	color:rgb(130, 36, 227);
}

.single.single-product .widget-title{
	font-family: "Fredoka", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: rgb(130, 36, 227);
}