ol, ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 10;
    transition: all 100ms ease-out;
}
@media(max-width:1199px) {
    .header {
    position: sticky;
}
}.header:not(.js--scrolled) {
    color: #fff;
}
.header .brand svg {
    fill: #fff;
}
.header.js--scrolled {
    background-color: #fff;
    color: #000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.header.js--scrolled .brand svg .cls-3 {
    fill: #000;
}
.header.js--scrolled .brand svg .cls-6 {
    fill: #2ca8d9;
}
.header-inner {
    padding: 1.25rem 2.5rem;
    display: flex;
    align-items: center;
}
@media(max-width:1199px) {
    .header-inner {
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    padding: .75rem 2rem;
}
}
.header-end {
    margin-left: auto;
    display: flex;
    align-items: center;
	justify-content: center;
}
@media(max-width:1199px) {
	.header-end {
    justify-content: right;
    margin-top: 20px;
}
    .header .brand svg {
    max-width: 100px;
}
.header .brand svg .cls-3 {
    fill: #000;
}
.header .brand svg .cls-6 {
    fill: #2ca8d9;
}
}.header-topbar {
    background-repeat: no-repeat;
    background-color: #0d7d8b!important;
    padding: 8px 10px;
    color: #fff;
    font-size: 1rem;
    position: relative;
    text-align: center;
}
@media screen and (max-width:767.98px) {
	.header-end {
        margin-right: -26px;
    }
    .header-topbar {
    background-size: 450%;
    background-repeat: no-repeat;
    background-position: -1% 100%}
}@media(max-width:1600px) {
    .header-topbar {
    font-size: 14px;
}
}.header-topbar strong {
    font-weight: 700;
}
.header-topbar-link {
    text-decoration: underline;
    padding-left: .3rem;
    color: #fff;
    text-underline-offset: 3px;
}
.header-topbar-link:hover {
    color: #fff;
}
.header-topbar-close {
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.header-topbar-close::after, .header-topbar-close::before {
    background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 20px;
    transform: translateY(-50%) rotate(-45deg);
}
.header-topbar-close::before {
    transform: translateY(-50%) rotate(45deg);
}

@keyframes blink {
    0% {
    opacity: 1;
}
50% {
    opacity: .5;
}
100% {
    opacity: 1;
}
}
@media(max-width:992px) {
    .tab-resulation {
    display: block;
    margin-top: 3px;
}
.notification-bar-close {
    top: 32%;
    right: 4px;
}
}.header.js--scrolled .logo svg .st10 {
    fill: #2ca8d9;
}
.header.js--scrolled .logo svg .st1, .header.js--scrolled .logo svg .st11, .header.js--scrolled .logo svg .st3 {
    fill: #1f1a17;
}
.header.js--scrolled .logo-with-cap #fur_ball_9_ {
    fill: #ed3131!important;
}
.logo-with-cap {
    position: relative;
}
.logo-with-cap #CAP {
    position: absolute;
    top: -12px;
    left: -20px;
    width: auto;
}
@media(max-width:1199px) {
    .logo-with-cap #CAP {
    top: -10px;
    left: -15px;
}
}.main-navigation .logo-with-cap {
    position: relative;
    padding-left: 10px;
    padding-top: 3px;
    display: block;
}
.main-navigation .logo-with-cap #CAP {
    position: absolute;
    top: 0;
    left: 0;
    fill: #fff!important;
}
.main-navigation .logo-with-cap #CAP path {
    fill: #fff!important;
}
.main-navigation .logo-with-cap #CAP .st4 {
    fill: #ed3131!important;
}
.sticky-content {
    padding: 6px 0;
}
svg {
    width: 100%}
