@charset "UTF-8";
/* dropzone */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
/* end dropzone */
/*============================================================================
  #Breakpoint and Grid Variables
==============================================================================*/
/*============================================================================
  #Grid Setup
==============================================================================*/
/*============================================================================
  Grid Setup
==============================================================================*/
.hulk-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px !important;
  margin-left: -15px !important;
}

#hulk-model {
  color: #3d4246 !important;
}

.hulk-item {
  position: relative;
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.hulk-1 {
  flex: 0 0 8.333%;
  max-width: 8.333%;
}

.hulk-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.hulk-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.hulk-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.hulk-5 {
  flex: 0 0 41.666%;
  max-width: 41.666%;
}

.hulk-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.hulk-7 {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}

.hulk-8 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.hulk-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.hulk-10 {
  flex: 0 0 83.333%;
  max-width: 83.333%;
}

.hulk-11 {
  flex: 0 0 91.666%;
  max-width: 91.666%;
}

.hulk-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.hulk-1,
.hulk-2,
.hulk-3,
.hulk-4,
.hulk-5,
.hulk-6,
.hulk-7,
.hulk-8,
.hulk-9,
.hulk-10,
.hulk-11,
.hulk-12 {
  position: relative;
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.hulk-block {
  display: block !important;
}

.hulk-none {
  display: none !important;
}

.hulk-inline-block {
  display: inline-block !important;
}

.hulk-inline {
  display: inline !important;
}

.hulk-flex {
  display: flex !important;
}

.hulk-flex-wrap {
  flex-wrap: wrap !important;
}

.hulk-flex-nowrap {
  flex-wrap: nowrap !important;
}

.hulk-align-items-start {
  align-items: flex-start !important;
}

.hulk-align-items-center {
  align-items: center !important;
}

.hulk-align-items-end {
  align-items: flex-end !important;
}

.hulk-justify-content-start {
  justify-content: flex-start !important;
}

.hulk-justify-content-center {
  justify-content: center !important;
}

.hulk-justify-content-between {
  justify-content: space-between !important;
}

.hulk-justify-content-around {
  justify-content: space-around !important;
}

.hulk-justify-content-end {
  justify-content: flex-end !important;
}

.hulk-v-align-top {
  vertical-align: top;
}

.hulk-v-align-middle {
  vertical-align: middle;
}

.hulk-v-align-top-bottom {
  vertical-align: bottom;
}

.hulk-text-left {
  text-align: left !important;
}

.hulk-text-right {
  text-align: right !important;
}

.hulk-text-center {
  text-align: center !important;
}

.hulk-left {
  float: left !important;
}

.hulk-right {
  float: right !important;
}

.hulk-auto {
  float: none !important;
  margin: 0 auto !important;
}

@media only screen and (max-width: 479px) {
  .xs--hulk-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .xs--hulk-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .xs--hulk-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xs--hulk-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .xs--hulk-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .xs--hulk-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xs--hulk-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .xs--hulk-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .xs--hulk-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xs--hulk-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .xs--hulk-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .xs--hulk-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xs--hulk-1,
.xs--hulk-2,
.xs--hulk-3,
.xs--hulk-4,
.xs--hulk-5,
.xs--hulk-6,
.xs--hulk-7,
.xs--hulk-8,
.xs--hulk-9,
.xs--hulk-10,
.xs--hulk-11,
.xs--hulk-12 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .xs--block {
    display: block !important;
  }
  .xs--none {
    display: none !important;
  }
  .xs--inline-block {
    display: inline-block !important;
  }
  .xs--inline {
    display: inline !important;
  }
  .xs--flex {
    display: flex !important;
  }
  .xs--flex-wrap {
    flex-wrap: wrap !important;
  }
  .xs--flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xs--align-items-start {
    align-items: flex-start !important;
  }
  .xs--align-items-center {
    align-items: center !important;
  }
  .xs--align-items-end {
    align-items: flex-end !important;
  }
  .xs--justify-content-start {
    justify-content: flex-start !important;
  }
  .xs--justify-content-center {
    justify-content: center !important;
  }
  .xs--justify-content-between {
    justify-content: space-between !important;
  }
  .xs--justify-content-around {
    justify-content: space-around !important;
  }
  .xs--justify-content-end {
    justify-content: flex-end !important;
  }
  .xs--v-align-top {
    vertical-align: top;
  }
  .xs--v-align-middle {
    vertical-align: middle;
  }
  .xs--v-align-top-bottom {
    vertical-align: bottom;
  }
  .xs--text-left {
    text-align: left !important;
  }
  .xs--text-right {
    text-align: right !important;
  }
  .xs--text-center {
    text-align: center !important;
  }
  .xs--left {
    float: left !important;
  }
  .xs--right {
    float: right !important;
  }
  .xs--auto {
    float: none !important;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 480px) {
  .sm--hulk-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .sm--hulk-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sm--hulk-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sm--hulk-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .sm--hulk-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .sm--hulk-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm--hulk-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .sm--hulk-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .sm--hulk-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sm--hulk-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .sm--hulk-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .sm--hulk-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sm--hulk-1,
.sm--hulk-2,
.sm--hulk-3,
.sm--hulk-4,
.sm--hulk-5,
.sm--hulk-6,
.sm--hulk-7,
.sm--hulk-8,
.sm--hulk-9,
.sm--hulk-10,
.sm--hulk-11,
.sm--hulk-12 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .sm--block {
    display: block !important;
  }
  .sm--none {
    display: none !important;
  }
  .sm--inline-block {
    display: inline-block !important;
  }
  .sm--inline {
    display: inline !important;
  }
  .sm--flex {
    display: flex !important;
  }
  .sm--flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm--flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .sm--align-items-start {
    align-items: flex-start !important;
  }
  .sm--align-items-center {
    align-items: center !important;
  }
  .sm--align-items-end {
    align-items: flex-end !important;
  }
  .sm--justify-content-start {
    justify-content: flex-start !important;
  }
  .sm--justify-content-center {
    justify-content: center !important;
  }
  .sm--justify-content-between {
    justify-content: space-between !important;
  }
  .sm--justify-content-around {
    justify-content: space-around !important;
  }
  .sm--justify-content-end {
    justify-content: flex-end !important;
  }
  .sm--v-align-top {
    vertical-align: top;
  }
  .sm--v-align-middle {
    vertical-align: middle;
  }
  .sm--v-align-top-bottom {
    vertical-align: bottom;
  }
  .sm--text-left {
    text-align: left !important;
  }
  .sm--text-right {
    text-align: right !important;
  }
  .sm--text-center {
    text-align: center !important;
  }
  .sm--left {
    float: left !important;
  }
  .sm--right {
    float: right !important;
  }
  .sm--auto {
    float: none !important;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .md--hulk-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .md--hulk-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .md--hulk-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md--hulk-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .md--hulk-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .md--hulk-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md--hulk-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .md--hulk-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .md--hulk-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .md--hulk-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .md--hulk-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .md--hulk-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md--hulk-1,
.md--hulk-2,
.md--hulk-3,
.md--hulk-4,
.md--hulk-5,
.md--hulk-6,
.md--hulk-7,
.md--hulk-8,
.md--hulk-9,
.md--hulk-10,
.md--hulk-11,
.md--hulk-12 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .md--block {
    display: block !important;
  }
  .md--none {
    display: none !important;
  }
  .md--inline-block {
    display: inline-block !important;
  }
  .md--inline {
    display: inline !important;
  }
  .md--flex {
    display: flex !important;
  }
  .md--flex-wrap {
    flex-wrap: wrap !important;
  }
  .md--flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .md--align-items-start {
    align-items: flex-start !important;
  }
  .md--align-items-center {
    align-items: center !important;
  }
  .md--align-items-end {
    align-items: flex-end !important;
  }
  .md--justify-content-start {
    justify-content: flex-start !important;
  }
  .md--justify-content-center {
    justify-content: center !important;
  }
  .md--justify-content-between {
    justify-content: space-between !important;
  }
  .md--justify-content-around {
    justify-content: space-around !important;
  }
  .md--justify-content-end {
    justify-content: flex-end !important;
  }
  .md--v-align-top {
    vertical-align: top;
  }
  .md--v-align-middle {
    vertical-align: middle;
  }
  .md--v-align-top-bottom {
    vertical-align: bottom;
  }
  .md--text-left {
    text-align: left !important;
  }
  .md--text-right {
    text-align: right !important;
  }
  .md--text-center {
    text-align: center !important;
  }
  .md--left {
    float: left !important;
  }
  .md--right {
    float: right !important;
  }
  .md--auto {
    float: none !important;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 991px) {
  .lg--hulk-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .lg--hulk-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .lg--hulk-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg--hulk-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .lg--hulk-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .lg--hulk-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg--hulk-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .lg--hulk-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .lg--hulk-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lg--hulk-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .lg--hulk-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .lg--hulk-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lg--hulk-1,
.lg--hulk-2,
.lg--hulk-3,
.lg--hulk-4,
.lg--hulk-5,
.lg--hulk-6,
.lg--hulk-7,
.lg--hulk-8,
.lg--hulk-9,
.lg--hulk-10,
.lg--hulk-11,
.lg--hulk-12 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .lg--block {
    display: block !important;
  }
  .lg--none {
    display: none !important;
  }
  .lg--inline-block {
    display: inline-block !important;
  }
  .lg--inline {
    display: inline !important;
  }
  .lg--flex {
    display: flex !important;
  }
  .lg--flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg--flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .lg--align-items-start {
    align-items: flex-start !important;
  }
  .lg--align-items-center {
    align-items: center !important;
  }
  .lg--align-items-end {
    align-items: flex-end !important;
  }
  .lg--justify-content-start {
    justify-content: flex-start !important;
  }
  .lg--justify-content-center {
    justify-content: center !important;
  }
  .lg--justify-content-between {
    justify-content: space-between !important;
  }
  .lg--justify-content-around {
    justify-content: space-around !important;
  }
  .lg--justify-content-end {
    justify-content: flex-end !important;
  }
  .lg--v-align-top {
    vertical-align: top;
  }
  .lg--v-align-middle {
    vertical-align: middle;
  }
  .lg--v-align-top-bottom {
    vertical-align: bottom;
  }
  .lg--text-left {
    text-align: left !important;
  }
  .lg--text-right {
    text-align: right !important;
  }
  .lg--text-center {
    text-align: center !important;
  }
  .lg--left {
    float: left !important;
  }
  .lg--right {
    float: right !important;
  }
  .lg--auto {
    float: none !important;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 1200px) {
  .xl--hulk-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .xl--hulk-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .xl--hulk-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xl--hulk-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .xl--hulk-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .xl--hulk-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl--hulk-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .xl--hulk-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .xl--hulk-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xl--hulk-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .xl--hulk-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .xl--hulk-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xl--hulk-1,
.xl--hulk-2,
.xl--hulk-3,
.xl--hulk-4,
.xl--hulk-5,
.xl--hulk-6,
.xl--hulk-7,
.xl--hulk-8,
.xl--hulk-9,
.xl--hulk-10,
.xl--hulk-11,
.xl--hulk-12 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .xl--block {
    display: block !important;
  }
  .xl--none {
    display: none !important;
  }
  .xl--inline-block {
    display: inline-block !important;
  }
  .xl--inline {
    display: inline !important;
  }
  .xl--flex {
    display: flex !important;
  }
  .xl--flex-wrap {
    flex-wrap: wrap !important;
  }
  .xl--flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xl--align-items-start {
    align-items: flex-start !important;
  }
  .xl--align-items-center {
    align-items: center !important;
  }
  .xl--align-items-end {
    align-items: flex-end !important;
  }
  .xl--justify-content-start {
    justify-content: flex-start !important;
  }
  .xl--justify-content-center {
    justify-content: center !important;
  }
  .xl--justify-content-between {
    justify-content: space-between !important;
  }
  .xl--justify-content-around {
    justify-content: space-around !important;
  }
  .xl--justify-content-end {
    justify-content: flex-end !important;
  }
  .xl--v-align-top {
    vertical-align: top;
  }
  .xl--v-align-middle {
    vertical-align: middle;
  }
  .xl--v-align-top-bottom {
    vertical-align: bottom;
  }
  .xl--text-left {
    text-align: left !important;
  }
  .xl--text-right {
    text-align: right !important;
  }
  .xl--text-center {
    text-align: center !important;
  }
  .xl--left {
    float: left !important;
  }
  .xl--right {
    float: right !important;
  }
  .xl--auto {
    float: none !important;
    margin: 0 auto !important;
  }
}
/*============================================================================
  #Normalize
==============================================================================*/
/*@font-face {
    font-family: "hulk-review-icon";
    src: url($cdnUrl + "/fonts/hulkapps-reviews-icons.eot");
    src: url($cdnUrl + "/fonts/hulkapps-reviews-icons.eot?#iefix") format("embedded-opentype"),
    url($cdnUrl + "/fonts/hulkapps-reviews-icons.woff-2022-10-19 06:17:33") format("woff"),
    url($cdnUrl + "/fonts/hulkapps-reviews-icons.ttf") format("truetype"),
    url($cdnUrl + "/fonts/hulkapps-reviews-icons.svg-2022-10-19 06:17:32") format("svg");
    font-weight: normal;
    font-style: normal;
}*/
/*@font-face {
    font-family: 'ha-review-icon';
    src:  url($cdnUrl + '/fonts/hulkapps-reviews-icons.eot');
    src:  url($cdnUrl + '/fonts/hulkapps-reviews-icons.eot#iefix') format('embedded-opentype'),
    url($cdnUrl + '/fonts/hulkapps-reviews-icons.ttf') format('truetype'),
    url($cdnUrl + '/fonts/hulkapps-reviews-icons.woff') format('woff'),
    url($cdnUrl + '/fonts/hulkapps-reviews-icons.svg#ha-review-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}*/
@font-face {
  font-family: "ha-review-icon";
  src: url("https://hulkapps-dev.s3.us-east-2.amazonaws.com/assets/fonts/hulkapps-reviews-icons.eot?46a4mh");
  src: url("https://hulkapps-dev.s3.us-east-2.amazonaws.com/assets/fonts/hulkapps-reviews-icons.eot?46a4mh#iefix") format("embedded-opentype"), url("https://hulkapps-dev.s3.us-east-2.amazonaws.com/assets/fonts/hulkapps-reviews-icons.ttf?46a4mh") format("truetype"), url("https://hulkapps-dev.s3.us-east-2.amazonaws.com/assets/fonts/hulkapps-reviews-icons.woff?46a4mh") format("woff"), url("https://hulkapps-dev.s3.us-east-2.amazonaws.com/assets/fonts/hulkapps-reviews-icons.svg?46a4mh#ha-review-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=hulk-icon-]:before,
[class*=" hulk-icon-"]:before {
  font-family: "ha-review-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  vertical-align: middle;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hulk-icon-arrow-down:before {
  content: "a";
}

.hulk-icon-arrow-left:before {
  content: "b";
}

.hulk-icon-arrow-right:before {
  content: "c";
}

.hulk-icon-arrow-up:before {
  content: "d";
}

.hulk-icon-bell-outline:before {
  content: "e";
}

.hulk-icon-bell-fill:before {
  content: "f";
}

.hulk-icon-check:before {
  content: "g";
}

.hulk-icon-cloud:before {
  content: "h";
}

.hulk-icon-cross:before {
  content: "i";
}

.hulk-icon-dislike:before {
  content: "j";
}

.hulk-icon-email:before {
  content: "k";
}

.hulk-icon-facebook:before {
  content: "l";
}

.hulk-icon-heart-outline:before {
  content: "m";
}

.hulk-icon-pintrest:before {
  content: "n";
}

.hulk-icon-share:before {
  content: "o";
}

.hulk-icon-star-fill:before {
  content: "r";
}

.hulk-icon-star-outline:before {
  content: "s";
}

.hulk-icon-twitter:before {
  content: "t";
}

.hulk-icon-like:before {
  content: "u";
}

.hulk-icon-like-fill:before {
  content: "v";
}

.hulk-icon-dislike-fill:before {
  content: "w";
}

.hulk-icon-heart-fill:before {
  content: "x";
}

.hulk-icon-cupcake-fill:before {
  content: "y";
}

.hulk-icon-cupcake-outline:before {
  content: "z";
}

.hulk-icon-shield-fill:before {
  content: "p";
}

.hulk-icon-shield-outline:before {
  content: "q";
}

.hulk-icon-instagram:before {
  content: "\E906";
}

.hulk-icon-heart-half:before {
  content: "\E90A";
}

.hulk-icon-cupcake-half:before {
  content: "\E909";
}

.hulk-icon-star-half:before {
  content: "\E90B";
}

.hulk-icon-shield-half:before {
  content: "\E907";
}

.hulk-icon-bell-half:before {
  content: "\E908";
}

.hulk-icon-battery-outline:before {
  content: "\E903";
}

.hulk-icon-battery-fill:before {
  content: "\E902";
}

.hulk-icon-battery-half:before {
  content: "\E901";
}

/*.hulk-icon-battery-fill, .hulk-icon-battery-half {
    color: #000 !important;
}
.hulk-icon-battery-outline {
    color: #ccc !important;
}*/
[class*=hulk-icon-battery-] {
  font-size: 30px !important;
}

#hulk__product-review, .hulk-reviews-widget {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  padding: 20px 0;
  /*============================================================================
    #Typography
  ==============================================================================*/
  /*================ Use em() Sass function to declare font-size ================*/
  /*============================================================================
      #Forms
  ==============================================================================*/
  /* The Modal (background) */
  /* toster.css */
  /*Additional properties for button version
  iOS requires the button element instead of an anchor tag.
  If you want the anchor version, it requires `href="#"`.*/
  /*Responsive Design*/
  /* Added for carousel */
}
#hulk__product-review *, #hulk__product-review input, #hulk__product-review :before, #hulk__product-review :after, .hulk-reviews-widget *, .hulk-reviews-widget input, .hulk-reviews-widget :before, .hulk-reviews-widget :after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#hulk__product-review .product-review__wrapper, .hulk-reviews-widget .product-review__wrapper {
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 15px;
}
#hulk__product-review input,
#hulk__product-review textarea,
#hulk__product-review button,
#hulk__product-review select, .hulk-reviews-widget input,
.hulk-reviews-widget textarea,
.hulk-reviews-widget button,
.hulk-reviews-widget select {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  outline: none;
}
#hulk__product-review h1, #hulk__product-review .h1, #hulk__product-review h2, #hulk__product-review .h2, #hulk__product-review h3, #hulk__product-review .h3, #hulk__product-review h4, #hulk__product-review .h4, #hulk__product-review h5, #hulk__product-review .h5, #hulk__product-review h6, #hulk__product-review .h6, .hulk-reviews-widget h1, .hulk-reviews-widget .h1, .hulk-reviews-widget h2, .hulk-reviews-widget .h2, .hulk-reviews-widget h3, .hulk-reviews-widget .h3, .hulk-reviews-widget h4, .hulk-reviews-widget .h4, .hulk-reviews-widget h5, .hulk-reviews-widget .h5, .hulk-reviews-widget h6, .hulk-reviews-widget .h6 {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  line-height: 1.4;
}
#hulk__product-review h1 a, #hulk__product-review .h1 a, #hulk__product-review h2 a, #hulk__product-review .h2 a, #hulk__product-review h3 a, #hulk__product-review .h3 a, #hulk__product-review h4 a, #hulk__product-review .h4 a, #hulk__product-review h5 a, #hulk__product-review .h5 a, #hulk__product-review h6 a, #hulk__product-review .h6 a, .hulk-reviews-widget h1 a, .hulk-reviews-widget .h1 a, .hulk-reviews-widget h2 a, .hulk-reviews-widget .h2 a, .hulk-reviews-widget h3 a, .hulk-reviews-widget .h3 a, .hulk-reviews-widget h4 a, .hulk-reviews-widget .h4 a, .hulk-reviews-widget h5 a, .hulk-reviews-widget .h5 a, .hulk-reviews-widget h6 a, .hulk-reviews-widget .h6 a {
  text-decoration: none;
  font-weight: inherit;
}
#hulk__product-review p, .hulk-reviews-widget p {
  margin: 0 0 0.5em;
}
#hulk__product-review h1, #hulk__product-review .h1, .hulk-reviews-widget h1, .hulk-reviews-widget .h1 {
  font-size: 36px;
}
#hulk__product-review h2, #hulk__product-review .h2, .hulk-reviews-widget h2, .hulk-reviews-widget .h2 {
  font-size: 28px;
}
#hulk__product-review h3, #hulk__product-review .h3, .hulk-reviews-widget h3, .hulk-reviews-widget .h3 {
  font-size: 24px;
}
#hulk__product-review h4, #hulk__product-review .h4, .hulk-reviews-widget h4, .hulk-reviews-widget .h4 {
  font-size: 20px;
}
#hulk__product-review h5, #hulk__product-review .h5, .hulk-reviews-widget h5, .hulk-reviews-widget .h5 {
  font-size: 16px;
}
#hulk__product-review h6, #hulk__product-review .h6, .hulk-reviews-widget h6, .hulk-reviews-widget .h6 {
  font-size: 14px;
}
#hulk__product-review em, .hulk-reviews-widget em {
  font-style: italic;
}
#hulk__product-review b, #hulk__product-review strong, .hulk-reviews-widget b, .hulk-reviews-widget strong {
  font-weight: bold;
}
#hulk__product-review a,
#hulk__product-review .text-link, .hulk-reviews-widget a,
.hulk-reviews-widget .text-link {
  text-decoration: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
#hulk__product-review .font-weight-bold, .hulk-reviews-widget .font-weight-bold {
  font-weight: bold;
}
#hulk__product-review .font-weight-light, .hulk-reviews-widget .font-weight-light {
  font-weight: 300;
}
#hulk__product-review .font-weight-normal, .hulk-reviews-widget .font-weight-normal {
  font-weight: 400;
}
#hulk__product-review .font-weight-semibold, .hulk-reviews-widget .font-weight-semibold {
  font-weight: 600;
}
#hulk__product-review a:hover,
#hulk__product-review a:focus, .hulk-reviews-widget a:hover,
.hulk-reviews-widget a:focus {
  color: #111111;
}
#hulk__product-review button, .hulk-reviews-widget button {
  overflow: visible;
}
#hulk__product-review button[disabled],
#hulk__product-review html input[disabled], .hulk-reviews-widget button[disabled],
.hulk-reviews-widget html input[disabled] {
  cursor: default;
}
#hulk__product-review ul, #hulk__product-review ol, .hulk-reviews-widget ul, .hulk-reviews-widget ol {
  padding: 0;
}
#hulk__product-review img, .hulk-reviews-widget img {
  border: 0 none;
}
#hulk__product-review svg:not(:root), .hulk-reviews-widget svg:not(:root) {
  overflow: hidden;
}
#hulk__product-review img,
#hulk__product-review iframe, .hulk-reviews-widget img,
.hulk-reviews-widget iframe {
  max-width: 100%;
}
#hulk__product-review button,
#hulk__product-review input,
#hulk__product-review textarea, .hulk-reviews-widget button,
.hulk-reviews-widget input,
.hulk-reviews-widget textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}
#hulk__product-review button, .hulk-reviews-widget button {
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer;
}
#hulk__product-review button,
#hulk__product-review input[type=submit], .hulk-reviews-widget button,
.hulk-reviews-widget input[type=submit] {
  cursor: pointer;
}
#hulk__product-review input,
#hulk__product-review textarea,
#hulk__product-review select, .hulk-reviews-widget input,
.hulk-reviews-widget textarea,
.hulk-reviews-widget select {
  border: 1px solid #d1d1d1;
  max-width: 100%;
  padding: 8px 10px;
  margin-bottom: 15px;
}
#hulk__product-review input:focus,
#hulk__product-review textarea:focus,
#hulk__product-review select:focus, .hulk-reviews-widget input:focus,
.hulk-reviews-widget textarea:focus,
.hulk-reviews-widget select:focus {
  border: 1px solid #b2b2b2;
}
#hulk__product-review input[disabled], #hulk__product-review input.disabled,
#hulk__product-review textarea[disabled],
#hulk__product-review textarea.disabled,
#hulk__product-review select[disabled],
#hulk__product-review select.disabled, .hulk-reviews-widget input[disabled], .hulk-reviews-widget input.disabled,
.hulk-reviews-widget textarea[disabled],
.hulk-reviews-widget textarea.disabled,
.hulk-reviews-widget select[disabled],
.hulk-reviews-widget select.disabled {
  cursor: default;
  background-color: #666666;
  border-color: #666666;
}
#hulk__product-review input.input-full,
#hulk__product-review textarea.input-full,
#hulk__product-review select.input-full, .hulk-reviews-widget input.input-full,
.hulk-reviews-widget textarea.input-full,
.hulk-reviews-widget select.input-full {
  width: 100%;
}
#hulk__product-review input[type=checkbox],
#hulk__product-review input[type=radio], .hulk-reviews-widget input[type=checkbox],
.hulk-reviews-widget input[type=radio] {
  display: none;
  margin: 0 8px 0 0;
  padding: 0;
  width: auto;
}
#hulk__product-review option, .hulk-reviews-widget option {
  color: #000;
  background-color: #fff;
}
#hulk__product-review select::-ms-expand,
#hulk__product-review input[type=search]::-ms-expand, .hulk-reviews-widget select::-ms-expand,
.hulk-reviews-widget input[type=search]::-ms-expand {
  display: none;
}
#hulk__product-review .hulk-button, .hulk-reviews-widget .hulk-button {
  font-size: 15px;
  padding: 8px 25px;
  color: #ffffff;
  line-height: 24px;
  background: #000000;
  display: inline-block;
}
#hulk__product-review .hide-hulk-button, .hulk-reviews-widget .hide-hulk-button {
  display: none !important;
}
#hulk__product-review .hulk-verified, .hulk-reviews-widget .hulk-verified {
  position: relative;
  margin-left: 6px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
