﻿:root {
    --active-blue: #002E55;
    --clr-pale-blue: #828AC0;
    --clr-gold: #B08F3B;
    --clr-pale-gold: #D0B36F;
    --clr-gold-ui: #b78e25;
    --clr-gold-title: #bd9e56;
    --clr-gold-text: #8f7000;
    --clr-pale-background: #F9F9F9;
    --clr-tint-01: #fbf9f4;
    --clr-tint-02: #f8f7ec;
    --clr-tint-03: #f8f5ed;
    --clr-tint-04: #f5f0e1;
    --clr-tint-05: #eee3cb;
    --clr-light-blue-01: #f8f9fd;
    --clr-light-blue-02: #b7bfe7;
    --clr-light-blue-03: #828ac0;
    --clr-grey-01: #e5e4e3;
    --clr-grey-02: #b1b1b1;
    --clr-grey-03: #787878;
    --clr-grey-pale-01: #f8f9fa;
    --clr-grey-pale-02: #f3f3f3;
    --clr-grey-pale-03: #f1f1f1;
    --fnt-Family-Body: 'freight-sans-pro', Arial, San-Serif;
    --fnt-Family-Title: "miller-display", 'Times New Roman';
}

.search-cover {
    background-color: rgba(0, 0, 0, .2);
    top: 34px;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 1;
}

.sp-header-section {
    font-family: var(--fnt-Family-Body);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

hr {
    border: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

img,
header img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: none;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    outline: none !important;
    overflow: hidden;
    transition: background-color 0.25s ease 0s;
    text-decoration: none;
    color: var(--clr-pale-gold);
}

p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    padding-bottom: 1em;
    line-height: 150%;
}

input[type=text],
input[type=password],
textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

@media(min-width: 768px) {
    .container {
        width: 750px
    }
}

@media(min-width: 992px) {
    .container {
        width: 970px
    }
}

@media(min-width: 1200px) {
    .container {
        width: 1170px
    }
}


.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 33.33333333333333%;
    }
}


@media (min-width: 1200px) {
    .col-lg-3 {
        width: 25%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

.col-xs-3 {
    width: 25%;
}

header {
    background-color: #fff;
    z-index: 6;
    /* height: 79px; */
    position: relative;
    /* border-bottom: 1px solid var(--clr-pale-gold); */
    width: 100%;
    float: left;
    font-family: var(--fnt-Family-Body);
}

/* Grid layout for header */
header .hdGrid {
    float: left;
    width: 100%;
    position: relative;
    height: 79px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 18;
}

header .hdGrid .logo {
    position: relative;
    z-index: 10;
}

@media (min-width: 991px) {
    header {
        /* height: 89px; */
    }

    /* Grid layout for header */


    header .hdGrid {
        height: 89px;
    }


    header .hdGrid .logo {
        display: flex;
        order: 1;
        align-items: center;
        padding-right: 40px;
    }


    header .hdGrid .topMenu {
        display: flex;
        flex-grow: 1;
        align-items: center;
        order: 2;
        transition: none;
        justify-content: space-between;
    }


    header .hdGrid .rhs-container {
        display: flex;
        white-space: nowrap;
        align-items: center;
        order: 3;
    }
}

/* Grid layout for header */

header .logo a {
    display: block;
}

header .logo img {
    max-width: 160px;
    height: 100%;
}

header .hdGrid .rhs-container-inner::after {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 3px;
    width: 0;
    z-index: 1;
    transition: all 0.3s ease;
    opacity: 0;
}

header .hdGrid .rhs-container-inner.selected::after {
    opacity: 1;
    width: 100%;
}

header .hdGrid .mobMenu-holder {
    position: relative;
    z-index: 4;
    margin-top: -1px;
}

header #drpFXSelect {
    appearance: none;
    /* Removes default styling */
    -webkit-appearance: none;
    /* Chrome, Safari, and Opera */
    -moz-appearance: none;
    /* Firefox */
    color: #000;
    padding: 5px 10px;
    /* Adds padding */
    border: 1px solid #eee;
    /* Adds a border */
    border-radius: 0;
    /* Optional: rounded corners */
    background-color: #fff;
    /* Background color for the select box */
    /* Add background image for the arrow */
    background-image: url('../img/down-arrow.png');
    /* Replace with your arrow image */
    background-repeat: no-repeat;
    background-position: right 8px center;
    /* Position arrow */
    background-size: 12px 12px;
    /* Size of the arrow */
    /* Ensures the text doesn’t overlap with the arrow */
    padding-right: 29px;
    font-size: 13px;
    margin-top: -5px;
    display: inline-block;
    line-height: 1.5;
}

/* Ensures the select looks the same in disabled state */
header #drpFXSelect:disabled {
    background-color: #f5f5f5;
    /* Optional: grey out the background */
    color: #999;
    /* Grey text */
}