.contact-nmbr {
    padding-top: 1rem;
    display: block;
}
.contact-nmbr ul li:not(:last-child) {
    margin-bottom: .2rem;
}
.cms-number h6 {
    font-size: calc(95.5% + 0.04vw);
}
.header-topbar {
    background-color: #f96300!important;
}
.sticky {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 12px 1rem;
    background-color: #2ca8d9;
    color: #fff;
    text-align: center;
}
@media(min-width:1500px) {
    .sticky {
    padding: 16px 1rem;
}
}@media(max-width:1500px) {
    .sticky {
    background-size: 110%}
}.sticky * {
    color: inherit;
    font-size: 14px;
}
@media(min-width:1500px) {
    .sticky * {
    font-size: 15px;
}
}@media(max-width:767px) {
    .sticky * {
    text-align: center;
}
}.sticky .sticky__content strong {
    text-wrap: nowrap;
}
.sticky a {
    font-weight: 600;
    margin-left: clamp(5px, 1vw, 10px);
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    text-wrap: nowrap;
}
@media(min-width:992px) {
    .sticky a {
    color: #2ca8d9;
    padding: 4px 8px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 13px;
}
.sticky a:hover {
    background: #2ca8d9;
    -webkit-animation-duration: 0s;
}
}@media(max-width:991px) {
    .sticky a {
    text-decoration: underline;
}
}.sticky a:hover {
    color: #fff!important;
}
@-webkit-keyframes blinker {
    0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.sticky strong {
    font-weight: 700;
}

.header-navigation {
    display: flex;
    align-items: center;
	padding-top: 17px;
}
@media(max-width:1200px) {
    .header-navigation {
    display: none;
}
}
.header-navigation>ul {
    display: flex;
    align-items: center;
}
.header-navigation>ul>li {
    list-style: none;
    padding: 0 1.5rem;
}
.header-navigation>ul>li>a:not(.header-btn) {
    color: currentColor;
    display: block;
    padding: 8px 0;
    margin: 0;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    font-weight: 400;
	color: #fff;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
	font-size: 14px;
    text-transform: uppercase;
}
.header-navigation>ul>li>a:not(.header-btn):hover {
    color: #2ca8d9;
    text-decoration: none;
    background-size: 100% 2px;
}
a.header-btn {
    background-color: #2ca8d9;
    color: #fff!important;
    padding: 12px 30px;
    border: 1px solid #2ca8d9;
    display: inline-block;
    border-radius: 3px;
    margin-left: 1rem;
}
@media(min-width:1199px) {
    a.header-btn: hover {
    background-color: transparent;
    border-color: currentColor;
}
}@media(max-width:1199px) {
    a.header-btn {
    padding: 10px;
}
}
@media(min-width:1200px) {
    .js--scrolled .header-btn: hover {
    background-color: transparent;
    color: #000!important;
    border-color: #000;
}
}.navs-toggle {
    cursor: pointer;
    display: none;
    vertical-align: middle;
    margin-left: 25px;
    height: 22px;
    line-height: 1;
    width: 30px;
    z-index: 1;
}
.navs-toggle span {
    background: #fff;
    border-radius: 3px;
    display: block;
    margin-bottom: 5px;
    transition: .3s all ease;
    height: 3px;
    width: 30px;
}
@media(max-width:1199px) {
    .navs-toggle span {
    background-color: #fff;
}
}.navs-toggle span:nth-child(1) {
    width: 25px;
}
.navs-toggle span:nth-child(2) {
    width: 20px;
}
.navs-toggle:hover span:nth-child(3) {
    width: 25px;
}
.navs-toggle:hover span:nth-child(2) {
    width: 30px;
}
.navs-toggle:hover span:nth-child(1) {
    width: 20px;
}
.header.js--scrolled .navs-toggle span, .header.js--scrolled .navs-toggle span::after, .header.js--scrolled .navs-toggle span::before {
    background: #000;
}
.navs-toggle::before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    content: '';
    transition: opacity .2s ease;
}
.navs-toggle.open::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.is-scroll-remove {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.is-scroll-remove .header.js--scrolled {
    background: 0 0;
}
.navigation-wrap .logo svg path {
    fill: #000;
}
.close--header:hover, .header--search:hover svg {
    fill: #2ca8d9;
}
.header--search:hover .search-txt {
    color: #2ca8d9;
}
.header--search:hover {
    border-bottom: solid #2ca8d9 1px;
}
.header--search {
    border-bottom: solid #000 1px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    margin-right: 44px;
    transition: 0;
}
.search-txt {
    color: #000;
    margin-right: 3px;
    font-size: 14px;
}
.header--search svg {
    max-width: 12px;
    max-height: 12px;
}
.navigation-wrap-inner {
    overflow: hidden;
    padding-right: 2rem;
    position: relative;
    height: 100%}
.main-navigation {
    width: calc(100% + 20px);
    padding-right: 20px;
    overflow: hidden;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.navigation-wrap--head {
    justify-content: space-between;
    align-items: center;
}
@media(max-width:1199px) {
    .navigation-wrap--head {
		display: none!important;
	}
}
.navigation-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #000b15;
    padding: 1.5rem 2.5rem;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
    z-index: 11;
    overflow: hidden;
    overflow-y: auto;
}
.navigation-wrap.is-opened {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.headernav-dropdown {
    max-width: 1800px;
    margin: 0 auto;
    padding: 3rem 6rem;
}
.headernav-vertical {
    width: 33.33%;
    position: relative;
}
.headernav-dropdown>ul>li>a {
    display: block;
    padding: 4px 0;
    font-size: calc(112.5% + 2.6vw);
    font-weight: 700;
    color: #fff;
	opacity:.6;
    position: relative;
}
.headernav-dropdown>ul>li>a .menu-bit {
    display: inline-block;
    width: .4em;
    height: .4em;
    border-right: 5px solid currentColor;
    margin-left: 6px;
    position: relative;
    vertical-align: middle;
    transform: rotate(45deg);
    opacity: 1;
    border-top: 5px solid currentColor;
    top: 0px;
}
@media(max-width:1024px) {
    .headernav-dropdown>ul>li>a .menu-bit {
    border-right-width: 4px;
    border-top-width: 4px;
}
}@media(max-width:767px) {
    .headernav-dropdown>ul>li>a .menu-bit {
    border-right-width: 3px;
    border-top-width: 3px;
}
}.headernav-dropdown>ul>li.is-active>a .menu-bit {
    opacity: 1;
}
.headernav-dropdown>ul>li>a:hover {
    color: #2ca8d9;
	opacity: 1;
}
.headernav-dropdown__links {
    position: absolute;
    left: 100%;
    top: 0;
    width: 200%;
    padding: 2rem 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100%;
    transition: all .4s ease-in-out 0s;
    transform: translateY(20px);
}
.headernav-dropdown--link {
    margin-bottom: 3rem;
}
.two-cols__links {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.two-cols__links li {
    flex: 0 0 50%;
    max-width: 50%}
.headernav-dropdown__links>.row {
    flex: 0 0 100%}
.has-dropdown__links.is-active .headernav-dropdown__links {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition-delay: .4s;
}
.has-dropdown__links.is-active a:not(.link-arrow) {
    color: #fff;
	opacity:1;
}
.has-dropdown__links.is-active a:not(.link-arrow):hover {
    color: #2ca8d9!important;
}
.has-dropdown__links.is-active>a.has-dropmenu:not(.link-arrow):hover {
    color: #ffffff !important;
}
.headernav-dropdown__links a:not(.link-arrow) {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 200;
	font-size: 16px;
    display: block;
    text-transform: capitalize;
}
.headernav-dropdown__links ul li a:hover {
    color: #2ca8d9;
}
.headernav-dropdown__links ul li {
    padding-bottom: 12px;
}
.headernav-dropdown__links h5 {
    font-weight: 400;
    position: relative;
    padding-bottom: .6rem;
    margin-bottom: 1.2rem;
	line-height: 1.59;
    color: #fff;
    font-size: calc(112.5% + 0.29vw);
}
.headernav-dropdown__links h5:after {
    content: '';
    width: 1.75rem;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 1px;
    background: #2ca8d9;
}
.headernav-dropdown .fatbit-social {
    width: 33.33%}
.headernav-dropdown .fatbit-social ul li img {
    width: 20px;
}
.headernav-dropdown .fatbit-social ul {
    margin: 0;
    display: flex;
}
.headernav-dropdown .fatbit-social ul li {
    margin-right: 5px;
}
.headernav-dropdown .fatbit-social ul li a {
    width: 36px;
    height: 36px;
}
.highlitext-product {
    font-size: 15px;
    display: inline-block;
    border: solid #d50241 1px;
    padding: 1px 12px;
    border-radius: 12px;
    color: #d50241;
    margin-bottom: 5px;
    font-weight: 600;
}
.con-us {
    font-size: 1.2rem;
    margin-top: 5rem;
}
.con-us a {
    font-size: calc(116.5% + 2.2vw);
    font-weight: 800;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
}
.con-us a:hover{
	color:#2ca8d9;
}
.con-us a::after {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 3px;
    left: 1px;
    right: 1px;
    background: #2ca8d9;
}
.close--header svg {
	fill: #fff;
}
ul.one-cols__links {
    padding-bottom: 30px;
}
@media only screen and (max-width:767px) {
    .highlitext-product {
    display: none;
}
}

.headernav-dropdown__links a {
    position: relative;
}
@media(max-height:699px) {
    html {
    font-size: 14px;
}
}@media only screen and (max-width:1380px) {
    .headernav-dropdown {
    padding: 4rem 1rem;
}
.headernav-dropdown__links h5 {
    font-size: 19px;
}
.close--header svg {
    width: 25px;
    height: 25px;
	fill: #fff;
}
}
@media only screen and (max-width:1280px) {
    .headernav-dropdown>ul>li>a {
    padding: 7px 0;
}
.headernav-dropdown {
    padding-top: 1.5rem;
}
.main-navigation {
    overflow-y: hidden;
}
}@media(min-width:1199px) {
    .headernav-dropdown>ul>li.is-active>a {
    pointer-events: none;
}
}@media only screen and (max-width:1200px) {
    .main-navigation {
    overflow-y: auto;
}
.headernav-dropdown {
    padding: 0;
}
.close--header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
}
.close--header svg {
    width: 20px;
    height: 20px;
}
.header-btn {
    padding: 6px 20px;
}
.navs-toggle {
    display: inline-block;
}
.navigation-wrap {
    right: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
.tablet.toggle__target {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    max-width: 25rem;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #000b15;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}
.tablet.toggle__target.left {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.tablet.toggle__target.visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.headernav-vertical, .headernav-dropdown .fatbit-social {
    width: 100%}
.headernav-dropdown__links {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: none;
    padding: 0;
}
.headernav-dropdown>ul>li>a {
    padding: 5px 0;
}
.headernav-dropdown__links h5 {
    margin-bottom: 7px;
        padding-bottom: 5px;
}
.headernav-dropdown__links a span br {
    display: none;
}
.headernav-dropdown__links h5::after {
    height: 2px;
}
.two-cols__links {
    display: block;
}
.two-cols__links li {
    max-width: 100%}
.has-dropdown__links.is-active .headernav-dropdown__links {
    display: block;
}
.headernav-dropdown>ul>li.is-active>a:after {
    width: .75rem;
    height: .75rem;
    margin-left: -.75rem;
    left: 1rem;
}
.header-navigation>ul {
    display: block;
    color: #000;
}
.header-navigation>ul>li {
    padding: 1.5rem;
    text-align: center;
}
}@media only screen and (max-width:767px) {
    .tablet.toggle__target {
    max-width: 20rem;
}
.header-btn {
    padding: 6px 16px;
}
.navigations .tabs li a {
    padding: .5rem .8rem!important;
}

}@media screen and (max-width:575px) {
	.header-end {
        margin-right: 0;
        margin-top: -40px;
    }
    .navs-toggle {
    margin-left: 20px;
}
}.header-text-link {
    margin-right: 22px;
    font-size: calc(100% + 0.24vw);
    font-weight: 700;
}
    

.header-navigation>ul>li>a {
    position: relative;
}
.header-navigation>ul>li>a.has-dropmenu::after {
    border-top: 2px solid currentColor;
    content: "";
    border-right: 2px solid currentColor;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    display: inline-block;
    margin-top: -4px;
    margin-left: 6px;
    vertical-align: middle;
    transition: .2s all ease;
    opacity: 0;
    visibility: hidden;
}
.header-navigation>ul>li>a.has-dropmenu:hover::after {
    visibility: visible;
    opacity: 1;
}



