/*var(--bodyFont): 'Space Grotesk', sans-serif;
var(--titleFont): 'Space Grotesk', sans-serif;
var(--transition): 1.3s;
var(--primaryColor): #3f3eed;
var(--secondaryColor): #083a5e;
var(--whiteColor): #ffffff;
var(--titleColor): #083a5e;
$menuColor: #ffffff;
var(--btnColor): #151f39;
$linkColor: #6e777d;
var(--hoverColor): #151f39;
$globalColor: #6e777d;
var(--bodyColor): #6e777d;
$formBg: #ffffff;
$gray77: #777777;
$gray99: #999999;
$shadow4: 0px 16px 32px 0px rgba(0, 0, 0, .04);
$shadow6: 0px 16px 32px 0px rgba(0, 0, 0, .06);*/
:root {
  --bodyFont: "Space Grotesk", sans-serif;
  --titleFont: "Space Grotesk", sans-serif;
  --transition: 1.3s;
  --primaryColor: #3f3eed;
  --secondaryColor: #083a5e;
  --whiteColor: #ffffff;
  --titleColor: #083a5e;
  --hoverColor: #3f3eed;
  --bodyColor: #6e777d;
  --btnColor: #151f39;
}

.no-padding {
  padding: 0 !important;
}

.font-size-0 {
  font-size: 0;
}

.img-border-radius img {
  border-radius: 15px !important;
}

.rts-btn {
  padding: 17px 30px;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  background: var(--primaryColor);
  color: #fff;
}
.rts-btn:hover {
  background-color: var(--titleColor);
}

.mfp-close {
  opacity: 0.9;
}

.bg-overflow-hidden {
  overflow: hidden;
}

.mfp-iframe-holder .mfp-close {
  width: 30px !important;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}

/******* RS Tab CSS  **********
-----------------------------*/
.rt-pricing-table-features-list .rt-circle-check:before {
  margin: 0;
}

.rs-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.rs-image.yes .veritcal {
  animation-name: veritcal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes veritcal {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.rs-image.yes .horizontal {
  animation-name: horizontal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}

/* -----------------------
    Features List CSS
--------------------------*/
.rt-features-list-content ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.rt-features-list-content ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.rt-features-list-content ul li .icon i {
  color: var(--titleColor);
  font-size: 16px;
  display: inline-block;
}
.rt-features-list-content ul li .sub-text {
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: 600;
  font-family: var(--titleFont);
  margin-bottom: -3px;
}
.rt-features-list-content ul li .text-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--titleColor);
  font-family: var(--titleFont);
  transition: 0.3s;
  display: inline-block;
}
.rt-features-list-content ul li .text-heading span {
  display: block;
}
.rt-features-list-content ul li .message {
  margin: 0;
}
.rt-features-list-content .separator_yes.rotate_yes:after {
  top: -7px;
  transform: skew(-10deg);
}

.right_icon_yes ul li a {
  padding-right: 0 !important;
  position: relative;
}
.right_icon_yes ul li a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f178";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  color: var(--primaryColor);
}

.left_icon_yes ul li a {
  padding-right: 0 !important;
  position: relative;
  padding-left: 25px;
}
.left_icon_yes ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f061";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
}

.elementor-widget-rt-logo .rt-addon-slider {
  align-items: center;
}

.menu-area.separator_yes {
  position: relative;
}
.menu-area.separator_yes:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #F36464;
}