#hulk__product-review .hulk-verified > i, .hulk-reviews-widget .hulk-verified > i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #32BEA6;
  font-size: 9px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 18px;
}
#hulk__product-review .hulk-verified > i:before, .hulk-reviews-widget .hulk-verified > i:before {
  line-height: 18px;
}
#hulk__product-review .hulk-verified .verified-tooltip, .hulk-reviews-widget .hulk-verified .verified-tooltip {
  color: #fff;
  background-color: #000;
  line-height: 22px;
  padding: 2px 15px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.15s;
}
#hulk__product-review .hulk-verified .verified-tooltip:after, .hulk-reviews-widget .hulk-verified .verified-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
#hulk__product-review .hulk-verified:hover .verified-tooltip, .hulk-reviews-widget .hulk-verified:hover .verified-tooltip {
  visibility: visible;
  opacity: 1;
}
#hulk__product-review .review-helpful > span .like, #hulk__product-review .review-helpful > span .dislike, .hulk-reviews-widget .review-helpful > span .like, .hulk-reviews-widget .review-helpful > span .dislike {
  margin-left: 8px;
  cursor: pointer;
}
#hulk__product-review .review-helpful > span .like i, #hulk__product-review .review-helpful > span .dislike i, .hulk-reviews-widget .review-helpful > span .like i, .hulk-reviews-widget .review-helpful > span .dislike i {
  font-size: 16px;
  margin-right: 6px;
}
#hulk__product-review .review-helpful > span .like i:before, #hulk__product-review .review-helpful > span .dislike i:before, .hulk-reviews-widget .review-helpful > span .like i:before, .hulk-reviews-widget .review-helpful > span .dislike i:before {
  vertical-align: middle;
}
#hulk__product-review .review-helpful .dislike, .hulk-reviews-widget .review-helpful .dislike {
  position: relative;
  bottom: -1px;
}
#hulk__product-review .review-helpful .like, .hulk-reviews-widget .review-helpful .like {
  position: relative;
  top: -3px;
}
#hulk__product-review .read-more-review, .hulk-reviews-widget .read-more-review {
  font-size: 15px;
  line-height: 1;
  border-bottom: 1px solid;
}
#hulk__product-review .hulk-pr__list-view, .hulk-reviews-widget .hulk-pr__list-view {
  margin-bottom: 30px;
}
#hulk__product-review .hulk-pr__list-items:not(:last-child), .hulk-reviews-widget .hulk-pr__list-items:not(:last-child) {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#hulk__product-review .hulk-pr__list-items.twoColumn .review-details, .hulk-reviews-widget .hulk-pr__list-items.twoColumn .review-details {
  padding-left: 40px;
  border-left: 1px solid #ededed;
}
#hulk__product-review .hulk-pr__list-items .review-title, .hulk-reviews-widget .hulk-pr__list-items .review-title {
  font-size: 16px;
}
#hulk__product-review .hulk-pr__list-items .vendor-replay, .hulk-reviews-widget .hulk-pr__list-items .vendor-replay {
  margin-top: 15px;
  padding: 15px 24px 8px;
  background: #F4F4F4;
  border-radius: 3px;
  border-top: 0;
}
#hulk__product-review .hulk-pr__list-items .review-share, .hulk-reviews-widget .hulk-pr__list-items .review-share {
  margin-bottom: 0;
}
#hulk__product-review .hulk-pr__list-items .review-share button, .hulk-reviews-widget .hulk-pr__list-items .review-share button {
  display: flex;
  align-items: center;
}
#hulk__product-review .hulk-pr__list-items .review-share button > i, .hulk-reviews-widget .hulk-pr__list-items .review-share button > i {
  margin-right: 6px;
}
#hulk__product-review .product-review-photo, .hulk-reviews-widget .product-review-photo {
  margin: 10px 0;
}
#hulk__product-review .product-review-photo .review-img-list, .hulk-reviews-widget .product-review-photo .review-img-list {
  list-style: none;
  display: flex;
}
#hulk__product-review .product-review-photo .review-img-list li, .hulk-reviews-widget .product-review-photo .review-img-list li {
  margin: 0;
  width: auto;
  height: 100px;
  margin-right: 8px;
  cursor: pointer;
}
#hulk__product-review .product-review-photo .review-img-list li img, .hulk-reviews-widget .product-review-photo .review-img-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hulk__product-review .product-review-photo .review-img-list li.more-review-img, .hulk-reviews-widget .product-review-photo .review-img-list li.more-review-img {
  position: relative;
}
#hulk__product-review .product-review-photo .review-img-list li.more-review-img span, .hulk-reviews-widget .product-review-photo .review-img-list li.more-review-img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 22px;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hulk__product-review .product-review-photo .review-img-list li.extraImage span, .hulk-reviews-widget .product-review-photo .review-img-list li.extraImage span {
  background: none;
}
#hulk__product-review .hulk-review-tab-list, .hulk-reviews-widget .hulk-review-tab-list {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 480px) {
  #hulk__product-review .hulk-review-tab-list, .hulk-reviews-widget .hulk-review-tab-list {
    padding: 0 10px;
    text-align: left;
    margin-bottom: -1px;
  }
}
#hulk__product-review .hulk-review-tab-list .hulk-review-tab, .hulk-reviews-widget .hulk-review-tab-list .hulk-review-tab {
  font-weight: normal;
  font-size: 15px;
  padding: 14px 10px 8px;
  line-height: 24px;
  border-bottom: 1px solid transparent;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  #hulk__product-review .hulk-review-tab-list .hulk-review-tab, .hulk-reviews-widget .hulk-review-tab-list .hulk-review-tab {
    padding: 8px 15px;
  }
}
#hulk__product-review .hulk-review-tab-list .hulk-review-tab.hulk-tab-active, .hulk-reviews-widget .hulk-review-tab-list .hulk-review-tab.hulk-tab-active {
  border-bottom: 1px solid #000;
}
#hulk__product-review .hulk-tab-content, .hulk-reviews-widget .hulk-tab-content {
  display: none;
}
#hulk__product-review .hulk-tab-content.hulk-tab-show, .hulk-reviews-widget .hulk-tab-content.hulk-tab-show {
  display: block;
}
#hulk__product-review .hulk-tab-content-btn, .hulk-reviews-widget .hulk-tab-content-btn {
  display: none;
}
#hulk__product-review .hulk-tab-content-btn.hulk-tab-show, .hulk-reviews-widget .hulk-tab-content-btn.hulk-tab-show {
  display: block;
}
#hulk__product-review #reviews-header, .hulk-reviews-widget #reviews-header {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #hulk__product-review #reviews-header, .hulk-reviews-widget #reviews-header {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #hulk__product-review #reviews-header .hulk-review-tab-list, .hulk-reviews-widget #reviews-header .hulk-review-tab-list {
    border-bottom: 1px solid #ededed;
  }
}
#hulk__product-review .hulk-pr__question-list .question-replay, .hulk-reviews-widget .hulk-pr__question-list .question-replay {
  background: #F4F4F4;
  padding: 15px 30px;
  margin-left: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 479px) {
  #hulk__product-review .hulk-pr__question-list .question-replay, .hulk-reviews-widget .hulk-pr__question-list .question-replay {
    padding: 15px 20px;
    margin-left: 0px;
  }
}
#hulk__product-review .hulk-pr__question-list .question-replay .review-helpful, .hulk-reviews-widget .hulk-pr__question-list .question-replay .review-helpful {
  margin-top: 5px;
}
#hulk__product-review .hulk-pr__question-list .question-replay .review-helpful > span .like, #hulk__product-review .hulk-pr__question-list .question-replay .review-helpful > span .dislike, .hulk-reviews-widget .hulk-pr__question-list .question-replay .review-helpful > span .like, .hulk-reviews-widget .hulk-pr__question-list .question-replay .review-helpful > span .dislike {
  margin-left: 8px;
}
#hulk__product-review .hulk-pr__question-list .question-replay .review-helpful > span .like i, #hulk__product-review .hulk-pr__question-list .question-replay .review-helpful > span .dislike i, .hulk-reviews-widget .hulk-pr__question-list .question-replay .review-helpful > span .like i, .hulk-reviews-widget .hulk-pr__question-list .question-replay .review-helpful > span .dislike i {
  margin-right: 6px;
}
#hulk__product-review .hulk-pr__question-list .hulk-pr__question-list-items:not(:last-child), .hulk-reviews-widget .hulk-pr__question-list .hulk-pr__question-list-items:not(:last-child) {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#hulk__product-review .hulk-grid, .hulk-reviews-widget .hulk-grid {
  padding: 5px !important;
}
#hulk__product-review .hulk-grid .grid-review-details, .hulk-reviews-widget .hulk-grid .grid-review-details {
  background: #f2f2f2;
  padding: 20px;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items > .hulk-row, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items > .hulk-row {
  margin: 0 -5px !important;
  display: flex;
  flex-wrap: wrap;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items > .hulk-row > .lg--hulk-4, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items > .hulk-row > .lg--hulk-4 {
  padding: 5px !important;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items > .hulk-row > .hulk-masonry-grid-item, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items > .hulk-row > .hulk-masonry-grid-item {
  position: absolute;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details {
  background: #f2f2f2;
  padding: 20px;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .grid-view__card-details, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .grid-view__card-details {
  flex: 1 1 auto;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-share, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-share {
  /*position: absolute;*/
  right: 25px;
  top: 25px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  #hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-share, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-share {
    right: 15px;
    top: 15px;
    margin-bottom: 0;
  }
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-share button, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-share button {
  vertical-align: top;
  line-height: 1;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-share button .hulk-icon-share::before, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-share button .hulk-icon-share::before {
  vertical-align: top;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .hulk-pr__review-icon, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .hulk-pr__review-icon {
  margin-bottom: 5px;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .hulk-pr__review-icon > span, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .hulk-pr__review-icon > span {
  vertical-align: top;
  font-size: 16px;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-title, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-title {
  margin-bottom: 12px;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .like-readmore, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .like-readmore {
  margin-top: 20px;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-helpful, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-helpful {
  /*display: flex;*/
  align-items: center;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-helpful > span, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-helpful > span {
  margin-right: 8px;
  line-height: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-helpful > span > i, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-helpful > span > i {
  margin-right: 4px;
  vertical-align: middle;
  font-size: 18px;
}
#hulk__product-review .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-helpful > span > i::before, .hulk-reviews-widget .hulk-pr__grid-view .hulk-pr__grid-items .grid-review-details .review-helpful > span > i::before {
  vertical-align: top;
}
#hulk__product-review .hulk-pr__review-icon > span, .hulk-reviews-widget .hulk-pr__review-icon > span {
  font-size: 16px;
}
#hulk__product-review .hulk-button__load-more, .hulk-reviews-widget .hulk-button__load-more {
  margin: 30px auto 0;
}
#hulk__product-review #hulk-share_popup, #hulk__product-review #hulk-model, .hulk-reviews-widget #hulk-share_popup, .hulk-reviews-widget #hulk-model {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
#hulk__product-review #hulk-share_popup .hulk-share-item, #hulk__product-review #hulk-model .hulk-share-item, .hulk-reviews-widget #hulk-share_popup .hulk-share-item, .hulk-reviews-widget #hulk-model .hulk-share-item {
  background: #fff;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 55px 50px 58px 50px;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 480px;
  width: 100%;
}
#hulk__product-review #hulk-share_popup .hulk-share-item .hulk-close-popup, #hulk__product-review #hulk-model .hulk-share-item .hulk-close-popup, .hulk-reviews-widget #hulk-share_popup .hulk-share-item .hulk-close-popup, .hulk-reviews-widget #hulk-model .hulk-share-item .hulk-close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
  color: #313131;
}
#hulk__product-review #hulk-share_popup .hulk-share-item ul, #hulk__product-review #hulk-model .hulk-share-item ul, .hulk-reviews-widget #hulk-share_popup .hulk-share-item ul, .hulk-reviews-widget #hulk-model .hulk-share-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 45px;
}
#hulk__product-review #hulk-share_popup .hulk-share-item ul li, #hulk__product-review #hulk-model .hulk-share-item ul li, .hulk-reviews-widget #hulk-share_popup .hulk-share-item ul li, .hulk-reviews-widget #hulk-model .hulk-share-item ul li {
  display: inline-block;
  margin: 0 16px;
}
#hulk__product-review #hulk-share_popup .hulk-share-item ul li a, #hulk__product-review #hulk-model .hulk-share-item ul li a, .hulk-reviews-widget #hulk-share_popup .hulk-share-item ul li a, .hulk-reviews-widget #hulk-model .hulk-share-item ul li a {
  height: 54px;
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
}
#hulk__product-review #hulk-imageModal, #hulk__product-review #hulk-model, .hulk-reviews-widget #hulk-imageModal, .hulk-reviews-widget #hulk-model {
  display: none;
  position: fixed;
  z-index: 1120;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
#hulk__product-review #hulk-imageModal .hulk-modal-content, #hulk__product-review #hulk-model .hulk-modal-content, .hulk-reviews-widget #hulk-imageModal .hulk-modal-content, .hulk-reviews-widget #hulk-model .hulk-modal-content {
  position: relative;
  max-width: 510px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 479px) {
  #hulk__product-review #hulk-imageModal .hulk-modal-content, #hulk__product-review #hulk-model .hulk-modal-content, .hulk-reviews-widget #hulk-imageModal .hulk-modal-content, .hulk-reviews-widget #hulk-model .hulk-modal-content {
    width: 80%;
  }
}
#hulk__product-review #hulk-imageModal .hulk-modal-content .imgThumb, #hulk__product-review #hulk-model .hulk-modal-content .imgThumb, .hulk-reviews-widget #hulk-imageModal .hulk-modal-content .imgThumb, .hulk-reviews-widget #hulk-model .hulk-modal-content .imgThumb {
  margin-top: 10px;
  text-align: center;
}
#hulk__product-review #hulk-imageModal .hulk-modal-content .imgThumb .imgColumn, #hulk__product-review #hulk-model .hulk-modal-content .imgThumb .imgColumn, .hulk-reviews-widget #hulk-imageModal .hulk-modal-content .imgThumb .imgColumn, .hulk-reviews-widget #hulk-model .hulk-modal-content .imgThumb .imgColumn {
  width: 74px;
  display: inline-block;
  margin: 0 4px;
}
#hulk__product-review #hulk-imageModal .hulk-slide-prev, #hulk__product-review #hulk-imageModal .hulk-slide-next, #hulk__product-review #hulk-model .hulk-slide-prev, #hulk__product-review #hulk-model .hulk-slide-next, .hulk-reviews-widget #hulk-imageModal .hulk-slide-prev, .hulk-reviews-widget #hulk-imageModal .hulk-slide-next, .hulk-reviews-widget #hulk-model .hulk-slide-prev, .hulk-reviews-widget #hulk-model .hulk-slide-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -70px;
  color: white;
  font-weight: bold;
  font-size: 26px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
#hulk__product-review #hulk-imageModal .hulk-slide-next, #hulk__product-review #hulk-model .hulk-slide-next, .hulk-reviews-widget #hulk-imageModal .hulk-slide-next, .hulk-reviews-widget #hulk-model .hulk-slide-next {
  right: -46px;
}
#hulk__product-review #hulk-imageModal .hulk-slide-prev, #hulk__product-review #hulk-model .hulk-slide-prev, .hulk-reviews-widget #hulk-imageModal .hulk-slide-prev, .hulk-reviews-widget #hulk-model .hulk-slide-prev {
  left: -46px;
}
#hulk__product-review #hulk-imageModal .hulk-slide-close, #hulk__product-review #hulk-model .hulk-slide-close, .hulk-reviews-widget #hulk-imageModal .hulk-slide-close, .hulk-reviews-widget #hulk-model .hulk-slide-close {
  color: white;
  position: absolute;
  top: 0;
  right: -25px;
  font-size: 15px;
}
#hulk__product-review .mySlides, .hulk-reviews-widget .mySlides {
  display: none;
}
#hulk__product-review #mediaModal, #hulk__product-review #hulk-model, .hulk-reviews-widget #mediaModal, .hulk-reviews-widget #hulk-model {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
#hulk__product-review #mediaModal .hulk-media-content, #hulk__product-review #hulk-model .hulk-media-content, .hulk-reviews-widget #mediaModal .hulk-media-content, .hulk-reviews-widget #hulk-model .hulk-media-content {
  max-width: 690px;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 93vh;
  overflow: auto;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-header, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-header, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-header, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-header {
  padding: 20px 25px 16px 25px;
  border-bottom: 2px solid #e5e5e5;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-header h5, #hulk__product-review #mediaModal .hulk-media-content .hulk-modal-header .h5, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-header h5, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-header .h5, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-header h5, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-header .h5, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-header h5, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-header .h5 {
  margin-bottom: 0;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-header .hulk-header-action a, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-header .hulk-header-action a, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-header .hulk-header-action a, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-header .hulk-header-action a {
  margin-left: 20px;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-body, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-body, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-body, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-body {
  padding: 26px 25px;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-body .hulk-row, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-body .hulk-row, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-body .hulk-row, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-body .hulk-row {
  margin-right: -15px;
  margin-left: -15px;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-body .hulk-thumb-images, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-body .hulk-thumb-images, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-body .hulk-thumb-images, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-body .hulk-thumb-images {
  margin-top: 10px;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-body .hulk-thumb-images img, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-body .hulk-thumb-images img, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-body .hulk-thumb-images img, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-body .hulk-thumb-images img {
  width: 65px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-body .hulk-thumb-images a, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-body .hulk-thumb-images a, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-body .hulk-thumb-images a, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-body .hulk-thumb-images a {
  display: inline-block;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-body .hulk-pr__review-icon, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-body .hulk-pr__review-icon, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-body .hulk-pr__review-icon, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-body .hulk-pr__review-icon {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-body .hulk-review-property, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-body .hulk-review-property, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-body .hulk-review-property, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-body .hulk-review-property {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-body .hulk-review-property p:last-child, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-body .hulk-review-property p:last-child, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-body .hulk-review-property p:last-child, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-body .hulk-review-property p:last-child {
  margin-bottom: 0;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-body .hulk-review-desc span, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-body .hulk-review-desc span, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-body .hulk-review-desc span, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-body .hulk-review-desc span {
  font-style: italic;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-body .review-helpful span, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-body .review-helpful span, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-body .review-helpful span, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-body .review-helpful span {
  font-size: 12px;
}
#hulk__product-review #mediaModal .hulk-media-content .hulk-modal-body .vendor-replay, #hulk__product-review #hulk-model .hulk-media-content .hulk-modal-body .vendor-replay, .hulk-reviews-widget #mediaModal .hulk-media-content .hulk-modal-body .vendor-replay, .hulk-reviews-widget #hulk-model .hulk-media-content .hulk-modal-body .vendor-replay {
  margin-top: 15px;
  padding: 15px 24px 8px;
  background: #F4F4F4;
  border-radius: 8px;
}
#hulk__product-review .reviwe__Slider-view, .hulk-reviews-widget .reviwe__Slider-view {
  position: relative;
  /* Fading animation */
}
#hulk__product-review .reviwe__Slider-view .review__showSlide, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide {
  background: #F2F2F2;
  padding: 50px 100px;
  width: 100%;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide .hulk-pr__review-icon, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide .hulk-pr__review-icon {
  margin-bottom: 10px;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide .review-title, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide .review-title {
  margin-bottom: 8px;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide .review–vendor–details, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide .review–vendor–details {
  margin-bottom: 10px;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide .review–vendor–details p, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide .review–vendor–details p {
  margin-bottom: 0;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide .vendor-replay, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide .vendor-replay {
  background: #f8f8f8;
  padding: 20px 24px 12px;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide .vendor-replay .replay-vendor–details, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide .vendor-replay .replay-vendor–details {
  margin-bottom: 10px;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide .vendor-replay .replay-vendor–details p, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide .vendor-replay .replay-vendor–details p {
  margin-bottom: 0;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide .product-review-photo, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide .product-review-photo {
  display: flex;
  justify-content: center;
  margin: 25px 0 10px;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide .review-details, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide .review-details {
  position: relative;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide .review-details .review-share, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide .review-details .review-share {
  position: absolute;
  top: -20px;
  right: -60px;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide .review-helpful, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide .review-helpful {
  text-align: center !important;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide--arrow > a, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide--arrow > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  font-size: 22px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  justify-content: center;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide--arrow .showSlide__left, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide--arrow .showSlide__left {
  left: 15px;
}
#hulk__product-review .reviwe__Slider-view .review__showSlide--arrow .showSlide__right, .hulk-reviews-widget .reviwe__Slider-view .review__showSlide--arrow .showSlide__right {
  right: 15px;
}
#hulk__product-review .reviwe__Slider-view .fade-slide, .hulk-reviews-widget .reviwe__Slider-view .fade-slide {
  -webkit-animation-name: fade-slide;
  -webkit-animation-duration: 1.5s;
  animation-name: fade-slide;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade-slide {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-slide {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
#hulk__product-review .hulk-pr__grid-items__carousel .ec__nav, #hulk__product-review .reviwe__Slider-view .ec__nav, .hulk-reviews-widget .hulk-pr__grid-items__carousel .ec__nav, .hulk-reviews-widget .reviwe__Slider-view .ec__nav {
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
#hulk__product-review .hulk-pr__grid-items__carousel .ec__nav::before, #hulk__product-review .reviwe__Slider-view .ec__nav::before, .hulk-reviews-widget .hulk-pr__grid-items__carousel .ec__nav::before, .hulk-reviews-widget .reviwe__Slider-view .ec__nav::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-width: 2px 0px 0px 2px;
  border-style: solid;
  border-color: #000;
  margin-left: 5px;
  transform: rotate(-45deg);
}
#hulk__product-review .hulk-pr__grid-items__carousel .ec__nav.ec__nav--prev, #hulk__product-review .reviwe__Slider-view .ec__nav.ec__nav--prev, .hulk-reviews-widget .hulk-pr__grid-items__carousel .ec__nav.ec__nav--prev, .hulk-reviews-widget .reviwe__Slider-view .ec__nav.ec__nav--prev {
  left: 25px;
}
#hulk__product-review .hulk-pr__grid-items__carousel .ec__nav.ec__nav--next, #hulk__product-review .reviwe__Slider-view .ec__nav.ec__nav--next, .hulk-reviews-widget .hulk-pr__grid-items__carousel .ec__nav.ec__nav--next, .hulk-reviews-widget .reviwe__Slider-view .ec__nav.ec__nav--next {
  right: 25px;
}
#hulk__product-review .hulk-pr__grid-items__carousel .ec__nav.ec__nav--next::before, #hulk__product-review .reviwe__Slider-view .ec__nav.ec__nav--next::before, .hulk-reviews-widget .hulk-pr__grid-items__carousel .ec__nav.ec__nav--next::before, .hulk-reviews-widget .reviwe__Slider-view .ec__nav.ec__nav--next::before {
  border-width: 0px 2px 2px 0px;
  margin-right: 5px;
  margin-left: 0;
}
#hulk__product-review .hulk-pr__gridView__carousel .flickity-viewport, .hulk-reviews-widget .hulk-pr__gridView__carousel .flickity-viewport {
  width: 100%;
}
#hulk__product-review .hulk-pr__gridView__carousel .flickity-prev-next-button, .hulk-reviews-widget .hulk-pr__gridView__carousel .flickity-prev-next-button {
  background: #fff;
  border-radius: 50%;
}
#hulk__product-review .hulk-pr__gridView__carousel .flickity-prev-next-button.previous, .hulk-reviews-widget .hulk-pr__gridView__carousel .flickity-prev-next-button.previous {
  left: 25px;
}
#hulk__product-review .hulk-pr__gridView__carousel .flickity-prev-next-button.next, .hulk-reviews-widget .hulk-pr__gridView__carousel .flickity-prev-next-button.next {
  right: 25px;
}
#hulk__product-review .toast-title, .hulk-reviews-widget .toast-title {
  font-weight: bold;
}
#hulk__product-review .toast-message, .hulk-reviews-widget .toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#hulk__product-review .toast-message a,
#hulk__product-review .toast-message label, .hulk-reviews-widget .toast-message a,
.hulk-reviews-widget .toast-message label {
  color: #ffffff;
}
#hulk__product-review .toast-message a:hover, .hulk-reviews-widget .toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
#hulk__product-review .toast-close-button, .hulk-reviews-widget .toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#hulk__product-review .toast-close-button:hover,
#hulk__product-review .toast-close-button:focus, .hulk-reviews-widget .toast-close-button:hover,
.hulk-reviews-widget .toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
#hulk__product-review button.toast-close-button, .hulk-reviews-widget button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
#hulk__product-review .toast-top-center, .hulk-reviews-widget .toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
#hulk__product-review .toast-bottom-center, .hulk-reviews-widget .toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
#hulk__product-review .toast-top-full-width, .hulk-reviews-widget .toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
#hulk__product-review .toast-bottom-full-width, .hulk-reviews-widget .toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
#hulk__product-review .toast-top-left, .hulk-reviews-widget .toast-top-left {
  top: 12px;
  left: 12px;
}
#hulk__product-review .toast-top-right, .hulk-reviews-widget .toast-top-right {
  top: 12px;
  right: 12px;
}
#hulk__product-review .toast-bottom-right, .hulk-reviews-widget .toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
#hulk__product-review .toast-bottom-left, .hulk-reviews-widget .toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#hulk__product-review #toast-container, .hulk-reviews-widget #toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#hulk__product-review #toast-container *, .hulk-reviews-widget #toast-container * {
  box-sizing: border-box;
}
#hulk__product-review #toast-container > div, .hulk-reviews-widget #toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#hulk__product-review #toast-container > div:hover, .hulk-reviews-widget #toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#hulk__product-review #toast-container > .toast-info, .hulk-reviews-widget #toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#hulk__product-review #toast-container > .toast-error, .hulk-reviews-widget #toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#hulk__product-review #toast-container > .toast-success, .hulk-reviews-widget #toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#hulk__product-review #toast-container > .toast-warning, .hulk-reviews-widget #toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#hulk__product-review #toast-container.toast-top-center > div,
#hulk__product-review #toast-container.toast-bottom-center > div, .hulk-reviews-widget #toast-container.toast-top-center > div,
.hulk-reviews-widget #toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#hulk__product-review #toast-container.toast-top-full-width > div,
#hulk__product-review #toast-container.toast-bottom-full-width > div, .hulk-reviews-widget #toast-container.toast-top-full-width > div,
.hulk-reviews-widget #toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
#hulk__product-review .toast, .hulk-reviews-widget .toast {
  background-color: #030303;
}
#hulk__product-review .toast-success, .hulk-reviews-widget .toast-success {
  background-color: #51a351;
}
#hulk__product-review .toast-error, .hulk-reviews-widget .toast-error {
  background-color: #bd362f;
}
#hulk__product-review .toast-info, .hulk-reviews-widget .toast-info {
  background-color: #2f96b4;
}
#hulk__product-review .toast-warning, .hulk-reviews-widget .toast-warning {
  background-color: #f89406;
}
#hulk__product-review .toast-progress, .hulk-reviews-widget .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
  #hulk__product-review #toast-container > div, .hulk-reviews-widget #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #hulk__product-review #toast-container .toast-close-button, .hulk-reviews-widget #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 700px) {
  #hulk__product-review .hulk-item, .hulk-reviews-widget .hulk-item {
    min-width: 260px !important;
    margin: 0 auto !important;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #hulk__product-review #toast-container > div, .hulk-reviews-widget #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #hulk__product-review #toast-container .toast-close-button, .hulk-reviews-widget #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #hulk__product-review #toast-container > div, .hulk-reviews-widget #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
#hulk__product-review .ec, .hulk-reviews-widget .ec {
  position: relative;
}
#hulk__product-review .ec .ec__holder, .hulk-reviews-widget .ec .ec__holder {
  overflow: hidden;
}
#hulk__product-review .ec .ec__track, .hulk-reviews-widget .ec .ec__track {
  will-change: transform;
}
#hulk__product-review .ec .ec__track:after, .hulk-reviews-widget .ec .ec__track:after {
  content: "";
  display: table;
  clear: both;
}
#hulk__product-review .ec .ec__item, .hulk-reviews-widget .ec .ec__item {
  float: left;
  overflow: hidden;
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/* The Modal (background) */
#hulk-imageModal, #hulk-model {
  display: none;
  position: fixed;
  z-index: 1120;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
