.fly {
    opacity: 0;
    background: #ccc;
    border: 0px;
    z-index: 265;
}

.fly-circled {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
}





div[data-cattype="51028"].offcanvas.show {
    z-index: 1100;
}

section[data-cattype="51028"] {
    padding: 20px 0 10px 0;
    min-height: 0;
    border-bottom: 1px solid #eee;
    background: var(--header-bg);
}




[data-cattype="51028"] .companyLogo {
    margin-bottom: 0px;
}

[data-cattype="51028"] .companyLogo img {
    width: 120px;
    height: auto;
}

[data-cattype="51028"] .list-quicklink {
    margin: 0px 0px 10px 0;
}

[data-cattype="51028"] .list-quicklink > li {
    vertical-align: bottom;
    padding-top: 5px;
}

[data-cattype="51028"] .list-quicklink a {
    color: #111;
    font-size: 1.26em;
    padding: 6px;
    margin: 0 3px;
    border-radius: 20px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 2px 3px #ddd;
    position: relative;
}

[data-cattype="51028"] .list-quicklink a:hover {
    color: #fff;
    background: #111;
}

[data-cattype="51028"] .list-quicklink a > .badge {
    position: absolute;
    top: -6px;
    right: -5px;
    padding: 5px 8px;
    border-radius: 60%;
    background: #000;
    color: white;
    font-size: 0.6em;
}

[data-cattype="51028"] .list-quicklink li:last-child {
    padding-right: 0;
    vertical-align: top;
    padding-top: 0px;
}

[data-cattype="51028"] .list-quicklink li:last-child a {
    font-size: 1.8em;
    background: none;
    padding: 5px;
    box-shadow: none;
    color: #666;
}

[data-cattype="51028"] .list-quicklink li:last-child a:hover {
    color: #ccc;
}




/************************************************************************************
BOL - Desktop header navigation
*************************************************************************************/

[data-cattype="51028"] nav#nav-wrap ul * {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

[data-cattype="51028"] #nav-wrap {
    padding: 0px;
    font-family: 'open_sansregular';
    text-align: left;
    margin: 15px 0;
    display:none;
}

[data-cattype="51028"] #menu-icon {
    display: none;
}

[data-cattype="51028"] nav#nav-wrap > ul,
[data-cattype="51028"] nav#nav-wrap > ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}

[data-cattype="51028"] nav#nav-wrap > ul {
    text-align: center;
    width: 100%;
    margin: 3px 0;
}

[data-cattype="51028"] nav#nav-wrap > ul > li > a {
    border-right: 1px solid #6f747c;
    padding: 5px 15px;
}

[data-cattype="51028"] nav#nav-wrap > ul > li.more:hover {
    position: relative;
}

[data-cattype="51028"] nav#nav-wrap > ul > li.more:hover:before {
    content: '';
    width: 0;
    height: 0;
    bottom: 0;
    border-bottom: solid 6px #000;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    position: absolute;
    margin-top: -6px;
}

[data-cattype="51028"] nav#nav-wrap > ul a {
    padding: 0px 15px;
    display: block;
    font-size: 15px;
    background: none;
    text-transform: uppercase;
    margin: 2px 0;
}

[data-cattype="51028"] nav#nav-wrap > ul > li:last-child > a {
    border-right: 0;
}

[data-cattype="51028"] nav#nav-wrap > ul a.active,
[data-cattype="51028"] nav#nav-wrap > ul a:hover,
[data-cattype="51028"] nav#nav-wrap > ul a:focus {
    background: none;
    color: #000;
}



/* nav dropdown */

[data-cattype="51028"] nav#nav-wrap > ul ul {
    background: #000;
    margin: 0px;
    padding: 25px 0 10px 0;
    position: absolute;
    width: 200px;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

[data-cattype="51028"] nav#nav-wrap > ul li > ul {
    padding: 0px 0 10px 0;
}

[data-cattype="51028"] nav#nav-wrap > ul li > ul li > ul {
    padding-top: 0px;
    border-top: 0;
}

[data-cattype="51028"] nav#nav-wrap > ul ul li.more > a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #aaa;
    position: absolute;
    right: 10px;
    margin-top: 5px;
}

