/*
Theme Name: Ashe Child
Theme URI: https://example.com
Description: Child theme for Ashe
Author: Gauloise Classic
Template: ashe
Version: 1.0.0
Text Domain: ashe-child
*/

/* Add your custom CSS below */

.gt_switcher_wrapper {
    top: 1rem !important;
    display: flex;
    column-gap: 1rem;
    line-height: 1;
    left: 5% !important;
}

.woocommerce div.product form.cart .variations select {
    width: 100% !important;
}

@media screen and (max-width: 979px) {
    .top-bar-socials {
        float: right !important;
    }

    .mobile-menu-btn {
        float: left;
    }

    .size-6 {
        width: 1.6rem;
        height: 1.6rem;
        margin-top: 1rem;
    }

    .ashe-dark-mode .size-6 {
        fill: #fff;
        color: #fff;
    }
}

/* ===========================
   Size Guide Table
=========================== */

.TyagGW_tableWrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.size-guide {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    margin: 30px 0;
    font-family: inherit;
    font-size: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
}

.size-guide th,
.size-guide td {
    border: 1px solid #e8e8e8 !important;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.size-guide th {
    background: #FFF;
    color: #111;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.size-guide td {
    background: #fff;
}

.size-guide tr:nth-child(even) td {
    background: #f8f8f8;
}

.size-guide tr:hover td {
    background: #fff6f6;
}

.size-guide .l32 {
    background: #c81919;
    color: #fff;
    font-weight: 700;
    min-width: 70px;
}

.size-guide th:first-child {
    min-width: 180px;
    text-align: right;
    background: rgb(230, 230, 230);
}

.size-guide td,
.size-guide th:not(:first-child) {
    min-width: 60px;
}

.TyagGW_tableWrapper {
    margin-bottom: 30px;
}

/* Mobile */
@media (max-width:768px) {

    .TyagGW_tableWrapper {
        overflow-x: auto;
    }

    .size-guide {
        min-width: 650px;
        font-size: 13px;
    }

    .size-guide th,
    .size-guide td {
        padding: 10px 8px;
    }

    .TyagGW_tableWrapper::-webkit-scrollbar {
        height: 6px;
    }

    .TyagGW_tableWrapper::-webkit-scrollbar-thumb {
        background: #c81919;
        border-radius: 10px;
    }
}