body {
  font-family: "Open Sans", Arial;
}
@media (max-width: 600px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
}
body h1 {
  font-size: 32px;
}
body #cat {
  color: #006989;
  font-size: 21pt;
  letter-spacing: 1px;
  font-weight: bold;
}
@media (max-width: 440px) {
  body #cat {
    font-size: 13pt;
  }
}
body #main_content {
  margin-top: 19px;
  margin-bottom: 60px;
}
body #main_content .row div.col-lg-3:first-child {
  margin-top: 15px;
}
body #main_content .row div.col-lg-3:first-child .collapseit {
  width: 100%;
  padding: 20px;
  padding-top: 0px;
  padding-right: 22px;
  font-size: 13pt;
}
body #main_content .row div.col-lg-3:first-child .collapseit span:first-child {
  margin-right: 2px;
  margin-left: 0px;
}
body #main_content .row div.col-lg-3:first-child .collapseit .clps-cat {
  cursor: pointer;
}
body #main_content .row div.col-lg-3:first-child .collapseit .bordb {
  width: 100%;
  margin-top: 18px;
  border-bottom: 1px solid #E0E0E0;
}
body #main_content .row div.col-lg-3:first-child .collapseit:last-child {
  border-bottom: none;
}
body #main_content .row div.col-lg-3:first-child .collapseit:first-child {
  padding-top: 18px;
}
body #main_content .row div.col-lg-3:first-child .cats {
  background-color: #F6F6F6;
  padding: 15px;
  padding-top: 10px;
  margin-top: 14px;
  font-size: 12pt;
}
body #main_content .row div.col-lg-3:first-child .cats a {
  color: #555;
}
body #main_content .row div.col-lg-3:first-child .cats br {
  display: block;
  margin: 1px 0;
}
body #main_content .row div.col-lg-3:first-child #cats .input-group {
  margin-bottom: 13px;
}
body #main_content .row div.col-lg-3:first-child #cats .input-group span {
  border-radius: 0px;
  background-color: white;
  padding: 0px;
  padding-left: 10px;
  color: #babfc6;
  border: 1px solid #e0e0e0;
  border-right: none;
}
body #main_content .row div.col-lg-3:first-child #cats .input-group input {
  height: 35px;
  border: 1px solid #e0e0e0;
  border-left: none;
  box-shadow: none;
}
body #main_content .row div.col-lg-3:first-child #cats .input-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 9pt;
}
body #main_content .row div.col-lg-3:first-child #cats .input-group ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 9pt;
}
body #main_content .row div.col-lg-3:first-child #cats .input-group :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 9pt;
}
body #main_content .row div.col-lg-3:first-child #cats .input-group :-moz-placeholder {
  /* Firefox 18- */
  font-size: 9pt;
}
body #main_content .row div.col-lg-3:first-child #cats .oberkat {
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: bold;
  color: black;
}
body #main_content .row div.col-lg-3:first-child #cats .sepkat {
  display: block;
  margin: 8px 0;
}
body #main_content .row div.col-lg-9 {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
}
body #main_content .row div.col-lg-9 .row div:not(:first-child) {
  padding-left: 0px;
}
body #main_content .row div.col-lg-9 .row div:last-child {
  padding-right: 20px;
}
body #main_content .row div.col-lg-9 .row {
  margin-bottom: 3px;
}
body #main_content .row div.col-lg-9 .row .smpttl {
  font-size: 14pt;
  font-weight: bold;
  color: black;
  letter-spacing: 1px;
}
body #main_content .row div.col-lg-9 .row div.col-lg-8 {
  padding: 0px 24px 0px 9px;
}
body #main_content .row div.col-lg-9 .row div.col-lg-8 div {
  height: 300px;
  background-color: #EAEAEA;
  padding: 15px;
  padding-left: 16px;
  position: relative;
}
body #main_content .row div.col-lg-9 .row div.col-lg-8 div span:last-child {
  text-align: right;
  position: absolute;
  bottom: 0;
  font-family: Arial;
  font-weight: 900;
  right: 0;
  margin-bottom: 15px;
  margin-right: 20px;
  font-size: 50pt;
  color: #257DA7;
}
body #main_content .row div.col-lg-9 .row div.col-lg-8 div br {
  display: block;
  margin: -1px 0;
}
body #main_content .row div.col-lg-9 .row div .thesmp {
  cursor: pointer;
  width: 265px;
  margin: 0 auto;
}
body #main_content .row div.col-lg-9 .row div .thesmp > div:nth-child(2) span {
  opacity: 0;
}
body #main_content .row div.col-lg-9 .row div .thesmp > div:nth-child(2) span.sale {
  margin-top: 10px;
  display: inline;
  font-size: 14pt;
  float: right;
  font-weight: bold;
  color: white;
  padding: 3px 35px;
  background-color: #E50051;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12pt;
  opacity: 1;
}
body #main_content .row div.col-lg-9 .row div .thesmp div:nth-child(2) {
  min-height: 46px;
}
body #main_content .row div.col-lg-9 .row div .thesmp .addto {
  opacity: 0;
  background-color: rgba(44, 152, 199, 0.9);
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 265px;
  height: 194px;
  justify-content: center;
  position: absolute;
  z-index: 100;
  color: white;
  -webkit-transition: opac ity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
