﻿/* CATEGORY-TWO */
.category-two {
    width: 100%;
}

.category-two input[type=check]{
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
}

    .category-two section.page-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 50px;
    }


/* Breadcrumbs */
    .category-two .breadcrumbs {
        margin: 25px 0 10px;
    }

        .category-two .breadcrumbs > * {
            color: #4A4A4F;
            text-decoration: none;
            font-size: 18px;
        }

    .category-two .searchcrumbs, .category-two .searchcrumbs a {
        margin: 25px 0 10px;
        color: #4A4A4F;
        text-decoration: none;
        font-size: 24px;
        font-weight: bold;
    }

    .category-two .searchcrumbs > * {
        color: #4A4A4F;
        text-decoration: none;
        font-size: 24px;
        font-weight: bold;
    }
/* Breadcrumbs */


/* SIDE NAVS */
.categories-list-container {
    max-height: 500px;
    overflow: auto;
}
.categories-brand-container {
    width: 20%;
}

    .categories-brand-container h3.title {
        color: #FFF;
        margin-bottom: .5em;
    }

    .categories-brand-container ul {
        margin-bottom: 10px;
    }

    .categories-brand-container ul li {
        padding: .25em 0 .25em 2.5%;
    }

    .categories-brand-container ul li:nth-of-type(odd) {
        background-color: #E6E7E8;
    }

    .categories-brand-container a:not(.ammo-seek) {
        display: block;
        color: #000;
        width: 97.5%;
        /*padding-left: 2.5%;
  padding: .25em 0 .25em 2.5%;*/
    }

    .categories-brand-container input {
        color: #000;
        /*margin: .25em 0 .25em 2.5%;*/
    }

    .categories-brand-container label {
        color: #000;
        margin-left: 2.5%;
        /*margin: .25em 0 .25em 2.5%;*/
    }

    .categories-brand-container li:hover {
        color: #B2542E;
    }
/* END SIDE NAVS */

    .sort-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

    div.sort-top {
    margin-bottom: 25px;
    }

    div.sort-bottom {
    margin-top: 25px;
    }

    .sort-container > *:not(.pagination) {
    margin: 0 5px 15px;
    }

    .sort-container #count {
    padding: .25em;
    display: block;
    }

    .sort-container select {
    background-color: #D0D2D3;
    border-radius: 0;
    border: none;
    padding: .25em;
    }

    .category-two .product-wrapper {
    width: 77.2%; /* Leaving room (.05%) for 2px border-left */
    padding-left: 2.5%;
    padding-top: 25px;
    border-left: 2px solid #BBBDBF;
    }

@media only screen and (max-width: 768px) {
    .category-two .product-wrapper {
        width: 100%; 
    }
    .category-two h1 {
        font-size:40px
    }
}

.category-two .product-wrapper select {
    color: #6D331C;
    background: url(/images/tstmobilesite/down-triangle-orange.svg) #E6E7E8;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: 95% center;
    padding-right: 3em;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.category-two .product-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* For IE */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .category-two .product-container .product {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 240px;
        min-height: 300px;
        margin-bottom: 50px;
        /* For IE */
        margin-left: 25px;
        margin-right: 25px;
    }

@supports (display: grid) {
    .category-two .product-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, 240px);
    grid-gap: 25px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.category-two .product-container .product {
    margin-left: 0;
    margin-right: 0;
}

}

.category-two .product-container .product img {
    height: 100%;
    width: auto;
}

.category-two .product-container .product .image-container {
    display: block;
    width: 240px;
    height: 240px;
    background-color: #BBBDBF;
    overflow: hidden;
}

.product-container a {
    color: #000;
    text-decoration: none;
}

    .product-container a:hover {
        color: #B2542E;
    }

.product-container h4 {
    text-align: center;
    letter-spacing: .15em;
}

.category-two .product-container .product span.sale {
  position: absolute;
  top: 0;
  right: 0;
}
span.sale {
  padding: .25em .5em;
  font-size: 16px;
  color: #FFF;
  background-color: #BE1E2D;
}



div.product a.catalog-item-name {
    display: block;
    margin-top: 15px;
    font-size: 18px;
}

div.catalog-item-brand-item-number {
    color: #575757;
    padding: .15em 0 .25em;
}

div.catalog-item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: .5em 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

    div.catalog-item-price > span.price {
        font-size: 24px;
        font-weight: 700;
    }

    div.catalog-item-price > span.stock {
        font-size: 16px;
        font-weight: 400;
    }

div.star-rating > span.star {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/images/tstmobilesite/star.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

div.star-rating > span.filled {
    background: url(/images/tstmobilesite/star-filled.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


@media only screen and (max-width: 768px) {
    ul.categories-list {
        max-height: 350px;
        height: auto;
        margin-bottom: 0 !important;
        overflow-y: scroll;
    }

    div.categories-list-container::after {
        content: "";
        display: block;
        padding-top: .25em;
        padding-bottom: .25em;
        text-align: center;
        border-top: 1px solid #000;
    }

    ul.categories-list input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
    }
}

/*START CSS FOR DEPARTMENT ACCORDIONS*/

        .accordion {
            cursor:pointer
        }
        .accordion h3 {
            margin-bottom:0px
        }
        .arrow {
            float: right;
            width: 0px;
            height: 0px;
            margin-top:10px;
            border: 10px solid transparent;
            border-top-color: #F3F3F3;
        }
        .accHead.open .arrow {
            margin-top: 11px;
            border-bottom-color: #F3F3F3;
            border-top-color: transparent;
        }
        .ui-state-focus {
            outline: none;
          }
        .edit-toggle1 {
            float: right
        }
        .edit-toggle2 {
            float: right
        }
        .edit-toggle3 {
            float: right
        }
        @media only screen and (max-width: 768px) {
            .categories-brand-container {
                width: 100%;
                min-width:100%
            }
        }

/*END CSS FOR DEPARTMENT ACCORDIONS*/

/* END CATEGORY-TWO */
