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

@import url("rtl.css");


@media (min-width: 1025px) {

  .wd-button-wrapper .btn {
    height: 44px;
    padding: 0 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e4e4e7;
    color: #52525b;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 12px;
    transition: all .2s ease;
  }

  .wd-button-wrapper .btn:hover {
    border-color: rgba(225,29,72,.3);
    color: #e11d48;
  }

  .wd-button-wrapper .btn:hover .wd-btn-icon img {
    filter: invert(25%) sepia(95%) saturate(6000%) hue-rotate(340deg);
  }

  .wd-header-cart > a {
    border-radius: 16px;
    background: #18181b;
  }

  .wd-tools-icon:before {
    color: #fff;
    padding-right: 5px;
  }

  .wd-header-cart > a:hover {
    background: #27272a;
  }

  .wd-header-cart .wd-tools-text {
    display: none;
  }

  .wd-header-divider {
    width: 1px;
    height: 30px;
    background: #e4e4e7;
    margin: 0 10px;
  }

  .wd-tools-element:is(.wd-design-2, .wd-design-5) .wd-tools-count {
    position: absolute;
    top: -15px !important;
    right: -14px !important;
    inset-inline-end: auto !important;
    background-color: #e11d48;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wd-header-cats .menu-opener:not(.has-bg) {
    background-color: #f4f4f5 !important;
    border-radius: 12px;
  }

  .wd-header-cats .menu-opener:not(.has-bg):hover {
    background-color: #e11d48 !important;
  }

  .wd-header-cats.wd-style-1 .menu-opener:after {
    display: none;
  }

  .wd-header-cats .menu-opener .menu-open-label {
    color: black;
    font-family: IRANSansXFaNum;
    font-size: 13px;
    font-weight: 800;
  }

  .wd-header-cats .menu-opener:after,
  .wd-header-cats .menu-opener-icon {
    color: black;
  }

  .wd-header-cats .menu-opener:hover .menu-opener-icon,
  .wd-header-cats .menu-opener:hover .menu-open-label,
  .wd-header-cats .menu-opener:hover:after {
    color: #fff !important;
  }

  .wd-header-cats .menu-opener {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    justify-content: center;
  }

  .whb-header-bottom .wd-dropdown {
    margin-top: 1rem !important;
	  border-radius:12px;
  }
	
  .whb-flex-row {
    align-items: center;
  }

  .whb-header-bottom-inner {
    padding: 0 60px;
  }

  .whb-general-header-inner {
    max-width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
  }

  .whb-bbp1obv1r98byc8tn9hz.wd-header-nav .wd-nav {
    --nav-color: #71717a;
    --nav-color-hover: #18181b;
    --nav-color-active: #e11d48;
  }

  .whb-bbp1obv1r98byc8tn9hz.wd-header-nav .wd-nav > li.current-menu-item > a,
  .whb-bbp1obv1r98byc8tn9hz.wd-header-nav .wd-nav > li.current-menu-ancestor > a {
    color: #e11d48 !important;
    border-bottom: 2px solid #e11d48;
  }

}