@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.302), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.302);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.302), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.302); }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.302), 0 0 0 20px rgba(255, 255, 255, 0.302), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.302), 0 0 0 20px rgba(255, 255, 255, 0.302), 0 0 0 30px rgba(255, 255, 255, 0); } }

.mainHeader {
  position: relative; }

@media (max-width: 991px) {
  .mainHeader {
    position: relative; } }

.section-breadcrumb {
  position: relative; }
  .section-breadcrumb .banner-img {
    text-align: center; }
  .section-breadcrumb .breadcrumb-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
  .section-breadcrumb .title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 8px; }
  .section-breadcrumb .breadcrumb-shop {
    background: none;
    border: none; }
    .section-breadcrumb .breadcrumb-shop .container {
      padding: 0; }
    .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
      padding: 0;
      justify-content: start;
      align-items: center; }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li + li:before {
        content: "\f178";
        color: var(--shop-color-main); }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li a {
        color: var(--shop-color-main);
        font-weight: 600; }
  @media (max-width: 991px) {
    .section-breadcrumb .title {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .section-breadcrumb .title {
      font-size: 22px; } }

.breadcrumb-author {
  margin-top: 50px;
  display: flex;
  gap: 30px; }
  .breadcrumb-author > div:not(:first-child) {
    padding-left: 30px;
    border-left: 1px solid rgba(29, 61, 50, 0.2); }
  .breadcrumb-author .title-item {
    color: rgba(29, 61, 50, 0.6); }
  .breadcrumb-author .breadcrumb-team {
    display: flex;
    align-items: center;
    gap: 10px; }
    .breadcrumb-author .breadcrumb-team .img {
      flex: 0 0 55px; }
      .breadcrumb-author .breadcrumb-team .img img {
        max-width: 55px;
        border-radius: 50%; }
    .breadcrumb-author .breadcrumb-team .info .name {
      font-size: 18px;
      font-weight: 600; }
  .breadcrumb-author .breadcrumb-vendor strong {
    font-size: 18px; }
  .breadcrumb-author--2 {
    margin: 30px 0; }
  @media (max-width: 767px) {
    .breadcrumb-author {
      margin-top: 20px;
      gap: 16px;
      flex-flow: wrap; }
      .breadcrumb-author > div {
        -ms-flex: 0 0 calc(100%/2 - 8px);
        flex: 0 0 calc(100%/2 - 8px);
        max-width: calc(100%/2 - 8px); }
        .breadcrumb-author > div:not(:first-child) {
          padding-left: 15px; }
        .breadcrumb-author > div:nth-child(3) {
          border-left: none;
          padding-left: 0; }
      .breadcrumb-author .breadcrumb-team {
        gap: 5px; }
        .breadcrumb-author .breadcrumb-team .img {
          flex: 0 0 45px; }
          .breadcrumb-author .breadcrumb-team .img img {
            max-width: 45px; }
        .breadcrumb-author .breadcrumb-team .info .name {
          font-size: 14px; }
      .breadcrumb-author .breadcrumb-vendor strong {
        font-size: 14px; } }

.productDetail--main {
  display: flex;
  flex-flow: wrap;
  align-items: start;
  gap: 30px; }

.productDetail--content {
  padding: 40px 0 0; }
  .productDetail--content .product-review {
    padding: 20px;
    border-radius: 16px;
    filter: drop-shadow(0px 10px 50px rgba(206, 206, 206, 0.3));
    background: var(--shop-color-bg);
    margin: 40px 0 0; }
    .productDetail--content .product-review .product-customer .hrv-product-reviews-heading {
      font-size: 24px;
      margin-bottom: 20px; }
  .productDetail--content .author-detail {
    display: flex;
    gap: 30px;
    padding: 20px;
    border-radius: 16px;
    filter: drop-shadow(0px 10px 50px rgba(206, 206, 206, 0.3));
    background: var(--shop-color-bg);
    margin: 40px 0 0; }
    .productDetail--content .author-detail .img {
      flex: 0 0 30%;
      max-width: 270px; }
      .productDetail--content .author-detail .img img {
        max-width: 270px;
        border-radius: 16px; }
    .productDetail--content .author-detail .info .title {
      font-size: 18px;
      font-weight: 600;
      color: var(--shop-color-main);
      margin-bottom: 5px; }
    .productDetail--content .author-detail .info .name {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px; }
    .productDetail--content .author-detail .info .subject {
      font-size: 14px;
      display: inline-block;
      padding: 5px 18px 2px;
      margin-bottom: 20px;
      border-radius: 50px;
      border: 1px solid var(--shop-color-main);
      background: rgba(255, 255, 255, 0.1);
      color: var(--shop-color-main); }
    .productDetail--content .author-detail .info .star {
      margin-bottom: 10px; }
      .productDetail--content .author-detail .info .star i {
        color: #ff853f;
        margin-right: 5px; }
    .productDetail--content .author-detail .info .link-social {
      display: flex;
      flex-flow: wrap;
      align-items: center;
      gap: 12px; }
      .productDetail--content .author-detail .info .link-social a {
        display: inline-block;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 36px;
        text-align: center;
        border: 1px solid rgba(29, 61, 50, 0.2);
        /*&:hover{background: #fff;border-color: #fff;}*/ }
        .productDetail--content .author-detail .info .link-social a svg {
          fill: currentColor;
          width: 20px;
          height: 20px; }

.productDetail--gallery {
  border-radius: 20px;
  filter: drop-shadow(0 0 30px rgba(206, 206, 206, 0.3));
  background: #ffffff;
  padding: 40px;
  position: relative; }
  .productDetail--gallery:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--shop-color-main);
    border-radius: 10px; }
  .productDetail--gallery .prod-video .video {
    position: relative;
    border-radius: 20px;
    overflow: hidden; }
  .productDetail--gallery .prod-video .icon-play {
    position: absolute;
    display: inline-block;
    border-radius: 32px;
    top: calc(50% - 60px);
    left: 51%;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background-color: var(--shop-color-main);
    color: #fff;
    transform: translate(-50%, 50%);
    text-align: center;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: 0.5s; }
    .productDetail--gallery .prod-video .icon-play:before, .productDetail--gallery .prod-video .icon-play:after {
      content: '';
      position: absolute; }
    .productDetail--gallery .prod-video .icon-play:before {
      top: -11px;
      left: -11px;
      width: 86px;
      height: 86px;
      border-radius: 43px;
      background-color: rgba(255, 255, 255, 0.302); }
    .productDetail--gallery .prod-video .icon-play:after {
      top: -30px;
      left: -30px;
      width: 122px;
      height: 122px;
      border-radius: 61px;
      background-color: rgba(255, 255, 255, 0);
      border: 2px solid rgba(255, 255, 255, 0.3); }
    .productDetail--gallery .prod-video .icon-play svg {
      width: 20px;
      height: 20px;
      fill: currentColor; }
  .productDetail--gallery .productCarousel-slider .owl-nav button {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    top: calc(50% - 14px); }
    .productDetail--gallery .productCarousel-slider .owl-nav button:before {
      font-size: 20px; }
  .productDetail--gallery .product-sidebar {
    margin-top: 20px; }
    .productDetail--gallery .product-sidebar .sidebar-title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 10px; }
    .productDetail--gallery .product-sidebar .list-tag .tag-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 12px;
      margin-bottom: 12px; }
      .productDetail--gallery .product-sidebar .list-tag .tag-item .title {
        color: rgba(29, 61, 50, 0.6); }
        .productDetail--gallery .product-sidebar .list-tag .tag-item .title .icon {
          position: relative;
          top: -3px;
          margin-right: 3px; }
          .productDetail--gallery .product-sidebar .list-tag .tag-item .title .icon svg {
            fill: currentColor; }
      .productDetail--gallery .product-sidebar .list-tag .tag-item:not(:last-child) {
        border-bottom: 1px solid rgba(29, 61, 50, 0.2); }
      .productDetail--gallery .product-sidebar .list-tag .tag-item:not(.item-price) .desc {
        font-weight: 600; }
    .productDetail--gallery .product-sidebar .list-tag #price-preview .pro-title {
      display: none; }
    .productDetail--gallery .product-sidebar .list-tag #price-preview .pro-price {
      font-size: 20px;
      font-weight: 600;
      color: var(--shop-color-main);
      margin-right: 3px; }
    .productDetail--gallery .product-sidebar .list-tag #price-preview del {
      color: rgba(29, 61, 50, 0.6); }
    .productDetail--gallery .product-sidebar .list-tag #price-preview .pro-percent {
      font-size: 12px;
      font-weight: 600;
      background: #ff0000;
      color: #fff;
      border-radius: 3px;
      padding: 3px 5px;
      margin-left: 3px;
      position: relative;
      top: -3px; }
  .productDetail--gallery .product-variants {
    padding: 0;
    margin-bottom: 20px; }
  .productDetail--gallery .product-booking .button {
    padding: 14px 20px 10px;
    border: none;
    outline: none;
    width: 100%; }

