:root {
    --main-blue: #079bd5;
    --dark-grey: #111;
    --medium-grey: #444;
    --pro-dark-blue: #19648a;
    --pro-light-blue: #248ab6;
    --nv-green: #76b900;
}

/*------ PRODUCT PAGE CUSTOMIZATIONS ------*/

.footerMain-heading {
    font-weight: bold !important;
}

@media only screen and (min-width: 640px) {
    .pageTitle[style*="background-image"] {
        min-height: 200px !important;
    }
}

.bannerCopy {
    line-height: 1.8 !important;
}
.tabs > li > a {
    font-weight: bold !important;
}
.light-hover {
    color: #248ab6 !important;
}
.light-hover:hover,
.light-hover:focus {
    color: #92c5db !important;
}
.tileGrid-inner {
    max-width: 100% !important;
    padding: 0 2% !important;
}
.tileGrid-item .tileGrid-itemContent {
    z-index: 2 !important;
}
.accordion > li.is-active span {
    background-color: #dedede !important;
}
.is-active .accordion-content {
    padding-top: 13px;
}

@media screen and (max-width: 640px) {
    .specification-table-container {
        overflow-x: scroll !important;
    }
    .product-content-table {
        width: 800px !important;
    }
}

@media screen and (min-width: 641px) {
    .product-content-table {
        width: 100% !important;
    }
    .specification-table-container {
        width: 100% !important;
    }
    .product-content-table tbody {
        width: 100% !important;
    }
}

.product-content-table tbody tr th {
    font-weight: bold !important;
    font-family: "Roboto", sans-serif !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: solid 0.5px #c8c8c8;
    padding: 10px 0;
}
.product-content-table tbody tr td {
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: solid 0.5px #c8c8c8;
    padding: 10px 0;
}
.product-content-table tbody tr {
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: solid 0.5px #c8c8c8;
    padding: 10px 0;
}
.product-content-table tbody :first-child :first-child {
    border-top: solid 0.5px #c8c8c8 !important;
}
.product-content-table tbody :first-child :last-child {
    border-top: solid 0.5px #c8c8c8 !important;
}
.feature-container .row {
    margin: 0 auto;
    max-width: 1200px;
}
.feature-bar {
    text-align: center;
}
.feature-name {
    text-align: center;
}
.productTools-tabs > li > div > p {
    margin: 0 auto !important;
}
.tabs.tabs--accordion > li > a + div {
    padding: 0 !important;
}

h5 {
    font-family: "Roboto", sans-serif !important;
}

@media only screen and (min-width: 1024px) {
    .product-comparison .compare-feature {
        height: 150px !important;
        background: #fff;
    }
}

