#sticky-nav {
    position: fixed;
    top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 4;
			left: 0;
    max-width:100%
}
#sticky-nav.usp .grid .main-content {
    width: 100%;
    padding-left: 1.875rem;
}
#sticky-nav.mobile .main-content {
    padding: 0 1rem !important
}
#sticky-nav.mobile {
    top: 0;
    position: relative;
}
#sticky-nav.mobile.sticky {
    position: fixed;
}
#sticky-nav .prd-name {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 12px;
    font-family: RazerF5;
    letter-spacing: 0.5px
}
#sticky-nav li {
    list-style: none;
    font-size: 14px;
    line-height: 13px;
    font-weight: 400;
    color: #999;
    padding: 0 10px;
}
#sticky-nav li a {
    display: inline-block;
    text-decoration: none;
    color: #888;
    transition: all 0.2s linear
}
#sticky-nav li a:hover {
    color: #44d62c
}
#sticky-nav li.current a { 
    color: #555; 
    pointer-events: none; 
}
#sticky-nav .cta-btn {
  text-decoration: none;
  margin-top:-2px;
  margin-right: 10px
}
#sticky-nav .cta-btn,
#sticky-nav li:last-child a {
    color: #000;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 2px;
    background: lime;
    transition: background-color .15s ease-in-out
}
#sticky-nav .cta-btn:hover,
#sticky-nav li:last-child a:hover {
    background-color: #73e161;
}
@media screen and (min-width: 768px) {
			cx-page-slot.Section2B.has-components,
			cx-page-slot.Section2A.has-components{
 				margin-top: 50px!important;
    }
    app-content-page { 
 				margin-top: 60px!important;
    }
    .ProductDetailsPageTemplate {
        padding-top: 30px;
    }
    #subnav-mobile {
        display: none
    }
    #menu-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #menu-list ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding-left: 20px;
    }
}
#sticky-nav .content{
align-content: center;
}
/*For Mobile view */
@media (max-width: 767px) {
    #sticky-nav .cta-btn {
      float: right;
    }
    #subnav-mobile .prd-name {font-size:0.7rem;}
    #sticky-nav li:last-child,
    #menu-list .prd-name {
        display: none
    }
    #sticky-nav ul li, #subnav-mobile {
        display: inline-block;
        width: 100%;
    }
    #sticky-nav .lt1 {
        padding: 0;
    }
    #sticky-nav .c1 {
        padding-bottom: 0px !important;
    }
    #sticky-nav ul li {
        max-width: 100%;
    }
    #sticky-nav ul li.active a {
        border: 0px;
    }
    #sticky-nav ul li a {
        height: auto;
        border: 0px;
        padding: 10px 0;
    }
    #sticky-nav .subnav-toggle {
        min-width: 40px;
        position: relative;
        float: right;
        margin-right: 0;
        padding: 9px 10px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-color: #333;
        border-radius: 4px;
        margin-top: -5px;
    }
    #sticky-nav .subnav-toggle .icon-bar {
        background-color: #fff;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    #sticky-nav .subnav-toggle .icon-bar:not(:first-child) {
        margin-top: 4px;
    }
    #subnav-mobile {
        color: #44d62c;
        display: block;
        text-align: left;
        min-height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #sticky-nav ul {
        height: 0px;
        overflow: hidden;
        margin: 0
    }
    #sticky-nav ul.nav-opened {
        height: auto;
        border-top: 1px solid #333;
        margin: 0;
        padding: 6px 0 1rem;
    }
    #subnav-mobile span br, #sticky-nav .lt1 ul li br {
        display: none;
    }
    @-webkit-keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translatey(-10px);
            -moz-transform: translatey(-10px);
            -o-transform: translatey(-10px);
            transform: translatey(-10px);
        }
        to {
            opacity: 1;
            -webkit-transform: translatey(0);
            -moz-transform: translatey(0);
            -o-transform: translatey(0);
            transform: translatey(0);
        }
    }
    @-moz-keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translatey(-10px);
            -moz-transform: translatey(-10px);
            -o-transform: translatey(-10px);
            transform: translatey(-10px);
        }
        to {
            opacity: 1;
            -webkit-transform: translatey(0);
            -moz-transform: translatey(0);
            -o-transform: translatey(0);
            transform: translatey(0);
        }
    }
    @keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translatey(-10px);
            -moz-transform: translatey(-10px);
            -o-transform: translatey(-10px);
            transform: translatey(-10px);
        }
        to {
            opacity: 1;
            -webkit-transform: translatey(0);
            -moz-transform: translatey(0);
            -o-transform: translatey(0);
            transform: translatey(0);
        }
    }
    #sticky-nav ul.nav-opened li {
        -webkit-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
    }
}
 @media screen and (max-width:767px){#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_2]{background-image:none;background-color:#101010;min-height:56px;}#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_5]{max-width:100%;margin:0;}} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_2]{background-image:none;background-color:#101010;min-height:56px;}#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_3]{max-height:56px;}#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_4]{max-width:100%;}#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_5]{margin:0;}} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_2]{background-image:none;background-color:#101010;min-height:56px;}#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_3]{max-height:56px;}#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_4]{max-width:100%;}#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_5]{margin:0;}} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_2]{background-image:none;background-color:#101010;min-height:56px;}#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_3]{max-height:56px;}#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_4]{max-width:100%;}#pnxssr_45799e86a56a863651088046c1ae71e2 div[pnxssr_5]{margin:0;}}