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

a{
	cursor: pointer;
}

.testimonials .owl-nav>div[class*=prev]{
	left: 0
}
.testimonials .owl-nav>div[class*=next]{
	right: 0
}

h5.title{
	font-weight: 500;
}

.woodmart-prefooter{
	padding-bottom: 0;
}

.footer__menu ul{
	display: flex;
	justify-content: space-between;
}

.woodmart-list.footer__menu ul li{
	margin-bottom: 0;
}

.woodmart-navigation .category-icon{
	max-height: 50px;
}

.pswp__bg{
	background-color: rgba(0, 0, 0, .3)
}

.menu-mega-dropdown .sub-menu>li{
	max-width: 190px;
}

.vertical-navigation .menu-mega-dropdown .sub-menu>li>a{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.menu-simple-dropdown .sub-menu>li>a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
/*Аксессуары меню */
.woodmart-navigation .sub-menu>li>a .category-icon{
	max-height: none;
	width: 150px;
	margin-bottom:7px;
}

.woodmart-navigation .sub-menu>li>a .category-icon:hover{
transform: scale(1.07);
transition: 1.0s;
}


.menu-mega-dropdown .sub-menu>li>a .category-icon{
	max-height: none;
	width: 150px;
}

.min-price{
	font-size: .8em;
}

.yith-wcwl-icon.fa.fa-heart-o{
    display: none;
}

.woodmart-wishlist-info-widget:not(.whb-wishlist-text) .wishlist-label{
    display: inline-block;
}

.breadcrumbs-location-below_header .single-breadcrumbs-wrapper{
	margin-bottom: 0;
}

.product_title.entry-title{
	text-align: center;
}

.product-video-button>a,
.product-video-button>a:hover{
	color: white;
	background-color: #ba0000;
}

.awooc-custom-order{
	background-color: #ba0000;
	color: #ffffff;
}

.awooc-custom-order:hover{
	-webkit-box-shadow: inset 0 0 200px rgba(0,0,0,.1);
	box-shadow: inset 0 0 200px rgba(0,0,0,.1);
}

.woodmart-hover-base .product-information{
	background-color: white;
}

.woodmart-hover-base:hover .product-information{
	background-color: #ffffff;
}

.pswp__button--arrow--left {
	left: 25%;
}

.pswp__button--arrow--right {
	right: 25%;
}

.vertical-navigation .menu-item-design-full-width .sub-menu-dropdown{
	min-height: auto!important;
}
.vertical-navigation .item-level-0:hover>a {
    background-color: rgba(0, 0, 0, 0.26);
    color: #494949;
}
.menu-mega-dropdown .sub-menu>li>a .category-icon:hover{
transform: scale(1.07);
transition: 1.0s;
}
.menu-mega-dropdown .sub-menu>li>a .category-icon{
	margin-bottom:7px;
}

.vertical-navigation .item-level-0>a{padding:5px 18px;color:#333;text-transform:none;font-weight:600;font-size:14px;line-height:20px}

.woodmart-navigation .category-icon {
    margin-right: 20px;
    
}
.title-wrapper {
    margin-bottom: 5px;
}


.page .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit {
    background-color: #13aff0;
    color: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
}

.page .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #43454b;
}


.slide-product .woodmart-buttons .wrap-quickview-button,
.wd-bottom-actions .wrap-quickview-button{
    display: none;
}

.slide-product .woodmart-buttons .woodmart-add-btn a.add-to-cart-loop,
.wd-bottom-actions .woodmart-add-btn a.add-to-cart-loop{
    display: none;
}

.wd-bottom-actions div.wrap-wishlist-button,
.wd-bottom-actions div.woodmart-add-btn{
    border-right: none!important;
}

.slide-product .woodmart-buttons button.awooc-custom-order,
.wd-bottom-actions .woodmart-add-btn button.awooc-custom-order{
    background-color: #dd3333;
	color: #fff;
	box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
    padding: 14px 60px;
    padding: 10px;
    font-size: 15px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}

.slide-product .woodmart-buttons button.awooc-custom-order:hover,
.wd-bottom-actions .woodmart-add-btn button.awooc-custom-order:hover{
    background-color: #ba0000;
}

.order_details tfoot tr:first-child{
	display: none;
}


.woocommerce-additional-fields{
	display: none;
}