.hidden {
  display: none !important; }

.layout-pageProduct .button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  padding: 13px 10px;
  line-height: normal;
  color: #fff;
  background-color: #202223;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  outline: none !important;
  -webkit-transition: all 0.45s;
  transition: all 0.45s; }
  @media (min-width: 992px) {
    .layout-pageProduct .button:hover, .layout-pageProduct .button.has-hover, .layout-pageProduct .button:focus {
      border-color: transparent; }
    .layout-pageProduct .button:hover:before, .layout-pageProduct .button.has-hover:before, .layout-pageProduct .button:focus:before {
      opacity: 1; } }
  @media (max-width: 767px) {
    .layout-pageProduct .button {
      font-size: 12px;
      padding: 12px 15px;
      min-height: 35px;
      display: inline-flex;
      align-items: center;
      justify-content: center; } }

#btn-scroll {
  scroll-margin-block-start: 150px; }
  @media (max-width: 767px) {
    #btn-scroll {
      scroll-margin-block-start: 70px; } }

.owlCarousel-style {
  /*&.owl-carousel .owl-stage {margin: 5px 0;display: flex;display: -ms-flex;}*/ }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev,
  .owlCarousel-style.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -60px;
    z-index: 3;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 50%;
    color: #858380;
    background: #fff;
    border: 1px solid var(--shop-color-border);
    outline: none;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev span,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next span {
      font-size: 0; }
      .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before,
      .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
        content: "";
        font-family: 'FontAwesome';
        font-size: 22px; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev svg,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next svg {
      width: 14px;
      height: 14px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
    right: 55px; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before {
      content: "\f104"; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-next {
    right: 7px; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
      content: "\f105"; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev.disabled,
  .owlCarousel-style.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.5; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev.disabled:hover,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next.disabled:hover {
      background: rgba(255, 255, 255, 0.3);
      color: #858380;
      cursor: no-drop; }
  .owlCarousel-style.owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .owlCarousel-style .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center; }
    .owlCarousel-style .owl-dots .owl-dot {
      /*&.active {
			border-radius: 50%;
			border: 2px solid #000000;
		}*/ }
      .owlCarousel-style .owl-dots .owl-dot {
        margin: 0 3px;
        outline: 0; }
      .owlCarousel-style .owl-dots .owl-dot span {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        width: 7px;
        height: 7px;
        margin: 5px;
        border-radius: 50%;
        background: #928c8c; }
      .owlCarousel-style .owl-dots .owl-dot.active span {
        background: #000000; }
  .owlCarousel-style .product-loop .product-inner {
    margin-bottom: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
      right: 52px; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-next {
      right: 7px; } }
  @media (min-width: 992px) {
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev:hover,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next:hover {
      background: var(--shop-color-button);
      color: #fff; } }
  @media (max-width: 767px) {
    .owlCarousel-style .owl-item:hover {
      box-shadow: none; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev, .owlCarousel-style.owl-carousel .owl-nav .owl-next {
      width: 35px;
      height: 35px;
      line-height: 35px; }
      .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before, .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
        font-size: 18px; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
      right: 50px; }
    .owlCarousel-style .owl-dots .owl-dot span {
      width: 5px;
      height: 5px;
      margin: 4px; }
    .owlCarousel-style .owl-dots {
      bottom: -30px; } }

.productDetail-related, .productDetail-recently-viewed {
  margin: 40px 0; }
  @media (min-width: 992px) {
    .productDetail-related h2, .productDetail-recently-viewed h2 {
      margin-bottom: 40px; }
    .productDetail-related .owlCarousel-style.owl-carousel .owl-nav .owl-prev, .productDetail-related .owlCarousel-style.owl-carousel .owl-nav .owl-next, .productDetail-recently-viewed .owlCarousel-style.owl-carousel .owl-nav .owl-prev, .productDetail-recently-viewed .owlCarousel-style.owl-carousel .owl-nav .owl-next {
      top: -80px; } }
  @media (max-width: 767px) {
    .productDetail-related, .productDetail-recently-viewed {
      margin: 20px 0 40px; }
      .productDetail-related h2, .productDetail-recently-viewed h2 {
        font-size: 24px; }
      .productDetail-related .owlCarousel-style.owl-carousel .owl-nav button, .productDetail-recently-viewed .owlCarousel-style.owl-carousel .owl-nav button {
        top: calc(50% - 20px); }
        .productDetail-related .owlCarousel-style.owl-carousel .owl-nav button.owl-prev, .productDetail-recently-viewed .owlCarousel-style.owl-carousel .owl-nav button.owl-prev {
          left: 10px; }
        .productDetail-related .owlCarousel-style.owl-carousel .owl-nav button.owl-next, .productDetail-recently-viewed .owlCarousel-style.owl-carousel .owl-nav button.owl-next {
          right: 10px; } }

.select-swatch {
  /*.swatch:first-child{margin-top: 15px;}
		.swatch:last-child{border-bottom: 1px dotted #ebecf0;padding-bottom:15px;}*/
  /*.swatch .swatch-element.color label {overflow: hidden;}*/ }
  .select-swatch .swatch {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .select-swatch .swatch input {
    display: none; }
  .select-swatch .swatch .title-swap {
    min-width: 120px;
    font-weight: 600;
    margin-bottom: 5px; }
  .select-swatch .swatch .select-swap {
    width: 72%;
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  .select-swatch .swatch .title-swap strong {
    font-size: 85%;
    display: block;
    color: #4ea8cd;
    line-height: 1.1;
    padding-bottom: 3px; }
  .select-swatch .swatch .swatch-element {
    display: inline-block;
    margin: 0 8px 8px 0;
    border-radius: 3px;
    position: relative;
    vertical-align: bottom; }
    .select-swatch .swatch .swatch-element:not(.color) {
      overflow: hidden; }
  .select-swatch .swatch .swatch-element label {
    position: relative;
    display: block;
    margin: 0;
    padding: 7px 10px;
    min-width: 70px;
    font-size: 12px;
    font-weight: 500;
    color: var(--shop-color-title);
    border: 1px solid #bdbfbe;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    overflow: hidden; }
  .select-swatch .swatch .swatch-element label span {
    display: block;
    padding: 0 10px;
    overflow: hidden; }
  .select-swatch .swatch .swatch-element.soldout {
    cursor: no-drop; }
  .select-swatch .swatch .swatch-element.soldout label {
    opacity: .5;
    cursor: no-drop;
    pointer-events: none; }
  .select-swatch .swatch .swatch-element.soldout label span:before, .select-swatch .swatch .swatch-element.soldout label span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    margin-top: 0;
    width: 100%;
    height: 1px;
    background: #bdbfbe; }
  .select-swatch .swatch .swatch-element.soldout label span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .select-swatch .swatch .swatch-element.soldout label span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .select-swatch .swatch .swatch-element label.sd:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -1px;
    top: -1px;
    border-style: solid;
    border-width: 0px 19px 19px 0px;
    border-color: transparent var(--shop-color-main) transparent transparent; }
  .select-swatch .swatch .swatch-element label.sd:after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    right: -1px;
    top: -1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fffff' d='M0 0h16c2.21 0 4 1.79 4 4v16L0 0z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124)'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M4.654 7.571L8.88 3.176c.22-.228.582-.235.81-.016.229.22.236.582.017.81L5.04 8.825c-.108.113-.258.176-.413.176-.176 0-.33-.076-.438-.203L2.136 6.37c-.205-.241-.175-.603.067-.808.242-.204.603-.174.808.068L4.654 7.57z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124) translate(7.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.productDetail--main .product-variants {
  position: relative;
  z-index: 1; }

.productDetail--main .check-action-variant:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff5f5;
  z-index: -1; }

@media (min-width: 992px) {
  .productDetail--main .check-action-variant:before {
    left: -15px; } }

.productDetail--main .check-action-tt {
  color: red;
  font-weight: 500;
  margin: 0; }
  .productDetail--main .check-action-tt.text-effect {
    animation: 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.1s 1 forwards headShake; }

.productDetail--main .tooltip-cs {
  position: relative; }
  .productDetail--main .tooltip-cs .tooltip-hover {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    line-height: 24px;
    background: #17191a;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 8px;
    border-radius: 3px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease; }
    .productDetail--main .tooltip-cs .tooltip-hover:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 1px;
      left: 50%;
      width: 0;
      height: 0;
      border: solid;
      border-width: 8px 8px 0 8px;
      border-color: transparent;
      border-top-color: #000;
      -webkit-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
  .productDetail--main .tooltip-cs:hover .tooltip-hover {
    opacity: 1;
    visibility: visible; }

.productDetail-information .product-toshare {
  display: flex;
  align-items: center; }
  .productDetail-information .product-toshare .pro-title {
    min-width: 20%;
    font-size: 14px;
    font-weight: 600; }
  .productDetail-information .product-toshare a {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    color: #fff;
    cursor: pointer; }
    .productDetail-information .product-toshare a:hover {
      color: #fff; }
    .productDetail-information .product-toshare a svg {
      width: 30px;
      height: 30px;
      vertical-align: initial; }
  @media (max-width: 991px) {
    .productDetail-information .product-toshare {
      display: none; } }

.productDetail-information .product-deliverly .head-deliverly {
  font-size: 14px;
  color: red;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #eae4e8; }

.productDetail-information .product-deliverly .title-deliverly {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600; }

.productDetail-information .product-deliverly .infoList-deliverly .deliverly-item {
  position: relative;
  padding: 4px 10px 0 40px;
  margin-bottom: 15px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }

.productDetail-information .product-deliverly .infoList-deliverly .deliverly-item span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  display: inline-block;
  vertical-align: middle; }

.productDetail-information .product-description .panel-group {
  margin: 0;
  border-top: 1px solid #ebecf0; }
  .productDetail-information .product-description .panel-group .panel-title {
    position: relative; }
  .productDetail-information .product-description .panel-group .panel-title h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
    cursor: pointer; }
  .productDetail-information .product-description .panel-group .panel-title:after,
  .productDetail-information .product-description .panel-group .panel-title:before {
    content: '';
    display: block;
    position: absolute;
    margin-right: 25px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  .productDetail-information .product-description .panel-group .panel-title:before {
    width: 13px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(9, 9, 9, 0.6); }
  .productDetail-information .product-description .panel-group .panel-title:after {
    width: 1px;
    height: 13px;
    right: 6px;
    background: rgba(9, 9, 9, 0.6);
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1); }
  .productDetail-information .product-description .panel-group .panel-description {
    display: none;
    padding: 0px 0 20px; }
  .productDetail-information .product-description .panel-group.opened h2 {
    font-weight: bold; }
  .productDetail-information .product-description .panel-group.opened .panel-title {
    color: #000; }
  .productDetail-information .product-description .panel-group.opened .panel-title:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0); }

.productDetail-information .product-description h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.productDetail-information .product-description .description-title {
  margin-top: 15px;
  font-size: 18px;
  padding: 10px 0;
  font-weight: 600; }

.productDetail-information .product-description .description-content:not(.opened) .expandable-content_toggle {
  margin-top: 30px;
  border: 0; }

.productDetail-information .product-description .description-content .expandable-content_toggle {
  outline: none; }

.productDetail-information .product-description .description-content .description-btn {
  position: relative; }

.productDetail-information .product-description .description-content .description-btn:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #ffffff); }

.productDetail-information .product-description .expandable-content_toggle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #062A4D;
  padding: 7px 15px;
  color: #062A4D;
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  background: #fff;
  z-index: 1;
  outline: none; }

.productDetail-information .product-description .expandable-content_toggle-icon {
  position: relative;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.productDetail-information .product-description .expandable-content_toggle-icon:before, .productDetail-information .product-description .expandable-content_toggle-icon:after {
  content: "";
  position: absolute;
  background: #062A4D;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  top: 50%;
  left: 50%; }

.productDetail-information .product-description .expandable-content_toggle-icon:before {
  width: 2px;
  height: 10px; }

.productDetail-information .product-description .expandable-content_toggle-icon:after {
  width: 10px;
  height: 2px; }

.productDetail-information .product-description .expandable-content_toggle.btn-closemore .expandable-content_toggle-icon:before {
  content: none; }

.productDetail-information .description-content.expandable-toggle.opened .description-productdetail {
  max-height: 230px;
  overflow: hidden; }

.productDetail-information .product-customer {
  position: relative; }

.productDetail-information .product-customer .hrv-product-reviews-heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 170px; }

.productDetail-information .product-customer #hrv-product-reviews-summary {
  width: 50%;
  padding: 0 0 10px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex; }

.productDetail-information .product-customer #btnnewreview {
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid var(--shop-color-button);
  color: var(--shop-color-button);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  border-radius: 4px;
  margin-top: 0;
  font-size: 15px;
  min-width: 150px; }

.productDetail-information .product-customer #hrv-product-reviews-form h3 {
  display: block;
  font-weight: 600;
  font-size: 14px; }

.productDetail-information .product-customer .hrv-product-reviews-form {
  width: 100%;
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  max-width: 720px; }

.productDetail-information .product-customer #hrv-product-reviews-list > div {
  border-top: 1px solid var(--shop-color-border);
  padding: 15px 0; }