[data-cattype="51028"] nav#nav-wrap > ul ul li.more > a:hover:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
}

[data-cattype="51028"] nav#nav-wrap > ul ul ul {
    padding: 10px 0 10px 0;
}

[data-cattype="51028"] nav#nav-wrap > ul ul li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    text-align: left;
    border-bottom: 1px dotted #fff;
}

[data-cattype="51028"] nav#nav-wrap > ul ul li:last-child {
    border-bottom: none;
}

[data-cattype="51028"] nav#nav-wrap > ul li.opened > ul,
[data-cattype="51028"] nav#nav-wrap > ul li:focus > ul,
[data-cattype="51028"] nav#nav-wrap > ul li:hover > ul {
    opacity: 1;
    height: auto;
    z-index: 1000;
    overflow: visible;
}

[data-cattype="51028"] nav#nav-wrap > ul ul a {
    color: #fff;
    background: none;
    text-transform: none;
    padding: 5px 15px;
}

[data-cattype="51028"] nav#nav-wrap > ul > li > ul > li:hover,
[data-cattype="51028"] nav#nav-wrap ul ul a.active,
[data-cattype="51028"] nav#nav-wrap ul ul a:hover {
    color: #aaa;
}



/*======= BOF - Trigger Sub-Menu with Two Level =======*/

[data-cattype="51028"] nav#nav-wrap > ul ul ul {
    margin: -36px 0px 0px 200px;
    position: absolute;
}

[data-cattype="51028"] nav#nav-wrap > ul > li.twoLevel > ul > li:first-child {
    border: none;
}

[data-cattype="51028"] nav#nav-wrap > ul > li.twoLevel > ul > li {
    float: left;
    width: 198px;
    display: inline-block;
    border-left: 1px solid #ccc;
    padding: 0px 10px;
}

[data-cattype="51028"] nav#nav-wrap > ul > li.twoLevel > ul > li > a {
    font-size: 18px;
    color: #0077B3;
    text-transform: uppercase;
}

/************************************************************************************
EOL - Desktop header navigation
*************************************************************************************/





/* ======== BOL - Mobile Menu ======== */

[data-cattype="51028"] .mobile-menu nav ol,
[data-cattype="51028"] .mobile-menu nav ol li,
[data-cattype="51028"] .mobile-menu nav ul,
[data-cattype="51028"] .mobile-menu nav ul li,
[data-cattype="51028"] .mobile-menu ol.list,
[data-cattype="51028"] .mobile-menu ol.list li,
[data-cattype="51028"] .mobile-menu ol.nav,
[data-cattype="51028"] .mobile-menu ul.list,
[data-cattype="51028"] .mobile-menu ul.list li,
[data-cattype="51028"] .mobile-menu ul.nav {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

[data-cattype="51028"] .nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    color: #e9c37a;
    padding: 10px 0px;
    display: none;
}

[data-cattype="51028"] .mobile-menu {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    padding-right: 30px;
    z-index: 999999;
}

[data-cattype="51028"] .mobile-menu .nav-logo {
    position: relative;
    padding: 20px;
    text-align: left;
}

[data-cattype="51028"] .mobile-menu .nav-logo img {
    max-width: 180px;
}

[data-cattype="51028"] .mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 0px;
    z-index: 5;
    opacity: 1;
    border-radius: 0px;
}

[data-cattype="51028"] .mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0,0,0,0.10);
}

[data-cattype="51028"] .mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

[data-cattype="51028"] .mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}

[data-cattype="51028"] .mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(0,0,0,0.10);
}

[data-cattype="51028"] .mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 25px;
    padding: 10px 20px;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
}

[data-cattype="51028"] .mobile-menu .navigation li > a:hover,
[data-cattype="51028"] .mobile-menu .navigation li.current > a {
    color: #000;
}

[data-cattype="51028"] .mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    background: #000;
}

[data-cattype="51028"] .mobile-menu .navigation li.dropdown .dropdown-btn .fa {
    font-weight: bold;
}

[data-cattype="51028"] .dropdown-btn.opened .fa {
    transform: rotate(180deg);
}

