header {
    z-index: 999;
    position: relative;
}

.desktop_header {
    position: fixed !important;
    width: 100%;
    top: 0;
}

div#main-content {
    margin-top: 170px;
}

.desktop_header_row {
    width: 100% !important;
    max-width: 1500px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative !important;
    z-index: 4;
}

.desktop_header_row:before {
    content: '';
    background: url(/../../../wp-content/uploads/2023/09/hbg.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: -2;
}

.head_logo img {
    object-fit: contain;
    width: 100% !important;
    height: 74px;
}

.head_menu {
    display: flex;
    width: 100%;
}

.head_menu .clearfix {
    width: 100%;
}

.head_menu .et_pb_menu__wrap {
    width: 100%;
}

.head_menu .et_pb_menu__menu {
    width: 100%;
}

.head_menu nav.et-menu-nav {
    width: 100%;
}

.head_menu ul#menu-main_menu {
    width: 100%;
    justify-content: center !important;
}

.head_col_1 {
    margin: 0px !important;
    width: 15% !important;
}

.head_col_2 {
    margin: 0px !important;
    width: 56% !important;
}

.head_col_3 {
    margin: 0px !important;
    width: 29% !important;
    display: flex;
    justify-content: end;
}

.head_link_inr {
    display: flex;
    align-items: center;
}

.cart_icon {
    display: flex;
    align-items: center;
    border-radius: 27px;
    border: 1px dashed var(--primary_color);
    background: var(--white_color);
    margin-right: 25px;
    padding-right: 20px;
    cursor: pointer;
}

.number_icon {
    display: flex;
    align-items: center;
}

.cart_icon_inr a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    width: 45px;
    height: 45px;
    background: #29B457;
    border-radius: 100%;
    cursor: pointer;
    margin-right: 10px;
}

.cart_icon_inr img {
    object-fit: contain;
    width: 100%;
    height: 18px;
}

.cart_icon_inr {
    line-height: 0;
}

.number_icon_inr {
    line-height: 0;
    animation: wiggle 2.5s linear infinite;
}

@keyframes wiggle {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%,
    100% {
        transform: rotateZ(0);
    }
}

.cart_txt_inr span {
    display: flex;
    color: #222;
    font-size: 12px;
    font-style: normal;
    font-weight: var(--font_weight_400);
    line-height: normal;
}

.number_txt_inr span {
    display: block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font_weight_400);
    line-height: normal;
}

.number_txt_inr span b {
    color: #22A24C;
    font-family: Baloo;
    font-size: 23px;
    font-style: normal;
    font-weight: var(--font_weight_400);
    line-height: normal;
}

.number_txt_inr {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #dddd;
}

.cart_txt_inr span b {
    color: #222;
    text-align: center;
    font-family: var(--font_Baloo);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font_weight_400);
    line-height: normal;
}

.number_icon_inr img {
    object-fit: contain;
    width: 100%;
    height: 28px;
}

ul#menu-main_menu>li {
    margin: 0px !important;
    padding: 43px 24px !important;
}

ul#menu-main_menu>li a {
    color: #222 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font_weight_600) !important;
    line-height: normal;
    padding-bottom: 0px !important;
}

ul#menu-main_menu>li a:hover,
ul#menu-main_menu>li.current-menu-item a {
    color: #36B962 !important;
}

ul#menu-head_menu ul.sub-menu li a:hover {
    color: #36B962 !important;
}

ul.sub-menu {
    padding: 5px 0px !important;
}

ul.sub-menu li {
    width: 100%;
    padding: 10px !important;
}

ul.sub-menu li a {
    width: 100% !important;
    padding: 0px !important;
    padding-left: 14px !important;
    font-size: 14px !important;
}

.sfm-navicon-button.sf_label_default {
    display: none;
}

.cart_txt_inr .xoo-wsc-items-count {
    position: relative;
    background: none;
    color: #222;
    top: 0;
    left: 5px;
    width: auto;
    height: auto;
    line-height: normal;
}

.full_width {
    width: 100% !important;
    max-width: 100% !important;
}

ul#menu-head_menu li a {
    display: block !important;
    color: var(--white_color) !important;
    font-family: var(--font_Baloo) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font_weight_400);
    line-height: 1.3em;
    text-align: center;
}