.productDetail-information .product-customer #hrv-product-reviews-list p {
  margin: 0; }

.productDetail-information .product-customer #hrv-product-reviews-list > div .hrv-product-reviews-star i[class^="star-"] {
  font-size: 14px; }

.productDetail-information .product-customer #btnSubmitReview {
  background: var(--shop-color-button); }

@media (max-width: 767px) {
  .productDetail-information .product-customer .product-reviews-summary-actions {
    width: 100%;
    padding: 0; } }

.productDetail-information .productCarousel-slider:not(.owl-loaded), .productDetail-information .productCarousel-thumb:not(.owl-loaded) {
  display: flex;
  display: -ms-flex;
  overflow: hidden; }

.productDetail-information .productCarousel-slider:not(.owl-loaded) .product-gallery {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%; }

.productDetail-information .productDetail--gallery .wrapbox-detail {
  display: flex;
  display: -ms-flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 15px;
  margin-top: 15px; }

.productDetail-information .productDetail--gallery .product-reviews {
  position: relative;
  padding-left: 15px;
  margin-left: 15px; }

.productDetail-information .productDetail--gallery .product-reviews:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ddd; }

.productDetail-information .productDetail--gallery .product-reviews .star-off-png {
  font-size: 16px; }

.productDetail-information .productDetail--gallery .product-reviews p {
  text-align: center;
  font-size: 12px;
  margin: 0; }

