@media screen and (min-width: 768px) {
  .b2c .video-title p {
    font-size: 25px;
    max-width: 90%;
    line-height: 37px;
  }
}
@media screen and (min-width: 768px) {
  .b2c .video-title h4 {
    margin-bottom: 20px;
  }
  
}

@media screen and (max-width: 768px) {
  #layout-footer {
    padding: 45px 6px !important;
  }
}
#product-text small {
  display: none;
}

.b2c #slide3 .slide-caption {
  /*color: #1c1c1c;*/
}

#product-text strong {
  line-height: 45px;
  z-index: 999999;
  position: relative;
}

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font: normal 11px/22px Arial, Sans-Serif;
  color: black;
  border: 1px solid #ccc;
  background: transparent;
  color: white;
  border: none;
  border-bottom: 2px solid white;
  width: 80%;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  font-size: 24px;
  padding-bottom: 2px;
  letter-spacing: 1px;
  font-family: "Titillium Web", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 200;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 19px;
  right: 6px;
}

.styledSelect:active,
.styledSelect.active {
  background-color: transparent;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: #ed1c24;
  color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  margin: 0 0;
  padding: 10px;
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
}

.options li:hover {
  background-color: #d9000d;
  color: white;
}
.feedaty_widget{
  overflow: hidden;
}

.SumoSelect .options{
  position:abolute !important;
  top:0 !important;
}
/*# sourceMappingURL=fix.css.map */