#hulk-imageModal .modal-content, #hulk-model .modal-content {
  position: relative;
  max-width: 510px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 479px) {
  #hulk-imageModal .modal-content, #hulk-model .modal-content {
    width: 80%;
  }
}
#hulk-imageModal .modal-content .imgThumb, #hulk-model .modal-content .imgThumb {
  margin-top: 10px;
  text-align: center;
}
#hulk-imageModal .modal-content .imgThumb .imgColumn, #hulk-model .modal-content .imgThumb .imgColumn {
  width: 74px;
  display: inline-block;
  margin: 0 4px;
}
#hulk-imageModal .prev, #hulk-imageModal .next, #hulk-model .prev, #hulk-model .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -70px;
  color: white;
  font-weight: bold;
  font-size: 26px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
#hulk-imageModal .next, #hulk-model .next {
  right: -46px;
}
#hulk-imageModal .prev, #hulk-model .prev {
  left: -46px;
}
#hulk-imageModal .close, #hulk-model .close {
  color: white;
  position: absolute;
  top: 0;
  right: -25px;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  #hulk-imageModal .close, #hulk-model .close {
    right: -15px;
  }
}
#hulk-imageModal .hulk-review-property, #hulk-model .hulk-review-property {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
#hulk-imageModal .hulk-review-property p:last-child, #hulk-model .hulk-review-property p:last-child {
  margin-bottom: 0;
}
#hulk-imageModal .hulk-modal-body, #hulk-model .hulk-modal-body {
  padding: 26px 25px;
}
#hulk-imageModal .hulk-modal-body .hulk-row, #hulk-model .hulk-modal-body .hulk-row {
  margin-right: -15px;
  margin-left: -15px;
}
#hulk-imageModal .hulk-modal-body .hulk-thumb-images, #hulk-model .hulk-modal-body .hulk-thumb-images {
  margin-top: 10px;
}
#hulk-imageModal .hulk-modal-body .hulk-thumb-images img, #hulk-model .hulk-modal-body .hulk-thumb-images img {
  width: 65px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#hulk-imageModal .hulk-modal-body .hulk-thumb-images a, #hulk-model .hulk-modal-body .hulk-thumb-images a {
  display: inline-block;
}
#hulk-imageModal .hulk-modal-body .hulk-pr__review-icon, #hulk-model .hulk-modal-body .hulk-pr__review-icon {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#hulk-imageModal .hulk-modal-body .hulk-review-property, #hulk-model .hulk-modal-body .hulk-review-property {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
#hulk-imageModal .hulk-modal-body .hulk-review-property p:last-child, #hulk-model .hulk-modal-body .hulk-review-property p:last-child {
  margin-bottom: 0;
}
#hulk-imageModal .hulk-modal-body .hulk-review-desc span, #hulk-model .hulk-modal-body .hulk-review-desc span {
  font-style: italic;
}
#hulk-imageModal .hulk-modal-body .review-helpful span, #hulk-model .hulk-modal-body .review-helpful span {
  font-size: 12px;
}
#hulk-imageModal .hulk-modal-body .vendor-replay, #hulk-model .hulk-modal-body .vendor-replay {
  margin-top: 15px;
  padding: 15px 24px 8px;
  background: #F4F4F4;
  border-radius: 8px;
}

