* {
    outline: none;
}

.btn,
button {
    padding: 17px 85px;
}

.btn.disabled,
.btn.disabled:hover,
.btn:disabled,
.btn:disabled:hover,
button.disabled,
button.disabled:hover,
button:disabled,
button:disabled:hover {
    color: #4f4f4f;
}

.dropdown-menu {
    border-left: none;
    border-right: none;
}

.refinement .refinement-label .boolean-count,
.refinement .refinement-label .prices-count,
.refinement .refinement-label .size-count,
.refinement a .category-count {
    color: #595959;
}

.badge {
    top: inherit;
    bottom: 5px;
}

.nav-tabs .nav-item .nav-link {
    color: #ffffff !important;
}

.nav-tabs .nav-item .nav-link.active {
    color: #000000 !important;
}

@media (min-width: 768px) {
    .badge {
        top: inherit;
        bottom: 0px;
    }

    .product-tile .image-container .quickview {
        bottom: 75px;
        background-color: rgba(255, 255, 255, 0.9);
    }
}

@media (min-width: 1025px) {
    .navbar .navbar-nav .dropdown-menu {
        width: calc(100vw - 8px);
    }

    .navbar .menu-list>li a:before {
        top: 3px;
    }
}

/* 
   Temporary bug fix to display hidden product
   title & price within this breakpoint. Should
   be added `details.css`.
*/
@media(min-width: 1025px) and (max-width:1200px) {

    /* Product Detail Page product title (desktop) */
    div.product-detail.product-wrapper div.container div.product-info-container h1.product-name.hidden-th-down,
    /* Product Detail Page product price container (desktop) */
    div.product-detail.product-wrapper div.container div.product-info-container div.row.hidden-th-down {
        display: block !important;
    }
}


/* Fix to hide JR button on Community landing page */
.category-subfolder-tile-caro #slick-slide13 {
    display: none;
}

/* Fix overflow issue for search results text wrapper on search results page */
.search-nav .grid-h1-wrapper {
    width: initial;
}

/* overwrite default video play icon */
.blog-post-slider .youtube-video-section .youtube-picture:before {
    background: url('../images/play-btn.svg?$staticlink$') no-repeat !important;
}

.video-with-icon:after {
    width: 60px !important;
    height: 60px !important;
    background: url('../images/play-btn.svg?$staticlink$') no-repeat !important;
}


/* Tab styling adjustment */
/**/

/* SEARCH RESULT */

.nav-tabs-wrapper .nav-item {
    margin-bottom: -3px !important;
    border-top: 1px solid #EEEEEE !important;
    border-left: 1px solid #EEEEEE !important;
}

.nav-tabs-wrapper .nav-item .nav-link {
    background-color: #EEEEF0 !important;
    color: #000 !important;
}

.nav-tabs-wrapper .nav-item .nav-link.active {
    background-color: #FFF !important;
    border-right: 1px solid #EEEEEE !important;
}

/* LOGIN */
.login-form-nav .nav-tabs {
    border-bottom: 0px !important;
}

.login-form-nav .nav-item {
    margin-bottom: 0px !important;
    border-top: 1px solid #EEEEEE !important;
    border-right: 1px solid #EEEEEE !important;
    border-left: 1px solid #EEEEEE !important;
}


.login-form-nav .nav-item .nav-link {
    background-color: #EEEEF0 !important;
    color: #000 !important;
}

.login-form-nav .nav-item .nav-link.active {
    background-color: #FFF !important;
}


/* Hide community article description */
.content-tile-description.body-l {
    display: none;
}


@media (max-width: 1200px) {
    .blog-breadcrumb {
        padding-left: 30px;
    }
}


/* Fix for ADA contrast issue in the footer for mobile only */
@media (max-width: 991.98px) {
    footer .footer-bg-change h3 {
        color: #fff;
    }

    .email-signup .footer-newsletter-label {
        color: #fff;
    }
}

a.content-tile-link-read-more {
    color: #d4222b !important;
}

/* Temporary fix for footer signup modal height, awaiting Vista correction 11-16-22 */
@media screen and (max-height: 900px) {
    .modal-email-signup .modal-dialog {
        height: 95vh;
        width: 95vw;
    }

    .modal-email-signup .modal-body {
        max-height: 90vh;
    }
}

/* Fix for tracking consent banner scrolling when past viewport, 11-17-22 */
#consent-tracking {
    position: fixed !important;
}