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

#menu-header-top-bar-right-marketplace-2 .nav-link-text {
    font-size: 12px !important;
}

.wd-header-my-account .wd-tools-icon:before {
    font-weight: 700 !important;
    font-size: 14px !important;
}

.wd-header-my-account .wd-tools-text {
    font-weight: 700 !important;
    font-size: 14px !important;
}

.wd-header-cart .wd-tools-icon:before {
    font-weight: 700 !important;
    font-size: 14px !important;
}

.wd-header-wishlist .wd-tools-icon:before {
    font-weight: 700 !important;
    font-size: 14px !important;
}

.menu .wd-nav .wd-nav-main {
    height: 73px !important;
}



.header-text-logo {
    /*width: 100px;*/
    color: black !important;
}

.header-text-logo p {
    font-size: .75rem;
    line-height: 1rem;
    color: #627084;
}

.header-text-logo h4 {
    margin-bottom: 0;
    color: #8081fe;
    font-weight: 700;
    font-size: 1.25rem;
}

.wd-account-style-icon:not(.wd-with-username) .wd-tools-text {
    /*display: block !important;*/
    color: black;
}

.wd-account-style-icon:not(.wd-with-username) .wd-tools-text:hover {
    color: white;
}

.wd-header-my-account:hover {
    background-color: #5c2eb8;
    border-radius: 10px;
    color: white;
}

.wd-header-my-account:hover .wd-tools-text {
    background-color: #5c2eb8;
    color: white;
    transition: all 0.3s;
}

.wd-header-my-account .wd-tools-icon {
    margin-right: -3px;
    margin-bottom: 3px;
}


.wd-tools-icon {
    height: 40px !important;
}

.wd-tools-icon {
    /*width: 100% !important;*/
}

.wd-tools-count {
    background-color: #5c2eb8 !important;
    color: white !important;
}

.wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon) {
    border-radius: 10px !important;
}

.searchform {
    transition: all 0.8s;
    max-width: 672px !important;

}

.searchform input {
    outline: none;
    outline-offset: 0;
    border-radius: 10px !important;
}

.searchform input:focus {
    outline-offset: 2px;
    outline: 2.5px solid #5c2eb8;
}

/**********************************/
.footer-logo-text {
    color: #627084 !important;
    max-width: 384px !important;
}