[data-cattype="51028"] .mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
}

[data-cattype="51028"] .mobile-menu .navigation li > ul,
[data-cattype="51028"] .mobile-menu .navigation li > ul > li > ul {
    display: none;
}

[data-cattype="51028"] .mobile-menu .navigation li.dropdown ul.opened {
    box-shadow: inset 0px 0px 3px rgba(0,0,0,0.1);
    background: rgba(238,238,238,0.563);
}

/* ======== EOL - Mobile Menu ======== */





/* ---------------------------- Search bar -------------------------- */

[data-cattype="51028"] i#btn-search {
    cursor: pointer;
}

[data-cattype="51028"] .wrapper_searchbar {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: top;
    margin: 1px;
}

[data-cattype="51028"] .wrapper_searchbar form#formSearch {
    position: relative;
    min-width: 32px;
    height: 32px;
    color: #111;
    transition: all .5s;
    border-radius: 20px;
    float: right;
}

[data-cattype="51028"] .wrapper_searchbar form#formSearch .fa.fa-search {
    position: absolute;
    left: -1px;
    top: 2px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    z-index: 0;
    font-size: 16px;
    color: #000;
}

[data-cattype="51028"] .wrapper_searchbar input[type=search] {
    background: #fff;
    border: none;
    color: #000;
    padding: 5px 22px 0px 0px;
    margin: 0px;
    width: 32px;
    height: 32px;
    position: relative;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    transition: all .5s;
    border-radius: 15px;
}

[data-cattype="51028"] .wrapper_searchbar input[type=search]:hover,
[data-cattype="51028"] .wrapper_searchbar input[type=search]:focus {
    width: 200px;
    height: 32px;
    padding: 0px 20px 0px 10px;
    background-color: #fff;
    opacity: 1;
    top: -5px;
    transition: all .5s;
    outline: none;
    border: 1px solid #333;
}



/* BOL - Mobile version search bar */

[data-cattype="51028"] form.search-bar-mobile {
    width: 100%;
    position: relative;
    display: flex;
}

[data-cattype="51028"] .search-bar-mobile .searchTerm {
    width: 100%;
    border: 1px solid #000;
    border-right: none;
    padding: 5px;
    height: 35px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #ccc;
}

[data-cattype="51028"] .search-bar-mobile .searchTerm:focus {
    color: #000;
}

[data-cattype="51028"] .search-bar-mobile .searchButton {
    width: 40px;
    height: 35px;
    border: 1px solid #000;
    background: #000;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

/* EOL - Mobile version search bar */



@media (max-width: 767px) {

    [data-cattype="51028"] .companyLogo {
        margin-bottom: 10px;
    }

    [data-cattype="51028"] .companyLogo img {
        width: 80px;
        height: auto;
    }
}

@media (max-width: 480px) {

    [data-cattype="51028"] .mobile-menu .menu-box {
        top: 66px;
    }
}





/* ========================================================================== */
/* Theme V29 - Heledon Inspired Header                                       */
/* ========================================================================== */

section[data-cattype="51028"] {
    min-height: 120px;
    padding: 0;
    border-bottom: 1px solid rgba(17,17,17,.07);
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    box-shadow: 0 6px 24px rgba(17,17,17,.025);
}

.osp-header-placeholder-51028 {
    width: 100%;
    height: 0;
}



/* ==========================================================================
   STICKY HEADER
========================================================================== */

section[data-cattype="51028"].is-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 90px;
    z-index: 999;
    box-shadow: 0 8px 28px rgba(17,17,17,.09);
    animation: osp51028FadeInDown .65s cubic-bezier(.2,.75,.35,1) both;
}

section[data-cattype="51028"].is-sticky .osp-header-container > .row {
    min-height: 90px;
}

section[data-cattype="51028"].is-sticky .companyLogo img {
    max-height: 52px;
}

section[data-cattype="51028"].is-sticky nav#nav-wrap > ul > li > a {
    padding-top: 35px;
    padding-bottom: 35px;
}

section[data-cattype="51028"].is-sticky nav#nav-wrap > ul > li > a::after {
    bottom: 24px;
}

