.catalog-product-view .products.wrapper a.action.tocompare {
  display: none;
}
.columns .column.main .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0 5px;
  border: 1px solid #0E1F45;
  background: #0E1F45;
}
.columns .column.main .owl-dots .owl-dot:focus,
.columns .column.main .owl-dots .owl-dot.active {
  border: 1px solid #C8AE1C;
  background: #C8AE1C;
}
.columns .column.main .owl-dots:not(.disabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
body input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.catalog-product-view .products-grid .product-item {
  width: 100% !important;
  margin: 0;
}
.catalog-product-view .related .product-item-info {
  width: auto;
}
.catalog-product-view a.action.tocompare {
  display: none;
}
.catalog-product-view .product.media {
  position: relative;
}
.catalog-product-view .mfp-wrap,
.catalog-product-view .mfp-bg {
  z-index: 9999999;
}
.catalog-product-view .mfp-prevent-close {
  width: 70px;
  position: absolute;
  height: 70px;
  top: 50%;
  background: transparent !important;
  border: none !important;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}
.catalog-product-view .mfp-arrow-left:after,
.catalog-product-view .mfp-arrow-right:after {
  content: '\f054';
  font-family: "Font Awesome 5 Pro Light";
  color: #fff;
  font-size: 28px;
  line-height: 70px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
  font-weight: 400;
}
.catalog-product-view .mfp-arrow-left:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.catalog-product-view .mfp-arrow-left:before {
  display: none;
}
.catalog-product-view .mfp-arrow-right:before {
  border: none;
}
.catalog-product-view .mfp-counter {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close {
  width: auto;
  color: #000;
  line-height: 24px;
  height: 24px;
  right: 0;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background: transparent;
  border: 0;
  color: #000;
}
.catalog-product-view .mfp-container {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0;
}
body .mfp-img-gallery .mfp-img {
  background: #fff;
  max-height: 70vh !important;
}
.catalog-product-view .product-detail-content a.action.towishlist {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
  width: auto;
}
.catalog-product-view .product-detail-content a.action.towishlist span {
  display: none;
}
.catalog-product-view .product-detail-content a.action.towishlist:before {
  content: '';
  background-image: url(../images/hairgrownz/heart.svg);
  width: 36px;
  /* height: 32px; */
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 400;
  color: #909090;
  font-family: "Font Awesome 5 Pro Light";
  content: "\f004";
  font-size: 35px;
  height: auto;
  background: transparent;
}
.catalog-product-view .product-detail-content a.action.towishlist:hover:before,
.catalog-product-view .product-detail-content a.action.towishlist.in-wishlist:before {
  background-image: url(../images/hairgrownz/heart-hover.svg);
  font-weight: 900;
  color: #C81C1C;
  font-family: "Font Awesome 5 Pro";
  content: "\f004";
  font-size: 35px;
  height: auto;
  background: transparent;
}
.catalog-product-view .product.media .action-skip-wrapper {
  display: none;
}
body .product-info-main .page-title-wrapper .page-title {
  margin: 0;
  font: normal normal bold 40px/55px Century Gothic;
  letter-spacing: -0.6px;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  display: none;
}
body .product-info-main .price-box .price-wrapper .price {
  font: normal normal bold 25px/18px Century Gothic;
  letter-spacing: 0px;
  color: #0E1F45 !important;
}
body .product-info-main .price-box .special-price .price-wrapper .price {
  color: #C81C1C !important;
}
body .product-info-main .stock.available,
body .product-info-main .stock.unavailable {
  font: normal normal normal 18px/21px Century Gothic;
  letter-spacing: 0px;
  color: #0E1F45;
  text-transform: inherit;
}
body .box-tocart .fieldset > .field:not(.choice) > .label {
  font: normal normal normal 20px/21px Century Gothic;
  letter-spacing: 0px;
  color: #333333;
  text-transform: inherit;
  margin-right: 46px;
}
body .box-tocart .fieldset > .field:not(.choice) > .label,
body .product-add-form .product-options-wrapper .fieldset > .field.configurable label {
  min-width: 90px;
  margin-right: 46px;
  margin-left: 0;
}
body .product-add-form .fieldset > .field:not(.choice) > .control {
  width: calc(100% - 136px);
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  width: 100%;
}
.input-group {
  width: 200px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* border: 1px solid #DEDEDE; */
  overflow: hidden;
}
.input-group div.mage-error[generated] {
  position: absolute;
  bottom: -35px;
  white-space: nowrap;
}
div.mage-error[generated] {
  font-size: 14px;
}
.input-group span button {
  display: inline-block;
  width: 61px;
  background: transparent;
  height: 100%;
  border-color: #DEDEDE;
  padding: 0;
  position: relative;
}
.input-group input {
  text-align: center;
}
.input-group span button.input-group__button--increase:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #757575;
  width: 2px;
  height: 14px;
}
.input-group span button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #757575;
  height: 1.5px;
  width: 14px;
}
.input-group span button:hover {
  background: #DEDEDE;
  border-color: #DEDEDE;
}
.input-group span button:focus {
  background: #fff;
  border-color: #DEDEDE;
}
.input-group span button.input-group__button--increase {
  border-left: 0;
}
.input-group span button.input-group__button--decrease {
  border-right: 0;
}
body .product-info-main .box-tocart .field.qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
}
body .product-info-main .box-tocart .actions {
  padding-top: 20px;
  display: flex;
  width: 100%;
  overflow: hidden;
}
body .product-info-main .box-tocart .actions .buy-now-btn {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
body .product-info-main .box-tocart .actions .action.primary.tocart {
  margin-right: 20px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
body .product-info-main .box-tocart .actions .action.primary.tocart,
body .product-info-main .box-tocart .actions .buynow-button {
  max-width: calc(50% - 10px);
  width: 100%;
  text-align: center;
}
.product-add-form .product-options-bottom {
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 25px;
}
.product-add-form .product-options-bottom button span {
  min-width: 113px;
  display: block;
}
.fieldset:last-child {
  margin-bottom: 10px;
}
body .product-info-main .fieldset > .field > .label:after {
  content: ":" !important;
  color: #333333;
  line-height: 23px;
}
.product.media .product.item-image {
  background: #F7F8F9;
}
.product.media {
  margin-top: 43px;
}
body.catalog-product-view .page-main {
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
}
body.catalog-product-view .page-main .product-detail-content {
  max-width: 1258px;
  padding: 0 20px;
  margin: 0 auto;
}
.product.info.detailed {
  background: url('../images/hairgrownz/product-tab.png') no-repeat center;
  background-size: cover;
  padding: 70px 0 0px;
  margin-top: 82px;
  margin-bottom: 0;
}
body.catalog-product-view .product-info-main span.price-label {
  display: none !important;
}
.product-info-main .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .product-info-main .price-box .old-price .price-wrapper .price {
  color: #757575 !important;
  margin-left: 15px;
}
.product-info-main .product-info-price {
  margin-bottom: 28px;
}
.custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 29px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-row > div {
  margin-bottom: 15px;
}
body .product-info-main .product-reviews-summary .reviews-actions {
  font: normal normal normal 18px/21px Century Gothic;
  letter-spacing: 0px;
  color: #0E1F45;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 7px;
}
body .product-reviews-summary {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.product-info-main .product.attribute.overview {
  margin: 31px 0 35px 0;
}
.product-info-main .product.attribute.overview p {
  letter-spacing: 0px;
  color: #757575;
  line-height: 35px;
}
body .product-info-main .stock span {
  color: #1CC87D;
  font-weight: 700;
}
.product-options-wrapper .field.configurable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
body .product-add-form .product-options-wrapper .fieldset > .field.configurable label {
  line-height: 23px;
  letter-spacing: 0px;
  color: #333333;
  text-transform: inherit;
  margin-bottom: 0;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20.5px 0 9.5px 0;
  font-size: inherit;
  margin-left: 0;
}
.product-options-wrapper .field.configurable select {
  padding-left: 30px;
  width: 200px;
}
.social-media-icons label {
  font: normal normal normal 20px/21px Century Gothic;
  letter-spacing: 0px;
  color: #333333;
  white-space: nowrap;
  margin-right: 20px;
}
.social-media-icons a {
  font-size: 0;
}
.buttons-wrapper > a {
  margin-right: 15px;
}
body .social-media-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .rewardssocial-buttons > a {
  margin-bottom: 0;
}
.gallery-horizontal .owl-nav {
  display: none;
}
body .columns .column.main .block #related-slider .owl-nav [class*="owl-"],
body .product.media .horizontal-thumbnail.owl-carousel .owl-nav button {
  width: 65px;
  height: 65px;
  border: 1px solid #DEDEDE;
  background: #DEDEDE;
  padding: 0;
  text-align: center !important;
  position: absolute;
  left: -135px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 17px 0 15px 0;
  font-size: 0;
  margin: 0;
}
body .columns .column.main .block #related-slider .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -132px;
}
body .columns .column.main .owl-nav [class*="owl-"]:before {
  content: '';
  width: 14px;
  height: 14px;
  border: solid #757575;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: 5px;
  vertical-align: middle;
}
body .columns .column.main .owl-nav [class*="owl-"].owl-next:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: -9px;
}
.catalog-product-view .product.media .horizontal-thumbnail.owl-carousel .owl-nav [class*="owl-"] {
  left: -34px;
}
.catalog-product-view .product.media .horizontal-thumbnail.owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: -34px;
  left: auto;
}
body .product.media .item-thumb.active,
body .product.media .item-thumb:hover {
  border: 1px solid #0E1F45;
}
body .columns .column.main .owl-nav [class*="owl-"]:hover,
body .columns .column.main .block #related-slider .owl-nav [class*="owl-"]:hover,
body .product.media .horizontal-thumbnail.owl-carousel .owl-nav button:hover {
  background: #0E1F45;
  border-color: #0E1F45;
}
body .columns .column.main .owl-nav [class*="owl-"]:hover:before {
  border-color: #fff;
}
.product.media .horizontal-thumbnail {
  width: calc(100% - 130px);
  margin: 25px auto 0;
  padding: 0 55px;
}
body .product.media .horizontal-thumbnail .owl-item {
  padding: 0 10px;
}
body .product.media .item-thumb {
  background: #F7F8F9;
  opacity: 1;
  border: 1px solid #F7F8F9;
}
body .product-reviews-summary .rating-summary .label {
  position: static;
  width: auto;
  height: auto;
  clip: inherit;
  font: normal normal normal 18px/21px Century Gothic;
  letter-spacing: 0px;
  color: #0E1F45;
  margin-right: 7px;
}
.product-reviews-summary:not(.empty) .reviews-actions a.action.add {
  display: none;
}
.product-reviews-summary .rating-summary {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-reviews-summary .reviews-actions span:first-child {
  display: none;
}
.rating-summary .rating-result:before,
.rating-summary .rating-result > span:before {
  content: '\f005 \f005 \f005 \f005 \f005';
  /* width: 100%; */
  /* height: 16px; */
  /* background: url('../images/star-grey.svg'); */
  /* background-repeat: repeat-x; */
  /* background-size: contain; */
  font-size: 16px;
  /* height: 16px; */
  letter-spacing: 0;
  font-family: 'Font Awesome 5 Pro Light';
  color: #C8AE1C;
  height: 21px;
  line-height: 21px;
}
body .rating-summary .rating-result > span:before {
  /* background: url('../images/star-yellow.svg'); */
  /* background-repeat: repeat-x; */
  /* background-size: contain; */
  font-family: 'Font Awesome 5 Pro';
  color: #C8AE1C;
}
.product-reviews-summary .rating-summary .rating-result {
  margin-left: 0;
}
.product-info-main div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share {
  /* font-size: 0;
  background: transparent;
  padding: 0; */
}
.product-info-main div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg {
  /* display: none; */
}
.product-info-main .social-media-icons a:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 20px;
  color: #757575;
}
.product-info-main .social-media-icons a.facebook:before {
  content: '\f09a';
}
.product-info-main .buttons-twitter-like iframe {
  /* display: none; */
}
.product-info-main .social-media-icons a.twitter:before {
  content: '\f099';
}
.product-info-main .social-media-icons a.pinterest:before {
  content: '\f231';
}
.product-info-main .social-media-icons a.email:before {
  content: '\f0e0';
}
.product-info-main .social-media-icons a:hover:before {
  color: #0E1F45;
}
body .product.data.items > .item.title > .switch {
  font: normal normal normal 22px/26px Century Gothic;
  letter-spacing: 0px;
  color: #333333;
  height: 65px;
  padding: 18px 30px 17px 30px;
  border: 0;
  background: transparent;
}
body .product.data.items > .item.content {
  margin-top: 65px;
  border: 0;
  position: relative;
  background: transparent;
  padding: 60px 0px 38px 0px;
  display: none;
}
.product.data.items > .item.title.active + .item.content {
  display: block;
}
body .product.attribute.description {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 5px 10px #9B9B9B29;
  box-shadow: 0px 5px 10px #9B9B9B29;
  padding: 46px 69px 29px 69px;
  margin-bottom: 40px;
}
body .product.attribute.description li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
body .product.attribute.description strong,
body .product.attribute.description li b {
  font: normal normal bold 20px/35px Century Gothic;
  letter-spacing: 0px;
  color: #757575;
  display: block;
  width: 352px;
}
body .product.attribute.description li p {
  font: normal normal normal 20px/35px Century Gothic;
  letter-spacing: 0px;
  color: #757575;
  margin-bottom: 0;
}
body .product.attribute.description .value > p {
  font: normal normal normal 20px/35px Century Gothic;
  letter-spacing: 0px;
  color: #757575;
  margin-bottom: 29px;
}
body .product.data.items > .item.title {
  margin: 0;
}
body .product.data.items > .item.title:not(.disabled) > .switch:active,
body .product.data.items > .item.title.active > .switch,
body .product.data.items > .item.title.active > .switch:focus,
body .product.data.items > .item.title.active > .switch:hover {
  background: #0E1F45;
  color: #fff;
  font-weight: bold;
}
body .product.data.items > .item.title:not(.disabled) > .switch:focus,
body .product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #0E1F45;
  color: #fff;
  font-weight: bold;
  /* text-shadow: 1px 1px 1.5px #fff; */
}
.block.related strong#block-related-heading {
  text-align: center;
  width: 100%;
  font: normal normal bold 45px/60px Century Gothic;
  letter-spacing: -0.9px;
  color: #333333;
  text-transform: capitalize;
}
.block.review-add fieldset.field.required.review-field-ratings br {
  display: none;
}
.block.review-add .review-fieldset .review-field-ratings ~ div.field label {
  font: normal normal normal 14px/28px Century Gothic;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #051721;
  position: absolute;
  top: 5px;
  z-index: 2;
  padding: 0 15px;
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.block.review-add .review-fieldset .review-field-ratings ~ div.field.focus label {
  top: -12px;
}
.block.review-add .review-fieldset .review-field-ratings ~ div.field label span {
  background: #fff;
  padding: 0 5px 0 10px;
}
.block.review-add .field.required label span:after {
  margin-left: 5px;
}
.block.review-add .fieldset .review-legend.legend {
  width: 100%;
  margin-bottom: 0px;
}
.block.review-add .review-field-ratings .review-field-rating .control {
  margin-bottom: 0;
}
.block.review-add fieldset.field.required.review-field-ratings {
  margin-bottom: 38px;
}
.product.info.detailed .pages .pages-items li.item:not(.pages-item-next) {
  display: none;
}
.product.info.detailed .pages li.item.pages-item-next a:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #0E1F45;
  position: absolute;
  bottom: 5px;
}
.product.info.detailed .pages li.item.pages-item-next a {
  font: normal normal bold 20px/49px Century Gothic;
  letter-spacing: 0px;
  color: #0E1F45;
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid;
  width: auto;
  height: auto;
}
.product.info.detailed .pages li.item.pages-item-next a:hover {
  background: transparent;
  color: #C8AE1C;
  border-color: #C8AE1C;
}
.product.info.detailed .pages li.item.pages-item-next a:hover:before {
  background: #C8AE1C;
}
.product.info.detailed .pages .action.next > span {
  clip: initial;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
}
.product.info.detailed .toolbar.review-toolbar {
  border-top: 0;
  padding-top: 0px;
}
.product.info.detailed .review-toolbar .pages {
  padding: 0;
  margin: 0;
}
.block.review-add textarea {
  height: 155px;
  padding-top: 20px;
}
.block.review-add .field {
  margin-bottom: 30px;
  position: relative;
}
.block.review-add .field.choice.review-field-rating {
  margin-bottom: 0;
  width: 114px;
  display: block;
  height: 28px;
  margin-top: 2px;
}
.block.review-add .block.review-add .review-field-ratings .review-field-rating .control {
  margin-bottom: 0;
}
body .product.data.items > .item.title span.counter:before {
  content: '(';
}
body .product.data.items > .item.title span.counter:after {
  content: ')';
}
.block.review-add .fieldset {
  margin: 0 0 0;
}
.block.review-add .actions-toolbar.review-form-actions button.action.submit.primary {
  width: 100%;
  display: block;
}
body .column:not(.sidebar-main) form .actions-toolbar,
body .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
}
.block.review-add .primary.actions-primary {
  display: block;
  width: 100%;
}
body .rating-summary .rating-result {
  margin-left: 0;
}
li.item.review-item {
  background: #f4efd1 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 5px 10px #9B9B9B29;
  box-shadow: 0px 5px 10px #9B9B9B29;
  padding: 32px 40px 31px 40px;
  margin-bottom: 30px;
  border: 0;
}
li.item.review-item:last-child {
  margin-bottom: 8px;
}
li.item.review-item .review-ratings {
  width: 100%;
  max-width: 100%;
  float: none;
  margin-bottom: 14px;
}
.review-ratings ~ .review-content,
.review-ratings ~ .review-details {
  margin-left: 0;
  width: 100%;
}
.review-ratings ~ .review-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: normal normal normal 22px/32px Century Gothic;
  letter-spacing: 0px;
  color: #333333;
}
.review-author:after {
  content: '-';
}
.review-ratings ~ .review-content {
  letter-spacing: 0px;
  color: #757575;
  line-height: 35px;
  margin-bottom: 0;
}
.column.main .block.review-add {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 5px 10px #9B9B9B29;
  box-shadow: 0px 5px 10px #9B9B9B29;
  padding: 39px 45px;
  margin-bottom: 40px;
}
.block.review-add fieldset.fieldset.review-fieldset legend.legend.review-legend > span {
  font: normal normal bold 40px/55px Century Gothic;
  letter-spacing: -0.6px;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 21px;
  display: block;
}
fieldset.field.required.review-field-ratings legend.label > span {
  font: normal normal normal 14px/28px Century Gothic;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.catalog-product-view fieldset.field.required.review-field-ratings legend.label > span:after,
.catalog-product-view .field.required label span:after {
  content: '*';
  color: #C81C1C;
}
.block.review-add .field.choice.review-field-rating label {
  /* position: static; */
}
.block.review-add .field.choice.review-field-rating label:after {
  display: none;
}
.block.review-add .review-control-vote:before {
  /* content: ''; */
  /* width: 100%; */
  /* height: 16px; */
  /* background: url('../images/star-grey.svg'); */
  /* background-repeat: repeat-x; */
  /* background-size: contain; */
  content: '\f005 \f005 \f005 \f005 \f005';
  font-size: 20px;
  letter-spacing: 0;
  font-family: 'Font Awesome 5 Pro Light';
  color: #C8AE1C;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f005';
}
.block.review-add .review-control-vote label:before {
  font-size: 20px;
  letter-spacing: 0;
  font-family: 'Font Awesome 5 Pro';
  color: #C8AE1C;
}
.review-control-vote .rating-2:before {
  /* opacity: 1; */
}
.review-control-vote label:before {
  /* opacity: 1; */
}
.review-field-ratings .review-field-rating .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  margin-top: 0;
  height: 28px;
  padding-bottom: 0;
  padding: 0;
}
.product.data.items {
  max-width: 1186px;
  padding: 0 20px;
  margin: 0 auto;
}
.product-info-main .product.attribute.overview h2.title {
  display: none;
}
body .product.attribute.description h2.title {
  font: normal normal bold 30px/55px Century Gothic;
  letter-spacing: -0.45px;
  color: #333333;
  text-transform: capitalize;
  margin: 0 0 17px;
}
body .product.attribute.description ul {
  margin-bottom: 29px;
}
body .product.attribute.description .value > p strong {
  display: inline;
}
.block.related .title {
  text-align: center;
  padding-top: 76px;
  margin-bottom: 58px;
}
.block .block-content.content {
  max-width: 1188px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.block.related {
  max-width: 1458px;
  margin: 0 auto;
  padding: 0 85px;
  padding-bottom: 124px;
}
.products-grid .product-items li .product-item-info {
  background: #F7F8F9;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.catalog-product-view .columns .column.main {
  padding-bottom: 0;
}
body .products-grid .product-items strong.product.name {
  font: normal normal normal 20px/32px Century Gothic;
  letter-spacing: 0px;
  color: #221F1F;
  margin-bottom: 3px;
}
body .products-grid .product-items .product.details.product-item-details {
  padding: 0 15px;
  margin-top: -9px;
}
body .products-grid .product-items .product-item .price-box .price-label {
  display: none;
}
body .products-grid .product-items .product-item .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4px 0 35px;
}
body .products-grid .product-items .product-item .price-box > span .price,
body .product-item .price-box .price {
  font: normal normal bold 18px/28px Century Gothic;
  letter-spacing: 0px;
  color: #0E1F45;
}
body .products-grid .product-items .product-item .price-box > span.special-price .price {
  color: #C81C1C;
}
body .products-grid .product-items .product-item .price-box > span {
  margin: 0 6.5px;
}
body .products-grid .product-items .product-item .price-box > span.old-price .price {
  color: #757575;
}
body .products-grid .product-items .product-item .price-box > span.special-price {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body .products-grid .product-items .product-item-actions {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0 31px;
  opacity: 0;
  pointer-events: none;
}
body .products-grid .product-items li .product-item-info:hover .product-item-actions {
  opacity: 1;
  pointer-events: all;
}
body .products-grid .product-items .product-item-actions .actions-primary {
  width: 100%;
  margin-bottom: 15px;
}
body .products-grid .product-items .product-item-actions .action.primary,
body .products-grid .product-items .product-item-actions .product-link {
  width: 100%;
}
body .products-grid .product-items .product-item-actions .action.primary,
body .products-grid .product-items .product-item-actions .stock.unavailable {
  background: #C8AE1C;
  border-color: #C8AE1C;
  color: #fff;
  font-weight: 700;
  padding: 18px 40px 21px;
  line-height: 26px;
}
body .products-grid .product-items .product-item-actions .action.primary:hover,
body .products-grid .product-items .product-item-actions .stock.unavailable:hover {
  background: #0E1F45;
  border-color: #0E1F45;
}
body .products-grid .product-items .product-item-actions .product-link .action.primary:not(:hover) {
  background: #fff;
  border-color: #fff;
  color: #000;
}
body .products-grid .product-items li .wishlist-link {
  position: absolute;
  top: 20px;
  right: 7px;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  color: #909090;
  font-size: 58px;
  line-height: 24px;
}
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #C8AE1C;
}
body .products-grid .product-items li a.product.photo.product-item-photo {
  display: block;
  width: 100%;
  height: 100%;
  padding: 43px 43px 0px 43px;
}
body .products-grid .product-items li .product-label span {
  font: normal normal bold 18px/22px Century Gothic;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 35px 0 9px 0;
  display: block;
}
body .products-grid .product-items li .product-label.new-label {
  background: #1CC86C;
}
.products-grid .product-items li .product-item-info > div.product-label {
  position: absolute;
  top: -24%;
  left: -1%;
  -webkit-transform: rotate(-42deg) translate(-50%, -50%);
  -ms-transform: rotate(-42deg) translate(-50%, -50%);
  transform: rotate(-42deg) translate(-50%, -50%);
  width: 100%;
  display: inline-block;
  z-index: 0;
}
body .product-info-main .amcard-form-container {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
body .product-info-main .amcard-form-container .amcard-title {
  margin: 0px 0 10px;
  font-size: inherit;
  color: inherit;
}
body .product-info-main .amcard-carousel-container {
  margin-bottom: 15px;
}
body .product-info-main .amcard-field-block > .amcard-field {
  border-radius: 0;
}
body .product-info-main .amcard-image-container > img.amcard-image,
body .product-info-main .amcard-image-container > img.amcard-image:hover,
body .product-info-main .amcard-image-container > .amcard-image.-active {
  padding: 0;
}
body .product-info-main .amcard-image-container > img.amcard-image:not(:hover),
body .product-info-main .amcard-image-container > .amcard-image:not(.-active) {
  border: 1px solid transparent;
}
.amcard-page-product .amcard-preview .footer,
.amcard-page-product .amcard-preview .header,
.amcard-page-product .amcard-preview .main-content {
  background: #DEDEDE !important;
}
.amcard-preview td.wrapper-inner {
  padding-bottom: 0 !important;
}
.amcard-message-body img {
  max-width: 300px;
}
.amcard-page-product .amcard-preview .main {
  width: 100% !important;
}
body .product-info-main .slick-slider {
  padding: 0;
  text-align: left;
}
body .product-info-main .slick-track {
  margin-left: 0;
}
body .product-info-main .slick-initialized .slick-slide {
  float: left !important;
}
body .product-info-main .amcard-form-container .amcard-flex-container .amcard-field-block {
  margin-bottom: 20px;
}
body .product-info-main .amcard-preview-container > .amcard-button {
  -webkit-appearance: none;
  -webkit-border-fit: border;
  transition: all 0s;
  text-decoration: none;
  min-height: auto;
  padding: 18px 40px 21px;
  text-align: center;
  font: normal normal bold 20px/24px Century Gothic;
  letter-spacing: 0px;
  text-transform: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  transition: 0.3s;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #0E1F45;
  background: #0E1F45;
}
body .product-info-main .amcard-preview-container > .amcard-button:hover {
  text-decoration: none;
  background: #C8AE1C;
  color: #fff;
  outline: none;
  border: 1px solid #C8AE1C;
}
.product-info-main .amcard-field-container {
  flex-basis: 100%;
}
.amcard-page-product .product-info-main .product-add-form {
  border-bottom: 1px solid #D4D4D4;
}
@media (min-width: 768px) {
  body .product.data.items > .item.content:before {
    content: '';
    display: block;
    width: 100vw;
    background: #D4D4D4;
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
  }
  div#customer-reviews {
    padding-right: 30px;
  }
  body .product.data.items > .item.title:first-child:not(.active) > .switch:not(:hover) {
    /* padding-left: 0; */
    /* padding-right: 58px; */
  }
  body.page-layout-1column .product.media {
    width: 51.22%;
    padding-left: 33px;
  }
  body.page-layout-1column .product-info-main {
    width: 43%;
    margin-top: 47px;
  }
  div#product-review-container {
    display: inline-block;
    width: 51.2%;
    float: left;
  }
  .block.review-add {
    display: inline-block;
    width: 48.7%;
    float: left;
  }
}
@media (max-width: 1400px) {
  body .columns .column.main .block #related-slider .owl-nav [class*="owl-"].owl-next {
    right: -87px;
    left: auto;
  }
  body .columns .column.main .block #related-slider .owl-nav [class*="owl-"] {
    left: -87px;
  }
  .review-ratings ~ .review-details,
  body .product.data.items > .item.title > .switch {
    font-size: 20px;
    line-height: 1.4;
  }
  body .box-tocart .fieldset > .field:not(.choice) > .label,
  body .product-add-form .product-options-wrapper .fieldset > .field.configurable label {
    min-width: 90px;
    margin-right: 20px;
    margin-left: 0;
  }
  body .product-add-form .fieldset > .field:not(.choice) > .control {
    width: calc(100% - 116px);
  }
}
@media (max-width: 1199px) {
  body .columns .column.main .block #related-slider .owl-nav [class*="owl-"],
  body .product.media .horizontal-thumbnail.owl-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    padding: 7px 0 7px 0;
  }
  body .columns .column.main .owl-nav [class*="owl-"]:before {
    width: 10px;
    height: 10px;
  }
  .block.related {
    padding: 0px 60px;
    padding-bottom: 50px;
  }
  .product.media .horizontal-thumbnail {
    padding: 0 10px;
  }
  body .columns .column.main .block #related-slider .owl-nav [class*="owl-"].owl-next {
    right: -63px;
  }
  body .columns .column.main .block #related-slider .owl-nav [class*="owl-"] {
    left: -63px;
  }
}
@media (max-width: 1024px) {
  body .product-info-main .page-title-wrapper .page-title,
  .block.review-add fieldset.fieldset.review-fieldset legend.legend.review-legend > span,
  .block.related strong#block-related-heading {
    font-size: 35px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  body .product.attribute.description {
    padding: 30px 20px 29px 20px;
  }
  body .box-tocart .fieldset > .field:not(.choice) > .label,
  body .product-add-form .product-options-wrapper .fieldset > .field.configurable label {
    min-width: 85px;
    margin-right: 15px;
    margin-left: 0;
  }
  body .product-add-form .fieldset > .field:not(.choice) > .control {
    width: calc(100% - 105px);
  }
  .input-group {
    height: 54px;
    width: 160px;
  }
  .product-options-wrapper .field.configurable select {
    padding-left: 20px;
    width: 160px;
  }
  .input-group span button {
    width: 50px;
  }
  .review-ratings ~ .review-details,
  body .product.data.items > .item.title > .switch,
  .product.info.detailed .pages li.item.pages-item-next a {
    font-size: 18px;
  }
  body .products-grid .product-items strong.product.name,
  body .product.attribute.description strong,
  body .product.attribute.description li b,
  body .product.attribute.description li p,
  body .product.attribute.description .value > p {
    font-size: 18px;
    line-height: 28px;
  }
  .social-media-icons label,
  body .product-options-wrapper .fieldset > .field.configurable label,
  body .box-tocart .fieldset > .field:not(.choice) > .label {
    font-size: 18px;
    line-height: 28px;
  }
  body .columns .column.main #related-slider .owl-nav [class*="owl-"],
  body .product.media .horizontal-thumbnail.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    padding: 7px 0 7px 0;
  }
  body .product-add-form .product-options-wrapper .fieldset > .field.configurable label,
  body .box-tocart .fieldset > .field:not(.choice) > .label {
    margin-right: 15px;
  }
  .social-media-icons label {
    margin-right: 10px;
  }
  .buttons-wrapper > a {
    margin-right: 10px;
  }
  body .product-add-form .product-options-wrapper .fieldset > .field.configurable label {
    padding: 15.5px 0 10.5px 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-detail-content a.action.towishlist {
    right: 20px;
    top: 20px;
  }
  .catalog-product-view .product-detail-content a.action.towishlist:before {
    width: 30px;
    height: 27px;
    font-size: 29px;
    line-height: 27px;
  }
  .block.related .title {
    padding-top: 40px;
    margin-bottom: 0px;
  }
  .product.data.items {
    padding-bottom: 40px;
  }
  body .product.data.items > .item.title > .switch:before {
    content: '\f107';
    font-size: 17px;
    line-height: 20px;
    font-family: 'Font Awesome 5 Pro Light';
    position: absolute;
    top: 20px;
    right: 20px;
  }
  body .product.data.items > .item.title.active > .switch:before {
    content: '\f106';
  }
  .review-ratings ~ .review-details,
  body .product.data.items > .item.title > .switch,
  .product.info.detailed .pages li.item.pages-item-next a {
    font-size: 16px;
  }
  body .products-grid .product-items strong.product.name,
  body .product.attribute.description strong,
  body .product.attribute.description li b,
  body .product.attribute.description li p,
  body .product.attribute.description .value > p {
    font-size: 16px;
    line-height: 25px;
  }
  .social-media-icons label,
  body .product-options-wrapper .fieldset > .field.configurable label,
  body .box-tocart .fieldset > .field:not(.choice) > .label {
    font-size: 16px;
    line-height: 25px;
  }
  .horizontal-thumbnail-wrapper {
    display: none;
  }
  body.catalog-product-view .page-main .product-detail-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .catalog-product-view .product.media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .catalog-product-view .product-info-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body .product-info-main .page-title-wrapper .page-title,
  .block.review-add fieldset.fieldset.review-fieldset legend.legend.review-legend > span,
  .block.related strong#block-related-heading {
    font-size: 30px;
    line-height: normal;
  }
  .review-ratings ~ .review-details,
  body .product.data.items > .item.title > .switch {
    font-size: 16px;
  }
  body .products-grid .product-items strong.product.name {
    font-size: 18px;
    line-height: 25px;
  }
  .input-group div.mage-error[generated] {
    left: 14%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body .product.media .horizontal-thumbnail {
    display: none;
  }
  .catalog-product-view .product.media .horizontal-thumbnail.owl-carousel .owl-nav {
    display: none;
  }
  .block.related {
    max-width: 100%;
    padding: 0;
  }
  body .product.attribute.description strong,
  body .product.attribute.description li b {
    width: 210px;
  }
  body .product.attribute.description li p {
    width: calc(100% - 210px);
  }
  body .product.media .product-thumbnail .gallery-horizontal .owl-dots {
    display: flex;
  }
  .input-group span button {
    width: 50px;
    height: 50px;
  }
  .input-group input {
    height: 50px;
  }
  .input-group {
    /* width: 150px; */
    height: 50px;
  }
  .product.info.detailed {
    padding: 50px 0 0px;
    margin-top: 50px;
  }
  body .product.data.items > .item.title > .switch,
  body .product.data.items > .item.title > .switch:hover,
  body .product.data.items > .item.title.active > .switch,
  body .product.data.items > .item.title:not(.disabled) > .switch:focus,
  body .product.data.items > .item.title:not(.disabled) > .switch:hover,
  body .product.data.items > .item.title:not(.disabled) > .switch {
    padding: 18px 30px 17px 30px;
    height: auto;
    background: #0E1F45;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  body .product.data.items > .item.content {
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
  }
  body .product.attribute.description {
    /* margin-bottom: 0; */
  }
  .product-info-main .product.attribute.overview {
    margin: 24px 0;
  }
  li.item.review-item,
  .column.main .block.review-add {
    padding: 30px 20px;
  }
  body .product.data.items > .item.title {
    margin-bottom: 15px;
  }
  .block .block-content.content {
    overflow: hidden;
    margin-bottom: 30px;
  }
}
@media (max-width: 499px) {
  body .product.attribute.description strong,
  body .product.attribute.description li b {
    width: 100%;
  }
  body .product.attribute.description li p {
    width: 100%;
  }
  body .product.attribute.description li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .product-info-main .page-title-wrapper .page-title,
  .block.review-add fieldset.fieldset.review-fieldset legend.legend.review-legend > span,
  .block.related strong#block-related-heading,
  body .product.attribute.description h2.title {
    font-size: 23px;
    line-height: 1.5;
  }
  div.mage-error[generated] {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .amcard-message-body img {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .mfp-prevent-close {
    background-color: transparent !important;
    border: none !important;
    width: 40px;
  }
  body .modal-popup.modal-slide {
    left: 0;
  }
  body .product-info-main .product-reviews-summary .reviews-actions {
    font-size: 16px;
    margin-top: 20px;
  }
  .catalog-product-view .amcard-preview table > tbody > tr > td {
    padding: 0;
  }
  .catalog-product-view .amcard-page-product .amcard-preview .main {
    padding: 0 20px;
  }
}
