

/* Start:/local/components/UW/reviews-and-suggestions/templates/.default/style.css?177416503217594*/
.reviews-and-suggestions .tabs-wrap .tab {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: 630px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #e2e7ec;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -5px;
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .reviews-and-suggestions .tabs-wrap .tab {
    width: 502px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 801px) {
  .reviews-and-suggestions .tabs-wrap .tab {
    width: 389px;
  }
}
@media screen and (max-width: 800px) {
  .reviews-and-suggestions .tabs-wrap .tab {
    width: 229px;
    padding-right: 15px;
  }
}
.reviews-and-suggestions .tabs-wrap .tab:nth-child(2n+2) {
  margin-right: 0;
}
.reviews-and-suggestions .tabs-wrap .tab .icon, .reviews-and-suggestions .tabs-wrap .tab .name {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.reviews-and-suggestions .tabs-wrap .tab .icon {
  margin-right: 30px;
  height: 35px;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 800px) {
  .reviews-and-suggestions .tabs-wrap .tab .icon {
    margin: 0 15px;
  }
}
.reviews-and-suggestions .tabs-wrap .tab .icon.suggestions {
  width: 45px;
  background: url("/local/components/UW/reviews-and-suggestions/templates/.default/img/reviews.png") center no-repeat;
}
.reviews-and-suggestions .tabs-wrap .tab .icon.reviews {
  width: 36px;
  background: url("/local/components/UW/reviews-and-suggestions/templates/.default/img/suggestions.png") center no-repeat;
}
.reviews-and-suggestions .tabs-wrap .tab .name {
  height: 35px;
  line-height: 35px;
  color: #4e4e4e;
  font-size: 16px;
  font-family: "Ubuntu Bold Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.reviews-and-suggestions .tabs-wrap .tab:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.reviews-and-suggestions .tabs-wrap .tab:hover .icon {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 800px) {
  .reviews-and-suggestions .tabs-wrap .tab:first-child .name {
    width: 125px;
    line-height: 16px;
  }
}
.reviews-and-suggestions .tabs-wrap .tab.active {
  border: 1px solid rgba(0, 109, 60, 0.5);
  z-index: 1;
}
.reviews-and-suggestions .component-wrap {
  white-space: nowrap;
  margin-top: 35px;
}
@media screen and (max-width: 800px) {
  .reviews-and-suggestions .component-wrap {
    margin-top: 15px;
  }
}
.reviews-and-suggestions .component-wrap .title {
  color: #006d3c;
  font-size: 22px;
  font-family: "Comfortaa", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
.reviews-and-suggestions .component-wrap .messages, .reviews-and-suggestions .component-wrap .form {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 630px;
  padding-top: 25px;
}
.reviews-and-suggestions .component-wrap .show-form-button {
  display: none;
}
@media screen and (max-width: 800px) {
  .reviews-and-suggestions .component-wrap .show-form-button {
    margin: 35px 0 15px 0;
    display: block;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #006d3c;
    color: white;
    font-size: 12px;
    font-family: "Ubuntu Medium", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    white-space: normal;
    outline: none;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    cursor: pointer;
  }
  .reviews-and-suggestions .component-wrap .show-form-button:hover:not(.noHover) {
    color: white;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    background: transparent;
  }
  .reviews-and-suggestions .component-wrap .show-form-button:hover:not(.noHover):before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  .reviews-and-suggestions .component-wrap .show-form-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 109, 60, 0.7);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: block !important;
  }
}
.reviews-and-suggestions .component-wrap .messages {
  margin-right: -5px;
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .reviews-and-suggestions .component-wrap .messages {
    width: 502px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 801px) {
  .reviews-and-suggestions .component-wrap .messages {
    width: 389px;
  }
}
@media screen and (max-width: 800px) {
  .reviews-and-suggestions .component-wrap .messages {
    width: 100%;
  }
}
.reviews-and-suggestions .component-wrap .messages .message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 50px 30px 0;
  border: 1px solid #e2e7ec;
  border-left: 4px solid #006d3c;
  padding: 50px 20px 20px 20px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 3px 3px 8px rgba(0, 109, 60, 0.2);
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .reviews-and-suggestions .component-wrap .messages .message {
    margin: 0 40px 30px 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 801px) {
  .reviews-and-suggestions .component-wrap .messages .message {
    margin: 0 15px 30px 0;
  }
}
@media screen and (max-width: 800px) {
  .reviews-and-suggestions .component-wrap .messages .message {
    margin: 0 0 30px 0;
  }
}
.reviews-and-suggestions .component-wrap .messages .message .status, .reviews-and-suggestions .component-wrap .messages .message .date {
  position: absolute;
  width: 150px;
  height: 40px;
  line-height: 40px;
}
.reviews-and-suggestions .component-wrap .messages .message .status {
  border: 1px solid #e2e7ec;
  color: #006d3c;
  font-size: 13px;
  font-family: "Ubuntu Bold Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  top: -1px;
  right: -1px;
}
.reviews-and-suggestions .component-wrap .messages .message .status.inprocess {
  color: #faa71e;
}
.reviews-and-suggestions .component-wrap .messages .message .date {
  color: #563d7c;
  font-size: 14px;
  font-family: "Ubuntu Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .reviews-and-suggestions .component-wrap .messages .message .date {
    font-size: 16px;
  }
}
.reviews-and-suggestions .component-wrap .messages .message .name {
  color: #2F2F2F;
  font-size: 17px;
  font-family: "Ubuntu Medium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  .reviews-and-suggestions .component-wrap .messages .message .name {
    font-size: 19px;
  }
}
.reviews-and-suggestions .component-wrap .messages .message .message-text {
  color: #4e4e4e;
  font-size: 15px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .reviews-and-suggestions .component-wrap .messages .message .message-text {
    font-size: 17px;
  }
}
.reviews-and-suggestions .component-wrap .images .str {
  color: #006d3c;
  font-size: 16px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
}
.reviews-and-suggestions .component-wrap .images .images-wrap {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-items: flex-start;
  align-items: flex-start;
}
.reviews-and-suggestions .component-wrap .images .images-wrap .image {
  min-width: 150px;
  max-width: 150px;
  max-height: 150px;
  overflow: hidden;
  display: block;
  cursor: pointer;
  margin-right: 10px;
}
.reviews-and-suggestions .component-wrap .images .images-wrap .image img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.reviews-and-suggestions .component-wrap .product-detail-page .str {
  color: #006d3c;
  font-size: 15px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
}
.reviews-and-suggestions .component-wrap .product-detail-page a {
  color: #2F2F2F;
  font-size: 18px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  display: table;
  text-transform: none;
}
.reviews-and-suggestions .component-wrap .form {
  border-left: 1px dashed #006d3c;
  width: 630px !important;
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .reviews-and-suggestions .component-wrap .form {
    width: 502px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 801px) {
  .reviews-and-suggestions .component-wrap .form {
    width: 389px !important;
  }
}
@media screen and (min-width: 800px) {
  .reviews-and-suggestions .component-wrap .form {
    display: inline-block !important;
  }
}
@media screen and (max-width: 800px) {
  .reviews-and-suggestions .component-wrap .form {
    position: fixed;
    left: 50%;
    top: 10%;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.17);
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 1001;
    border: 1px solid #e2e7ec;
    width: 460px !important;
    margin-left: -230px;
  }
}
.reviews-and-suggestions .component-wrap .form .exit {
  display: none;
}
@media screen and (max-width: 800px) {
  .reviews-and-suggestions .component-wrap .form .exit {
    display: block;
    position: absolute;
    cursor: pointer;
    background: url("/local/components/UW/reviews-and-suggestions/templates/.default/img/icon-close-green-white.png") center no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: -40px;
    right: 0;
  }
}
.reviews-and-suggestions .component-wrap .form .fixed {
  position: relative;
  max-width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .reviews-and-suggestions .component-wrap .form .fixed {
    max-width: 430px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 801px) {
  .reviews-and-suggestions .component-wrap .form .fixed {
    max-width: 360px;
  }
}
.reviews-and-suggestions .component-wrap .form .fixed.sticky {
  margin: 30px auto 0 -1px;
  padding-left: 50px;
  max-width: 580px;
  width: 580px;
  border-left: 1px dashed #006d3c;
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .reviews-and-suggestions .component-wrap .form .fixed.sticky {
    max-width: 467px;
    width: 467px;
    padding-left: 36px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 801px) {
  .reviews-and-suggestions .component-wrap .form .fixed.sticky {
    max-width: 376px;
    width: 376px;
    padding-left: 14px;
  }
}
.reviews-and-suggestions .component-wrap .form .message-wrap {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  top: 0;
  z-index: 1;
}
.reviews-and-suggestions .component-wrap .form .message-wrap .message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #006d3c;
  font-size: 22px;
  font-family: "Ubuntu Medium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: center;
  height: 60px;
}
.reviews-and-suggestions .component-wrap .form .input-wrap {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .reviews-and-suggestions .component-wrap .form .input-wrap {
    margin-bottom: 15px;
  }
}
.reviews-and-suggestions .component-wrap .form .input-wrap .text {
  color: #2F2F2F;
  font-size: 17px;
  font-family: "Ubuntu Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  position: relative;
  margin-bottom: 5px;
}
.reviews-and-suggestions .component-wrap .form .input-wrap input, .reviews-and-suggestions .component-wrap .form .input-wrap textarea {
  color: #2F2F2F;
  font-size: 15px;
  font-family: "Ubuntu Medium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  border: 1px solid #e2e7ec;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .reviews-and-suggestions .component-wrap .form .input-wrap input, .reviews-and-suggestions .component-wrap .form .input-wrap textarea {
    font-size: 17px;
  }
}
.reviews-and-suggestions .component-wrap .form .input-wrap input {
  line-height: 40px;
  padding-left: 10px;
  height: 40px;
}
.reviews-and-suggestions .component-wrap .form .input-wrap textarea {
  padding: 10px 0 0 10px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
}
.reviews-and-suggestions .component-wrap .form .send {
  display: block;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #006d3c;
  color: white;
  font-size: 12px;
  font-family: "Ubuntu Medium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  white-space: normal;
  outline: none;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: 15px auto 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.reviews-and-suggestions .component-wrap .form .send:hover:not(.noHover) {
  color: white;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  background: transparent;
}
.reviews-and-suggestions .component-wrap .form .send:hover:not(.noHover):before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.reviews-and-suggestions .component-wrap .form .send:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 109, 60, 0.7);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  display: block !important;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/UW/suggestions-vote/templates/.default/style.css?17741650352340*/
.suggestions-vote {
  margin-top: 50px;
  white-space: nowrap;
  text-align: right;
}
.suggestions-vote .question, .suggestions-vote .icons-wrap {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.suggestions-vote .question {
  color: #006d3c;
  font-size: 14px;
  font-family: "Comfortaa", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-weight: bold;
  margin-right: 10px;
  line-height: 16px;
}
.suggestions-vote .icons-wrap {
  white-space: nowrap;
  height: 15px;
  line-height: 14px;
}
.suggestions-vote .icons-wrap .yes, .suggestions-vote .icons-wrap .no {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  padding-left: 35px;
  cursor: pointer;
  color: #4e4e4e;
  font-size: 14px;
  font-family: "Comfortaa", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .suggestions-vote .icons-wrap .yes, .suggestions-vote .icons-wrap .no {
    font-size: 16px;
  }
}
.suggestions-vote .icons-wrap .yes:before, .suggestions-vote .icons-wrap .no:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.suggestions-vote .icons-wrap .yes:after, .suggestions-vote .icons-wrap .no:after {
  opacity: 0;
}
.suggestions-vote .icons-wrap .yes {
  margin-right: 20px;
}
.suggestions-vote .icons-wrap .yes:after {
  background: url("/local/components/UW/suggestions-vote/templates/.default/img/like-active-25.png") center no-repeat;
}
.suggestions-vote .icons-wrap .yes:before {
  top: -10px;
  background: url("/local/components/UW/suggestions-vote/templates/.default/img/like-25.png") center no-repeat;
}
.suggestions-vote .icons-wrap .yes:hover:before, .suggestions-vote .icons-wrap .yes.active:before {
  background: url("/local/components/UW/suggestions-vote/templates/.default/img/like-active-25.png") center no-repeat;
}
.suggestions-vote .icons-wrap .no:after {
  background: url("/local/components/UW/suggestions-vote/templates/.default/img/dislike-active-25.png") center no-repeat;
}
.suggestions-vote .icons-wrap .no:before {
  top: -3px;
  background: url("/local/components/UW/suggestions-vote/templates/.default/img/dislike-25.png") center no-repeat;
}
.suggestions-vote .icons-wrap .no:hover:before, .suggestions-vote .icons-wrap .no.active:before {
  background: url("/local/components/UW/suggestions-vote/templates/.default/img/dislike-active-25.png") center no-repeat;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/UW/reviews-and-suggestions/templates/.default/style.css?177416503217594 */
/* /local/components/UW/suggestions-vote/templates/.default/style.css?17741650352340 */
