﻿
@media (min-width: 1200px) {
}

@media (min-width: 992px) {
}

@media (max-width: 768px) {
    div#navbarSupportedContent {
        position: relative;
        left: -100px;
    }
}

@media (max-width: 576px) {
    div#navbarSupportedContent {
        position: relative;
        left: -100px;
    }
}

@media (max-width: 480px) {
    .col-auto {
        width: 50px !important;
    }

    div#navbarSupportedContent {
        position: relative;
        left: -100px;
    }
}

.container.bs-header-container {
    max-width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.bs-header-logo {
    height: 1.5rem;
    width: auto;
}

.bs-header-link {
    font-size: .7rem;
}

.logo-img {
    min-width: 70px;
}

.dropdown-toggle::after {
    display: none;
}




#personalizeDropdown {
    display: none;
}

.displayDropdown {
    display: block;
}

.tooltip-inner {
    min-width: 250px;
}

Form.nav-wrapper {
    display: block;
    max-height: 600px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.artworkAccordion a {
    font-size: 14px;
    color: #000000;
}

.rotateArrow:active {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.artwrk-modal-header {
    white-space: inherit;
    text-align: left;
}

.artwrk-srch-btn {
    width: 100%;
}

.pro-fo-checkbox {
    flex-grow: 1;
}

.pro-fo-chbx-label {
    text-align: left;
    flex-grow: 1;
}

.pro-fo-zoom {
    right: 0;
    width: 30%;
}

.pro-fo-button {
    white-space: normal;
}

.btn-block + .btn-block {
    margin-top: 0;
}

/* Swatches */
.swatch-box {
    min-height: 100px;
}

    .swatch-box i {
        font-size: 60px;
        text-align: center;
        color: #007bff;
    }

.profo-kit-color {
    font-size: 12px;
    white-space: normal;
}

    .profo-kit-color:focus {
        background: #6c757d;
        color: #ffffff;
    }

.profo-inv-span {
    background: #f7f7f7;
}

/**** Product Page ****/

/* Breadcrumb */
.product-breadcrumb {
    font-size: .8rem;
}

    .product-breadcrumb a {
        color: #000000;
        text-decoration: underline;
    }

/* Product Info */
.product-h1 {
    font-size: 1.75rem;
}

.carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.carousel-indicators .active {
    background: #707070;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-control-next-icon {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%28a3a3a3' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") no-repeat center center;
}

.carousel-control-prev-icon {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%28a3a3a3' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") no-repeat center center;
}

.prod-pg-carousel-indicators {
    position: relative;
    bottom: -15px;
}

.prod-pg-zoom {
    right: -1px;
    width: 20%;
}

@media(min-width: 992px) {
    .prod-pg-zoom {
        width: 15%;
    }

    .prod-pg-modal {
        max-width: 680px;
    }
}

@media(max-width: 480px) {
    .prod-pb-btn, .prod-pg-extra-button, .upsell-modal-btn {
        font-size: 4.5vw;
    }
}

.prod-pg-extra-button {
    white-space: normal;
}

/* upsell modal */
.upsell-modal-btn {
    white-space: normal;
}

/* Landing Page */
.img-content-left {
    top: 10%;
    left: 3%;
    position: absolute;
}

    .img-content-left h3, .img-content-three-col h3, .img-content-two-col h3 {
        color: #ffffff;
        font-size: 2rem;
        text-shadow: 2px 2px 4px grey;
    }

    .img-content-left p, .img-content-three-col p, .img-content-two-col p {
        color: #ffffff;
        font-size: 1rem;
    }

.call-to-action {
    text-decoration: underline;
}

.img-content-three-col {
    bottom: 0;
    left: 10%;
    position: absolute;
}

.img-content-two-col {
    bottom: 0;
    left: 6%;
    position: absolute;
}

.account-dropdown {
    position: relative;
    display: inline-block;
}

    .account-dropdown:hover .mega-menu {
        display: block;
    }

.mega-menu {
    transition-delay: .5s;
    display: none;
    position: absolute;
    top: 30px;
    left: -530px;
    text-align: left;
    z-index: 1;
    width: 600px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,.6);
    background: #fff;
    transform: translate3d(0px, -2px, 0px);
}

    .mega-menu p {
        margin-bottom: 5px;
    }

    .mega-menu a {
        text-decoration: none;
        color: #000;
    }


.cartSuperscript {
    position: relative;
    top: -10px;
    left: 3px;
}

.mobileMenu {
    cursor: pointer;
}

.closeMobileMenu {
    cursor: pointer
}

.nav-item-fullWidth a {
    font-size: 1.05vw;
}


.mobileMenuPanel {
    top: -10px;
    display: none;
    position: absolute;
    width: 100%;
    min-height: 2000px;
    z-index: 1;
    background-color: #fff;
    margin-left: 0px;
}

.mobileMenuPanelHasTobBar {
    top: -34px;
}

.activePanel {
    display: block;
}

.mobileMenuPanel .list-group-item {
    background: none;
}

. /*promMenuControl, .accountMenuControl, .HomecomingMenuControl, .SchoolSpiritMenuControl {
    cursor: pointer;
}

.promDropdown, .accountDropdown, .HomecomingDropdown, .SchoolSpiritDropdown {
    display: none;
    text-decoration: none;
}

    .promDropdown.active, .accountDropdown.active, .HomecomingDropdown.active, .SchoolSpiritDropdown.active {
        display: block;
    }*/
.bs-nav-prom {
    list-style-type: none;
}

.bsMenuColumn {
    margin-top: 10px;
}

    .list-unstyled a, .bs-nav-prom a, h6.nav-megamenu-ul a, .bsMenuColumn h6 a {
        color: #000;
    }

.list-group-item.active {
    border-color: rgba(0,0,0,.125);
}

.fa-circle-user:before, .fa-user-circle:before {
    content: "\f2bd"
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-x:before {
    content: "\58"
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-regular-400.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-regular-400.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-regular-400.ttf) format("truetype")
}

.fa-regular,
.far {
    font-weight: 400
}

:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-solid-900.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-solid-900.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-brands-400.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-solid-900.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-regular-400.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-solid-900.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-brands-400.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-regular-400.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-v4compatibility.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}

.smallMobileMenuPanel {
    margin-left: -15px;
}

.largeMobileMenuPanel {
    margin-left: -30px;
}

.smallSaytResults {
    min-width: 10px;
}

.largeSaytResults {
    min-width: 500px;
}

.invisibled {
    border: 0px;
}
