.prodstils_wrap {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.prodstils_toptxt {
  text-align: center;
  padding: 20px 10px;
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid gray;
}

.prodstils_imgs {
  width: 100%;
  white-space: nowrap;
}

.prodstil_img {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.prodstil_img > img {
  width: 100%;
}

.stil_inactive:after {
  position: absolute;
  content: "NOT ACTIVE";
  color: white;
  right: 21px;
  top: -24px;
  font-size: 16px;
  font-weight: 500;
  padding: 67px 70px 5px;
  transform-origin: center;
  transform: translateX(50%) rotate(45deg);
  box-shadow: 0px 0px 5px #444;
  background: red;
}

.scroll_left_btn, .scroll_right_btn {
  background: none;
  box-sizing: border-box;
}

.scroll_left_btn {
  padding: 5% 11px 0 0;
  text-align: left;
}

.scroll_right_btn {
  padding: 5% 0 0 11px;
  text-align: right;
}

.scroll_left_btn:after, .scroll_right_btn:after {
  font-family: "FontAwesome";
	font-size: 40px;
	color: gray;
  text-shadow: 1px 1px 1px #FFF;
}

.scroll_left_btn:after {
  content: "\f053";
}

.scroll_right_btn:after {
  content: "\f054";
}

.prodstils_dscpr {
  text-align: center;
  padding: 20px 10px;
  font-size: 18px;
  color: #777;
  font-weight: 300;
  border-top: 1px solid gray;
}

.stil_btnwrap {
  text-align: center;
  padding: 20px 0;
}

.topbutton {
  text-transform: none;
  text-shadow: none;
  text-align: center;
  font-size: 18px;
  padding: 10px 20px;
  box-shadow: 0px 0px 5px #555;
  border: none;
  border-radius: 3px;
}

.selstil_top_wrap {
  color: #444;
}

.selstil_toptxt {
  font-size: 30px;
  font-weight: 600;
  padding: 20px 40px 20px 0;
}

.selstil_descptxt {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 10px;
}

.selstil_infotxt {
  font-size: 16px;
  font-weight: 300;
  color: #787878;
  font-style: italic;
  margin-top: 20px;
}

.selstil_top_wrap .selstil_infotxt {
  display: none;
}

.selstil_btn_wrap {
  position: sticky;
  top: 42px;
}

.selstil_btn_content {
  float: right;
  width: 250px;
  padding-top: 20px;
}

.selstil_btn.topbutton {
  box-shadow: none;
}

.selstil_wrap {
  position: relative;
  width: calc(100% - 280px);
  padding-bottom: 20px;
  cursor: pointer;
  text-align: center;
  color: #444;
  box-sizing: border-box;
  overflow: hidden;
}

.selstil_wrap:hover, .selstil_wrap.selcted {
  background: #ccc;
}

.selstil_title {
  font-size: 24px;
  font-weight: 600;
  padding: 10px 50px 10px 10px;
  text-align: left;
  border-top: 1px solid #aaa;
}

.selstil_title:after {
  content: '\f096';
  font-size: 28px;
	font-family: "FontAwesome";
  float: right;
  margin: 2px -30px 0 0;
}

.selstil_wrap.selcted .selstil_title:after {
  content: '\f046';
  margin-right: -34px;
}

.selstil_img {
  max-width: 100%;
}

.selstil_imginfo {
  font-size: 14px;
  color: #787878;
}

.selstil_podloge_wrap {
  text-align: left;
  padding: 0 10px;
}

.selstil_podlogetxt {
  font-size: 16px;
  padding: 5px 0 10px;
}

.selstil_podloga {
  display: inline-block;
  width: 13.2%;
  padding-top: 9%;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  background-size: cover;
  outline: 1px solid #ccc;
}

@media only screen and (max-width: 1279px) {
  .selstil_top_wrap {
    padding: 0 20px;
  }
  .selstil_btn_content {
    padding: 20px 20px 0 0;
  }
  .selstil_wrap {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .scroll_left_btn, .scroll_right_btn {
    display: block;
  }
  .stil_btnwrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .selstil_top_wrap {
    padding: 20px;
  }
  .selstil_toptxt {
    padding: 0;
  }
  .selstil_top_wrap .selstil_infotxt {
    display: block;
  }
  .selstil_wrap {
    width: 100%;
    padding-left: 0;
  }
  .selstil_wrap:last-child {
    padding-bottom: 85px;
  }
  .selstil_title {
    padding-left: 20px;
  }
  .selstil_title:after {
    right: 20px;
  }
  .selstil_img {
    width: calc(100% - 40px);
  }
  .selstil_podloge_wrap {
    padding: 0 20px;
  }
  .selstil_btn_wrap {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #777;
    z-index: 2;
  }
  .selstil_btn_content {
    float: none;
    width: 100%;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
  }
  .selstil_btn_content .selstil_infotxt {
    display: none;
  }

}

@media only screen and (max-width: 390px) {
  .prodstils_toptxt {
    padding: 15px 10px;
    font-size: 26px;
  }
}

@media only screen and (max-width: 340px) {
  .prodstils_toptxt {
    padding: 10px 10px;
    font-size: 20px;
  }
}

@media only screen and (max-height: 680px) {
  .prodstils_toptxt {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .prodstils_dscpr {
    padding-top: 5px;
  }
}
