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

[class*="color-scheme-light"] {
    --bgcolor-white: #242424;
    --wd-pagin-bg: #000000;
    color: rgb(255 255 255);
    --wd-main-bgcolor: #000000;
    --nav-bg: #212121;
}

:root {
    --wd-brd-radius: 15px;
    --btn-accented-bgcolor: rgb(255, 255, 255);
    --btn-accented-bgcolor-hover: rgb(255, 255, 255, 0.8);
    --btn-accented-brd-radius: 10px;
    --btn-accented-font-style: italic;
    --btn-default-font-style: italic;
    --wd-widget-title-font-weight: 700;
    --btn-default-bgcolor: rgb(255, 255, 255);
    --btn-default-bgcolor-hover: rgb(255, 255, 255, 0.8);
    --btn-default-color: rgb(0, 0, 0);
    --btn-default-brd-radius: 10px;
    --btn-default-color-hover: rgb(0, 0, 0);
    --wd-form-brd-radius: 20px;
    --btn-accented-color: rgb(0, 0, 0);
    --btn-bgcolor: rgb(255, 255, 255);
    --btn-bgcolor-hover: rgb(255, 255, 255, 0.8);
    --btn-font-size: 14px;
    --btn-padding: 9px 20px;
    --btn-height: 48px;
    --nav-bg: #212121;
}

.wd-tools-element {
    --wd-header-el-color-hover: rgba(255,255,255,.8);
}

body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
    --wd-form-bg: rgb(36,36,36, 0);
}

.cs2-footer__copyright {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

footer .wd-image img {
    border-radius: 0px!important;
}

.cs2-footer__divider .elementor-divider-separator{
    display: block;
    width: 100%;
    border: 0 !important;
    height: 1px;
    background: linear-gradient(90deg, #f5a623 0%, #ff1493 100%);
}

footer .wd-nav-vertical.wd-design-simple {
    --nav-gap-v: calc(var(--nav-gap) - 12px);
}

.woocommerce-ordering select {
    border: none;
    background-color: rgb(255, 255, 255, 0.2);
}

.scrollToTop {
    background-color: rgba(255, 255, 255, 0.1);
}

html .wd-buy-now-btn {
    font-size: 14px;
    color: rgb(0,0,0);
    background: rgb(255,255,255);
}

html .wd-buy-now-btn:hover {
    color: rgb(0,0,0);
    background: rgb(255,255,255, 0.8);
}

html body .wd-wishlist-btn a.added rect {
    fill: #FF0066;
}

html body .wd-wishlist-btn a:hover path {
    fill: #ffffff;
}

html body .wd-wishlist-btn a rect {
    fill: #5A5A5A;
}

html body .wd-wishlist-btn a path {
    fill: #ffffff;
}

html body .wd-wishlist-btn a:hover rect {
    fill: rgba(255, 255, 255, 0.3);
}

:is(.wd-breadcrumbs, .yoast-breadcrumb) {
  --wd-link-color: #A4A4A4;
}

.wd-breadcrumbs .wd-delimiter {
  color: #A4A4A4;
}

.wd-breadcrumbs {
  font-size: 14px;
}

.wd-breadcrumbs span.wd-last {
  font-weight: 400;
}

body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #000000 inset !important;
    -webkit-text-fill-color: #fff !important;
    background-color: transparent !important;
}