#hulk__product-review .hulk_reviews-summary {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  #hulk__product-review .hulk_reviews-summary .hulk_reviews-summary__rating-list {
    margin-top: 15px;
  }
}
@media screen and (min-width: 480px) {
  #hulk__product-review .hulk_reviews-summary .hulk_reviews-summary__rating-list {
    border-left: 1px solid #D7D7D7;
    padding: 0 20px 0 35px;
  }
}
#hulk__product-review .hulk_reviews-summary .hulk_reviews-summary__rating-list .reviews-summary__rating-breakdown {
  display: flex;
  align-items: center;
  font-weight: 400;
  margin: 3px 0;
}
#hulk__product-review .hulk_reviews-summary .hulk_reviews-summary__rating-list .reviews-summary__rating-breakdown .hulk--reviews-summary__rating-proportion {
  height: 12px;
  background-color: #EFEFEF;
  margin: 0 10px;
  flex: 1;
}
#hulk__product-review .hulk_reviews-summary .hulk_reviews-summary__rating-list .reviews-summary__rating-breakdown .hulk--reviews-summary__rating-proportion .hulk--reviews-summary__bar {
  height: 100%;
  display: block !important;
}
#hulk__product-review .hulk_reviews-summary .hulk_reviews-summary__rating-list .reviews-summary__rating-breakdown .hulk--reviews-summary__review-count {
  width: 35px;
}
#hulk__product-review .hulk_reviews-summary .hulk__overall-rating h3, #hulk__product-review .hulk_reviews-summary .hulk__overall-rating .h3 {
  margin-bottom: 10px;
}
#hulk__product-review .hulk_reviews-summary .hulk__overall-rating .hulk__overall-rating--star {
  margin-bottom: 4px;
}
#hulk__product-review .hulk_reviews-summary .hulk__overall-rating .hulk__overall-rating--star .h2 {
  margin-bottom: 0;
}
#hulk__product-review .hulk_reviews-summary .hulk__overall-rating .hulk__overall-rating--star span {
  margin: 0 5px;
  display: block !important;
}
#hulk__product-review .hulk_reviews-summary .hulk__overall-rating .hulk__overall-rating--star span:before {
  vertical-align: text-top;
}
#hulk__product-review .help-block.error {
  color: red;
}
@media screen and (max-width: 479px) {
  #hulk__product-review .hulk-select-title {
    display: none;
  }
}
#hulk__product-review .hulk-select {
  position: relative;
  min-width: 130px;
  /*hide the items when the select box is closed:*/
}
@media screen and (min-width: 768px) {
  #hulk__product-review .hulk-select {
    margin-right: 30px;
  }
}
@media screen and (max-width: 479px) {
  #hulk__product-review .hulk-select {
    margin-right: 15px;
  }
}
#hulk__product-review .hulk-select select {
  display: none;
}
#hulk__product-review .hulk-select .select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: inherit;
  display: block;
  transform: rotate(45deg);
  right: 0;
  top: 11px;
}
#hulk__product-review .hulk-select .select-selected {
  color: #000;
  padding: 8px 22px 8px 5px !important;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#hulk__product-review .hulk-select .select-items {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  background: #fff;
  border: 1px solid #ededed;
}
#hulk__product-review .hulk-select .select-items > div {
  color: #000;
  padding: 8px 15px !important;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#hulk__product-review .hulk-select .select-hide {
  display: none;
}
#hulk__product-review .hulk-select .select-items div:hover,
#hulk__product-review .hulk-select .same-as-selected {
  background-color: DodgerBlue;
  color: #fff;
}
#hulk__product-review .hulkapps-reviews-loader-img {
  width: 40px;
  height: 40px;
  background: url("https://hulkapps-dev.s3.us-east-2.amazonaws.com/assets/images/hulkapps-reviews-loader.gif") center center no-repeat;
  background-size: 100%;
  margin: 10px auto;
}
#hulk__product-review .hulk-pr__review-icon {
  margin-bottom: 5px;
}
#hulk__product-review .hulk-pr__review-icon span {
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
}
#hulk__product-review .hulk-pr__review-icon span:before {
  vertical-align: top;
}

