:root {
    --fontFamily: 'Metropolis';
    --orangeColor: #F07E01;
    --blackColor: #010101;
    /* --secondaryBlack: #3e3e3e;
    --blackColor: #525252; */
    --whiteColor: #ffffff;
    --fontSize63: 63px;
    --fontSize40: 40px;
    --fontSize30: 30px;
    --fontSize18: 18px;
    --fontSize16: 16px;
    --fontSize14: 14px;
    --lineHeight68: 68px;
    --lineHeight43: 43px;
    --lineHeight36: 36px;
    --lineHeight30: 30px;
    --lineHeight22: 22px;
    --lineHeight20: 20px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html body,
body.page {
    font-family: var(--fontFamily);
    margin: 0;
    padding-bottom: var(--lfooterouterHeight);
    position: relative;
    min-height: 100vh;
}

body a {
    text-decoration: none;
    display: inline-block;
}

.textBold p strong {
    font-weight: 600;
}

body a:focus,
body a:active,
body .fl-accordion-button-label:active,
body .fl-accordion-button-label:focus {
    outline: none;
}

body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*----------------------------------------------- ----------------- Global Fonts Start --------------- -----------------------------------------------*/
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    margin: 10px 0;
    color: var(--blackColor);
    font-family: var(--fontFamily);
}

body h1 {
    font-size: var(--fontSize63);
    line-height: var(--lineHeight68);
    font-weight: 500;
}

body h2 {
    font-size: var(--fontSize40);
    line-height: var(--lineHeight43);
    font-weight: 500;
}

body h3 {
    font-size: var(--fontSize30);
    line-height: var(--lineHeight36);
    font-weight: 500;
}

body h4 {
    font-size: var(--fontSize18);
    line-height: var(--lineHeight22);
    font-weight: 400;
}

body h5 {
    font-size: var(--fontSize16);
    line-height: var(--lineHeight22);
    font-weight: 500;
}

body h6 {
    font-size: var(--fontSize14);
    line-height: var(--lineHeight22);
    font-weight: 400;
}

body p {
    font-size: var(--fontSize16);
    line-height: var(--lineHeight30);
    font-weight: 500;
    margin: 0;
    color: var(--blackColor);
    font-family: var(--fontFamily);
}

body select {
    cursor: pointer;
}

body input:not(body input[type="radio"], body input[type="checkbox"], body input[type="submit"]),
body textarea {
    padding: 27px 25px;
    color: #616161;
    font-family: var(--fontFamily);
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    background-color: #f9f9f9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: var(--fontSize16);
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    background-position: right 20px center;
    background-repeat: no-repeat;
}

body button:focus,
body button:focus-visible,
body a:focus,
body a:focus-visible,
body input:focus,
body input:focus-visible,
body textarea:focus,
body textarea:focus-visible,
body select:focus,
body select:focus-visible {
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}

::-webkit-input-placeholder {
    font-size: var(--fontSize16);
    line-height: var(--lineHeight24);
    color: #616161;
    font-family: var(--fontFamily);
    font-weight: 400;
}

::-moz-placeholder {
    font-size: var(--fontSize16);
    line-height: var(--lineHeight24);
    color: #616161;
    font-family: var(--fontFamily);
    font-weight: 400;
}

:-ms-input-placeholder {
    font-size: var(--fontSize16);
    line-height: var(--lineHeight24);
    color: #616161;
    font-family: var(--fontFamily);
    font-weight: 400;
}

::-ms-input-placeholder {
    font-size: var(--fontSize16);
    line-height: var(--lineHeight24);
    color: #616161;
    font-family: var(--fontFamily);
    font-weight: 400;
}

::placeholder {
    font-size: var(--fontSize16);
    line-height: var(--lineHeight24);
    color: #616161;
    font-family: var(--fontFamily);
    font-weight: 400;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

div#secondary {
    display: none;
}

body button {
    cursor: pointer;
    font-family: var(--fontFamily);
}

/*----------------------------------------------- ----------------- Global Fonts End --------------- -----------------------------------------------*/
.siteContainer {
    max-width: 1170px;
    margin: 0 auto;
}