.logo-grid-height .rt-grid-figure {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*jump animation */
@keyframes jump-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.menu-area .icon1 .navbar ul > li.menu-item-has-children > a:before {
  content: "\e805";
  font-size: 12px;
}

/** Draw Vertical Line **/
.path-vert {
  stroke-dasharray: 1000;
  /*   stroke-dashoffset: 800; */
  animation: draw1 2s linear alternate;
}

@keyframes draw1 {
  from {
    stroke-dashoffset: 1200;
  }
  to {
    stroke-dashoffset: 600;
  }
}
.react-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.react-image img {
  transition: all 0.4s;
}
.react-image .image-hover-effect {
  overflow: hidden;
}
.react-image .image-hover-effect:hover img {
  transform: scale(105%);
}
.react-image.yes .veritcal {
  animation-name: veritcal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  position: absolute;
  right: 0;
  top: -150px;
}
@keyframes veritcal {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.react-image.yes .veritcal_two {
  animation-name: veritcal_two;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes veritcal_two {
  0% {
    transform: translateY(100px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
.react-image.yes .horizontal {
  animation-name: horizontal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.react-image.yes .rotated_style {
  animation: rotate1 30s linear infinite;
  -webkit-animation: rotate1 30s linear infinite;
}
@keyframes rotate1 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.image-rotate {
  animation: rotation infinite 14s linear;
}

/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
rt-grid-figure .logo-img {
  text-align: center;
}
rt-grid-figure .logo-img a {
  transition: all 0.5s;
}
rt-grid-figure .logo-img img {
  margin: 0 auto;
  transition: all 0.5s;
  border-radius: 15px;
}
rt-grid-figure .logo-img:hover img {
  opacity: 1;
}
rt-grid-figure .logo-img:hover a.back {
  display: block;
}
rt-grid-figure .logo-img:hover a.back-exists {
  display: none;
}
rt-grid-figure .logo-img.logo-gray a:hover img {
  opacity: 80%;
}

.rts-tab-style-one .button-area {
  padding: 30px;
  border: 1px solid #EDEFF3;
  border-radius: 20px;
  background: #fff;
  text-align: left;
  min-width: -moz-max-content;
  min-width: max-content;
}
.rts-tab-style-one .button-area button {
  background: transparent !important;
  color: #5D666F;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEFF3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding-left: 0;
}
.rts-tab-style-one .button-area button:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.rts-tab-style-one .button-area button.active {
  color: #0B4DF5;
}
.rts-tab-style-one .tab-content {
  margin-left: 25px;
}
.rts-tab-style-one .tab-content .rts-tab-content-one {
  margin-right: -8px;
  font-size: 16px;
  font-weight: 500;
  color: #1C2539;
  line-height: 26px;
  margin-top: -4px;
  margin-bottom: 24px;
  animation: slide-down 2s ease-out;
}
.rts-tab-style-one .tab-content .rts-tab-content-one ul {
  list-style: none;
  margin: 20px 0 0;
}
.rts-tab-style-one .tab-content .rts-tab-content-one ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #5D666F;
  font-weight: 400;
  position: relative;
  padding-left: 28px;
}
.rts-tab-style-one .tab-content .rts-tab-content-one ul li:before {
  content: "\e853";
  position: absolute;
  font-family: "rt-icons";
  left: 0;
  top: 0;
  font-size: 20px;
  color: #0B4DF5;
}
.rts-tab-style-one .tab-content .rts-tab-content-one a.rts-btn {
  margin-top: 40px;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media only screen and (max-width: 1024px) {
  .rstab-main.vertical ul.nav {
    margin-right: 0;
  }
  .rts-tab-content-one {
    animation: slide-down 2.5s ease-out;
  }
  .rstab-main.vertical ul.nav.bubble li a.active:after {
    display: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.react-video {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: content !important;
  padding: 100px 20px;
}
.react-video.center .overly-border {
  margin: 0 auto;
}
.react-video.left .overly-border {
  margin-left: 0;
  margin-right: auto;
}
.react-video.right .overly-border {
  margin-left: auto;
  margin-right: 0;
}
.react-video.style1 .video-desc {
  top: 60px;
}
.react-video .video-desc {
  z-index: 1;
  font-size: 20px;
  position: relative;
}
.react-video .video-desc span {
  display: block;
  font-size: 22px;
  font-weight: 400;
}
.react-video .overly-border {
  border-radius: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.react-video .video-content {
  z-index: 10;
}
.react-video .video-content h4 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.react-video:hover .popup-videos {
  animation-duration: 0.8s;
}
.react-video .popup-videos {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 90px;
  padding: 0;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  z-index: 9;
  text-align: center;
  background: var(--primaryColor);
}
.react-video .popup-videos:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
}
.react-video .popup-videos:before {
  border: 1px solid #fff;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.react-video .popup-videos i {
  text-indent: 5px;
  transition: 0.3s ease all;
  font-size: 28px;
  color: var(--primaryColor);
  position: relative;
  top: -4px;
}
.react-video .popup-videos i:before {
  color: #fff;
  top: -1px;
}
.react-video .popup-videos:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.react-video .popup-videos span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 27px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.react-video:hover .overly-border:before, .react-video:hover .overly-border:after {
  opacity: 1;
  transform: scale(1);
}
.react-video.style2 .overly-border {
  width: 60px;
  height: 60px;
}

.menu-area {
  background: transparent !important;
}

.border-color-price .elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-price {
  border-bottom-color: #CBF3E7;
}

.happy-clients-area-start {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
}
.happy-clients-area-start p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}
.happy-clients-area-start .img-area-person {
  position: relative;
  display: flex;
}
.happy-clients-area-start .img-area-person img {
  padding: 5px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  max-width: -moz-max-content;
  max-width: max-content;
}
.happy-clients-area-start .img-area-person img:nth-child(1) {
  z-index: 1;
  right: 0px;
}
.happy-clients-area-start .img-area-person img:nth-child(2) {
  position: absolute;
  right: 30px;
  z-index: 2;
}
.happy-clients-area-start .img-area-person img:nth-child(3) {
  position: absolute;
  right: 65px;
  z-index: 3;
}
.happy-clients-area-start .img-area-person img:nth-child(4) {
  position: absolute;
  right: 90px;
  z-index: 4;
}
.happy-clients-area-start .img-area-person img:nth-child(5) {
  position: absolute;
  right: 125px;
  z-index: 5;
}
.happy-clients-area-start .img-area-person img:hover {
  z-index: 10 !important;
  transform: scale(1.1) translateY(-5px);
}

.slider_thumb_animation .reach_thumb_caption {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  background: rgba(217, 217, 217, 0.0588235294);
  border: 1px solid rgba(151, 150, 233, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 25px;
  padding: 5px 10px 5px 5px;
  gap: 12px;
}

.openup_subscribe_form {
  position: relative !important;
}
.openup_subscribe_form .metform-submit-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-65%);
  max-width: -moz-max-content;
  max-width: max-content;
}
.openup_subscribe_form .mf-input-wrapper {
  position: relative;
}
.openup_subscribe_form .mf-input-wrapper .mf-error-message {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.number_bath_active .react-addon-services.services-style2 .services-part .batch-number {
  background: linear-gradient(180deg, #C89FFC 12.5%, #f0f0f0 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home2_service_overlay .react-addon-services.services-style1 {
  position: relative;
  z-index: 1;
}
.home2_service_overlay .react-addon-services.services-style1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #F0F0FF 0%, rgba(245, 245, 255, 0) 100%);
  z-index: -1;
  transition: 0.3s;
  border-radius: 10px;
}
.home2_service_overlay .react-addon-services.services-style1:hover::after {
  width: 100%;
}

.slider_thumb_animation.h3_banner .reach_thumb_caption.react-multi-image.veritcal {
  border: none;
  border-radius: 0;
  background: #CBF3E7;
  padding: 7px 14px;
  font-size: 14px;
  border-radius: 5px;
}

.style2 .happy-clients-area-start {
  gap: 130px;
}
.style2 .happy-clients-area-start .img-area-person {
  display: flex;
}
.style2 .happy-clients-area-start .img-area-person img {
  border: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  border: 4px solid #fff;
  padding: 0;
}
.style2 .happy-clients-area-start p {
  font-size: 14px;
  font-weight: 400;
  color: #497696;
}
.style2 .happy-clients-area-start p span {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--titleColor);
}

.openup_submit_btn button.metform-btn.metform-submit-btn {
  display: block;
  width: 100%;
}

p.login-submit input[type=submit]:hover {
  background: #151f39 !important;
}

.wppb-form-field input::focus {
  border-color: #3f3eed !important;
}

.wppb-form-field input::-moz-placeholder {
  outline: none !important;
  color: #497696;
  font-family: "Space Grotesk", sans-serif;
}

.wppb-form-field input::placeholder {
  outline: none !important;
  color: #497696;
  font-family: "Space Grotesk", sans-serif;
}

p.form-submit input[type=submit]:hover {
  background: #151f39 !important;
}

#wppb-recover-password input::-moz-placeholder {
  color: #497696;
}

#wppb-recover-password input::placeholder {
  color: #497696;
}

.home4_header_text p {
  margin: 0;
}

.home4_swipper_dot .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 50%;
  bottom: -55px;
  flex-flow: wrap;
  transform: translateX(-50%);
  gap: 2px;
  border: none;
}
.home4_swipper_dot .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #BCBCFF;
  margin: 0 4px;
}
.home4_swipper_dot .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  border-radius: 6px;
}

.h5_services .services-btn-part a.services-btn.icon-after {
  margin-right: -50px;
  opacity: 0;
}

.h5_services .services-part:hover .services-btn-part a.services-btn.icon-after {
  margin-right: 0;
  opacity: 1;
}

.react-heading .title-inner .sub-text {
  display: inline-block;
}

div#wpnpModalQuick .modal-content button.btn-close {
  background-color: #fff;
}
div#wpnpModalQuick .modal-content button.btn-close:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  background-color: #fff;
}

