.ladtopmenu{
    border: 0px solid red;

    /*color: white;*/
    /*padding: 5px 0px;*/
}

.ladcont{
    max-width: 1170px;
    margin: 0px auto;
    border: 0px solid green;
    /*background-color: snow;*/
}

.ladcont_full{
    width: 100%;
    border: 0px solid green;
    background-color: lavender;
}

/* The Modal (background) */
.modal_lad {

    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content_lad {
    border-radius: 10px;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 800px;
}

/* The Close Button */
.close_modal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close_modal:hover,
.close_modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.margin0{
    margin: 0px;
}

.padding0{
    padding: 0px;
}

.clearmp{
    margin: 0px;
    padding: 0px;
}


@media(max-width:768px) {

    .hide_on_mobi{
        display: none;
    }
}




.item_grid{
    width: 193px; min-height:200px;
    border-bottom: 0px solid #ddd; float: left;
    border-left: 0px solid #ddd;
    display: none;
    /*padding: 5px;*/
    background: white;
}

.item_grid:nth-last-of-type(1){
    /*border-right: 1px solid #ccc;*/
}

.item_grid:nth-of-type(2n) {

}
.item_grid:nth-of-type(2n+1) {
    /*background: #eee;*/
}

.item_grid {
    /*box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);*/
    /*transition: all 200ms ease-out;*/
}

.item_info{
    height: 30%; padding: 3px 8px;
    border: 0px solid blue;
    color:   #ec000c   ;
    font-size: 13px;


    /*bottom: 0px; position: absolute;*/
}

.item_name{
    color: #272727;
}

.item_image{
    /*position: absolute;*/
    height: 68%;
    border: 0px solid red;
    display:flex;
    align-items: center; padding: 10px
}

.item_image img{
    max-height: 100%;
    max-width: 100%;
}

.item_grid_inside{
    margin: 5px;
    border: 1px solid #ddd;
    height: 96%;
    border-radius: 5px;
    overflow: hidden;
}

.item_grid_inside:hover{
    /*border-right: 3px solid #ccc;*/
    /*border-bottom: 3px solid #ccc;*/

    /*-webkit-box-shadow: 0 8px 6px -6px #777;*/
    /*-moz-box-shadow:    0 8px 6px -6px #777;*/
    /*box-shadow:         0 8px 6px -6px #777;*/

    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.19);
}

.content-item-price{
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #333;
}

.new_img_paste{
    text-align: center;
}
