/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.trophy-table {
    width: 100%;
}

.product-title {
    background-color: #D40075;
    color: #fff;
}

.product-title td {
    padding: 4px 8px;
}

.trophy-table h4 {
    font-size: 14px;

    font-weight: bold;
    margin-bottom: 10px;
}

.trophy-table .size-thumbnail {
    width: 80px;
    height: auto;
    padding: 10px;
}
.trophy-cart-table, .trophy-cart-table th, .trophy-cart-table td {
    border-collapse: collapse;
    border: 1px solid black;
}
.trophy-cart-table {
    width: 100%;
    font-size: 14px;
}

.trophy-cart-table input[type="text"] {
    width: auto;
    font-size: 14px;
    padding: 2px;
    border-radius: unset;
    border: 1px solid;
}

.trophy-cart-table th {
    background-color:#D40075;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.trophy-cart-table td.product-image img {
    width: 80px;
    height: auto;
    padding:8px;
}

.trophy-cart-table button {
    border: 0px;
    background: #D40075
    color: #fff;
    font-size: 14px;
}

.trophy-cart-table .product-detail {
    padding: 6px;
}

.page-content .trophy-cart-table h3 {
    font-size: 18px;
    margin: 0px;
    margin-bottom: 8px;
    color: #000;
}

.page-content .trophy-cart-table h4 {
    font-size: 16px;
    margin: 0px;
    margin-bottom: 8px;
    color: #000;
}

.trophy-cart-table.pricing td {
    font-size: 18px;
    font-weight: bold;
    padding: 7px;
}

.trophy-cart-action button, .trophy-shop-listing button {
    border: 0px;
    background: #D40075;
    color: #fff;
    font-size: 14px;
}

.trophy-cart-action button.empty-cart {
    background-color: grey;
}

.trophy-shop-listing {
    font-size: 14px;
}

.trophy-shop-listing .product {
    margin-bottom: 30px;
}

.trophy-shop-listing select {
    width: auto;
}

.page-content .trophy-shop-listing h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.ts-admin-menu {
    background-color: #D40075;
    display: table;
    padding: 10px 7px;
    border-radius: 6px;
    margin-left: 0px;
}

.ts-admin-menu li {
    display: table-cell;
    padding: 0px 10px;
    text-align: center;
}

.ts-admin-menu li a {
    color: #fff;
}


.ts-minicart {
    background-color: #D40075;
    display: table;
    padding: 10px 7px;
    border-radius: 6px;
    color: #fff;
}

.ts-minicart li {
    display: table-cell;
    padding: 0px 10px;
    text-align: center;
}

.ts-minicart li a {
    color: #fff;
}

.ts-trophy-shop {
    padding-top: 30px;
}

.trophy-shop-grid, .page-content .trophy-shop-grid {

    display: grid;
    grid-template-columns: repeat(3, calc(33% - 15px));
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.4em;
    color: #1d2224;
}

.trophy-shop-grid img.attachment-thumbnail, .page-content .trophy-shop-grid .ts-product img {
    margin-bottom: 30px;
    max-width: 40%;
    height: 300px;
    object-fit: contain;
}

.trophy-shop-grid .page-content .trophy-shop-grid .ts-product .qty, .page-content .trophy-shop-grid .ts-product .qty {
    margin-bottom:30px;
}

.ts-product {
    padding: 20px 0px;
    border-left: 1px solid #000;
}
.ts-product:nth-child(odd) {
     border-left: 1px solid #000;
 }

.ts-product:nth-child(3n+1) {
    border-left: none;
}

.ts-alert {
    color:red;
    text-align: center;
    font-weight: bold;
    border: 2px solid #f30;
    line-height: 1.7em;
}

.trophy-cart-table {
    background-color: white;
}

.fe-form.custom-ts label {
    line-height: 45px;
    margin-bottom: 0px;

}

.fe-button.ts-back-button {
    color: #fff;
    display: inline-block;
    background-color: gray;
}

.ts-custom-product-title {
    border-bottom: 2px solid black;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 34px;
}

#ts-trophy-payment-table td {
    padding: 10px;
}

.ts-accordion {
    display: block;
    width: 110px;
    text-align: center;
    background-color: grey;
    padding: 3px 5px;
    font-size: 11px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ts-panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    margin-bottom: 30px;
}