div#wpnpModalQuick .modal-content {
  background: var(--secondaryyColor);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.product .action-button button {
  border: none;
}
.product .action-button .single-action {
  cursor: pointer;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt {
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  border-radius: 8px;
  padding: 13px 25px;
  transition: 0.3s;
  font-weight: 500 !important;
  line-height: unset;
}

body.single-product .main-contain {
  background-color: var(--secondaryyColor);
}

.entry-summary .price {
  margin: 2rem 0;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: baseline;
}
.entry-summary .price .woocommerce-Price-amount {
  color: var(--primaryColor);
  font-size: 18px;
}
.entry-summary .product_title {
  font-size: 28px;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 28px;
}
.entry-summary .woocommerce-product-details__short-description {
  color: #FFFFFF;
}
.entry-summary .product_meta {
  margin-bottom: 20px;
}
.entry-summary .posted_in strong {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  font-family: "Arapey", sans-serif;
}
.entry-summary .posted_in a {
  font-weight: 600;
  color: #E3E3E3;
}
.entry-summary .pro_ingre_features ul {
  padding: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.entry-summary .pro_ingre_features ul li {
  list-style: none;
  width: 50%;
  margin: 0 0 10px 0;
}
.entry-summary .pro_ingre_features ul li span {
  color: #E3E3E3;
}
.entry-summary form.cart .quantity {
  display: flex;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #121B32;
  margin-right: 20px !important;
}
.entry-summary form.cart .quantity .qty {
  margin-bottom: 0;
  text-align: center;
  max-width: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 0 15px;
  outline: none;
  background-color: transparent;
}
.entry-summary form.cart .quantity .qty_button {
  background: transparent;
  padding: 9px 17px;
  border: none;
  font-size: 30px;
}
.entry-summary form.cart .quantity .qty_button i {
  font-size: 16px;
  color: #FFFFFF;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 24px;
  font-weight: 400;
  padding: 8pt 20pt;
  border-color: transparent;
  border-width: 0 0 1px 0;
  border-style: solid;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #dee2e6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  color: var(--primaryColor);
  z-index: 2;
  border-bottom-color: var(--primaryColor);
}
.woocommerce div.product .panel {
  color: #fff;
}
.woocommerce div.product .product-inner {
  text-align: center;
}

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title {
  line-height: 1rem;
}

body.archive .products a.button, .related.products .products a.button {
  background-color: var(--primaryColor);
  color: #fff;
}
body.archive .products a.button svg, .related.products .products a.button svg {
  display: none;
}

ul.products .product .product-inner {
  position: relative;
  margin: 15px;
  overflow: hidden;
  transition: all 0.3s;
}
ul.products .product .product-inner .image {
  width: 100%;
}
ul.products .product .product-inner .image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
ul.products .product .product-inner .image a img {
  width: 100%;
  position: relative;
}
ul.products .product .product-inner .image a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 27, 50, 0.3);
}
ul.products .product .product-inner .sale--box {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
ul.products .product .product-inner .sale--box span.onsale {
  background: var(--primaryColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
ul.products .product .product-inner .woocommerce-loop-product__title {
  color: #FFF;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 26px !important;
  letter-spacing: -0.4px;
  transition: all 0.3s;
}
ul.products .product .product-inner .content {
  margin-top: 10px;
}
ul.products .product .product-inner .content span a {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
  transition: all 0.3s;
}
ul.products .product .product-inner .content .bottom-wrapper {
  margin-top: 10px;
  overflow: hidden;
  display: inline-block;
}
ul.products .product .product-inner .content .bottom-wrapper .price, ul.products .product .product-inner .content .bottom-wrapper .add_to_cart_wrapper {
  color: #D9D9D9;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.32px;
  transition: all 0.3s;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
ul.products .product .product-inner .content .bottom-wrapper .price a, ul.products .product .product-inner .content .bottom-wrapper .add_to_cart_wrapper a {
  color: #D9D9D9;
}
ul.products .product .product-inner .content .bottom-wrapper .add_to_cart_wrapper {
  opacity: 0;
  transform: translateY(30px);
  display: block;
}
ul.products .product .product-inner .content .bottom-wrapper .add_to_cart_wrapper a {
  margin-top: 0;
}
ul.products .product .product-inner .content .bottom-wrapper .add_to_cart_wrapper a.added_to_cart {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: #fff;
  padding: 1px 8px;
  font-weight: 400;
  font-size: 15px;
}
ul.products .product .product-inner:hover .action-button {
  right: 20px;
}
ul.products .product .product-inner:hover .content .bottom-wrapper .price {
  transform: translateY(-30px);
}
ul.products .product .product-inner:hover .content .bottom-wrapper .add_to_cart_wrapper {
  opacity: 1;
  transform: translateY(-25px);
}
ul.products .product .product-inner:hover .content .bottom-wrapper .add_to_cart_wrapper.not-purchable {
  transform: translateY(0);
}

@media only screen and (max-width: 768px) {
  .react-image img {
    width: 100%;
  }
}/*# sourceMappingURL=elements.css.map */