.catalogContainer{
    margin-left: auto;
    width: 1200px;
    text-align: center;
    margin-right: auto;
}
.item-row{
    border: 2px solid #e1e1e1;
    font-family: sans-serif;
    margin-top: 4px;
    font-weight: bold;
    height: 70px;
    padding-left: 13px;
}
.item-row:hover{
    border: 2px solid #e1e1e1;
    font-family: sans-serif;
    margin-top: 4px;
    font-weight: bold;
    height: 70px;
    padding-left: 13px;
    font-size: 15px;
    color: black;
    cursor: pointer;
}
.rowDetails{

}
.rowCell{
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    float: left;
    width: 14%;
    text-align: center;
}
.more-cell{
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    float: left;
    width: 14%;
    text-align: center;
}
.more-cell:hover{
    font-size: 15px;
    color: black;
    cursor: pointer;
}
.arrow-img{
    height: 26px;
    padding: 5px;
}
.details-container{
    height: 160px;
    background: #f5f5f5;
    padding-top: 5px;
    display: none;
}
.text-details{
    height: 100%;
    float: left;
    width: 70%;
}
.row-text-details{
    height: 33%;
}
.text-details-coll{
    float: left;
    width: 16%;
    text-align: center;
}
.text-details-coll-second-row{
    float: left;
    width: 20%;
    text-align: center;
}
.text-details-coll-third-row{
    float: left;
    width: 25%;
    text-align: center;
}
.details-selector{
    width: 2px;
    height: 150px;
    background-color: #a4abb0;
    float: left;
}
.extended-details{
    float: left;
    width: 28%;
}
.row-extended-details{
    float: left;
    width: 100%;
}
.extended-details-coll-first-row{
    text-align: center;
    float: left;
    width: 33%;
}
.images-gallery {
    text-align: center;
    float: left;
    width: 50%;
}
.images-gallery:hover{
    font-size: 13px;
    color: black;
    cursor: pointer;
}
.red-text{
    color: #ff3e00;
    font-size: 19px;
}
.green-text{
    color: green;
    font-size: 19px;
}
.blue-cell{
    color: blue;
    font-size: 19px;
}
.gray-cell{
    color: gray;
}
.link-cell{
    text-align: center;
    float: left;
    width: 50%;
    font-size: 12px;
}
.link-cell:hover{
    font-size: 13px;
    color: black;
    cursor: pointer;
}
.item-img{
    height: 70px;
    padding: 5px;
}

.priv{
    float: left;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    height: 100%;
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next{
    float: left;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    height: 100%;
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.modal{*/
    /*background: black;*/
/*}*/
.main-image{
    float: left;
    width: 90%;
    padding-top: 30px;
    text-align: center;
    max-height: 100%;
}
.main-image-src{
    height: 100%;
}

.thumbnails{
    float: left;
    width: 100%;
    height: 25%;
    padding-top: 20px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}
.thumbnail-image{
    width: 30%;
    float: left;
    cursor: pointer;
}
.closeButton{
    position: fixed;
    top: 25px;
    right: 25px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}
.mainImageContainer{
    width: 100%;
    float: left;
    height: 70%;
}
.galleryModalContainer{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background: black;
}

/** {*/
    /*box-sizing: border-box;*/
/*}*/

/*.row > .column {*/
    /*padding: 0 8px;*/
/*}*/

/*.row:after {*/
    /*content: "";*/
    /*display: table;*/
    /*clear: both;*/
/*}*/

/*.column {*/
    /*float: left;*/
    /*width: 33%;*/
/*}*/

/*/* The Modal (background) */
/*.modal {*/
    /*display: none;*/
    /*position: fixed;*/
    /*z-index: 1;*/
    /*padding-top: 100px;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*overflow: auto;*/
    /*background-color: black;*/
/*}*/

/*/* Modal Content */
/*.modal-content-gallery {*/
    /*position: fixed;*/
    /*background-color: black;*/
    /*margin: auto;*/
    /*padding: 0;*/
    /*width: 90%;*/
    /*max-width: 1200px;*/
    /*/* top: -550px; */
    /*top: 50px;*/
    /*left: 50px;*/
/*}*/

/* The Close Button */
/*.close {*/
    /*color: white;*/
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 25px;*/
    /*font-size: 35px;*/
    /*font-weight: bold;*/
/*}*/

/*.close:hover,*/
/*.close:focus {*/
    /*color: #999;*/
    /*text-decoration: none;*/
    /*cursor: pointer;*/
/*}*/

/*.mySlides {*/
    /*display: none;*/
    /*padding-bottom: 20px;*/
/*}*/

/*.cursor {*/
    /*cursor: pointer*/
/*}*/

/*/* Next & previous buttons */
/*.next {*/
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*width: auto;*/
    /*padding: 16px;*/
    /*margin-top: -50px;*/
    /*color: white;*/
    /*font-weight: bold;*/
    /*font-size: 20px;*/
    /*transition: 0.6s ease;*/
    /*border-radius: 0 3px 3px 0;*/
    /*user-select: none;*/
    /*-webkit-user-select: none;*/
    /*right: 3%*/
/*}*/
/*.prev {*/
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*width: auto;*/
    /*padding: 16px;*/
    /*margin-top: -50px;*/
    /*color: white;*/
    /*font-weight: bold;*/
    /*font-size: 20px;*/
    /*transition: 0.6s ease;*/
    /*border-radius: 0 3px 3px 0;*/
    /*user-select: none;*/
    /*-webkit-user-select: none;*/
    /*left: 3%*/

/*}*/

/*/* Position the "next button" to the right *
/*.next {*/
    /*right: 0;*/
    /*border-radius: 3px 0 0 3px;*/
/*}*/

/*/* On hover, add a black background color with a little bit see-through */
/*.prev:hover,*/
/*.next:hover {*/
    /*background-color: rgba(0, 0, 0, 0.8);*/
/*}*/

/*/* Number text (1/3 etc) */
/*.numbertext {*/
    /*color: #f2f2f2;*/
    /*font-size: 12px;*/
    /*padding: 8px 12px;*/
    /*position: absolute;*/
    /*top: 0;*/
/*}*/

/*.caption-container {*/
    /*text-align: center;*/
    /*background-color: black;*/
    /*padding: 2px 16px;*/
    /*color: white;*/
/*}*/

/*.demo {*/
    /*opacity: 0.6;*/
    /*width: 33%;*/
    /*height: 20%;*/

/*}*/

/*.active,*/
/*.demo:hover {*/
    /*opacity: 1;*/
    /*width: 33%;*/
    /*height: 20%;*/
/*}*/

/*img.hover-shadow {*/
    /*transition: 0.3s*/
/*}*/

/*.hover-shadow:hover {*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)*/
/*}*/
