.catalog-product-view {
  background: #f5f9fc;
}
.catalog-product-view .breadcrumbs {
  display: none;
}
.catalog-product-view .page-main {
  padding: 0px !important;
  max-width: 100% !important;
  margin-top: 130px;
}
.page-layout-1column .product.media {
  display: block;
}

/*=============== Start product-detail-top ===============*/
.product-detail-top {
  float: left;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
.product-detail-top a#gallery-prev-area,
.product-detail-top a#gallery-next-area {
  display: initial;
}
.product-detail-top .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.catalog-product-view.page-layout-1column .product.media {
  width: 100%;
  max-width: 48%;
  /*position: sticky;
    top: 100px;*/
  margin: 0;
}
.product-detail-top .product.media .gallery-placeholder {
  margin-bottom: 30px;
  height: auto !important;
}
.product-detail-top .fotorama__stage {
  background: #fff;
}
.product-detail-top
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  opacity: 1;
  background: transparent;
}
.product-detail-top
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  opacity: 1;
  background: transparent;
}
.product-detail-top .fotorama__arr--next .fotorama__arr__arr {
  background-image: url(../images/right-arrow.svg);
  background-position: center center;
  background-size: 20px;
}
.product-detail-top .fotorama__arr--prev .fotorama__arr__arr {
  background-image: url(../images/left-arrow.svg);
  background-position: center center;
  background-size: 20px;
}

.product-detail-top .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: 35px;
}
.product-detail-top .fotorama__thumb-border {
  border: 1px solid #60259f;
}
.product-delivery-section ~ .product-delivery-section {
  margin-top: 12px;
}
.product-detail-top .product-delivery-section {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 15px;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-detail-top .product-delivery-section figure {
  width: 65px;
  margin-right: 10px;
}
.product-detail-top .product-delivery-section figure img {
  width: 100%;
}
.product-detail-top .product-delivery-section .text-box {
  width: calc(100% - 75px);
  padding-top: 5px;
}
.product-detail-top .product-delivery-section p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.product-detail-top .product-delivery-section b,
.product-detail-top .product-delivery-section strong {
  font-weight: 600;
  color: #5f1eb0;
}

.product-detail-top .product-view-section {
  position: relative;
  background: #fff;
  padding: 15px;
  float: left;
  width: 100%;
}
.product-detail-top .product-view-section .custom-row {
  align-items: center;
  justify-content: flex-start;
  border: solid 1px #424242;
  padding: 5px 8px;
  flex-wrap: inherit;
}
.product-detail-top .product-view-section figure {
  width: 35px;
  margin-right: 10px;
}
.product-detail-top .product-view-section p {
  font-family: "Vinyl OT";
}
.product-detail-top .product-view-section p span {
  margin-right: 2px;
}
.catalog-product-view.page-layout-1column .product-info-main {
  width: 100%;
  max-width: 48%;
  position: relative;
}
.amasty-rewards-highlight-custom {
  position: absolute;
  right: 0;
  top: 0px;
  text-shadow: 1px 1px 10px rgb(2 204 255 / 86%),
    1px 1px 10px rgb(2 204 255 / 82%);
  background-image: url(../images/product-vista-points-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  width: 161px;
  height: 100px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2px;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-family: "Vinyl OT";
  display: none;
}

.amasty-rewards-highlight-custom b {
  color: inherit !important;
  font-weight: normal;
}
.amasty-rewards-highlight-custom strong {
  font-weight: normal !important;
  font-size: inherit !important;
}

.amasty-rewards-highlight-custom ~ .amasty-rewards-highlight-custom {
  background: transparent;
  box-shadow: none;
  font-weight: normal;
}
.amasty-rewards-highlight-custom .amrewards-highlight-container {
  padding: 0;
}
.amasty-rewards-highlight-custom .amrewards-highlight-container:before {
  margin: 0;
  content: "";
}
.amasty-rewards-highlight-custom b:before,
.amasty-rewards-highlight-custom ~ .amasty-rewards-highlight-custom:before {
  content: "=";
  margin-right: 3px;
}

.product-detail-top .amasty-rewards-highlight-custom ~ .page-title-wrapper {
  padding-right: 170px;
}
.product-detail-top .page-title-wrapper {
  display: block;
  padding: 0;
  max-width: 100%;
  margin-bottom: 12px;
}
.product-detail-top .page-title-wrapper .page-title {
  color: #5f1eb0;
  font-family: "Vinyl OT";
  line-height: 1;
  font-size: 64px;
  margin: 0;
}
.product-detail-top .page-title-wrapper span.base {
  display: block;
}
.product-detail-top .product-attribute-sku {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #3e3d46;
  font-size: 16px;
  font-family: "Vinyl OT";
  text-transform: uppercase;
}
.product-detail-top .product-attribute-sku strong.type {
  font-weight: normal;
  margin-right: 2px;
}

.product-detail-top .product-info-main .product-reviews-summary {
  width: 100%;
  margin-bottom: 20px;
}
.product-detail-top .product-info-main .product-reviews-summary.empty {
  display: none;
}
.product-detail-top .product-info-main .rating-summary {
  margin-right: 8px;
}
.product-detail-top .rating-summary .rating-result {
  width: 135px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.product-detail-top .rating-summary .rating-result:before {
  font-size: 25px;
  height: 25px;
  line-height: 25px;
}

.product-detail-top .rating-summary .rating-result > span:before {
  color: #d6aa3a;
  font-size: 25px;
  height: 25px;
  line-height: 25px;
}

.product-detail-top .product-reviews-summary .reviews-actions {
  margin: 0;
  display: inline-block;
}
.product-detail-top .product-reviews-summary .reviews-actions .action.add {
  display: none;
}
.product-detail-top .product-reviews-summary .reviews-actions a.view {
  margin: 0;
  color: #3e3d46;
  font-size: 16px;
  font-family: "Vinyl OT";
}
.product-detail-top .product-reviews-summary .reviews-actions a.view:before {
  content: "(";
}
.product-detail-top .product-reviews-summary .reviews-actions a.view:after {
  content: ")";
  margin-left: -3px;
}

.product-detail-top
  .product-reviews-summary
  .reviews-actions
  a.view
  span:last-child {
  display: none;
}

.product-detail-top .product-info-main .product-info-price {
  display: none;
}

.product-detail-top .elevator-pitch {
  width: 100%;
  clear: both;
  margin-bottom: 35px;
}
.product-detail-top .product-shortdescription {
  color: #3e3d46;
  font-size: 18px;
  line-height: 1.6;
  margin: 25px 0px 40px;
}

.product-detail-top .elevator-pitch > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #3e3d46;
  font-size: 18px;
  margin-bottom: 18px;
}
.product-detail-top .elevator-pitch > div:last-child {
  margin-bottom: 0px;
}
.product-detail-top .elevator-pitch > div img {
  max-width: 60px;
  margin-right: 30px;
}

.product-detail-top .product-info-main .product-add-form {
  padding: 0;
  float: left;
  width: 100%;
}
.product-detail-top .product-info-main .product-options-wrapper .swatch-opt {
  margin: 0;
  padding: 0px 10px 5px;
}
.product-detail-top
  .product-info-main
  .product-options-wrapper
  .swatch-attribute-options {
  margin: 0;
}
.product-detail-top .product-info-main .swatch-attribute.colour .swatch-option {
  height: 30px !important;
  padding: 0px;
  background-size: 100% !important;
  margin-bottom: 10px !important;
}
.product-detail-top
  .product-info-main
  .product-options-wrapper
  .swatch-attribute.colour {
  margin-bottom: 10px;
}
.product-detail-top
  .product-info-main
  .product-options-wrapper
  .swatch-attribute {
  margin-bottom: 15px;
}
.product-detail-top .product-info-main .product-options-wrapper {
  background: #fff;
  padding: 10px 20px 0px;
  margin-bottom: 20px;
}
.product-detail-top .product-info-main .product-options-wrapper .fieldset {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.product-detail-top .product-info-main .product-options-wrapper .field {
  width: 50%;
  padding: 0px 10px 15px;
  margin: 0;
}
body .product-detail-top .product-info-main .product-add-form .control {
  width: 100%;
}
.product-detail-top .product-info-main .custom-options label.label {
  display: flex;
  gap: 0.5em;
}
.product-detail-top .product-info-main .custom-options label.label:before {
  content: "";
  min-width: 1.5em;
  display: inline-block;
  background: black;
  aspect-ratio: 1 / 1;
  margin-bottom: auto;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_33_text"]:before {
  background-color: #ff4e00;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_34_text"]:before {
  background-color: #fed001;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_35_text"]:before {
  background-color: #f67d7f;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_36_text"]:before {
  background-color: #02399d;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_37_text"]:before {
  background-color: #8faf80;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_38_text"]:before {
  background-color: #fd0702;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_39_text"]:before {
  background-color: #73a4e9;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_40_text"]:before {
  background-color: #020202;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_41_text"]:before {
  background-color: #6f3e13;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_42_text"]:before {
  background-color: #069635;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_43_text"]:before {
  background-color: #015d38;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_44_text"]:before {
  background-color: #8a8b83;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_45_text"]:before {
  background-color: #ede2dc;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_46_text"]:before {
  background-color: #fff8e8;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_47_text"]:before {
  background-color: #7a7b7a;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_48_text"]:before {
  background-color: #e6e1dd;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_53_text"]:before {
  background-color: #9b9289;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_54_text"]:before {
  background-color: #eeeeee;
}
.product-detail-top
  .product-info-main
  .custom-options
  label[for="options_55_text"]:before {
  background-color: #918e84;
}

.product-detail-top .product-info-main label.label,
.product-detail-top
  .product-info-main
  .product-options-wrapper
  .swatch-attribute-label,
.product-detail-top
  .product-info-main
  .product-options-wrapper
  .swatch-attribute-selected-option {
  font-size: 16px;
  color: #3e3d46;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
  position: relative;
}

.product-detail-top
  .product-info-main
  .product-options-wrapper
  .swatch-attribute-label,
.product-detail-top
  .product-info-main
  .product-options-wrapper
  .swatch-attribute-selected-option {
  display: inline-block;
}
.product-detail-top .product-info-main select {
  background-color: #fff;
  border-color: #919393;
  font-size: 17px;
  color: #3e3d46;
  font-weight: 500;
  height: 46px;
  width: 100%;
  padding: 0px 25px 0px 18px;
  background-size: 25px;
  background-position: center right 8px;
  outline: none;
  box-shadow: none;
}

.product-detail-top
  .product-info-main
  .product-options-wrapper
  .input-wrapper
  > span {
  min-width: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5f1eb0;
  aspect-ratio: 1 / 1;
}
.product-detail-top
  .product-info-main
  .product-options-wrapper
  .input-wrapper
  a {
  color: #5f1eb0;
  font-weight: 400;
}
.product-detail-top .custom-options ~ .product-options-bottom .field.qty {
  display: none;
}
.product-detail-top
  .product-info-main
  .product-options-wrapper
  .input-wrapper
  input {
  text-align: center;
  width: 100%;
  max-width: 3em;
  border-color: #000;
}
.product-detail-top .amrec-product-view {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  background: #fff;
  padding: 13px 20px;
}
.product-detail-top .amrec-product-view .custom-row {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.product-detail-top .amrec-product-view .amrec-purchase-option {
  width: 50%;
  margin: 0;
  padding: 0px 10px;
}

.product-detail-top .amrec-product-view label.amrec-label {
  margin: 0;
  width: 100%;
  border: solid 1px #919393;
  border-radius: 4px;
  font-size: 17px;
  color: #3e3d46;
  font-weight: 500;
  padding: 9px 15px;
  height: 100%;
}
._amrec-radio-input:checked + .amrec-label,
._amrec-radio-input.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label {
  text-shadow: 0 0 0.9px #000;
  background: #3e3d46;
  color: #fff;
  border: none;
  border-color: #3e3d44 !important;
}
._amrec-radio-input:checked + .amrec-label:before,
._amrec-radio-input.-plate:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label:before,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label:before {
  border-color: #fff;
  box-shadow: 0 0px 8px 0px rgb(95 30 176);
  background-color: #4791cc;
}
.product-detail-top .amrec-product-view .subscribe_product label.amrec-label {
  padding-right: 30px;
  position: relative;
}
.product-detail-top
  .amrec-product-view
  .subscribe_product
  label.amrec-label:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  font-size: 25px;
  color: #5f1eb0;
}
.product-detail-top
  .amrec-product-view
  .subscribe_product
  .amrec-input.-radio:checked
  + .amrec-label:after {
  color: #fff;
}

.product-detail-top .amrec-product-inneroption {
  width: 100%;
  float: left;
}
.product-detail-top ._amrec-panel,
.product-detail-top .amrec-subscription-options,
.product-detail-top .amrec-subscription-info {
  padding: 20px;
  background: #5f1eb0;
  margin: 0px 0px 20px 0px;
}

.product-detail-top ._amrec-title,
.product-detail-top .amrec-cycle-container .amrec-title,
.product-detail-top .amrec-subscription-start .amrec-title,
.product-detail-top .amrec-subscription-end .amrec-title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
}

.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-form-container {
  border: none;
  margin: 0;
}
.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-form-container:first-child
  .amcard-flex-container {
  flex-wrap: wrap;
}
.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-form-container:first-child
  .amcard-field-container {
  flex-basis: 100%;
}
.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-form-container:first-child {
  border-bottom: solid 20px #f5f9fc;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 0px 15px 10px;
}
.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-label-block.-price {
  margin: 0px 5px 5px 0;
  border: solid 1px #919393;
  background: transparent;
  border-radius: 0px;
}

.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-label-block.-price.-active,
.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-label-block.-price:hover {
  background: #5f1eb0;
  border-color: #5f1eb0;
  color: #fff;
}

.product-detail-top
  .product-info-main
  .product-add-form
  form
  > .amcard-general-container {
  background: #fff;
  padding: 0px 15px 20px;
  margin-bottom: 15px;
}

.amcard-page-product .product-detail-top .product-info-main span.amcard-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}
.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-field-block.-datepicker
  .amcard-field {
  padding-left: 36px;
  height: 46px;
  color: #3e3d46;
  box-shadow: none;
  border: solid 1px #919393;
  width: 100%;
}
.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-field-block.-datepicker
  .amcard-label:before {
  top: 12px;
  width: 19px;
  height: 19px;
  background-size: 100%;
}
.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-field-block
  > input.amcard-field {
  color: #3e3d46;
  box-shadow: none;
  border: solid 1px #919393;
  padding: 0px 15px;
  height: 46px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 0px;
}
.amcard-page-product
  .product-detail-top
  .product-info-main
  textarea.amcard-field {
  color: #3e3d46;
  box-shadow: none;
  border: solid 1px #919393;
  padding: 10px 15px;
  height: 130px;
  font-weight: 500;
  border-radius: 0px;
  font-size: 18px;
}
.product-detail-top .product-info-main .product-add-form form p.comment {
  font-size: 16px;
  margin: 10px 0px 0px;
}
.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-preview-container {
  margin: 15px 0px 25px;
}

.amcard-page-product
  .product-detail-top
  .product-info-main
  input.amcard-button {
  margin: 0px !important;
  border: solid 2px #5f1eb0;
  background: transparent;
  color: #5f1eb0;
  text-transform: capitalize;
  font-size: 18px;
  padding: 13px 20px;
  background-image: url(../images/button-hover-2.png);
  background-repeat: no-repeat;
  background-size: 102%;
  background-position: top -65px center;
  transition: all 0.7s;
  outline: none;
  box-shadow: none;
  line-height: 1;
  font-weight: 600;
}
.amcard-page-product
  .product-detail-top
  .product-info-main
  input.amcard-button:hover {
  background-position: top center;
  color: #fff;
}

.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-radio-container {
  margin-top: 15px;
}

.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-label-block {
  font-size: 17px;
  font-weight: 600;
  color: #363636;
}

.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-label-block
  > .amcard-icon {
  top: 0px;
  width: 25px;
  height: 25px;
  border: 2px solid #363636;
}
.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-label-block
  > .amcard-name {
  margin-left: 35px;
}
.amcard-page-product
  .product-detail-top
  .product-info-main
  .amcard-label-block
  > .amcard-radio:checked
  + .amcard-icon {
  background-size: 100%;
  border: none;
}

.product-detail-top table.amrec-info-table {
  color: #fff;
  font-size: 16px;
}

.product-detail-top .product-options-bottom {
  float: left;
  width: 100%;
}
.product-detail-top .price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  flex-wrap: wrap;
  padding: 10px 15px;
  margin-bottom: 35px;
}
.product-detail-top .price-wrap .price-box {
  display: block;
  padding: 0;
  padding-right: 15px;
  width: 50%;
}
.product-detail-top .price-wrap .price-box .price-box {
  padding: 0;
  width: 100%;
}
.product-detail-top .price-wrap .price-box .price-box span.price-label {
  display: none;
}
.product-info-main
  .product-add-form
  .product-options-bottom
  .old-price
  span.price-label {
  display: none;
}
.product-info-main
  .product-add-form
  .product-options-bottom
  .old-price
  .price-excluding-tax
  .price {
  text-decoration: line-through;
}
.product-info-main
  .product-add-form
  .product-options-bottom
  .old-price
  .price-including-tax
  .price {
  text-decoration: line-through;
}
.product-detail-top .price-wrap .price-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-detail-top .product-add-form .price-wrap .price-excluding-tax {
  margin: 0;
  margin-right: 0px;
}
.product-detail-top .price-wrap .price-box span.price-wrapper {
  display: inline-block;
}