body #main_content .row div.col-lg-9 .row div .thesmp .addto:hover {
  opacity: 1;
}
body #main_content .row div.col-lg-9 .row div .thesmp .addto div span:first-child {
  font-size: 17pt;
  display: block;
}
body #main_content .row div.col-lg-9 .row div .thesmp .addto div span:nth-child(2) {
  font-size: 10pt;
  display: block;
  margin-top: 17px;
  text-transform: uppercase;
}

body #main_content .row div.col-lg-9 .row div .thesmp .tryittest {
  opacity: 0;
  background-color: #EAEAEA;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 248px;
  height: 100px;
  justify-content: center;
  position: absolute;
  z-index: 100;
  -webkit-transition: opac ity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  color: #EC9F05;
  border: 2px solid #EC9F05;
  padding: 30px 85px;
  cursor: pointer;
  font-size: 9pt;
  letter-spacing: 1px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;

}
body #main_content .row div.col-lg-9 .row div .thesmp .similarp .tryittest:hover {
  opacity: 1;
}
body #main_content .row div.col-lg-9 .row div .thesmp .similarp .tryittest div span:first-child {
  display: block;
}
body #main_content .row div.col-lg-9 .row div .thesmp .similarp .tryittest div span:nth-child(2) {
  display: block;
}

body #main_content .row div.col-lg-9 .row div .thesmp img {
  width: 100%;
}
body #main_content .row div.col-lg-9 .row div .thesmp .similarp {
  background-color: #EAEAEA;
  padding: 10px 7px 12px 10px;
  width: 100%;
  margin-top: 15px;
}
body #main_content .row div.col-lg-9 .row div .thesmp .similarp br {
  display: block;
  margin: -4px 0;
}
body #main_content .row div.col-lg-9 .row div .thesmp .similarp #prc {
  margin-top: 10px;
  text-align: right;
  padding-right: 5px;
}
body #main_content .row div.col-lg-9 .row div .thesmp .similarp #prc span:first-child {
  display: none;
}
body #main_content .row div.col-lg-9 .row div .thesmp .similarp #prc span.sale:first-child {
  display: inline;
  text-decoration: line-through;
  color: #E50051;
  font-size: 11pt;
  margin-right: 29px;
}
body #main_content .row div.col-lg-9 .row div .thesmp .similarp #prc span:nth-child(2) {
  letter-spacing: 1px;
  font-size: 17pt;
  font-weight: bold;
  color: #257DA7;
}
