@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

* {
  box-sizing: border-box; }

.rael-pc__popup-details-render {
  width: 80%;
  max-width: 900px; }
  .rael-pc__popup-details-render .rael-pc__preloader {
    margin: 0 auto;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }

.rael-pc__product-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1; }
  .rael-pc__product-popup.rael-pc__product-popup-ready {
    z-index: 999;
    opacity: 1 !important; }
  .rael-pc__product-popup.rael-pc__product-zoom-in {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .rael-pc__product-popup.rael-pc__product-zoom-in .rael-pc__product-popup-details {
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
    .rael-pc__product-popup.rael-pc__product-zoom-in.rael-pc__product-popup-ready .rael-pc__product-popup-details {
      opacity: 1;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
    .rael-pc__product-popup.rael-pc__product-zoom-in.rael-pc__product-popup-ready .rael-pc__product-modal-bg {
      opacity: 0.7; }
    .rael-pc__product-popup.rael-pc__product-zoom-in.rael-pc__product-popup-removing .rael-pc__product-modal-bg {
      opacity: 0; }
    .rael-pc__product-popup.rael-pc__product-zoom-in.rael-pc__product-popup-removing .rael-pc__product-popup-details {
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0; }
  .rael-pc__product-popup .rael-pc__product-modal-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .rael-pc__product-popup .rael-pc__product-popup-details {
    position: relative;
    margin: 5vh auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 900px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fefefe;
    width: 100%;
    border-radius: 10px;
    height: auto;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content; }
    .rael-pc__product-popup .rael-pc__product-popup-details .single_add_to_cart_button {
      position: relative; }
      .rael-pc__product-popup .rael-pc__product-popup-details .single_add_to_cart_button.rael-pc-addtocart-added::after {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        font-weight: 900;
        display: inline-block;
        position: absolute;
        right: 12px; }
      .rael-pc__product-popup .rael-pc__product-popup-details .single_add_to_cart_button.rael-pc-addtocart-loading::after {
        font-family: "Font Awesome 5 Free";
        content: "\f110";
        font-weight: 900;
        position: absolute;
        right: 12px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite; }
  .rael-pc__product-popup.woocommerce div.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow-y: auto;
    background: transparent;
    position: relative; }
    .rael-pc__product-popup.woocommerce div.product div.images {
      width: 100%;
      margin-bottom: 0; }
      .rael-pc__product-popup.woocommerce div.product div.images .woocommerce-product-gallery .flex-viewport {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        margin-bottom: 1em; }
      .rael-pc__product-popup.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0; }
    .rael-pc__product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
      width: calc(25% - 0.75em);
      margin-right: 1em;
      margin-bottom: 1em; }
      .rael-pc__product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child {
        margin-right: 0; }
    .rael-pc__product-popup.woocommerce div.product .product_title {
      font-size: 28px;
      line-height: 1.2em;
      font-weight: 700;
      margin-bottom: 10px;
      letter-spacing: normal;
      text-transform: capitalize; }
      .rael-pc__product-popup.woocommerce div.product .product_title.entry_title {
        display: block; }
      .rael-pc__product-popup.woocommerce div.product .product_title::before {
        content: none; }
    .rael-pc__product-popup.woocommerce div.product .price {
      font-size: 25px;
      line-height: 1.2em;
      margin: 0 0 15px;
      text-align: left !important; }
    .rael-pc__product-popup.woocommerce div.product .woocommerce-product-details__short-description {
      font-size: 18px;
      line-height: 1.2em;
      margin: 0; }
      .rael-pc__product-popup.woocommerce div.product .woocommerce-product-details__short-description p,
      .rael-pc__product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child {
        margin-bottom: 20px; }
    .rael-pc__product-popup.woocommerce div.product .button {
      margin: 0 !important;
      line-height: 1.5em; }
    .rael-pc__product-popup.woocommerce div.product form.cart {
      margin: 0 0 1.2em;
      padding: 0;
      border: none;
      width: 100%;
      display: flex;
      flex-flow: row wrap; }
      .rael-pc__product-popup.woocommerce div.product form.cart table {
        border: none;
        margin: 0 0 1.2em;
        border-collapse: collapse;
        width: 100%; }
        .rael-pc__product-popup.woocommerce div.product form.cart table tbody {
          display: table-row-group;
          border: none; }
      .rael-pc__product-popup.woocommerce div.product form.cart p.stock {
        margin-bottom: 0; }
      .rael-pc__product-popup.woocommerce div.product form.cart .group_table td {
        border: none; }
      .rael-pc__product-popup.woocommerce div.product form.cart .group_table .button {
        padding: 0.8em;
        font-weight: 400;
        font-size: 0.9rem;
        white-space: nowrap; }
      .rael-pc__product-popup.woocommerce div.product form.cart div.quantity {
        margin-right: 0;
        width: auto; }
        .rael-pc__product-popup.woocommerce div.product form.cart div.quantity input, .rael-pc__product-popup.woocommerce div.product form.cart div.quantity a {
          height: 100%;
          border: 1px solid; }
        .rael-pc__product-popup.woocommerce div.product form.cart div.quantity input[type=number] {
          min-width: 90px; }
        .rael-pc__product-popup.woocommerce div.product form.cart div.quantity .qty {
          text-align: center; }
          .rael-pc__product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
            outline: none; }
      .rael-pc__product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
        padding: 10px 40px;
        margin-top: 5px !important; }
      .rael-pc__product-popup.woocommerce div.product form.cart .product-single-quantity button.plus,
      .rael-pc__product-popup.woocommerce div.product form.cart .product-single-quantity button.minus {
        display: none; }
    .rael-pc__product-popup.woocommerce div.product .woocommerce-product-rating {
      margin-bottom: 5px; }
      .rael-pc__product-popup.woocommerce div.product .woocommerce-product-rating .star-rating {
        font-size: 16px; }
      .rael-pc__product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        line-height: 18px; }
    .rael-pc__product-popup.woocommerce div.product table tbody tr {
      border-bottom: 1px solid #ccc; }
      .rael-pc__product-popup.woocommerce div.product table tbody tr td {
        background: transparent;
        vertical-align: middle !important;
        padding: 15px 15px 15px 0 !important; }
    .rael-pc__product-popup.woocommerce div.product .product_meta {
      font-size: 14px;
      border-top: 1px solid #ccc;
      border-bottom: 0;
      padding: 1em 0 0;
      margin: 0 0 0.8em; }
      .rael-pc__product-popup.woocommerce div.product .product_meta > span {
        display: block;
        border: none;
        padding: 5px 0; }
  .rael-pc__product-popup.woocommerce div.product.ast-article-single,
  .rael-pc__product-popup.woocommerce div.product .ast-article-single {
    background: transparent; }
  .rael-pc__product-popup .rael-pc__product-image-wrapper {
    width: 40%; }
    .rael-pc__product-popup .rael-pc__product-image-wrapper .badge-container {
      display: none; }
    .rael-pc__product-popup .rael-pc__product-image-wrapper .rael-pc__new-product .flex-viewport {
      height: auto !important; }
  .rael-pc__product-popup .rael-pc__product-details-wrapper {
    width: 56%;
    margin-left: 4%;
    text-align: left; }
    .rael-pc__product-popup .rael-pc__product-details-wrapper .is-divider {
      display: none; }
  .rael-pc__product-popup button.rael-pc__product-popup-close {
    position: absolute;
    right: -15px;
    top: -18px;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
    background: #fff !important;
    text-align: center;
    -webkit-box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #000 !important;
    height: 40px;
    width: 40px;
    min-height: 40px;
    max-width: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    border: 0;
    margin: 0; }
    .rael-pc__product-popup button.rael-pc__product-popup-close:focus {
      outline: none; }
  .rael-pc__product-popup form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .rael-pc__product-popup form.cart .variations_form {
      display: block; }
      .rael-pc__product-popup form.cart .variations_form .variations {
        border: none; }
        .rael-pc__product-popup form.cart .variations_form .variations th.label {
          vertical-align: middle; }
        .rael-pc__product-popup form.cart .variations_form .variations tr {
          margin-bottom: 5px; }
        .rael-pc__product-popup form.cart .variations_form .variations td {
          display: block;
          width: 100%;
          border: none;
          padding: 0;
          margin-bottom: 5px; }
          .rael-pc__product-popup form.cart .variations_form .variations td select {
            width: 100%; }
      .rael-pc__product-popup form.cart .variations_form .variations_button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .rael-pc__product-popup form.cart.grouped_form {
      display: block; }
      .rael-pc__product-popup form.cart.grouped_form table .button {
        line-height: 1.2em; }
      .rael-pc__product-popup form.cart.grouped_form .quantity {
        width: 100%; }
        .rael-pc__product-popup form.cart.grouped_form .quantity input, .rael-pc__product-popup form.cart.grouped_form .quantity a {
          height: auto !important;
          min-height: 2.507em;
          line-height: 1.2em; }
    .rael-pc__product-popup form.cart .quantity {
      width: 37%;
      margin-right: 20px; }
      .rael-pc__product-popup form.cart .quantity input {
        width: 100%; }
  .rael-pc__product-popup .rael-pc__onsale {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    line-height: 1.2em;
    top: 30px;
    left: 0;
    margin: 0;
    background-color: #ff7a80;
    color: #fff;
    z-index: 9; }
    .rael-pc__product-popup .rael-pc__onsale.sale_preset_1.rael-pc__out-of-stock br {
      display: none; }
    .rael-pc__product-popup .rael-pc__onsale.sale_preset_1.right {
      left: auto;
      right: 0; }
    .rael-pc__product-popup .rael-pc__onsale.sale_preset_2 {
      padding: 0;
      top: 5px;
      left: 5px;
      min-width: 50px;
      min-height: 50px;
      line-height: 50px;
      border-radius: 100%;
      -webkit-font-smoothing: antialiased; }
      .rael-pc__product-popup .rael-pc__onsale.sale_preset_2.rael-pc__out-of-stock {
        line-height: 1.2em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .rael-pc__product-popup .rael-pc__onsale.sale_preset_3 {
      border-radius: 50px;
      left: 15px;
      top: 15px; }
      .rael-pc__product-popup .rael-pc__onsale.sale_preset_3.rael-pc__out-of-stock br {
        display: none; }
    .rael-pc__product-popup .rael-pc__onsale.sale_preset_4 {
      left: 0;
      top: 15px; }
      .rael-pc__product-popup .rael-pc__onsale.sale_preset_4.rael-pc__out-of-stock br {
        display: none; }
      .rael-pc__product-popup .rael-pc__onsale.sale_preset_4::after {
        position: absolute;
        right: -15px;
        bottom: 0px;
        width: 15px;
        height: 24px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 10px solid #23a454;
        content: ""; }
    .rael-pc__product-popup .rael-pc__onsale.sale_preset_5 {
      display: block;
      line-height: 74px;
      height: 60px;
      width: 120px;
      left: -37pX;
      top: -8px;
      right: auto;
      padding: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      .rael-pc__product-popup .rael-pc__onsale.sale_preset_5.rael-pc__out-of-stock {
        line-height: normal;
        padding-top: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }

@media (max-width: 767px) {
  .rael-pc__product-popup.woocommerce div.product {
    display: block; }
  .rael-pc__product-popup .rael-pc__product-image-wrapper {
    width: 100%; }
  .rael-pc__product-popup .rael-pc__product-details-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 25px; } }

@media screen and (min-width: 992px) {
  .rael-pc__product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
    margin-top: 0 !important; }
  .rael-pc__product-popup.woocommerce div.product form.cart div.quantity {
    margin-right: 15px; } }

/*# sourceMappingURL=quick-view.css.map */