/* For older versions of IE, apply this */
header #drpFXSelect::-ms-expand {
    display: none;
    /* Hide default dropdown arrow */
}

.rhs-container-inner {
    display: flex;
    justify-content: flex-end;
}

.rhs-container-inner>div {
    padding-left: 12px;
}

.rhs-container-inner div.hambHolder {
    padding-left: 5px;
}

.rhs-container-inner .account-holder a {
    display: block;
    width: 25px;
    height: 25px;
}

.rhs-container-inner div.basket-container {
    padding-left: 11px;
}

.basket-link .imag {
    position: relative;
}

.basket-link .imag .qnty {
    position: absolute;
    background-color: #d0b36f;
    width: 19px;
    height: 19px;
    border-radius: 20px;
    top: -13px;
    right: -13px;
    color: #fff;
    line-height: 19px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    font-feature-settings: 'lnum' 1;
    display: none;
}

.basket-link .mob {
    display: none;
}

header img.bag {
    width: 25px;
}

/*
.search-container {
    border: 1px solid #ECECEC;
    float: left;
}
    */

.rhs-container-inner>div.search-container-holder {
    padding-left: 0;
}

.mobMenu-holder {
    padding-top: 4px;
    position: relative;
}

.hamb input {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -1px;
    right: 0px;
    cursor: pointer;
    opacity: 0;
    /*  hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

.hamb span {
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 6px;
    position: relative;
    background-color: var(--clr-gold);
    z-index: 1;
    transform-origin: -0.5px 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.hamb span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 

    .hamb span:first-child {
        transform-origin: 0% 0%;
        background-color: pink;
    }

 * Transform all the slices of hamburger
 * into a crossmark.
 */
.hamb input:checked~span {
    opacity: 1;
    transform: rotate(-45deg) translate(0, 0px);
}

/*
 * But let's hide the middle one.
 */
.hamb input:checked~span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 1);
}

/*
 * Ohyeah and the last one should go the other direction
 */
.hamb input:checked~span:nth-last-child(3) {
    transform: rotate(45deg) translate(0, -2px);
}


.hamb.open span {
    opacity: 1;
    transform: rotate(-45deg) translate(0, 0px);
}

/*
 * But let's hide the middle one.
 */
.hamb.open span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 1);
}

/*
 * Ohyeah and the last one should go the other direction
 */
.hamb.open span:nth-last-child(3) {
    transform: rotate(45deg) translate(0, -2px);
}

@media (min-width: 992px) {
    .hamb span {
        display: block;
        width: 24px;
        height: 3px;
        margin-bottom: 4px;
        position: relative;
        background: #000;
        z-index: 1;
        transform-origin: 3px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }

    .hamb span:first-child {
        transform-origin: 0% 0%;
    }

    .hamb span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    /* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
    .hamb input:checked~span {
        opacity: 1;
        transform: rotate(-45deg) translate(-2px, -2px);
        background: #232323;
    }

    /*
 * But let's hide the middle one.
 */
    .hamb input:checked~span:nth-last-child(2) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
 * Ohyeah and the last one should go the other direction
 */
    .hamb input:checked~span:nth-last-child(3) {
        transform: rotate(45deg) translate(1px, 1px);
    }
}