.productDetail-information .box-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px; }
  .productDetail-information .box-title h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    position: relative; }
  .productDetail-information .box-title h2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentcolor;
    bottom: -11px; }

.productDetail--content .wrapbox-detail {
  padding: 0 15px; }

.productDetail--content .wrapbox-detail > [class*='product-'] {
  margin-bottom: 15px; }

.productDetail--content .product-heading {
  padding-top: 15px; }

.productDetail--content .product-heading h1 {
  font-size: 24px;
  margin-bottom: 5px; }

.productDetail--content .product-heading span + span:before {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: var(--shop-color-border);
  margin: 0 7px; }

.productDetail--content .product-heading .pro-soldold strong {
  color: var(--shop-color-main); }

.productDetail--content .product-heading .pro-vendor strong a, .productDetail--content .product-heading #pro_sku strong, .productDetail--content .product-heading .pro_sku strong {
  color: var(--shop-color-main); }

.productDetail--content .product-heading .product-reviews {
  margin-bottom: 0; }

.productDetail--content .product-heading .haravan-product-reviews-badge {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center; }

.productDetail--content .product-heading .haravan-product-reviews-badge p {
  margin: 0; }

.productDetail--content .product-heading .product-reviews .rating-star .hrv-product-reviews-star i {
  font-size: 15px; }

.productDetail--content .product-heading .hrv-product-reviews-star {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-right: 5px; }

.productDetail--content .product-heading .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
  color: #fdd836 !important; }

.productDetail--content .product-heading .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
  color: #fdd836 !important; }

.productDetail--content .product-price {
  margin: 0;
  border-radius: 4px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-align-items: center; }
  .productDetail--content .product-price span.pro-title {
    min-width: 120px;
    font-weight: 600; }
  .productDetail--content .product-price span.pro-price {
    font-size: 28px;
    font-weight: 600;
    color: red;
    padding-right: 10px; }
  .productDetail--content .product-price del {
    font-size: 18px;
    color: #878c8f;
    margin-right: 10px; }
  .productDetail--content .product-price span.pro-percent {
    display: inline-block;
    padding: 3px 14px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #ff0000;
    border: 1px solid #ff0000;
    vertical-align: text-bottom; }

.productDetail--content #price-preview {
  padding-top: 15px;
  margin-bottom: 15px; }