ul#menu-head_menu li {
    margin-top: 0px !important;
    padding: 0px;
}

ul#menu-head_menu>li {
    width: 10% !important;
}

ul#menu-head_menu li a {
    padding-bottom: 0px !important;
}

ul.sub-menu li a {
    text-align: left !important;
}

ul#menu-head_menu>li:nth-child(odd) {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    background: url(/../../../wp-content/uploads/2023/09/Rectangle-5801.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

ul#menu-head_menu>li:nth-child(even) {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    background: url(/../../../wp-content/uploads/2023/09/Rectangle-5802.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

ul#menu-head_menu>li:nth-child(odd),
ul#menu-head_menu>li:nth-child(even) {
    height: 65px;
    cursor: pointer;
}

.head_menu .et-menu li li.menu-item-has-children>a:first-child:after {
    top: 0px !important;
}

.head_menu .nav li li ul {
    top: 10px !important;
}

.head_sec_menu ul#menu-head_menu {
    width: 100%;
}

.head_sec_menu .clearfix {
    width: 100%;
}

.head_sec_menu .et_pb_menu__wrap {
    width: 100%;
}

.head_sec_menu .et_pb_menu__menu {
    width: 100%;
}

.head_sec_menu nav.et-menu-nav {
    width: 100%;
}

.desktop_header .et_pb_menu .et-menu {
    margin: 0px !important;
}

