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

.header-socials {
    display: flex;
    font-size: 16px;
    align-content: center;
    align-items: center;
}

.header-socials .social_title {
    margin-bottom: 0;
}

.header-socials .icons-holder-social-header {
    display: flex;
}

.header-socials .icons-holder-social-header a {
    margin: 5px;
    color: #000;
}

.header-email-phone a {
    font-size: 16px;
    color: #000;
}

.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight:not(:hover):not(:active):not(.active) {
    background: #853c6e !important;
}

.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight {
    line-height: 45px !important;
    color: aliceblue !important;
}

/* page offer */

.page-offer-container {
    padding: 20px;
    box-shadow: 0px 0px 10px #d0b4a3;
    border-radius: 10px;
}

.page-offer-container input[type="submit"] {
    width: 100%;
    background: #d5b193;
    color: #ffffff;
    font-size: 16px;
}

.page-offer-container input[type="submit"]:hover {
    background: #936d4e;
}

.menu-item.current-menu-ancestor span.nav-link-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--wd-primary-color);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.menu-item.current-menu-item a::before,
.menu-item.current-menu-parent:not(.item-level-0) > a::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 40%;
    height: 3px;
    background-color: var(--wd-primary-color);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}