.slider {
    /*width: 100%;*/
    /*height: 360px;*/
    /*margin: auto;*/
}
.slick-slide {
    margin: 0px 20px;
}
.flashsale {
    background-color: red;
    padding: 15px;
    font-size: 20px;
    color: white;
    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;
    z-index: 10;
}
div.new {
    padding: 5px;
    font-size: 16px;
    background-color: #6dbf67;
    color: white;
    position: absolute;
    z-index: 10;
}
.popuptag {
    background-color: black;
    color: white;
    text-align: center;

    padding-top: 5px;
    font-size: 20px;
}
@media (max-width: 764px) {
    #text {
        font-size: 12px;
    }

    .popuptag {
        font-size: 14px;
    }
}
#text {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 5px;
    color: orange;
}
.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
}

.slick-active {
    opacity: 0.5;
}

.slick-current {
    opacity: 1;
}

#brand img {
    width: 120px;
}

#brand {
    text-align: center;
}

#category {
    text-align: center;
    oveflow: auto;
}

#category img {
    width: 100%;
}

#cutting img {
    width: 100%;
}

#player img {
    width: 100%;
}

#smallPlayer img {
    width: 100%;
}

#cutting {
    margin-top: 10px;
    text-align: center;
    overflow: auto;
}

.titleBanner {
    text-align: center;
    font-size: 40px;
}

.popup {
    /*margin: 3px;*/
    padding: 3px;
    float: left;
    text-align: center;
}

.popup:hover img {
    opacity: 0.7;
}

.popup:hover .popuptag {
    color: orange;
}

.shopNow {
    width: 100%;
    text-align: center;
    padding: 0px;
}

.shopNow:hover .popuptag {
    color: orange;
}
.shopNow img {
    width: 100%;
    margin-top: 15px;
}

/*.storageHome {*/
/*display: inline-block;*/
/*margin-top: 10px;*/
/*!*width: 100%;*!*/
/*!*height: 325px;*!*/
/*font-size: 17px;*/
/*}*/

.brands img {
    width: 100%;
}

.storageContentHome {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

#brandNavigator {
    width: 100%;
    text-align: center;
    background-color: white;
}

#brandNavigator img {
    margin-top: -30px;
    height: 130px;
    padding-left: 20px;
}

#brandNavigator img:hover {
    opacity: 1;
}

#shopByBrandTitle {
    color: gray;
    font-size: 2em;
    padding: 0.5em;
}

.div-brand {
    overflow: auto;
    white-space: nowrap;
}

#sneakersCalendar p {
    background-color: white;
    margin-top: 15px;
    margin-bottom: 5px;
}
.brands {
    color: gray;
    font-size: 1.5em;
    padding: 0.5em;
    padding-left: 0.5em;
    text-align: center;
}

#brands p {
    background-color: white;
    margin-top: 15px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 764px) {
    .inputBox {
        font-size: 0.8em;
    }
    .shopNow img {
        margin-top: 5px;
    }
}
