.maxwidth100{
    max-width: 100% !important;
}
#body_wrapper.maxwidth100{
    padding-right: 10px;
    padding-left: 10px;
}

.boxess{
    display: inline-block;
    height: auto;
    position: relative;
    /* margin: 0 5px 0 5px; */
    width: auto !important;
}

.boxess img{
    padding: 0 5px 5px 5px;
}
.docss .boxess:first-child img{
    padding-left:0;
}
.docss .boxess:last-child img{
    padding-right:0;
}


.boxess .textphotowall{
    position: absolute;
    bottom: 5px;
    background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.25) 100%);
    color: white;
    height: 50% !important;
    left: 5px;
    width: calc(100% - 10px);
}
.docss .boxess:first-child .textphotowall{
    width: calc(100% - 5px);
    left:0;
}
.docss .boxess:last-child .textphotowall{
    width: calc(100% - 5px);
}

.boxess .textphotowall div.productname{
    bottom: 10px;
    position: absolute;
    left: 10px;
    font-size: 18px;
}

.boxess div.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10.0625rem;
    overflow: hidden;
    background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.25) 100%);
    font-family: breuer;
    font-size: 1.3125rem;
    color: #fff;
    display: inline-block;
}

.boxess div.texts {
    position: absolute;
    bottom: .4375rem;
    right: 0;
    left: 0;
    padding: 0 .875rem;
    overflow: hidden;
    height: 1.625rem;
    line-height: 1.2;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.boxess div.name.landscape {
    max-width: 65%;
}
.boxess div.name {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.boxess div.price {
    display: inline-block;
    vertical-align: top;
}


ul.photowallgrid{
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.photowallgrid li:first-child{
    padding-left:0 !important;
}

.photowallgrid li:last-child{
    padding-right:0 !important;
}

.photowallgrid li{
    display: table-cell;
    padding: 5px;
    width: auto !important;
    float: none !important;
}
.photowallgrid li a{
    height: auto !important;
    /* -webkit-box-shadow: 4px 7px 14px -9px rgba(0,0,0,0.75); */
    /* -moz-box-shadow: 4px 7px 14px -9px rgba(0,0,0,0.75); */
    /* box-shadow: 4px 7px 14px -9px rgba(0,0,0,0.75); */
}
.photowallgrid li a .textbottom-photowall{
    position: absolute;bottom: 0;height: 20%;display: inline-block;width: 100%;background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.40) 100%);
}

.textbottom-photowall .titlephotowall{
    position:absolute !important;bottom: 10px;max-width: 100%;color:white;left:10px;width: calc(100% - 20px);
}
.textbottom-photowall .pricephotowall{
    position: absolute;
    bottom: 5px;
    right: 0;
    color:white;
}
.photowallgrid li img{
    display: block;
    width: 100%;
    height: auto;
}
.titlephotowall .title{
    font-size: 18px;
    max-width: 65%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* font-weight: bold; */
    /* font-family: 'Merriweather Sans', sans-serif; */
    /* overflow: hidden; */
}
.titlephotowall .our_price_display{
    font-weight: normal;
}
.titlephotowall #price_amount{
    font-weight: normal;
}

.photowallgrid .product_li:hover .btn_detail_photowall{
    /* background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.45) 100%); */
    display: block;
}
.photowallgrid .product_li:hover .textbottom-photowall{
    background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.50) 100%);
}

.photowallgrid .btn_detail_photowall{
    /* position: absolute; */
    margin: auto;
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    height: 50px;
    background-color: rgba(0,0,0,0.4);
    /*! border: 1px solid white; */
    color: white;
    border-radius: 30px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.photowallgrid .btn_detail_photowall:hover{
    color: black;
    background-color: rgba(255,255,255,0.6);
    /* background-color: white; */
}

.category_center{
    margin-top: 0 !important;
}
#pruebacategoryslider{
    /* padding-top: 0 !important; */
}
.maxwidth100 #productsSortForm{
    right: -5px !important;

}