.product-detail-top .price-wrap .price-box span.price-final_price {
  display: inline-block;
}
.product-detail-top .price-wrap .price-excluding-tax span.price,
.product-detail-top .price-wrap .price-box .price-box span.price,
.amcard-page-product
  .product-info-main
  .price-final_price
  .price-wrapper
  .price {
  color: #4791cc;
  font-family: "Vinyl OT";
  line-height: 1;
  font-size: 64px;
  font-weight: normal;
  display: inline-block;
}

.product-detail-top .product-add-form .price-wrap .price-including-tax {
  margin: 0px;
}

.product-detail-top .price-wrap .price-including-tax span.price,
.amcard-page-product
  .product-info-main
  .price-final_price
  .price-wrapper.price-including-tax
  .price {
  color: #3e3d46;
  font-size: 16px;
  font-family: "Vinyl OT";
  font-weight: normal;
  display: inline-block;
}

.product-detail-top .price-wrap .price-including-tax span.price:before {
  content: "(";
}
.product-detail-top .price-wrap .price-including-tax span.price:after {
  content: " INC VAT)";
}
.product-detail-top .field.qty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  padding-left: 15px;
}

.product-detail-top .product-info-main .qty label.label {
  margin: 0;
  width: 90px;
}
.product-detail-top .price-wrap .qty .control {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto !important;
}
.product-detail-top .price-wrap .qty .control > span {
  width: 45px;
  height: 45px;
  color: white;
  font-size: 16px;
  background: #5f1eb0;
  font-weight: lighter;
}
.product-detail-top .price-wrap .qty .control a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: inherit;
}
.product-detail-top .price-wrap .qty input {
  width: 70px;
  color: #3e3d46;
  font-size: 28px;
  font-weight: 600;
  padding: 0px 10px;
  text-align: center;
  background: #fff;
  border: none;
  box-shadow: none;
  height: 45px;
}