.hulk-write-review, .hulk-write-QA, .hulk-signin-item, .hulk-media-content, .hulk-share-item {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 30px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hulk-write-review, .hulk-write-QA, .hulk-signin-item, .hulk-media-content, .hulk-share-item {
    margin: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .hulk-write-review, .hulk-write-QA, .hulk-signin-item, .hulk-media-content, .hulk-share-item {
    padding: 40px 20px;
  }
}
.hulk-write-review .hulk-close-popup, .hulk-write-QA .hulk-close-popup, .hulk-signin-item .hulk-close-popup, .hulk-media-content .hulk-close-popup, .hulk-share-item .hulk-close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 22px;
  color: #313131;
  text-decoration: none;
  cursor: pointer;
}
.hulk-write-review h2, .hulk-write-review #hulk__product-review .h2, #hulk__product-review .hulk-write-review .h2, .hulk-write-review .hulk-reviews-widget .h2, .hulk-reviews-widget .hulk-write-review .h2, .hulk-write-QA h2, .hulk-write-QA #hulk__product-review .h2, #hulk__product-review .hulk-write-QA .h2, .hulk-write-QA .hulk-reviews-widget .h2, .hulk-reviews-widget .hulk-write-QA .h2, .hulk-signin-item h2, .hulk-signin-item #hulk__product-review .h2, #hulk__product-review .hulk-signin-item .h2, .hulk-signin-item .hulk-reviews-widget .h2, .hulk-reviews-widget .hulk-signin-item .h2, .hulk-media-content h2, .hulk-media-content #hulk__product-review .h2, #hulk__product-review .hulk-media-content .h2, .hulk-media-content .hulk-reviews-widget .h2, .hulk-reviews-widget .hulk-media-content .h2, .hulk-share-item h2, .hulk-share-item #hulk__product-review .h2, #hulk__product-review .hulk-share-item .h2, .hulk-share-item .hulk-reviews-widget .h2, .hulk-reviews-widget .hulk-share-item .h2 {
  margin-bottom: 40px;
}
.hulk-write-review .hulk__form-control, .hulk-write-QA .hulk__form-control, .hulk-signin-item .hulk__form-control, .hulk-media-content .hulk__form-control, .hulk-share-item .hulk__form-control {
  width: 100%;
  margin-bottom: 25px;
  outline: none;
  display: inline-block;
  border: 1px solid #ededed;
  padding: 15px 18px 11px;
}
.hulk-write-review .hulk__form-control:focus-visible, .hulk-write-QA .hulk__form-control:focus-visible, .hulk-signin-item .hulk__form-control:focus-visible, .hulk-media-content .hulk__form-control:focus-visible, .hulk-share-item .hulk__form-control:focus-visible {
  box-shadow: none;
}
.hulk-write-review #my-dropzone, .hulk-write-QA #my-dropzone, .hulk-signin-item #my-dropzone, .hulk-media-content #my-dropzone, .hulk-share-item #my-dropzone {
  min-height: auto;
  border: 0;
  margin-bottom: 15px;
}
.hulk-write-review #my-dropzone .dz-button, .hulk-write-QA #my-dropzone .dz-button, .hulk-signin-item #my-dropzone .dz-button, .hulk-media-content #my-dropzone .dz-button, .hulk-share-item #my-dropzone .dz-button {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 36px;
  border: 1px solid #cacaca;
  border-radius: 0;
  background: #efefef;
  padding: 15px 12px;
}
.hulk-write-review .dropzone, .hulk-write-QA .dropzone, .hulk-signin-item .dropzone, .hulk-media-content .dropzone, .hulk-share-item .dropzone {
  min-height: auto;
  border: none;
  background: white;
  padding: 0;
}
.hulk-write-review .dropzone .dz-message, .hulk-write-QA .dropzone .dz-message, .hulk-signin-item .dropzone .dz-message, .hulk-media-content .dropzone .dz-message, .hulk-share-item .dropzone .dz-message {
  margin: 0;
}
.hulk-write-review .dropzone .dz-message .hulk-icon-cloud, .hulk-write-QA .dropzone .dz-message .hulk-icon-cloud, .hulk-signin-item .dropzone .dz-message .hulk-icon-cloud, .hulk-media-content .dropzone .dz-message .hulk-icon-cloud, .hulk-share-item .dropzone .dz-message .hulk-icon-cloud {
  font-size: 35px;
}
.hulk-write-review .dropzone .dz-preview, .hulk-write-QA .dropzone .dz-preview, .hulk-signin-item .dropzone .dz-preview, .hulk-media-content .dropzone .dz-preview, .hulk-share-item .dropzone .dz-preview {
  min-height: 80px;
  margin: 0 6px;
}
.hulk-write-review .dropzone .dz-preview .dz-image, .hulk-write-QA .dropzone .dz-preview .dz-image, .hulk-signin-item .dropzone .dz-preview .dz-image, .hulk-media-content .dropzone .dz-preview .dz-image, .hulk-share-item .dropzone .dz-preview .dz-image {
  border-radius: 5px;
  width: 80px;
  height: 80px;
}
.hulk-write-review .dropzone .dz-preview .dz-progress, .hulk-write-QA .dropzone .dz-preview .dz-progress, .hulk-signin-item .dropzone .dz-preview .dz-progress, .hulk-media-content .dropzone .dz-preview .dz-progress, .hulk-share-item .dropzone .dz-preview .dz-progress {
  height: 8px;
  width: 60px;
  margin-left: -30px;
}
.hulk-write-review .dropzone .dz-preview .dz-details, .hulk-write-QA .dropzone .dz-preview .dz-details, .hulk-signin-item .dropzone .dz-preview .dz-details, .hulk-media-content .dropzone .dz-preview .dz-details, .hulk-share-item .dropzone .dz-preview .dz-details {
  font-size: 14px;
  min-width: 100%;
  max-width: 100%;
  padding: 0.8em;
  line-height: 100%;
}
.hulk-write-review .dropzone .dz-preview .dz-details .dz-size, .hulk-write-QA .dropzone .dz-preview .dz-details .dz-size, .hulk-signin-item .dropzone .dz-preview .dz-details .dz-size, .hulk-media-content .dropzone .dz-preview .dz-details .dz-size, .hulk-share-item .dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 14px;
}
.hulk-write-review .hulk-signin-item__link, .hulk-write-QA .hulk-signin-item__link, .hulk-signin-item .hulk-signin-item__link, .hulk-media-content .hulk-signin-item__link, .hulk-share-item .hulk-signin-item__link {
  margin-top: 10px;
}
.hulk-write-review .hulk-signin-item__link a, .hulk-write-QA .hulk-signin-item__link a, .hulk-signin-item .hulk-signin-item__link a, .hulk-media-content .hulk-signin-item__link a, .hulk-share-item .hulk-signin-item__link a {
  display: inline-block;
  margin: 0 8px;
  border-bottom: 1px solid;
}
.hulk-write-review .hulk-pr__review-icon, .hulk-write-QA .hulk-pr__review-icon, .hulk-signin-item .hulk-pr__review-icon, .hulk-media-content .hulk-pr__review-icon, .hulk-share-item .hulk-pr__review-icon {
  margin: 0 0 18px 0;
}
.hulk-write-review .hulk-pr__review-icon .hulk-icon-cloud, .hulk-write-QA .hulk-pr__review-icon .hulk-icon-cloud, .hulk-signin-item .hulk-pr__review-icon .hulk-icon-cloud, .hulk-media-content .hulk-pr__review-icon .hulk-icon-cloud, .hulk-share-item .hulk-pr__review-icon .hulk-icon-cloud {
  font-size: 30px;
  margin-bottom: 10px;
}
.hulk-write-review .hulk-pr__review-icon label, .hulk-write-QA .hulk-pr__review-icon label, .hulk-signin-item .hulk-pr__review-icon label, .hulk-media-content .hulk-pr__review-icon label, .hulk-share-item .hulk-pr__review-icon label {
  margin: 0 10px 0 0;
  line-height: 20px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.hulk-write-review .hulk-pr__review-icon > span, .hulk-write-QA .hulk-pr__review-icon > span, .hulk-signin-item .hulk-pr__review-icon > span, .hulk-media-content .hulk-pr__review-icon > span, .hulk-share-item .hulk-pr__review-icon > span {
  margin: 0 3px;
  font-size: 20px;
  line-height: 1;
}
.hulk-write-review .hidden-form-control, .hulk-write-QA .hidden-form-control, .hulk-signin-item .hidden-form-control, .hulk-media-content .hidden-form-control, .hulk-share-item .hidden-form-control {
  border: 0;
  margin: 0;
  padding: 0 5px 0;
  background: transparent;
}
.hulk-write-review .hulk-button, .hulk-write-QA .hulk-button, .hulk-signin-item .hulk-button, .hulk-media-content .hulk-button, .hulk-share-item .hulk-button {
  font-size: 15px;
  padding: 8px 25px;
  color: #ffffff;
  line-height: 24px;
  background: #000000;
  cursor: pointer;
}
.hulk-write-review .hulk-button:hover, .hulk-write-QA .hulk-button:hover, .hulk-signin-item .hulk-button:hover, .hulk-media-content .hulk-button:hover, .hulk-share-item .hulk-button:hover {
  background: #000000;
  color: #ffffff !important;
}

.hulk-write-review .hulk-icon-cross, .hulk-write-QA .hulk-icon-cross {
  display: block !important;
  cursor: pointer !important;
}
.hulk-write-review .form-group.has-error, .hulk-write-QA .form-group.has-error {
  margin-bottom: 8px;
}
.hulk-write-review .form-group.has-error > div, .hulk-write-QA .form-group.has-error > div {
  position: relative;
}
.hulk-write-review .form-group.has-error > div .messages, .hulk-write-QA .form-group.has-error > div .messages {
  position: absolute;
  bottom: 3px;
  left: 0;
}
.hulk-write-review .form-group.has-error > div .messages .error, .hulk-write-QA .form-group.has-error > div .messages .error {
  color: #ff444c;
  font-size: 13px;
  margin-bottom: 0;
}
.hulk-write-review .form-group.has-error .hulk-pr__review-icon, .hulk-write-QA .form-group.has-error .hulk-pr__review-icon {
  padding-bottom: 22px;
}
.hulk-write-review .hulk-pr__review-icon > div span, .hulk-write-QA .hulk-pr__review-icon > div span {
  font-size: 20px;
  margin: 0 3px;
  line-height: 1;
  display: block !important;
}

.hulk-signin-item {
  max-width: 540px;
}

.hulk-reviews-widget[data-id="2"] {
  display: flex;
}
.hulk-reviews-widget[data-id="2"] > a > div {
  padding: 8px 20px 8px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 220px;
  font-size: 14px;
}
.hulk-reviews-widget[data-id="2"] > a > div > div:first-child {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
.hulk-reviews-widget[data-id="2"] > a > div .hulk-pr__review-icon {
  margin-bottom: 0px;
  margin-right: 5px;
}
.hulk-reviews-widget[data-id="2"] > a > div .hulk-pr__review-icon span {
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
}
.hulk-reviews-widget[data-id="2"] > a > div .hulk-pr__review-icon span:before {
  vertical-align: top;
}

.hulk-share-item > p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.hulk-share-item > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.hulk-share-item > ul li {
  margin: 0 10px;
}
.hulk-share-item > ul li a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  line-height: 0;
}
.hulk-share-item > ul li a i::before {
  vertical-align: top;
}
.hulk-share-item > ul li a.social-hulk-facebook {
  background: #3B5998;
}
.hulk-share-item > ul li a.social-hulk-twitter {
  background: #55ACEE;
}
.hulk-share-item > ul li a .social-hulk-pintrest {
  background: #CB2027;
}

.hulk__product--total-review {
  padding: 10px 0;
}
.hulk__product--total-review .hulk-pr__review-icon > span {
  vertical-align: middle;
}
.hulk__product--total-review .hulk-pr__review-icon .hulk-review-total {
  margin-left: 10px;
}

.errormsg.messages p {
  color: #ff444c;
  font-size: 13px;
  line-height: 0px;
}

[data-hulkapps-total-review] .hulk-pr__review-icon, [data-hulkapps-reviews-product-id] .hulk-pr__review-icon {
  padding: 10px 0;
}
[data-hulkapps-total-review] .hulk-pr__review-icon [class^=hulk-icon-], [data-hulkapps-reviews-product-id] .hulk-pr__review-icon [class^=hulk-icon-] {
  margin: 0 2px;
}
[data-hulkapps-total-review] .hulk-pr__review-icon .hulk-review-total, [data-hulkapps-reviews-product-id] .hulk-pr__review-icon .hulk-review-total {
  vertical-align: middle;
  margin-left: 5px;
}

.vendor-replay {
  margin-top: 10px;
  padding-top: 10px;
  text-align: left;
  border-top: 1px solid #000;
}

.hulk-pr__grid-items__carousel .item.ec__item {
  min-height: 100%;
}
.hulk-pr__grid-items__carousel .item.ec__item .grid-review-details .reviewBody-text {
  min-height: 150px;
}
.hulk-pr__grid-items__carousel .item.ec__item .grid-review-details .reviewBody-text div p {
  margin: 0 3px !important;
}
.hulk-pr__grid-items__carousel [data-load-more-slider] {
  min-height: 353px !important;
  display: flex;
}
.hulk-pr__grid-items__carousel [data-load-more-slider] .grid-review-details {
  width: 100%;
  align-items: center;
  flex-direction: initial;
  justify-content: center;
}

.hulk-pr__list-view .reviwe__Slider-view [data-load-more-slider] {
  min-height: 320px !important;
  display: flex;
}
.hulk-pr__list-view .reviwe__Slider-view [data-load-more-slider] .hulk-pr__list-items {
  width: 100%;
  align-items: center;
  flex-direction: initial;
  justify-content: center;
  display: flex;
}

.hulk-reviews-widget .vendor-replay {
  margin-top: 10px;
  padding-top: 10px;
  background: #f8f8f8;
  text-align: left;
  border-top: 0;
}
.hulk-reviews-widget .vendor-replay .replay-vendor–details {
  margin-bottom: 10px;
}
.hulk-reviews-widget .vendor-replay .replay-vendor–details p {
  margin-bottom: 0;
}
.hulk-reviews-widget .hulk-verified {
  position: relative;
  margin-left: 6px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.hulk-reviews-widget .hulk-verified > i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #32BEA6;
  font-size: 9px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 18px;
}
.hulk-reviews-widget .hulk-verified > i:before {
  line-height: 18px;
}
.hulk-reviews-widget .hulk-verified .verified-tooltip {
  color: #fff;
  background-color: #000;
  line-height: 22px;
  padding: 2px 15px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.15s;
}
.hulk-reviews-widget .hulk-verified .verified-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.hulk-reviews-widget .hulk-verified:hover .verified-tooltip {
  visibility: visible;
  opacity: 1;
}
.hulk-reviews-widget .hulk-pr__review-icon [class^=hulk-icon-] {
  margin: 2px;
}

#hulk-model .hulk-thumb-images {
  margin-top: 5px;
}
#hulk-model .hulk-thumb-images > a {
  width: 70px;
  padding: 0 5px;
  float: left;
}
#hulk-model .hulk-thumb-images > a img {
  max-width: 100%;
}
#hulk-model .form-group {
  margin-bottom: 0;
}

