/* 
 - TOP-BAR
*/
#top-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0;
}
#top-bar-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    list-style: none;
    box-sizing: border-box;
}
#top-bar-content ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.25px;
}
#top-bar-content ul li span svg {
    display: block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    stroke-width: 1.5px;
    overflow: visible;
}
#top-bar-content ul li:nth-of-type(1) span svg {
    width: 18px;
    height: 18px;
    stroke-width: 2px;
}
#top-bar-content ul li:nth-of-type(1) span svg {
    width: 16px;
    height: 16px;
    stroke-width: 2px;
}
#top-bar-content ul li:nth-of-type(3) span svg {
    width: 22px;
    height: 22px;
}
#top-bar-content ul li:not(:last-child)::after {
    margin: 0 30px;
    content: "|";
}
/* 
 - HEADER
*/
#site-header-sticky-wrapper {
    height: 90px !important; max-height: 90px;
    position: relative;
    display: grid;
}
#site-header-sticky-wrapper.is-sticky header {
    height: 80px !important;
}
#site-header-sticky-wrapper #site-logo-inner img {
    position: absolute;
    top: -15px;
    max-height: 120px;
    transition: height 200ms ease-in, width 200ms ease-in-out;
}
#site-header-sticky-wrapper.is-sticky #site-logo-inner img {
    top: 10px;
    height: 60px;
}
#site-header-sticky-wrapper #site-logo-inner .custom {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    width: 180px;
    height: 100%;
}
#site-header-sticky-wrapper #site-logo-inner .custom img {
    top: auto;
    width: 100%;
    height: auto;
}

.header-image h1 {
    font-weight: 700 !important;
    color: #fff !important;
    white-space: nowrap;
}
.header-image h2 {
    font-size: 48px !important;
    font-weight: 300 !important;
    color: #fff !important;
}

.header-image {
    height: 360px;
    position: relative;
    width: 100%;
    background-color: #efefef;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home .header-image {
    height: calc(100vh - 240px);
    min-height: 600px;
}
.home .header-image .vc_row {
    width: 100%;
}
.home .header-image .vc_row .header-center .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home .header-image .vc_row .header-center .wpb_wrapper h1 {
    margin: 0; text-align: center;
}
.header-image::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.75;
    z-index: 1;
    background: rgb(228,85,68);
    background: linear-gradient(45deg, rgba(228,85,68,1) 0%, rgba(176,48,88,0.25) 100%);
}
.header-image .button-row .wpb_wrapper {
    display: flex;
}

.home .header-image .vc_row .header-center { display: flex; flex-direction: column; width: 100%; }
.home .header-image .vc_row .header-center .home-buttons > .vc_column-inner { margin-bottom: 0; }
.home .header-image .vc_row .header-center .home-buttons > .vc_column-inner > .wpb_wrapper { display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: center; margin-top: 45px; transform: scale(0.75); transform-origin: top center; }
.home .header-image .vc_row .header-center .home-buttons .home-button { position: relative; opacity: 1; transition: opacity ease 0.15s; }
.home .header-image .vc_row .header-center .home-buttons .home-button:hover { opacity: 0.9; }
.home .header-image .vc_row .header-center .home-buttons .home-button.woef { right: -2px; }
.home .header-image .vc_row .header-center .home-buttons .home-button.miauw { top: 25px; left: -2px; }
.home .header-image .vc_row .header-center .home-buttons .home-button img { display: block; width: 100%; }

/* 
 - CUSTOM HEADER FOR SHOP PRODUCTS
*/
.header-image.custom {
    width: 100vw;
    position: relative;
    left: calc(50% - 50vw);
    margin-bottom: 120px;
}
.header-image.custom .content-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.header-image.custom .content-container {
    width: 90%;
    max-width: 1400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-image.custom .wave-holder {
    z-index: 2;
}

/* 
 - MENU
*/
#menu-main .menu-item {
    font-size: 21px;
}
#menu-main .wcmenucart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: -16px;
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #e35544;
}
#menu-main .wcmenucart:hover {
    background-color: #b03058;
}
#menu-main .wcmenucart .link-inner {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
#menu-main .wcmenucart .link-inner .wcmenucart-details.count.wpex-has-items {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    right: -5px;
    width: 21px;
    height: 21px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    background-color: #b03058;
}
#menu-main #menu-item-28349 {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    list-style: none;
}
#menu-main #menu-item-28349 > a {
    padding: 9px 30px 11px 30px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    transition: all ease 0.15s;
    background-color: #e35544;
    background-position: left 29px top 12px;
    background-size: 23px;
    background-repeat: no-repeat;
    background-image: url("../assets/icons/icon-box-plus-clean-w.svg");
    box-sizing: border-box;
}
#menu-main #menu-item-28349 > a span {
    padding: 0 !important;
}
#menu-main #menu-item-28349:hover > a {
    background-color: #b03058;
}
#menu-main #menu-item-28349 .sub-menu {
    background-color: transparent !important;
    border: none !important;
    background-image: url(/wp-content/themes/Total-child/assets/utils/bg-submenu-orange.svg);
    background-repeat: no-repeat;
    padding: 28px 30px 32px 30px !important;
    font-size: 21px;
}
.wpex-dropdowns-caret .dropdown-menu ul::before {
    display: none;
}
#menu-main #menu-item-28349 .sub-menu::before {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/themes/Total-child/assets/utils/bg-submenu-tail.svg);
    background-repeat: no-repeat;
    border-right: none;
    border-bottom: none;
    border-bottom-color: none;
    border-left: none;
}
.wpex-dropdowns-caret .dropdown-menu ul::after {
    display: none;
}

.navbar-style-one { right: 0; margin-top: -24px; }

#site-navigation .dropdown-menu ul a {
    border-bottom: none;
    padding: 0 !important;
    text-transform: none;
    color: #e35544;
}
#site-navigation .dropdown-menu ul a:hover {
    background-color: transparent;
    color: #b03058;
}

/*
 - SHOPPING CART icon & submenu
*/
#current-shop-items-dropdown {
    width: 350px !important;
    border: none !important;
    background: none !important;
}
.widget_shopping_cart_content {
    background-color: #fce7e0;
    font-size: 14px;
    border-radius: 5px;
}
.widget_shopping_cart_content .product_list_widget a {
    text-decoration: none;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: space-between;
}
.widget_shopping_cart_content .button.wc-forward {
    background: none;
    color: #e35544;
    text-decoration: underline !important;
    width: auto !important;
}
.widget_shopping_cart_content .button.wc-forward:hover {
    background: none;
    text-decoration: none !important;
    color: #e35544;
}
.widget_shopping_cart_content .button.wc-forward::after {
    display: none;
}