@keyframes osp51028FadeInDown {

    from {
        opacity: 0;
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}



/* ==========================================================================
   HEADER CONTAINER
========================================================================== */

[data-cattype="51028"] .osp-header-container {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
}

[data-cattype="51028"] .osp-header-container > .row {
    min-height: 120px;
    align-items: center;
}



/* ==========================================================================
   LOGO
========================================================================== */

[data-cattype="51028"] .companyLogo {
    margin: 0;
    line-height: 0;
}

[data-cattype="51028"] .companyLogo img {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 68px;
}



/* ==========================================================================
   DESKTOP MENU
========================================================================== */

[data-cattype="51028"] .hmenu {
    background: transparent;
}

[data-cattype="51028"] #nav-wrap {
    margin: 0;
    padding: 0;
    text-align: center;
}

[data-cattype="51028"] nav#nav-wrap > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

[data-cattype="51028"] nav#nav-wrap > ul > li {
    position: relative;
    margin: 0 24px;
}

[data-cattype="51028"] nav#nav-wrap > ul > li > a {
    border: 0;
    padding: 50px 2px;
    margin: 0;

    color: #000;

    font-size: 16px;

    /*
       Changed from 500 to 400.
       Closer to Heledon menu typography.
    */
    font-weight: 400;

    line-height: 20px;

    text-transform: none;
    white-space: nowrap;
}

[data-cattype="51028"] nav#nav-wrap > ul > li > a::after {
    content: "";

    position: absolute;

    right: 2px;
    bottom: 39px;
    left: 2px;

    height: 1px;

    background: #111;

    transform: scaleX(0);
    transform-origin: right center;

    transition: transform .35s ease;
}

[data-cattype="51028"] nav#nav-wrap > ul > li > a:hover::after,
[data-cattype="51028"] nav#nav-wrap > ul > li > a.active::after {
    transform: scaleX(1);
    transform-origin: left center;
}

[data-cattype="51028"] nav#nav-wrap > ul > li > a.active,
[data-cattype="51028"] nav#nav-wrap > ul > li > a:hover,
[data-cattype="51028"] nav#nav-wrap > ul > li > a:focus {
    color: #dcb14a;
    font-weight: 400;
}



/* ==========================================================================
   RIGHT SIDE QUICK LINKS
========================================================================== */

[data-cattype="51028"] .list-quicklink.header-right-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 20px;

    margin: 0;
    padding: 0;

    min-height: 44px;
}

[data-cattype="51028"] .list-quicklink > li,
[data-cattype="51028"] .list-quicklink li:last-child {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    vertical-align: middle;
    line-height: 1;
}

[data-cattype="51028"] .list-quicklink > li:empty {
    display: none;
}



/* ==========================================================================
   ICON BUTTON
   Remove old circle background + shadow
========================================================================== */

[data-cattype="51028"] .list-quicklink a,
[data-cattype="51028"] .list-quicklink li:last-child a {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 40px;
    min-width: 30px;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 0;

    background: transparent;

    box-shadow: none;

    color: #111;

    font-size: 0;
    line-height: 1;

    overflow: visible;

    transition:
        opacity .25s ease,
        transform .25s ease;
}

[data-cattype="51028"] .list-quicklink a:hover,
[data-cattype="51028"] .list-quicklink li:last-child a:hover {
    color: #111;

    background: transparent;

    box-shadow: none;

    opacity: .65;

    transform: translateY(-1px);
}



/* ==========================================================================
   HIDE ORIGINAL FONT AWESOME ICON
========================================================================== */

[data-cattype="51028"] .list-quicklink a > i {
    display: none !important;
}



/* ==========================================================================
   COMMON OUTLINE ICON
========================================================================== */

[data-cattype="51028"] .list-quicklink a::before {
    content: "";

    display: block;

    width: 24px;
    height: 24px;

    background-color: #111;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;

    transition:
        background-color .25s ease,
        transform .25s ease;
}



/* ==========================================================================
   ACCOUNT
========================================================================== */

