.product{
    border: white 3px solid;
    background-color: #242424;
    color: white;
    padding: 10px;
    margin-top: 10px;
    font-family: Bookman Old Style Bold;
    font-weight: bold;
    line-height: 1.2;
    font-size: 16px;

}

.product-img{
    height: 200px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .product-img {
      display: none;
    }
}
.product-visible{
    display: block;
    width: 500px;
    height: 300px;
    margin: 0 auto;
}

.content-visible{
    display: none;
}

.current-product{
    display: none;
}
.current-product-visible{
    display: block;
    background-color: #242424;
    padding: 20px;
    color: rgb(192, 193, 194);
    font-family: Bookman Old Style Bold;
}

.excerpt-current{
    margin-top: 20px;
    font-size: 20px;
}

.description-current{
    margin-top: 50px;
    font-size: 23px;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap;          /* Chrome & Safari */ 
    white-space: -pre-wrap;                 /* Opera 4-6 */
    white-space: -o-pre-wrap;               /* Opera 7 */
    white-space: pre-wrap;                  /* CSS3 */
    word-wrap: break-word;                  /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.cost-current{
    font-size: 25px;
}

.img-current-product{
    display: block;
    height: 500px;
    width: 100%;
}

.current-product-info{
    margin-left: 20px;
}



.close-current-product{
    float: right;
}


.close-current-product:hover{
    cursor: pointer;
}

.img-current-product:hover{
    cursor: pointer;
}


.plus-button{
    fill:white;
    color: white;
    transition: fill .2s ease;
}


.plus-button-active{
    fill:red;
    color: red;

}

.button-buy:hover{
    cursor: pointer;
}


.product:hover{
    cursor: pointer;
}

.category-name{
    font-size: 32px;
    font-family: "Bookman Old Style Bold";
    color: rgb(192, 193, 194);
    font-weight: bold;
    line-height: 1.2;
    height: 88px;
    padding: 5px;
}
.cost{
    font-size: 16px;
    font-family: "Bookman Old Style Bold";
    color: rgb(192, 193, 194);
    font-weight: bold;
}



.excerpt{
    margin-top: 13px;
    font-size: 14px;
    font-family: "Bookman Old Style Bold";
    color: rgb(192, 193, 194);
   
}
.name{
    font-size: 16px;
    font-family: "Bookman Old Style Bold";
    color: rgb(192, 193, 194);
    
}
.description{
    font-size: 16px;
    font-family: "Bookman Old Style Bold";
    color: rgb(192, 193, 194);
}
.one{
    background-color:rgb(39, 41, 46) ;
}
.two{
    background-color:#1d241a ;
}

#button-current-product{
    width: 100%;
    position: absolute;
    bottom: 0;
}