.productDetail--content .product-available p.txt-inventory {
  color: #dea554;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 0px; }

.productDetail--content .product-coutdown .pro-coutdown {
  margin-bottom: 20px; }
  .productDetail--content .product-coutdown .pro-coutdown p {
    font-size: 15px;
    text-transform: uppercase; }
  .productDetail--content .product-coutdown .pro-coutdown .section_cout {
    display: inline-block;
    width: 55px;
    color: #808080; }
  .productDetail--content .product-coutdown .pro-coutdown .section_cout span {
    display: block; }
  .productDetail--content .product-coutdown .pro-coutdown .section_cout span:not(.text) {
    display: block;
    background: #f1f4f9;
    width: 44px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    color: #333;
    margin: 10px auto 5px; }
  .productDetail--content .product-coutdown .pro-coutdown .section_cout span.text {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500; }

.productDetail--content .product-variants .select {
  display: none;
  visibility: hidden; }

.productDetail--content .product-variants .select-actions .addcart-area {
  width: calc(100% - 150px);
  float: left;
  padding-left: 15px; }

.productDetail--content .product-variants .select-actions .addcart-area .btn-addtocart {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  outline: none;
  font-weight: 600;
  font-size: 15px; }
  .productDetail--content .product-variants .select-actions .addcart-area .btn-addtocart:focus {
    color: #fff; }

.productDetail--content .product-variants .select-actions .quantity-area {
  width: 150px;
  float: left; }

.productDetail--content .product-variants .select-actions .quantity-area input.quantity-input {
  background: #fff;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  width: 60px;
  padding: 0;
  text-align: center;
  border: 1px solid #f3f4f4;
  border-left: none;
  border-right: none;
  border-radius: 1px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none; }

.productDetail--content .product-variants .select-actions .quantity-area .qty-btn {
  float: left;
  background: #f3f4f4;
  border: solid 1px #f3f4f4;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.productDetail--content .product-actions {
  width: 100%; }

.productDetail--content .product-actions .select-actions .addcart-area {
  display: flex;
  display: -ms-flex;
  margin-top: 15px; }

.productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart.disabled {
  background: #fff;
  border-color: #929292;
  color: #929292; }
  .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart.disabled:before {
    background: #fff;
    color: #929292; }
  .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart.disabled:hover {
    color: #929292; }
  .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart.disabled:focus {
    color: #929292; }

.productDetail--content .product-actions .select-actions .addcart-area .btn-buynow.disabled {
  opacity: 0.8;
  cursor: no-drop;
  pointer-events: none; }

.productDetail--content .product-actions .select-actions .addcart-area button {
  width: 100%;
  outline: none;
  font-weight: 600;
  font-size: 15px; }
  .productDetail--content .product-actions .select-actions .addcart-area button.add-to-cartProduct {
    background: #ffffff;
    border: 1px solid #062A4D;
    color: #062A4D;
    /*&:hover{color: #fff;}*/ }
  .productDetail--content .product-actions .select-actions .addcart-area button#buy-now {
    background: #062A4D;
    border: 1px solid #062A4D;
    color: #ffffff; }

.productDetail--content .product-actions .select-actions .addcart-area button + button {
  margin-left: 15px; }

.productDetail--content .product-actions .select-actions .quantity-area {
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-align-items: center;
  justify-content: space-between; }

.productDetail--content .product-actions .select-actions .quantity-area .quantity-title {
  min-width: 135px;
  font-weight: 600; }

.productDetail--content .product-actions .select-actions .quantity-area .quantity-input {
  background: #fff;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  border: 1px solid #f3f4f4;
  border-left: none;
  border-right: none;
  border-radius: 1px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .productDetail--content .product-actions .select-actions .quantity-area .quantity-input:focus {
    outline: none; }

.productDetail--content .product-actions .select-actions .quantity-area .qty-btn {
  float: left;
  background: #fff;
  border: 1px solid #f3f4f4;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .productDetail--content .product-actions .select-actions .quantity-area .qty-btn svg {
    display: block;
    width: 12px;
    height: 100%;
    margin: 0 auto;
    fill: #a4aaaf;
    transition: all .2s ease-in-out; }
  .productDetail--content .product-actions .select-actions .quantity-area .qty-btn:hover svg {
    fill: #000; }

.productDetail--content .product-actions .select-actions .link-area {
  margin-top: 15px; }
  .productDetail--content .product-actions .select-actions .link-area .btn-link {
    width: 100%;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 600;
    min-height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #062A4D;
    border: 1px solid #062A4D;
    color: #ffffff; }

.productDetail--content .product-actions .btn-product-gift {
  background: #f4f4f4;
  color: #929292;
  opacity: 1;
  width: 100%;
  border-color: #929292; }
  .productDetail--content .product-actions .btn-product-gift:before {
    display: none; }

.productDetail--content .product-actions .btn-product-contact {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 6px; }

.productDetail--content .product-actions .pro-qty {
  width: 100%; }

.productDetail--content .product-actions .pro-share {
  display: none; }
  .productDetail--content .product-actions .pro-share svg {
    fill: #402da1; }
  .productDetail--content .product-actions .pro-share span {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #402da1; }
  @media (max-width: 991px) {
    .productDetail--content .product-actions .pro-share {
      display: flex;
      align-items: flex-end;
      flex: 0 0 auto;
      max-width: 100%; } }

.productDetail--content .product-support {
  border-top: 1px solid #ebecf0;
  padding: 20px 0; }
  .productDetail--content .product-support h3 {
    text-transform: uppercase;
    margin: 20px 0; }

.productDetail--content .product-container-order {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  /*
		.product-heading{-webkit-order: 1;order: 1;}
		.product-price{-webkit-order: 2;order: 2;}
		.product-available{-webkit-order: 3;order: 3;}
		.product-variants{-webkit-order: 4;order: 4;}
		*/ }

.productDetail--content .combo-info {
  width: 100%; }

.productDetail--content .selector-buyxgety {
  width: 100%; }

.productDetail--content .size-guide {
  margin-left: auto; }
  .productDetail--content .size-guide .btn-size-guide {
    font-size: 14px;
    color: #252a2b;
    font-weight: 500;
    padding: 2px;
    margin-bottom: 5px;
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none; }
  .productDetail--content .size-guide span {
    padding-bottom: 1px;
    background-image: linear-gradient(to right, #777a7b 0%, #777a7b 100%);
    background-size: 100% 1px;
    background-position: 0px 94%;
    background-repeat: no-repeat; }

@media (min-width: 1200px) {
  .productDetail--content .product-variants.is-sizeguide {
    padding-right: 160px; }
  .productDetail--content .size-guide {
    position: absolute;
    bottom: 5px;
    right: 15px; } }

@media (max-width: 1199px) {
  .productDetail--content .wrapbox-detail {
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column; }
  .productDetail--content .product-heading h1 {
    font-size: 20px; } }

@media (min-width: 992px) {
  .productDetail--content .product-boxright {
    padding-left: 0; } }

@media (max-width: 991px) {
  .productDetail--content .product-price span.pro-price {
    font-size: 22px; }
  .productDetail--content .product-price del {
    font-size: 16px; }
  .productDetail--content .product-price span.pro-percent {
    padding: 3px 10px;
    font-size: 10px; }
  .productDetail--content .product-price span.pro-title {
    display: none; }
  .productDetail--content .product-actions .btn-buynow, .productDetail--content .product-actions .quantity-title {
    display: none; }
  .productDetail--content .product-actions .quantity-area {
    padding-left: 15px;
    padding-right: 15px; }
  .productDetail--content .product-actions .select-actions .addcart-area button {
    font-size: 12px; } }

@media (max-width: 767px) {
  .productDetail--content .product-container-detail .product-boxleft [class*='product-'] {
    padding-left: 0; }
  .productDetail--content .product-variants .select-swatch .swatch .title-swap {
    width: 28%; }
  .productDetail--content .product-heading .pro-vendor {
    display: block;
    margin-top: 5px; }
  .productDetail--content .product-heading .pro-vendor:before {
    display: none; } }

.productDetail--box {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%; }
  @media (max-width: 991px) {
    .productDetail--box {
      padding: 0 15px; } }

.productDetail--box [class^="product-"] {
  padding: 15px 0; }

.productDetail--navs {
  padding: 15px 0 0;
  margin-bottom: 50px;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%; }
  .productDetail--navs .tab-title {
    border-bottom: 1px solid #ededed;
    justify-content: center;
    gap: 15px 20px; }
  .productDetail--navs .tab-title .nav-item {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -2px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 4px solid transparent;
    color: var(--shop-color-text); }
    .productDetail--navs .tab-title .nav-item.active {
      border-color: var(--shop-color-main);
      /*&:before {
				position: absolute;
				content: "";
				width: 100%;
				height: 1px;
				background: var(--shop-color-title);
				bottom: -11px;
				left: 0;
			}*/ }
  .productDetail--navs .tab-title .nav-item + .nav-item {
    margin-left: 25px; }
  .productDetail--navs .tab-content {
    padding-top: 20px; }
  @media (max-width: 767px) {
    .productDetail--navs {
      padding: 15px 15px 0;
      margin-bottom: 30px; }
      .productDetail--navs .tab-title .nav-item {
        font-size: 16px;
        border-bottom: 2px solid transparent;
        margin-bottom: -1px; } }

.productDetail--gallery .actionPrev-link {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 20;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #81868a;
  border: 1px solid #81868a; }
  .productDetail--gallery .actionPrev-link svg {
    fill: #fff;
    height: 40px;
    width: 20px;
    display: block;
    margin: auto; }

.productDetail--gallery .wrapbox-gallery {
  position: relative; }

.productDetail--gallery .product-percent {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 9;
  display: none; }
  .productDetail--gallery .product-percent span {
    display: block;
    background: red;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0 0 10px 10px; }

.productDetail--gallery .product-sharing {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out; }

.productDetail--gallery .productCarousel-slider {
  overflow: hidden; }
  .productDetail--gallery .productCarousel-slider .owl-nav button {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0px;
    font-size: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    outline: none;
    text-align: center;
    display: inline-block;
    background: transparent; }
  .productDetail--gallery .productCarousel-slider .owl-nav button.owl-prev {
    left: 0px; }
  .productDetail--gallery .productCarousel-slider .owl-nav button.owl-next {
    right: 0px; }
  .productDetail--gallery .productCarousel-slider .owl-nav button span {
    font-size: 0; }
  .productDetail--gallery .productCarousel-slider .owl-nav button:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 35px;
    display: inline-block; }
  .productDetail--gallery .productCarousel-slider .owl-nav .owl-prev:before {
    content: "\f104"; }
  .productDetail--gallery .productCarousel-slider .owl-nav .owl-next:before {
    content: "\f105"; }
  .productDetail--gallery .productCarousel-slider .owl-nav button.disabled {
    opacity: 0; }
  .productDetail--gallery .productCarousel-slider .owl-dots {
    padding: 5px 0;
    text-align: center; }
  .productDetail--gallery .productCarousel-slider .owl-dots .owl-dot {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-width: 2px;
    background: #ddd;
    border: 1px solid #fff;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
  .productDetail--gallery .productCarousel-slider .owl-dots .owl-dot.active {
    background: var(--shop-color-main); }

.productDetail--gallery .productCarousel-thumb .product-thumb__item {
  display: block;
  border: 1px solid var(--shop-color-border);
  padding: 5px; }

.productDetail--gallery .productCarousel-thumb .product-thumb__item {
  cursor: pointer; }
  .productDetail--gallery .productCarousel-thumb .product-thumb__item .boxlazy-img__aspect.icon-play {
    background: rgba(255, 255, 255, 0.7); }
    .productDetail--gallery .productCarousel-thumb .product-thumb__item .boxlazy-img__aspect.icon-play img {
      max-width: 80%; }

.productDetail--gallery .productCarousel-thumb .current .product-thumb .product-thumb__item {
  border-color: var(--shop-color-main); }

@media (min-width: 992px) {
  .productDetail--gallery .productCarousel-thumb {
    position: initial;
    max-width: 90%;
    margin: 15px auto 0; } }

@media (max-width: 991px) {
  .productDetail--gallery .mobile_gallery .owl-dots {
    padding: 10px;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center; } }

/* Layout product */
.productDetail_style__01 .productDetail--main {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.productDetail_style__01 .productDetail--gallery {
  position: relative;
  background: #fff; }

.productDetail_style__01 .productDetail--gallery .productList-slider .product-gallery img {
  cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.productDetail_style__01 .productDetail--gallery .productList-slider .owl-dots {
  display: none; }

@media (min-width: 992px) {
  .productDetail_style__01 {
    /*
		.combo-info--vertical {
		.combo-info--content {display: flex;justify-content: space-between;flex-wrap: wrap;}
		.combo-content--name {flex: 0 0 100%;max-width: 100%;}
		.combo-content--total {flex: unset;}
		.combo-item {flex: 0 0 24%;max-width: 24%;}
		.combo-item--images a {border: 1px solid #dfdfdf;width: 150px;}
		.combo-item:not(:last-child) .combo-item--images:before {left: 150px;}
		.combo-content--total {border-top:0;border-left: 1px dashed #ddd;padding-top: 0;padding-left: 30px;}
		.combo-content--total .wrapbox-total {flex-direction: column;justify-content: center;align-items: flex-start;}
		.combo-content--total .wrapbox-total .combo-total {margin-bottom: 10px;margin-right: 0;}
	}
		*/ }
    .productDetail_style__01 .product-container-gallery {
      padding: 15px 15px 15px 0; }
    .productDetail_style__01 .productDetail--box .product-description,
    .productDetail_style__01 .productDetail--box .product-coupon,
    .productDetail_style__01 .productDetail--box .product-question {
      padding: 0;
      margin-top: 30px; }
    .productDetail_style__01 .productDetail--content .wrapbox-detail {
      padding-right: 0; }
    .productDetail_style__01 .productDetail--gallery {
      width: 36%; }
    .productDetail_style__01 .productDetail--content {
      width: 64%;
      background: #fff;
      border-left: 1px solid #eee; }
    .productDetail_style__01 .productCarousel-slider:not(.owl-loaded) .product-gallery {
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      max-width: 100%; }
    .productDetail_style__01 .productCarousel-thumb:not(.owl-loaded) .product-thumb {
      flex: 0 0 calc((100% - 75px) / 6);
      max-width: calc((100% - 75px) / 6);
      margin-right: 15px; }
    .productDetail_style__01 .product-deliverly {
      border-radius: 4px;
      border: 1px solid #eee;
      margin-bottom: 20px;
      margin-left: 0;
      margin-right: 0;
      padding-top: 15px; } }

@media (max-width: 991px) {
  .productDetail_style__01 .productDetail--main {
    display: block; }
  .productDetail_style__01 .productDetail--gallery .productList-thumb {
    padding: 15px; }
  .productDetail_style__01 .productCarousel-thumb:not(.owl-loaded) .product-thumb {
    flex: 0 0 calc((100% - 60px) / 5);
    max-width: calc((100% - 60px) / 5);
    margin-right: 15px; }
  .productDetail_style__01 .wrapbox-right .wrapbox-detail {
    padding: 0; }
  .productDetail_style__01 .wrapbox-right .product-banner {
    margin-bottom: 0; } }

.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .productGallery_thumb {
  width: 80px;
  float: left; }

.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .productGallery_slider {
  width: calc(100% - 80px);
  margin-left: auto; }

.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .productGallery_slider .product-gallery__photo {
  margin-bottom: 15px; }

.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll {
  position: relative;
  margin-top: 15px;
  display: block;
  margin-bottom: 100px;
  height: 35px;
  width: 35px; }

.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll .sharing__iconCircleState .sharing__primaryState svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll a {
  position: absolute;
  padding: 0;
  line-height: 30px;
  margin: auto; }

.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll a span.toollip-txt {
  left: 40px;
  right: initial; }

.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll a span.toollip-txt:before {
  left: -5px;
  right: initial;
  border-width: 7px 7px 7px 0;
  border-color: transparent #1c1b1b transparent transparent; }

.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb {
  padding-bottom: 15px; }

.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb:last-child {
  padding-bottom: 0; }

.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb .product-thumb__item {
  width: 65px;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative; }

.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb .product-thumb__item:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e7;
  position: absolute; }

.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb .product-thumb__item {
  cursor: pointer; }
  .productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb .product-thumb__item .boxlazy-img__aspect.icon-play {
    background: rgba(255, 255, 255, 0.7); }
    .productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb .product-thumb__item .boxlazy-img__aspect.icon-play img {
      max-width: 80%; }

.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb .product-thumb__item.active:before {
  border-color: var(--shop-color-main); }

.productDetail_style__02 .productDetail--gallery .productList-slider .product-gallery img {
  cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.productDetail_style__02 .wrapbox-detail .product-customer {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #eee; }

.productDetail_style__02 .combo-info .combo-info--content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.productDetail_style__02 .combo-info .combo-info--content .combo-content--total:before {
  display: none; }

.productDetail_style__02 .product-customer .hrv-product-reviews-form #hrv-product-reviews-frm {
  max-width: 720px; }

@media (min-width: 992px) {
  .productDetail_style__02 .productDetail--main {
    display: flex;
    display: -ms-flex; }
  .productDetail_style__02 .productDetail--gallery {
    width: 50%; }
  .productDetail_style__02 .productDetail--content {
    width: 50%;
    padding-left: 15px; }
  .productDetail_style__02 .productDetail--gallery .product-gallery + .product-gallery {
    margin-top: 15px; }
  .productDetail_style__02 .productDetail--gallery .product-container-gallery {
    overflow: initial; }
  .productDetail_style__02 .productDetail--gallery .product-sharing,
  .productDetail_style__02 .productDetail--gallery .product-percent {
    display: none; }
  .productDetail_style__02 .productDetail--content .product-container-detail .combo-info .combo-info--content .list-combos .combo-item {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%; }
  .productDetail_style__02 .combo-info .combo-info--content .list-combos .combo-item {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

@media (max-width: 991px) {
  .productDetail_style__02 .product-container-gallery {
    background: #fff; }
  .productDetail_style__02 .product-container-detail {
    padding: 0;
    background: unset; }
  .productDetail_style__02 .productDetail--content .product-container-order {
    background: #fff;
    padding: 0 15px;
    margin-top: 15px; }
  .productDetail_style__02 .productDetail--content .combo-info {
    padding-bottom: 15px; } }

.productDetail_style__03 .productDetail--gallery .stickyProduct-gallery {
  background: #fff; }

.productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -ms-justify-content: center;
  justify-content: center; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
    width: 85px;
    padding: 8px; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
    width: calc(100% - 85px);
    position: relative; }

.productDetail_style__03 .productSlick-thumb .product-thumb .product-thumb__item {
  display: block;
  margin-bottom: 8px;
  border: 1px solid #e7e7e7; }

.productDetail_style__03 .productSlick-thumb .product-thumb.slick-current .product-thumb__item {
  border-color: var(--shop-color-main); }

.productDetail_style__03 .productSlick-thumb .product-thumb__item {
  cursor: pointer; }
  .productDetail_style__03 .productSlick-thumb .product-thumb__item .boxlazy-img__aspect.icon-play {
    background: rgba(255, 255, 255, 0.7); }
    .productDetail_style__03 .productSlick-thumb .product-thumb__item .boxlazy-img__aspect.icon-play img {
      max-width: 80%; }

.productDetail_style__03 .productSlick-slider button.slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 8;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  font-size: 0;
  color: var(--shop-color-text);
  height: 35px;
  width: 35px;
  line-height: 35px;
  outline: none;
  text-align: center;
  display: inline-block;
  background: transparent;
  border: 0;
  box-shadow: none; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 35px;
    display: inline-block; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-prev {
    left: 0; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-next {
    right: 0; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-next:before {
    content: "\f105"; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-prev:before {
    content: "\f104"; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden; }

.productDetail_style__03 .productSlick-slider ul.slick-dots {
  display: block;
  text-align: center; }
  .productDetail_style__03 .productSlick-slider ul.slick-dots li {
    display: inline-block; }
    .productDetail_style__03 .productSlick-slider ul.slick-dots li button {
      display: inline-block;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      margin: 0 4px;
      border-width: 2px;
      background: #ddd;
      border: 1px solid #fff;
      font-size: 0;
      outline: none;
      -webkit-transition: color 0.2s ease-in-out , background 0.2s ease-in-out;
      transition: color 0.2s ease-in-out , background 0.2s ease-in-out; }
    .productDetail_style__03 .productSlick-slider ul.slick-dots li.slick-active button {
      background: var(--shop-color-main); }

.productDetail_style__03 .productSlick-slider:not(.slick-initialized) {
  display: flex;
  -ms-display: flex;
  overflow: hidden; }

.productDetail_style__03 .productSlick-slider:not(.slick-initialized) .product-gallery {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%; }

.productDetail_style__03 .productDetail--gallery .productList-slider .product-gallery img {
  cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto; }

.productDetail_style__03 .combo-info .combo-info--content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.productDetail_style__03 .combo-info .combo-info--content .combo-content--total {
  padding-left: 0;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -ms-display: flex;
  display: flex;
  text-align: left; }

.productDetail_style__03 .combo-info .combo-info--content .combo-content--total:before {
  display: none; }

.productDetail_style__03 .product-toshare .pro-title {
  margin-right: 10px; }

@media (max-width: 1199px) and (min-width: 992px) {
  .productDetail_style__03 .productDetail--gallery {
    width: 56%; }
  .productDetail_style__03 .productDetail--content {
    width: 44%; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
    width: 76px;
    padding-right: 10px;
    margin-top: 0; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
    width: calc(100% - 76px);
    position: relative; } }

@media (max-width: 992px) and (min-width: 768px) {
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
    width: 110px; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
    width: calc(100% - 110px);
    position: relative; } }

@media (min-width: 992px) {
  .productDetail_style__03 .productDetail--main {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  .productDetail_style__03 .productDetail--gallery {
    width: 45%; }
  .productDetail_style__03 .productDetail--content {
    width: 55%;
    padding-left: 15px; }
  .productDetail_style__03 .combo-info .combo-info--content .list-combos .combo-item {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .productDetail_style__03 .listCoupon {
    margin-bottom: -10px; }
  .productDetail_style__03 .coupon-item {
    margin-bottom: 15px; }
  .productDetail_style__03 .productList-thumb:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden; } }

@media (max-width: 991px) {
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
      width: 100%;
      order: 2;
      padding: 12px; }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb .product-thumb .product-thumb__item {
      margin-left: 8px;
      margin-right: 8px; }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
      width: 100%;
      order: 1; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-detail {
    display: none; }
  .productDetail_style__03 .productSlick-thumb .product-thumb .product-thumb__item {
    margin-bottom: 0; }
  .productDetail_style__03 .productSlick-thumb:not(.slick-initialized) {
    display: flex; }
  .productDetail_style__03 .productSlick-thumb:not(.slick-initialized) .product-thumb {
    flex: 0 0 calc((100% - 60px) / 5);
    max-width: calc((100% - 60px) / 5);
    margin-right: 15px; }
  .productDetail_style__03 .productSlick-thumb:not(.slick-initialized) .product-thumb .product-thumb__item {
    margin: 0 !important; }
  .productDetail_style__03 .productDetail--content .product-container-detail .wrapbox-app {
    padding: 10px 15px 15px; }
  .productDetail_style__03 .productDetail--content .productDetail--navs {
    margin-top: 15px; }
  .productDetail_style__03 .combo-info .combo-info--content .combo-content--total {
    display: block; } }

@media (max-width: 767px) {
  .productDetail_style__03 .product-customer {
    margin-top: 10px; } }

.productDetail_style__04 .productDetail--main {
  margin-bottom: 15px;
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.productDetail_style__04 .productDetail--gallery {
  position: relative;
  background: #fff; }

.productDetail_style__04 .productDetail--content {
  background: #fff; }

.productDetail_style__04 .productDetail--gallery .productList-slider .product-gallery img {
  cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.productDetail_style__04 .productDetail--gallery .productCarousel-slider .owl-dots {
  display: none; }

.productDetail_style__04 .productDetail--gallery .productCarousel-thumb {
  max-width: 100%; }

.productDetail_style__04 .productCarousel-slider:not(.owl-loaded),
.productDetail_style__04 .productCarousel-thumb:not(.owl-loaded) {
  display: flex;
  display: -ms-flex;
  overflow: hidden; }

.productDetail_style__04 .productDetail--content .product-deliverly {
  border-top: 1px dashed #eee; }

.productDetail_style__04 .productDetail--wrapbox .combo-info {
  padding: 15px;
  background: #fff; }

.productDetail_style__04 .product-toshare .pro-title {
  margin-right: 10px; }

@media (min-width: 992px) {
  .productDetail_style__04 .product-container-gallery {
    padding: 15px 15px 15px 0; }
  .productDetail_style__04 .productDetail--navs,
  .productDetail_style__04 .productDetail--box .product-question {
    padding: 0;
    margin-top: 30px; }
  .productDetail_style__04 .productDetail--gallery {
    width: 35%; }
  .productDetail_style__04 .productDetail--content {
    width: 65%;
    border-left: 1px solid #eee;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between; }
  .productDetail_style__04 .wrapbox-inner {
    display: flex;
    display: -ms-flex; }
  .productDetail_style__04 .productCarousel-slider:not(.owl-loaded) .product-gallery {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%; }
  .productDetail_style__04 .productCarousel-thumb:not(.owl-loaded) .product-thumb {
    flex: 0 0 calc((100% - 75px) / 6);
    max-width: calc((100% - 75px) / 6);
    margin-right: 15px; }
  .productDetail_style__04 .productDetail--content .wrapbox-detail {
    width: 65%; }
  .productDetail_style__04 .productDetail--content .wrapbox-coupon {
    width: 35%;
    margin-top: 25px; }
  .productDetail_style__04 .coupon-item {
    margin-bottom: 15px; }
  .productDetail_style__04 .productDetail--content .product-container-detail .product-boxleft .product-actions {
    margin-bottom: 0; }
  .productDetail_style__04 .productDetail--content .product-deliverly {
    padding: 15px 15px 0; }
  .productDetail_style__04 .combo-info--vertical .combo-info--content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .productDetail_style__04 .combo-info--vertical .combo-content--name {
    flex: 0 0 100%;
    max-width: 100%; }
  .productDetail_style__04 .combo-info--vertical .combo-content--total {
    flex: unset; }
  .productDetail_style__04 .combo-info--vertical .combo-item {
    flex: 0 0 24%;
    max-width: 24%; }
  .productDetail_style__04 .combo-info--vertical .combo-item--images a {
    border: 1px solid #dfdfdf;
    width: 150px; }
  .productDetail_style__04 .combo-info--vertical .combo-item:not(:last-child) .combo-item--images:before {
    left: 150px; }
  .productDetail_style__04 .combo-info--vertical .combo-content--total {
    border-top: 0;
    border-left: 1px dashed #ddd;
    padding-top: 0;
    padding-left: 30px; }
  .productDetail_style__04 .combo-info--vertical .combo-content--total .wrapbox-total {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  .productDetail_style__04 .combo-info--vertical .combo-content--total .wrapbox-total .combo-total {
    margin-bottom: 10px;
    margin-right: 0; } }

@media (max-width: 991px) {
  .productDetail_style__04 .productDetail--gallery .productList-thumb {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px; }
  .productDetail_style__04 .productDetail--gallery .wrapbox-detail {
    display: none; }
  .productDetail_style__04 .productDetail--main {
    display: block; }
  .productDetail_style__04 .productCarousel-thumb:not(.owl-loaded) .product-thumb {
    flex: 0 0 calc((100% - 60px) / 5);
    max-width: calc((100% - 60px) / 5);
    margin-right: 15px; }
  .productDetail_style__04 .listCoupon {
    margin: 0;
    padding-bottom: 15px; }
  .productDetail_style__04 .productDetail--content .product-deliverly {
    background: #fff;
    padding: 15px; }
  .productDetail_style__04 .combo-info .combo-info--content .combo-content--total {
    display: block; } }

.list-faqs {
  max-width: 840px;
  font-size: 15px; }
  .list-faqs .faq-item {
    margin-bottom: 20px; }
  .list-faqs .header-faqs {
    font-weight: 600;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
    position: relative;
    cursor: pointer;
    /*&.opened {
			border-color: #000;
		}*/ }
    .list-faqs .header-faqs:before {
      content: "";
      right: 5px;
      top: 12px;
      position: absolute;
      box-sizing: border-box;
      height: 8px;
      width: 8px;
      border-style: solid;
      border-color: currentColor;
      border-width: 0 1px 1px 0;
      transform: rotate(45deg);
      transition: border-width 150ms ease-in-out;
      transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s; }
    .list-faqs .header-faqs.opened:before {
      -moz-transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .list-faqs .content-faqs {
    display: none; }

@media (min-width: 992px) {
  .productDetail--main {
    padding-top: 40px; }
  .layout-productDetail {
    margin-bottom: 55px; }
  /*
	.layout-productDetail .productDetail_style__01 .productDetail--gallery{position: -webkit-sticky; position: sticky; top: 30px;}
	.layout-productDetail .productDetail_style__02 .productDetail--content{position: -webkit-sticky; position: sticky; top: 70px;}
	.layout-productDetail .productDetail_style__03 .productDetail--gallery{position: -webkit-sticky; position: sticky; top: 30px;}
	*/
  .stickyProduct-gallery,
  .stickyProduct-detail {
    top: 30px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  body.scroll-body-up .stickyProduct-gallery,
  body.scroll-body-up .stickyProduct-detail {
    top: 80px; } }

@media (max-width: 991px) {
  .productDetail-toolbar {
    border-top: 1px solid var(--shop-color-border);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    margin: auto;
    padding: 7px 0;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease; } }

/*
--------------------------------------------------------------------------------
SIDEBAR ACTION PRODUCT
--------------------------------------------------------------------------------
*/
.sidebar-action-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 90px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 5;
  transform: translateY(100%);
  transition: all 0.3s;
  display: flex; }
  .sidebar-action-bottom.is-show {
    transform: translateY(0); }
  .sidebar-action-bottom.show {
    transform: translateY(0) !important; }
  .sidebar-action-bottom .sticky-atc {
    display: flex;
    justify-content: space-between;
    height: 100%; }
    .sidebar-action-bottom .sticky-atc__img {
      flex: 0 0 auto;
      width: auto;
      display: flex;
      align-items: center;
      padding-right: 15px; }
      .sidebar-action-bottom .sticky-atc__img .prod-info {
        margin-left: 15px; }
        .sidebar-action-bottom .sticky-atc__img .prod-info span.prod-price {
          font-size: 18px;
          font-weight: 600;
          color: red; }
        .sidebar-action-bottom .sticky-atc__img .prod-info del {
          margin: 0 0 0 10px;
          color: #c4c4c4; }
        .sidebar-action-bottom .sticky-atc__img .prod-info span.prod-percent {
          display: inline-block;
          padding: 2px 14px;
          margin-left: 8px;
          background: #fff;
          border-radius: 3px;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 13px;
          color: #ff0000;
          border: 1px solid #ff0000;
          vertical-align: text-bottom; }
      .sidebar-action-bottom .sticky-atc__img .prod-info__reviews {
        margin: 0 0 5px; }
        .sidebar-action-bottom .sticky-atc__img .prod-info__reviews .haravan-product-reviews-badge {
          margin-bottom: 5px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          -webkit-align-items: center; }
        .sidebar-action-bottom .sticky-atc__img .prod-info__reviews .haravan-product-reviews-badge p {
          margin: 0; }
        .sidebar-action-bottom .sticky-atc__img .prod-info__reviews .product-reviews .rating-star .hrv-product-reviews-star i {
          font-size: 15px; }
        .sidebar-action-bottom .sticky-atc__img .prod-info__reviews .hrv-product-reviews-star {
          display: flex;
          display: -ms-flex;
          display: -webkit-flex;
          align-items: center;
          -ms-align-items: center;
          -webkit-align-items: center;
          margin-right: 5px; }
        .sidebar-action-bottom .sticky-atc__img .prod-info__reviews .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
          color: #fdd836 !important;
          font-size: 16px !important; }
        .sidebar-action-bottom .sticky-atc__img .prod-info__reviews .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
          color: #fdd836 !important; }
    .sidebar-action-bottom .sticky-atc__vrt {
      flex: 1 1 auto;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .sidebar-action-bottom .sticky-atc__action {
      display: flex;
      justify-content: flex-end;
      flex: 0 0 auto;
      width: auto; }
    .sidebar-action-bottom .sticky-atc__btn {
      display: flex;
      align-items: center;
      border-left: 1px solid #d9d9d9; }
      .sidebar-action-bottom .sticky-atc__btn .btn-quantity {
        margin-left: 15px;
        display: flex; }
      .sidebar-action-bottom .sticky-atc__btn .btn-atc {
        margin-left: 15px; }
      .sidebar-action-bottom .sticky-atc__btn .btn-buy-sticky {
        width: 100%;
        height: 45px;
        text-align: center;
        border: none;
        font-size: 14px;
        line-height: 18px;
        color: white;
        background: #e70505;
        text-transform: uppercase;
        outline: none;
        box-shadow: none;
        position: relative;
        border-radius: 2px;
        font-weight: 600;
        border: 1px solid #e70505; }
        .sidebar-action-bottom .sticky-atc__btn .btn-buy-sticky.disabled {
          color: #929292;
          background: #eaeaea;
          border-color: #eaeaea;
          cursor: no-drop; }
      .sidebar-action-bottom .sticky-atc__btn .btn-pricezero-sticky {
        width: 100%;
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
        text-transform: uppercase;
        outline: none;
        box-shadow: none;
        position: relative;
        border-radius: 2px;
        font-weight: 600; }
  .sidebar-action-bottom .select-swatch {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
    .sidebar-action-bottom .select-swatch .header {
      margin: 0 0 5px;
      font-size: 14px;
      font-weight: 600;
      line-height: initial;
      text-align: left;
      width: auto;
      white-space: nowrap; }
  .sidebar-action-bottom .swatch {
    width: auto;
    align-items: unset;
    flex-direction: column;
    margin: 0; }
    .sidebar-action-bottom .swatch .select-swap {
      width: auto; }
    .sidebar-action-bottom .swatch select.select-swap {
      min-width: 100px;
      padding: 5px 10px;
      margin: 0 8px 8px 0;
      border-radius: 4px; }
      .sidebar-action-bottom .swatch select.select-swap option[disabled] {
        color: rgba(0, 0, 0, 0.3); }
      .sidebar-action-bottom .swatch select.select-swap:focus {
        outline: none; }
    .sidebar-action-bottom .swatch .header {
      width: auto;
      white-space: nowrap; }
    .sidebar-action-bottom .swatch .swatch-element label {
      min-width: 55px; }
  .sidebar-action-bottom .swatch + .swatch {
    margin-left: 20px; }
  .sidebar-action-bottom .quantity-input {
    background: #fff;
    color: #000;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    width: 45px;
    padding: 0;
    text-align: center;
    border: 1px solid #f3f4f4;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .sidebar-action-bottom .quantity-input:focus {
      outline: none;
      border-color: #f3f4f4; }
  .sidebar-action-bottom .qty-btn {
    float: left;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .sidebar-action-bottom .qty-btn svg {
      display: block;
      width: 12px;
      height: 100%;
      margin: 0 auto;
      fill: #a4aaaf;
      transition: all 0.2s ease-in-out; }
    .sidebar-action-bottom .qty-btn:hover svg {
      fill: #000; }
  @media (min-width: 992px) {
    .sidebar-action-bottom .container {
      max-width: 1350px; }
    .sidebar-action-bottom .sticky-atc__btn .btn-buy-sticky {
      min-width: 220px; }
    .sidebar-action-bottom .check-action-tt {
      padding: 0 15px;
      color: red;
      font-weight: 500;
      margin: 0;
      font-size: 14px; } }
  @media (max-width: 991px) {
    .sidebar-action-bottom {
      min-height: 50px;
      /*transform: translateY(0);*/ }
      .sidebar-action-bottom .sticky-atc {
        flex-direction: column; }
      .sidebar-action-bottom .sticky-atc__img .prod-img,
      .sidebar-action-bottom .sticky-atc__img .prod-info .prod-info__reviews {
        display: none; }
      .sidebar-action-bottom .sticky-atc__img .prod-info {
        margin-left: 0; }
      .sidebar-action-bottom .sticky-atc__img .prod-info__price {
        margin-top: 5px; }
      .sidebar-action-bottom .sticky-atc__action {
        padding: 7px 0;
        width: 100%; }
      .sidebar-action-bottom .sticky-atc__vrt form {
        width: 100%; }
      .sidebar-action-bottom .sticky-atc__btn {
        border-left: 0;
        width: 100%; }
      .sidebar-action-bottom .sticky-atc__btn .btn-quantity {
        margin: 0;
        padding-right: 15px; }
      .sidebar-action-bottom .sticky-atc__btn .btn-atc {
        flex: 1 1 auto;
        margin: 0; }
      .sidebar-action-bottom .swatch {
        margin: 10px 0 0; }
        .sidebar-action-bottom .swatch:first-child:before {
          display: none; }
      .sidebar-action-bottom .select-swatch {
        padding: 0;
        justify-content: space-between; }
      .sidebar-action-bottom .swatch select.select-swap {
        margin: 0; }
      .sidebar-action-bottom .select-swatch .header {
        display: none; } }

@media (max-width: 991px) {
  body.scroll-body-up .sidebar-action-bottom {
    transform: translateY(100%); } }

/*swal*/
.swal-modal.copy-success {
  max-width: 250px; }

.productRelated-title {
  text-align: center; }
