/**
 * All of the CSS for public
 */

/* Keep footer at bottom */
#page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.elementor-location-footer {
    margin-top: auto;
}

/* Cat link on product page */
.dxw3-cat-link {
    color: black;
    text-transform: uppercase;
}
/* Cart */
.dxw3-cat-link-cart {
    color: black;
    text-transform: uppercase;
    font-size: 10px;
}
.dxw3-cat-link-cart ~ a {
    font-weight: bold;
}

/* Product name checkout */
.cg-checkout-table-product-name {
    font-weight: bold;
}

/* Product name cart */
.woocommerce-cart .entry-content td.product-name a:not(.dxw3-cat-link-cart) {
    font-weight: bold;
}

/* Get rid of double scroll bar and extra white space on the bottom of page */
.elementskit-navbar-nav-default .elementskit-megamenu-panel {
    visibility: visible!important;
}
.hide-megamenu {
    display: none!important;
}
.show-megamenu {
    display: block!important;
}

/* Size table modifications to fix visibility */
.cg-modal {
    visibility: hidden;
    position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .75);
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s;
    transform: scale(1.1);
}
.size-guide-modal .modal-dialog {
    right: 0;
    position: absolute;
    height: 100%;
}
.size-guide-modal .modal-dialog .modal-content {
    margin: 0;
    width: 98%;
}
/* close button */
.cg-modal button.close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: .3;
    color: #000;
    background: 0 0;
    cursor: pointer;
}

/* Hide scrollbar for Firefox, Edge */
/*html, body {
    scrollbar-width: none;
}*/
  
/* Hide scrollbar for other browsers - Chrome, Safari, and Opera */
/*body::-webkit-scrollbar {
    display: none;
}*/

/* Outlet page */
.outlet-page .wpfMainWrapper {
    display: flex;
}
.outlet-page #wpfBlock_3 {
    flex-basis: 0;
}
.page-id-49160 .entry-header,
.page-id-49160 .archive-header {
    display: none;
}
.page-id-49160 .col-full-nav.is_stuck {
    display: none;
}

@media ( max-width: 1024px ) {
    /* Outlet page */
    .outlet-page #wpfBlock_3 {
        display: none;
    }
}
