/*header main css st*/
.xoo-wsc-pprice .woocommerce-Price-amount.amount > bdi {
    display: block !important;
}
.header-logo {
    display: flex;
    align-items: center;
}
.header-logo img {
    width: 180px;
}
.header-logo figure {
    margin: 0;
}
ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.header-right_area .cart-icon .woocommerce-Price-amount.amount {
    display: none;
}
.sub-menu li {
    padding: 20px 10px !important;
    margin: 0 !important;
}
.sub-menu {
    width: fit-content !important;
    display: grid !important;
}
#primary-menu li a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #211e1c !important;
    position: relative;
    transition: all 0.3s ease-in;
    font-weight: 600;
    font-family: var(--primary-font) !important;
    letter-spacing: 1px !important;
}
#primary-menu li {
    padding: 45px 5px;
    display: inline-block;
    
}
#primary-menu {
    justify-content: center;
    gap: 40px !important;
}

.current-menu-item > a::after {
  width: 100% !important;
}

#primary-menu li a:hover::after {
    width: 100%;
}
#primary-menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #dd6b33;
    transition: width 0.3s 
ease;
}
/*header-right_area*/
.header-right_area ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.header-right_area > ul > li {
    display: inline-block;
}
.header-right_area ul li a {
    color: #211e1c;
    transition: all 0.3s 
ease-in;
    font-size: 18px;
    display: block;
}
.header-right_area ul li a:hover {
    color: #dd6b33;
}
.cart-item_count {
    background-color: #dd6b33;
    color: #ffffff;
    position: absolute;
    top: -15px;
    right: -10px;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 10px;
    text-align: center;
    border-radius: 100%;
}
.header-right_area > ul > li.minicart-wrap > a > .minicart-count_area {
    position: relative;
}

/*offcanvas-menu_wrapper css*/
.btn-close {
    position: absolute;
    top: 0;
    left: -60px;
    background: #211e1c;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 10;
    font-size: 24px;
    transition: all 0.3s 
ease-in;
}
.btn-close:hover > i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn-close > i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    display: inline-block;
}
.social-link {
    padding-top: 25px;
}
.social-link > ul > li {
    display: inline-block;
    padding-right: 25px;
}
.social-link > ul > li > a {
    font-size: 22px;
    display: block;
      transition: all 0.3s 
ease-in;
}
.social-link > ul > li > a:hover {
    color: #dd6b33;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_info .copyright {
    padding: 20px 0 25px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_info .payment {
    padding-top: 20px;
}
.copyright a {
    color: #000;
    font-size: 14px;
}
/*sticky header*/
/* Hidden by default */
.main-header {
    position: relative;
    width: 100%;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateY(-100%);
    animation: headerSlideDown 0.6s ease forwards;
}

@keyframes headerSlideDown {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*menu mobile*/
.close-menu {
    display: none;
}
button#hamburger-toggle {
    border: none;
    border-radius: 3px;
    background: none;
    padding: 0;
    font-size: 18px;
}
/*header main css End*/

body, button, input, select, optgroup, textarea {
    color: #211e1c !important;
    line-height: 24px !important;
    font-weight: 400 !important;;
    font-family: var(--secoundary-font) !important;;

}
.main-header .main-header_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}