[data-cattype="51028"]
.list-quicklink
a[data-section="myaccount"]::before {

    width: 25px;
    height: 25px;

    -webkit-mask-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M4 21c.5-4.2 3.5-7 8-7s7.5 2.8 8 7'/%3E%3C/svg%3E");

    mask-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M4 21c.5-4.2 3.5-7 8-7s7.5 2.8 8 7'/%3E%3C/svg%3E");
}



/* ==========================================================================
   SHOPPING BAG
========================================================================== */

[data-cattype="51028"]
.list-quicklink
a[data-section="mycart"]::before {

    width: 25px;
    height: 25px;

    -webkit-mask-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8h14l1 13H4L5 8Z'/%3E%3Cpath d='M9 9V6a3 3 0 0 1 6 0v3'/%3E%3C/svg%3E");

    mask-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8h14l1 13H4L5 8Z'/%3E%3Cpath d='M9 9V6a3 3 0 0 1 6 0v3'/%3E%3C/svg%3E");
}



/* ==========================================================================
   LOGOUT
========================================================================== */

[data-cattype="51028"]
.list-quicklink
a[data-section="logout"]::before {

    width: 23px;
    height: 23px;

    -webkit-mask-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17l5-5-5-5'/%3E%3Cpath d='M15 12H3'/%3E%3Cpath d='M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-6'/%3E%3C/svg%3E");

    mask-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17l5-5-5-5'/%3E%3Cpath d='M15 12H3'/%3E%3Cpath d='M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-6'/%3E%3C/svg%3E");
}



/* ==========================================================================
   MENU
========================================================================== */

[data-cattype="51028"]
.list-quicklink
a[data-section="menu"]::before {

    width: 28px;
    height: 28px;

    -webkit-mask-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round'%3E%3Cpath d='M4 7h20'/%3E%3Cpath d='M4 14h20'/%3E%3Cpath d='M4 21h20'/%3E%3C/svg%3E");

    mask-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round'%3E%3Cpath d='M4 7h20'/%3E%3Cpath d='M4 14h20'/%3E%3Cpath d='M4 21h20'/%3E%3C/svg%3E");
}



/* ==========================================================================
   CART BADGE
========================================================================== */

[data-cattype="51028"]
.list-quicklink
a[data-section="mycart"] > .badge {

    position: absolute;

    top: 1px;
    right: -7px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 18px;
    height: 18px;

    margin: 0;
    padding: 0 5px;

    border: 0;
    border-radius: 999px;

    background: #dfaD37;
    color: #111;

    font-size: 10px;
    font-weight: 500;

    line-height: 18px;

    box-shadow: none;

    z-index: 5;
}

[data-cattype="51028"]
.list-quicklink
a[data-section="mycart"] > .badge:empty {
    display: none;
}



/* ==========================================================================
   SEARCH
========================================================================== */

[data-cattype="51028"] .wrapper_searchbar {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    min-width: 30px;
    height: 40px;

    margin: 0;
    vertical-align: middle;
}

[data-cattype="51028"] .list-quicklink a[data-section="search"]::before {
    width: 24px;
    height: 24px;

    -webkit-mask-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.35' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='m15.5 15.5 4.5 4.5'/%3E%3C/svg%3E");

    mask-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.35' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='m15.5 15.5 4.5 4.5'/%3E%3C/svg%3E");
}



/* ==========================================================================
   RESPONSIVE - 1499
========================================================================== */