.search-container input[type=text] {
    padding: 6px 10px;
    font-size: 14px;
    border: none;
}

.search-container input[type=text]::placeholder {
    font-style: normal;
}

.search-container-holder a,
.search-container-mobile-trigger a {
    float: right;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
    position: relative;
}

.searchBx-mob-trigger .lines {
    margin-top: 4px;
    position: absolute;
    margin-left: 4px;
    opacity: 0;
    transition: ease-in-out 300ms;
}

@media (min-width: 991px) {
    .searchBx-mob-trigger .lines {
        margin-top: 2px;
        margin-left: 1px;
    }
}

.searchBx-mob-trigger img {
    position: absolute;
    transition: ease-in-out 300ms;
}


.searchBx-mob-trigger span.line {
    width: 100%;
    background-color: #000;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease-in-out 300ms;
}

.searchBx-mob-trigger span.line1 {
    top: 8px;
}

.searchBx-mob-trigger span.line2 {
    bottom: 8px;
}


.searchBx-mob-trigger.open span.line1 {
    transform: rotate(-45deg);
}

.searchBx-mob-trigger.open span.line2 {
    transform: rotate(45deg);
}

.searchBx-mob-trigger.open .lines {
    opacity: 1;
}

.searchBx-mob-trigger.open img {
    opacity: 0;
}

.search-container-mobile-trigger a {}

.search-container-mobile-trigger {
    display: block;
}


.search-cover {
    top: 42px;
    z-index: 1;
}

.search-results-holder {
    position: absolute;
    top: 0;
}

.search-results-holder .container,
.search-results-holder .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.search-results-holder .row {
    margin-left: 0;
    margin-right: 0;
}

.search-close-holder {
    display: none;
}

.search-res {
    padding: 20px 10px 20px 10px;
}

.search-res .item .imag {
    width: 12%;
}

.search-res .item.prcItem .prdTTl {
    padding-left: 0;
    padding-top: 0;
    font-size: 1.5em;
}

.search-res .item.prcItem .prc {
    padding-left: 0;
}

.search-res .item.prcItem .ctaLink {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #D0B36F;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    min-width: 65px;
    max-width: 100px;
}

.search-res .item .action {
    padding-top: 5px;
}

@media (min-width: 992px) {

    .rhs-container-inner {
        margin-top: -3px;
    }

    .search-container-holder a,
    .search-container-mobile-trigger a {
        width: 21px;
        height: 21px;
    }

    .rhs-container-inner .account-holder a {
        width: 22px;
        height: 22px;
    }

    header img.bag {
        width: 21px;
        margin-top: 1px;
    }
}

.searchBx-mob-trigger .lines {
    margin-top: 4px;
    position: absolute;
    margin-left: 4px;
    opacity: 0;
    transition: ease-in-out 300ms;
    width: 18px;
    height: 18px;
    display: block;
}

@media (min-width: 991px) {
    .searchBx-mob-trigger .lines {
        margin-top: 2px;
        margin-left: 1px;
    }
}

.searchBx-mob-trigger img {
    position: absolute;
    transition: ease-in-out 300ms;
}

.searchBx-mob-trigger span.line {
    width: 100%;
    background-color: #000;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease-in-out 300ms;
}

.searchBx-mob-trigger span.line1 {
    top: 8px;
}

.searchBx-mob-trigger span.line2 {
    bottom: 8px;
}

.searchBx-mob-trigger.open span.line1 {
    transform: rotate(-45deg);
}

.searchBx-mob-trigger.open span.line2 {
    transform: rotate(45deg);
}

.searchBx-mob-trigger.open .lines {
    opacity: 1;
}

.searchBx-mob-trigger.open img {
    opacity: 0;
}

.search-container-mobile-trigger a {}

.search-container-mobile-trigger {
    display: block;
}

.searchBx-mob-glass {
    margin-left: 15px;
}

