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

/* Search Form Styles */
body .wd-search-form form.searchform {
    border-radius: 30px !important;
    overflow: hidden !important;
    background-color: #f5f5f5 !important;
    border: none !important;
}

body .wd-search-form form.searchform input[type="text"].s {
    background-color: transparent !important;
    border: none !important;
    padding-left: 20px !important;
}

body .wd-search-form form.searchform button.searchsubmit {
    background-color: #222 !important;
    color: #fff !important;
    border-radius: 0 30px 30px 0 !important;
    padding: 0 25px !important;
}

body .wd-search-form form.searchform button.searchsubmit:hover {
    background-color: #000 !important;
}

/* Product Labels Styles */
body .product-labels .onsale {
    background-color: #c95b36 !important;
    color: #fff !important;
}

body .product-labels .out-of-stock {
    background-color: #fff !important;
    color: #c95b36 !important;
    border: 1px solid #c95b36 !important;
}

/* Footer Social Icons Styles */
body .wd-footer .wd-social-icons.wd-style-simple a {
    background-color: #222 !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 10px !important;
}

body .wd-footer .wd-social-icons.wd-style-simple a:hover {
    background-color: #000 !important;
}

/* Footer SVG Icons Red Filter */
body .wd-footer img[src*=".svg"] {
    filter: invert(42%) sepia(88%) saturate(1450%) hue-rotate(339deg) brightness(87%) contrast(88%) !important;
}