.hulkapps-reviews-loader-img {
  width: 40px;
  height: 40px;
  background: url("https://hulkapps-dev.s3.us-east-2.amazonaws.com/assets/images/hulkapps-reviews-loader.gif") center center no-repeat;
  background-size: 100%;
  margin: 10px auto;
  /* ../images/hulkapps-reviews-loader.gif */
}

#hulk-model .font-weight-bold {
  font-weight: bold;
}
#hulk-model .review-helpful > span .like, #hulk-model .review-helpful > span .dislike {
  margin-left: 8px;
  cursor: pointer;
}
#hulk-model .review-helpful > span .like i, #hulk-model .review-helpful > span .dislike i {
  font-size: 16px;
  margin-right: 6px;
}
#hulk-model .review-helpful > span .like i:before, #hulk-model .review-helpful > span .dislike i:before {
  vertical-align: middle;
}
#hulk-model .review-helpful .dislike {
  position: relative;
  bottom: -1px;
}
#hulk-model .review-helpful .like {
  position: relative;
  top: -3px;
}
#hulk-model .hulk-main-image {
  position: relative;
  padding-top: 100%;
}
#hulk-model .hulk-main-image img {
  position: absolute;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#hulk-model .hulk-main-image video {
  top: 0;
  position: absolute;
  bottom: 0;
  height: auto;
  margin: auto;
}
#hulk-model .vendor-replay {
  padding: 20px 24px 22px !important;
  background: #F4F4F4;
  border-radius: 0;
  border-top: 0;
}
#hulk-model .vendor-replay p.vendor-replay-title {
  margin-bottom: 10px;
  line-height: 22px;
}
#hulk-model .vendor-replay p {
  margin-bottom: 0;
}