.productDetail-information .product-toshare {
  padding: 0;
  align-items: start;
  flex-flow: column;
  gap: 10px;
  margin-top: 30px; }

@media (min-width: 992px) {
  .productDetail--content {
    -ms-flex: 0 0 calc(65% - 15px);
    flex: 0 0 calc(65% - 15px);
    max-width: calc(65% - 15px); }
    .productDetail--content .wrapbox-detail {
      padding: 0; }
  .productDetail--gallery {
    -ms-flex: 0 0 calc(35% - 15px);
    flex: 0 0 calc(35% - 15px);
    max-width: calc(35% - 15px);
    margin-top: -40px; } }

@media (max-width: 991px) {
  .productDetail--main {
    flex-flow: column-reverse; }
  .productDetail--content, .productDetail--gallery {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .productDetail--gallery .mobile_gallery .owl-dots {
    display: none; } }

@media (max-width: 767px) {
  .productDetail--main {
    gap: 15px; }
  .productDetail--content {
    padding: 20px 0 0; }
    .productDetail--content .product-review {
      margin-top: 20px; }
      .productDetail--content .product-review .product-customer .hrv-product-reviews-heading {
        font-size: 18px; }
    .productDetail--content .author-detail {
      margin-top: 20px;
      padding: 15px;
      gap: 15px; }
      .productDetail--content .author-detail .img {
        max-width: 90px; }
        .productDetail--content .author-detail .img img {
          max-width: 90px; }
      .productDetail--content .author-detail .info .title {
        font-size: 14px; }
      .productDetail--content .author-detail .info .name {
        font-size: 18px; }
      .productDetail--content .author-detail .info .subject {
        font-size: 12px;
        margin-bottom: 10px;
        padding: 2px 18px; }
      .productDetail--content .author-detail .info .link-social {
        gap: 5px; }
  .productDetail--gallery {
    padding: 15px; } }

.productDetail-related {
  margin: 60px 0; }
  .productDetail-related h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px; }
  .productDetail-related .listProduct-related:not(.owl-loaded) {
    display: flex;
    overflow: hidden; }
    .productDetail-related .listProduct-related:not(.owl-loaded) .product-loop {
      flex: 0 0 calc(100%/3); }
  .productDetail-related .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    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; }
    .productDetail-related .owl-carousel .owl-nav button span {
      font-size: 0; }
      .productDetail-related .owl-carousel .owl-nav button span:before {
        content: "";
        font-family: 'FontAwesome';
        font-size: 22px; }
    .productDetail-related .owl-carousel .owl-nav button svg {
      width: 14px;
      height: 14px; }
    .productDetail-related .owl-carousel .owl-nav button.owl-prev {
      left: 10px; }
      .productDetail-related .owl-carousel .owl-nav button.owl-prev span:before {
        content: "\f104"; }
    .productDetail-related .owl-carousel .owl-nav button.owl-next {
      right: 10px; }
      .productDetail-related .owl-carousel .owl-nav button.owl-next span:before {
        content: "\f105"; }
    .productDetail-related .owl-carousel .owl-nav button.disabled {
      opacity: 0.5; }
      .productDetail-related .owl-carousel .owl-nav button.disabled:hover {
        background: rgba(255, 255, 255, 0.3);
        color: #858380;
        cursor: no-drop; }
  @media (max-width: 767px) {
    .productDetail-related {
      margin: 40px 0; }
      .productDetail-related h2 {
        font-size: 24px;
        margin-bottom: 20px; } }

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

#modal-courses.modal-contactform .modal-dialog {
  max-width: 400px; }

#modal-courses.modal-contactform .modal-header {
  border-bottom: none;
  padding-bottom: 0; }

#modal-courses.modal-contactform .button {
  padding: 14px 20px 10px;
  border: none;
  outline: none;
  width: 100%; }

/*
--------------------------------------------------------------------------------
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;
  padding: 5px 0;
  display: none; }
  .sidebar-action-bottom.is-show {
    transform: translateY(0); }
  .sidebar-action-bottom.show {
    transform: translateY(0) !important; }
  @media (max-width: 991px) {
    .sidebar-action-bottom {
      min-height: 50px;
      display: block; }
      .sidebar-action-bottom .button {
        padding: 14px 20px 10px;
        border: none;
        outline: none;
        width: 100%; } }

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