#filterDiv {
    min-height: 1000px;
}
#filterOn {
    width: 15px;
    height: 15px;
    background-color: orange;
    position: relative;
    top: 2px;
    left: 10px;
    display: none;
}
.filterOnDetail {
    width: 15px;
    height: 15px;
    background-color: orange;
    position: relative;
    top: 2px;
    left: 10px;
    display: none;
}
#filterButton {
    background-size: 22px;
    vertical-align: center;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 5px;
}

.filterBarItemLeft {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 2px;
}

.filterBarItemRight {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 0px;
}

.div-sportslide {
    background-color: black;
}

.productDiv {
    margin: 0px;
    padding: 15px;
}

.comingsoonProductDiv {
    opacity: 0.5;
}

.comingsoonProductDiv:hover {
    opacity: 1;
}

.productDiv img {
    width: 100%;
}

#filterDiv h3 {
    margin: auto;
    text-align: center;
    font-weight: normal;
}

.productDiv .description {
    text-align: left;
    font-size: 16px;
}

.productDiv:hover {
    -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.1);
}

.veryThinFont {
    font-weight: 100;
}

.thinFont {
    font-weight: 300;
}

.normalFont {
    font-size: 14px;
}

.comingsoonFont {
    color: orange;
}

.lineFont {
    text-decoration: line-through;
    font-weight: 300;
    color: lightgrey;
}

.mySalePrice {
    color: black;
    font-weight: bold;
}

div.sale {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    padding: 5px;
    font-size: 16px;
    background-color: red;
    color: white;
    position: absolute;
}
div.flash_sale {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    padding: 10px;
    font-size: 12px;
    background-color: red;
    color: white;
    position: absolute;
    text-align: center;
}

div.comingsoon {
    padding: 5px;
    width: 100px;
    font-size: 20px;
    background-color: orange;
    color: red;
    color: white;
    position: absolute;
    text-align: center;
}

div.new {
    padding: 5px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    background-color: #6dbf67;
    color: white;
    position: absolute;
}

@media (max-width: 700px) {
    div.sale {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 800;
        padding: 5px;
        font-size: 15px;
    }
    div.flash_sale {
        font-weight: 800;
        padding: 5px;
        font-size: 12px;
        text-align: center;
    }

    div.comingsoon {
        padding: 5px;
        width: 50px;
        font-size: 15px;
    }

    div.new {
        padding: 5px;
        width: 50px;
        font-size: 15px;
    }
}

div.gripDiv {
    overflow: auto;
    text-align: center;
    width: 100%;
}

div.productName {
    position: relative;
}

div.pagination {
    font-size: 25px;
    /*text-align: center;*/
    margin: 10px;
    /*text-align: right;*/
}

div.pagination select {
    font-size: 30px;
    background-image: none !important;
    background-color: white !important;
}

div.pagination option {
    font-weight: 100;
}

div.arrowPagination {
    background-color: black;
    color: white;
    width: 50px;
    height: 50px;
    font-size: 35px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

div.textPagination {
    display: inline-block;
    letter-spacing: 2px;
}

#filterGender img {
    margin-right: 5px;
    height: 100%;
}

#filterGender div {
    /*width:33%;*/
    text-align: center;
    /*float:left;*/
    font-size: 16px;
    cursor: pointer;
    font-size: 14px;
    border: 0px solid;
    border-radius: 5px;
}

.filterSelected {
    background-color: orange !important;
    color: white !important;
}

#filterSort {
    text-align: right;
}

#totalFilter {
    text-align: left;
}

#filterSort select {
    text-align: center;
    width: 99%;
    font-size: 25px;
    font-weight: 300;
    border-radius: 0px !important;
    background-color: white !important;
    background-image: none !important;
    border: 1px solid #f2f2f2;
}

#filterSort option {
    text-align: center;
}

#selectedFilter {
    overflow: auto;
    margin-bottom: 40px;
    background-color: rgb(242, 242, 242);
    padding: 20px;
}

#selectedFilter div {
    width: 33%;
    float: left;
}

