@charset "utf-8";
/* CSS Document */

.discount {
    position: absolute;
    background-color: #275c9c;
    padding: 5px 10px;
    font-size: 12px;
    top: 0px;
    right: 0px;
    z-index: 1;
}
.croptextpro{
    height: 60px;
    padding: 5px;
    overflow: hidden;
    display: inline-block;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
}
.croptext {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blockpro{
    position: relative;
    text-align: left;
    width:100%;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: all 0.3s;
    overflow: hidden;
}
.picpro{
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    height: 250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 0.3s;
}
.picprobig{height: 500px;}
.picprosmall{height: 250px;}
.blockpro:hover .picpro{
  -ms-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.blockpro .picpro::before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;

    opacity: 0;
    z-index: 99;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.blockpro:hover .picpro::before {opacity: 0.5;}
.blockpro:hover .textpro {
    top: 50%;
    transform: translate(-0%, -50%);
    opacity: 1;
}
.textpro {
    top:0;
    text-align: center;
    font-size: 20px;
    position: absolute;
    color: #FFF;
    letter-spacing:0.05cm;
    text-shadow: 0.05em 0.05em #000;
    text-decoration: none;
    width: 100%;
    z-index: 101;
    opacity: 0;
    padding: 0px 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.textdes{
    height: 135px;
    padding: 5px 10px;
}

/* Side bar */
.boxsidebar {
    padding: 10px 15px;
}

.boxheadside{
  display: inline-block;
  background-color: #ae9364;
  color: #fff;
  padding: 0px 10px;
}
.boxheadside:hover{
  opacity: 0.8;
}
.blocksmall{
    display:inline-block;
    margin:5px;
    text-align: left;
    text-decoration: none;
    width:60px;
    height:70px;
    text-align: center;
    float: left;
    overflow: hidden;
}
.picsmall{
    height:70px;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 0.3s;
}
.picsmall:hover{
    -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.psmall{
    padding-top: 3px;
    padding-left:85px;
}
.blockprosmall{
    display:inline-block;
    margin:2px;
    text-align: left;
    text-decoration: none;
    width:70px;
    height:70px;
    text-align: center;
    overflow: hidden;
    border:thin solid #ddd;
}
.picprosmall,.picprosmalldetail{
    height:70px;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 0.3s;
}
.picprosmall:hover{
    -ms-transform: scale(1.10);
  -webkit-transform: scale(1.10);
  transform: scale(1.10);
}

@media screen and (max-width: 767px){
.croptextpro{height: 50px;}
.picpro{height: 300px;}
.picprobig{height: 400px;}
.picprosmall{height: 350px;}
.blockpro{font-size: 16px;}
}
@media screen and (max-width: 600px){
.picpro{height: 250px;}
.picprobig{height: 500px;}
.picprosmall{height: 300px;}
}
@media screen and (max-width: 550px){
.picpro{height: 250px;}
.picprobig{height: 500px;}
.picprosmall{height: 250px;}
}
@media screen and (max-width: 500px){
.picpro{height: 230px;}
.picprobig{height: 400px;}
.picprosmall{height: 250px;}
}
@media screen and (max-width: 420px){
.picpro{height: 190px;}
.picprobig{height: 370px;}
.picprosmall{height: 250px;}
}
@media screen and (max-width: 380px){
.picpro{height: 170px;}
.picprobig{height: 330px;}
.picprosmall{height: 200px;}
}
@media screen and (max-width: 360px){
.picpro{height: 130px;}
.picprobig{height: 300px;}
.picprosmall{height: 200px;}
.blockprosmall{width:80px;}
}


@media screen and (min-width: 768px){
.picpro{height: 250px;}
.picprobig{height: 400px;}
.picprosmall{ height: 200px;}
}
@media screen and (min-width: 992px){
.picpro{height: 250px;}
.picprobig {height: 435px;}
.picprosmall{height: 200px;}
.picprosmalls{height: 200px;}
}
@media screen and (min-width: 1200px){
.picpro{height: 280px;}
.picprobig{height: 515px;}
.picprosmall{height: 250px;}
.picprosmalls{height: 220px;}
}

@media screen and (min-width: 1500px){
.picprosmall{height: 300px;}
.picprosmalls{height: 250px;}
}