.searchBx-mob-close,
.searchBx-mob-glass {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.search-container-mobile {
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 109px;
    margin-top: -70px;
    left: 0;
    height: 70px;
    right: 0;
    z-index: 5;
    border-bottom: 1px solid #eee;
    transition: ease-in-out 350ms;
    align-items: center;
    display: flex;
    padding: 0 15px;
}

.search-container-mobile.open {
    margin-top: 0;
}

.searchBx-mob {
    position: absolute;
    min-width: calc(100% - 30px);
    border-bottom: 1px solid var(--clr-gold);
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 992px) {
    .search-container-mobile {
        top: 119px;
    }

    .searchBx-mob {
        padding: 0;
        min-width: 700px;
    }
}

.searchBx-mob input[type=text] {
    width: 100%;
    border: none;
    box-shadow: none;
    font-size: 16px;
    padding: 0 10px;
}

.topMenu {
    position: fixed;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 110px;
    z-index: 5;
    bottom: 0;
    padding-top: 15px;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    /*transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
    margin-top: 0px;
    border-top: #e4e4e4;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    transition: transform 300ms ease-in-out, visibility 0s ease-in-out 300ms;
}

.topMenu.selected {
    transform: none !important;
    visibility: visible;
    /* Show when open */
    transition: transform 300ms ease-in-out, visibility 0s ease-in-out 0s;
    /* Show visibility immediately */
}

@media (max-width: 990px) {
    .topMenu .additionalLinks {
        width: calc(100% - 30px);
        float: left;
        border-top: 1px solid #eee;
        margin: 0 15px;
        padding: 30px 0;
    }
}

.additionalLinks label.lbl {
    margin-right: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    white-space: nowrap;
    padding: 15px 0;
}

.mobMenu-holder {
    display: inline;
}


@media (min-width: 991px) {

    .mobMenu-holder {
        display: none;
    }

    .additionalLinks label.lbl {
        display: none;
    }
}

/*    @media (min-width: 650px) {
        .topMenu {
            top: 140px;
        }
    }
*/
.topMenu ul.sub {
    display: none;
}

.topMenu ul.top li.liTp {
    float: left;
    padding-left: 31px;
    border-left: 1px solid #eaeaea;
    margin-left: 32px;
}

.topMenu ul.top li.liTp.first {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

.topMenu ul.top li.liTp a.aTp,
.additionalLinks .aCharts a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.topMenuSubMenu {
    position: absolute;
    width: 100%;
    background-color: #FCF8F5;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.topMenuSubMenu ul.sub {
    display: flex;
    justify-content: space-between;
}


.topMenuSubMenu ul li {
    float: left;
    /*border-left: 1px solid #000;        */
}

.topMenuSubMenu ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.topMenuSubMenu ul li a:hover,
.topMenuSubMenu ul li a.open {
    background-color: #d1b36f;
    color: #fff;
}

.topMenuSubMenu ul li.first {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

.topMenuSubMenuDetails {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
    padding-top: 30px;
    padding-bottom: 60px;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.subsubHolder {
    background-color: #fff;
    font-size: 14px;
    font-feature-settings: 'lnum' 1;
}

.topMenu .subsubHolder {
    padding: 20px 30px;
    font-size: 13px;
}

.subsubHolder p.lrg {
    letter-spacing: 1px;
    font-weight: 500;
}

.subsubHolder a.bxLnk {
    display: inline-block;
    padding: 8px 19px 10px 19px;
    margin-right: 8px;
    border: 1px solid #D0B36F;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1.25px;
    font-weight: 500;
}

.subsubHolder a.bxLnk:hover {
    color: #cfb36e;
}

.topMenu .subsubHolder a.bxLnk {
    padding: 6px 17px 7px 17px;
    margin-right: 8px;
    font-size: 12px;
}

.subsubHolder ul {
    border-left: 1px solid #ECE0C6;
    margin-bottom: 35px;
    padding-left: 22px;
    line-height: 16px;
    font-size: 15px;
}

.subsubHolder ul a {
    color: #777;
}

.subsubHolder ul a:hover {
    color: #cfb36e;
}

.subsubHolder ul li {
    margin-bottom: 10px;
}

.subsubHolder hr {
    border-top: 1px solid #ecedef;
    width: 35%;
    margin-right: 65%;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
}

.topMenu .hasSubs .lnkCross {
    width: 14px;
    height: 14px;
    display: inline-block;
    float: right;
    position: relative;
    margin-top: 12px;
    margin-right: 15px;
    display: none;
}

.topMenu .hasSubs .lnkCross span.lineH {
    display: block;
    background-color: black;
    width: 14px;
    height: 2px;
    top: 6px;
    left: 0;
    position: absolute;
}

.topMenu .hasSubs .lnkCross span.lineV {
    display: block;
    background-color: black;
    width: 2px;
    height: 14px;
    left: 6px;
    top: 0;
    position: absolute;
}

.topMenu ul.top li.liTp,
.topMenu ul.top li.liTp.first {
    padding-left: 0px;
    margin-left: 0;
    border-left: none;
    width: 100%;
}

.topMenu ul.top li.liTp,
.topMenu ul.top li.liTp.first {
    display: block;
    padding-right: 0;
}

.topMenu ul.top li.liTp a.aTp {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}

.topMenu ul.sub {
    display: block;
    background-color: #FCF8F5;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    padding-top: 5px;
}

.topMenu ul.sub,
.topMenu ul.sub .subsubHolder,
.topMenuSubMenu,
.topMenuSubMenuDetails {
    display: none;
}

.topMenu ul.sub li.liSub,
.topMenu ul.sub li.liSub.first {
    padding-left: 0px;
}

.topMenu ul.sub li.liSub a.aSub {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.5px;
    padding: 10px 10px 10px 30px;
    display: block;
}

.topMenu .container,
.topMenu .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.topMenu .row {
    margin-left: 0;
    margin-right: 0;
}

.topMenu .hasSubs .lnkCross {
    display: inline-block;
}

@media only screen and (min-width: 991px) {
    .topMenu .hasSubs .lnkCross {
        display: none;
    }

    .topMenu .container {
        padding-left: 15px;
        padding-right: 15px;
    }


    .topMenu,
    .topMenuSubMenu,
    .topMenuSubMenu ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .topMenu {
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
        display: block;
        top: 0;
        order: 2;
        width: auto;
        transform: none;
        visibility: visible;
        transition: none;
    }

    .topMenu ul.sub {
        display: none;
    }

    .topMenu ul.top li.liTp,
    .topMenu ul.top li.liTp.first {
        width: auto;
    }

    .topMenu ul.top li.liTp a.aTp {
        padding: 0;
        display: inline-block;
    }


    .topMenu ul.top li.liTp {
        float: left;
        padding-left: 20px;
    }

    .topMenu ul.top li.liTp.first {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    .topMenu ul.top li.liTp a.aTp {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        color: #1a1a1a;
        letter-spacing: 0.5px;
        letter-spacing: 0.08rem;
        white-space: nowrap;
        position: relative;
    }

    .topMenuSubMenu .subsubHolder {
        display: none;
    }

    .topMenuSubMenu {
        position: absolute;
        width: 100%;
        background-color: var(--active-blue);
        z-index: 100;
        padding-top: 13px;
        padding-bottom: 13px;
        display: none;
    }

    .topMenuSubMenu ul.sub {
        display: flex;
        justify-content: space-between;
        justify-content: left;
    }

    .topMenuSubMenu ul li {
        float: left;
        /*border-left: 1px solid #000;        */
        padding-right: 40px;
    }

    .topMenuSubMenu ul li a {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #FFF;
        letter-spacing: 0.5px;
        padding-top: 13px;
        padding-bottom: 14px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .topMenuSubMenu ul li a:hover,
    .topMenuSubMenu ul li a.open {
        /*background-color: #51556D;
                    color: #fff;*/
        background-color: var(--active-blue);
        color: var(--clr-gold-title);
    }

    .topMenuSubMenu ul li.first {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    .topMenuSubMenuDetails {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 99;
        padding-top: 30px;
        padding-bottom: 60px;
        display: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        background-color: #fff;
        background-color: var(--active-blue);
    }

    .subsubHolder {
        background-color: #fff;
        font-size: 13px;
        font-feature-settings: 'lnum' 1;
        background-color: var(--active-blue);
    }

    .topMenu .subsubHolder {
        padding: 20px 30px;
        font-size: 13px;
    }

    .subsubHolder p.lrg {
        color: var(--clr-gold-title);
        font-weight: 600;
        font-size: 16px;
    }

    .subsubHolder a.bxLnk {
        display: inline-block;
        padding: 8px 19px 10px 19px;
        margin-right: 8px;
        border: 1px solid #fff;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1.5px;
        font-size: 13px;
        font-weight: 500;
        border-radius: 5px;
    }

    .subsubHolder a.bxLnk:hover {
        color: #fff;
        background-color: var(--active-blue);
    }

    .subsubHolder ul {
        border-left: none;
        margin-bottom: 35px;
        padding-left: 0;
        line-height: 16px;
        font-size: 15px;
    }

    .subsubHolder ul a {
        /*color: #777;*/
        transition: color ease-in-out .1s;
        color: #fff;
    }

    .subsubHolder ul a:hover {
        color: #cfb36e;
    }

    .subsubHolder ul li {
        margin-bottom: 10px;
    }

    .subsubHolder hr {
        border-top: 1px solid #ecedef;
        width: 35%;
        margin-right: 65%;
        margin-bottom: 10px;
        margin-top: 10px;
        float: left;
    }

    .topMenuSubMenuDetails a.bxLnk {
        padding: 6px 15px 7px 15px;
        margin-right: 7px;
        font-size: 12px;
    }


    .topMenuSubMenuDetails ul {
        /*   padding-left: 18px;*/
        margin-bottom: 30px;
        font-size: 13px;
    }

    .topMenuSubMenuDetails ul li {
        margin-bottom: 8px;
    }

    .topMenuSubMenuDetails hr {
        border-top: 1px solid #ECE0C6;
        width: 35%;
        margin-right: 65%;
        margin-bottom: 10px;
        margin-top: 10px;
        float: left;
    }
}

@media (min-width:1200px) {
    .topMenu {
        padding-top: 20px;
        padding-bottom: 18px;
    }

    .topMenuSubMenu {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .topMenu ul li a,
    .topMenuSubMenu ul li a,
    .topMenu ul.top li.liTp a.aTp {
        font-size: 14px;
    }

    .topMenu ul.top li.liTp {
        padding-left: 30px;
    }

    .subsubHolder {
        font-size: 14px;
    }

    .topMenuSubMenuDetails a.bxLnk {
        padding: 6px 17px 7px 17px;
        margin-right: 8px;
        font-size: 13px;
    }

    .topMenuSubMenu ul li a {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .topMenuSubMenuDetails ul {
        /* padding-left: 22px;*/
        font-size: 15px;
    }

    .topMenuSubMenuDetails ul li {
        margin-bottom: 10px;
    }
}

.menu-cover {
    background-color: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 1;
}

.menu-cover {
    display: none;
}

.sp-h {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.sptBgBlue .aCharts {
    min-width: 150px;
    text-align: right;
    padding-top: 5px;
}

.sptBgBlue .aCharts a {
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
}

.sptBgBlue .aCharts {
    display: none;
}

.additionalLinks .aCharts {
    margin: 10px 0;
}


@media (min-width: 769px) {
    .sptBgBlue .aCharts {
        display: block;
    }

    .additionalLinks .aCharts {
        display: none;
    }
}

.sptBgBlue {
    background-color: var(--active-blue);
    height: 31px;
    width: 100%;
    float: left;
    font-weight: 400;
    font-family: var(--fnt-Family-Body);
    font-feature-settings: 'lnum' 1;
}

.sptBgBlue img {
    vertical-align: middle;
}

.sptPrice-holder {
    float: left;
    width: 100%;
    margin-top: 0;
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 5px 0;
    z-index: 0;
    height: 31px;
    color: #fff;
}

.sptPrice-holder .inner {
    overflow-x: auto;
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.sptPrice-holder .arrow {
    position: absolute;
    background-image: linear-gradient(to left, rgba(37, 42, 72, 0), rgba(37, 42, 72, 1), rgba(37, 42, 72, 1));
    top: 0;
    left: 0;
    height: 31px;
    display: block;
    line-height: 28px;
    width: 20px;
    z-index: 1;
}

.sptPrice-holder .arrow.right {
    background-image: linear-gradient(to right, rgba(37, 42, 72, 0), rgba(37, 42, 72, 1), rgba(37, 42, 72, 1));
    left: auto;
    right: 0;
    text-align: right;
}


.sptPrice-holder .arrow.left {
    display: none;
}


.sptPrice-holder .arrow img {
    width: 8px;
    height: auto;
}


.sptPrice-holder .inner .item {
    display: inline-block;
    white-space: nowrap;
    width: max-content;
}

.sptPrice-holder .inner .item div {}


.sptPrice-holder .inner .item .ttl {
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    font-size: 13px;
    margin-right: 15px;
}

.sptPrice-holder .inner .item .stPrice {
    margin-right: 15px;
    text-align: right;
    float: left;
    font-size: 13px;
    min-width: 85px;
    color: #fff;
    letter-spacing: .1rem;
}

.sptPrice-holder .inner .item .stPrice .spGrd {
    display: flex;
}

.sptPrice-holder .inner .item .chg {
    text-align: right;
    padding-left: 22px;
    position: relative;
}

.sptPrice-holder .inner .item .chg i {
    font-style: normal;
    font-size: 12px;
    padding-left: 2px;
}

.sptPrice-holder .inner .item .chg::before {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 7px;
    height: 7px;
    /*border-top: 5px solid transparent;
                    border-bottom: 5px solid transparent;
                    border-left: 8px solid #000;*/
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    transition: all ease-in-out .3s;
    transform: rotate(-135deg);
}



.sptPrice-holder .inner .item .chg.red {
    color: #E86E5F;
}

.sptPrice-holder .inner .item .chg.red::before {
    border-color: #E86E5F;
    transform: rotate(-45deg);
    top: 5px;
}

.sptPrice-holder .inner .item .chg.green {
    color: #61C17A;
}

.sptPrice-holder .inner .item .chg.green::before {
    border-color: #61C17A;
    transform: rotate(135deg);
    top: 7px;
}

.sptPrice-holder .inner::-webkit-scrollbar {
    display: none;
}

.sptPrice-Timeout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--active-blue);
    font-size: 14px;
    padding-top: 7px;
    z-index: 2;
    text-align: center;
    display: none;
}


@media (max-width: 991px) {


    .sptPrice-holder {
        padding: 7px 0 5px 0;
    }



    .container.full {
        width: 100%;
    }
}

@media (min-width: 480px) {}


@media (min-width: 650px) {
    .sptPrice-holder .inner .item div {
        float: left;
    }

    .sptPrice-holder .inner .item .stPrice {
        margin-right: 30px;
        min-width: 160px;
    }


    .sptPrice-holder .inner .item .chg::before {
        left: 10px;
        top: 5px;
    }

    .sptPrice-holder .inner .item .chg.red::before {
        top: 4px;
    }


    .sptPrice-holder .arrow {
        line-height: 28px;
        height: 32px;
    }

    .sptPrice-holder .br {
        display: none;
    }
}

@media (min-width: 992px) {

    .sptBgBlue {
        height: 39px;
    }

    .sptPrice-Timeout {
        padding-top: 3px;
    }

    .sptPrice-holder .inner .item .chg::before {
        left: 10px;
    }

    .sptPrice-holder .inner .item .chg.red::before {}



    .sptPrice-holder {
        margin-top: 6px;
    }

    .sptPrice-holder .arrow {
        top: -2px;
    }


    .sptPrice-holder .inner .item .ttl {
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    .sptPrice-holder .inner .item .stPrice {
        font-size: 13px;
    }
}