.well .form-group label{
   display:block;
   margin-bottom:7px;
   font-size: 18px;
}
.well .form-group input{
    max-width: 100%;
    width: 100%;
}
.well .form-group textarea{
    max-width: 100%;
    width: 100%;
    resize: none;
}
.well .form-group{
    position: relative;
    margin-bottom:30px;
}
.well .form-actions .btn{
    cursor:pointer;
    background-color: #ea2d4a;
    color: #fff;
    max-width: 100%;
    width: 100%;
    border: 2px solid #ea2d4a;
}
.well .form-actions .btn:hover{
    color: #ea2d4a !important;
    background: #fff;
}
.well .ec-error{
    position: absolute;
    left: 0;
    bottom: -24px;
    color:red;
}
.well{
    background: #fafafa;
    max-width: 100%;
    width: 100%;
    border:none !important;
    box-shadow: none !important;
}
.ec-d-rating{
    max-width: 100% !important;
    background: #fafafa !important;
    border:none !important;
    box-shadow: none !important;
}
.ec-message{
  margin-top: 40px !important;
  background-color: #fafafa !important;
  max-width: 100% !important;
  width: 100% !important;
  border:none !important;
  box-shadow: none !important;
}
.ec-d-rating__line-progress > span{
  background-color: #ea2d4a !important
}
.ec-rating-stars span, .ec-stars, .ec-stars span{
  background-image:url(../images/icons/stars.png) !important;
}
.ec-stars{
  width: 80px !important;
}
.ec-stars span.rating-5{
  width: 80px !important;
}
.ec-stars span.rating-4 {
  width: 63px !important;
}
.ec-stars span.rating-3 {
  width: 47px !important;
}
.ec-stars span.rating-2 {
  width: 32px !important;
}
.ec-stars span.rating-1 {
  width: 16px !important;
}



.mega-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 10010;
  background: #fafafa;
  display: none;
}
.mega-nav__close {
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #0000;
  border: 0;
  margin: 0;
  outline: none;
  font-size: 0;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
}
.mega-nav__close span {
  position: relative;
}
.mega-nav__close span:before {
  content: "";
  width: 25px;
  height: 3px;
  display: block;
  background-color: #333;
  top: 0;
  left: -15px;
  position: absolute;
  transform: rotate(45deg);
}
.mega-nav__close span:after {
  content: "";
  width: 25px;
  height: 3px;
  display: block;
  background-color: #333;
  top: 0;
  left: -15px;
  position: absolute;
  transform: rotate(-45deg);
}
.mega-nav__back {
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #0000;
  border: 0;
  margin: 0;
  outline: none;
  font-size: 16px;
  width: auto;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 40px;
  z-index: 10;
  display: none;
}
.mega-nav__back span {
  position: relative;
}
.mega-nav__back span:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border: 3px #333 solid;
  border-right: none;
  border-top: none;
  top: 2px;
  left: -20px;
  position: absolute;
  transform: rotate(45deg);
}
.mega-nav__wrapper {
  display: grid;
  grid-template-columns: 320px auto;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mega-nav__contents {
  padding: 60px 40px;
}
.mega-nav__group-content ul {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  padding: 6px 0;
}
.mega-nav__group-content ul li {
  padding: 0;
}
.mega-nav__group-content ul li a {
  padding: 8px;
  font-size: 18px;
}
.mega-nav__aside {
  padding: 60px 20px 60px 40px;
  background: #eeeeee;
}
.mega-nav__aside ul li {
  margin-bottom: 8px;
}
.mega-nav__aside ul li a {
  display: block;
  line-height: 1.2;
  font-size: 22px;
  padding: 8px 16px;
}
.mega-nav__aside ul li a.active {
  color: #ea2d4a;
}
@media (max-width: 1200px) {
  .mega-nav__wrapper {
    grid-template-columns: 300px auto;
  }
  .mega-nav__aside ul li a {
    font-size: 20px;
  }
  .mega-nav__group-content ul li a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .mega-nav__close {
    top: 8px;
    right: 8px;
  }
  .mega-nav__wrapper {
    overflow: hidden;
  }
  .mega-nav__aside {
    height: 100vh;
    overflow: auto;
  }
  .mega-nav__contents {
    height: 100vh;
    overflow: auto;
  }
  .mega-nav__aside ul li {
    margin-bottom: 0;
  }
  .mega-nav__group-content ul {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    padding: 6px 0;
  }
}
@media (max-width: 768px) {
  .mega-nav__aside {
    padding: 50px 10px 50px 10px;
  }
  .mega-nav__wrapper {
    grid-template-columns: 260px auto;
  }
  .mega-nav__contents {
    padding: 50px 20px;
  }
}
@media (max-width: 575px) {
  .mega-nav__wrapper {
    display: block;
  }
  .mega-nav__aside {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.3s;
  }
  .mega-nav__contents {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s;
    padding: 0;
    overflow: hidden;
  }
  .mega-nav__group-content {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: auto;
    padding: 0 16px 70px;
  }
  .mega-nav__aside ul li a.active {
    color: inherit;
  }
  .mega-nav__group-content ul li a {
    font-size: 18px;
  }
  .mega-nav__wrapper.sub-mode .mega-nav__back {
    display: block;
  }
  .mega-nav__wrapper.sub-mode .mega-nav__aside {
    left: -100%;
  }
  .mega-nav__wrapper.sub-mode .mega-nav__contents {
    left: 0;
  }
}
body.no-scroll{
    overflow:hidden;
}

.rating-table {
    overflow: auto;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.25;
    vertical-align: middle;
}

.rating-table table {
    width: 100%;
    /*table-layout: fixed;*/
    border-collapse: collapse;
    border-spacing: 0;
}
.rating-table tr {
    border-bottom: 1px solid #f5f5f5;
}
.rating-table thead tr td {
    padding: 22px 6px;
    font-size: 14px;
}
.rating-table tr td {
    padding: 14px 6px;
}

.rating-table tr td:first-child {
    padding-left: 32px;
}
.rating-table tr td:last-child {
    padding-right: 32px;
}
.rating-table__name a{
    display:flex;
    flex-direction:row;
    align-items:center
}
.rating-table__logo{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: contain;
    object-position: center;
}
.rating-table__name span{
    margin-left: 10px;
    font-size: 16px;
}
.rating-table__name a {
    color:#ea2d4a
}
.rating-table__rating span:before {
    content: '';
    height: 16px;
    width: 16px;
    background-image: url(/assets/templates/images/icons/star-icon.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 2px;
}
.rating-table__rating{
    text-align:center;
}
.rating-table__rating span{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}
.rating-table__reviews{
    text-align:center;
}
@media only screen and (max-width : 768px) {
    .rating-table tr td:first-child {
        padding-left: 8px;
    }
    .rating-table tr td:last-child {
        padding-right: 8px;
    }
    
    .rating-table tr td {
        padding: 8px 6px;
    }
}