/*----------------- Btn theme Css Start ---------------*/
.btnTheme {
    padding: 16px 20px;
    font-size: var(--fontSize16);
    line-height: var(--lineHeight20);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: solid 1px transparent;
    font-family: var(--fontFamily);
    text-align: center;
}

.btnThemeBackground,
body .my_account_orders .button.btnThemeBackground {
    background-color: var(--tealColor);
    color: var(--whiteColor);
}

.btnThemeBackground:hover,
body .my_account_orders .button.btnThemeBackground:hover {
    background-color: var(--whiteColor);
    color: var(--tealColor);
    border-color: var(--tealColor);
}

.btnThemeBorder {
    border-color: var(--whiteColor);
    color: var(--whiteColor);
}

.btnThemeBackground:hover {
    background-color: var(--whiteColor);
    color: var(--tealColor);
}

body .storefront-product-pagination {
    display: none;
}

/*----------------------------------------------- ----------------- Header Css Start --------------- -----------------------------------------------*/
header.site-header {
    position: relative;
    padding: 28px 0;
    width: 100%;
    background-color: var(--whiteColor);
}

body.stickyHeader  header.site-header {
    position: fixed;
    background: var(--whiteColor);
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    left: 0;
}

.headerRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.headerLeft {
    width: 20%;
}

.headerLeft img {
    max-width: 100%;
    height: auto;
}

.headerRight {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.siteNavigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header.site-header.stickyHeader .siteNavigation ul {
    margin: 0;
}


.siteNavigation ul li:not(:first-child) {
    margin-left: 60px;
}

.siteNavigation ul li a {
    font-size: var(--fontSize16);
    line-height: 16px;
    color: var(--blackColor);
    font-weight: 400;
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
}

.siteNavigation ul li a::after{
    position: absolute;
    content: '';
}

.siteNavigation ul li.current-menu-item a,.siteNavigation ul li a:hover {
    color: var(--orangeColor);
}

.siteNavigation ul li.contactUsBtn a {
    padding: 14px 15px;
    border: solid 1px var(--orangeColor);
    border-radius: 4px;
    color: var(--orangeColor);
    font-weight: 500;
position:relative;
}

.siteNavigation ul li.contactUsBtn a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #663dff;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    transition: all 0.3s ease;
}

.siteNavigation ul li.contactUsBtn:hover a:after{
left:0;
width:100%;
}

.siteNavigation ul li.contactUsBtn a:hover {
    color: var(--whiteColor);
    background-color: var(--orangeColor);
}
/*----------------------------------------------- ----------------- Mobile Menu Css Start --------------- -----------------------------------------------*/
.mobileMenu {
    display: none;
}

a.hamburger {
    width: 40px;
}

span.burgerLine {
    width: 100%;
    height: 2px;
    background-color: var(--orangeColor);
    display: block;
    margin-bottom: 5px;
}

span.burgerLine:last-child {
    margin: 0;
}

span.burgerLine:nth-child(2) {
    width: 85%;
    margin-left: auto;
}

.mobileMenuHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1px #c5c6c62e;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.siteMobileMenu .mobileMenuToggle {
    width: 35px;
}

.siteMobileMenu .mobileMenuToggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--whiteColor);
    margin-bottom: 4px;
}

.siteMobileMenu .mobileMenuToggle span:last-child {
    margin: 0;
}

.siteMobileMenu {
    display: none;
}

.mobileMenuActive {
    overflow: hidden;
}

.sideBar-container .sideBarOverlay {
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    background-color: transparent;
    visibility: hidden;
}

.mobileMenuActive .sideBar-container .sideBarOverlay {
    opacity: 1;
    z-index: 9;
    cursor: pointer;
    pointer-events: visible;
    visibility: visible;
}

.sideBar-container .mobileSideBarMenu {
    position: fixed;
    max-width: 450px;
    width: 90%;
    height: 100%;
    right: 0;
    z-index: -1;
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 20px #00000030;
    box-shadow: 0 0 20px #00000030;
    overflow-y: scroll;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(-00%);
    -o-transform: translateX(100%);
    background-color: var(--whiteColor);
    visibility: hidden;
    padding: 20px 20px;
}

