
.pagination {
  float: left;
  margin-top: 15px;
}

.pagination a {
  font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 8px;
  margin-right: 3px;
  border-width: 1px;
  color: #6B6B6B;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f6f6f6;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fff, endColorStr=#efefef);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  background-image: -webkit-linear-gradient(top, #fff, #efefef);
  background-image: -moz-linear-gradient(top, #fff, #efefef);
  background-image: -ms-linear-gradient(top, #fff, #efefef);
  background-image: -o-linear-gradient(top, #fff, #efefef);
  background-image: linear-gradient(to bottom, #ffffff, #efefef);
  border: solid 1px #D6D6D6;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-decoration: none;
  margin-bottom: 10px;
}

.pagination a:hover {
  border-color: #B4B4B4;
  color: #4E4E4E;
  text-decoration: none;
  -webkit-box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  -ms-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #CFCFCF;
  background-color: #f3f3f3;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fff, endColorStr=#ebebeb);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #fff, #ebebeb);
  background-image: -moz-linear-gradient(top, #fff, #ebebeb);
  background-image: -ms-linear-gradient(top, #fff, #ebebeb);
  background-image: -o-linear-gradient(top, #fff, #ebebeb);
  background-image: linear-gradient(to bottom, #ffffff, #ebebeb);
}

.pagination a.a {
  border-color: #999 #aaa #ccc;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  -ms-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 white;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F3F3F3), color-stop(100%, #DBDBDB));
  background-image: -webkit-linear-gradient(top bottom, #F3F3F3 0, #DBDBDB 100%);
  background-image: -moz-linear-gradient(top bottom, #F3F3F3 0, #DBDBDB 100%);
  background-image: -ms-linear-gradient(top bottom, #F3F3F3 0, #DBDBDB 100%);
  background-image: -o-linear-gradient(top bottom, #F3F3F3 0, #DBDBDB 100%);
  background-image: linear-gradient(to bottom top, #f3f3f3 0%, #dbdbdb 100%);
  cursor: default;
}


h1 {
  font-size: 12px;
  font-weight: normal;
  float: left;
  width: 100%;
  clear: both;
  margin-top: 18px;
}

h1 strong {
  font-weight: 600;
}


.result {
  border: solid 1px #E0E0E0;
  background-color: #FFF;
  padding: 20px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.result li.q {
  background-color: #FFF;
  border-bottom: 1px solid #F2EFE1;
  list-style: none;
  padding: 12px 0px;
  box-sizing: border-box;
  clear: both;
  width: 100%;
  position: relative;
  float: left;
}

.result li.q:last-child {
  border-bottom: 0px;
}

.result h3 {
  margin-top: 8px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result h3 a {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}

.result p {
  font-size: 12px;
  color: #353535;
  line-height: 18px;
}

.result .description {
  padding-left: 140px;
  padding-bottom: 15px;
  padding-right: 10px;
}

.result .imgp {
  background-color: #f7f7f7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 120px;
  width: 120px;
  float: left;
  position: relative;
  overflow: hidden;
}

.result .imgp img {
  position: absolute;
  left: -2000px;
}

.result .link {
  float: left;
  display: block;
}


.parameters {
  padding-bottom: 12px;
  border-bottom: 1px solid #F2EFE1;
  float: left;
  width: 100%;
}


.sort-by {
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  overflow: hidden;
}

.sort-by a.a {
  background: linear-gradient(to top, #ececec 0%, #fcfcfc 100%);
  pointer-events: none;
  cursor: default;
  color: #000;
}

.sort-by a:first-child {
  border-left: 0px;
}


.sort-by a, .category .select {
  display: inline-block;
  padding: 10px 14px;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(1, #fefefe));
  background-image: -ms-linear-gradient(bottom, #fafafa, #fefefe);
  background-image: -moz-linear-gradient(center bottom, #fafafa 0, #fefefe 100%);
  background-image: -o-linear-gradient(#fefefe, #fafafa);
  background-image: linear-gradient(to top, #fafafa, #fefefe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#fafafa',GradientType=0);
  border: solid 1px;
  border-color: #cccccc #c5c6c8 #b6b7b9;
  color: #4e5665;
  text-shadow: 0 1px 0 #fff;
  float: right;
}


.category {
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  position: relative;
}

.category .select {
  position: relative;
  padding: 0px;
  cursor: default;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.category .select span {
  border-color: #4e5665 transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  width: 0;
  height: 0;
  margin-left: -2px;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  right: 10px;
}

.category a {
  padding: 10px 27px;
  color: #141823;
  font-size: 12px;
  display: block;
  text-decoration: none;
  color: #777;
  width: 100%;
  float: left;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category a:hover {
  background-color: #f7f7f7;
  color: #000;
}

.category a.a {
  background-image: url(//ssl.gstatic.com/ui/v1/menu/checkmark2.png);
  background-position: 2px center;
  background-repeat: no-repeat;
  pointer-events: none;
  cursor: default;
}

.category ul {
  -webkit-box-shadow: 0 2px 4px #d6d6d6;
  background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 2px 4px #d6d6d6;
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 99;
  width: 230px;
  overflow-y: auto;
  max-height: 268px;
  padding: 10px;
  display: none;
}

.category ul::-webkit-scrollbar {
  width: 10px;
}

.category ul::-webkit-scrollbar-track {
  background-color: #FFF;
  border-radius: 10px;
}

.category ul::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #A3A3A3;
  border: solid 2px #FFF;
}

.category.a ul, .category.a .triangle {
  display: block;
}

.category.a .select {
  background: linear-gradient(to top, #ececec 0%, #fcfcfc 100%);
  cursor: default;
  color: #000;
}

.category hr {
  height: 1px;
  width: 100%;
  background-color: #E8E8E8;
  margin-top: 8px;
  border: none;
  float: left;
}

.category .category-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  padding-right: 25px;
}

.category .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #ccc transparent;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  display: none;
}

.category .triangle:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: -10px;
  top: 1px;
}

@media screen and (max-width: 735px) {

  .sort-by {
    width: 100%;
  }

  .sort-by a {
    width: 50%;
    box-sizing: border-box;
  }


  .category {
    width: 100%;
  }

  .category .select {
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    float: left;
    width: 100%;
  }

  .category.a .triangle {
    display: none;
  }

  .category ul {
    position: static;
    width: 100%;
    box-sizing: border-box;
    max-height: 100%;
    float: left;
    margin-top: -1px;
  }
}
@media screen and (max-width: 650px) {

  .sort-by {
    width: auto;
  }

  .sort-by a {
    width: auto;
  }

  .category {
    width: auto;
  }

  .category .select {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .result h3 {
    text-overflow: initial;
    overflow: initial;
    white-space: initial;
  }

  .result .imgp {
    /*display: none;*/
  }
  .result .description {
    /*padding-left: 15px;*/
  }

  .result .description p {
    height: 55px; 
    overflow-y: hidden;
     text-overflow: initial;
     white-space: initial;
  }

}

@media screen and (max-width: 550px) {
  .sort-by {
    width: 100%;
  }

  .sort-by a {
    width: 50%;
    box-sizing: border-box;
  }


  .category {
    width: 100%;
  }

  .category .select {
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    float: left;
    width: 100%;
  }

  .category.a .triangle {
    display: none;
  }

  .category ul {
    position: static;
    width: 100%;
    box-sizing: border-box;
    max-height: 100%;
    float: left;
    margin-top: -1px;
  }
}
@media screen and (max-width: 420px) {

  .sort-by a {
    width: 100%;
  }

  .sort-by a:first-child {
    border-bottom: 0px;
    border-left: solid 1px #c5c6c8;
  }
}