.filterDetail {
    font-size: 14px !important;
    font-weight: 300;
    text-align: center !important;
    background-color: white;
    border-radius: 0px;
    border: 1px solid #f2f2f2;
}

#productFilter {
    font-size: 20px;
    font-weight: 300;
}

#productFilter input {
    margin-left: 50px;
}

.brandImage {
    width: 11%;
    cursor: pointer;
    border-radius: 100px;
    margin: 2px;
}

.brandOnPick {
    background-color: #ff6f00;
}

.selectedColor {
    cursor: pointer;
    margin: 5px;
    float: left;
}

.colorOnPick {
    background-image: url(/img/check.jpg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 472px) {
    #filterGender div {
        /*width:33%;*/
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        /*float:left;*/
        font-size: 14px;
        cursor: pointer;
        border: 0px solid;
        border-right: 1px solid white;
        border-radius: 5px;
    }
    .filterSelected {
        background-color: orange !important;
        color: white !important;
    }

    #filterSort {
        text-align: right;
    }

    #totalFilter {
        text-align: left;
    }

    #filterSort select {
        text-align: center;
        width: 99%;
        font-size: 25px;
        font-weight: 300;
        border-radius: 0px !important;
        background-color: white !important;
        background-image: none !important;
        border: 1px solid #f2f2f2;
    }

    #filterSort option {
        text-align: center;
    }

    #selectedFilter {
        overflow: auto;
        margin-bottom: 40px;
        background-color: rgb(242, 242, 242);
        padding: 20px;
    }

    #selectedFilter div {
        width: 33%;
        float: left;
    }

    #productFilter {
        font-size: 20px;
        font-weight: 300;
    }

    #productFilter input {
        margin-left: 50px;
    }

    .brandImage {
        width: 22%;
        cursor: pointer;
        border-radius: 100px;
        margin: 2px;
    }

    .brandOnPick {
        background-color: #ff6f00;
    }

    .selectedColor {
        cursor: pointer;
        margin: 5px;
        float: left;
    }

    .colorOnPick {
        background-image: url(/img/check.jpg);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 500px) {
    .normalFont {
        font-size: 12px;
    }
    .veryThinFont {
        font-size: 14px;
    }
    .thinFont {
        font-size: 14px;
    }
    .comingsoonFont {
        font-size: 14px;
    }
    .mySalePrice {
        font-size: 14px;
    }
    .lineFont {
        font-size: 12px;
    }
    .productName font {
        font-size: 42px;
    }
    .textPagination .veryThinFont {
        font-size: 16px;
    }
    #selectPagination {
        font-size: 16px;
    }
    .filterBarItemLeft {
        padding-left: 6px;
    }
    .filterBarItemRight {
        padding-right: 6px;
    }
    #filterDiv {
        min-height: 700px;
    }
}

.black {
    background-color: black;
}

.red {
    background-color: red;
}

.grey {
    background-color: grey;
}

.pink {
    background-color: pink;
}

.orange {
    background-color: orange;
}

.yellow {
    background-color: yellow;
}

.brown {
    background-color: brown;
}

.blue {
    background-color: blue;
}

.green {
    background-color: green;
}

.purple {
    background-color: purple;
}

.currencyinput {
    border: 1px inset #ccc;
    overflow: auto;
    font-size: 23px;
}

.currencyinput input {
    border: 0;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

label {
    cursor: pointer;
}

#priceFilter {
    font-size: 20px;
}

.genderSelect {
    width: 30px;
}

.sportBannerSingle {
    /*width: 236px;*/
    color: white;
    cursor: pointer;
    text-align: center;
}

.sportBannerSingle img {
    width: 100%;
}

.sportBanner {
    /*width: 236px;*/
    color: white;
    cursor: pointer;
    text-align: center;
}

.sportBanner img {
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.sportBanner img:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}

.sportBanner:hover {
    color: orange;
}

.sportBanner:hover img {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}

#bannerFilter {
    position: center;
}

@media only screen and (max-width: 472px) {
    #filterGender div {
        font-size: 14px;
    }
    .filterDetail {
        font-size: 14px !important;
    }
}

.banner {
    margin: 0 auto;
    width: 100%;
}

.panel-heading {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}