@media (max-width: 1499px) {

    [data-cattype="51028"] .osp-header-container {
        padding-right: 50px;
        padding-left: 50px;
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li {
        margin-right: 15px;
        margin-left: 15px;
    }

    [data-cattype="51028"] .list-quicklink.header-right-side {
        gap: 30px;
    }

}



/* ==========================================================================
   RESPONSIVE - 1199
========================================================================== */

@media (max-width: 1199px) {

    [data-cattype="51028"] .osp-header-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}



/* ==========================================================================
   RESPONSIVE - 991
========================================================================== */

@media (max-width: 991px) {

    section[data-cattype="51028"],
    [data-cattype="51028"] .osp-header-container > .row {
        min-height: 90px;
    }

    section[data-cattype="51028"].is-sticky,
    section[data-cattype="51028"].is-sticky .osp-header-container > .row {
        min-height: 74px;
    }

    section[data-cattype="51028"].is-sticky .companyLogo img {
        max-height: 44px;
    }

    [data-cattype="51028"] .list-quicklink.header-right-side {
        gap: 18px;
    }

    [data-cattype="51028"] .osp-header-container > .row > .col-6:last-child {
        display: flex;
        justify-content: flex-end;
    }
}



/* ==========================================================================
   MOBILE - 767
========================================================================== */

@media (max-width: 767px) {

    section[data-cattype="51028"],
    [data-cattype="51028"] .osp-header-container > .row {
        min-height: 82px;
    }


    /* Container */

    [data-cattype="51028"] .osp-header-container {
        padding-right: 20px;
        padding-left: 20px;
    }


    /* Logo */

    [data-cattype="51028"] .companyLogo {
        margin: 0;
    }

    [data-cattype="51028"] .companyLogo img {
        width: auto;

        max-width: 115px;
        max-height: 60px;
    }


    /* Right side */

    [data-cattype="51028"] .osp-header-container > .row > .col-6:last-child {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }


    /* Icons */

    [data-cattype="51028"] .list-quicklink.header-right-side {
        display: flex;
        align-items: center;
        justify-content: flex-end;

        gap: 30px;

        width: auto;

        margin: 0;
        padding: 0;
    }

    [data-cattype="51028"] .list-quicklink > li,
    [data-cattype="51028"] .list-quicklink li:last-child {
        flex: 0 0 auto;

        margin: 0;
        padding: 0;
    }

    [data-cattype="51028"] .list-quicklink a,
    [data-cattype="51028"] .list-quicklink li:last-child a {
        width: 27px;
        min-width: 27px;
        height: 40px;

        margin: 0;
        padding: 0;

        border: 0;

        background: transparent;

        box-shadow: none;
    }

    [data-cattype="51028"] .list-quicklink a::before {
        width: 23px;
        height: 23px;
    }

    [data-cattype="51028"]
    .list-quicklink
    a[data-section="menu"]::before {
        width: 26px;
        height: 26px;
    }


    /* Badge */

    [data-cattype="51028"]
    .list-quicklink
    a[data-section="mycart"] > .badge {

        top: 2px;
        right: -8px;

        min-width: 17px;
        height: 17px;

        padding: 0 4px;

        font-size: 9px;
        line-height: 17px;
    }


    /* Touch hover reset */

    [data-cattype="51028"] .list-quicklink a:hover,
    [data-cattype="51028"] .list-quicklink li:last-child a:hover {
        opacity: 1;
        transform: none;
        background: transparent;
    }
}



/* ==========================================================================
   SMALL MOBILE - 480
========================================================================== */

@media (max-width: 480px) {

    section[data-cattype="51028"],
    [data-cattype="51028"] .osp-header-container > .row {
        min-height: 76px;
    }

    [data-cattype="51028"] .osp-header-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    [data-cattype="51028"] .companyLogo img {
        max-width: 105px;
        max-height: 60px;
    }

    /*
       Important:
       Previously gap was only 3px.
       Keep more breathing space.
    */

    [data-cattype="51028"] .list-quicklink.header-right-side {
        gap: 30px;
    }

    [data-cattype="51028"] .list-quicklink a,
    [data-cattype="51028"] .list-quicklink li:last-child a {
        width: 25px;
        min-width: 25px;
        height: 38px;
    }

    [data-cattype="51028"] .list-quicklink a::before {
        width: 22px;
        height: 22px;
    }

    [data-cattype="51028"]
    .list-quicklink
    a[data-section="menu"]::before {
        width: 25px;
        height: 25px;
    }

    [data-cattype="51028"]
    .list-quicklink
    a[data-section="mycart"] > .badge {
        top: 2px;
        right: -8px;
    }

    [data-cattype="51028"] .mobile-menu .menu-box {
        top: 66px;
    }
}



/* ==========================================================================
   EXTRA SMALL MOBILE
========================================================================== */

@media (max-width: 380px) {

    [data-cattype="51028"] .osp-header-container {
        padding-right: 12px;
        padding-left: 12px;
    }

    [data-cattype="51028"] .companyLogo img {
        max-width: 94px;
    }

    [data-cattype="51028"] .list-quicklink.header-right-side {
        gap: 13px;
    }

    [data-cattype="51028"] .list-quicklink a,
    [data-cattype="51028"] .list-quicklink li:last-child a {
        width: 23px;
        min-width: 23px;
    }

    [data-cattype="51028"] .list-quicklink a::before {
        width: 21px;
        height: 21px;
    }

    [data-cattype="51028"]
    .list-quicklink
    a[data-section="menu"]::before {
        width: 24px;
        height: 24px;
    }
}



/* ==========================================================================
   REDUCED MOTION
========================================================================== */

@media (prefers-reduced-motion: reduce) {

    section[data-cattype="51028"].is-sticky {
        animation: none;
    }
}





/* ========================================================================== */
/* Theme V29 - Single Panel Tree Dropdown                                    */
/* ========================================================================== */

@media (min-width: 992px) {

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul {
        top: calc(100% - 8px);

        left: 50%;

        width: 250px;

        max-height: calc(100vh - 130px);

        padding: 12px 14px;

        border: 1px solid rgba(17,17,17,.07);

        border-radius: 10px;

        background: #fff;

        box-shadow: 0 16px 42px rgba(17,17,17,.11);

        overflow-x: hidden;
        overflow-y: auto;

        opacity: 0;
        visibility: hidden;

        transform: translate(-50%,10px);

        transition:
            opacity .24s ease,
            transform .24s ease,
            visibility .24s ease;

        scrollbar-width: thin;

        scrollbar-color:
            rgba(17,17,17,.2)
            transparent;
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li.opened > ul,
    [data-cattype="51028"] nav#nav-wrap > ul > li:focus-within > ul,
    [data-cattype="51028"] nav#nav-wrap > ul > li:hover > ul {
        opacity: 1;

        visibility: visible;

        transform: translate(-50%,0);

        z-index: 1001;
    }


    /* Scrollbar */

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul::-webkit-scrollbar {
        width: 5px;
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul::-webkit-scrollbar-thumb {
        border-radius: 10px;

        background: rgba(17,17,17,.18);
    }


    /* Remove top arrow */

    [data-cattype="51028"] nav#nav-wrap > ul > li.more:hover::before {
        display: none;
    }


    /* Dropdown items */

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul li,
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul li:hover {
        width: 100%;

        margin: 0;
        padding: 0;

        border: 0;

        border-radius: 6px;

        background: transparent;
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul li > a,
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul li > a:hover,
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul li > a.active {
        min-height: 34px;

        margin: 0;

        padding: 7px 10px;

        border-radius: 6px;

        color: #333;

        background: transparent;

        font-size: 14px;

        font-weight: 400;

        line-height: 20px;
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul li > a:hover,
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul li > a.active {
        color: #111;

        background: #f6f5f2;
    }


    /* ==========================================================================
       TREE LEVEL 2+
    ========================================================================== */

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul ul,
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul ul ul,
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul ul ul ul,
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul ul ul ul ul {
        position: static;

        display: block;

        top: auto;
        right: auto;
        left: auto;

        width: 100%;

        max-height: none;

        margin: 0;

        padding: 0;

        border: 0;

        border-radius: 0;

        background: transparent;

        box-shadow: none;

        opacity: 1;

        visibility: visible;

        overflow: visible;

        transform: none;

        transition: none;
    }


    /* Level 2 */

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul ul a,
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul ul a:hover,
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul ul a.active {
        min-height: 30px;

        padding: 5px 10px 5px 24px;

        color: #777;

        font-size: 13px;

        line-height: 20px;
    }


    /* Level 3 */

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul ul ul a,
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul ul ul a:hover,
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul ul ul a.active {
        padding-left: 38px;

        color: #888;
    }


    /* Level 4 */

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul ul ul ul a,
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul ul ul ul a:hover,
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul ul ul ul a.active {
        padding-left: 52px;
    }


    /* Hide tree arrows */

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul li.more > a::after {
        display: none;
    }
}