.amcard-page-product .product-detail-top .product-info-main .box-tocart {
  margin: 0;
}
.amcard-page-product .product-detail-top .product-info-main .product-add-form {
  margin: 0;
}
.amcard-page-product
  .product-detail-top
  .product-info-main
  .box-tocart
  > .fieldset {
  margin-bottom: 10px;
}
.product-detail-top .product-add-form .box-tocart {
  margin: 0;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.product-detail-top .product-add-form .box-tocart .fieldset {
  margin: 0;
}
.product-detail-top .product-add-form button.tocart,
.amcard-page-product
  .product-detail-top
  .product-info-main
  .box-tocart
  button.tocart {
  width: 100%;
  margin: 0px !important;
  border: solid 3px #5f1eb0;
  background: transparent;
  color: #5f1eb0;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Vinyl OT";
  font-weight: normal;
  padding: 15px 11px;
  background-image: url(../images/button-hover-2.png);
  background-repeat: no-repeat;
  background-size: 102%;
  background-position: top -200px center;
  transition: all 1s;
}
.product-detail-top .product-add-form button.tocart:hover,
.amcard-page-product
  .product-detail-top
  .product-info-main
  .box-tocart
  button.tocart:hover {
  background-position: top 0px center;
  color: #fff;
}

.product-detail-top .product-add-form button.buy-now-btn,
.amcard-page-product
  .product-detail-top
  .product-info-main
  .box-tocart
  button.buy-now-btn {
  margin: 9px 0px 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Vinyl OT";
  font-weight: normal;
  border: none;
  width: 100%;
  background: #4791cc;
  padding: 10px 15px;
}
.product-detail-top .product-info-main .product-social-links {
  margin: 0;
  float: left;
  width: 100%;
}
.product-detail-top .product-info-main a.action.towishlist {
  display: flex;
  margin: 0;
  align-items: center;
  font-size: 16px;
  color: #3e3d46;
  font-family: "Vinyl OT";
  font-weight: normal;
  justify-content: center;
  flex-wrap: wrap;
}
.product-detail-top .product-info-main a.action.towishlist:before {
  color: #5f1eb0;
}
.product-detail-top
  .product-info-main
  .product-social-links
  a.action.tocompare {
  display: none;
}
.product-detail-top .product-info-main .product.attribute.overview {
  display: none;
}

/*=============== End product-detail-top ===============*/

/*=============== Start product-you-may-also ===============*/
.product-you-may-also {
  float: left;
  width: 100%;
  background: #fff;
  margin: 0px !important;
  padding: 50px 0px 50px;
}
.product-you-may-also .block-actions,
.product-you-may-also .field.choice.related {
  display: none;
}

.product-you-may-also .heading-wrap {
  margin-bottom: 20px;
}
.you-may-also-slider {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.product-you-may-also .owl-stage {
  display: flex;
  flex-wrap: wrap;
  padding-top: 90px;
  padding-bottom: 30px;
}
.product-you-may-also .owl-item {
  transition: all 0.5s;
  padding: 0px 15px;
}
.product-you-may-also .item:hover {
  transition: transform 0.5s;
  transform: scale(1.1);
  position: relative;
  background: #f6f9fb;
  z-index: 1;
}

.product-you-may-also .item {
  height: 100%;
  transition: all 0.5s;
}
.product-you-may-also .product-item-info {
  width: 100%;
  height: 100%;
  border: solid 3px #3e3d46;
  text-align: center;
}
.product-you-may-also .product-item-info:hover {
  background-color: #f6f9fb;
}

.product-you-may-also a.product-item-photo {
  margin-top: -60px;
  display: block;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.product-you-may-also a.product-item-photo img {
  width: auto;
  height: 200px;
  margin: auto;
  transition: all 0.5s;
}

.product-you-may-also .product-item-info img.hover {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
}
.product-you-may-also .product-item-info:hover img.hover {
  opacity: 1;
}
.product-you-may-also .product-item-info:hover img.hover ~ img.image {
  opacity: 0;
}

.product-you-may-also .product-item-details {
  padding: 0px 20px 40px;
}

.product-you-may-also .product-item-name {
  color: #5f1eb0;
  font-size: 32px;
  font-family: "Vinyl OT";
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 12px;
}
.product-you-may-also .product-item-name a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
.product-you-may-also .product-reviews-summary {
  margin-bottom: 15px;
}
.product-you-may-also .reviews-actions {
  display: none;
}
.product-you-may-also .rating-summary .rating-result {
  width: 110px;
}
.product-you-may-also .rating-summary .rating-result:before {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
}
.product-you-may-also .rating-summary .rating-result > span:before {
  color: #d6aa3a;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
}

.product-you-may-also .price-box {
  margin-bottom: 20px;
}

.product-you-may-also .price-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.product-you-may-also .price-excluding-tax {
  margin: 0;
  margin-right: 10px;
}
.product-you-may-also .price-excluding-tax span.price {
  color: #4791cc;
  font-family: "Vinyl OT";
  line-height: 1;
  font-size: 32px;
  font-weight: normal;
  display: inline-block;
}

.product-you-may-also .price-including-tax {
  margin: 0px;
  margin-bottom: 5px;
}
.product-you-may-also .price-including-tax span.price {
  color: #3e3d46;
  font-size: 14px;
  font-family: "Vinyl OT";
  font-weight: normal;
  display: inline-block;
}

.product-you-may-also .price-including-tax span.price:before {
  content: "(";
}
.product-you-may-also .price-including-tax span.price:after {
  content: "INC VAT)";
}
.product-you-may-also button.action.tocart {
  color: #5f1eb0;
  font-size: 24px;
  font-family: "Vinyl OT";
  font-weight: normal;
  background: transparent;
  border: solid #5f1eb0 3px;
  text-transform: uppercase;
  padding: 10px 30px;
  line-height: 1;
  background-image: url(../images/button-hover-2.png);
  background-repeat: no-repeat;
  background-size: 115%;
  background-position: top -100px center;
  transition: all 0.7s;
  position: relative;
  z-index: 2;
}
.product-you-may-also button.action.tocart:hover {
  background-position: top 0px center;
  color: #fff;
}
.product-you-may-also button.action.tocart > span:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: 0%;
  transition: all 0.7s;
  background: #5f1eb0;
  z-index: -1;
}

.product-you-may-also button.action.tocart > span:hover:before {
  height: calc(100% + 4px);
}

.product-you-may-also .secondary-addto-links.actions-secondary {
  display: none;
}
.product-you-may-also .owl-carousel .owl-nav button.owl-prev {
  top: 50%;
  transform: translate(-180%, -50%);
}
.product-you-may-also .owl-carousel .owl-nav button.owl-next {
  top: 50%;
  transform: translate(180%, -50%);
}

/*=============== End product-you-may-also ===============*/

/*=============== Start product-detail-tab ===============*/
.product-detail-tab-main {
  float: left;
  width: 100%;
  background: #5f1eb0;
  color: #fff;
}
.product-detail-tab {
  float: left;
  width: 100%;
}
.product-detail-tab ul.nav {
  display: flex;
  flex-wrap: wrap;
  border: none;
}

.product-detail-tab .nav-item {
  width: 100%;
  flex: 1;
  margin: 0;
}

.product-detail-tab a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 32px;
  font-family: "Vinyl OT";
  font-weight: lighter;
  line-height: 1;
  height: 100%;
  text-align: center;
  border: none;
  padding: 20px 15px;
  background-color: #6f34b8;
  border-radius: 0px;
  margin: 0px;
}

.product-detail-tab .nav-item:nth-child(odd) a.nav-link {
  background-color: #7740bc;
}

.product-detail-tab .nav-item a.nav-link:hover,
.product-detail-tab .nav-item.active a.nav-link {
  background-color: #5f1eb0;
  border: none;
  color: inherit;
}

.product-detail-tab-content {
  float: left;
  width: 100%;
}
.product-detail-tab-content .panel {
  margin: 0;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}
.product-detail-tab-content .commen-box {
  padding-top: 50px;
  color: #fff;
}
.product-detail-tab-content .product-information.commen-box {
  padding: 0px;
}
.product-detail-tab-content .box-title {
  color: #fff;
  font-size: 44px;
  font-family: "Vinyl OT";
  margin-bottom: 20px;
}
.product-detail-tab-content p {
  color: #fff;
  font-size: 18px;
}
.faq-accordion .text-box a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
.product-detail-tab-content .sub-title {
  color: #fff;
  font-size: 32px;
  font-family: "Vinyl OT";
  margin-bottom: 20px;
}

/*===== Start product-information =====*/
.product-detail-tab-content .product-information .custom-row {
  justify-content: space-between;
  align-items: flex-start;
}
.product-detail-tab-content .product-information .col-left {
  width: 67%;
  padding: 50px 50px 50px 0px;
}
.product-detail-tab-content .product-information .col-right {
  width: 54%;
  margin-right: -21%;
}
.product-detail-tab-content .product-information .overlay {
  border: solid 6px #fff;
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 35px 40px;
  text-align: center;
}
.product-detail-tab-content .product-information .overlay .title {
  font-size: 32px;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Vinyl OT";
  line-height: 1.2;
  margin-bottom: 10px;
}

.product-detail-tab-content .product-information .overlay p {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}

.product-detail-tab-content .product-information .btn-border-white {
  padding: 10px 38px;
  background-position: top -140px center;
  transition: all 0.9s;
  background-size: 110%;
}
.product-detail-tab-content .product-information .btn-border-white:hover {
  background-position: top center;
}

.product-detail-tab-content .product-information strong {
  font-size: 34px;
  font-family: "Vinyl OT";
  font-weight: normal;
}

/*===== End product-information =====*/

/*===== Start faq-accordion =====*/
.product-detail-tab-content .faq-accordion {
  padding-bottom: 60px;
}
.product-detail-tab-content .faq-accordion .box-title,
.product-detail-tab-content .videos-box .box-title,
.product-detail-tab-content .resources .box-title {
  margin-bottom: 40px;
}
.product-detail-tab-content .faq-accordion .panel {
  border-top: solid 2px #fff;
  width: 100%;
  padding-top: 15px;
}
.product-detail-tab-content .faq-accordion .panel:last-child {
  border-bottom: solid 2px #fff;
}
.product-detail-tab-content .faq-accordion .panel > a {
  line-height: 1;
  color: #fff;
  font-size: 34px;
  font-family: "Vinyl OT";
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 25px;
  padding-bottom: 15px;
}
.product-detail-tab-content .faq-accordion .panel > a:after {
  content: "\f107";
  font-family: FontAwesome;
}
.product-detail-tab-content
  .faq-accordion
  .panel
  > a[aria-expanded="true"]:after {
  content: "\f104";
}
.product-detail-tab-content .faq-accordion .text-box {
  margin-bottom: 20px;
}
.product-detail-tab-content .faq-accordion .need-help {
  margin-top: 30px;
  text-align: center;
}
.product-detail-tab-content .faq-accordion .need-help .title {
  font-size: 34px;
  font-family: "Vinyl OT";
  margin-bottom: 20px;
}
/*===== End faq-accordion =====*/

/*===== Start resources =====*/
.product-detail-tab-content .resources {
  margin-bottom: 40px;
}
.product-detail-tab-content .resources .col-left {
  width: 66.66%;
  padding-right: 15px;
}
.product-detail-tab-content .resources .column {
  width: 100%;
}
.product-detail-tab-content .resources .column img {
  height: 212px;
  object-fit: cover;
  object-position: top center;
}

.product-detail-tab-content .resources .contant {
  margin-top: 15px;
}
.product-detail-tab-content .resources .contant .title {
  color: #fff;
  font-size: 32px;
  font-family: "Vinyl OT";
  margin-bottom: 15px;
}
.product-detail-tab-content .resources a {
  color: inherit;
}
.product-detail-tab-content .resources .btn-wrap {
  margin-top: 20px;
}
.product-detail-tab-content .resources .btn-border-white-mini {
  transition: all 0.7s;
}
.product-detail-tab-content .resources .col-right {
  width: 33.33%;
  padding-left: 15px;
}
.product-detail-tab-content .resources .col-right ul {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
}
.product-detail-tab-content .resources .col-right li {
  margin: 0;
}

.product-detail-tab-content .resources .col-right a {
  border-bottom: solid 2px #fff;
  display: block;
  background-image: url(../images/download-white.png);
  padding: 10px 25px 10px 0;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: top 10px right;
}
/*===== End resources =====*/

/*===== Start videos-box =====*/
.product-detail-tab-content .videos-box {
  margin-bottom: 20px;
}
.product-detail-tab-content .videos-box .contant {
  margin-top: 15px;
}
.product-detail-tab-content .videos-box .contant p {
  font-weight: 500;
}
.product-detail-tab-content .videos-box .btn-wrap {
  margin-top: 20px;
}
.product-detail-tab-content .videos-box .btn-border-white-mini {
  min-width: 200px;
  text-align: center;
  transition: all 0.7s;
}

/*===== End videos-box =====*/
/*=============== End product-detail-tab ===============*/

/*=============== Start product-detail-resin-need ===============*/
.product-detail-resin-need {
  float: left;
  width: 100%;
}
.product-detail-resin-need .heading-title ~ p {
  margin-top: 25px;
  font-weight: 500;
}
.product-detail-resin-need .top-bar {
  float: left;
  width: 100%;
  background: #f5f9fc;
  padding: 65px 0px;
}
.product-detail-resin-need .top-bar .custom-row {
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px;
}

.product-detail-resin-need .top-bar .column {
  margin: 0px 15px 30px;
}
.product-detail-resin-need .top-bar .col-input {
  width: 18%;
}
.product-detail-resin-need .top-bar .col-number {
  width: 8%;
}

.product-detail-resin-need .top-bar label.lable {
  display: block;
  font-size: 21px;
  font-weight: 500;
  color: #5f1eb0;
  margin-bottom: 8px;
}
.product-detail-resin-need .top-bar input {
  font-size: 21px;
  font-weight: 600;
  color: #3e3d46;
  box-shadow: none;
  border: solid 1px #5f1eb0;
  height: 55px;
  width: 100%;
  background-color: #ffffff;
  padding: 0px 25px;
}
.product-detail-resin-need .top-bar select {
  font-size: 21px;
  font-weight: 600;
  color: #3e3d46;
  box-shadow: none;
  border: solid 1px #5f1eb0;
  height: 55px;
  width: 100%;
  background-color: #ffffff;
  padding: 0px 45px 0px 20px;
  background-position: center right 10px;
}
.product-detail-resin-need .top-bar .btn-wrap {
  text-align: center;
}
.product-detail-resin-need .top-bar .btn-border-purple {
  background-color: transparent;
  font-weight: normal;
  border: solid 3px #5f1eb0;
  background-size: calc(100% + 70px);
  transition: all 0.8s;
}
.product-detail-resin-need .top-bar .btn-border-purple:hover {
  background-image: url(../images/button-hover-2.png);
  background-repeat: no-repeat;
  background-position: 100% calc(100% + 22px);
}

.product-detail-resin-need .bottom-bar {
  float: left;
  width: 100%;
  position: relative;
  background-image: url(../images/product-detail-resin-need.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 65px 0px 75px;
}
.product-detail-resin-need .bottom-bar:before {
  content: "";
  background-image: url(../images/product-detail-resin-need-down.png);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: top center;
}

.product-detail-resin-need .container {
  position: relative;
}
.product-detail-resin-need .bottom-bar .custom-row {
  justify-content: center;
}
.product-detail-resin-need .bottom-bar .column {
  text-align: center;
  border: solid 6px #fff;
  color: #fff;
  padding: 20px;
  margin: 0px 15px;
  width: 24%;
}

.product-detail-resin-need .bottom-bar .title {
  font-size: 32px;
  font-family: "Vinyl OT";
  line-height: 1;
  margin-bottom: 10px;
}
.product-detail-resin-need .bottom-bar .value {
  font-size: 64px;
  font-family: "Vinyl OT";
  line-height: 1;
  margin-bottom: 5px;
}
.product-detail-resin-need .bottom-bar .column p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.product-detail-resin-need.product-detail-you-need .bottom-bar {
  background-image: url(../images/product-detail-you-need.jpg);
}

/*=============== End product-detail-resin-need ===============*/

/*=============== Start product-rating-section ===============*/
.product-rating-section {
  float: left;
  width: 100%;
  background: #fff;
  padding: 100px 0px 100px;
}
.product-rating-section .custom-row {
  justify-content: flex-start;
  align-items: center;
}
.product-rating-section .col-left {
  margin-bottom: auto;
}
.product-rating-section .rating-count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-rating-section .rating-value {
  font-size: 64px;
  text-transform: uppercase;
  font-family: "Vinyl OT";
  line-height: 1;
  margin-bottom: 0;
  color: #5f1eb0;
  margin-right: 15px;
}
.product-rating-section .rating-summary .rating-result {
  width: 165px;
}
.product-rating-section .rating-summary .rating-result:before {
  font-size: 30px;
  height: 30px;
  letter-spacing: 3px;
  line-height: 30px;
}
.product-rating-section .rating-summary .rating-result > span:before {
  color: #d6aa3a;
  font-size: 30px;
  height: 30px;
  letter-spacing: 3px;
  line-height: 30px;
}
.product-rating-section .total-rating-count {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Vinyl OT";
  line-height: 1;
  font-weight: normal;
  color: #3e3d46;
  margin-top: 4px;
}

.product-rating-section .col-center {
  border-left: solid 1px #3e3d46;
  margin-left: 30px;
  padding-left: 40px;
}
.product-rating-section .customer-rating-count {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.product-rating-section .star-count {
  width: 135px;
  display: flex;
  align-items: center;
}
.product-rating-section .rating-number-left {
  line-height: 1;
}
.product-rating-section .rating-number-left .fa {
  color: #d6aa3a;
  font-size: 22px;
}
.product-rating-section .outer-cls {
  width: 115px;
  background: #e3e4e4;
  height: 25px;
  position: relative;
  margin-right: 15px;
}

.product-rating-section .outer-cls .innner-cls {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #5f1eb0;
}

.product-rating-section .rating-number-right {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Vinyl OT";
  line-height: 1;
  font-weight: normal;
  color: #3e3d46;
}
.product-rating-section .col-right {
  margin-left: auto;
}
.product-rating-section .col-right .nav {
  border: none;
}
.product-rating-section .col-right .nav-item {
  margin: 0;
  margin-left: 25px;
}
.product-rating-section .col-right .nav-link {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Vinyl OT";
  color: #5f1eb0 !important;
  width: 220px;
  height: 55px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 3px #5f1eb0 !important;
  border-radius: 0px;
  background-color: transparent;
  line-height: 1;
  background-image: url(../images/button-hover-2.png);
  background-repeat: no-repeat;
  background-position: top -70px center;
  background-size: 107%;
  transition: all 0.5s;
}
.product-rating-section .col-right .nav-link:hover,
.product-rating-section .col-right .active .nav-link {
  background-position: top center;
  color: #fff !important;
}

/*=============== End product-rating-section ===============*/

/*=============== Start review-form-tab ===============*/
.review-form-tab {
  float: left;
  width: 100%;
  background: #efe9f7;
}
.review-form-tab .tab-content > .tab-pane {
  padding: 60px 0px 70px;
  clear: both;
  float: left;
  width: 100%;
}
.review-form-main {
  width: 100%;
  max-width: 880px;
  margin: auto;
}

.review-form-main .block-title {
  display: block;
  margin-bottom: 50px;
}
.review-form-main .block-title .title {
  font-size: 44px;
  font-family: "Vinyl OT";
  color: #5f1eb0;
  line-height: 1.2;
}
.review-form-main .block-title p {
  font-size: 18px;
}
.review-form-main .block-title a {
  font-weight: 500;
  color: inherit;
}
.review-form-main .block-content form {
  max-width: 100%;
}
.review-form-main .block-content form > fieldset {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.review-form-main .block-content form > fieldset > * {
  padding: 0px 15px;
}
.review-form-main .block-content .review-field-ratings {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.review-form-main .block-content legend.label {
  font-family: "Montserrat";
  font-weight: 600;
  color: #3e3d46;
  font-size: 16px;
  border: none;
  margin: 0;
  width: auto;
  display: inline-block;
}
.review-form-main .block-content .review-field-ratings label.label {
  display: none;
}
.review-form-main .block-content .review-field-ratings > .control {
  position: relative;
  width: 200px;
  height: 33px;
  margin: -30px 0px 0px 130px;
}
.review-form-main .block-content .review-field-ratings .nested {
  width: 100%;
  height: 100%;
}
.review-form-main .block-content .review-field-ratings .review-field-rating {
  width: 100%;
  height: 100%;
}
.review-form-main .block-content .review-field-ratings .review-control-vote {
  margin: 0;
  width: 100%;
  height: 100%;
}
.review-form-main .review-control-vote:before {
  color: #d6aa3a;
}
.review-form-main .review-control-vote label:before {
  color: #d6aa3a;
}
.review-form-main .review-field-nickname,
.review-form-main .review-field-nickname {
  width: 50%;
  margin-bottom: 20px;
}
.review-form-main .review-field-summary {
  width: 100%;
  display: none;
}
.review-form-main .field.review-field-refer {
  width: 100%;
  margin-bottom: 20px;
}
.review-form-main .review-field-text {
  width: 100%;
}
.review-form-main .fieldset label.label {
  font-family: "Montserrat";
  color: #3e3d46;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.review-form-main .block-content .control {
  display: block;
}

.review-form-main .block-content .fieldset > .field input:not([type="file"]) {
  height: 40px;
  border: solid 1px #000;
  font-family: "Montserrat";
  color: #3e3d46;
  font-size: 16px;
  box-shadow: none;
  padding: 0px 15px;
  width: 100%;
}
.review-form-main .block-content .fieldset > .field textarea {
  height: 170px;
  border: solid 1px #000;
  font-family: "Montserrat";
  color: #3e3d46;
  font-size: 16px;
  box-shadow: none;
  padding: 10px 15px;
  width: 100%;
}
.review-form-main .block-content .fieldset > .field select {
  height: 40px;
  border: solid 1px #000;
  font-family: "Montserrat";
  color: #3e3d46;
  font-size: 16px;
  box-shadow: none;
  padding: 0px 30px 0px 15px;
  width: 100%;
}

.review-form-main .block-content .review-field-image {
  width: 100%;
  margin: 5px 0px 40px;
}
.review-form-main .block-content .review-field-image label.label {
  margin-bottom: 15px;
}

.review-form-main [type="file"] {
  color: #878787;
}
.review-form-main [type="file"] {
  color: #3e3d46;
  font-size: 14px;
}
.review-form-main [type="file"]::-webkit-file-upload-button {
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #5f1eb0;
  cursor: pointer;
  outline: none;
  padding: 10px 25px;
  text-transform: capitalize;
  transition: all 0.5s ease;
}

.review-form-main .block-content .action.submit.primary {
  font-size: 24px;
  font-family: "Vinyl OT";
  color: #5f1eb0;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: transparent;
  border: solid 3px #5f1eb0;
  width: 230px;
  height: 55px;
  padding: 0;
  position: relative;
  background-image: url(../images/button-hover-2.png);
  background-repeat: no-repeat;
  background-position: top -70px center;
  background-size: 102%;
  transition: all 0.5s;
}
.review-form-main .block-content .action.submit.primary:hover {
  background-position: top center;
  color: #fff;
}
/*=============== End review-form-tab ===============*/

/*=============== Start review section ===============*/
.customer-reviews-main {
  float: left;
  width: 100%;
  margin-bottom: 0px !important;
}
.customer-reviews-top {
  float: left;
  width: 100%;
  margin-bottom: 55px;
}
.customer-reviews-top ul.nav {
  margin: 0;
  border: none;
}
.customer-reviews-top ul.nav li {
  margin: 0;
}
.customer-reviews-top ul.nav a {
  margin: 0;
  border: none;
  background-color: transparent;
  color: #5f1eb0;
  border-radius: 0px;
  font-size: 32px;
  font-family: "Vinyl OT";
  width: 450px;
  height: 75px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-reviews-top ul.nav a:hover,
.customer-reviews-top ul.nav .active a,
.customer-reviews-top ul.nav .active a:focus {
  border: none;
  background-color: #aa8bd5;
  color: #fff;
}

.customer-reviews-bottom {
  float: left;
  width: 100%;
}

.customer-reviews-bottom .filter-review {
  clear: both;
  margin-bottom: 60px;
}

.customer-reviews-bottom .main-title {
  color: #5f1eb0;
  border-radius: 0px;
  font-size: 44px;
  font-family: "Vinyl OT";
  margin-bottom: 15px;
}
.customer-reviews-bottom .filter-review ul {
  display: flex;
  flex-wrap: wrap;
}
.customer-reviews-bottom .filter-review li {
  margin: 0px 15px 15px 0px;
}
.customer-reviews-bottom .filter-review a.sorter {
  font-size: 21px;
  color: #5f1eb0;
  font-weight: 500;
  min-width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 10px;
  background: #fff;
  border: solid 1px #d0d0d0;
}
.customer-reviews-bottom .review-item {
  border-top: solid 2px #000 !important;
  border-bottom: none !important;
  padding: 20px 0px 50px !important;
  margin-bottom: 0px !important;
}
.customer-reviews-bottom .review-item .top-bar {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.customer-reviews-bottom .review-date {
  margin-left: auto !important;
  display: block;
  color: #3e3d46;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px !important;
  line-height: 1;
}
.customer-reviews-bottom .review-title {
  margin: 0;
  color: #5f1eb0;
  border-radius: 0px;
  font-size: 32px;
  font-family: "Vinyl OT";
  font-weight: normal;
  line-height: 1.2;
}
.customer-reviews-bottom .review-ratings {
  max-width: initial;
  margin: 9px 15px 0px 15px;
}
.customer-reviews-bottom .review-ratings .rating-label {
  display: none;
}
.customer-reviews-bottom .rating-summary {
  display: block;
  line-height: 1;
}
.customer-reviews-bottom .rating-summary .rating-result {
  width: 105px;
}
.customer-reviews-bottom .rating-summary .rating-result:before {
  font-size: 19px;
  height: 19px;
  line-height: 19px;
}
.customer-reviews-bottom .rating-summary .rating-result > span:before {
  color: #d6aa3a;
  font-size: 19px;
  height: 19px;
  line-height: 19px;
}
.customer-reviews-bottom .review-content {
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 25px;
  color: #3e3d46;
}
.customer-reviews-bottom ul.ave-review-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  margin-left: -12px;
  margin-right: -12px;
}
.customer-reviews-bottom ul.ave-review-images li {
  max-width: 100% !important;
  width: calc(25% - 24px) !important;
  margin: 0px 12px 24px;
  height: auto !important;
  pointer-events: none;
}
.customer-reviews-bottom ul.ave-review-images img {
  height: auto;
  width: 100%;
}
.customer-reviews-bottom ul.ave-review-images li:hover img {
  border-color: #5f1eb0;
}
.customer-reviews-bottom .review-item .bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.customer-reviews-bottom .review-item .bottom-bar .left {
  font-size: 18px;
  font-weight: 500;
  color: #3e3d46;
}
.customer-reviews-bottom .review-item .bottom-bar > .left > * {
  color: inherit;
  font-size: inherit;
}
.customer-reviews-bottom .review-item .bottom-bar > .left > a {
  margin-left: 10px;
}
.customer-reviews-bottom .review-item .bottom-bar a.right {
  cursor: pointer;
  color: #5f1eb0;
  font-size: 18px;
  font-family: "Vinyl OT";
  font-weight: normal;
  text-transform: uppercase;
}

.customer-reviews-main .review-toolbar {
  border: none;
  margin-bottom: 70px;
}
.customer-reviews-main .box-question-list p.toolbar-amount {
  display: none;
}
.customer-reviews-main .box-question-list .limiter {
  display: none;
}
.customer-reviews-main .review-toolbar .pager {
  margin: 0;
}
.customer-reviews-main .review-toolbar p.toolbar-amount {
  display: none;
}
.customer-reviews-main .review-toolbar .pages {
  display: block;
  padding: 0;
  border: none;
}
.customer-reviews-main .review-toolbar .pages-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px;
}
.customer-reviews-main .review-toolbar li.item {
  margin: 0px;
  display: block;
  line-height: 1;
  position: relative;
}
.customer-reviews-main .review-toolbar li.item > * {
  margin: 0;
  padding: 4px;
  border: none;
  background: transparent;
  box-shadow: none;
  font-size: 21px;
  line-height: 1;
  color: #3e3d46;
  height: 100%;
}

.customer-reviews-main .review-toolbar li.item > .next:before {
  font-size: inherit;
  color: inherit !important;
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: bold;
}

.customer-reviews-main .review-toolbar li.item > .previous:before {
  font-size: inherit;
  color: inherit !important;
  content: "\f104";
  font-family: "FontAwesome";
  font-weight: bold;
}

.customer-reviews-main .review-toolbar li.current > * {
  font-weight: 600;
  color: #5f1eb0;
}
.customer-reviews-main .box-question-list {
  border: none;
  margin: 0px;
}
.customer-reviews-main .question-list {
  margin: 0;
}
/*=============== End review section ===============*/

/*========== Start amgiftcard-modal ===========*/
.amgiftcard-modal-container header.modal-header {
  border: none;
  padding: 0;
  min-height: 0;
}
.amgiftcard-modal-container header.modal-header button.action-close {
  z-index: 1;
  background: #5f1eb0;
  margin: 0;
  padding: 12px;
  line-height: 1;
}
.amgiftcard-modal-container header.modal-header button.action-close:before {
  color: #fff;
}
.amcard-page-product .amgiftcard-modal-container .modal-inner-wrap {
  max-width: 600px;
}
.amgiftcard-modal-container.modal-popup .modal-content {
  border: none;
  box-shadow: none;
  padding: 50px 25px 0px;
}
.amgiftcard-modal-container.modal-popup table.wrapper table.main {
  width: 100% !important;
  border-color: #5f1eb0;
  box-shadow: none;
}
.amgiftcard-modal-container.modal-popup table.wrapper td.wrapper-inner {
  padding: 0px !important;
  font-size: 14px;
}
.amgiftcard-modal-container footer.modal-footer {
  padding: 15px 20px;
}
.amgiftcard-modal-container footer.modal-footer button {
  margin: 0px !important;
  border: solid 2px #5f1eb0;
  background: transparent;
  color: #5f1eb0;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Vinyl OT";
  font-weight: normal;
  padding: 7px 70px;
  background-image: url(../images/button-hover-2.png);
  background-repeat: no-repeat;
  background-size: 102%;
  background-position: top -50px center;
  transition: all 0.7s;
  line-height: 1;
}

.amgiftcard-modal-container footer.modal-footer button:hover {
  color: #fff;
  background-position: top center;
}
/*========== End amgiftcard-modal ===========*/

@media screen and (min-width: 768px) {
  .product-detail-top .product-info-main .product-delivery-section {
    display: none;
  }
  .mobile-title {
    display: none;
  }
  .product-detail-tab-content
    > .container
    > .tab-content
    > .tab-pane
    > .panel
    > .collapse {
    display: block;
  }
  .product-detail-tab-content .product-video-slider .owl-stage {
    width: calc(100% + 30px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-detail-tab-content .product-video-slider .owl-stage .owl-item {
    width: 50% !important;
    padding: 0px 15px;
    margin: 0px 0px 40px;
  }
  .product-detail-top .product.media .fotorama__stage__frame .fotorama__img {
    max-height: 80%;
    max-width: 80%;
  }
}
@media screen and (min-width: 1366px) {
  .product-detail-top .product-info-main .custom-options label.label {
    font-size: 18px;
  }
}
@media screen and (max-width: 1919px) {
  .catalog-product-view .page-main {
    margin-top: 110px;
  }
  .product-detail-top {
    margin-bottom: 60px;
  }
  .product-detail-top .product.media .gallery-placeholder {
    margin-bottom: 25px;
  }
  .product-detail-top .fotorama__stage .fotorama__arr {
    width: 60px;
    display: block !important;
  }
  .product-detail-top .fotorama__arr--next .fotorama__arr__arr,
  .product-detail-top .fotorama__arr--prev .fotorama__arr__arr {
    background-size: 15px;
    width: 60px;
    height: 60px;
  }
  .product-detail-top .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: 30px;
  }
  .product-detail-top .product-delivery-section {
    padding: 12px;
  }
  .product-detail-top .product-delivery-section figure {
    width: 60px;
  }
  .product-detail-top .product-delivery-section .text-box {
    width: calc(100% - 70px);
    padding-top: 4px;
  }
  .product-detail-top .product-delivery-section p {
    font-size: 16px;
  }
  .product-delivery-section ~ .product-delivery-section {
    margin-top: 10px;
  }
  .product-detail-top .product-view-section {
    padding: 12px;
    margin-bottom: 10px;
  }
  .product-detail-top .product-view-section figure {
    width: 30px;
  }
  .amasty-rewards-highlight-custom {
    top: 0px;
    width: 141px;
    height: 87px;
    border-radius: 3px;
    padding-bottom: 2px;
    font-size: 45px;
  }
  .product-detail-top .amasty-rewards-highlight-custom ~ .page-title-wrapper {
    padding-right: 150px;
  }
  .product-detail-top .page-title-wrapper {
    margin-bottom: 10px;
  }
  .product-detail-top .page-title-wrapper .page-title {
    font-size: 50px;
  }
  .product-detail-top .product-attribute-sku {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .product-detail-top .product-info-main .product-reviews-summary {
    margin-bottom: 18px;
  }
  .product-detail-top .product-info-main .rating-summary {
    margin-right: 6px;
  }
  .product-detail-top .product-reviews-summary .reviews-actions a.view {
    font-size: 15px;
  }
  .product-detail-top .rating-summary .rating-result {
    width: 120px;
  }
  .product-detail-top .rating-summary .rating-result:before {
    font-size: 22px;
    height: 22px;
    line-height: 22px;
  }
  .product-detail-top .rating-summary .rating-result > span:before {
    font-size: 22px;
    height: 22px;
    line-height: 22px;
  }
  .product-detail-top .elevator-pitch {
    margin-bottom: 25px;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    span.amcard-title {
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 15px;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-label-block {
    font-size: 15px;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-field-block.-datepicker
    .amcard-field {
    padding-left: 30px;
    height: 40px;
    font-size: 15px;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-field-block.-datepicker
    .amcard-label:before {
    top: 10px;
    width: 16px;
    height: 16px;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-field-block
    > input.amcard-field {
    padding: 0px 12px;
    height: 40px;
    font-size: 15px;
  }
  .product-detail-top .product-info-main .product-add-form form p.comment {
    font-size: 15px;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    textarea.amcard-field {
    padding: 8px 12px;
    height: 110px;
    font-size: 15px;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-form-container:first-child {
    border-width: 15px;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-preview-container {
    margin: 12px 0px 20px;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    input.amcard-button {
    font-size: 16px;
    padding: 11px 16px;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-label-block
    > .amcard-name {
    margin-left: 30px;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-label-block
    > .amcard-icon {
    top: 1px;
    width: 21px;
    height: 21px;
  }
  .product-detail-top .product-shortdescription {
    font-size: 16px;
    margin: 20px 0px 30px;
  }
  .product-detail-top .elevator-pitch > div {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .product-detail-top .elevator-pitch > div img {
    max-width: 50px;
    margin-right: 20px;
  }
  .product-detail-top .product-info-main .product-options-wrapper {
    padding: 10px 15px 0px;
    margin-bottom: 15px;
  }
  .product-detail-top .product-info-main .product-options-wrapper .field {
    padding: 0px 8px 12px;
  }
  .product-detail-top .product-info-main .product-options-wrapper .fieldset {
    margin-left: -8px;
    margin-right: -8px;
  }
  .product-detail-top .product-info-main label.label,
  .product-detail-top
    .product-info-main
    .product-options-wrapper
    .swatch-attribute-label,
  .product-detail-top
    .product-info-main
    .product-options-wrapper
    .swatch-attribute-selected-option {
    font-size: 15px;
  }
  .product-detail-top .product-info-main select {
    font-size: 15px;
    height: 40px;
    padding: 0px 20px 0px 12px;
    background-size: 22px;
    background-position: center right 3px;
  }
  .product-detail-top .amrec-product-view {
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  .product-detail-top .amrec-product-view .custom-row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .product-detail-top .amrec-product-view .amrec-purchase-option {
    padding: 0px 8px;
  }
  .product-detail-top .amrec-product-view label.amrec-label {
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 12px;
  }

  .product-detail-top
    .amrec-product-view
    .subscribe_product
    label.amrec-label:after {
    right: 7px;
    font-size: 22px;
  }
  .product-detail-top .amrec-product-view .subscribe_product label.amrec-label {
    padding-right: 20px;
  }
  .product-detail-top ._amrec-panel,
  .product-detail-top .amrec-subscription-options,
  .product-detail-top .amrec-subscription-info {
    padding: 15px;
    margin: 0px 0px 15px 0px;
  }
  .product-detail-top ._amrec-title,
  .product-detail-top .amrec-cycle-container .amrec-title,
  .product-detail-top .amrec-subscription-start .amrec-title,
  .product-detail-top .amrec-subscription-end .amrec-title {
    font-size: 15px;
  }
  .product-detail-top ._amrec-radio-input.-plate + .amrec-label,
  .product-detail-top ._amrec-radio-input.-plate.-plate + .amrec-label,
  .product-detail-top
    .amrec-purchase-option
    .amrec-input.-radio.-plate
    + .amrec-label,
  .product-detail-top .amrec-cycle-container .amrec-input.-radio + .amrec-label,
  .product-detail-top .amrec-end-type .amrec-input.-radio + .amrec-label,
  .product-detail-top
    .amrec-purchase-option
    .amrec-input.-radio.-plate.-plate
    + .amrec-label,
  .product-detail-top
    .amrec-cycle-container
    .amrec-input.-radio.-plate
    + .amrec-label,
  .product-detail-top
    .amrec-end-type
    .amrec-input.-radio.-plate
    + .amrec-label {
    padding: 9px 13px;
    border-radius: 3px;
    font-size: 15px;
  }
  .product-detail-top table.amrec-info-table {
    font-size: 15px;
  }
  .product-detail-top table.amrec-info-table td.amrec-cell.-nobackground {
    padding: 8px 7px;
  }
  .product-detail-top .price-wrap {
    padding: 8px 12px;
    margin-bottom: 25px;
  }
  .product-detail-top .price-wrap .price-excluding-tax span.price,
  .product-detail-top .price-wrap .price-box .price-box span.price,
  .amcard-page-product
    .product-info-main
    .price-final_price
    .price-wrapper
    .price {
    font-size: 50px;
  }
  .product-detail-top .product-add-form .price-wrap .price-excluding-tax {
    margin-right: 0px;
  }
  .product-detail-top .price-wrap .price-including-tax span.price,
  .amcard-page-product
    .product-info-main
    .price-final_price
    .price-wrapper.price-including-tax
    .price {
    font-size: 15px;
  }
  .product-detail-top .price-wrap .price-box {
    padding-right: 10px;
  }
  .product-detail-top .field.qty {
    padding-left: 10px;
  }
  .product-detail-top .product-info-main .qty label.label {
    width: 75px;
  }
  .product-detail-top .price-wrap .qty .control > span {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
  .product-detail-top .price-wrap .qty input {
    width: 60px;
    font-size: 22px;
    padding: 0px 8px;
    height: 40px;
  }

  .product-detail-top .product-add-form button.tocart,
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .box-tocart
    button.tocart {
    font-size: 21px;
    padding: 12px 8px;
    background-position: top -165px center;
    border-width: 2px;
  }
  .product-detail-top .product-add-form button.buy-now-btn,
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .box-tocart
    button.buy-now-btn {
    margin: 8px 0px 0px;
    font-size: 21px;
    padding: 7px 10px;
  }
  .product-detail-top .product-info-main a.action.towishlist {
    font-size: 15px;
  }
  .product-detail-top .product-info-main a.action.towishlist:before {
    font-size: 15px;
    width: auto;
    margin-top: 0;
  }
  .product-you-may-also {
    padding: 40px 0px 40px;
  }
  .product-you-may-also .heading-wrap {
    margin-bottom: 15px;
  }
  .product-you-may-also .owl-stage {
    padding-top: 75px;
    padding-bottom: 22px;
  }
  .product-you-may-also .owl-item {
    padding: 0px 13px;
  }
  .product-you-may-also a.product-item-photo {
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .product-you-may-also a.product-item-photo img {
    height: 160px;
  }
  .product-you-may-also .product-item-details {
    padding: 0px 15px 30px;
  }
  .product-you-may-also .product-item-name {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .product-you-may-also .product-reviews-summary {
    margin-bottom: 12px;
  }
  .product-you-may-also .rating-summary .rating-result {
    width: 95px;
  }
  .product-you-may-also .rating-summary .rating-result:before {
    font-size: 17px;
    height: 17px;
    line-height: 17px;
  }
  .product-you-may-also .rating-summary .rating-result > span:before {
    font-size: 17px;
    height: 17px;
    line-height: 17px;
  }
  .product-you-may-also .price-box {
    margin-bottom: 15px;
  }
  .product-you-may-also .price-excluding-tax {
    margin-right: 8px;
  }
  .product-you-may-also .price-excluding-tax span.price {
    font-size: 28px;
  }
  .product-you-may-also .price-including-tax {
    margin-bottom: 3px;
  }
  .product-you-may-also .price-including-tax span.price {
    font-size: 13px;
  }
  .product-you-may-also button.action.tocart {
    font-size: 21px;
    padding: 8px 25px;
    background-size: 107%;
    border-width: 2px;
  }
  .product-you-may-also .owl-carousel .owl-nav button.owl-prev {
    transform: translate(-140%, -50%);
  }
  .product-you-may-also .owl-carousel .owl-nav button.owl-next {
    transform: translate(140%, -50%);
  }
  .product-detail-tab a.nav-link {
    font-size: 28px;
    padding: 15px 12px;
  }
  .product-detail-tab-content .product-information .col-right {
    width: 48%;
    margin-right: -14.5%;
  }
  .product-detail-tab-content .product-information .col-left {
    width: 66.5%;
  }
  .product-detail-tab-content .product-information .col-left {
    padding: 40px 40px 40px 0px;
  }
  .product-detail-tab-content .box-title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .product-detail-tab-content p {
    font-size: 15px;
  }
  .product-detail-tab-content .product-information .overlay {
    padding: 25px 30px;
    border-width: 5px;
  }
  .product-detail-tab-content .product-information .btn-border-white {
    padding: 8px 20px;
    background-position: top -100px center;
  }
  .product-detail-tab-content .product-information .overlay p {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .product-detail-tab-content .commen-box {
    padding-top: 40px;
  }
  .product-detail-tab-content .faq-accordion .box-title,
  .product-detail-tab-content .videos-box .box-title,
  .product-detail-tab-content .resources .box-title {
    margin-bottom: 30px;
  }
  .product-detail-tab-content .resources {
    margin-bottom: 20px;
  }
  .product-detail-tab-content .product-video-slider .owl-stage .owl-item {
    margin: 0px 0px 30px;
  }
  .product-detail-tab-content .sub-title {
    font-size: 28px;
    margin-bottom: 17px;
  }
  .product-detail-tab-content .resources .column img {
    height: 173px;
  }
  .product-detail-tab-content .resources .contant {
    margin-top: 12px;
  }
  .product-detail-tab-content .resources .contant .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .product-detail-tab-content .resources .btn-wrap {
    margin-top: 15px;
  }
  .product-detail-tab-content .resources .btn-border-white-mini {
    transition: all 0.8s;
    border-width: 2px;
  }
  .product-detail-tab-content .resources .col-right ul {
    font-size: 16px;
    margin-top: 25px;
  }
  .product-detail-tab-content .resources .col-right a {
    background-size: 16px;
  }
  .product-detail-tab-content .faq-accordion {
    padding-bottom: 50px;
  }
  .product-detail-tab-content .faq-accordion .panel {
    padding-top: 12px;
  }
  .product-detail-tab-content .faq-accordion .panel > a {
    line-height: 1.2;
    font-size: 28px;
    padding-right: 20px;
    padding-bottom: 12px;
  }
  .product-detail-tab-content .product-information strong {
    font-size: 28px;
  }
  .product-detail-tab-content .videos-box .contant {
    margin-top: 12px;
  }
  .product-detail-tab-content .videos-box .btn-wrap {
    margin-top: 15px;
  }
  .product-detail-tab-content .videos-box .btn-border-white-mini {
    min-width: 150px;
    background-size: 109%;
    transition: all 0.7s;
    border-width: 2px;
  }
  .product-detail-tab-content .faq-accordion .need-help {
    margin-top: 20px;
  }
  .product-detail-tab-content .faq-accordion .need-help .title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .product-detail-resin-need .top-bar {
    padding: 50px 0px;
  }
  .product-detail-resin-need .heading-title ~ p {
    margin-top: 20px;
  }
  .product-detail-resin-need .top-bar .custom-row {
    margin-bottom: 15px;
  }
  .product-detail-resin-need .top-bar .column {
    margin: 0px 10px 25px;
  }
  .product-detail-resin-need .top-bar .col-input {
    width: 20%;
  }
  .product-detail-resin-need .top-bar label.lable {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .product-detail-resin-need .top-bar input {
    font-size: 18px;
    height: 45px;
    padding: 0px 20px;
  }
  .product-detail-resin-need .top-bar select {
    font-size: 18px;
    height: 45px;
    padding: 0px 30px 0px 15px;
    background-position: center right 5px;
    background-size: 22px;
  }
  .product-detail-resin-need .top-bar .btn-border-purple {
    background-size: calc(100% + 75px);
    transition: all 0.7s;
    font-size: 28px;
    border-width: 2px;
  }
  .product-detail-resin-need .bottom-bar {
    padding: 55px 0px 60px;
  }
  .product-detail-resin-need .bottom-bar:before {
    background-size: 60px;
  }
  .product-detail-resin-need .bottom-bar .column {
    padding: 15px;
    margin: 0px 12px;
    width: 25%;
    border-width: 5px;
  }
  .product-detail-resin-need .bottom-bar .title {
    font-size: 28px;
    margin-bottom: 9px;
  }
  .product-detail-resin-need .bottom-bar .value {
    font-size: 50px;
    margin-bottom: 4px;
  }
  .product-detail-resin-need .bottom-bar .column p {
    font-size: 16px;
  }
  .product-rating-section {
    padding: 70px 0px 70px;
  }
  .product-rating-section .rating-value {
    font-size: 50px;
    margin-right: 12px;
  }

  .product-rating-section .rating-summary .rating-result:before {
    font-size: 26px;
    height: 26px;
    letter-spacing: 2px;
    line-height: 26px;
  }
  .product-rating-section .rating-summary .rating-result > span:before {
    font-size: 26px;
    height: 26px;
    letter-spacing: 2px;
    line-height: 26px;
  }

  .product-rating-section .rating-summary .rating-result {
    width: 140px;
  }
  .product-rating-section .total-rating-count {
    font-size: 15px;
  }
  .product-rating-section .col-center {
    margin-left: 25px;
    padding-left: 32px;
  }
  .product-rating-section .rating-number-left .fa {
    font-size: 19px;
  }
  .product-rating-section .star-count {
    width: 120px;
  }
  .product-rating-section .outer-cls {
    width: 110px;
    height: 22px;
    margin-right: 12px;
  }
  .product-rating-section .rating-number-right {
    font-size: 15px;
  }
  .product-rating-section .col-right .nav-item {
    margin-left: 22px;
  }
  .product-rating-section .col-right .nav-link {
    font-size: 21px;
    width: 200px;
    height: 50px;
    transition: all 0.6s;
    border-width: 2px !important;
  }
  .review-form-tab .tab-content > .tab-pane {
    padding: 50px 0px 60px;
  }
  .review-form-main {
    max-width: 770px;
  }
  .review-form-main .block-title {
    margin-bottom: 40px;
  }
  .review-form-main .block-title .title {
    font-size: 40px;
  }
  .review-form-main .block-title p {
    font-size: 17px;
  }
  .review-form-main .block-content .review-field-ratings {
    margin-bottom: 22px;
  }
  .review-form-main .block-content legend.label {
    font-size: 15px;
  }
  .review-form-main .block-content .review-field-ratings > .control {
    width: 165px;
    height: 28px;
    margin: -24px 0px 0px 115px;
  }
  .review-form-main .review-control-vote label:before,
  .review-form-main .review-control-vote:before {
    font-size: 27px;
    height: 27px;
    letter-spacing: 7px;
    line-height: 27px;
  }
  .review-form-main .fieldset label.label {
    font-size: 15px;
  }
  .review-form-main .block-content .fieldset > .field input:not([type="file"]) {
    height: 37px;
    font-size: 15px;
    padding: 0px 12px;
  }
  .review-form-main .block-content .fieldset > .field select {
    height: 37px;
    font-size: 15px;
    padding: 0px 25px 0px 12px;
    background-size: 27px;
  }
  .review-form-main .block-content .fieldset > .field textarea {
    height: 150px;
    font-size: 15px;
    padding: 7px 12px;
  }
  .review-form-main .block-content .review-field-image {
    margin: 0px 0px 35px;
  }
  .review-form-main [type="file"]::-webkit-file-upload-button {
    padding: 8px 20px;
  }
  .review-form-main .block-content .action.submit.primary {
    font-size: 21px;
    width: 210px;
    height: 50px;
  }
  .customer-reviews-top {
    margin-bottom: 45px;
  }
  .customer-reviews-top ul.nav a {
    font-size: 28px;
    width: 370px;
    height: 65px;
  }
  .customer-reviews-bottom .filter-review {
    margin-bottom: 50px;
  }
  .customer-reviews-bottom .main-title {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .customer-reviews-bottom .filter-review li {
    margin: 0px 12px 12px 0px;
  }
  .customer-reviews-bottom .filter-review a.sorter {
    font-size: 18px;
    min-width: 120px;
    height: 45px;
  }
  .customer-reviews-bottom .review-item {
    padding: 15px 0px 40px !important;
  }
  .customer-reviews-bottom .review-item .top-bar {
    margin-bottom: 12px;
  }
  .customer-reviews-bottom .review-title {
    font-size: 28px;
  }
  .customer-reviews-bottom .review-date {
    font-size: 17px;
    margin-top: 11px !important;
  }
  .customer-reviews-bottom .review-content {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .customer-reviews-bottom ul.ave-review-images {
    margin-left: -10px;
    margin-right: -10px;
  }
  .customer-reviews-bottom ul.ave-review-images li {
    width: calc(25% - 20px) !important;
    margin: 0px 10px 20px;
  }
  .customer-reviews-bottom .review-item .bottom-bar .left {
    font-size: 17px;
  }
  .customer-reviews-bottom .review-item .bottom-bar a.right {
    font-size: 17px;
  }
  .customer-reviews-main .review-toolbar {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1439px) {
  .product-detail-tab-content .product-information .col-right {
    width: 45%;
    margin-right: -11.5%;
  }
  .product-detail-tab-content .product-information .overlay {
    padding: 20px 20px;
    border-width: 4px;
  }
  .product-detail-tab-content .product-information .col-left {
    padding: 35px 35px 35px 0px;
  }
  .product-detail-tab-content p:not(:last-child) {
    margin-bottom: 10px;
  }
  .product-detail-tab-content .commen-box {
    padding-top: 35px;
  }
}

@media screen and (max-width: 1365px) {
  .product-detail-tab-content .product-information .col-right {
    width: 37.5%;
    margin-right: -4%;
  }
  .product-detail-tab-content .product-information .overlay {
    padding: 15px;
    border-width: 4px;
    width: 76%;
    height: 76%;
    left: 12%;
    top: 12%;
  }
  .product-detail-tab-content .product-information .btn-border-white {
    padding: 8px 20px;
    background-position: top -90px center;
    font-size: 22px;
    transition: all 0.8s;
  }
  .product-detail-tab-content .product-information .overlay p {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .catalog-product-view .page-main {
    margin-top: 90px;
  }
  .product-detail-top {
    margin-bottom: 40px;
  }
  .product-detail-top .product.media .gallery-placeholder {
    margin-bottom: 20px;
  }
  .product-detail-top .fotorama__stage .fotorama__arr {
    width: 50px;
  }
  .product-detail-top .fotorama__arr--next .fotorama__arr__arr,
  .product-detail-top .fotorama__arr--prev .fotorama__arr__arr {
    background-size: 12px;
    width: 50px;
    height: 50px;
  }
  .product-detail-top .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: 25px;
  }
  .product-detail-top .product-delivery-section {
    padding: 10px;
  }
  .product-detail-top .product-delivery-section figure {
    width: 55px;
    margin-right: 5px;
  }
  .product-delivery-section ~ .product-delivery-section {
    margin-top: 8px;
  }
  .product-detail-top .product-delivery-section .text-box {
    width: calc(100% - 60px);
    padding-top: 3px;
  }
  .product-detail-top .product-delivery-section p {
    font-size: 14px;
  }
  .product-detail-top .product-view-section {
    padding: 10px;
    margin-bottom: 8px;
  }
  .amasty-rewards-highlight-custom {
    top: 0px;
    width: 121px;
    height: 75px;
    border-radius: 2px;
    padding-bottom: 2px;
    font-size: 37px;
  }
  .product-detail-top .amasty-rewards-highlight-custom ~ .page-title-wrapper {
    padding-right: 130px;
  }
  .product-detail-top .page-title-wrapper .page-title {
    font-size: 45px;
  }
  .product-detail-top .product-attribute-sku {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .product-detail-top .rating-summary .rating-result:before,
  .product-detail-top .rating-summary .rating-result > span:before {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
  }
  .product-detail-top .rating-summary .rating-result {
    width: 108px;
  }
  .product-detail-top .product-reviews-summary .reviews-actions a.view {
    font-size: 14px;
    line-height: 1;
  }
  .product-detail-top .elevator-pitch {
    margin-bottom: 20px;
  }
  .product-detail-top .product-shortdescription {
    font-size: 14px;
    margin: 15px 0px 25px;
  }
  .product-detail-top .elevator-pitch > div {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .product-detail-top .elevator-pitch > div img {
    max-width: 44px;
    margin-right: 15px;
  }
  .product-detail-top .product-info-main select {
    font-size: 14px;
    height: 36px;
    padding: 0px 16px 0px 10px;
    background-size: 20px;
    background-position: center right 5px;
  }
  .product-detail-top .amrec-product-view label.amrec-label {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
  }
  .product-detail-top ._amrec-radio-input + .amrec-label:before,
  .product-detail-top ._amrec-radio-input.-plate + .amrec-label:before,
  .product-detail-top
    .amrec-purchase-option
    .amrec-input.-radio
    + .amrec-label:before,
  .product-detail-top
    .amrec-purchase-option
    .amrec-input.-radio.-plate
    + .amrec-label:before,
  .product-detail-top
    .amrec-cycle-container
    .amrec-input.-radio
    + .amrec-label:before,
  .product-detail-top
    .amrec-end-type
    .amrec-input.-radio
    + .amrec-label:before {
    margin-right: 7px;
    width: 15px;
    height: 15px;
  }
  .product-detail-top .price-wrap .price-excluding-tax span.price,
  .product-detail-top .price-wrap .price-box .price-box span.price,
  .amcard-page-product
    .product-info-main
    .price-final_price
    .price-wrapper
    .price {
    font-size: 40px;
  }
  .product-detail-top .product-add-form .price-wrap .price-excluding-tax {
    margin-right: 0px;
  }
  .product-detail-top .price-wrap .price-including-tax span.price,
  .amcard-page-product
    .product-info-main
    .price-final_price
    .price-wrapper.price-including-tax
    .price {
    font-size: 14px;
    line-height: 1.5;
  }
  .product-detail-top .price-wrap .price-box {
    padding-right: 0;
  }
  .product-detail-top .product-info-main label.label,
  .product-detail-top
    .product-info-main
    .product-options-wrapper
    .swatch-attribute-label,
  .product-detail-top
    .product-info-main
    .product-options-wrapper
    .swatch-attribute-selected-option {
    font-size: 14px;
  }
  .product-detail-top .product-info-main .qty label.label {
    width: 68px;
  }
  .product-detail-top .price-wrap .qty .control > span {
    width: 36px;
    height: 36px;
    font-size: 11px;
  }
  .product-detail-top .price-wrap .qty input {
    width: 50px;
    font-size: 19px;
    padding: 0px 5px;
    height: 36px;
  }
  .product-detail-top .price-wrap {
    margin-bottom: 20px;
  }
  .product-detail-top .product-add-form button.tocart,
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .box-tocart
    button.tocart {
    font-size: 18px;
    padding: 9px 8px;
    background-position: top -138px center;
  }
  .product-detail-top .product-add-form button.buy-now-btn,
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .box-tocart
    button.buy-now-btn {
    font-size: 18px;
    padding: 4px 10px;
  }
  .product-you-may-also {
    padding: 35px 0px 30px;
  }
  .product-you-may-also .heading-wrap {
    margin-bottom: 10px;
  }
  .product-you-may-also .owl-carousel .owl-nav button.owl-prev {
    transform: translate(-70%, -50%);
  }
  .product-you-may-also .owl-carousel .owl-nav button.owl-next {
    transform: translate(70%, -50%);
  }
  .product-you-may-also .product-item-info {
    border-width: 2px;
  }
  .product-you-may-also a.product-item-photo {
    margin-top: -40px;
    margin-bottom: 15px;
  }
  .product-you-may-also .owl-stage {
    padding-top: 65px;
    padding-bottom: 20px;
  }
  .product-detail-tab a.nav-link {
    font-size: 24px;
    padding: 12px 10px;
  }
  .product-detail-tab-content .product-information .col-left {
    padding: 25px 25px 25px 0px;
    width: 60%;
  }
  .product-detail-tab-content .box-title {
    font-size: 30px;
  }
  .product-detail-tab-content p {
    font-size: 14px;
  }
  .product-detail-tab-content .product-information .col-right {
    width: 43.2%;
    margin-right: -3.2%;
  }
  .product-detail-tab-content .product-information .overlay p {
    font-size: 15px;
  }
  .product-detail-tab-content .product-information .overlay {
    padding: 20px;
    border-width: 3px;
    width: 70%;
    height: 70%;
    left: 15%;
    top: 15%;
  }
  .product-detail-tab-content .product-information .btn-border-white {
    padding: 8px 16px;
    background-position: top -80px center;
    font-size: 20px;
    transition: all 0.8s;
    border-width: 2px;
  }
  .product-detail-tab-content .commen-box {
    padding-top: 25px;
  }
  .product-detail-tab-content .faq-accordion .box-title,
  .product-detail-tab-content .videos-box .box-title,
  .product-detail-tab-content .resources .box-title {
    margin-bottom: 25px;
  }
  .product-detail-tab-content .product-video-slider .owl-stage .owl-item {
    margin: 0px 0px 25px;
  }
  .product-detail-tab-content .sub-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .product-detail-tab-content .resources .column img {
    height: 143px;
  }
  .product-detail-tab-content .resources .contant {
    margin-top: 10px;
  }
  .product-detail-tab-content .resources .contant .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-detail-tab-content .resources .col-right ul {
    font-size: 15px;
  }
  .product-detail-tab-content .resources .col-right a {
    background-size: 15px;
    border-width: 1px;
  }
  .product-detail-tab-content .faq-accordion {
    padding-bottom: 40px;
  }
  .product-detail-tab-content .faq-accordion .panel {
    padding-top: 10px;
  }
  .product-detail-tab-content .faq-accordion .panel > a {
    line-height: 1.2;
    font-size: 24px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .product-detail-tab-content .product-information strong {
    font-size: 24px;
  }
  .product-detail-tab-content .videos-box .btn-border-white-mini {
    min-width: 130px;
  }
  .product-detail-tab-content .faq-accordion .need-help .title {
    font-size: 24px;
  }
  .product-detail-resin-need .top-bar {
    padding: 40px 0px;
  }
  .product-detail-resin-need .heading-title ~ p {
    margin-top: 12px;
  }
  .product-detail-resin-need .top-bar .col-input {
    width: 21%;
  }
  .product-detail-resin-need .top-bar .col-number {
    width: 9%;
  }
  .product-detail-resin-need .top-bar .column {
    margin: 0px 7px 20px;
  }
  .product-detail-resin-need .top-bar label.lable {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .product-detail-resin-need .top-bar input {
    font-size: 16px;
    height: 40px;
    padding: 0px 15px;
  }
  .product-detail-resin-need .top-bar select {
    font-size: 16px;
    height: 40px;
    padding: 0px 27px 0px 13px;
    background-position: center right 3px;
    background-size: 20px;
  }
  .product-detail-resin-need .top-bar .btn-border-purple {
    font-size: 24px;
  }
  .product-detail-resin-need .bottom-bar {
    padding: 45px 0px 50px;
  }
  .product-detail-resin-need .bottom-bar:before {
    background-size: 50px;
  }
  .product-detail-resin-need .bottom-bar .column {
    border-width: 4px;
  }
  .product-detail-resin-need .bottom-bar .title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .product-detail-resin-need .bottom-bar .value {
    font-size: 45px;
    margin-bottom: 3px;
  }
  .product-detail-resin-need .bottom-bar .column p {
    font-size: 14px;
  }
  .product-rating-section {
    padding: 50px 0px 50px;
  }
  .product-rating-section .rating-value {
    font-size: 45px;
    margin-right: 10px;
  }
  .product-rating-section .rating-summary .rating-result:before {
    font-size: 22px;
    height: 22px;
    line-height: 22px;
  }
  .product-rating-section .rating-summary .rating-result > span:before {
    font-size: 22px;
    height: 22px;
    line-height: 22px;
  }
  .product-rating-section .rating-summary .rating-result {
    width: 120px;
  }
  .product-rating-section .total-rating-count {
    font-size: 14px;
  }
  .product-rating-section .col-center {
    margin-left: 20px;
    padding-left: 25px;
  }
  .product-rating-section .customer-rating-count {
    margin-bottom: 6px;
  }
  .product-rating-section .rating-number-left .fa {
    font-size: 17px;
  }
  .product-rating-section .star-count {
    width: 105px;
  }
  .product-rating-section .outer-cls {
    width: 100px;
    height: 18px;
    margin-right: 10px;
  }
  .product-rating-section .rating-number-right {
    font-size: 14px;
  }
  .product-rating-section .col-right .nav-item {
    margin-left: 17px;
  }
  .product-rating-section .col-right .nav-link {
    font-size: 18px;
    width: 170px;
    height: 45px;
    background-size: 118%;
  }
  .customer-reviews-top {
    margin-bottom: 35px;
  }
  .customer-reviews-top ul.nav a {
    font-size: 25px;
    width: 310px;
    height: 55px;
  }
  .customer-reviews-bottom .filter-review {
    margin-bottom: 40px;
  }
  .customer-reviews-bottom .main-title {
    font-size: 36px;
  }
  .customer-reviews-bottom .filter-review li {
    margin: 0px 10px 10px 0px;
  }
  .customer-reviews-bottom .filter-review a.sorter {
    font-size: 16px;
    min-width: 110px;
    height: 40px;
  }
  .customer-reviews-bottom .review-item {
    padding: 15px 0px 30px !important;
  }
  .customer-reviews-bottom .review-title {
    font-size: 25px;
  }
  .customer-reviews-bottom .review-ratings {
    margin: 5px 12px 0px 12px;
  }
  .customer-reviews-bottom .review-date {
    font-size: 16px;
    margin-top: 9px !important;
  }
  .customer-reviews-bottom .review-content {
    font-size: 16px;
  }
  .customer-reviews-bottom .review-item .bottom-bar .left {
    font-size: 16px;
  }
  .customer-reviews-bottom .review-item .bottom-bar a.right {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .catalog-product-view .page-main {
    margin-top: 75px;
  }
  .product-detail-top .product.media .gallery-placeholder {
    margin-bottom: 15px;
  }
  .product-detail-top .fotorama__stage .fotorama__arr {
    width: 40px;
  }
  .product-detail-top .fotorama__arr--next .fotorama__arr__arr,
  .product-detail-top .fotorama__arr--prev .fotorama__arr__arr {
    background-size: 10px;
    width: 40px;
    height: 40px;
  }
  .product-detail-top .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: 20px;
  }
  .amasty-rewards-highlight-custom {
    top: 0px;
    width: 105px;
    height: 65px;
    border-radius: 1px;
    padding-bottom: 2px;
    font-size: 30px;
  }
  .product-detail-top .amasty-rewards-highlight-custom ~ .page-title-wrapper {
    padding-right: 110px;
  }
  .product-detail-top .page-title-wrapper .page-title {
    font-size: 40px;
  }
  .product-detail-top .product-info-main .product-options-wrapper .field {
    width: 100%;
  }
  .product-detail-top .amrec-product-view {
    padding: 10px 15px 0px 15px;
  }
  .product-detail-top .amrec-product-view .amrec-purchase-option {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-detail-top .product-shortdescription {
    margin: 15px 0px 20px;
  }
  .product-detail-top .price-wrap {
    flex-direction: column-reverse;
  }
  .product-detail-top .price-wrap .price-box {
    width: 100%;
  }
  .product-detail-top .field.qty {
    padding-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .product-you-may-also a.product-item-photo img {
    height: 130px;
  }
  .product-you-may-also a.product-item-photo {
    margin-top: -35px;
    margin-bottom: 12px;
  }
  .product-you-may-also .product-item-details {
    padding: 0px 12px 20px;
  }
  .product-you-may-also .product-item-name {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .product-you-may-also .product-reviews-summary {
    margin-bottom: 10px;
  }
  .product-you-may-also .rating-summary .rating-result:before {
    font-size: 15px;
    height: 15px;
    line-height: 15px;
  }
  .product-you-may-also .rating-summary .rating-result > span:before {
    font-size: 15px;
    height: 15px;
    line-height: 15px;
  }
  .product-you-may-also .rating-summary .rating-result {
    width: 85px;
  }
  .product-you-may-also .price-box {
    margin-bottom: 12px;
  }
  .product-you-may-also .price-excluding-tax span.price {
    font-size: 24px;
  }
  .product-you-may-also .price-including-tax span.price {
    font-size: 12px;
  }
  .product-you-may-also .price-excluding-tax {
    margin-right: 5px;
  }
  .product-you-may-also button.action.tocart {
    font-size: 18px;
    padding: 7px 20px;
    background-size: 108%;
    border-width: 2px;
  }
  .product-you-may-also .owl-stage {
    padding-top: 52px;
    padding-bottom: 15px;
  }
  .product-you-may-also {
    padding: 30px 0px 25px;
  }

  .product-detail-tab a.nav-link {
    font-size: 20px;
    padding: 10px 8px;
  }
  .product-detail-tab-content .product-information .col-right {
    width: 45.5%;
    margin-right: -5.5%;
  }
  .product-detail-tab-content .box-title {
    font-size: 24px;
  }
  .product-detail-tab-content .product-information .overlay {
    padding: 15px;
    border-width: 3px;
    width: 86%;
    height: 86%;
    left: 8%;
    top: 8%;
  }
  .product-detail-tab-content .videos-box {
    margin-bottom: 10px;
  }
  .product-detail-tab-content .sub-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .product-detail-tab-content .resources .column img {
    height: 103px;
  }
  .product-detail-tab-content .resources .contant .title {
    font-size: 18px;
  }
  .product-detail-resin-need .top-bar .column {
    margin: 0px 5px 20px;
  }
  .product-detail-resin-need .top-bar .col-input {
    width: 23%;
  }
  .product-detail-resin-need .top-bar label.lable {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .product-detail-resin-need .top-bar input {
    font-size: 14px;
    height: 36px;
    padding: 0px 12px;
  }
  .product-detail-resin-need .top-bar select {
    font-size: 14px;
    height: 36px;
    padding: 0px 20px 0px 9px;
    background-position: center right 1px;
    background-size: 18px;
  }
  .product-detail-resin-need .top-bar {
    padding: 30px 0px;
  }
  .product-detail-resin-need .top-bar .custom-row {
    margin-bottom: 5px;
  }
  .product-detail-resin-need .bottom-bar {
    padding: 35px 0px 40px;
  }
  .product-detail-resin-need .bottom-bar:before {
    background-size: 40px;
  }
  .product-detail-resin-need .bottom-bar .column {
    border-width: 3px;
    width: 30%;
  }
  .product-detail-resin-need .bottom-bar .title {
    font-size: 22px;
  }
  .product-detail-resin-need .bottom-bar .value {
    font-size: 40px;
    margin-bottom: 3px;
  }
  .product-detail-resin-need.product-detail-you-need .top-bar .col-input {
    width: 24%;
  }
  .product-rating-section .col-right .nav {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
  }
  .product-rating-section .col-right .nav-item {
    margin: 5px 0px;
  }
  .review-form-tab .tab-content > .tab-pane {
    padding: 40px 0px 50px;
  }
  .review-form-main .block-title {
    margin-bottom: 35px;
  }
  .review-form-main .block-title .title {
    font-size: 36px;
  }
  .review-form-main .block-title p {
    font-size: 16px;
  }
  .review-form-main {
    max-width: 100%;
  }
  .customer-reviews-top {
    margin-bottom: 30px;
  }
  .customer-reviews-top ul.nav a {
    font-size: 22px;
    width: 290px;
    height: 50px;
  }
  .customer-reviews-bottom .filter-review {
    margin-bottom: 30px;
  }
  .customer-reviews-bottom .main-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .customer-reviews-bottom ul.ave-review-images li {
    width: calc(33.33% - 20px) !important;
  }
  .customer-reviews-main .review-toolbar {
    margin-bottom: 40px;
  }
  .customer-reviews-bottom .review-title {
    font-size: 22px;
  }
  .customer-reviews-bottom .review-ratings {
    margin: 3px 10px 0px 10px;
  }
  .customer-reviews-bottom .review-date {
    font-size: 14px;
    margin-top: 8px !important;
  }
  .customer-reviews-bottom .review-content {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .customer-reviews-bottom .review-item .bottom-bar .left {
    font-size: 14px;
  }
  .customer-reviews-bottom .review-item .bottom-bar a.right {
    font-size: 14px;
  }
  .customer-reviews-bottom .review-item .bottom-bar > .left > a {
    margin-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .amcard-page-product .amgiftcard-modal-container .modal-inner-wrap {
    max-width: 100%;
  }
  .catalog-product-view .page-main {
    margin-top: 65px;
  }
  .product-detail-top {
    margin-bottom: 20px;
  }
  .catalog-product-view.page-layout-1column .product.media {
    max-width: 100%;
    position: relative;
    top: 0;
  }
  .product-detail-top .product.media .gallery-placeholder {
    margin-bottom: 35px;
  }
  .product-detail-top .fotorama__stage .fotorama__arr {
    width: 60px;
  }
  .product-detail-top .fotorama__arr--next .fotorama__arr__arr,
  .product-detail-top .fotorama__arr--prev .fotorama__arr__arr {
    background-size: 15px;
    width: 60px;
    height: 60px;
  }
  .product-detail-top .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    display: none !important;
  }
  .product-detail-top .product.media .product-delivery-section {
    display: none;
  }
  .product-detail-top .product.media .product-view-section {
    display: none;
  }

  .catalog-product-view.page-layout-1column .product-info-main {
    max-width: 100%;
  }
  .product-detail-top .page-title-wrapper {
    margin-bottom: 12px;
  }
  .product-detail-top .product-attribute-sku {
    margin-bottom: 12px;
  }
  .product-detail-top .product-reviews-summary .reviews-actions {
    margin-top: 7px;
  }
  .product-detail-top .elevator-pitch {
    margin-bottom: 30px;
  }
  .product-detail-top .elevator-pitch > div {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .product-detail-top .elevator-pitch > div img {
    max-width: 50px;
    margin-right: 12px;
  }
  .product-detail-top .product-info-main .product-options-wrapper {
    padding: 12px 15px 0px;
  }
  .product-detail-top .product-info-main label.label,
  .product-detail-top
    .product-info-main
    .product-options-wrapper
    .swatch-attribute-label,
  .product-detail-top
    .product-info-main
    .product-options-wrapper
    .swatch-attribute-selected-option {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
  }
  .product-detail-top .product-info-main .product-options-wrapper .field {
    padding: 0px 8px 15px;
  }
  .product-detail-top .product-info-main select {
    font-size: 16px;
    height: 40px;
  }
  .product-detail-top .amrec-product-view {
    padding: 15px 15px 0px 15px;
  }
  .product-detail-top .amrec-product-view .amrec-purchase-option {
    margin-bottom: 13px;
  }
  .product-detail-top .amrec-product-view label.amrec-label {
    font-size: 16px;
  }

  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-radio-container
    label.amcard-label-block {
    width: 100%;
    margin: 0;
    padding: 6px 12px;
    border: solid 1px #3e3d46;
    border-radius: 5px;
    background: transparent;
    color: #000;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-radio-container
    label.amcard-label-block.active {
    background-color: #3e3d46;
    color: #fff;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-label-block
    > .amcard-icon {
    top: 8px;
    width: 18px;
    height: 18px;
  }

  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-radio-container
    label.amcard-label-block:not(:last-child) {
    margin-bottom: 10px;
  }

  .product-detail-top .price-wrap {
    padding: 20px 15px;
  }
  .product-detail-top .price-wrap .price-excluding-tax span.price,
  .product-detail-top .price-wrap .price-box .price-box span.price,
  .amcard-page-product
    .product-info-main
    .price-final_price
    .price-wrapper
    .price {
    font-size: 50px;
  }
  .product-detail-top .price-wrap .price-including-tax span.price,
  .amcard-page-product
    .product-info-main
    .price-final_price
    .price-wrapper.price-including-tax
    .price {
    font-size: 17px;
    line-height: 2;
  }
  .product-detail-top .field.qty {
    margin-bottom: 19px;
  }
  .product-detail-top .product-info-main .qty label.label {
    width: 85px;
  }
  .product-detail-top .price-wrap .qty .control > span {
    width: 45px;
    height: 45px;
    font-size: 12px;
  }
  .product-detail-top .price-wrap .qty input {
    width: 65px;
    font-size: 24px;
    padding: 0px 8px;
    height: 45px;
  }
  .product-detail-top .product-add-form button.tocart,
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .box-tocart
    button.tocart {
    background-position: top -158px center;
  }
  .product-detail-top .product-delivery-section {
    padding: 15px;
    margin-bottom: 20px;
  }
  .product-detail-top .product-view-section {
    padding: 15px;
    margin-bottom: 20px;
  }
  .product-detail-top .product-delivery-section figure {
    width: 65px;
    margin-right: 10px;
  }
  .product-detail-top .product-delivery-section .text-box {
    width: calc(100% - 75px);
    padding-top: 5px;
  }
  .product-detail-top .product-delivery-section p {
    font-size: 16px;
  }
  .product-detail-top .product-delivery-section b,
  .product-detail-top .product-delivery-section strong {
    margin-top: 6px;
    display: block;
  }
  .you-may-also-slider {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .product-you-may-also {
    padding: 30px 0px 30px;
  }
  .product-you-may-also .owl-stage {
    padding-top: 42px;
    padding-bottom: 0;
  }
  .product-you-may-also .item:hover {
    transform: scale(1);
  }
  .product-detail-tab-main {
    padding: 40px 0px 20px;
  }
  .product-detail-tab {
    display: none;
  }
  .product-detail-tab-content > .container > .tab-content > .tab-pane {
    display: block;
    opacity: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .product-detail-tab-content .mobile-title {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Vinyl OT";
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: solid 2px #fff;
    padding: 10px 25px;
    position: relative;
  }
  .product-detail-tab-content .mobile-title:after {
    margin-left: auto;
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    font-weight: bold;
  }
  .product-detail-tab-content .mobile-title[aria-expanded="true"]:after {
    content: "\f107";
  }
  .product-detail-tab-content .product-information .col-left {
    padding: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .product-detail-tab-content .product-information .col-right {
    width: 100%;
    margin-right: 0;
  }
  .product-detail-tab-content .product-information .col-right figure {
    display: none;
  }
  .product-detail-tab-content .product-information .overlay {
    position: initial;
    width: 100%;
    padding: 25px;
  }
  .product-detail-tab-content .product-information.commen-box {
    padding-top: 25px;
  }
  .product-detail-tab-content .box-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .product-detail-tab-content p {
    font-size: 15px;
  }
  .product-detail-tab-content .resources {
    margin-bottom: 0;
  }
  .product-detail-tab-content .resources .box-title {
    display: none;
  }
  .product-detail-tab-content .resources .col-left {
    width: 100%;
    padding-right: 0;
  }
  .product-detail-tab-content .product-video-slider .owl-stage .owl-item {
    margin: 0;
    padding-bottom: 3px;
  }
  .product-detail-tab-content .sub-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .product-detail-tab-content .resources .column img {
    height: auto;
  }
  .product-detail-tab-content .resources .contant {
    margin-top: 12px;
  }
  .product-detail-tab-content .resources .contant .title {
    font-size: 24px;
  }
  .product-detail-tab-content .resources .btn-wrap {
    margin-top: 20px;
  }
  .product-video-slider.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/Left-Arrow-White.svg);
    top: 35%;
    height: 31px;
    left: -27px;
    width: 18px;
  }
  .product-video-slider.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/Right-Arrow-White.svg);
    top: 35%;
    height: 31px;
    right: -27px;
    width: 18px;
  }

  .product-detail-tab-content .resources .col-right {
    width: 100%;
    padding-left: 0;
    margin-top: 35px;
  }
  .product-detail-tab-content .resources .col-right ul {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 500;
  }
  .product-detail-tab-content .resources .col-right li {
    margin: 0;
    margin-bottom: 11px;
  }
  .product-detail-tab-content .resources .col-right a {
    background-image: none;
    border: solid 2px #fff;
    text-align: center;
    position: relative;
    padding: 11px 15px;
  }
  .product-detail-tab-content .resources .col-right a:after {
    margin-left: auto;
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    font-weight: bold;
  }
  .product-detail-tab-content .faq-accordion {
    padding-bottom: 0;
  }
  .product-detail-tab-content .faq-accordion .panel > a:after {
    margin-left: 10px;
  }
  .product-detail-resin-need .top-bar {
    padding: 40px 0px;
  }
  .product-detail-resin-need .top-bar .col-input,
  .product-detail-resin-need.product-detail-you-need .top-bar .col-input {
    width: calc(100% - 10px);
  }
  .product-detail-resin-need .top-bar .col-select {
    width: 60%;
  }
  .product-detail-resin-need .top-bar .col-number {
    width: calc(100% - 10px);
  }
  .product-detail-resin-need .top-bar label.lable {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .product-detail-resin-need .top-bar input {
    font-size: 16px;
    height: 40px;
    padding: 0px 15px;
  }
  .product-detail-resin-need .top-bar select {
    font-size: 16px;
    height: 40px;
    padding: 0px 27px 0px 13px;
    background-position: center right 3px;
    background-size: 20px;
  }
  .product-detail-resin-need .top-bar .custom-row {
    flex-direction: column;
    width: 224px;
    margin: auto;
    margin-bottom: 15px;
  }
  .product-detail-resin-need .bottom-bar {
    padding: 70px 0px;
  }
  .product-detail-resin-need .bottom-bar:before {
    background-size: 60px;
  }
  .product-detail-resin-need .bottom-bar .column {
    border-width: 3px;
    width: calc(50% - 20px);
    margin: 0px 10px;
    padding: 15px;
  }
  .product-detail-resin-need .bottom-bar .value {
    font-size: 30px;
    margin-bottom: 3px;
  }
  .product-rating-section {
    padding: 40px 0px 40px;
  }
  .product-rating-section .custom-row {
    justify-content: center;
  }
  .product-rating-section .col-right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
  .product-rating-section .col-right .nav {
    flex-direction: revert;
  }
  .product-rating-section .col-right .nav-item {
    margin: 0px 10px;
  }
  .product-rating-section .col-right .nav-link {
    font-size: 20px;
    width: 220px;
    height: 48px;
    background-size: 105%;
  }
  .review-form-main .block-content .action.submit.primary {
    font-size: 20px;
    width: 100%;
    border-width: 2px;
    background-position: top -170px center;
    background-size: 110%;
    transition: all 0.9s;
  }
  .customer-reviews-top ul.nav a {
    width: 255px;
  }
  .customer-reviews-bottom .main-title {
    text-align: center;
    font-size: 28px;
  }
  .customer-reviews-bottom ul.ave-review-images {
    margin-left: -6px;
    margin-right: -6px;
  }
  .customer-reviews-bottom ul.ave-review-images li {
    width: calc(33.33% - 12px) !important;
    margin: 0px 6px 15px;
  }
}
@media screen and (max-width: 575px) {
  .product-detail-top .product-add-form button.tocart,
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .box-tocart
    button.tocart {
    background-position: top -170px center;
  }

  .product-detail-tab-content .product-information .overlay {
    padding: 20px;
  }
  .product-detail-tab-content .product-information .overlay .title {
    font-size: 30px;
    margin-bottom: 7px;
  }
  .product-detail-tab-content .product-information .overlay p {
    font-size: 14px;
  }
  .product-detail-tab-content .product-information .btn-border-white {
    font-size: 18px;
  }
  .you-may-also-slider {
    padding: 0px 10px;
  }
  .product-you-may-also .owl-item {
    padding: 0;
  }
  .product-you-may-also .owl-carousel .owl-nav button.owl-prev {
    transform: translate(170%, -50%);
  }
  .product-you-may-also .owl-carousel .owl-nav button.owl-next {
    transform: translate(-170%, -50%);
  }
  .product-detail-tab-content > .container > .tab-content > .tab-pane {
    padding: 0px 10px;
  }
  .product-video-slider.owl-carousel .owl-nav button.owl-prev {
    top: calc(5vw + 50px);
    height: 29px;
    left: -20px;
    width: 13px;
  }
  .product-video-slider.owl-carousel .owl-nav button.owl-next {
    top: calc(5vw + 50px);
    height: 29px;
    right: -20px;
    width: 13px;
  }
  .product-detail-resin-need .container {
    padding: 0px 20px;
  }
  .product-detail-resin-need .bottom-bar .column {
    border-width: 2px;
    width: calc(50% - 16px);
    margin: 0px 8px;
    padding: 10px;
  }
  .product-detail-resin-need .bottom-bar .title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .product-detail-resin-need .bottom-bar .value {
    font-size: 23px;
    margin-bottom: 3px;
  }
  .product-detail-resin-need .bottom-bar .column p {
    font-size: 12px;
  }
  .product-rating-section {
    padding: 40px 0px 25px;
  }
  .product-rating-section .custom-row {
    padding: 0px 10px;
  }
  .product-rating-section .col-left {
    width: 100%;
  }
  .product-rating-section .col-center {
    margin: 20px 0px 20px;
    padding: 20px 0px 0px 0px;
    width: 100%;
    border-left: none;
    border-top: solid 1px #3e3d46;
  }
  .product-rating-section .outer-cls {
    width: calc(100% - 145px);
  }
  .product-rating-section .col-right {
    margin: 0;
    width: 100%;
  }
  .product-rating-section .col-right .nav-item {
    margin: 0px 0px 15px;
    width: 100%;
  }
  .product-rating-section .col-right .nav-link {
    font-size: 18px;
    width: 100%;
    height: 43px;
    background-size: 105%;
    background-position: top -169px center;
    transition: all 1s;
  }
  .review-form-main .block-content .action.submit.primary {
    background-position: top -190px center;
    transition: all 1s;
  }
  .review-form-main .block-content .review-field-ratings > .control {
    width: 165px;
    height: 28px;
    margin: 13px 0px 0px 0px;
  }
  .review-form-main .review-field-nickname,
  .review-form-main .review-field-nickname {
    width: 100%;
    margin-bottom: 20px;
  }
  .review-form-tab .tab-content > .tab-pane {
    padding: 30px 0px 40px;
  }
  .review-form-main .block-title .title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
  }
  .customer-reviews-top ul.nav a {
    width: 100%;
  }
  .customer-reviews-top ul.nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  .customer-reviews-top ul.nav li {
    width: 50%;
  }
  .customer-reviews-top ul.nav a {
    width: 100%;
    font-size: 20px;
  }
  .customer-reviews-bottom .review-item .top-bar {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .customer-reviews-bottom .review-ratings {
    margin: 7px 0px 0px 0px;
  }
  .customer-reviews-bottom .review-date {
    margin-top: 15px !important;
    margin-left: 0 !important;
  }
  .customer-reviews-bottom ul.ave-review-images li {
    width: calc(50% - 12px) !important;
  }
  .customer-reviews-bottom .review-item .bottom-bar {
    flex-direction: column;
    align-items: self-start;
  }
  .customer-reviews-bottom .review-item {
    padding: 15px 0px 20px !important;
  }
  .customer-reviews-main .review-toolbar {
    margin-bottom: 30px;
  }
  .customer-reviews-bottom .filter-review a.sorter {
    font-size: 15px;
    min-width: 100px;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-form-container
    .amcard-field-container {
    flex-basis: 100%;
  }
  .amcard-page-product
    .product-detail-top
    .product-info-main
    .amcard-form-container
    .amcard-flex-container {
    flex-wrap: wrap;
  }
}