@media screen and (max-width: 999px) {
    .elite-header {
        padding: 70px 5%;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .elite-name {
        width: 100%;
        z-index: 2;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
        margin-bottom: 75px;
    }
    .elite-name div h1 {
        margin-bottom: 10px;
    }
    .elite-name div p {
        margin-bottom: 0;
        font-weight: lighter;
        text-transform: uppercase;
        letter-spacing: 5px;
    }
    .elite-profile {
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
    }
    .elite-profile img {
        max-width: 200px;
        border: solid 7px #0f0f0f;
        border-radius: 50%;
        position: relative;
        top: 170px;
    }
    .elite-team-profile-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: right;
        z-index: 2;
    }
    .elite-team-profile-logo img {
        max-width: 175px;
    }
    .profile-padding {
        min-height: 130px;
    }
}
@media screen and (min-width: 1000px) {
    .elite-header {
        padding: 70px 5%;
        display: flex;
        justify-content: space-between;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .elite-name {
        width: 33%;
        z-index: 2;
        display: flex;
        align-items: center;
    }
    .elite-name div h1 {
        margin-bottom: 10px;
    }
    .elite-name div p {
        margin-bottom: 0;
        font-weight: lighter;
        text-transform: uppercase;
        letter-spacing: 5px;
    }
    .elite-profile {
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
    }
    .elite-profile img {
        max-width: 320px;
        border: solid 10px #0f0f0f;
        border-radius: 50%;
        position: relative;
        top: 25px;
    }
    .elite-team-profile-logo {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 33%;
        text-align: right;
        z-index: 2;
    }
    .elite-team-profile-logo img {
        max-width: 250px;
    }
    .profile-padding {
        min-height: 160px;
    }
}
.social-profile-links {
    max-width: 50px;
    margin: 15px 1%;
    transition: all 0.15s ease-in-out;
    border-radius: 50%;
}
.social-profile-links:hover,
.social-profile-links:focus {
    filter: invert(1);
}
.padding-overwrite {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.social-footer-line :first-child {
    margin-left: 0px !important;
}
.social-footer-line :last-child {
    margin-right: 0px !important;
}
.social-footer-line a img {
    width: 100%;
}
.pny-social a:hover,
.pny-social a:focus {
    border: solid 3px #fff;
}
.pny-pro-social a:hover,
.pny-pro-social a:focus {
    border: solid 3px #248ab6;
}
.xlr8-social a:hover,
.xlr8-social a:focus {
    border: solid 3px #900;
}
.padding-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
    footer {
        text-align: center;
    }
    .social-footer-line {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }
    .social-footer-section {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .social-footer-section p {
        font-size: 16px !important;
        margin-bottom: 15px;
    }
    .social-footer-line a {
        max-width: 30px;
        transition: all 0.15s ease-in-out;
        margin: 5px;
        border-radius: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .social-footer-line {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: nowrap;
    }
    .social-footer-section {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        align-items: center;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .social-footer-section p {
        margin-bottom: 0px !important;
        font-size: 14px !important;
    }
    .social-footer-line a {
        max-width: 35px;
        transition: all 0.15s ease-in-out;
        margin: 5px;
        border-radius: 50%;
    }
}
@media only screen and (min-width: 641px) {
    .sideToSideMed {
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
    }
    .sideToSideMed > :first-child {
        margin-right: 15px !important;
    }
    .sideToSideMed #ctl01_ProductDetail_phAddtoWishlist {
        margin-top: 10px;
    }
}
.pageMeta {
    background-color: #fff;
}
.tileGrid-item:before {
    background: linear-gradient(rgba(0, 0, 0, 0.375), rgba(0, 0, 0, 0.375)) !important;
}
.navMain > ul > li > ul {
    font-family: "Roboto", Helvetica, sans-serif;
}
.navMain > ul > li > ul > li > ul {
    font-size: 14px;
    color: #656565;
}
.navMain > ul > li > ul a {
    text-decoration: none !important;
}
@media screen and (max-width: 1023px) {
    .navMain-mobile > ul > li > ul > li > a,
    .drawer-NavUser > ul > li > ul > li > a {
        font-family: "Bebas Neue", "Roboto", sans-serif;
        line-height: 1em;
        font-size: 25px;
        color: #111;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .navMain-mobile > ul > li > ul > li > ul > li a,
    .drawer-NavUser > ul > li > ul > li > ul > li a {
        font-size: 14px;
        color: #444;
        margin-bottom: 5px;
    }
    .navMain-mobile > ul > li > a,
    .drawer-NavUser > ul > li > a {
        font-weight: lighter;
        color: #999;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        font-size: 22.5px;
    }
    .navMain-mobile > ul > li > a:focus,
    .drawer-NavUser > ul > li > a:focus {
        color: #444;
    }
    .navMain-mobile > ul > li,
    .drawer-NavUser > ul > li {
        border: none !important;
    }
    .navMain-mobile-subToggle {
        padding: 5px 9px !important;
        border: solid 1px #999;
        border-radius: 10px;
        margin-right: 20px;
        margin-top: 6.5px;
        color: #999;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        background: transparent !important;
    }
    .navMain-mobile > ul li.is-active .navMain-mobile-subToggle {
        border: solid 1px #079bd5;
        color: #079bd5;
        background: transparent !important;
    }
    .drawer-close {
        color: #444;
        background: #eaeaea;
        margin-bottom: 32px;
    }
    .drawer-close:after {
        line-height: 1em !important;
        font-size: 25px !important;
        transform: translateY(7px);
    }
    .drawer--globals-mobile {
        background: #eaeaea;
        width: 80%;
        min-width: 300px;
    }
    .drawer--globals-mobile .drawer-content {
        padding-left: 4vw;
    }
}
@media screen and (min-width: 1024px) {
    .navMain > ul > li.is-mega > ul {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        padding: 50px 0;
    }
    .navMain > ul > li.is-mega > ul > li > a {
        font-family: "Bebas Neue", "Roboto", sans-serif;
        line-height: 1em;
        font-size: 30px;
    }
    .navMain > ul > li.is-mega > ul > li {
        border-right: solid 0.5px #dedede;
    }
    .navMain > ul > li.is-mega > ul > li:last-child {
        border: none !important;
    }
    .navMain > ul > li > a {
        font-weight: lighter !important;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        color: #eaeaea;
    }
    .navMain > ul > li > a:hover,
    .navMain > ul > li > a:focus {
        color: #fff;
    }
    .navMain > ul > li > ul a {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
    }
    .navMain > ul > li > ul a:hover,
    .navMain > ul > li > ul a:focus {
        padding-left: 15px;
    }
    .navSignin > ul > li > a {
        border-radius: 5px;
        width: 90px;
        padding: 2.5px 10px !important;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        text-transform: capitalize !important;
    }
    .navSignin > ul > li:first-child > a {
        color: #a7a9ac !important;
        border: solid 0.5px #a7a9ac;
        font-weight: 700;
    }
    .navSignin > ul > li:first-child {
        margin-right: 10px;
        margin-left: 10px;
    }
    .navSignin > ul > li:first-child > a:hover,
    .navSignin > ul > li:first-child > a:focus {
        color: #444444 !important;
        background-color: #eaeaea;
        border: solid 0.5px #eaeaea;
    }
    .navSignin > ul > li:nth-child(2) > a {
        color: #222222 !important;
        background-color: #dedede;
        border: solid 0.5px #dedede;
    }
    .navSignin > ul > li:nth-child(2) > a:hover,
    .navSignin > ul > li:nth-child(2) > a:focus {
        color: #ffffff !important;
        background-color: #079bd5;
        border: solid 0.5px #079bd5;
    }
    .navUtil > ul > li.first > a {
        color: #a7a9ac !important;
        border: solid 0.5px #a7a9ac;
        border-radius: 5px;
        width: 90px;
        padding: 2.5px 10px !important;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        text-align: center;
        font-weight: 700;
    }
    .navUtil > ul > li.first > a:hover,
    .navUtil > ul > li.first > a:focus {
        color: #444444 !important;
        background-color: #eaeaea;
        border: solid 0.5px #eaeaea;
    }
    .headerMain-utilInner {
        padding: 10px 0;
    }
    .navUtil > ul > li > a:before {
        display: none !important;
    }
    .searchToggle:before {
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
    }
    .js-headerFixed--up .headerMain-main,
    .js-headerFixed--down .headerMain-main {
        background: rgba(17, 17, 17, 0.8);
        backdrop-filter: blur(15px);
    }
}
.productTools > div > ul > li {
    margin-bottom: 10px;
}
.filters-list > li > a {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.truncateList-toggle > a {
    border-radius: 5px;
}
@media screen and (min-width: 1024px) {
    .pny-product-list-gallery > .contained > .row > .column.med-7 {
        padding: 15px;
        background-color: #fff;
        border-radius: 10px;
        height: min-content;
    }
    .pny-product-list-gallery > .contained > .row > .med-17 > .productGrid {
        padding-left: 7.5px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1264px) {
    .pny-product-list-gallery > .contained > .row > .med-17 > .productGrid > .pny-product {
        flex-basis: 33% !important;
        max-width: 33% !important;
    }
}
.tag.is-closeable,
.is-closeable.h-tagStyle {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.pny-product-list-gallery > .contained > .row > .med-7 > .filters > .filters-heading {
    font-family: "Bebas Neue", "Roboto", sans-serif !important;
    font-size: 35px !important;
    line-height: 1em;
}
.pny-product-list-gallery > .contained > .row > .med-7 > .filters > .filters-subHeading {
    color: #444;
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
}
.pny-product-list-gallery {
    background-color: #f4f4f4;
}
.pny-product-list-gallery > .contained {
    max-width: 1400px !important;
}
.pny-product-list-gallery > .contained > .row > .med-7 > .filters > .filters-list > li > a {
    color: #999;
}
.pny-product-list-gallery > .contained > .row > .med-7 > .filters > .filters-list > li > a:hover,
.pny-product-list-gallery > .contained > .row > .med-7 > .filters > .filters-list > li > a:focus {
    color: #079bd5;
}
.pny-product > .productTile a {
    height: auto !important;
}
.formCheckBox.compare {
    border: none !important;
}
.pny-product > .productTile {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.pny-product .productTile:hover {
    transform: scale(1.03);
}
.pny-product .productTile-name {
    line-height: 1.6em;
    font-weight: lighter !important;
}
.pny-product {
    padding: 0 7.5px !important;
    margin-bottom: 15px !important;
}
.pny-product > .productTile > .productTile-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.pny-product > .productTile > .productTile-wrapper > .productTile-priceInfo > p {
    margin-bottom: 0 !important;
}
.pny-product > .productTile > .productTile-wrapper > .productTile-priceInfo {
    justify-self: flex-end !important;
}
@font-face {
    font-family: "Bebas Neue";
    font-weight: 800;
    font-style: normal;
    src: url(/File%20Library/Fonts/BebasNeue-Bold.ttf) format("opentype");
}
@font-face {
    font-family: "Bebas Neue";
    font-weight: 300;
    font-style: lighter;
    src: url(/File%20Library/Fonts/BebasNeue-Book.ttf) format("opentype");
}
.bebas-thin {
    font-family: "Bebas Neue", "Roboto", sans-serif;
    font-weight: 300 !important;
}
@media screen and (max-width: 1023px) {
    .bebas-title,
    .pre-title {
        text-align: center;
    }
    .bebas-title {
        font-size: 60px;
    }
}
@media screen and (min-width: 1024px) {
    .bebas-title {
        font-size: 100px;
    }
}
.bebas-title {
    line-height: 1em;
    color: #444;
    font-family: "Bebas Neue", "Roboto", sans-serif;
}
.pre-title {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bebas-subtitle {
    font-size: 45px;
    line-height: 1em;
    color: #444;
    font-family: "Bebas Neue", "Roboto", sans-serif;
}
.filters-subHeading {
    font-family: "Roboto", sans-serif;
    font-weight: lighter;
}
@media screen and (max-width: 640px) {
    .pageNumbers .prev,
    .pageNumbers .next {
        padding: 0.3em 13px 0.2em 13px !important;
        min-width: 100px;
        text-align: center;
    }
}
@media screen and (min-width: 641px) {
    .pageNumbers .prev,
    .pageNumbers .next {
        padding: 0.3em 13px 0.2em 13px !important;
        min-width: 115px;
        text-align: center;
    }
    .productTile .productTile-image:hover .quick-look {
        animation: quickLookFadeIn 0.2s ease;
        cursor: pointer;
    }
    @keyframes quickLookFadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
}
.pageNumbers .prev:before {
    margin-right: 2px !important;
}
.pageNumbers .next:after {
    margin-left: 2px !important;
}
.pageNumbers .next,
.pageNumbers .prev {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.productTile-name > a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.productTile-image span:before {
    border-radius: 5px;
}
.sideToSideMed #ctl01_ProductDetail_phAddtoWishlist {
    margin-top: 32px !important;
    width: 100%;
}
.sideToSideMed #ctl01_ProductDetail_phAddtoWishlist > a {
    padding: 10px 13px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.sideToSideMed #ctl01_ProductDetail_phAddtoWishlist > a:hover,
.sideToSideMed #ctl01_ProductDetail_phAddtoWishlist > a:focus {
    border: 1px solid #19648a;
}
#quicklook-popup {
    animation: popUpFadeIn 0.5s ease;
    border-radius: 5px;
}
@keyframes popUpFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.boxSelect ul li {
    min-width: 115px !important;
    text-align: center !important;
    border: 1px solid #a7a9ac !important;
    border-radius: 5px !important;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    background: transparent;
    color: #444;
}
.boxSelect ul li a {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    color: #444;
}
.boxSelect ul li.selected,
.boxSelect ul li:hover {
    background: rgba(7, 155, 213, 0.2);
    border: solid 1px rgba(7, 155, 213, 1) !important;
}
.boxSelect ul li.selected a,
.boxSelect ul li:hover a,
.boxSelect ul li a:focus {
    color: #222;
}
.btn {
    border-radius: 5px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.productTools-counter-control--add {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.productTools-counter-control--subtract {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.productTools-counter {
    border-radius: 5px;
}
.productDetail main > div:nth-child(2).section {
    background-color: #ffffff !important;
}
.productDetail main > div:nth-child(2).section > .contained > div:first-child > .row > div:nth-child(2).column > h1 {
    font-family: "Bebas Neue", "Roboto", sans-serif;
    font-size: 45px;
    font-weight: bolder;
    max-width: 100% !important;
}
.productDetail main > div:nth-child(2).section > .contained > div:first-child > .row > div:nth-child(2).column > h2 {
    max-width: 100% !important;
}
.boxSelect-color > ul > .color {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    min-width: 35px !important;
    max-width: 35px !important;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.boxSelect-color > ul > .color.selected {
    transform: scale(1.02);
}
.boxSelect-color > ul > .color:hover {
    transform: scale(1.02);
}
.boxSelect ul li.selected.color {
    border: solid 1px transparent !important;
}
.boxSelect-color::before {
    content: "Color";
    font-size: 15px;
    color: #656565;
    font-weight: 400;
    border-bottom: 1px solid #dedede;
    padding-bottom: 13px;
    width: 100%;
    display: block;
}
.boxSelect-color > ul {
    margin-top: 15px;
}
@media screen and (min-width: 1024px) {
    .productDetail main > div:nth-child(2).section {
        padding: 50px 5vw;
    }
    .productDetail main > div:nth-child(2).section > .contained {
        width: 100%;
        max-width: 100%;
    }
    .productDetail main > div:nth-child(2).section > .contained > div:first-child > .row > div:nth-child(2).column > h1 {
        margin-top: 10px;
    }
}
@media screen and (max-width: 640px) {
    footer .column {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .footerMain-heading {
        line-height: 3em;
        font-size: 18px;
        margin-bottom: 20px !important;
        color: #dedede;
    }
    .footerMain-topNav > ul > li > a {
        color: #ccc;
        font-size: 16px;
        line-height: 2.5em;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        text-decoration: none !important;
    }
    .footerMain-topNav > ul > li > a:focus,
    .footerMain-topNav > ul > li > a:focus {
        color: var(--main-blue);
        text-decoration: none;
    }
    .footermain-bottom {
        width: 100%;
        padding: 0 10vw 50px 10vw;
    }
    .footermain-bottomInner {
        border-top: solid 1px #666;
        padding-top: 25px;
        flex-direction: column;
    }
    .footerMain-bottomInfo {
        font-size: 16px;
        line-height: 1.5em;
        color: #ccc;
        padding: 30px 0 10px 0;
    }
    nav.footerMain-bottomNav > a.backToTop {
        float: none !important;
        margin: 30px 0 30px 5px !important;
        display: block !important;
        font-size: 16px;
    }
    ul.CLHierarchicalNav {
        justify-content: center;
        align-items: center;
    }
    .CLHierarchicalNav > li > a {
        transition: all 0.2s ease;
        font-size: 16px;
    }
    .CLHierarchicalNav > li > a:hover,
    .CLHierarchicalNav > li > a:focus {
        text-decoration: none !important;
    }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
    footer .column {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .footerMain-heading {
        line-height: 1em;
        font-size: 18px;
        color: #dedede;
        margin-bottom: 20px !important;
        display: block;
        width: 100%;
    }
    .footerMain-topNav > ul > li > a {
        text-decoration: none;
        color: #ccc;
        font-size: 16px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        line-height: 2.5em;
    }
    .footerMain-topNav > ul > li > a:hover,
    .footerMain-topNav > ul > li > a:focus {
        color: var(--main-blue);
        padding-left: 7.5px;
        text-decoration: none !important;
    }
    .footermain-top {
        padding: 50px 10vw 20px 10vw;
    }
    .footermain-bottom {
        width: 100%;
        padding: 0 10vw 50px 10vw;
    }
    .footermain-bottomInner {
        border-top: solid 1px #666;
        padding-top: 25px;
        flex-direction: column;
    }
    .footerMain-bottomInfo {
        font-size: 16px;
        line-height: 1.5em;
        color: #ccc;
        padding: 30px 0 10px 0;
    }
    nav.footerMain-bottomNav > a.backToTop {
        float: none !important;
        margin: 30px 0 30px 5px !important;
        display: block !important;
        font-size: 16px;
    }
    .CLHierarchicalNav > li > a {
        transition: all 0.2s ease;
        font-size: 16px;
    }
    .CLHierarchicalNav > li > a:hover,
    .CLHierarchicalNav > li > a:focus {
        text-decoration: none !important;
    }
}
@media screen and (min-width: 1024px) {
    .footerMain-heading {
        line-height: 1em;
        font-size: 14px;
        color: #dedede;
        margin-bottom: 10px !important;
        display: block;
        width: 100%;
    }
    .footerMain-topNav > ul > li > a {
        text-decoration: none;
        color: #ccc;
        font-size: 12px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    .footerMain-topNav > ul > li > a:hover,
    .footerMain-topNav > ul > li > a:focus {
        color: var(--main-blue);
        padding-left: 7.5px;
        text-decoration: none !important;
    }
    .footermain-top {
        padding: 50px 10vw 20px 10vw;
    }
    .footermain-bottom {
        width: 100%;
        padding: 0 10vw 50px 10vw;
    }
    .footermain-bottomInner {
        border-top: solid 1px #666;
        padding-top: 25px;
    }
    .footerMain-bottomInfo {
        font-size: 10px;
        color: #ccc;
        line-height: 1.5em;
    }
    .CLHierarchicalNav > li > a {
        transition: all 0.2s ease;
    }
    .CLHierarchicalNav > li > a:hover,
    .CLHierarchicalNav > li > a:focus {
        text-decoration: none !important;
    }
}
a.backToTop:hover,
a.backToTop:focus,
a.backToTop:active {
    color: #ffffff !important;
}
.accordion > li {
    border-radius: 7.5px;
    background: none !important;
    border: solid 1.5px #dedede;
}
.accordion > li span {
    border: none !important;
    background: #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    border: solid 1px #eaeaea;
    border-radius: 7.5px;
}
.accordion > li:hover span {
    background: none;
    background: #079bd5;
    color: #fff;
}
.accordion > li span:after {
    padding: 5px 9px;
    border: solid 1px #eaeaea;
    background-color: #eaeaea;
    border-radius: 50em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.accordion > li:hover span:after {
    border: solid 1px #fff;
    color: #079bd5 !important;
    background-color: #fff;
}
.accordion > li.is-active span {
    background-color: #222222 !important;
    color: #fff;
    border-radius: 7.5px 7.5px 0 0;
}
.accordion > li.is-active span:after {
    color: #222222 !important;
}
@media only screen and (min-width: 640px) {
    .navHorizontal.navSection.is-sticky {
        margin: 0 auto !important;
    }
}
@media screen and (min-width: 641px) {
    .productTools-tabs ul > li > a {
        background: transparent;
    }
    .tabs.tabs--accordion > li {
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
    }
    .tabs.tabs--accordion > li:first-child > a {
        border-radius: 5px 0 0 0;
    }
    .tabs.tabs--accordion > li:last-child > a {
        border-radius: 0 5px 0 0;
    }
    .tabs.tabs--accordion > li:not(:first-child) {
        margin-left: -5px;
    }
    .tabs.tabs--accordion > li:last-child > a {
        border-right: solid 1px #dedede;
    }
    .tabs.tabs--accordion > li > a:hover,
    .tabs.tabs--accordion > li > a:focus {
        background-color: var(--main-blue);
        color: #fff;
        border: solid 1px var(--main-blue);
        border-bottom: solid 3px var(--main-blue);
    }
    .tabs.tabs--accordion > li > a {
        display: inline-block;
        margin-bottom: 0;
        padding: 13px;
        border-bottom-color: transparent;
        border-top: solid 1px #dedede;
        border-left: solid 1px #dedede;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        font-size: 18px;
        font-weight: lighter !important;
    }
    .tabs.tabs--accordion > li > a.is-active {
        border-color: #222222 !important;
        border-bottom-color: #222222 !important;
        background-color: #222222 !important;
        color: #ffffff !important;
    }
}
.addedToCart-heading {
    font-family: "bebas neue", "roboto", sans-serif !important;
}
.addedToCart > .cartItem > .cartItem-firstSection > .cartItem-name {
    font-weight: lighter;
    font-family: "Roboto", sans-serif !important;
    font-size: 20px;
    font-weight: lighter;
}
.addedToCart > .addedToCart-content > .addedToCart-cartList > dt {
    font-family: "Roboto", sans-serif !important;
    font-weight: bolder;
}
.addedToCart > .addedToCart-content > .addedToCart-cartList {
    padding-top: 20px;
}
.mfp-content > #cart-popup {
    border-radius: 10px;
}
.addedToCart > .addedToCart-content > p:nth-child(2) > a:first-child {
    background: #26cc00 !important;
}
.addedToCart > .addedToCart-content > p:nth-child(2) > a:first-child:hover,
.addedToCart > .addedToCart-content > p:nth-child(2) > a:first-child:focus {
    background: #1b8f00 !important;
}
.addedToCart > .addedToCart-content > p:nth-child(2) > a:nth-child(2) {
    background: #333333 !important;
}
.addedToCart > .addedToCart-content > p:nth-child(2) > a:nth-child(2):hover,
.addedToCart > .addedToCart-content > p:nth-child(2) > a:nth-child(2):focus {
    background: #222222 !important;
}
@media only screen and (min-width: 641px) {
    .addedToCart-heading {
        font-size: 50px;
    }
    .addedToCart > .cartItem > .cartItem-firstSection {
        font-weight: lighter;
        font-family: "Roboto", sans-serif !important;
        align-items: center;
        display: flex;
        padding-left: 15px;
        border-left: solid 1px #dedede;
    }
}
@media only screen and (max-width: 640px) {
    .addedToCart > .cartItem {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .addedToCart-heading {
        text-align: center;
    }
    .addedToCart > .cartItem > .cartItem-firstSection {
        padding-bottom: 20px;
    }
}
.view-cart-section {
    background-color: #f4f4f4;
}
.view-cart-section > .contained > h1 {
    font-family: "bebas neue", "roboto", sans-serif !important;
    line-height: 1em !important;
    color: #444;
}
.view-cart-section > .contained > .row > .column:first-child > .cartAction {
    display: none;
}
.view-cart-section > .contained > .row > .column:nth-child(2) {
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table {
    background-color: transparent !important;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr > th {
    font-family: "Roboto", sans-serif !important;
    background-color: transparent !important;
    color: #fff;
    border: none;
    vertical-align: middle;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr > td {
    font-family: "Roboto", sans-serif !important;
    background-color: transparent !important;
    color: #dedede;
    border: none;
    text-align: right;
    vertical-align: middle;
}
.view-cart-section #ctl01_txtZip {
    color: #444444 !important;
}
.view-cart-section #ctl01_lnkShippingZip {
    transition: all 0.2s ease;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:nth-child(3) > th > input {
    margin-bottom: 0;
    border-radius: 5px;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:nth-child(3) > td,
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:nth-child(3) > td {
    padding-top: 40px;
    padding-bottom: 40px;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:last-child {
    border-top: solid 1px #999;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:last-child > th {
    font-family: "bebas neue", "roboto", sans-serif !important;
    line-height: 1em !important;
    font-size: 25px;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:last-child > td {
    font-size: 1.25rem;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:last-child > th,
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:last-child > td {
    padding-top: 20px;
}
.view-cart-section > .contained > .row > .column:nth-child(2) {
    background-color: #111;
}
.view-cart-section > .contained > .row > .column:nth-child(3) {
    background-color: #111;
    border-radius: 0 0 5px 5px;
}
.view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn:first-child {
    background: #26cc00 !important;
    margin-bottom: 20px;
}
.view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn:first-child:hover,
.view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn:first-child:focus {
    background: #1b8f00 !important;
}
.view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn:nth-child(2) {
    background: #333333 !important;
}
.view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn:nth-child(2):hover,
.view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn:nth-child(2):focus {
    background: #222222 !important;
}
.view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem {
    border-radius: 5px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}
.view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection > .cartItem-name {
    font-weight: lighter;
    font-size: 15px;
    margin-bottom: 5px;
}
.view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection > .cartItem-name > a {
    color: #444444 !important;
}
.view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection > .cartItem-infoList > li {
    color: #777777 !important;
}
.view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-cap > .cartItem-removeLink {
    color: #991b1e !important;
}
.view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-cap > .cartItem-removeLink:hover,
.view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-cap > .cartItem-removeLink:focus {
    color: #991b1e !important;
    filter: brightness(130%);
}
.view-cart-section .cartItem-actions-counter-control--add {
    border-radius: 0 5px 5px 0;
}
.view-cart-section .cartItem-actions-counter-control--subtract {
    border-radius: 5px 0 0 5px;
}
.view-cart-section > .contained > .row > .column:nth-child(2) {
    padding-top: 30px;
}
@media only screen and (max-width: 640px) {
    .view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn {
        width: 100%;
        display: block !important;
    }
    .view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > figure {
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: 100% !important;
        text-align: center;
    }
    .view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > figure > img {
        display: block;
        max-width: 150px;
        margin: 0 auto;
        width: 100%;
    }
    .view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection {
        text-align: center;
    }
    .view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-secondSection > .cartItem-actions {
        justify-content: center;
    }
}
@media only screen and (max-width: 1023px) {
    .view-cart-section > .contained > h1 {
        font-size: 45px;
    }
    .view-cart-section {
        padding: 50px 5vw;
    }
    .view-cart-section > .contained > .row > .column:first-child {
        padding: 0 !important;
    }
    .view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem {
        border: none !important;
        padding: 15px;
        width: 100%;
    }
    .view-cart-section > .contained > h1 {
        text-align: center;
    }
}
@media only screen and (min-width: 1024px) {
    .view-cart-section > .contained > h1 {
        font-size: 80px;
    }
    .view-cart-section > .contained > .row {
        justify-content: flex-end;
    }
    .view-cart-section > .contained > .row > .column:nth-child(3) {
        flex-basis: 25% !important;
        max-width: 25% !important;
    }
    .view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn {
        width: 100%;
        display: block !important;
    }
    .view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem {
        border: none !important;
        padding: 30px;
    }
    .view-cart-section {
        padding: 100px 50px;
    }
}
.account-section {
    background-color: #f4f4f4;
}
.account-section > .contained {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.account-section > .contained > .row > .column > div > h1 {
    font-family: "bebas neue", "roboto", sans-serif !important;
    line-height: 1em !important;
    color: #444;
    font-size: 45px;
}
.account-section > .contained > .row > .column:first-child > .alert.icon-attention {
    background-color: #f9b106;
    border-radius: 10px;
    color: #444;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(2) > .med-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(2) > .med-12 > input {
    background-color: #f4f4f4;
    border-radius: 5px;
    border: none !important;
    height: 50px;
    padding: 12.5px;
}
.account-section > .contained > .row > .column:nth-child(2) > div > div:nth-child(2) > input {
    background-color: #f4f4f4;
    border-radius: 5px;
    border: none !important;
    height: 50px;
    padding: 12.5px;
    margin-top: 15px;
}
.account-section > .contained > .row > .column:nth-child(2) > div > div:nth-child(2) > input:active {
    border: solid 0.5px var(--main-blue);
}
.account-section > .contained > .row > .column:nth-child(2) > div > div:nth-child(2) > input:focus {
    border: solid 0.5px var(--main-blue);
}
.account-section > .contained > .row > .column:nth-child(2) > div > div:nth-child(2) > span:first-child::before {
    font-family: "fontello";
    content: "\e8d4";
    display: inline-block;
    margin-right: 10px;
    transform: translateY(-3px);
    position: relative;
}
.account-section > .contained > .row > .column:nth-child(2) > div > .formFooter {
    border-top: none;
}
.account-section > .contained > .row > .column:nth-child(2) > div > .formFooter > a {
    width: 100%;
    display: block;
    background: #26cc00 !important;
}
.account-section > .contained > .row > .column:nth-child(2) > div > .formFooter > a:hover,
.account-section > .contained > .row > .column:nth-child(2) > div > .formFooter > a:focus {
    background: #1b8f00 !important;
}
.account-section > .contained > .row > .column:nth-child(2) > div > p:last-child {
    color: #999;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(3) > span > label {
    color: #999;
    font-weight: bolder;
    font-size: 14px;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(3) > span > input {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.account-section > .contained > .row > .column:first-child > div > .formFooter {
    border-top: none !important;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(4) > a:last-child {
    background: #1877f2 !important;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(4) > a:last-child::before {
    font-family: "fontello";
    content: "\e8f1";
    display: inline-block;
    margin-right: 10px;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(4) > a:last-child:hover,
.account-section > .contained > .row > .column:first-child > div > div:nth-child(4) > a:last-child:focus {
    background: #4267b2 !important;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(5) > a {
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border: none;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(5) > a:hover,
.account-section > .contained > .row > .column:first-child > div > div:nth-child(5) > a:focus {
    background: transparent;
    color: #19648a;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(4) > a:nth-child(2) {
    margin-bottom: 16px;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(4) > a {
    width: 100%;
    display: block;
}
.account-section > .contained > .row:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}
@media only screen and (max-width: 640px) {
    .account-section > .contained > .row > .column > div > h1 {
        text-align: center;
    }
}
@media only screen and (max-width: 1023px) {
    .account-section > .contained > .row > .column {
        padding: 20px;
    }
    .account-section > .contained > .row > .column:first-child > div > div:nth-child(5) {
        display: flex !important;
        flex-direction: column;
        text-align: center;
        border: none;
    }
}
@media only screen and (min-width: 1024px) {
    .account-section > .contained > .row > .column:first-child > div > .formFooter {
        display: flex;
        flex-direction: column;
    }
    .account-section > .contained > .row > .column {
        padding: 30px 40px;
    }
    .account-section > .contained > .row > .column:nth-child(2) {
        background-color: #fff;
        border-radius: 0 10px 10px 0;
    }
    .account-section > .contained > .row > .column:first-child > div > div:nth-child(5) {
        display: flex !important;
        justify-content: space-between;
        text-align: center;
        border: none;
    }
}
.shipping-section {
    background-color: #f4f4f4;
}
.shipping-section > .contained {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.shipping-section > .contained > .status-bar {
    padding-top: 15px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:first-child > h2 {
    font-family: "bebas neue", "roboto", sans-serif !important;
    line-height: 1em !important;
    color: #444;
    font-size: 45px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:first-child > .matrix > .column > input {
    background-color: #f4f4f4;
    border-radius: 5px;
    border: none !important;
    height: 50px;
    padding: 12.5px;
    margin-top: 15px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:first-child > .matrix > div > .column > select {
    background-color: #f4f4f4;
    border-radius: 5px;
    border: none !important;
    height: 50px;
    padding: 12.5px;
    margin-top: 15px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a {
    width: 100%;
    display: block;
    background: #26cc00 !important;
}
.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a:hover,
.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a:focus {
    background: #1b8f00 !important;
}
.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter {
    border-top: none;
}
.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(2) {
    padding-right: 25px;
    border-radius: 5px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr {
    background: transparent !important;
}
.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr > th {
    font-family: "Roboto", sans-serif !important;
    background: transparent !important;
    font-weight: bolder;
    border: none;
    border-bottom: 1px #999999 !important;
    padding: 15px 10px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr > td {
    font-family: "Roboto", sans-serif !important;
    background: transparent !important;
    text-align: right;
    border: none;
    border-bottom: 1px #999999 !important;
    padding: 15px 10px;
}
.shipping-section #ctl01_ddlShippingOptions {
    background-color: #f4f4f4;
    border-radius: 5px;
    border: none !important;
    height: 50px;
    padding: 12.5px;
    margin-top: 15px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:first-child > h1 {
    font-family: "bebas neue", "roboto", sans-serif !important;
    line-height: 1em !important;
    color: #444;
    font-size: 45px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item {
    border: none !important;
}
.shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > a {
    border: none !important;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > a:hover,
.shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > a:focus {
    background-color: #079bd5;
}
.shipping-section > .contained > .row:nth-child(2) #ctl01_dvOptIn > div:first-child > strong {
    color: #999;
    font-size: 14px;
}
.shipping-section > .contained > .row:nth-child(2) #ctl01_dvOptIn > div:first-child > div:nth-child(2) {
    margin-top: 20px;
}
.shipping-section > .contained > .row:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}
@media only screen and (max-width: 640px) {
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child > h2,
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child > h1 {
        text-align: center;
        padding-left: 0 !important;
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:first-child {
        border-top: solid 1px #079bd5;
        border-right: solid 1px #079bd5;
        border-left: solid 1px #079bd5;
        border-radius: 5px 5px 0 0;
        background: rgba(7, 155, 213, 0.1);
        font-family: "bebas neue", "roboto", sans-serif !important;
        line-height: 1em !important;
        color: #444;
        font-size: 25px;
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:nth-child(2) {
        border-right: solid 1px #079bd5;
        border-left: solid 1px #079bd5;
        background: rgba(7, 155, 213, 0.1);
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:nth-child(3) {
        border-right: solid 1px #079bd5;
        border-left: solid 1px #079bd5;
        background: rgba(7, 155, 213, 0.1);
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:nth-child(4) {
        border-right: solid 1px #079bd5;
        border-radius: 0 0 5px 5px;
        border-left: solid 1px #079bd5;
        border-bottom: solid 1px #079bd5;
        background: rgba(7, 155, 213, 0.1);
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 641px) {
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:first-child {
        border-top: solid 1px #079bd5;
        border-bottom: solid 1px #079bd5;
        border-left: solid 1px #079bd5;
        border-radius: 5px 0 0 5px;
        background: rgba(7, 155, 213, 0.1);
        font-family: "bebas neue", "roboto", sans-serif !important;
        line-height: 1em !important;
        color: #444;
        font-size: 25px;
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:nth-child(2) {
        border-top: solid 1px #079bd5;
        border-bottom: solid 1px #079bd5;
        background: rgba(7, 155, 213, 0.1);
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:nth-child(3) {
        border-top: solid 1px #079bd5;
        border-bottom: solid 1px #079bd5;
        background: rgba(7, 155, 213, 0.1);
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:nth-child(4) {
        border-right: solid 1px #079bd5;
        border-radius: 0 5px 5px 0;
        border-top: solid 1px #079bd5;
        border-bottom: solid 1px #079bd5;
        background: rgba(7, 155, 213, 0.1);
        margin-right: 10px;
    }
}
@media only screen and (max-width: 1023px) {
    .shipping-section #ctl01_ddlShippingOptions {
        width: calc(100% - 40px);
        margin: 25px auto;
    }
}
@media only screen and (min-width: 1024px) {
    .shipping-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a {
        max-width: 300px;
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:nth-child(2) {
        border-left: solid 1px #eaeaea;
    }
}
.payment-section {
    background-color: #f4f4f4;
}
.payment-section > .contained {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.payment-section > .contained > .status-bar {
    padding-top: 15px;
}
.payment-section > .contained > .row:nth-child(2) .column h2,
.payment-section > .contained > .row:nth-child(2) .column h1 {
    font-family: "bebas neue", "roboto", sans-serif !important;
    line-height: 1em !important;
    color: #444;
    font-size: 45px;
}
.payment-section > .contained > .row:nth-child(2) input,
.payment-section > .contained > .row:nth-child(2) select {
    background-color: #f4f4f4;
    border-radius: 5px;
    border: none !important;
    height: 50px;
    padding: 12.5px;
}
.payment-section #ctl01_ctl21_liVisaIcon,
#ctl01_ctl21_liMasterCardIcon {
    margin-right: 2.5px;
}
.payment-section #ctl01_ctl21_liVisaIcon::before {
    content: "";
    width: 50px;
    height: 30px;
    background-image: url(/Image%20Library/Icons/VISA.png);
    background-size: cover;
    margin-right: 2.5px;
}
.payment-section #ctl01_ctl21_liMasterCardIcon::before {
    content: "";
    width: 50px;
    height: 30px;
    background-image: url(/Image%20Library/Icons/Mastercard.png);
    background-size: cover;
    margin-right: 2.5px;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr {
    background: transparent !important;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr > th {
    font-family: "Roboto", sans-serif !important;
    background: transparent !important;
    font-weight: bolder;
    border: none;
    border-bottom: 1px #999999 !important;
    padding: 15px 10px;
    vertical-align: middle;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr:last-child > th {
    font-family: "Bebas Neue", "Roboto", sans-serif !important;
    line-height: 1em;
    border-top: solid 1px #dedede !important;
    font-size: 30px;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr:last-child > td {
    border-top: solid 1px #dedede !important;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr > td {
    font-family: "Roboto", sans-serif !important;
    background: transparent !important;
    text-align: right;
    border: none;
    border-bottom: 1px #999999 !important;
    padding: 15px 10px;
    vertical-align: middle;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter {
    border-top: none;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a {
    width: 100%;
    display: block;
    background: #26cc00 !important;
    color: #fff;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a:hover,
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a:focus {
    background: #1b8f00 !important;
    color: #fff;
}
.payment-section > .contained > .row:nth-child(2) > .column:first-child .swapBox {
    border: none;
    background-color: #f4f4f4;
    border-radius: 5px;
    height: 50px;
}
.payment-section > .contained > .row:nth-child(2) > .column:first-child .swapBox #ctl01_lblHasCoupon {
    border-radius: 5px 0 0 5px;
}
.payment-section > .contained > .row:nth-child(2) > .column:first-child .swapBox #ctl01_txtCouponCode {
    background-color: #f4f4f4;
    border: none !important;
    height: 50px;
    padding: 12.5px;
}
.payment-section > .contained > .row:nth-child(2) > .column:first-child .swapBox #ctl01_txtCouponCode + a {
    background: #26cc00 !important;
    border-right: none;
    border-radius: 0 5px 5px 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    color: #ffffff !important;
}
.payment-section > .contained > .row:nth-child(2) > .column:first-child .swapBox #ctl01_txtCouponCode + a:hover,
.payment-section > .contained > .row:nth-child(2) > .column:first-child .swapBox #ctl01_txtCouponCode + a:focus {
    background: #1b8f00 !important;
    color: #ffffff !important;
}
.payment-section > .contained > .row:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}
.payment-section #ctl01_rptAppliedCoupons_ctl01_lbtnAppliedCoupon {
    border-radius: 5px;
    padding: 5px;
}
@media only screen and (max-width: 640px) {
    .payment-section > .contained > .row:nth-child(2) .column h2,
    .payment-section > .contained > .row:nth-child(2) .column h1 {
        text-align: center;
        padding-left: 0 !important;
    }
}
@media only screen and (min-width: 1024px) {
    .payment-section > .contained > .row:nth-child(2) > .column:nth-child(2) {
        border-left: solid 1px #eaeaea;
    }
    .payment-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a {
        max-width: 300px;
    }
}
.review-section {
    background-color: #f4f4f4;
}
.review-section > .contained {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.review-section > .contained > .status-bar {
    padding-top: 15px;
}
.review-section > .contained > .row:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}
.review-section > .contained > .row:nth-child(2) > .column:first-child > .sideToSideMed > h1:first-child {
    font-family: "bebas neue", "roboto", sans-serif !important;
    line-height: 1em !important;
    color: #444;
    font-size: 45px;
}
.review-section > .contained > .row:nth-child(2) > .column:first-child > .sideToSideMed > h1:first-child + .navOptions {
    display: none;
}
.review-section .navOptions {
    border: none;
}
.review-section .navOptions > span:first-child {
    border: none;
    background-color: #222;
    border-radius: 5px 0 0 5px;
    color: #fff;
}
.review-section .navOptions > span + a {
    border: none;
    background-color: #333;
    border-radius: 0 5px 5px 0;
    color: #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.review-section .navOptions > span + a:hover,
.review-section .navOptions > span + a:focus {
    background-color: #222;
    color: #fff;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr {
    background: transparent !important;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr > th {
    font-family: "Roboto", sans-serif !important;
    background: transparent !important;
    font-weight: bolder;
    border: none;
    border-bottom: 1px #999999 !important;
    padding: 15px 10px;
    vertical-align: middle;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr:last-child > th {
    font-family: "Bebas Neue", "Roboto", sans-serif !important;
    line-height: 1em;
    border-top: solid 1px #dedede !important;
    font-size: 30px;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr:last-child > td {
    border-top: solid 1px #dedede !important;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr > td {
    font-family: "Roboto", sans-serif !important;
    background: transparent !important;
    text-align: right;
    border: none;
    border-bottom: 1px #999999 !important;
    padding: 15px 10px;
    vertical-align: middle;
}
.review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem {
    margin-bottom: 16px;
}
.review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection > .cartItem-name {
    font-weight: lighter;
    font-size: 15px;
    margin-bottom: 5px;
}
.review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection > .cartItem-name > a {
    color: #444444 !important;
}
.review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection > .cartItem-infoList > li {
    color: #777777 !important;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter {
    border-top: none;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter a {
    width: 100%;
    display: block;
    background: #26cc00 !important;
    color: #fff;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter a:hover,
.review-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter a:focus {
    background: #1b8f00 !important;
    color: #fff;
}
@media only screen and (max-width: 640px) {
    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > figure {
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: 100% !important;
        text-align: center;
    }
    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > figure > img {
        display: block;
        max-width: 150px;
        margin: 0 auto;
        width: 100%;
    }
    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection {
        text-align: center;
    }
    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-secondSection > .cartItem-actions {
        justify-content: center;
    }
    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-secondSection > .cartItem-infoList > li {
        text-align: center;
    }
    .review-section .navOptions {
        flex-wrap: nowrap;
    }
    .review-section .navOptions > span:first-child {
        display: block;
        width: 100%;
        max-width: 40px;
    }
    .review-section .navOptions > span + a {
        display: block;
        width: 100%;
        max-width: 120px;
    }
    .review-section > .contained > .row:nth-child(2) > .column:first-child > .sideToSideMed > h1:first-child {
        text-align: center;
    }
}
@media only screen and (max-width: 1023px) {
    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem {
        border: solid 1px #dedede !important;
        border-radius: 5px;
        padding: 15px;
    }
}
@media only screen and (min-width: 1024px) {
    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem {
        border: solid 1px #dedede !important;
        border-radius: 5px;
        padding: 30px;
    }
    .review-section > .contained > .row > .column:nth-child(2) {
        display: flex;
        align-items: center;
    }
    .review-section > .contained > .row > .column:nth-child(3) {
        flex-basis: 25% !important;
        max-width: 25% !important;
    }
    .review-section > .contained > .row {
        justify-content: flex-end;
    }
}
.formRow input {
    background: #f4f4f4 !important;
    border: 0 solid #dedede !important;
    border-radius: 5px !important;
}
.formRow textarea {
    background: #f4f4f4 !important;
    border: 0 solid #dedede !important;
    border-radius: 5px !important;
}
.formRow select {
    background: #f4f4f4
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAHCAYAAAA4R3wZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGlJREFUeNpinDp1ajgDA8NSIGZmIB6kMAGJlUCcCMR/idSUBcRzmaCcxSBTiNBUAMTTQQwmJMEFBDQXA/FEGIcJTXIu1CnooB6I+5AFmLAomg41HQaaoBgFsOBwFsh0NiDmh9qGAQACDAAqgA+akkvLkQAAAABJRU5ErkJggg==)
        no-repeat right 9px top 55% !important;
    border: 0 solid #dedede !important;
    border-radius: 5px !important;
}
.CLFormContainer {
    border: solid 1px #eaeaea !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}
.formSubmit a {
    display: block !important;
    border-radius: 5px !important;
}

.stage-global-style {
    background-color: orange
}

.stage-global-style a {
    color: #000 !important
}

.navMain > ul > li > ul > li > ul > li.h-menuSubheading > a {
    font-weight: bold !important;
    font-size: 16px !important;
    -webkit-transform: none !important;
    padding-top: 10px;
    cursor: default !important;
}

.navMain > ul > li > ul > li > ul > li.first > a {
    padding-top: 0 !important;
}

.navMain > ul > li > ul > li > ul > li.h-menuSubheading > a:hover {
    -webkit-transform: none !important;
    color: #222 !important;
    cursor: default !important;
    padding-left: 6.5px !important;
}

@media screen and (max-width: 1023px) {
    .drawer-NavUser > ul > li > ul > li> ul > li.h-menuSubheading a,
    .navMain-mobile > ul > li > ul > li > ul > li.h-menuSubheading a {
        font-weight: bold !important;
        font-size: 16px !important;
        -webkit-transform: none !important;
        padding-top: 10px;
        cursor: default !important;
    }

    .drawer-NavUser > ul > li > ul > li> ul > li.first a,
    .navMain-mobile > ul > li > ul > li > ul > li.first a {
        padding-top: 0 !important;
    }
    
    .drawer-NavUser > ul > li > ul > li> ul > li.h-menuSubheading a:hover,
    .navMain-mobile > ul > li > ul > li > ul > li.h-menuSubheading a:hover {
        -webkit-transform: none !important;
        color: #444 !important;
        cursor: default !important;
    }
}

@media screen and (max-width: 1023px) {
    .footerMainSocialLink--twitter {
        transform: scale(1.35);
    }
}
.footerMainSocialLink--twitter::before {
    content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.19' height='13.19' viewBox='0 0 13.19 13.19'%3E%3Cpath d='M101.066,99.037H105l3.4,4.855,4.269-4.853h1.16l-4.919,5.577,5.346,7.609h-3.927l-3.6-5.12-4.5,5.12h-1.16l5.152-5.855-3.738-5.316.161-1.164,8.232,11.518,1.794,0-8.236-11.519-1.79,0-.161,1.164Z' transform='translate(-101.066 -99.036)' fill='%23ccc'/%3E%3C/svg%3E") !important;
    width: 13.19px !important;
    height: 13.19px !important;
    vertical-align: middle;
    display: inline-table;
}
.footerMainSocialLink--twitter:hover::before {
    content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.19' height='13.19' viewBox='0 0 13.19 13.19'%3E%3Cpath d='M101.066,99.037H105l3.4,4.855,4.269-4.853h1.16l-4.919,5.577,5.346,7.609h-3.927l-3.6-5.12-4.5,5.12h-1.16l5.152-5.855-3.738-5.316.161-1.164,8.232,11.518,1.794,0-8.236-11.519-1.79,0-.161,1.164Z' transform='translate(-101.066 -99.036)' fill='%23079bd5'/%3E%3C/svg%3E") !important;
    width: 13.19px !important;
    height: 13.19px !important;
}