#menu-head_menu .sub-menu li>a {
    color: var(--black_color) !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    .desktop_header_row {
        width: 100% !important;
        max-width: 950px !important;
    }

    div#main-content {
        margin-top: 70px;
    }

    .head_logo img {
        height: 50px;
    }

    ul#menu-main_menu>li a {
        font-size: 15px;
    }

    ul#menu-main_menu>li {
        padding: 20px 13px !important;
    }

    .cart_txt_inr span b {
        font-size: 15px;
    }

    .number_txt_inr span b {
        font-size: 16px;
    }

    .head_col_1 {
        width: 15% !important;
    }

    .head_col_2 {
        width: 70% !important;
    }

    .head_col_3 {
        width: 15% !important;
    }

    .cart_icon_inr a {
        width: 40px;
        height: 40px;
        margin-right: 0px;
    }

    .cart_icon {
        margin-right: 15px;
        padding-right: 0px;
    }

    ul.sub-menu li a {
        padding-left: 4px !important;
    }

    .cart_txt {
        display: none;
    }

    .number_txt {
        display: none;
    }

    .number_icon_inr img {
        object-fit: contain;
        width: 100%;
        height: 22px;
        filter: invert(1);
    }

    .number_icon_inr a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        background: #29B457;
        border-radius: 100%;
    }

    .number_icon {
        border: 1px dashed var(--primary_color);
        border-radius: 100%;
    }

    .desktop_header_tab_row {
        display: none;
    }

    .desktop_header {
        border-bottom: 2px solid var(--primary_color);
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {

    .desktop_header_row {
        width: 100% !important;
        max-width: 950px !important;
    }

    div#main-content {
        margin-top: 70px;
    }

    .head_logo img {
        height: 50px;
    }

    ul#menu-main_menu>li a {
        font-size: 15px;
    }

    ul#menu-main_menu>li {
        padding: 20px 13px !important;
    }

    .cart_txt_inr span b {
        font-size: 15px;
    }

    .number_txt_inr span b {
        font-size: 16px;
    }

    .head_col_1 {
        width: 15% !important;
    }

    .head_col_2 {
        width: 70% !important;
    }

    .head_col_3 {
        width: 15% !important;
    }

    .cart_icon_inr a {
        width: 40px;
        height: 40px;
        margin-right: 0px;
    }

    .cart_icon {
        margin-right: 15px;
        padding-right: 0px;
    }

    ul.sub-menu li a {
        padding-left: 4px !important;
    }

    .cart_txt {
        display: none;
    }

    .number_txt {
        display: none;
    }

    .number_icon_inr img {
        object-fit: contain;
        width: 100%;
        height: 22px;
        filter: invert(1);
    }

    .number_icon_inr a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background: #29B457;
        border-radius: 100%;
    }

    .number_icon {
        border: 1px dashed var(--primary_color);
        border-radius: 100%;
    }

    .desktop_header_tab_row {
        display: none;
    }

    .desktop_header {
        border-bottom: 2px solid var(--primary_color);
    }

}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    .desktop_header_row {
        width: 100% !important;
        max-width: 950px !important;
    }

    div#main-content {
        margin-top: 60px;
    }

    .head_logo img {
        height: 50px;
    }

    ul#menu-main_menu>li a {
        font-size: 15px;
    }

    ul#menu-main_menu>li {
        padding: 20px 13px !important;
    }

    .cart_txt_inr span b {
        font-size: 15px;
    }

    .number_txt_inr span b {
        font-size: 16px;
    }

    .head_col_1 {
        width: 13% !important;
    }

    .head_col_2 {
        width: 70% !important;
    }

    .head_col_3 {
        width: 17% !important;
    }

    .cart_icon_inr a {
        width: 40px;
        height: 40px;
        margin-right: 0px;
    }

    .cart_icon {
        margin-right: 15px;
        padding-right: 0px;
    }

    ul.sub-menu li a {
        padding-left: 4px !important;
    }

    .cart_txt {
        display: none;
    }

    .number_txt {
        display: none;
    }

    .number_icon_inr img {
        object-fit: contain;
        width: 100%;
        height: 22px;
        filter: invert(1);
    }

    .number_icon_inr a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background: #29B457;
        border-radius: 100%;
    }

    .number_icon {
        border: 1px dashed var(--primary_color);
        border-radius: 100%;
    }

    .desktop_header_tab_row {
        display: none;
    }

    .desktop_header {
        border-bottom: 2px solid var(--primary_color);
    }

}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    .desktop_header_row {
        width: 100% !important;
        max-width: 980px !important;
    }

    div#main-content {
        margin-top: 60px;
    }

    .head_logo img {
        height: 50px;
    }

    ul#menu-main_menu>li a {
        font-size: 15px;
    }

    ul#menu-main_menu>li {
        padding: 20px 15px !important;
    }

    .cart_txt_inr span b {
        font-size: 15px;
    }

    .number_txt_inr span b {
        font-size: 16px;
    }

    .head_col_1 {
        width: 13% !important;
    }

    .head_col_2 {
        width: 70% !important;
    }

    .head_col_3 {
        width: 17% !important;
    }

    .cart_icon_inr a {
        width: 40px;
        height: 40px;
        margin-right: 0px;
    }

    .cart_icon {
        margin-right: 20px;
        padding-right: 0px;
    }

    ul.sub-menu li a {
        padding-left: 4px !important;
    }

    .cart_txt {
        display: none;
    }

    .number_txt {
        display: none;
    }

    .number_icon_inr img {
        object-fit: contain;
        width: 100%;
        height: 22px;
        filter: invert(1);
    }

    .number_icon_inr a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background: #29B457;
        border-radius: 100%;
    }

    .number_icon {
        border: 1px dashed var(--primary_color);
        border-radius: 100%;
    }

    .desktop_header_tab_row {
        display: none;
    }

    .desktop_header {
        border-bottom: 2px solid var(--primary_color);
    }

}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    .head_col_1 {
        width: 9% !important;
    }

    .head_col_3 {
        width: 34% !important;
    }

    .desktop_header_row {
        width: 100% !important;
        max-width: 1100px !important;
    }

    div#main-content {
        margin-top: 70px;
    }

    .head_logo img {
        height: 55px;
    }

    ul#menu-main_menu>li a {
        font-size: 15px;
    }

    ul#menu-main_menu>li {
        padding: 25px 11px !important;
    }

    .cart_txt_inr span b {
        font-size: 15px;
    }

    .number_txt_inr span b {
        font-size: 16px;
    }

    .head_col_2 {
        width: 57% !important;
    }

    .cart_icon_inr a {
        width: 42px;
        height: 42px;
        margin-right: 8px;
    }

    .cart_icon {
        margin-right: 20px;
        padding-right: 15px;
    }

    ul.sub-menu li a {
        padding-left: 4px !important;
    }

    .desktop_header_tab_row {
        display: none;
    }

    .desktop_header {
        border-bottom: 2px solid var(--primary_color);
    }

}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    .head_col_1 {
        width: 11% !important;
    }

    .head_col_3 {
        width: 33% !important;
    }

    .desktop_header_row {
        width: 100% !important;
        max-width: 1200px !important;
    }

    div#main-content {
        margin-top: 80px;
    }

    .head_logo img {
        height: 60px;
    }

    ul#menu-main_menu>li a {
        font-size: 15px;
    }

    ul#menu-main_menu>li {
        padding: 30px 14px !important;
    }

    .cart_txt_inr span b {
        font-size: 15px;
    }

    .number_txt_inr span b {
        font-size: 18px;
    }

    ul.sub-menu li a {
        padding-left: 8px !important;
    }

    .desktop_header_tab_row {
        display: none;
    }

    .desktop_header {
        border-bottom: 2px solid var(--primary_color);
    }

}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    .head_col_1 {
        width: 13% !important;
    }

    .head_col_3 {
        width: 31% !important;
    }

    .desktop_header_row {
        width: 100% !important;
        max-width: 1350px !important;
    }

    div#main-content {
        margin-top: 138px;
    }

    .head_logo img {
        height: 65px;
    }

    ul#menu-main_menu>li a {
        font-size: 15px;
    }

    ul#menu-main_menu>li {
        padding: 35px 20px !important;
    }

    .cart_txt_inr span b {
        font-size: 15px;
    }

    .number_txt_inr span b {
        font-size: 20px;
    }

    ul.sub-menu li a {
        font-size: 14px !important;
    }

    ul#menu-head_menu li a {
        font-size: 13px;
    }

    ul#menu-head_menu>li:nth-child(odd),
    ul#menu-head_menu>li:nth-child(even) {
        height: 50px;
    }

}

