/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@media (max-width: 1024px) {
.min-footer>div {
    flex-basis: auto;
	font-size: 14px;
}
}
footer a {
	color: #777!important;
}
.single-product-page .product-images img {
    object-fit: contain;
    width: 100%;
    max-height: 600px;
}

.whb-general-header .woodmart-logo img {
    max-height: 90px;
    height: 63px;
}
/* Убрать это когда новостей будет больше 1 */
#post-368 {
	margin: 0 auto!important;
	position: inherit!important;
}
.whb-header {
    margin-bottom: 0px!important;
}
.hellotext {
    margin: 0 auto;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
        color: rgba(255,255,255,0.5);
	width: 620px;
    /* background: rgba(255,255,255,0.8)!important; */
}
.mainback {
	height: 300px;
	color:#fff;
}

@media (max-width: 640px) {
.site-content {
    margin-bottom: 0px;
}	
.hellotext {
    margin: 0 auto;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    color: #315c7c;
	width: 300px;
}
.mainback {
	height: 400px;
	color:#fff;
}
.whb-general-header .woodmart-logo img {
    max-width: 200px!important;
}
}