.hulk-masonry-grid {
  min-width: 255px;
  height: auto !important;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .hulk-masonry-grid {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 479px) {
  .hulk-masonry-grid {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.hulk-masonry-grid .hulk-masonry-grid-item {
  width: 100% !important;
  transform: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 !important;
}
.hulk-masonry-grid .hulk-masonry-grid-item .product-review-photo .review-img-list {
  justify-content: center;
}
.hulk-masonry-grid .hulk-masonry-grid-item .grid-review-details .review-helpful {
  justify-content: center;
  margin-top: 5px;
}
.hulk-masonry-grid .hulk-masonry-grid-item .vendor-replay {
  margin-top: 15px !important;
  padding: 12px 16px 0px !important;
  background: #F4F4F4;
  border-radius: 0;
  border-top: 1px solid #d5d5d5;
}

.hulk-review-desc p {
  line-height: 22px;
}

.font-style-italic {
  font-style: italic;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

#hulk-reviews-all .hulk-text-center[data-review-total]:first-child {
  display: none;
}
#hulk-reviews-all .hulk-pr__review-icon span {
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
}
#hulk-reviews-all .review-helpful > span .like, #hulk-reviews-all .review-helpful > span .dislike {
  margin-left: 8px;
  cursor: pointer;
}
#hulk-reviews-all .review-helpful > span .like i, #hulk-reviews-all .review-helpful > span .dislike i {
  font-size: 16px;
  margin-right: 6px;
}
#hulk-reviews-all .review-helpful > span .like i:before, #hulk-reviews-all .review-helpful > span .dislike i:before {
  vertical-align: middle;
}
#hulk-reviews-all .review-helpful .dislike {
  position: relative;
  bottom: -1px;
}
#hulk-reviews-all .review-helpful .like {
  position: relative;
  top: -3px;
}