.mobileMenuActive .sideBar-container .mobileSideBarMenu {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    pointer-events: visible;
    transform: translateX(0%);
    z-index: 999;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

.siteNavigation .siteBarMenu ul {
    display: block;
    max-width: 80%;
    margin-left: auto;
}

.siteNavigation .siteBarMenu ul ul{
    max-width: 100%;
    margin: 0 10px;
    /* border-right: solid 1px #dddd; */
}

.mobileSideBarMenu ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.mobileSideBarMenu ul li {
    display: block;
    text-align: right;
    margin: 0;
    padding: 10px 0;
    border-bottom: solid 1px #ddd;
    position: relative;
}

.mobileSideBarMenu ul li.menu-item-has-children::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: 10px;
    background-image: url(/wp-content/uploads/2023/06/mingcute_down-line.svg);
    opacity: 0.7;
}

.mobileSideBarMenu ul li.menu-item-has-children.subMenuActive::before {
    transform: rotate(180deg);
}

a.sideBarMenuToggle {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 9;
}

.mobileSideBarMenu ul li a {
    position: relative;
    text-transform: capitalize;
}

a.sideBarMenuToggle {
    font-size: 30px;
    line-height: 0;
    font-weight: 400;
    color: var(--blackColor);
}

.mobileSideBarMenu ul li.newTagMenu::after {
    height: 16px;
}

/* Shop mobile filter */
.mobileFilterToggleContainer a.mobileFilterToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--orangeColor);
    font-weight: 500;
    position: absolute;
    top: 14px;
    z-index: 99;
}

.mobileFilterToggleContainer a.mobileFilterToggle img {
    margin-right: 10px;
    height: 20px;
}

.mobileFilterActive {
    overflow: hidden;
}

.filter-sideBar-container .filterSideBarOverlay {
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    background-color: transparent;
    visibility: hidden;
}

.mobileFilterActive .filter-sideBar-container .filterSideBarOverlay {
    opacity: 1;
    z-index: 9;
    cursor: pointer;
    pointer-events: visible;
    visibility: visible;
}

.filter-sideBar-container .filterMobileSideBarMenu {
    position: fixed;
    max-width: 450px;
    width: 95%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 20px #00000030;
    box-shadow: 0 0 20px #00000030;
    overflow-y: scroll;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    background-color: var(--whiteColor);
    visibility: hidden;
    padding: 50px 20px 20px;
}

.mobileFilterActive .filter-sideBar-container .filterMobileSideBarMenu {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    pointer-events: visible;
    transform: translateX(0%);
    z-index: 99999;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

a.mobileFilterClose {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 15px;
    color: var(--orangeColor);
}

/*----------------------------------------------- ----------------- Footer Css Start--------------- -----------------------------------------------*/
body footer.site-footer {
    padding: 50px 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footerInnerContainer{
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 50px 50px;
    background-color: #f9f9f9;
}

.footerRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width:1170px;
    margin:0 auto;
 
}

.footerCol {
    width: 50%;
}

.footerLeft p {
    line-height: 22px;
    margin-top: 30px;
}

.footerSocial ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footerSocial ul li:not(:first-child) {
    margin-left: 26px;
}

.footerLinks ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 36px;
}

.footerLinks ul li:not(:first-child) {
    margin-left: 20px;
    padding-left: 20px;
    border-left: solid 1px var(--blackColor);
}

.footerLinks ul li a {
    font-size: 17px;
    line-height: 20px;
    color: var(--blackColor);
    text-transform: capitalize;
}

.formRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
}

.formCol {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 10px;
}

.formAction input.formSubmitBtn {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Metropolis';
    border: solid 1px var(--orangeColor);
    border-radius: 4px;
    background-color: var(--orangeColor);
    color: var(--whiteColor);
    cursor: pointer;
}
.formAction {
    text-align: right;
}
.formAction input.formSubmitBtn:hover {
    background-color: transparent;
    color: var(--orangeColor);
}

span.wpcf7-spinner {
    display: block;
}