@media all and (min-width: 1681px) and (max-width: 1880px) {

    .desktop_header_row {
        width: 100% !important;
        max-width: 1500px !important;
    }

    div#main-content {
        margin-top: 158px;
    }

    .head_logo img {
        height: 70px;
    }

    ul#menu-main_menu>li a {
        font-size: 15px;
    }

    ul#menu-main_menu>li {
        padding: 40px 24px !important;
    }

    .cart_txt_inr span b {
        font-size: 15px;
    }

    .number_txt_inr span b {
        font-size: 22px;
    }

    ul#menu-head_menu li a {
        font-size: 15px;
    }

    ul#menu-head_menu>li:nth-child(odd),
    ul#menu-head_menu>li:nth-child(even) {
        height: 60px;
    }

}

@media all and (min-width: 320px) and (max-width: 980px) {

    .mobile_header {
        position: fixed !important;
        top: 0;
        width: 100%;
        display: block;
        border-bottom: 2px solid var(--primary_color);
    }

    .desktop_header {
        display: none;
    }

    .mobile_header_row {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        padding: 10px !important;
        position: relative !important;
    }

    .mobile_header_row:before {
        content: '';
        background: url(/../../../wp-content/uploads/2023/09/hbg.png);
        object-fit: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        z-index: -2;
    }

    .mob_right ul {
        list-style: none;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .mobile_logo img {
        object-fit: contain;
        width: 100% !important;
        height: 50px;
    }

    .mob_inr {
        background: #29B457;
        line-height: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        cursor: pointer;
    }

    .mob_inr img {
        object-fit: contain;
        width: 100% !important;
        height: 18px;
    }

    .mob_right ul li {
        margin-right: 8px;
        border: 1px dashed var(--primary_color);
        border-radius: 100%;
    }

    .sfm-navicon-button.sf_label_default {
        display: block;
        top: -2px;
        right: 5px !important;
        width: 35px !important;
        height: 35px !important;
        border-radius: 100%;
        border: 1px dashed var(--primary_color);
    }

    .mobile_icon_box {
        position: absolute !important;
        right: 40px;
        top: 0;
        border: 0;
        height: 100%;
        display: flex;
    }

    .mobile_icon_box .et_pb_code_inner {
        margin: auto;
    }

    .header_text h3 {
        font-size: 14px;
    }

    .mobile_text_box {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 0;
        border: 0;
        width: 60%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile_logo {
        margin: 0px !important;
    }

    .xoo-wsc-cart-active .sfm-navicon-button.x.sf_label_default {
        display: none;
    }

}