#hulkapps-reviews-toastr {
  position: fixed;
  top: 0;
  right: 2px;
  padding: 20px;
  z-index: 999;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  min-width: 290px;
}
#hulkapps-reviews-toastr.success {
  background: #50B83C;
}
#hulkapps-reviews-toastr.error {
  background: #BF0711;
}
#hulkapps-reviews-toastr .hulk-close-popup {
  position: absolute;
  font-size: 10px;
  top: 6px;
  right: 7px;
  color: #fff;
  text-decoration: none;
}

#hulkapps-reviews-anchor > div {
  padding: 8px 20px 8px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 220px;
  font-size: 14px;
}

[data-hulk-reviews-error-msg] {
  background: #f6cdcc;
  color: #f00;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #f00;
}

[data-widget-review-icon] {
  padding-top: 3px;
  margin-left: 5px;
}

.hulk-flex.hulk-justify-content-center .font-weight-bold {
  margin-right: 4px !important;
}

.hulkapps-reviews-anchor {
  text-decoration: none;
  border-bottom: none;
}

#next-link {
  margin: 30px auto;
}

.hulk-powered-wrapper, .hulk-powered-wrapper-qa {
  max-width: 1200px;
  margin: 10px auto !important;
  padding: 0 5px;
}

/****  floating-Lable style start ****/
.hulk-row .floating-label {
  position: relative;
}
.hulk-row .floating-input {
  font-size: 16px !important;
}
.hulk-row .floating-input:focus, .hulk-row .floating-select:focus {
  outline: none;
  border-bottom: 2px solid #5264AE;
}
.hulk-row .floating-label label {
  font-size: 15px;
  font-family: Abel, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  padding: 0px 15px;
}
.hulk-row .floating-input:not(:-moz-placeholder-shown) ~ label {
  top: 0px;
  font-size: 12px;
}
.hulk-row .floating-input:focus ~ label, .hulk-row .floating-input:not(:placeholder-shown) ~ label {
  top: 0px;
  font-size: 12px;
}

.hulk-review-pagination .pagination-link {
  padding: 10px;
  margin: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 4px solid transparent;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/***   daniel - Fork me friend - style   ***/
.floating-credit {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #aaa;
  font-size: 13px;
  font-family: arial, sans-serif;
}

.floating-credit a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.floating-credit a:hover {
  border-bottom: 1px dotted #f8f8f8;
}

.floating-heading {
  position: fixed;
  color: #aaa;
  font-size: 20px;
  font-family: arial, sans-serif;
}

/***  daniel - Fork me friend - style  ***/
.custom .hulk-row {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.custom .hulk-row:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .custom .hulk-row .user-img {
    margin-left: -15px;
  }
}
.custom .hulk-vendor-name {
  margin-bottom: 0px !important;
}

.swiper[data-hulkapps-swiper] {
  margin: 3rem 0;
}

.hulk_product__image .box {
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin: 25px 9px;
}

.hulk_product__image .slide-img {
  height: 200px;
  position: relative;
}

.hulk_product__image .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  box-sizing: border-box;
}

.swiper[data-hulkapps-swiper] .swiper-button-next, .swiper[data-hulkapps-swiper] .swiper-button-prev {
  color: #000;
  display: flex !important;
}

.swiper[data-hulkapps-swiper] .swiper-pagination-clickable {
  display: none;
}

.hulk-review-variant {
  margin: 8px 0;
}

#newReviewForm .hulk-pr__review-icon {
  margin: 0;
  padding: 10px 0;
}

#newReviewForm .hulk-pr__review-icon #rating {
  font-size: 24px;
}

#newReviewForm [name=body] {
  resize: none;
}

@media only screen and (min-width: 480px) {
  #newReviewForm .error-msg-sec {
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  #newReviewForm .error-msg-sec {
    margin-bottom: 15px;
  }
}