@charset "UTF-8";
@charset "UTF-8";


@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
[class*=rbpazt-icon-] {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
  display: none;
}

.header-absolute {
  position: absolute !important;
  width: 100%;
  z-index: 99 !important;
  background: transparent !important;
}

.sticky-header {
  --header-height: 80px;
  --opacity: 1;
  --shrink-me: 0.8;
  --sticky-background-color: #fff;
  --transition: .3s ease-in-out;
  transition: background-color var(--transition), background-image var(--transition), backdrop-filter var(--transition), opacity var(--transition);
}

.sticky-header.elementor-sticky--effects {
  /*position: fixed !important;*/
  background-color: var(--sticky-background-color) !important;
  background-image: none !important;
  opacity: var(--opacity) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0px 1px 20px 0px rgba(171, 179, 194, 0.4);
}

.sticky-header > .elementor-container {
  transition: min-height var(--transition);
}

.sticky-header.elementor-sticky--effects > .elementor-container {
  min-height: calc(var(--header-height) * var(--shrink-me)) !important;
  height: calc(var(--header-height) * var(--shrink-me));
}

.sticky-header .elementor-nav-menu .elementor-item {
  transition: padding var(--transition);
}

.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.sticky-header > .elementor-container .logo img {
  transition: max-width var(--transition);
}

.sticky-header.elementor-sticky--effects .logo img {
  max-width: calc(100% * var(--shrink-me));
}

:root {
  --scroll-bar: 8px;
}

body:not(.has-scrollbar) .content-area .elementor-section.elementor-section-stretched {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  left: 0 !important;
}

body.has-scrollbar .content-area .elementor-section.elementor-section-stretched {
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}

@supports (color: var(--scroll-bar)) {
  body.has-scrollbar .content-area .elementor-section.elementor-section-stretched {
    width: calc(100vw - var(--scroll-bar)) !important;
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    left: 0 !important;
  }
}
.elementor-text-editor a:hover {
  color: var(--primary_hover);
}

.elementor-widget-icon-list .elementor-icon-list-item a {
  align-items: center;
}
.elementor-widget-icon-list .elementor-icon-list-icon {
  line-height: 1;
}
.elementor-widget-icon-list .elementor-icon-list-icon i {
  text-align: center;
}

.elementor-widget-counter .elementor-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.elementor-widget-counter .elementor-counter-number-wrapper {
  margin-right: 15px;
}
.elementor-widget-counter .elementor-counter-title {
  text-align: left;
}

.rev-btn {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__container .elementor-menu-cart__main {
  max-height: 100vh;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__close-button {
  width: 17px;
  height: 17px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__close-button:after, .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__close-button:before {
  height: 2px;
}
.elementor-widget-woocommerce-menu-cart .woocommerce-mini-cart__empty-message {
  color: var(--heading);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.elementor-widget-woocommerce-menu-cart .woocommerce-mini-cart__empty-message:before {
  content: "\e036";
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-weight: 700;
  font-size: 86px;
  margin-bottom: 20px;
  display: block;
  color: rgba(135, 135, 135, 0.15);
}
.elementor-widget-woocommerce-menu-cart .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.elementor-widget-woocommerce-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons {
  margin-top: auto;
  padding-bottom: 40px;
}
.elementor-widget-woocommerce-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.elementor-widget-woocommerce-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button:hover {
  background-color: var(--primary_hover);
}
.elementor-widget-woocommerce-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button:last-child {
  background-color: var(--primary);
}
.elementor-widget-woocommerce-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button:last-child:hover {
  background-color: var(--primary_hover);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__products {
  max-height: calc(100vh - 310px);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product {
  grid-template-rows: unset;
  grid-template-columns: 25% auto 30px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name {
  grid-column-start: 2;
  grid-column-end: 3;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {
  color: var(--accent);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a:hover {
  color: var(--primary);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price {
  align-self: self-start;
  grid-column-start: 2;
  font-size: 15px;
  color: var(--accent);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price .quantity {
  color: var(--text);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price .amount {
  font-weight: 600;
  color: var(--light);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove {
  grid-row-start: 1;
  grid-column-start: 3;
  align-self: start;
  border: none;
  height: 25px;
  width: 25px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove:after, .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove:before {
  content: none;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove a {
  color: var(--light);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove a:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e00a";
  font-size: 18px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove a:hover {
  color: var(--primary);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  border: 0;
  font-size: 18px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__subtotal strong {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__subtotal .amount {
  font-size: 18px;
  color: var(--primary);
}
.elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-remove a {
  opacity: 1;
}

.elementor-menu-cart__wrapper .elementor-menu-cart__toggle {
  line-height: 1;
}
.elementor-menu-cart__wrapper #elementor-menu-cart__toggle_button {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.elementor-menu-cart__wrapper #elementor-menu-cart__toggle_button .elementor-button-text {
  margin-right: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .elementor-menu-cart__wrapper #elementor-menu-cart__toggle_button .elementor-button-text {
    display: none;
  }
}
.elementor-menu-cart__wrapper #elementor-menu-cart__toggle_button .elementor-button-icon {
  line-height: 1;
}
.elementor-menu-cart__wrapper #elementor-menu-cart__toggle_button:focus {
  background-color: transparent;
}

.elementor-widget-rbpazt-post-grid .column-item {
  margin-bottom: 30px;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-style-1 .post-inner {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  height: 100%;
}
.post-style-1 .post-inner:hover .post-thumbnail img {
  transform: scale(1.2);
}
.post-style-1 .post-thumbnail + .post-caption {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-style-1 .post-thumbnail {
  margin-bottom: 0;
  height: 100%;
}
.post-style-1 .post-thumbnail a {
  display: block;
  height: 100%;
}
.post-style-1 .post-thumbnail img {
  border-radius: 3px;
  transition: all 0.3s ease;
  height: 100%;
  object-fit: cover;
}
.post-style-1 .post-caption {
  padding: 30px 40px;
  background-color: rgba(0, 0, 0, 0.6);
}
.post-style-1 .post-caption .title-post {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-style-1 .post-caption .title-post a {
  color: #ffffff;
}
.post-style-1 .post-caption .title-post a:hover {
  color: var(--primary);
}
.post-style-1 .post-caption .posted-on {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
.post-style-1 .post-caption .posted-on a {
  color: #ffffff;
}
.post-style-1 .post-caption .posted-on a:hover {
  color: var(--primary);
}

.post-style-2 .post-inner {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  background-color: #ffffff;
}
.post-style-2 .post-inner:hover .post-thumbnail img {
  transform: scale(1.2);
}
.post-style-2 .post-thumbnail {
  margin-bottom: 0;
  overflow: hidden;
}
.post-style-2 .post-thumbnail img {
  border-radius: 0;
  transition: all 0.3s ease;
}
.post-style-2 .post-caption {
  padding: 30px;
}
.post-style-2 .post-caption .title-post {
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-style-2 .post-caption .title-post a {
  color: var(--accent);
}
.post-style-2 .post-caption .title-post a:hover {
  color: var(--primary);
}
.post-style-2 .post-caption .posted-on {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
.post-style-2 .post-caption .posted-on a {
  color: var(--accent);
}
.post-style-2 .post-caption .posted-on a:hover {
  color: var(--primary);
}
.post-style-2 .post-caption > p {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-style-2 .post-caption .more-link {
  padding: 14px 45px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--primary);
  color: var(--accent);
}
.post-style-2 .post-caption .more-link:hover {
  background-color: var(--primary_hover);
  color: var(--accent);
}

@media (min-width: 1024px) {
  .rbpazt-grid-post-style-2-yes .post-style-2 .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:first-child {
    grid-column-end: 1 span;
    grid-row-end: 3 span;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:first-child .post-inner {
    height: 100%;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:first-child .post-thumbnail img {
    max-height: 300px;
    object-fit: cover;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(2), .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(3), .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(4) {
    grid-column-end: 1 span;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(2) .post-inner, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(3) .post-inner, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(4) .post-inner {
    display: flex;
    align-items: center;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(2) .post-thumbnail, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(3) .post-thumbnail, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(4) .post-thumbnail {
    width: 210px;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(2) .post-thumbnail img, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(3) .post-thumbnail img, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(4) .post-thumbnail img {
    min-height: 180px;
    object-fit: cover;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(2) .post-caption, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(3) .post-caption, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(4) .post-caption {
    flex: 1;
    padding: 0 30px 0 30px;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(2) .post-caption > p, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(3) .post-caption > p, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(4) .post-caption > p {
    display: none;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(2) .post-caption .title-post, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(3) .post-caption .title-post, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(4) .post-caption .title-post {
    margin-bottom: 14px;
    line-height: 26px;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(2) .post-caption .title-post a, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(3) .post-caption .title-post a, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(4) .post-caption .title-post a {
    font-size: 18px;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(2) .post-caption .more-link, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(3) .post-caption .more-link, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(4) .post-caption .more-link {
    padding: 0;
    color: var(--primary);
    background-color: transparent;
    box-shadow: none;
  }
  .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(2) .post-caption .more-link:hover, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(3) .post-caption .more-link:hover, .rbpazt-grid-post-style-2-yes .post-style-2 .column-item:nth-child(4) .post-caption .more-link:hover {
    color: var(--primary_hover);
  }
}

.elementor-widget-rbpazt-section-slider .elementor-section.elementor-section-stretched {
  left: 50% !important;
  margin-left: -50vw;
}
.elementor-widget-rbpazt-section-slider .swiper-pagination-bullet-active {
  background-color: var(--primary);
  border-radius: 6px;
}
.elementor-widget-rbpazt-section-slider .swiper-container-vertical .swiper-pagination-bullet-active {
  height: 32px;
}
.elementor-widget-rbpazt-section-slider .swiper-container-horizontal .swiper-pagination-bullet-active {
  width: 32px;
}
@media (max-width: 1023px) {
  .elementor-widget-rbpazt-section-slider.disable-on-mobile-yes .elementor-swiper-button,
.elementor-widget-rbpazt-section-slider.disable-on-mobile-yes .swiper-pagination {
    display: none;
  }
  .elementor-widget-rbpazt-section-slider.disable-on-mobile-yes .swiper-wrapper {
    display: block;
    max-height: unset !important;
  }
  .elementor-widget-rbpazt-section-slider.disable-on-mobile-yes .elementor-widget-container .swiper-container {
    max-height: 999em !important;
  }
}

@media (min-width: 768px) {
  .elementor-section-slider-height-full .swiper-container {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .elementor-nav-menu-wrapper .main-navigation .primary-navigation ul {
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.4s;
  }
  .elementor-nav-menu-wrapper .main-navigation .primary-navigation ul.show {
    max-height: 999px;
  }
}

.single-woncep_menu_item .elementor-icon-list-items li.elementor-icon-list-item,
.mega-menu .elementor-icon-list-items li.elementor-icon-list-item {
  min-width: unset !important;
}
.single-woncep_menu_item .elementor-icon-list-items li.elementor-icon-list-item a:not(.elementor-button-link),
.mega-menu .elementor-icon-list-items li.elementor-icon-list-item a:not(.elementor-button-link) {
  width: unset !important;
  padding: 0;
}
.single-woncep_menu_item .elementor-image-box-wrapper a:not(.elementor-button-link),
.mega-menu .elementor-image-box-wrapper a:not(.elementor-button-link) {
  width: unset !important;
}

.elementor-video-popup {
  display: inline-flex;
  align-items: center;
}

.elementor-video-wrapper {
  text-align: center;
}

.elementor-video-popup {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 28px 30px;
  border-radius: 50%;
  background-color: #fff;
}

.elementor-video-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-video-icon i {
  font-size: 24px;
  color: var(--accent);
}

.elementor-widget-rbpazt-products-tabs .elementor-tabs .elementor-tabs-wrapper {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.elementor-widget-rbpazt-products-tabs .elementor-tab-title {
  font-weight: 500;
  margin-right: 50px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-color: transparent;
  outline: 0;
  padding-bottom: 10px;
  color: var(--light);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-rbpazt-products-tabs .elementor-tab-title:hover, .elementor-widget-rbpazt-products-tabs .elementor-tab-title.elementor-active {
  color: var(--accent);
}
.elementor-widget-rbpazt-products-tabs .elementor-tab-title:last-child {
  margin-right: 0 !important;
}
.elementor-widget-rbpazt-products-tabs .elementor-tab-content {
  border: 0;
  padding: 0;
}
.elementor-widget-rbpazt-products-tabs .elementor-tabs-content-wrapper {
  border: none;
}
.elementor-widget-rbpazt-instagram .column-item {
  margin-bottom: 30px;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-2 .row {
  display: grid;
  grid: repeat(11, 1fr)/repeat(10, 1fr);
  margin: 0;
  grid-gap: 10px;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-2 .row .column-item {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  margin-bottom: 0;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-2 .row .column-item:nth-child(6n+1) {
  grid-area: 5/1/span 4/span 2;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-2 .row .column-item:nth-child(6n+2) {
  grid-area: 2/3/span 6/span 3;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-2 .row .column-item:nth-child(6n+3) {
  grid-area: 8/4/span 4/span 2;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-2 .row .column-item:nth-child(6n+4) {
  grid-area: 1/6/span 4/span 2;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-2 .row .column-item:nth-child(6n+5) {
  grid-area: 5/6/span 6/span 3;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-2 .row .column-item:nth-child(6n+6) {
  grid-area: 4/9/span 4/span 2;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-3 .row {
  margin: 0;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-3 .column-item {
  padding: 0;
  margin: 0;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-3 .elementor-widget-container {
  position: relative;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-3 .instagram-header {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(34, 34, 34, 0.8);
  z-index: 2;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-3 .instagram-header i {
  font-size: 60px;
  color: var(--primary);
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-3 .instagram-header .instagram-name {
  font-size: 32px;
  margin-top: 12px;
}
.elementor-widget-rbpazt-instagram.elementor-instagram-style-3 .instagram-header .instagram-name a {
  color: #fff;
}

.elementor-search-form-wrapper .site-search {
  display: block;
}
.elementor-search-form-wrapper .widget_search form,
.elementor-search-form-wrapper .widget_product_search form {
  overflow: hidden;
}
.elementor-search-form-wrapper .widget_search form::before,
.elementor-search-form-wrapper .widget_product_search form::before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e022";
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  transform: translate(0, -50%);
  color: var(--accent);
  z-index: 3;
}
.elementor-search-form-wrapper .widget_search form .product-cat,
.elementor-search-form-wrapper .widget_product_search form .product-cat {
  position: absolute;
  top: 0;
  right: 0;
}
.elementor-search-form-wrapper .widget_search form .product-cat .product-cat-label,
.elementor-search-form-wrapper .widget_product_search form .product-cat .product-cat-label {
  position: relative;
  white-space: nowrap;
  color: #fff;
}
.elementor-search-form-wrapper .widget_search form .product-cat .product-cat-label .box,
.elementor-search-form-wrapper .widget_product_search form .product-cat .product-cat-label .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 55px 11px 20px;
  background: #fff;
  line-height: 26px;
  color: var(--accent);
  height: 100%;
  cursor: pointer;
  border-right: 0;
  font-size: 14px;
  font-weight: 700;
  background: var(--background_light);
  border-radius: 0 8px 8px 0;
}
.elementor-search-form-wrapper .widget_search form .product-cat .product-cat-label i,
.elementor-search-form-wrapper .widget_product_search form .product-cat .product-cat-label i {
  font-size: 14px;
  font-weight: 700;
  margin-left: 15px;
}
.elementor-search-form-wrapper .widget_search form .product-cat select,
.elementor-search-form-wrapper .widget_product_search form .product-cat select {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elementor-search-form-wrapper .widget_search form input[type=text],
.elementor-search-form-wrapper .widget_search form input[type=search],
.elementor-search-form-wrapper .widget_product_search form input[type=text],
.elementor-search-form-wrapper .widget_product_search form input[type=search] {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 195px;
  border-radius: 4px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .elementor-search-form-wrapper .widget_search form input[type=text],
.elementor-search-form-wrapper .widget_search form input[type=search],
.elementor-search-form-wrapper .widget_product_search form input[type=text],
.elementor-search-form-wrapper .widget_product_search form input[type=search] {
    padding-right: 60px;
  }
}
.elementor-search-form-wrapper .widget_search form input[type=text] ::placeholder,
.elementor-search-form-wrapper .widget_search form input[type=search] ::placeholder,
.elementor-search-form-wrapper .widget_product_search form input[type=text] ::placeholder,
.elementor-search-form-wrapper .widget_product_search form input[type=search] ::placeholder {
  color: var(--text);
}
.elementor-search-form-wrapper .widget_search form input[type=submit],
.elementor-search-form-wrapper .widget_search form button[type=submit],
.elementor-search-form-wrapper .widget_product_search form input[type=submit],
.elementor-search-form-wrapper .widget_product_search form button[type=submit] {
  padding: 0;
  font-size: 0;
  box-shadow: none;
}
.elementor-search-form-wrapper .woocommerce-product-search.loading button[type=submit]::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065";
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}

.site-header-search .button-search-popup {
  font-size: 22px;
  color: var(--accent);
  line-height: 1;
}
.site-header-search .button-search-popup:hover {
  color: var(--primary);
}
.site-header-search .button-search-popup i {
  line-height: 1;
  vertical-align: middle;
}

.search-popup-active {
  overflow: hidden;
}

.elementor-editor-active .site-search-popup {
  display: none !important;
}

.site-search-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-search-popup .site-search-popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  background-color: #fff;
  transform: translateY(-100%);
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1024px) {
  .site-search-popup .site-search-popup-wrap {
    padding: 80px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  line-height: 1;
  width: 26px;
  height: 26px;
}
@media (min-width: 1024px) {
  .site-search-popup .site-search-popup-wrap .site-search-popup-close {
    top: 20px;
    right: 30px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:before, .site-search-popup .site-search-popup-wrap .site-search-popup-close:after {
  content: "\20";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background-color: var(--accent);
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  right: 0;
  transform: rotate(-45deg);
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:before {
  transform: rotate(45deg);
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover:before, .site-search-popup .site-search-popup-wrap .site-search-popup-close:hover:after {
  transform: rotate(0);
}
.site-search-popup .site-search-popup-wrap .site-search {
  display: block;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 767px) {
  .site-search-popup .site-search-popup-wrap .site-search {
    max-width: 300px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search .widget {
  margin-bottom: 0;
  border: none;
}
.site-search-popup .site-search-popup-wrap .site-search .ajax-search-result {
  max-height: 50vh;
}
.search-popup-active .site-search-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-popup-active .site-search-popup .site-search-popup-wrap {
  transform: translateY(0);
}

.site-search {
  font-size: 14px;
  color: var(--text);
  clear: both;
  display: none;
}
.site-search .widget_product_search input[type=text],
.site-search .widget_product_search input[type=search] {
  padding: 1em 1.618em;
  line-height: 1;
  background-color: #fff;
  border-radius: 2em;
  border: 1px solid;
  border-color: var(--border);
}
.site-search .widget_product_search #searchsubmit {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.site-header-account {
  position: relative;
}
.site-header-account > a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
  color: var(--accent);
}
.site-header-account > a i {
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  color: var(--primary);
}
.site-header-account > a .account-user img {
  border-radius: 50%;
}
.site-header-account > a .account-content {
  display: none;
}
.site-header-account > a:hover .account-content {
  text-decoration: underline;
}
.site-header-account .account-dropdown {
  text-align: left;
  right: 0;
  top: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  margin-top: 20px;
  background-color: #ffffff;
}
.site-header-account .account-dropdown:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  width: 50px;
  right: 0;
  height: 25px;
}
.site-header-account .account-dropdown .result-error {
  margin: 1em 0;
}
.site-header-account .account-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: var(--primary);
}
#elementor-sidebar .site-header-account .account-dropdown {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right .account-wrap:before {
  left: 20px;
  right: unset;
}
.site-header-account .account-dropdown.justify {
  right: 50%;
  transform: translateX(50%);
}
.site-header-account .account-dropdown.justify .account-wrap:before {
  right: 50%;
  transform: translateX(50%) rotate(45deg);
}
.site-header-account .account-dropdown a.register-link, .site-header-account .account-dropdown a.lostpass-link {
  color: var(--primary);
  font-size: 14px;
}
.site-header-account .account-dropdown a.register-link:hover, .site-header-account .account-dropdown a.lostpass-link:hover {
  text-decoration: underline;
}
.site-header-account .account-dropdown .account-wrap {
  display: block !important;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 0 4px 4px;
}
.site-header-account .account-dropdown .account-inner {
  width: 320px;
  padding: 20px;
  max-height: 500px;
  overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
  width: 210px;
  padding: 20px 0;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
  width: 3px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
  list-style: none;
  margin: 0;
}
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
  width: 100%;
  text-align: left;
  color: var(--text);
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 10px 20px;
}
.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
  color: var(--primary_hover);
  background-color: rgba(0, 0, 0, 0.035);
}
.site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.header-account-content-right .site-header-account .account-dropdown {
  right: unset;
  left: 0;
}
.header-account-content-right .site-header-account .account-dropdown:before {
  right: unset;
  left: 0;
}

.mobile-navigation, .mobile-navigation-categories {
  clear: both;
}
.mobile-navigation ul, .mobile-navigation-categories ul {
  margin: 0;
  list-style: none;
}
.mobile-navigation ul > li.menu-item, .mobile-navigation-categories ul > li.menu-item {
  position: relative;
}
.mobile-navigation ul > li.menu-item > a, .mobile-navigation-categories ul > li.menu-item > a {
  display: flex;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
  color: var(--accent);
}
.mobile-navigation ul > li.menu-item > a i, .mobile-navigation-categories ul > li.menu-item > a i {
  font-size: 16px;
  margin-right: 15px;
}
.mobile-navigation ul > li.menu-item button::after, .mobile-navigation-categories ul > li.menu-item button::after {
  transition: all, ease, 0.9s;
}
.mobile-navigation ul > li.menu-item:last-child > a, .mobile-navigation-categories ul > li.menu-item:last-child > a {
  border-bottom: none;
}
.mobile-navigation ul ul.sub-menu, .mobile-navigation-categories ul ul.sub-menu {
  display: none;
  margin-top: 10px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item > a {
  font-size: 14px;
  padding: 2px 0 2px 13px;
  border-bottom: none;
  font-weight: 400;
  color: var(--text);
}
.mobile-navigation ul ul.sub-menu > li.menu-item:first-child > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item:first-child > a {
  padding-top: 6px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-item > a, .mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-ancestor > a, .mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-parent > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-item > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-ancestor > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-parent > a {
  color: var(--primary);
}
.mobile-navigation ul ul.sub-menu .dropdown-toggle, .mobile-navigation-categories ul ul.sub-menu .dropdown-toggle {
  padding: 12px 0;
}
.mobile-navigation ul.menu li.current-menu-item > a, .mobile-navigation ul.menu li.current-menu-ancestor > a, .mobile-navigation ul.menu li.current-menu-parent > a, .mobile-navigation-categories ul.menu li.current-menu-item > a, .mobile-navigation-categories ul.menu li.current-menu-ancestor > a, .mobile-navigation-categories ul.menu li.current-menu-parent > a {
  color: var(--primary);
}
.mobile-navigation .dropdown-toggle, .mobile-navigation-categories .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 16px 0;
  line-height: 1;
  width: 100%;
  text-align: right;
  color: var(--accent);
  box-shadow: none;
}
.mobile-navigation .dropdown-toggle:focus, .mobile-navigation-categories .dropdown-toggle:focus {
  outline: none;
}
.mobile-navigation .dropdown-toggle:hover, .mobile-navigation .dropdown-toggle:active, .mobile-navigation .dropdown-toggle:focus, .mobile-navigation-categories .dropdown-toggle:hover, .mobile-navigation-categories .dropdown-toggle:active, .mobile-navigation-categories .dropdown-toggle:focus {
  background-color: transparent;
}

.mobile-navigation ul li button::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e037";
  transition: all, ease, 0.9s;
}
.mobile-navigation ul li button.toggled-on::after {
  transform: rotate(180deg);
}

.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
  line-height: 0;
  display: inline-block;
}

.rbpazt-mobile-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: 330px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  transition: transform 0.25s ease;
  -webkit-transform: translate3d(-330px, 0, 0);
  transform: translate3d(-330px, 0, 0);
}
.mobile-nav-active .rbpazt-mobile-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.admin-bar .rbpazt-mobile-nav {
  top: 0;
}
@media (min-width: 783px) {
  .admin-bar .rbpazt-mobile-nav {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .rbpazt-mobile-nav {
    top: 46px;
  }
}
.rbpazt-mobile-nav .search-form {
  margin-top: 1em;
}
.rbpazt-mobile-nav .rbpazt-social {
  border-top: 1px solid #0e0e0e;
  padding: 0.5em;
  margin-top: 1rem;
}
body .rbpazt-mobile-nav .rbpazt-social ul li a:before {
  color: #fff;
}
.rbpazt-mobile-nav .rbpazt-language-switcher-mobile {
  line-height: 0;
  padding: 0 30px;
}
.rbpazt-mobile-nav .rbpazt-language-switcher-mobile .menu {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid;
  border-top-color: var(--border);
}
.rbpazt-mobile-nav .rbpazt-language-switcher-mobile .item {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.rbpazt-mobile-nav .rbpazt-language-switcher-mobile .item .language-switcher-head {
  padding-right: 5px;
}
.rbpazt-mobile-nav .rbpazt-language-switcher-mobile .item a {
  display: block;
  padding: 0 5px;
}
.rbpazt-mobile-nav .rbpazt-language-switcher-mobile .item:last-child {
  margin-right: 0;
}
.rbpazt-mobile-nav .rbpazt-language-switcher-mobile .item img {
  width: 24px;
  height: 16px;
  object-fit: cover;
}
.rbpazt-mobile-nav .mobile-nav-tabs {
  clear: both;
  padding: 0 30px;
  background-color: #f7f7f7;
}
.rbpazt-mobile-nav .mobile-nav-tabs ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0;
}
.rbpazt-mobile-nav .mobile-nav-tabs ul li {
  position: relative;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--light);
}
.rbpazt-mobile-nav .mobile-nav-tabs ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.6);
  transition: all 0.3s ease;
  background-color: var(--primary);
}
.rbpazt-mobile-nav .mobile-nav-tabs ul li.active {
  color: var(--accent);
}
.rbpazt-mobile-nav .mobile-nav-tabs ul li.active:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.rbpazt-mobile-nav .mobile-nav-tabs ul .mobile-pages-title {
  margin-right: 15px;
}
.rbpazt-mobile-nav .mobile-nav-tabs ul .mobile-categories-title {
  margin-left: 15px;
}
.rbpazt-mobile-nav .mobile-menu-tab {
  display: none;
  padding: 0 30px;
  -webkit-animation: wd-fadeIn 1s ease;
  animation: wd-fadeIn 1s ease;
}
.rbpazt-mobile-nav .mobile-menu-tab.active {
  display: block;
}

@keyframes wd-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mobile-nav-close {
  float: right;
  clear: both;
  position: absolute;
  line-height: 1;
  top: 20px;
  right: 22px;
  border: 1px solid;
  border-color: var(--accent);
  border-radius: 50%;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: var(--accent);
}
.mobile-nav-close i {
  line-height: 19px;
  vertical-align: middle;
}
.mobile-nav-close:hover, .mobile-nav-close:focus {
  color: var(--accent);
}

.rbpazt-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.mobile-nav-active .rbpazt-overlay {
  visibility: visible;
  opacity: 1;
}

.menu-mobile-nav-button {
  display: block;
  font-size: 15px;
  color: var(--accent);
}
.menu-mobile-nav-button i {
  font-size: 22px;
  line-height: 1;
  vertical-align: middle;
}

html {
  overflow-x: hidden;
}

#page {
  transition: all 0.25s ease;
}

.mobile-nav-active {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .elementor-product-layout-masonory-1 .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
    grid-gap: 30px;
  }
  .elementor-product-layout-masonory-1 .woocommerce ul.products li.product {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .elementor-product-layout-masonory-1 .woocommerce ul.products li.product:first-child {
    grid-column-end: 2 span;
    grid-row-end: 2 span;
  }
  .elementor-product-layout-masonory-1 .woocommerce ul.products li.product:first-child .product-block .product-caption {
    margin-top: 15px;
  }
  .elementor-product-layout-masonory-1 .woocommerce ul.products li.product:first-child .product-block .product-caption .short-description {
    display: block;
  }
  .elementor-product-layout-masonory-1 .woocommerce ul.products li.product:first-child .product-block .product-caption .short-description + .add-to-cart-wrap {
    margin-top: 30px;
  }
  .elementor-product-layout-masonory-1 .woocommerce ul.products li.product:first-child .product-block .product-caption .price {
    margin-bottom: 15px;
  }
  .elementor-product-layout-masonory-1 .woocommerce ul.products li.product:first-child .product-block .product-caption .woocommerce-loop-product__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.elementor-widget-rbpazt-product-category .cat-image {
  display: flex;
  justify-content: center;
}
.elementor-widget-rbpazt-product-category .cat-image a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
}
.elementor-widget-rbpazt-product-category .cat-image img {
  border-radius: 4px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.elementor-widget-rbpazt-product-category .elementor-product-category {
  position: relative;
}
.elementor-widget-rbpazt-product-category .cat-title {
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  padding: 30px 40px;
}
.elementor-widget-rbpazt-product-category .cat-title a {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--accent);
}
.elementor-widget-rbpazt-product-category .cat-title a:hover {
  color: var(--primary);
}
.elementor-widget-rbpazt-product-category .cat-title .count {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: var(--text);
}
.elementor-widget-rbpazt-product-category .elementor-product-category:hover .cat-image img {
  transform: scale(1.1);
}

.elementor-widget-rbpazt-products-single .single-product div.product p.price {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
}
.elementor-widget-rbpazt-products-single .single-product div.product p.price del {
  font-weight: 400;
}
.elementor-widget-rbpazt-products-single .single-product div.product p.price ins {
  font-weight: 600;
}
.elementor-widget-rbpazt-products-single .single-product div.product .time-sale {
  background: transparent;
  margin: 0;
  padding: 10px 0;
}
.elementor-widget-rbpazt-products-single .single-product div.product .time-sale .deal-text {
  margin-right: 10px;
}
.elementor-widget-rbpazt-products-single .single-product div.product .product_title {
  display: block;
  margin-top: 40px;
}
.elementor-widget-rbpazt-products-single .single-product div.product .add_to_cart_button {
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 30px;
  margin-bottom: 20px;
  margin-right: 0;
}
@media (min-width: 1400px) {
  .elementor-widget-rbpazt-products-single .single-product div.product .add_to_cart_button {
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .elementor-widget-rbpazt-products-single .single-product div.product .add_to_cart_button {
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .elementor-widget-rbpazt-products-single .single-product div.product.rbpazt-elementor-single-product .summary {
    padding: 30px 15px 0;
    margin-bottom: 0;
  }
}
.elementor-widget-rbpazt-products-single .woocommerce-loop-product__title {
  font-weight: 600;
  line-height: 40px;
  font-size: 30px;
}
@media (max-width: 768px) {
  .elementor-widget-rbpazt-products-single .woocommerce-loop-product__title {
    line-height: 30px;
    font-size: 20px;
  }
}
.elementor-widget-rbpazt-products-single .woocommerce-loop-product__title a {
  color: var(--dark);
}
.elementor-widget-rbpazt-products-single .short-description {
  font-size: 16px;
  line-height: 26px;
  color: #838685;
}
.elementor-widget-rbpazt-products-single .short-description ul, .elementor-widget-rbpazt-products-single .short-description ol {
  margin-left: 20px;
}
.elementor-widget-rbpazt-products-single .woosw-btn {
  position: relative;
  font-size: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: transparent;
  padding: 0;
  margin-top: 10px;
  text-align: center;
  border: 1px solid;
  border-color: var(--border);
}
.elementor-widget-rbpazt-products-single .woosw-btn:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e04e";
  font-size: 20px;
  display: block;
  color: var(--text);
  line-height: 60px;
}
.elementor-widget-rbpazt-products-single .woosw-btn:hover {
  border-color: var(--primary);
}
.elementor-widget-rbpazt-products-single .woosw-btn:hover:before {
  color: var(--primary);
}
.elementor-widget-rbpazt-products-single .woosw-btn.woosw-adding:before {
  opacity: 0;
}
.elementor-widget-rbpazt-products-single .woosw-btn.woosw-adding::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065";
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}

.rbpazt-elementor-single-product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rbpazt-elementor-single-product .thumbnails,
.rbpazt-elementor-single-product .summary {
  width: 100%;
}
@media (min-width: 768px) {
  .rbpazt-elementor-single-product .thumbnails,
.rbpazt-elementor-single-product .summary {
    width: 50%;
  }
}
.rbpazt-elementor-single-product .summary {
  padding: 40px 15px;
}
@media (min-width: 1024px) {
  .rbpazt-elementor-single-product .summary {
    padding: 40px 80px;
  }
}

a.elementor-button, button.elementor-button {
  line-height: initial;
}

.site-header-wishlist .header-wishlist {
  position: relative;
  display: flex;
}
.site-header-wishlist .header-wishlist:hover i {
  color: var(--primary);
}
.site-header-wishlist .header-wishlist i {
  font-size: 23px;
  line-height: 1;
  vertical-align: middle;
  color: var(--accent);
}
.site-header-wishlist .header-wishlist .count {
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 10px;
  color: #ffffff;
  background-color: var(--primary);
}

.hide-count-wishlist-yes .site-header-wishlist .header-wishlist .count {
  display: none;
}

.wpcf7-form label {
  margin-bottom: 0.625em;
  color: var(--accent);
  text-transform: uppercase;
  display: block;
}
.wpcf7-form input:not([type=submit]), .wpcf7-form textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: var(--light);
  background-color: #fff;
  border-color: var(--border);
  padding: 0.9em 1.3em;
  margin-bottom: 30px;
}
.wpcf7-form input:not([type=submit]):focus, .wpcf7-form textarea:focus {
  border-color: var(--primary);
  color: var(--accent);
}
.wpcf7-form input[type=submit] {
  min-width: 190px;
  display: block;
  background-color: var(--primary);
  border-color: var(--primary);
  padding: 1.3em 3em;
  color: var(--accent);
  margin-top: 26px;
}
.wpcf7-form input[type=submit]:hover {
  border-color: var(--accent);
}
@media (max-width: 767px) {
  .wpcf7-form input[type=submit] {
    margin-left: auto;
    margin-right: auto;
  }
}
.wpcf7-form .row-inline {
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.wpcf7-form .checkbox {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.wpcf7-form .checkbox input {
  margin: 0 10px 0;
  width: auto;
}

.elementor-widget-rbpazt-banner .elementor-cta__content {
  position: relative;
}
.elementor-widget-rbpazt-banner .elementor-cta__content.layout-2 {
  align-content: space-between;
}
.elementor-widget-rbpazt-banner .elementor-cta__content .layout-style-2 {
  width: 100%;
}
.elementor-widget-rbpazt-banner .elementor-cta__description {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--text);
}
.elementor-widget-rbpazt-banner .elementor-cta__subtitle {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text);
}
.elementor-widget-rbpazt-banner .elementor-cta__title {
  font-weight: 700;
  line-height: 40px;
}
.elementor-widget-rbpazt-banner .elementor-button {
  padding: 14px 48px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  background: var(--primary);
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.elementor-widget-rbpazt-banner .elementor-cta__bg-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
}
.elementor-widget-rbpazt-banner.content-stretch-yes {
  height: 100%;
}
.elementor-widget-rbpazt-banner.content-stretch-yes .elementor-widget-container, .elementor-widget-rbpazt-banner.content-stretch-yes .elementor-shopic-banner {
  height: 100%;
}
.elementor-widget-rbpazt-banner.hover-to-show-yes .elementor-cta__content {
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-rbpazt-banner.hover-to-show-yes:hover .elementor-cta__content {
  opacity: 1;
}
.elementor-widget-rbpazt-banner:hover .elementor-cta__bg-overlay {
  opacity: 0.5;
}
.elementor-widget-rbpazt-banner:hover .elementor-cta__bg {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rbpazt-banner-divider-subtitle-yes .elementor-cta__subtitle {
  display: inline-block;
  position: relative;
  width: auto;
}
.rbpazt-banner-divider-subtitle-yes .elementor-cta__subtitle:after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 5px;
  height: 2px;
  width: 40px;
  vertical-align: middle;
  background-color: #A6A6A6;
}

.elementor-bg-transform-move-down-custom .elementor-bg {
  height: calc(100% + 50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.elementor-bg-transform-move-down-custom:hover .elementor-bg {
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.elementor-bg-transform-move-up-custom .elementor-bg {
  height: calc(100% + 50px);
}
.elementor-bg-transform-move-up-custom:hover .elementor-bg {
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.elementor-bg-transform-move-left-custom .elementor-bg {
  width: calc(100% + 50px);
}
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.elementor-bg-transform-move-right-custom .elementor-bg {
  width: calc(100% + 50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.elementor-bg-transform-move-right-custom:hover .elementor-bg {
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.elementor-bg-transform-zoom-in .elementor-bg {
  width: calc(100% + 50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.elementor-bg-transform-zoom-in:hover .elementor-bg {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.elementor-bg-transform-zoom-out .elementor-bg {
  width: calc(100% + 50px);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.elementor-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.elementor-cta--skin-classic .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.elementor-cta--skin-classic .elementor-cta__content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}

.elementor-cta--skin-cover .elementor-cta {
  display: block;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 280px;
}

.elementor-cta--layout-image-above .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
  width: 100%;
}

.elementor-cta--layout-image-left .elementor-cta, .elementor-cta--layout-image-right .elementor-cta {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
  width: auto;
  min-width: 50%;
}

.elementor-cta--layout-image-left .elementor-cta__content, .elementor-cta--layout-image-right .elementor-cta__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.elementor-cta--layout-image-left .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.elementor-cta--layout-image-right .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.elementor-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 105%;
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s ease;
}

.elementor-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}

.elementor-cta__bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.elementor-cta__bg-overlay {
  z-index: 2;
}

.elementor-cta__button.elementor-button:hover {
  background: var(--primary_hover);
  text-decoration: none;
}

.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 50px;
  width: 100%;
}

.elementor-cta__content, .elementor-cta__content-item {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.elementor-cta__content-item {
  width: 100%;
  margin: 0;
}

.elementor-cta__content-item {
  margin-bottom: 15px;
}
.elementor-cta__content-item:last-child {
  margin-bottom: 0;
}

.elementor-widget-rbpazt-banner.elementor-cta--valign-top .elementor-cta__content {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.elementor-widget-rbpazt-banner.elementor-cta--valign-middle .elementor-cta__content {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-widget-rbpazt-banner.elementor-cta--valign-bottom .elementor-cta__content {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
.site-header-cart-side .widget_shopping_cart {
  margin-bottom: 0;
  position: relative;
  flex: 1 1 auto;
  display: flex;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 16px;
  margin: 15px;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e036";
  text-align: center;
  display: block;
  font-size: 120px;
  color: var(--light);
}
.site-header-cart-side .widget_shopping_cart .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart-scroll {
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 15px;
  margin-right: -15px;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li {
  padding: 15px 45px 15px 15px;
  border-bottom: 1px solid;
  border-color: var(--border);
  margin-bottom: 0;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li:last-child {
  border-bottom: 0;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li img {
  max-width: 80px;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li a.remove {
  top: 15px;
  right: 19px;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li a span.title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-header-cart-side .widget_shopping_cart p.total strong {
  font-weight: 600;
  font-size: 20px;
}
.site-header-cart-side .widget_shopping_cart .buttons {
  margin: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.site-header-cart-side .widget_shopping_cart .buttons a {
  border: 2px solid;
  border-color: var(--border);
  margin-top: 15px;
  margin-bottom: 20px;
  box-shadow: none;
}
.site-header-cart-side .widget_shopping_cart .buttons a:first-child {
  background: var(--accent);
  color: #fff;
  margin: 0;
}
.site-header-cart-side .widget_shopping_cart .buttons a.wc-forward {
  flex-basis: 50%;
  border-radius: 0;
}
.site-header-cart-side .widget_shopping_cart .buttons a.checkout {
  margin-top: 0;
  border-color: var(--primary);
}

.hide-count-cart-yes .site-header-cart .cart-contents .count {
  display: none;
}

.hide-price-cart-yes .site-header-cart .cart-contents .amount {
  display: none;
}

.footer-handheld a {
  display: block;
  color: var(--accent);
  text-align: center;
  padding: 10px 5px;
}
.footer-handheld .title {
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.footer-handheld i {
  font-size: 20px;
  display: block;
  margin-bottom: -2px;
}
.footer-handheld .count {
  text-indent: 0;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  box-sizing: content-box;
  font-size: 0.75em;
  position: absolute;
  top: 0.5em;
  left: 50%;
  border-radius: 100%;
  border: 1px solid;
  background-color: var(--primary);
  color: #fff;
}

.elementor-widget-rbpazt-mailchmip form {
  margin-bottom: 0;
}
.elementor-widget-rbpazt-mailchmip .mc4wp-form-fields {
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget-rbpazt-mailchmip .mc4wp-form-fields p {
  margin-bottom: 0;
}
.elementor-widget-rbpazt-mailchmip .mc4wp-form-fields input {
  border-radius: 2em;
}
.elementor-widget-rbpazt-mailchmip .mc4wp-form-fields input[type=email] {
  flex: 1;
  padding: 11.5px 20px;
  margin-right: 8px;
}
.elementor-widget-rbpazt-mailchmip .mc4wp-form-fields input[type=email]::placeholder {
  color: var(--light);
}
.elementor-widget-rbpazt-mailchmip .mc4wp-form-fields input[type=submit] {
  font-size: 14px;
  font-weight: 600;
  padding: 12.5px 25px;
  border-color: var(--primary);
}
.elementor-widget-rbpazt-mailchmip .mc4wp-form-fields input[type=submit]:hover {
  border-color: var(--primary_hover);
}
@media (max-width: 567px) {
  .elementor-widget-rbpazt-mailchmip input[type=email] {
    margin-right: 0;
  }
  .elementor-widget-rbpazt-mailchmip input[type=submit] {
    width: 100%;
  }
}

.mc4wp-response {
  color: #000000;
}
.mc4wp-response a {
  color: #000000;
}

.elementor-widget-container .elementor-teams-wrapper {
  line-height: 1.5em;
}
.elementor-widget-container .elementor-teams-wrapper .team-image {
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
}
.elementor-widget-container .elementor-teams-wrapper .team-image img {
  margin-bottom: 0;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  background: white;
  transform: translateY(-35px);
}
.elementor-widget-container .elementor-teams-wrapper .team-name {
  color: var(--accent);
  font-size: 20px;
  margin-bottom: 10px;
}
.elementor-widget-container .elementor-teams-wrapper .team-name a {
  color: var(--accent);
}
.elementor-widget-container .elementor-teams-wrapper .team-name a:hover {
  color: var(--primary);
}
.elementor-widget-container .elementor-teams-wrapper .team-name:hover {
  color: var(--primary);
}
.elementor-widget-container .elementor-teams-wrapper .team-job {
  color: var(--light);
  font-size: 14px;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social {
  text-align: center;
  margin: 0 5px;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a:hover {
  border-color: var(--primary);
  color: var(--primary);
  transition: all 0.3s ease;
}
.elementor-widget-container .elementor-teams-wrapper .team-description {
  color: var(--text);
  font-weight: 500;
}
.elementor-widget-container .elementor-teams-wrapper:hover .team-icon-socials {
  transform: translateY(-50px);
  opacity: 1;
}

.elementor-teams-layout-social-right .elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
  right: 0;
}
.elementor-teams-layout-social-right .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
  justify-content: flex-end;
  margin: 0 -5px;
}

.elementor-teams-layout-social-center .elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.elementor-teams-layout-social-center .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
  justify-content: center;
}

.elementor-teams-layout-social-left .elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
  left: 0;
}
.elementor-teams-layout-social-left .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
  justify-content: flex-start;
  margin: 0 -5px;
}

.breadcrumb-wrap {
  display: var(--page-title-display);
  background: var(--background_light);
}
.woocommerce-account .breadcrumb-wrap {
  background: #fff;
}

.rbpazt-language-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.rbpazt-language-switcher span {
  color: var(--text);
  font-size: 14px;
  line-height: 1.4;
}
.rbpazt-language-switcher .language-switcher-head i {
  font-weight: 700;
  font-size: 8px;
  margin-left: 5px;
}
.rbpazt-language-switcher a {
  display: block;
}
.rbpazt-language-switcher img {
  display: inline-block;
  margin-right: 5px;
}
.rbpazt-language-switcher .item > div {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.rbpazt-language-switcher .item > div img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  margin-right: 8px;
  border-radius: 50%;
}
.rbpazt-language-switcher .sub-item {
  display: none;
  position: absolute;
  right: -1px;
  z-index: 999;
  text-align: left;
  top: calc(100% + 1rem);
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.rbpazt-language-switcher .sub-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  top: -1rem;
}
.rbpazt-language-switcher .sub-item a {
  padding: 0.875em 1.41575em;
  font-size: 0.875em;
  min-width: 126px;
  white-space: nowrap;
}
.rbpazt-language-switcher .sub-item a:hover, .rbpazt-language-switcher .sub-item a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.rbpazt-language-switcher li.item {
  position: relative;
}
.rbpazt-language-switcher li.item > div span.title:after {
  margin-left: 0.5em;
  margin-top: -1px;
}
.rbpazt-language-switcher li.item:hover .sub-item {
  display: block;
}

.language-switcher-style-hover-right-yes .rbpazt-language-switcher .sub-item {
  right: 0;
  left: unset;
}

.nav-vertiacl-menu-layout-content-style-2 .elementor-nav-vertiacl-menu-wrapper .vertical-navigation .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 990;
}

.vertical-navigation {
  position: relative;
  background-color: var(--primary);
  height: 100%;
  transition: all 0.1s ease;
}
.vertical-navigation .vertical-navigation-header {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 700;
  color: var(--accent);
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.vertical-navigation .vertical-navigation-header i {
  font-size: 20px;
  vertical-align: middle;
  line-height: 1;
  margin-right: 20px;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1;
}
.vertical-navigation .vertical-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vertical-navigation .vertical-menu .menu {
  position: relative;
  list-style: none;
  margin: 0;
  border: 1px solid;
  border-color: var(--primary);
  border-top: none;
}
.vertical-navigation .vertical-menu .menu > li > a {
  position: relative;
  font-weight: 400;
  padding: 11px 30px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.vertical-navigation .vertical-menu .menu > li.has-mega-menu > a:after, .vertical-navigation .vertical-menu .menu > li.menu-item-has-children > a:after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e02e";
  float: right;
  line-height: 24px;
  color: var(--light);
  font-size: 20px;
  margin-left: auto;
  margin-right: 5px;
}
.vertical-navigation:hover .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transform: translateY(0);
}
.vertical-navigation ul.menu {
  list-style: none;
  margin: 0;
  background-color: #FFFFFF;
}
.vertical-navigation ul.menu .sub-menu {
  position: absolute;
  padding: 13px 0;
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 1px;
  background: #fff;
  width: 260px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
}
.vertical-navigation ul.menu .sub-menu > li > a {
  color: var(--text);
  font-size: 14px;
  padding: 8px 20px 8px 25px;
  position: relative;
  transition: all 0.3s ease;
  display: block;
}
.vertical-navigation ul.menu .sub-menu > li > a:before {
  content: "";
  width: 9px;
  height: 1px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 25px;
  opacity: 0;
}
.vertical-navigation ul.menu .sub-menu > li:hover {
  background: rgba(0, 0, 0, 0.035);
}
.vertical-navigation ul.menu .sub-menu > li:hover > a {
  color: var(--secondary);
  padding-left: 45px;
}
.vertical-navigation ul.menu .sub-menu > li:hover > a:before {
  opacity: 1;
}
.vertical-navigation ul.menu .sub-menu > li.current-menu-item > a {
  color: var(--primary);
}
.vertical-navigation ul.menu > li {
  position: relative;
}
.vertical-navigation ul.menu > li:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  border-bottom: 1px solid var(--border);
}
.vertical-navigation ul.menu > li:last-child:before {
  display: none;
}
.vertical-navigation ul.menu > li > a {
  color: var(--accent);
  font-size: 16px;
  padding: 0.5em 20px;
  display: block;
}
.vertical-navigation ul.menu > li > a .menu-icon {
  font-size: 24px;
  margin-right: 15px;
  color: #838685;
}
.vertical-navigation ul.menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.vertical-navigation ul.menu > li:hover > a {
  color: var(--primary_hover);
}
.vertical-navigation ul.menu > li:hover > a .menu-icon {
  color: var(--primary_hover);
}
.vertical-navigation ul.menu > li:hover > a:after {
  color: var(--primary_hover) !important;
}
.vertical-navigation ul.menu > li.current-menu-item > a {
  color: var(--primary);
}
.vertical-navigation ul.menu > li.current-menu-item > a .menu-icon {
  color: var(--primary);
}

.vertical-navigation .has-mega-menu .elementor-icon-list-item, .vertical-navigation.menu-item-has-children .elementor-icon-list-item {
  padding: 8px 20px 8px 25px;
  transition: all 0.3s ease;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item:before, .vertical-navigation.menu-item-has-children .elementor-icon-list-item:before {
  content: "";
  width: 9px;
  height: 1px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 25px;
  opacity: 0;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item .elementor-icon-list-text, .vertical-navigation.menu-item-has-children .elementor-icon-list-item .elementor-icon-list-text {
  color: var(--accent);
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item:hover, .vertical-navigation.menu-item-has-children .elementor-icon-list-item:hover {
  padding-left: 40px;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item:hover:before, .vertical-navigation.menu-item-has-children .elementor-icon-list-item:hover:before {
  opacity: 1;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item:hover .elementor-icon-list-text, .vertical-navigation.menu-item-has-children .elementor-icon-list-item:hover .elementor-icon-list-text {
  color: var(--primary);
}

.elementor-testimonial-item .inner {
  background-color: #fff;
  padding: 40px;
}
.elementor-testimonial-item .content {
  font-size: 16px;
  color: var(--accent);
  margin-bottom: 25px;
}
.elementor-testimonial-item .details {
  display: flex;
  align-items: center;
}
.elementor-testimonial-item .details .name {
  font-weight: 700;
  color: var(--accent);
  margin-right: 8px;
  font-size: 18px;
}
.elementor-testimonial-item .details .job {
  font-size: 14px;
}
.elementor-testimonial-item .testimonial-divider {
  position: relative;
  padding: 20px 0 30px;
}
.elementor-testimonial-item .testimonial-divider:before, .elementor-testimonial-item .testimonial-divider:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--primary);
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.elementor-testimonial-item .testimonial-divider:after {
  left: 20px;
}
.elementor-testimonial-item .testimonial-divider-inner {
  position: relative;
}
.elementor-testimonial-item .testimonial-divider-inner:before, .elementor-testimonial-item .testimonial-divider-inner:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--primary);
  transform: rotate(45deg);
  left: 40px;
  top: -20px;
}
.elementor-testimonial-item .testimonial-divider-inner:after {
  left: 60px;
}

.elementor-testimonial-style-1 .elementor-testimonial-item .inner {
  padding: 0 40px 40px;
}
.elementor-testimonial-style-1 .elementor-testimonial-item .elementor-testimonial-image {
  margin-bottom: 5px;
  transform: translateY(-50%);
  position: relative;
}
.elementor-testimonial-style-1 .elementor-testimonial-item .elementor-testimonial-image:after {
  content: "\e05d";
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: var(--primary);
  position: absolute;
  right: 0;
  font-size: 40px;
  transform: translateY(-50%);
}
.elementor-testimonial-style-1 .elementor-testimonial-item .testimonial-content {
  position: relative;
  padding-top: 70px;
}
.elementor-testimonial-style-1 .elementor-testimonial-item .testimonial-content:after {
  content: "\e05d";
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: white;
  position: absolute;
  top: 3px;
  left: 15px;
  right: 0;
  font-size: 20px;
}
.elementor-testimonial-style-1 .elementor-testimonial-item .testimonial-content:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary);
  width: 50px;
  height: 40px;
  content: "";
  border-radius: 10px;
}
.elementor-testimonial-style-1 .elementor-testimonial-item .testimonial-content .content {
  position: relative;
}
.elementor-testimonial-style-1 .elementor-testimonial-item .testimonial-content .content:after {
  position: absolute;
  content: "";
  border-left-width: 11px;
  border-left-style: solid;
  border-left-color: var(--primary);
  border-bottom: 9px solid transparent;
  top: -30px;
  left: 18px;
}

.elementor-testimonial-style-2 .elementor-testimonial-item .testimonial-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.elementor-testimonial-style-2 .elementor-testimonial-item .testimonial-content .elementor-testimonial-image {
  margin-right: 25px;
}
@media (max-width: 500px) {
  .elementor-testimonial-style-2 .elementor-testimonial-item .testimonial-content .elementor-testimonial-image {
    width: 100%;
  }
}
.elementor-testimonial-style-2 .elementor-testimonial-item .testimonial-content .content {
  flex: 1;
  margin-bottom: 0;
}
.elementor-testimonial-style-2 .elementor-testimonial-item .testimonial-content .testimonial-caption {
  width: 100%;
  margin-top: 25px;
}
.elementor-testimonial-style-2 .elementor-testimonial-item .testimonial-divider {
  display: none;
}

.elementor-testimonial-style-3 .elementor-testimonial-item .testimonial-content {
  position: relative;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
}
.elementor-testimonial-style-3 .elementor-testimonial-item .testimonial-content:after {
  content: "\e05d";
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 40px;
}
.elementor-testimonial-style-3 .elementor-testimonial-item .elementor-testimonial-image {
  margin-bottom: 20px;
}
.elementor-testimonial-style-3 .elementor-testimonial-item .content {
  order: -1;
  font-size: 20px;
}
.elementor-testimonial-style-3 .elementor-testimonial-item .details {
  display: block;
  align-items: inherit;
}

.elementor-widget-rbpazt-countdown .elementor-rbpazt-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-right: auto;
  margin-left: auto;
}
.elementor-widget-rbpazt-countdown .elementor-countdown-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100%;
}
.elementor-widget-rbpazt-countdown.countdown-style-1 .elementor-countdown-item {
  font-size: 24px;
  font-weight: 600;
}
.elementor-widget-rbpazt-countdown.countdown-style-1 .elementor-countdown-item:not(:last-child):after {
  content: "\3a";
  margin: 0 5px;
  font-size: 16px;
}
.elementor-widget-rbpazt-countdown.countdown-style-2 .elementor-countdown-item {
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
}
.elementor-widget-rbpazt-countdown.countdown-style-2 .elementor-countdown-item:not(:last-child):after {
  content: "\3a";
  position: absolute;
  top: 15px;
  right: 0;
  color: var(--primary);
}
.elementor-widget-rbpazt-countdown.countdown-style-2 .elementor-countdown-item .elementor-countdown-digits {
  font-size: 30px;
  font-weight: 600;
}
.elementor-widget-rbpazt-countdown.countdown-style-2 .elementor-countdown-item .elementor-countdown-label {
  font-size: 18px;
}

.elementor-brand-item {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.elementor-brand-item .elementor-brand-image {
  display: block;
  width: 100%;
  transition: all ease 0.3s;
}
.elementor-brand-item .elementor-brand-image a:hover .title {
  color: var(--primary);
}
.elementor-brand-item .elementor-brand-image .title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 20px;
  color: var(--accent);
}
.elementor-brand-item .elementor-brand-image img {
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid var(--border);
  background-color: #ffffff;
}
.elementor-brand-item .elementor-brand-image i {
  font-size: 50px;
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
}
.elementor-brand-item .elementor-brand-image i:before {
  position: absolute;
  line-height: 1;
  left: 0;
  top: 0;
}
.elementor-brand-item .elementor-brand-image svg path {
  transition: all ease 0.3s;
}

.elementor-brand-wrapper .row {
  justify-content: center;
}
.elementor-brand-wrapper a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.elementor-brand-wrapper img {
  transition: all ease 0.3s;
}
.elementor-brand-wrapper .column-item {
  margin-bottom: 30px;
}
.elementor-brand-wrapper .slick-slide {
  position: relative;
}
.elementor-brand-wrapper .slick-slide:before {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ebebeb;
  position: absolute;
}
.elementor-brand-wrapper .slick-slide:last-child:before {
  content: none !important;
}

.elementor-default .elementor-button.elementor-size-xs {
  font-size: 10px;
  padding: 10px 40px;
}
.elementor-default .elementor-button.elementor-size-md {
  font-size: 14px;
  padding: 16px 50px;
}
.elementor-default .elementor-button.elementor-size-lg {
  font-size: 16px;
  padding: 18px 52px;
}
.elementor-default .elementor-button.elementor-size-xl {
  font-size: 18px;
  padding: 20px 54px;
}

.button-style-rbpazt-outline .elementor-button {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: var(--accent);
  border-bottom: 2px solid var(--accent);
}
.button-style-rbpazt-outline .elementor-button:hover, .button-style-rbpazt-outline .elementor-button:focus {
  background-color: transparent;
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.elementor-widget-rbpazt-side-template .site-header-button .button-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.elementor-widget-rbpazt-side-template .site-header-button .button-content > span {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000000;
  transition: all 0.3s ease;
}
.elementor-widget-rbpazt-side-template .site-header-button .button-content > span.icon-2 {
  width: 20px;
}
.elementor-widget-rbpazt-side-template .site-header-button .button-content > span.icon-3 {
  margin-bottom: 0;
}
.elementor-widget-rbpazt-side-template .site-header-button .button-content:hover > span {
  width: 25px;
}

.site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.button-side-heading {
  text-align: right;
  padding: 20px 0;
}
.button-side-heading .close-button-side {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  border: 1px solid transparent;
}
.button-side-heading .close-button-side i:before {
  color: var(--light);
}
.button-side-heading .close-button-side:hover {
  border-color: var(--primary);
}
.button-side-heading .close-button-side:hover i:before {
  color: var(--primary);
}

.header-button-canvas {
  display: flex;
  flex-direction: column;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 300px;
  padding: 0 30px;
  background-color: var(--secondary);
  transition: transform 0.25s ease;
  z-index: 99999999;
  transform: translate3d(300px, 0, 0);
}
@media (min-width: 1024px) {
  .header-button-canvas {
    width: 450px;
    padding: 0 50px;
    transform: translate3d(450px, 0, 0);
  }
}

.button-side-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.header-button-canvas.active {
  transform: none;
  z-index: 999999999;
}

.header-button-canvas.active + .button-side-overlay {
  visibility: visible;
  opacity: 1;
}

/*# sourceMappingURL=elementor.css.map */

@font-face {
  font-family: "star";
  src: url(//fortin-bypass.fr/wp-content/plugins/woocommerce/assets/fonts/star.eot);
  src: url(//fortin-bypass.fr/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(//fortin-bypass.fr/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(//fortin-bypass.fr/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(//fortin-bypass.fr/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
  font-weight: normal;
  font-style: normal;
}
@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
[class*=rbpazt-icon-] {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.price {
  font-size: 18px;
  display: block;
  font-weight: 700;
  line-height: 26px;
  color: var(--secondary);
}
.price del {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
}
.price del + ins {
  margin-left: 0.327em;
}

/**
 * Shop tables
 */
@media (max-width: 767px) {
  table.shop_table_responsive thead {
    display: none;
  }
}
table.shop_table_responsive tbody th {
  display: none;
}
@media (max-width: 767px) {
  table.shop_table_responsive tr {
    border: 1px solid var(--border);
  }
  table.shop_table_responsive tr td, table.shop_table_responsive tr th {
    border: 0;
  }
}
table.shop_table_responsive tr.product-purchase-note {
  font-size: 14px;
  font-style: italic;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before, table.shop_table_responsive tr td::after {
  content: "";
  display: table;
}
table.shop_table_responsive tr td::after {
  clear: both;
}
table.shop_table_responsive tr td[data-title]::before {
  content: attr(data-title) ": ";
  font-weight: 600;
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}
table.shop_table_responsive.my_account_orders .order-actions {
  text-align: right;
}
table.shop_table_responsive.my_account_orders .order-actions::before {
  display: none;
}

table.woocommerce-orders-table thead tr,
table.woocommerce-table thead tr,
table.shop_attributes thead tr {
  background: var(--secondary);
}
table.woocommerce-orders-table thead td, table.woocommerce-orders-table thead th,
table.woocommerce-table thead td,
table.woocommerce-table thead th,
table.shop_attributes thead td,
table.shop_attributes thead th {
  color: #fff;
  border-color: var(--secondary_hover);
}
table.woocommerce-orders-table thead th.product-total,
table.woocommerce-table thead th.product-total,
table.shop_attributes thead th.product-total {
  width: 250px;
}
table.woocommerce-orders-table th,
table.woocommerce-table th,
table.shop_attributes th {
  color: var(--accent);
}
table.woocommerce-orders-table tbody tr:nth-of-type(odd),
table.woocommerce-table tbody tr:nth-of-type(odd),
table.shop_attributes tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
table.woocommerce-orders-table td, table.woocommerce-orders-table th,
table.woocommerce-table td,
table.woocommerce-table th,
table.shop_attributes td,
table.shop_attributes th {
  border: 1px solid var(--border);
}
table.woocommerce-orders-table a:not(.button),
table.woocommerce-table a:not(.button),
table.shop_attributes a:not(.button) {
  color: var(--accent);
  text-decoration: underline;
}
table.woocommerce-orders-table a:not(.button):hover,
table.woocommerce-table a:not(.button):hover,
table.shop_attributes a:not(.button):hover {
  color: var(--primary_hover);
}
table.woocommerce-orders-table .amount,
table.woocommerce-table .amount,
table.shop_attributes .amount {
  font-weight: 500;
  color: var(--accent);
}
table.woocommerce-orders-table tfoot tr:last-child .amount,
table.woocommerce-table tfoot tr:last-child .amount,
table.shop_attributes tfoot tr:last-child .amount {
  font-weight: 700;
  font-size: 24px;
  color: var(--secondary);
}

/**
 * Breadcrumbs
 */
/**
 * Right to left styles
 */
/*!rtl:begin:ignore*/
.rtl .widget_price_filter .price_label,
.rtl .widget_price_filter .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}

/*!rtl:end:ignore*/
/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 0.3342343017em;
}

.select2-dropdown {
  border: 2px solid;
  border-color: var(--border);
}

.form-row label {
  color: var(--accent);
  display: block;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 14px;
}
.form-row .select2-container--default .select2-selection--single {
  font-size: 14px;
  border: 1px solid;
  border-color: var(--border);
  border-radius: 0;
  min-height: 47px;
  background-color: var(--background);
}
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
  color: var(--text);
}
.form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px;
}
.form-row .select2-container--default .select2-search--dropdown .select2-search__field {
  background: #fff !important;
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
}
.form-row input[type=checkbox],
.form-row input[type=radio] {
  width: auto;
}
.form-row .button {
  width: auto;
}
.form-row.create-account label {
  display: inline-block;
}
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}
.form-row.woocommerce-invalid input.input-checkbox {
  outline: 2px solid #e2401c;
  outline-offset: 1px;
}
.form-row.woocommerce-invalid .select2-selection {
  border-color: #e2401c;
  border-width: 2px;
}

.form-row-last {
  margin-right: 0 !important;
}

.form-row-wide {
  clear: both;
  width: 100%;
}

.required {
  border-bottom: 0 !important;
  color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 69px;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 9998;
}
.demo_store a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
.demo_store a:hover {
  text-decoration: none;
}
.demo_store a.woocommerce-store-notice__dismiss-link {
  display: block;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 12px;
  width: 6.3em;
  font-family: "star";
  font-weight: 400;
}
.star-rating::before {
  content: "S S S S S";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "S S S S S";
  top: 0;
  position: absolute;
  left: 0;
  color: #F5B400;
}

p.stars {
  display: inline-block;
  margin: 0;
}
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "\53";
  color: var(--text);
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "\53";
  color: var(--text);
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "\53";
  color: var(--primary);
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "\53";
  color: var(--primary);
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "\53";
  color: var(--text);
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "\53";
  color: var(--primary);
  opacity: 1;
}

.wc-block-grid__product-onsale,
.onsale {
  padding: 3px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  background-color: #EB5757;
}
.single-product .wc-block-grid__product-onsale,
.single-product .onsale {
  top: 15px;
  left: 15px;
}

.quantity .qty {
  width: 4.235801032em;
  text-align: center;
}

.rbpazt-sorting {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--background_light);
  padding: 11px 16px;
}
.rbpazt-sorting > * {
  margin-top: 0;
  margin-bottom: 0;
}
.rbpazt-sorting .woocommerce-notices-wrapper {
  width: 100%;
}
.rbpazt-sorting .woocommerce-breadcrumb {
  margin-right: 30px;
}
.rbpazt-sorting .woocommerce-ordering select {
  font-size: 14px;
  line-height: 21px;
  border: 0;
  padding: 3px 15px 3px 15px;
  color: var(--text);
  background-color: #fff;
  font-family: var(--e-global-typography-accent-font-family);
}

.rbpazt-pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rbpazt-pagination-wrapper .woocommerce-pagination {
  margin-left: auto;
}
.rbpazt-pagination-wrapper > * {
  margin-top: 0;
  margin-bottom: 15px;
}

.related,
.upsells {
  margin-top: 30px;
}
.related > h2:first-child,
.upsells > h2:first-child {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 567px) {
  .related > h2:first-child,
.upsells > h2:first-child {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .related ul.products li.product,
.upsells ul.products li.product {
    margin-bottom: 0;
  }
}
.related .slick-list,
.upsells .slick-list {
  margin: 0 -20px;
  padding: 20px;
}
.related .slick-list li.product,
.upsells .slick-list li.product {
  max-width: 100% !important;
}
.related .slick-slider .slick-dots,
.upsells .slick-slider .slick-dots {
  position: static;
}
.related ul.products.slick-initialized,
.upsells ul.products.slick-initialized {
  display: block;
  margin-top: -15px;
}

.related .slick-list {
  padding-bottom: 0;
}

.hentry .woocommerce-message strong,
.hentry .woocommerce-info strong,
.hentry .rbpazt-modal.modal-coupon .coupons-not-found strong,
.rbpazt-modal.modal-coupon .hentry .coupons-not-found strong,
.hentry .woocommerce-error strong,
.hentry .woocommerce-noreviews strong,
.hentry p.no-comments strong {
  color: #fff;
}

.woocommerce-message,
.woocommerce-info,
.rbpazt-modal.modal-coupon .coupons-not-found,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 1.3em 1.618em 1em;
  background-color: #0f834d;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-info::before,
.rbpazt-modal.modal-coupon .coupons-not-found::before,
.woocommerce-info::after,
.rbpazt-modal.modal-coupon .coupons-not-found::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-noreviews::before,
.woocommerce-noreviews::after,
p.no-comments::before,
p.no-comments::after {
  content: "";
  display: table;
}
.woocommerce-message::after,
.woocommerce-info::after,
.rbpazt-modal.modal-coupon .coupons-not-found::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
  clear: both;
}
.woocommerce-message a,
.woocommerce-info a,
.rbpazt-modal.modal-coupon .coupons-not-found a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #fff;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.rbpazt-modal.modal-coupon .coupons-not-found a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.rbpazt-modal.modal-coupon .coupons-not-found a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
  opacity: 1;
}
.woocommerce-message .button,
.woocommerce-info .button,
.rbpazt-modal.modal-coupon .coupons-not-found .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  float: right;
  padding: 0;
  background: none;
  color: #fff;
  box-shadow: none;
  margin-left: 1em;
  padding-left: 1em;
  border-width: 0;
  line-height: 27px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.rbpazt-modal.modal-coupon .coupons-not-found .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message strong,
.woocommerce-info strong,
.rbpazt-modal.modal-coupon .coupons-not-found strong,
.woocommerce-error strong,
.woocommerce-noreviews strong,
p.no-comments strong {
  color: #fff;
}
.woocommerce-message pre,
.woocommerce-info pre,
.rbpazt-modal.modal-coupon .coupons-not-found pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-info, .rbpazt-modal.modal-coupon .coupons-not-found,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

dl.variation {
  font-size: 0.875em;
}
dl.variation dd {
  margin: 0 0 1em;
}

.wc-item-meta {
  font-size: 0.875em;
  margin-left: 0;
  list-style: none;
}
.wc-item-meta li::before, .wc-item-meta li::after {
  content: "";
  display: table;
}
.wc-item-meta li::after {
  clear: both;
}
.wc-item-meta li strong,
.wc-item-meta li p {
  display: inline-block;
}

/**
 * Homepage
 */
.rbpazt-product-section {
  margin-bottom: 1.618em;
}
.rbpazt-product-section .section-title {
  text-align: center;
  margin-bottom: 1em;
}
.rbpazt-product-section:last-child {
  margin-bottom: 0;
}

/**
 * Single Product Pagination
 */
.single-product div.product .entry-summary {
  position: relative;
}

.rbpazt-product-pagination {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .rbpazt-product-pagination {
    display: none;
  }
}
.rbpazt-product-pagination i {
  font-size: 24px;
  line-height: 1;
}
.rbpazt-product-pagination i.rbpazt-icon-angle-left {
  margin-right: 10px;
}
.rbpazt-product-pagination i.rbpazt-icon-angle-right {
  margin-left: 10px;
}
.rbpazt-product-pagination a {
  display: inline-flex;
  align-items: center;
  margin: 0 15px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent);
}
.rbpazt-product-pagination a:last-child {
  margin-right: 0;
}
.rbpazt-product-pagination a:first-child {
  margin-left: 0;
}
.rbpazt-product-pagination a:hover {
  color: var(--primary_hover);
}
.rbpazt-product-pagination a:hover .product-item {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: 100%;
}
.rbpazt-product-pagination .product-item {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  width: 230px;
  background-color: var(--background);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  text-align: left;
  transition: all ease-in-out 0.3s;
}
.rbpazt-product-pagination .product-item img {
  max-width: 80px;
}
.rbpazt-product-pagination .product-item .rbpazt-product-pagination-content {
  padding: 10px 15px;
}
.rbpazt-product-pagination .product-item .rbpazt-product-pagination__title {
  color: var(--accent);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}
.rbpazt-product-pagination .product-item .price {
  color: var(--primary);
  display: block;
  font-weight: 700;
}

/**
 * Sticky Add to Cart
 */
.rbpazt-sticky-add-to-cart {
  display: none;
}

@media (max-width: 1023px) {
  .rbpazt-archive-product #secondary {
    display: none;
  }
}

.woocommerce-result-count {
  font-size: 14px;
  margin-left: auto;
  order: 1;
  font-weight: 600;
  color: var(--body);
}
@media (max-width: 767px) {
  .woocommerce-result-count {
    display: none;
  }
}

/**
 * Products
 */
.products-no-gutter ul.products {
  margin-left: 0;
  margin-right: 0;
}
ul.products + .woocommerce-result-count {
  margin-top: 50px;
  text-align: center;
}

.products-no-gutter .products-list ul.products {
  margin-left: -15px;
  margin-right: -15px;
}

.added_to_cart.wc-forward {
  display: none;
}

ul.products,
.wc-block-grid__products {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
    margin-bottom: 1.41575em;
  }
}
@media (min-width: 450px) and (max-width: 768px) {
  ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
    width: 50%;
  }
}
ul.products li.product .product-block,
ul.products .wc-block-grid__product .product-block,
.wc-block-grid__products li.product .product-block,
.wc-block-grid__products .wc-block-grid__product .product-block {
  position: relative;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--border);
}
ul.products li.product .product-block:hover .product-img-wrap:after,
ul.products .wc-block-grid__product .product-block:hover .product-img-wrap:after,
.wc-block-grid__products li.product .product-block:hover .product-img-wrap:after,
.wc-block-grid__products .wc-block-grid__product .product-block:hover .product-img-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
ul.products li.product .product-block:hover .shop-action,
ul.products .wc-block-grid__product .product-block:hover .shop-action,
.wc-block-grid__products li.product .product-block:hover .shop-action,
.wc-block-grid__products .wc-block-grid__product .product-block:hover .shop-action {
  transform: translateY(-50%);
  opacity: 1;
}
ul.products li.product .product-block:hover a[class*=product_type_],
ul.products .wc-block-grid__product .product-block:hover a[class*=product_type_],
.wc-block-grid__products li.product .product-block:hover a[class*=product_type_],
.wc-block-grid__products .wc-block-grid__product .product-block:hover a[class*=product_type_] {
  background-color: var(--accent);
  color: #fff;
}
ul.products li.product .product-block:hover a[class*=product_type_]:hover,
ul.products .wc-block-grid__product .product-block:hover a[class*=product_type_]:hover,
.wc-block-grid__products li.product .product-block:hover a[class*=product_type_]:hover,
.wc-block-grid__products .wc-block-grid__product .product-block:hover a[class*=product_type_]:hover {
  background-color: var(--accent);
}
ul.products li.product .added_to_cart.wc-forward,
ul.products .wc-block-grid__product .added_to_cart.wc-forward,
.wc-block-grid__products li.product .added_to_cart.wc-forward,
.wc-block-grid__products .wc-block-grid__product .added_to_cart.wc-forward {
  display: none;
}
ul.products li.product .posted-in,
ul.products .wc-block-grid__product .posted-in,
.wc-block-grid__products li.product .posted-in,
.wc-block-grid__products .wc-block-grid__product .posted-in {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
ul.products li.product .posted-in a,
ul.products .wc-block-grid__product .posted-in a,
.wc-block-grid__products li.product .posted-in a,
.wc-block-grid__products .wc-block-grid__product .posted-in a {
  color: var(--text);
}
ul.products li.product .posted-in a:hover,
ul.products .wc-block-grid__product .posted-in a:hover,
.wc-block-grid__products li.product .posted-in a:hover,
.wc-block-grid__products .wc-block-grid__product .posted-in a:hover {
  color: var(--primary);
}
ul.products li.product .woocommerce-LoopProduct-link,
ul.products .wc-block-grid__product .woocommerce-LoopProduct-link,
.wc-block-grid__products li.product .woocommerce-LoopProduct-link,
.wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
  display: block;
}
ul.products li.product .price,
ul.products .wc-block-grid__product .price,
.wc-block-grid__products li.product .price,
.wc-block-grid__products .wc-block-grid__product .price {
  font-size: 18px;
  display: block;
  font-weight: 700;
  line-height: 26px;
  color: var(--secondary);
}
ul.products li.product .price del,
ul.products .wc-block-grid__product .price del,
.wc-block-grid__products li.product .price del,
.wc-block-grid__products .wc-block-grid__product .price del {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
}
ul.products li.product .price del + ins,
ul.products .wc-block-grid__product .price del + ins,
.wc-block-grid__products li.product .price del + ins,
.wc-block-grid__products .wc-block-grid__product .price del + ins {
  margin-left: 0.327em;
}
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .wc-block-grid__product-title,
ul.products .wc-block-grid__product h2,
ul.products .wc-block-grid__product h3,
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products li.product h2,
.wc-block-grid__products li.product h3,
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product h2,
.wc-block-grid__products .wc-block-grid__product h3,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.products li.product h2 a,
ul.products li.product h3 a,
ul.products li.product .woocommerce-loop-product__title a,
ul.products li.product .wc-block-grid__product-title a,
ul.products .wc-block-grid__product h2 a,
ul.products .wc-block-grid__product h3 a,
ul.products .wc-block-grid__product .woocommerce-loop-product__title a,
ul.products .wc-block-grid__product .wc-block-grid__product-title a,
.wc-block-grid__products li.product h2 a,
.wc-block-grid__products li.product h3 a,
.wc-block-grid__products li.product .woocommerce-loop-product__title a,
.wc-block-grid__products li.product .wc-block-grid__product-title a,
.wc-block-grid__products .wc-block-grid__product h2 a,
.wc-block-grid__products .wc-block-grid__product h3 a,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
  color: var(--accent);
}
ul.products li.product h2 a:hover,
ul.products li.product h3 a:hover,
ul.products li.product .woocommerce-loop-product__title a:hover,
ul.products li.product .wc-block-grid__product-title a:hover,
ul.products .wc-block-grid__product h2 a:hover,
ul.products .wc-block-grid__product h3 a:hover,
ul.products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
ul.products .wc-block-grid__product .wc-block-grid__product-title a:hover,
.wc-block-grid__products li.product h2 a:hover,
.wc-block-grid__products li.product h3 a:hover,
.wc-block-grid__products li.product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products li.product .wc-block-grid__product-title a:hover,
.wc-block-grid__products .wc-block-grid__product h2 a:hover,
.wc-block-grid__products .wc-block-grid__product h3 a:hover,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a:hover {
  color: var(--primary);
}
ul.products li.product h2 + .star-rating,
ul.products li.product h3 + .star-rating,
ul.products li.product .woocommerce-loop-product__title + .star-rating,
ul.products li.product .wc-block-grid__product-title + .star-rating,
ul.products .wc-block-grid__product h2 + .star-rating,
ul.products .wc-block-grid__product h3 + .star-rating,
ul.products .wc-block-grid__product .woocommerce-loop-product__title + .star-rating,
ul.products .wc-block-grid__product .wc-block-grid__product-title + .star-rating,
.wc-block-grid__products li.product h2 + .star-rating,
.wc-block-grid__products li.product h3 + .star-rating,
.wc-block-grid__products li.product .woocommerce-loop-product__title + .star-rating,
.wc-block-grid__products li.product .wc-block-grid__product-title + .star-rating,
.wc-block-grid__products .wc-block-grid__product h2 + .star-rating,
.wc-block-grid__products .wc-block-grid__product h3 + .star-rating,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title + .star-rating,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title + .star-rating {
  margin-bottom: 8px;
}
ul.products li.product .star-rating,
ul.products .wc-block-grid__product .star-rating,
.wc-block-grid__products li.product .star-rating,
.wc-block-grid__products .wc-block-grid__product .star-rating {
  font-size: 14px;
  margin-left: 0;
  margin-right: auto;
}
ul.products li.product .star-rating + .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .star-rating + .woocommerce-loop-product__title,
.wc-block-grid__products li.product .star-rating + .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .star-rating + .woocommerce-loop-product__title {
  margin-top: 6px;
}
ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
ul.products li.product.product-category h2,
ul.products li.product.product-category h3,
ul.products li.product.product-category .woocommerce-loop-category__title,
ul.products .wc-block-grid__product.product-category h2,
ul.products .wc-block-grid__product.product-category h3,
ul.products .wc-block-grid__product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products li.product.product-category h2,
.wc-block-grid__products li.product.product-category h3,
.wc-block-grid__products li.product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products .wc-block-grid__product.product-category h2,
.wc-block-grid__products .wc-block-grid__product.product-category h3,
.wc-block-grid__products .wc-block-grid__product.product-category .woocommerce-loop-category__title {
  font-size: 1.1em;
}
ul.products li.product.product-category img,
ul.products .wc-block-grid__product.product-category img,
.wc-block-grid__products li.product.product-category img,
.wc-block-grid__products .wc-block-grid__product.product-category img {
  margin-bottom: 1.618em;
}
ul.products li.product .product-image img,
ul.products .wc-block-grid__product .product-image img,
.wc-block-grid__products li.product .product-image img,
.wc-block-grid__products .wc-block-grid__product .product-image img {
  transition: all ease-in-out 0.3s;
}
ul.products li.product a[class*=product_type_],
ul.products .wc-block-grid__product a[class*=product_type_],
.wc-block-grid__products li.product a[class*=product_type_],
.wc-block-grid__products .wc-block-grid__product a[class*=product_type_] {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 5px;
  border: none;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all ease 0.3s;
  background-color: var(--primary);
  color: var(--accent);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
ul.products li.product a[class*=product_type_]:hover,
ul.products .wc-block-grid__product a[class*=product_type_]:hover,
.wc-block-grid__products li.product a[class*=product_type_]:hover,
.wc-block-grid__products .wc-block-grid__product a[class*=product_type_]:hover {
  background-color: var(--accent);
  color: #fff;
}
ul.products li.product a[class*=product_type_].loading,
ul.products .wc-block-grid__product a[class*=product_type_].loading,
.wc-block-grid__products li.product a[class*=product_type_].loading,
.wc-block-grid__products .wc-block-grid__product a[class*=product_type_].loading {
  opacity: 1;
  color: transparent !important;
}
ul.products li.product a[class*=product_type_].loading:before,
ul.products .wc-block-grid__product a[class*=product_type_].loading:before,
.wc-block-grid__products li.product a[class*=product_type_].loading:before,
.wc-block-grid__products .wc-block-grid__product a[class*=product_type_].loading:before {
  color: #fff;
}
ul.products li.product a[class*=product_type_].loading:after,
ul.products .wc-block-grid__product a[class*=product_type_].loading:after,
.wc-block-grid__products li.product a[class*=product_type_].loading:after,
.wc-block-grid__products .wc-block-grid__product a[class*=product_type_].loading:after {
  color: #000;
}
ul.products li.product a[class*=product_type_].loading::after,
ul.products .wc-block-grid__product a[class*=product_type_].loading::after,
.wc-block-grid__products li.product a[class*=product_type_].loading::after,
.wc-block-grid__products .wc-block-grid__product a[class*=product_type_].loading::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065";
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
ul.products li.product a[class*=product_type_].loading:hover,
ul.products .wc-block-grid__product a[class*=product_type_].loading:hover,
.wc-block-grid__products li.product a[class*=product_type_].loading:hover,
.wc-block-grid__products .wc-block-grid__product a[class*=product_type_].loading:hover {
  color: var(--primary_hover);
}
ul.products li.product a[class*=product_type_].loading:hover:after,
ul.products .wc-block-grid__product a[class*=product_type_].loading:hover:after,
.wc-block-grid__products li.product a[class*=product_type_].loading:hover:after,
.wc-block-grid__products .wc-block-grid__product a[class*=product_type_].loading:hover:after {
  color: #fff;
}
ul.products li.product a[class*=product_type_].loading:hover:before,
ul.products .wc-block-grid__product a[class*=product_type_].loading:hover:before,
.wc-block-grid__products li.product a[class*=product_type_].loading:hover:before,
.wc-block-grid__products .wc-block-grid__product a[class*=product_type_].loading:hover:before {
  color: var(--primary_hover);
}
ul.products li.product.outofstock .product-image,
ul.products .wc-block-grid__product.outofstock .product-image,
.wc-block-grid__products li.product.outofstock .product-image,
.wc-block-grid__products .wc-block-grid__product.outofstock .product-image {
  opacity: 0.3;
}
ul.products li.product.outofstock .stock-label,
ul.products .wc-block-grid__product.outofstock .stock-label,
.wc-block-grid__products li.product.outofstock .stock-label,
.wc-block-grid__products .wc-block-grid__product.outofstock .stock-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2px 8px;
  background-color: #A2A4A3;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  z-index: 1;
  text-align: center;
  min-width: 120px;
}

.add-to-cart-wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.add-to-cart-wrap .quantity {
  margin-right: 8px;
}
.add-to-cart-wrap a[class*=product_type_] {
  flex: 1;
}

.quantity {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-color: var(--border);
  width: 90px;
  min-height: 50px;
  margin-right: 10px;
  padding: 0 15px;
  border-radius: 4px;
}
.quantity button {
  font-size: 16px;
  box-shadow: none;
  width: 30px;
  padding: 0;
  text-align: center;
  display: block;
  background-color: transparent;
  color: var(--text);
}
.quantity button:hover, .quantity button:focus {
  outline: none;
}
.quantity button:hover {
  color: var(--primary);
  background-color: transparent;
}
.quantity .qty {
  padding: 0;
  border-radius: 0;
  text-align: center;
  font-weight: 600;
  width: 30px;
  color: var(--accent);
  border: none;
  -moz-appearance: textfield;
}
.quantity .qty::-webkit-outer-spin-button, .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity.hidden {
  display: none;
}

.shop-action {
  position: absolute;
  top: 50%;
  left: 0;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 0;
  z-index: 9;
}
.shop-action > * {
  margin: 4px;
}
.shop-action .woosc-btn,
.shop-action .woosq-btn,
.shop-action .woosw-btn {
  transition: all ease 0.3s;
  z-index: 7;
  padding: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  color: #fff;
  background-color: var(--primary);
}
.shop-action .woosc-btn:before,
.shop-action .woosq-btn:before,
.shop-action .woosw-btn:before {
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
.shop-action .woosc-btn:hover, .shop-action .woosc-btn:focus, .shop-action .woosc-btn:active,
.shop-action .woosq-btn:hover,
.shop-action .woosq-btn:focus,
.shop-action .woosq-btn:active,
.shop-action .woosw-btn:hover,
.shop-action .woosw-btn:focus,
.shop-action .woosw-btn:active {
  background: var(--accent);
}
.shop-action .woosw-btn:before {
  content: "\e04e";
}
.shop-action .woosw-btn.woosw-adding:before {
  opacity: 0;
}
.shop-action .woosw-btn.woosw-adding::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
.shop-action .woosw-btn.woosw-added {
  color: red;
}
.shop-action .woosw-btn.woosw-added:before {
  margin-right: 0;
}
.shop-action .woosw-btn.woosw-added:hover {
  color: #fff;
}
.shop-action .woosc-btn:before {
  content: "\e069";
}
.shop-action .woosq-btn:before {
  content: "\e045";
}

li.product:not(.quick-shop-shown):hover .product-img-wrap .inner {
  -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
li.product:not(.quick-shop-shown):hover .product-img-wrap.bottom-to-top .inner {
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
li.product:not(.quick-shop-shown):hover .product-img-wrap.top-to-bottom .inner {
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
li.product:not(.quick-shop-shown):hover .product-img-wrap.left-to-right .inner {
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
li.product:not(.quick-shop-shown):hover .product-img-wrap.right-to-left .inner {
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
li.product:not(.quick-shop-shown):hover .product-img-wrap.swap .product-image {
  opacity: 0;
}
li.product:not(.quick-shop-shown):hover .product-img-wrap.swap .product-image img {
  transform: rotateY(180deg);
}
li.product:not(.quick-shop-shown):hover .product-img-wrap.swap .product-image.second-image {
  opacity: 1;
}
li.product:not(.quick-shop-shown):hover .product-img-wrap.swap .product-image.second-image img {
  transform: rotateY(0deg);
}
li.product:not(.quick-shop-shown):hover .product-img-wrap.fade .product-image {
  opacity: 0;
}
li.product:not(.quick-shop-shown):hover .product-img-wrap.fade .product-image.second-image {
  opacity: 1;
}
li.product:not(.quick-shop-shown):hover .product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(1);
}
li.product:not(.quick-shop-shown):hover .product-img-wrap.zoom-out .product-image {
  transform: scale(0);
}
li.product:not(.quick-shop-shown):hover .product-img-wrap.zoom-out .product-image.second-image {
  transform: scale(1);
}

.product-img-wrap {
  overflow: hidden;
  position: relative;
}
.product-img-wrap .inner {
  width: 100%;
  height: 100%;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-img-wrap .product-image {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.product-img-wrap .product-image.second-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-img-wrap.top-to-bottom .product-image {
  bottom: 100%;
}
.product-img-wrap.left-to-right .product-image {
  top: 0;
  right: 100%;
}
.product-img-wrap.right-to-left .product-image {
  top: 0;
  left: 100%;
}
.product-img-wrap.swap .product-image {
  top: 0;
  left: 0;
  transition: all 0.7s ease;
}
.product-img-wrap.swap .product-image img {
  transition: all 0.7s ease;
  transform: rotateY(0deg);
}
.product-img-wrap.swap .product-image.second-image {
  z-index: 2;
  opacity: 0;
}
.product-img-wrap.swap .product-image.second-image img {
  transform: rotateY(-180deg);
}
.product-img-wrap.fade .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.fade .product-image.second-image {
  opacity: 0;
  z-index: 2;
}
.product-img-wrap.zoom-in .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(0);
  z-index: 2;
}
.product-img-wrap.zoom-out .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.zoom-out .product-image.second-image {
  z-index: -1;
}

.product-block .product-caption {
  display: block;
  width: 100%;
  text-align: left;
}

.hentry .entry-content .wc-block-grid__products .wc-block-grid__product > a,
.hentry .entry-content ul.products li.product > a {
  text-decoration: none;
}

.product-transition {
  position: relative;
  overflow: hidden;
}
.product-transition .woocommerce-loop-product__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}

.opal-product-tooltipster {
  display: block !important;
}
.opal-product-tooltipster .tooltipster-content {
  background-color: #000;
  color: #fff;
  padding: 0 15px;
  font-size: 13px;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #000;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow {
  transform: translateY(-5px);
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #000;
}

.inventory_status {
  color: #36d745;
}
.inventory_status.out-stock {
  color: var(--light);
}

.woocommerce.columns-mobile-1 li.product {
  width: 100%;
}
.woocommerce.columns-mobile-2 li.product {
  flex: 0 0 50%;
  max-width: 50%;
}
.woocommerce.columns-mobile-3 li.product {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.woocommerce.columns-mobile-4 li.product {
  flex: 0 0 25%;
  max-width: 25%;
}
.woocommerce.columns-mobile-5 li.product {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}
.woocommerce.columns-mobile-6 li.product {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.product-block .blockUI.blockOverlay:before,
.product-block .loader:before {
  top: 50%;
  left: 50%;
  opacity: 1 !important;
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065";
  animation: fa-spin 0.75s linear infinite;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 1;
  position: absolute;
  display: block !important;
  margin-left: -10px;
  margin-top: -10px;
  color: #000;
}

.product-block .blockUI.blockOverlay {
  opacity: 1 !important;
  overflow: hidden;
  background-image: none !important;
  background: #fff !important;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a {
  padding: 0;
  background-color: transparent;
  color: var(--accent);
  margin-top: 10px;
  border: none;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a:hover,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a:hover {
  text-decoration: underline;
}

.mfp-close-btn-in .mfp-close {
  padding: 0;
  background-color: transparent;
}

.quick-shop-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  transition: transform 0.3s ease;
  transform: translate3d(0, 103%, 0);
}
.quick-shop-wrapper .quick-shop-form {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding-top: 45px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.quick-shop-wrapper .quick-shop-form .woosw-btn {
  display: none;
}
.quick-shop-wrapper .quick-shop-form .variations td {
  text-align: center;
  padding: 5px;
}
.quick-shop-wrapper .quick-shop-form .variations td.label label {
  font-weight: 600;
}
.quick-shop-wrapper .quick-shop-form .variable-items-wrapper {
  justify-content: center;
}
.quick-shop-wrapper .variations_form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
}
.quick-shop-wrapper .variations_form:before {
  content: "";
}
.quick-shop-wrapper .variations_form .woocommerce-variation {
  -webkit-animation: none;
  animation: none;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-description p {
  margin-bottom: 10px;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-price .price,
.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  display: block !important;
}
.quick-shop-wrapper div.quantity {
  display: none !important;
}
.quick-shop-wrapper .woocommerce-variation-add-to-cart {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  order: 1;
  margin-right: -10px;
  margin-left: -10px;
}
.quick-shop-wrapper .single_add_to_cart_button {
  flex: 1 1 auto;
  border-radius: 0 !important;
}
.quick-shop-wrapper table.variations {
  margin-bottom: 10px;
}
.quick-shop-wrapper table.variations .reset_variations {
  bottom: -30px;
}
.quick-shop-wrapper .variation-swatch-selected .variations {
  margin-bottom: 40px;
}
.quick-shop-wrapper .quick-shop-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
  height: 30px;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
}

.quick-shop-shown .quick-shop-wrapper {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transform: translate3d(0, 0, 0);
}
.quick-shop-shown .quick-shop-close {
  opacity: 1;
  transition: all 0.25s ease 0.35s;
  padding-right: 16px;
}

.loading-quick-shop .product-transition::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065";
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
  color: var(--accent);
  z-index: 10;
}
.loading-quick-shop .product-transition .woocommerce-loop-product__link {
  background-color: rgba(255, 255, 255, 0.95);
}

.cross-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 30px;
}
.cross-button:after, .cross-button:before {
  content: "\20";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  background-color: #000;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.cross-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cross-button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cross-button:hover:after, .cross-button:hover:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  margin: 8px 8px 8px 0;
  padding: 3px;
  width: auto;
  height: auto;
  min-width: 32px;
  min-height: 32px;
  border: 2px solid;
  border-color: var(--border);
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  border-radius: 32px;
  box-shadow: none;
}
.woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
  font-size: 12px;
}
.woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
  content: none;
}
.woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, .woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: none;
  border-color: var(--accent);
}

.deal-progress {
  margin: 20px 0 7px;
}
.deal-progress .progress-bar {
  width: 100%;
  height: 4px;
  background-color: #eeeeee;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.deal-progress .progress-value {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
}

.deal-sold {
  width: 100%;
}
.deal-sold .deal-sold-text {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 24px;
}
.deal-sold .availavle span:last-child, .deal-sold .already-sold span:last-child {
  color: #000;
}

ul.products .product-style-1 .product-block .product-caption .short-description {
  display: none;
}

.gridlist-toggle {
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
}
.gridlist-toggle a {
  font-size: 12px;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background-color: #fff;
}
.gridlist-toggle a + a {
  margin-left: 5px;
}
.gridlist-toggle a.active, .gridlist-toggle a:hover {
  background-color: var(--primary);
}

.preloader .product-transition .product-img-wrap .inner,
.preloader .woocommerce-loop-product__title,
.preloader .short-description,
.preloader .star-rating,
.preloader .button-group,
.preloader .posted-in a,
.preloader .price .amount,
.preloader .product-label, .preloader.products-list .shop-action,
.preloader .add-to-cart-wrap {
  position: relative;
}
.preloader .product-transition .product-img-wrap .inner:after,
.preloader .woocommerce-loop-product__title:after,
.preloader .short-description:after,
.preloader .star-rating:after,
.preloader .button-group:after,
.preloader .posted-in a:after,
.preloader .price .amount:after,
.preloader .product-label:after, .preloader.products-list .shop-action:after,
.preloader .add-to-cart-wrap:after {
  content: "";
  position: absolute;
  z-index: 996;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.preloader .second-image {
  display: none;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
/**
 * Single Product
 */
.single-product .pswp__button {
  background-color: transparent;
}
.single-product div.product {
  position: relative;
}
.single-product div.product::before, .single-product div.product::after {
  content: "";
  display: table;
}
.single-product div.product::after {
  clear: both;
}
.single-product div.product .images,
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
  margin-bottom: 3.706325903em;
  margin-top: 0;
}
.single-product div.product .content-single-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 40px;
  width: 40px;
  z-index: 80;
  background: #fff;
  text-align: center;
  text-indent: -9999px;
  overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e043";
  display: block;
  line-height: 40px;
  text-indent: 0;
  color: #000000;
  font-size: 18px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background: var(--primary_hover);
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover:before {
  color: #fff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid var(--border);
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 10px;
  box-shadow: 0 0 0 1px var(--border);
}
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  padding: 0;
  border: none;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next {
  border-radius: 0;
  border: 1px solid;
  border-color: var(--border);
  width: 30px;
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev:before, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next:before {
  font-size: 22px;
  color: var(--accent);
  line-height: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev:hover, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next:hover {
  background-color: transparent;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  display: block !important;
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  border: 1px solid;
  border-color: var(--border);
  margin-right: 10px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border-color: var(--primary);
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  border-color: var(--primary);
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs img {
  max-width: 90px;
  width: 90px;
}
@media (min-width: 568px) {
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .product-video-360 {
    bottom: 125px;
  }
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-prev, .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-next {
  height: 50%;
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-prev.slick-disabled, .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-next.slick-disabled {
  cursor: no-drop;
  opacity: 0.5;
  pointer-events: none;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-prev {
  right: 0;
  left: unset;
  top: calc(50% - 1px);
  transform: none;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-prev:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e02e";
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-next {
  right: 0;
  top: 0;
  transform: none;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-next:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e02d";
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical {
  display: flex;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-list {
  height: 100% !important;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-prev, .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-next {
  width: 50%;
  transform: translate(0);
  height: 30px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-prev.slick-disabled, .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-next.slick-disabled {
  cursor: no-drop;
  opacity: 0.5;
  pointer-events: none;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-prev {
  top: calc(100% - 30px);
  left: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-prev:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e02c";
  display: block;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-next {
  right: 0;
  left: calc(50% - 1px);
  top: calc(100% - 30px);
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-next:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e02f";
  display: block;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .onsale {
  left: 115px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs li {
  margin-bottom: 10px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-nav {
  order: -1;
  width: 90px;
  margin-right: 10px;
  flex-direction: column;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-nav li {
  margin-bottom: 10px;
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
  width: calc(100% - 90px);
}
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  border: none;
}
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  flex-basis: 50%;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
  border: 1px solid;
  border-color: var(--border);
}
.single-product div.product .woocommerce-product-gallery-gallery .product-video-360 {
  bottom: auto;
  top: 30px;
}
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  border: none;
}
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 30px;
}
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
  border: 1px solid;
  border-color: var(--border);
}
.single-product div.product .woocommerce-product-gallery-sticky .product-video-360 {
  bottom: auto;
  top: 30px;
}
.single-product div.product .woocommerce-product-gallery-vertical + .onsale {
  left: 110px;
}
.single-product div.product .summary.entry-summary .single_add_to_cart_button {
  min-width: 250px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 14px;
  line-height: 22px;
  border-radius: 3px;
  margin-bottom: 10px;
  background-color: var(--primary);
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
}
.single-product div.product .summary.entry-summary .single_add_to_cart_button:hover {
  background-color: var(--accent);
  color: #fff;
}
.single-product div.product .summary.entry-summary .quantity {
  width: 115px;
  margin-bottom: 10px;
}
.single-product div.product .summary.entry-summary [class*=woos] {
  box-shadow: none;
}
.single-product div.product .summary.entry-summary .woosc-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--accent);
  background-color: transparent;
  padding: 0;
}
.single-product div.product .summary.entry-summary .woosc-btn:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e05e";
  margin-right: 10px;
  line-height: inherit;
  vertical-align: middle;
  font-size: 14px;
}
.single-product div.product .summary.entry-summary .woosc-btn:hover {
  color: var(--primary_hover);
}
.single-product div.product .summary.entry-summary .woosw-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--accent);
  background-color: transparent;
  padding: 0;
  margin-right: 30px;
}
.single-product div.product .summary.entry-summary .woosw-btn:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e04e";
  margin-right: 10px;
  line-height: inherit;
  vertical-align: middle;
  font-size: 14px;
}
.single-product div.product .summary.entry-summary .woosw-btn:hover {
  color: var(--primary_hover);
}
.single-product div.product .images .woocommerce-main-image {
  margin-bottom: 1.618em;
  display: block;
}
.single-product div.product .images .thumbnails a.zoom {
  display: block;
  width: 22.05%;
  margin-right: 3.8%;
  float: left;
  margin-bottom: 1em;
}
.single-product div.product .images .thumbnails a.zoom.last {
  margin-right: 0;
}
.single-product div.product .images .thumbnails a.zoom.first {
  clear: both;
}
.single-product div.product form.cart {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product div.product form.cart.variations_form {
  padding: 0;
  border: none;
}
.single-product div.product form.cart .text-quantity {
  display: none;
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
  float: none;
  margin-right: 0;
  width: 140px;
}
@media (max-width: 1023px) {
  .single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
    width: 100px;
  }
  .single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a {
    font-size: 11px;
  }
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button {
  width: 100%;
  text-align: center;
  padding: 0.75em 0;
  text-transform: uppercase;
  word-break: initial;
  font-weight: 700;
  font-size: 12px;
  background-color: var(--accent);
  color: #fff;
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button:hover {
  background-color: var(--primary);
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
  margin-right: 0;
  margin-top: 0;
}
.single-product div.product form.cart table.group_table tr {
  border-bottom: 1px solid;
  border-color: var(--border);
}
.single-product div.product form.cart table.group_table td {
  padding: 20px 0;
  vertical-align: middle;
  font-size: 14px;
}
.single-product div.product form.cart table.group_table .text-quantity {
  display: none;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-image {
  padding: 20px 10px;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-image img {
  max-width: 48px;
  margin: auto;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label {
  padding-right: 10px;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label a {
  color: var(--accent);
  word-break: break-word;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label a:hover {
  color: var(--primary);
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price {
  text-align: right;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
  font-weight: 400;
  color: var(--light);
  font-size: 12px;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price ins .woocommerce-Price-amount {
  color: #ef3636;
  font-weight: 700;
  font-size: 16px;
}
.single-product div.product form.cart table.group_table .woocommerce-Price-amount {
  word-break: normal;
  font-weight: 700;
  color: var(--primary);
}
.single-product div.product form.cart table.group_table .stock.out-of-stock {
  display: none;
}
.single-product div.product .woocommerce-breadcrumb {
  font-size: 0;
  line-height: 22px;
  margin-right: 135px;
}
.single-product div.product .woocommerce-breadcrumb > * {
  font-size: 12px;
}
.single-product div.product .woocommerce-breadcrumb span.icon:last-child {
  display: none;
}
.single-product div.product .product_title {
  font-size: 32px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 30px;
  clear: none;
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
}
.single-product div.product p.price {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  line-height: 1;
  color: var(--primary);
}
.single-product div.product p.price del {
  font-size: 18px;
  color: var(--text);
}
.single-product div.product p.price > span:last-child {
  margin-left: 5px;
}
.single-product div.product p.price > span:first-child {
  margin-right: 5px;
}
.single-product div.product .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
.single-product div.product .woocommerce-product-details__short-description ul li, .single-product div.product .woocommerce-product-details__short-description ol li {
  margin-bottom: 5px;
}
.single-product div.product table.variations {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}
.single-product div.product table.variations th,
.single-product div.product table.variations td {
  display: block;
  padding: 0;
  list-style: none;
  background-color: transparent;
  vertical-align: middle;
}
.single-product div.product table.variations select {
  width: 100%;
  vertical-align: middle;
}
.single-product div.product table.variations label {
  display: block;
}
.single-product div.product table.variations a.reset_variations {
  margin-left: 30px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  color: var(--accent);
}
.single-product div.product table.variations a.reset_variations:hover {
  color: var(--primary);
}
.single-product div.product table.variations td.label label {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 10px 0;
  white-space: nowrap;
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
}
.single-product div.product table.variations td.label .woo-selected-variation-item-name {
  display: none;
}
.single-product div.product table.variations td.value {
  margin-bottom: 10px;
}
.single-product div.product table.variations td.value .variable-items-wrapper {
  display: inline-flex;
}
.single-product div.product .single_variation .price {
  display: flex;
  align-items: baseline;
  font-size: 24px;
  margin-bottom: 0.6em;
  font-weight: 700;
}
.single-product div.product .single_variation .price del {
  order: 2;
  margin-left: 0.327em;
  font-weight: 400;
  font-size: 18px;
}
.single-product div.product .single_variation .price ins {
  order: 1;
  margin-left: 0;
  font-weight: 700;
  font-size: 24px;
  color: #ef3636;
}
.single-product div.product .single_variation_wrap {
  width: 100%;
}
.single-product div.product .variations_button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product div.product .variations_button::before, .single-product div.product .variations_button::after {
  content: "";
  display: table;
}
.single-product div.product .variations_button::after {
  clear: both;
}
.single-product div.product .woocommerce-product-rating {
  margin-bottom: 15px;
  margin-top: -15px;
  font-size: 12px;
  line-height: 27px;
}
.single-product div.product .woocommerce-product-rating::before, .single-product div.product .woocommerce-product-rating::after {
  content: "";
  display: table;
}
.single-product div.product .woocommerce-product-rating::after {
  clear: both;
}
.single-product div.product .woocommerce-product-rating a {
  text-transform: capitalize;
  color: var(--light);
}
.single-product div.product .woocommerce-product-rating a:hover {
  color: var(--primary);
  text-decoration: underline;
}
.single-product div.product .woocommerce-product-rating .star-rating {
  margin-right: 0.75em;
  display: inline-block;
  vertical-align: middle;
}
.single-product div.product .product_meta {
  margin-top: 25px;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  color: var(--text);
}
.single-product div.product .product_meta > span {
  display: block;
}
.single-product div.product .product_meta > span .sku {
  color: var(--accent);
}
.single-product div.product .product_meta > span a {
  color: var(--accent);
}
.single-product div.product .product_meta > span a:hover {
  color: var(--primary_hover);
  text-decoration: underline;
}
.single-product .time-sale {
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  border-radius: 3px;
}
.single-product .time-sale .deal-text {
  margin-right: 40px;
}
.single-product .time-sale .deal-text i {
  font-size: 30px;
  margin-right: 10px;
}
.single-product .woocommerce-tabs {
  margin-bottom: 50px;
  display: block;
  border: 1px solid;
  border-color: var(--border);
}
.single-product .woocommerce-tabs.product-accordions {
  border: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: space-between;
  margin: 0;
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  .single-product .woocommerce-tabs ul.tabs {
    display: none;
  }
}
.single-product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  text-align: center;
  flex: 1;
  background-color: #f6f7f7;
}
.single-product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}
.single-product .woocommerce-tabs ul.tabs li:first-child a {
  border-left: 0;
}
.single-product .woocommerce-tabs ul.tabs li a {
  padding: 14px 7px;
  font-size: 14px;
  display: block;
  position: relative;
  font-weight: 600;
  color: var(--accent);
  border-left: 1px solid #fff;
  text-transform: uppercase;
}
.single-product .woocommerce-tabs ul.tabs li a:hover {
  background-color: var(--primary);
}
.single-product .woocommerce-tabs ul.tabs li.active a {
  background-color: var(--primary);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head {
  padding: 30px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid;
  border-color: var(--border);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head:hover .accordion-title {
  color: var(--primary);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head.active:before {
  background-color: var(--primary);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head.active:after {
  height: 0;
  opacity: 0;
  background-color: var(--primary);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--accent);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  width: 16px;
  height: 2px;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head:after {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--accent);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 7px;
  height: 16px;
  width: 2px;
  opacity: 1;
}
.single-product .woocommerce-tabs.product-accordions .accordion-title {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body {
  padding: 35px 0;
  display: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body.active {
  border-bottom: 1px solid;
  border-color: var(--border);
}
.single-product .woocommerce-tabs.product-accordions .accordion-body h2:first-of-type {
  display: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments,
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper {
  width: 100%;
  float: none;
  padding-right: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body .list-unstyled {
  margin-left: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled {
  margin: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li {
  margin-bottom: 5px;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-name > span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.seller-name > span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-address > span:not(.details) {
  font-weight: 700;
  color: var(--accent);
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating {
  vertical-align: middle;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating .text {
  vertical-align: text-bottom;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .star-rating {
  display: inline-block;
}
.single-product .woocommerce-tabs.product-accordions table td, .single-product .woocommerce-tabs.product-accordions table th {
  word-break: unset;
}
.single-product .woocommerce-tabs .woocommerce-product-attributes {
  margin-bottom: 0;
}
.single-product .woocommerce-tabs .woocommerce-product-attributes td, .single-product .woocommerce-tabs .woocommerce-product-attributes th {
  border: 1px solid var(--border);
}
@media (max-width: 767px) {
  .single-product .woocommerce-tabs .woocommerce-product-attributes tr {
    background: transparent;
  }
  .single-product .woocommerce-tabs .woocommerce-product-attributes tr:last-child td, .single-product .woocommerce-tabs .woocommerce-product-attributes tr:last-child th {
    border-bottom: 0;
  }
  .single-product .woocommerce-tabs .woocommerce-product-attributes td, .single-product .woocommerce-tabs .woocommerce-product-attributes th {
    font-size: 14px;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid var(--border);
  }
  .single-product .woocommerce-tabs .woocommerce-product-attributes .woocommerce-product-attributes-item__value {
    text-align: right;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 30px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description {
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1.8;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description strong, .single-product .woocommerce-tabs .woocommerce-Tabs-panel--description b {
  font-weight: 600;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
  width: 100%;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
  width: 100%;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller {
  margin-left: auto;
  margin-right: auto;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled {
  margin: 0;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li {
  margin-bottom: 5px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-name > span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.seller-name > span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-address > span:not(.details) {
  font-weight: 700;
  color: var(--accent);
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating {
  vertical-align: middle;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating .text {
  vertical-align: text-bottom;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .star-rating {
  display: inline-block;
}
.single-product .woocommerce-tabs .comment-form-cookies-consent {
  display: inline-block;
}
.single-product .woocommerce-tabs .panel h2:first-of-type {
  display: none;
}
.single-product .woocommerce-tabs .review_form label {
  margin-bottom: 0.5em;
  display: block;
}
.single-product .woocommerce-tabs h2.resp-accordion {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 1em;
  border-bottom: 1px solid;
  border-color: var(--border);
}
@media (min-width: 768px) {
  .single-product .woocommerce-tabs h2.resp-accordion {
    display: none;
  }
}
.single-product .woocommerce-tabs h2.resp-accordion.active {
  border-bottom: 1px solid var(--primary);
}
@media (max-width: 767px) {
  .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 30px;
  }
  .single-product div.product .product_title {
    font-size: 26px;
    margin-top: 15px;
  }
  .single-product div.product p.price {
    font-size: 20px;
  }
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel--description {
    font-size: 14px;
  }
  .single-product .woocommerce-tabs h2.resp-accordion {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    background: #f5f5f5;
    padding: 0 1em;
  }
  .single-product .woocommerce-tabs h2.resp-accordion.active {
    background: var(--primary);
  }
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 15px;
  }
  .single-product .review-top {
    margin-bottom: 20px;
  }
  .single-product .review-top > * {
    margin-bottom: 10px;
  }
  .single-product .review-top .review-link {
    font-size: 12px;
  }
  .single-product #reviews #respond {
    margin-left: -15px;
    margin-bottom: -15px;
    margin-right: -15px;
    border-radius: 0 0 8px 8px;
    padding: 15px;
  }
}
.single-product .product-extra-info {
  padding: 30px 0;
}
.single-product .product-extra-info > div {
  padding: 30px 0;
  border-top: 1px solid;
  border-top-color: var(--border);
}
.single-product .product-extra-info ul {
  margin-bottom: 0;
}
.single-product .product-extra-info .brand-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product .product-extra-info .title-brand {
  margin-right: 30px;
}
.single-product .product-extra-info img {
  padding: 10px 0;
}
.single-product .product-brand {
  float: right;
  margin: 10px 1px 10px 10px;
}
.single-product .product-brand ~ .woocommerce-product-rating:before, .single-product .product-brand ~ .woocommerce-product-rating:after {
  display: none !important;
}
.single-product .product-brand a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  color: var(--text);
  font-style: italic;
  background: #f5f5f5;
}
.single-product .product-brand a:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);
}
.single-product .product-brand img {
  max-width: 90px;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  margin-top: 10px;
  white-space: nowrap;
  background-color: var(--light);
  color: #fff;
  font-weight: 600;
}

a.reset_variations {
  display: inline-block;
  margin-left: 1em;
}

/**
 * Reviews
 */
#reviews {
  outline: none;
}
#reviews #comments {
  padding-top: 0;
  padding-bottom: 0;
}
#reviews #respond {
  margin: 3.706325903em auto 0;
  padding: 40px;
  background: var(--background_light);
  max-width: 1100px;
}
#reviews .comment-reply-title {
  display: none;
}
#reviews .commentlist {
  list-style: none;
  margin: 0 auto;
  max-width: 1100px;
}
#reviews .commentlist li {
  margin-bottom: 2.617924em;
  list-style: none;
  clear: both;
}
#reviews .commentlist li::before, #reviews .commentlist li::after {
  content: "";
  display: table;
}
#reviews .commentlist li::after {
  clear: both;
}
#reviews .commentlist li .comment_container {
  border-radius: 3px;
}
#reviews .commentlist li .comment_container::before, #reviews .commentlist li .comment_container::after {
  content: "";
  display: table;
}
#reviews .commentlist li .comment_container::after {
  clear: both;
}
#reviews .commentlist li .comment_container .comment-text {
  width: calc(100% - 60px);
  float: right;
}
@media (max-width: 767px) {
  #reviews .commentlist li .comment_container .comment-text {
    width: 100%;
    float: none;
  }
}
#reviews .commentlist li .comment_container .comment-text .star-rating {
  font-size: 0.875em;
  line-height: 1;
  height: 1em;
  margin-bottom: 5px;
}
#reviews .commentlist li .comment_container .description {
  padding: 15px;
  background: var(--background_light);
  border-radius: 4px;
}
@media (max-width: 767px) {
  #reviews .commentlist li .comment_container .description {
    font-size: 14px;
  }
}
#reviews .commentlist li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#reviews .commentlist li time {
  color: var(--light);
}
#reviews .commentlist li .avatar {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
}
#reviews .commentlist li p.meta strong {
  font-size: 16px;
  color: var(--accent);
}
#reviews .commentlist li p.meta time {
  margin-left: 10px;
}
#reviews .commentlist li p.meta time:before {
  margin-right: 5px;
  line-height: 1;
  margin-top: -3px;
}
#reviews .commentlist li p.meta .verified {
  font-style: normal;
  font-size: 0.875em;
}
#reviews .commentlist li p.meta .woocommerce-review__dash {
  display: none;
}
#reviews .commentlist li ul.children {
  margin: 0;
  width: 82.2222222222%;
  float: right;
  margin-right: 0;
  padding-top: 1.618em;
}
#reviews .commentlist li ul.children .avatar {
  width: 13.5135135135%;
  float: left;
  margin-right: 8.1081081081%;
}
#reviews .commentlist li ul.children .comment-text {
  width: 78.3783783784%;
  float: right;
  margin-right: 0;
}
#reviews .commentlist li ul.children li {
  margin-bottom: 1.618em;
}
#reviews .commentlist li ul.children li:last-child {
  margin-bottom: 0;
}
#reviews .comment-form-rating {
  clear: both;
  margin-bottom: 1em;
}
#reviews .comment-form-rating label {
  display: block;
  color: var(--accent);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
#reviews .comment-form-comment,
#reviews .comment-form-author,
#reviews .comment-form-email,
#reviews .comment-form-cookies-consent,
#reviews .comment-notes {
  margin-bottom: 1.41575em;
}
#reviews .comment-form-cookies-consent:before {
  content: "";
  display: block;
  clear: left;
}

.rbpazt-sticky-add-to-cart {
  background-color: var(--background);
}
.rbpazt-sticky-add-to-cart__content-title strong {
  color: var(--accent);
}
.rbpazt-sticky-add-to-cart__content-price {
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}
.rbpazt-sticky-add-to-cart__content-price ins {
  order: -1;
  margin-left: 0;
  margin-right: 0.6180469716em;
  background-color: transparent;
  color: #ef3636;
  font-weight: 700;
}
.rbpazt-sticky-add-to-cart__content-price del {
  font-weight: 400;
  color: var(--accent);
}
.rbpazt-sticky-add-to-cart .rbpazt-sticky-add-to-cart__content-button {
  font-size: 12px;
}

.sizechart-popup {
  width: 630px;
  max-width: 100vw;
  overflow-y: auto;
  position: fixed;
  left: 50%;
  padding: 60px;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease-in-out 0.3s;
}
.sizechart-popup.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.sizechart-popup.active + .sizechart-overlay {
  opacity: 1;
  visibility: visible;
}
.sizechart-popup .sizechart-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  line-height: 1;
}
.sizechart-popup .sizechart-close i {
  color: var(--accent);
}
.sizechart-popup .sizechart-close:hover i {
  color: var(--primary);
}

.sizechart-button {
  font-size: 12px;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 1em;
  display: inline-block;
  color: var(--accent);
}
.sizechart-button:hover {
  color: var(--primary);
}

.sizechart-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper {
  display: inline-flex;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  padding: 0;
  margin: 5px 10px 5px 0;
  box-shadow: none;
  color: var(--text);
  position: relative;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item) span {
  font-size: 14px;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: none;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  min-width: 40px;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid var(--border);
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover, .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected, .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:hover {
  box-shadow: none;
  color: var(--primary);
  border: 1px solid;
  border-color: var(--primary);
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item {
  border-radius: 50%;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span {
  border-radius: 50%;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
  box-shadow: none;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:hover span, .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected span, .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:hover span {
  border-radius: 50%;
  color: var(--primary);
  border: 2px solid;
  border-color: var(--primary);
}

.rbpazt-frequently-bought {
  margin-top: 5px;
  padding-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid;
  border-color: var(--border);
}
.rbpazt-frequently-bought .frequently-bought-title {
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--accent);
}
.rbpazt-frequently-bought ul {
  list-style: none;
  margin: 0;
}
.rbpazt-frequently-bought .product-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  position: relative;
  border-color: var(--border);
  cursor: pointer;
}
.rbpazt-frequently-bought .product-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.rbpazt-frequently-bought .product-item img {
  width: 80px;
  margin-right: 20px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px;
  color: var(--border);
  background-color: #f7f4ef;
  border-radius: 18px;
}
.rbpazt-frequently-bought .product-item.uncheck * {
  opacity: 0.8;
}
.rbpazt-frequently-bought .content-product-item {
  height: 100%;
  flex: 1;
}
.rbpazt-frequently-bought .content-product-item .product-title {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: var(--accent);
}
.rbpazt-frequently-bought .content-product-item .posted-in a {
  font-size: 13px;
  color: var(--text);
}
.rbpazt-frequently-bought .product-price {
  font-size: 16px;
  margin: 0 30px;
  color: var(--primary);
}
.rbpazt-frequently-bought .product-price del {
  font-size: 0.95em;
}
.rbpazt-frequently-bought .product-price ins {
  background: transparent;
}
.rbpazt-frequently-bought .price-box .label {
  color: var(--accent);
}
.rbpazt-frequently-bought .price-box .rbpazt-total-price {
  font-size: 30px;
  color: var(--primary);
}
.rbpazt-frequently-bought input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  z-index: 1;
  cursor: pointer;
}
.rbpazt-frequently-bought input[type=checkbox] + span {
  opacity: 1 !important;
}
.rbpazt-frequently-bought input[type=checkbox] + span:before {
  content: "\2b";
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  background-color: #f7f4ef;
  border-radius: 50%;
  color: #000;
}
.rbpazt-frequently-bought input[type=checkbox]:checked + span:before {
  content: "\2d";
}
.rbpazt-frequently-bought .product-buttons {
  display: flex;
  justify-content: space-between;
}
.rbpazt-frequently-bought .product-buttons form {
  margin-bottom: 0;
}
.rbpazt-frequently-bought .product-buttons .rbpazt-add-to-cart {
  font-size: 12px;
}

.product-video-360 {
  position: absolute;
  bottom: 30px;
  z-index: 111;
  left: 30px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 567px) {
  .product-video-360 {
    bottom: auto;
    top: 30px;
    flex-direction: row;
  }
}
.product-video-360 .product-video-360__btn {
  cursor: pointer;
  width: 44px;
  height: 44px;
  background-color: var(--background);
  border-radius: 50%;
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 1rem;
  color: var(--accent);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 567px) {
  .product-video-360 .product-video-360__btn {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 12px;
  }
}
.product-video-360 .product-video-360__btn:hover {
  background-color: var(--primary);
  color: var(--background);
}
.product-video-360 .product-video-360__btn.btn-360 {
  font-size: 20px;
}
@media (max-width: 567px) {
  .product-video-360 .product-video-360__btn.btn-360 {
    font-size: 16px;
  }
}

#rotateimages {
  cursor: ew-resize;
}

.view-360-group {
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-360-group .view-360-svg {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 30px;
  color: var(--accent);
}
.view-360-group .view-360-button i {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  border-color: var(--border);
  border-radius: 50%;
  color: var(--accent);
  cursor: pointer;
}
.view-360-group .view-360-button i:hover {
  color: var(--primary);
}

.review-top {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
.review-top > div {
  width: 100%;
}
@media (min-width: 1024px) {
  .review-top > div {
    width: 33.33%;
  }
  .review-top > div:not(:last-child) {
    border-right: 1px solid;
    border-right-color: var(--border);
  }
}
.review-top .woocommerce-product-rating {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.review-top .woocommerce-product-rating:before, .review-top .woocommerce-product-rating:after {
  content: none !important;
}
.review-top .woocommerce-product-rating .woocommerce-review-link {
  display: block;
  width: 100%;
}
.review-top .woocommerce-product-rating .star-rating {
  font-size: 24px;
  margin: 0 auto !important;
}

.reviews-summary {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.reviews-summary .progress {
  width: 140px;
  height: 20px;
  border: 1px solid;
  border-color: var(--border);
  position: relative;
  display: inline-block;
}
.reviews-summary .progress .progress-bar {
  position: absolute;
  left: 0;
  height: 100%;
  bottom: 0;
  background-color: var(--primary);
  display: block;
}
.reviews-summary .star-rating {
  margin-right: 15px;
}
.reviews-summary .progress-text {
  margin-left: 15px;
  color: var(--primary);
  min-width: 36px;
  font-weight: 600;
}
.reviews-summary .review-summery-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review-button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-link {
  padding: 10px 20px;
  border: 1px solid;
  color: var(--primary);
  font-size: 14px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

.rbpazt-single-product-extra {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #f5f5f5;
  padding-left: 20px;
  padding-right: 20px;
}

/**
 * Widgets
 */
.product_list_widget {
  list-style: none;
  margin-left: 0;
}
.product_list_widget li {
  display: flex;
  padding: 0 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.product_list_widget li::before, .product_list_widget li::after {
  content: "";
  display: table;
}
.product_list_widget li::after {
  clear: both;
}
.product_list_widget li:last-child {
  padding-bottom: 0;
  border: 0;
}
.product_list_widget li img {
  max-width: 100px;
}
.product_list_widget li > a {
  display: block;
}
.product_list_widget .product-list-inner {
  display: flex;
}
.product_list_widget .product-list-inner .product-title {
  margin-top: 5px;
}
.product_list_widget .reviewer {
  font-size: 0.875em;
}
.product_list_widget .product-content {
  margin-left: 20px;
  flex: 1;
}
.product_list_widget .product-content .price {
  font-weight: 700;
}
.product_list_widget .product-content .price del {
  color: var(--light);
  font-size: 12px;
  font-weight: 500;
}
.product_list_widget .product-content .price ins {
  font-weight: 700;
}
.product_list_widget .star-rating {
  margin-bottom: 5px;
}
.product_list_widget .product-title {
  margin-bottom: 0.6180469716em;
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--accent) !important;
  font-weight: 500;
}
.product_list_widget .product-title:hover {
  color: var(--primary) !important;
}
.product_list_widget a {
  display: block;
}

.widget ul.products li.product a {
  text-decoration: none;
}

.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 0.6180469716em;
}
.widget_rating_filter .wc-layered-nav-rating a {
  text-decoration: none !important;
  color: var(--light);
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
  height: 1em;
  line-height: 1;
}

.widget_products a {
  display: block;
}

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}
.widget_shopping_cart .product_list_widget li {
  position: relative;
  padding-left: 27px;
}
.widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  font-size: 0;
  color: var(--light);
}
.widget_shopping_cart .product_list_widget li a.remove + a {
  padding-right: 15px;
}
.widget_shopping_cart .product_list_widget li a.remove:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e00a";
  font-size: 22px;
}
.widget_shopping_cart .product_list_widget li a.remove:hover:before {
  color: #e2401c;
}
.widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 1.41575em;
}
.widget_shopping_cart .product_list_widget img {
  margin-right: 1em;
  float: left;
}
.widget_shopping_cart .mini_cart_item {
  display: block;
  font-size: 14px;
}
.widget_shopping_cart .mini_cart_item a {
  font-size: 14px;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 20px;
}
.widget_shopping_cart .mini_cart_item a:hover {
  text-decoration: underline;
}
.widget_shopping_cart .mini_cart_item .quantity {
  color: var(--accent);
  font-size: 16px;
  border: 0;
  display: inline-block;
  width: auto;
  padding: 0;
}
.widget_shopping_cart .mini_cart_item .quantity .amount {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 700;
}
.widget_shopping_cart p.total {
  padding: 10px 15px;
  margin: 0;
  border-top: 2px solid;
  border-top-color: var(--border);
}
.widget_shopping_cart p.total strong {
  color: var(--accent);
  font-weight: 400;
  font-size: 16px;
}
.widget_shopping_cart p.total .amount {
  color: var(--secondary);
  font-size: 20px;
  font-weight: 700;
  float: right;
}
.widget_shopping_cart .buttons {
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
.widget_shopping_cart .buttons a {
  display: block;
  margin-bottom: 0.6180469716em;
}
.widget_shopping_cart .buttons a:not(.checkout) {
  background-color: transparent;
  border-color: transparent;
  color: var(--accent);
}
.widget_shopping_cart .buttons a:not(.checkout):hover {
  color: var(--primary);
}
.widget_shopping_cart .buttons a:last-child {
  margin-bottom: 0;
}
.widget_shopping_cart .buttons a img {
  margin-left: auto;
  margin-right: auto;
}

.widget_product_brands li::before,
.widget_product_categories li::before,
.widget_layered_nav li::before {
  content: "\e020";
}
.widget_product_brands li:hover::before,
.widget_product_categories li:hover::before,
.widget_layered_nav li:hover::before {
  content: "\e01e";
  opacity: 1;
  color: var(--secondary);
}
.widget_product_brands li:hover > a,
.widget_product_categories li:hover > a,
.widget_layered_nav li:hover > a {
  color: var(--secondary);
}
.widget_product_brands .chosen::before, .widget_product_brands .current-cat::before,
.widget_product_categories .chosen::before,
.widget_product_categories .current-cat::before,
.widget_layered_nav .chosen::before,
.widget_layered_nav .current-cat::before {
  content: "\e01e";
  opacity: 1;
  color: var(--secondary);
}
.widget_product_brands .chosen > a, .widget_product_brands .chosen .count, .widget_product_brands .chosen .cat-count, .widget_product_brands .current-cat > a, .widget_product_brands .current-cat .count, .widget_product_brands .current-cat .cat-count,
.widget_product_categories .chosen > a,
.widget_product_categories .chosen .count,
.widget_product_categories .chosen .cat-count,
.widget_product_categories .current-cat > a,
.widget_product_categories .current-cat .count,
.widget_product_categories .current-cat .cat-count,
.widget_layered_nav .chosen > a,
.widget_layered_nav .chosen .count,
.widget_layered_nav .chosen .cat-count,
.widget_layered_nav .current-cat > a,
.widget_layered_nav .current-cat .count,
.widget_layered_nav .current-cat .cat-count {
  color: var(--secondary);
}
.widget_product_brands .chosen a:hover, .widget_product_brands .current-cat a:hover,
.widget_product_categories .chosen a:hover,
.widget_product_categories .current-cat a:hover,
.widget_layered_nav .chosen a:hover,
.widget_layered_nav .current-cat a:hover {
  color: var(--secondary_hover);
}
.widget_product_brands li,
.widget_product_categories li,
.widget_layered_nav li {
  padding-left: 20px;
}
.widget_product_brands li::before,
.widget_product_categories li::before,
.widget_layered_nav li::before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-right: 0.5407911001em;
  display: block;
  float: left;
  opacity: 0.35;
  margin-left: -1em;
  width: 1em;
  line-height: inherit !important;
}
.widget_product_brands li .children,
.widget_product_categories li .children,
.widget_layered_nav li .children {
  margin-left: 0;
}

.widget_layered_nav li {
  margin-bottom: 0.6180469716em;
}

.select2-dropdown {
  border-color: var(--border);
}

.widget_product_categories .select2-container--default .select2-selection--single {
  border-color: var(--border);
  border-radius: 0;
  line-height: 49px;
  height: 49px;
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px;
  color: var(--text);
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}
.widget_product_categories .select2-container {
  padding-left: 0 !important;
}

.widget.woocommerce li .count {
  font-size: 1em;
}

.widget_product_categories ul.children {
  display: none;
}
.widget_product_categories ul.product-categories > li > ul {
  position: relative;
}
.widget_product_categories ul.product-categories > li > ul:before {
  content: "";
  position: absolute;
  left: -11px;
  top: calc(-1em + 6px);
  bottom: calc(-1em + 15px);
  width: 1px;
  background-color: var(--primary);
}
.widget_product_categories li > a:hover:before {
  background-color: var(--primary);
}
.widget_product_categories li.cat-parent {
  position: relative;
}
.widget_product_categories li.cat-parent > i {
  float: right;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
.widget_product_categories li.cat-parent > i:hover {
  color: var(--secondary);
}
.widget_product_categories li.current-cat > a {
  color: var(--secondary);
}
.widget_product_categories li.current-cat > a:before {
  background-color: var(--primary);
}

.widget_product_brands .count {
  display: inline-block;
  margin-right: 3px;
  float: right;
  text-align: center;
  color: var(--text);
}

.widget_price_filter form {
  margin-bottom: 0;
  margin-top: 30px !important;
}
.widget_price_filter .price_slider {
  margin-bottom: 1.1em;
}
.widget_price_filter .price_slider_amount {
  display: flex;
  align-items: center;
}
.widget_price_filter .price_slider_amount .button {
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  padding: 0;
  order: 3;
  margin-left: auto;
  border-bottom: 1px solid;
  line-height: 1;
  color: var(--accent);
  text-transform: uppercase;
  border-radius: 0;
}
.widget_price_filter .price_slider_amount .button:hover {
  color: var(--primary);
}
.widget_price_filter .price_slider_amount .price_label .from, .widget_price_filter .price_slider_amount .price_label .to {
  font-size: 16px;
  color: var(--accent);
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: auto;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  cursor: ew-resize;
  background-color: #fff;
  border: 2px solid;
  border-color: var(--accent);
  box-sizing: border-box;
  margin-top: -7px;
  margin-left: auto;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -18px;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-color: var(--accent);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  background: #e5e5e5;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 6px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
  padding: 7px;
  margin: 0;
}
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-button-type {
  border: 1px solid;
  border-color: var(--border);
  padding: 5px 15px;
  display: block;
  font-size: 14px;
}
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-button-type:hover {
  color: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 2px inset;
}
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .rbpazt-button-type {
  color: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 2px inset;
}
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-color-type,
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-image-type {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid;
  border-color: var(--border);
  padding: 3px;
  position: relative;
}
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-color-type:after,
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-image-type:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #000000;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: opacity 0.2s linear;
}
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-color-type:hover:after,
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-image-type:hover:after {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-color-type img,
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-image-type img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .rbpazt-color-type:after,
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .rbpazt-image-type:after {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-color-type {
  border-radius: 50%;
}
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-color-type:after {
  border-radius: 50%;
}
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-color-type .color-label {
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50%;
}
.rbpazt_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .rbpazt-color-type .color-name {
  display: none;
}

/**
 * Cart
 */
@media (min-width: 768px) {
  table.cart {
    margin-bottom: 3.706325903em;
  }
}
table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
  display: none;
}
table.cart .text-quantity {
  display: none;
}
table.cart thead {
  border-bottom: 1px solid var(--border);
  background: var(--background_light);
}
@media (max-width: 767px) {
  table.cart thead {
    display: none;
  }
}
table.cart th {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
table.cart td,
table.cart th {
  padding: 2em 0 0;
}
table.cart tr td {
  text-align: left;
  border-color: var(--border);
}
@media (max-width: 767px) {
  table.cart tr td {
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  table.cart tr td:not(:last-child) {
    border-style: solid;
    border-width: 0 0 1px 0;
  }
}
table.cart tr td[data-title]::before {
  font-size: 14px;
  color: var(--accent);
  font-weight: 500;
}
table.cart tr:first-child td.product-remove {
  border-top-width: 0;
}
table.cart td.product-thumbnail img {
  margin: auto;
  max-width: 100px;
}
table.cart td.product-thumbnail::before {
  display: none;
}
@media (max-width: 767px) {
  table.cart td.product-thumbnail {
    position: absolute;
    left: 10px;
    top: 15px;
    padding: 0;
    border: none !important;
  }
}
table.cart td.product-remove {
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  table.cart td.product-remove {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 1;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    font-size: 11px;
  }
}
table.cart td.product-remove a.remove {
  position: absolute;
  font-size: 1.41575em;
  top: -8px;
  left: -6px;
  box-shadow: none;
}
table.cart td.product-remove a.remove:hover:before, table.cart td.product-remove a.remove:active:before {
  color: var(--primary);
}
table.cart td.product-name {
  line-height: 1.4;
}
table.cart td.product-name:before {
  margin-right: 1em;
}
table.cart td.product-name a {
  font-weight: 500;
  color: var(--accent);
  box-shadow: none;
}
table.cart td.product-name a:hover {
  text-decoration: underline;
}
table.cart td.product-name .backorder_notification {
  font-size: 14px;
  font-weight: 400;
  color: var(--light);
}
@media (max-width: 767px) {
  table.cart td.product-name {
    text-align: left;
    border-width: 0;
    padding-right: 50px;
    font-size: 16px;
  }
  table.cart td.product-name:before {
    display: none;
  }
}
table.cart .product-price {
  text-align: center;
}
@media (max-width: 767px) {
  table.cart .product-price {
    text-align: right;
  }
}
table.cart .product-price .amount {
  color: var(--text);
}
@media (max-width: 767px) {
  table.cart .quantity {
    float: right;
  }
}
table.cart td.product-quantity .qty {
  padding: 0.326em;
  width: 3.706325903em;
  font-weight: 600;
  color: var(--accent);
}
table.cart td.product-subtotal {
  padding-bottom: 1.41575em;
}
@media (min-width: 768px) {
  table.cart td.product-subtotal {
    padding-bottom: 2.2906835em;
  }
}
table.cart td.product-subtotal .amount {
  color: var(--accent);
  font-weight: 600;
}
table.cart .cart_item {
  margin-bottom: 1em;
  border-top: 1px solid;
  border-top-color: var(--border);
}
table.cart .cart_item:first-child {
  border-top: none;
}
@media (max-width: 767px) {
  table.cart .cart_item {
    padding-left: 140px;
    position: relative;
    display: block;
  }
}
table.cart td.actions {
  background-color: transparent;
  padding-top: 10px;
  padding-right: 0;
}
@media (min-width: 768px) {
  table.cart td.actions {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  table.cart td.actions {
    display: flex;
    flex-direction: column-reverse;
    background: var(--background_light);
    padding: 30px 30px 0;
  }
}
table.cart td.actions label {
  display: none;
}
table.cart td.actions .coupon {
  position: relative;
  margin-bottom: 1.5em;
  text-align: left;
}
@media (max-width: 767px) {
  table.cart td.actions .coupon {
    margin-top: 1.5em;
  }
}
table.cart td.actions .coupon .input-text {
  border: 2px solid var(--border);
  min-width: 300px;
  padding-right: 50px;
}
table.cart td.actions .coupon .input-text:focus {
  border-color: var(--primary);
}
table.cart td.actions .coupon button[type=submit] {
  background-color: transparent;
  padding: 0;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--accent);
  box-shadow: none;
}
table.cart td.actions .coupon button[type=submit]:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e032";
  font-size: 18px;
  line-height: 50px;
}
table.cart td.actions .coupon button[type=submit]:hover {
  color: var(--primary);
}
table.cart td.actions input {
  display: block;
  width: 100%;
  margin: 0.5407911001em 0;
}
table.cart td.actions button[name=update_cart] {
  border-radius: 3px;
}

.woocommerce-cart-form table td {
  vertical-align: middle;
}

.cart-collaterals {
  margin-bottom: 1.618em;
}
@media (min-width: 768px) {
  .cart-collaterals {
    margin-bottom: 4.235801032em;
  }
}

.cart_totals {
  padding: 40px 30px 30px;
  position: relative;
  background-color: var(--background_light);
  border: 2px solid var(--border);
}
.cart_totals > h2 {
  padding-left: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
}
.cart_totals table {
  color: var(--accent);
  font-weight: 600;
}
.cart_totals table th {
  font-size: 14px;
}
.cart_totals table th, .cart_totals table td {
  padding: 20px 10px;
}
.cart_totals table th .amount, .cart_totals table td .amount {
  color: var(--secondary);
}
.cart_totals .cart-subtotal {
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
}
.cart_totals .cart-subtotal .amount {
  color: var(--text);
  font-weight: 400;
  font-size: 14px;
}
.cart_totals .order-total {
  border-top: 1px solid;
  border-top-color: var(--border);
}
.cart_totals .order-total th {
  vertical-align: middle;
}
.cart_totals .order-total td {
  padding: 0.5em 0;
}
.cart_totals .order-total .amount {
  font-size: 22px;
}
.cart_totals .checkout-button {
  display: block;
  text-align: center;
}
.cart_totals .checkout-button:after {
  display: none;
}

.woocommerce-shipping-calculator {
  margin: 0;
}
.woocommerce-shipping-calculator > p:first-child {
  margin: 0;
}
.woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 1.41575em;
}

.woocommerce-shipping-destination {
  margin-bottom: 0;
}

ul#shipping_method {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
ul#shipping_method li {
  margin-bottom: 0.2360828548em;
}
ul#shipping_method li:last-child {
  margin-bottom: 0;
}
ul#shipping_method input {
  margin-right: 0.3342343017em;
}
ul#shipping_method input[type=radio] + label {
  margin-left: 0;
  color: var(--accent);
}
ul#shipping_method input[type=radio]:first-child:checked + label:after {
  color: var(--primary);
}

.woocommerce-checkout ul#shipping_method {
  margin-bottom: 0;
}

.site-header-cart .cart-contents {
  color: var(--accent);
}
.site-header-cart .cart-contents i {
  font-size: 23px;
  line-height: 1;
  vertical-align: middle;
}
.site-header-cart .cart-contents:hover {
  color: var(--primary);
}
.site-header-cart .cart-contents:hover .amount {
  text-decoration: underline;
}
.site-header-cart .cart-contents .count {
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 10px;
  color: #ffffff;
  background-color: var(--primary);
}
.site-header-cart .cart-contents .amount {
  font-weight: 600;
  font-size: 15px;
  margin-left: 9px;
  color: var(--accent);
}
.site-header-cart .widget_shopping_cart {
  border-color: var(--border);
}
.site-header-cart .widget.widget_shopping_cart {
  border-top-color: var(--primary);
}

.woocommerce-cart .site-content {
  margin-bottom: 6.8535260698em;
}
.woocommerce-cart .cart-empty {
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 18px;
  color: var(--accent);
}
.woocommerce-cart .cart-empty:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e036";
  text-align: center;
  display: block;
  font-size: 120px;
  color: var(--light);
  line-height: 1;
  margin-bottom: 30px;
}
.woocommerce-cart .return-to-shop {
  text-align: center;
}

.cross-sells h2 {
  font-size: 24px;
}
.cross-sells .slick-list li.product {
  max-width: 100% !important;
}
.cross-sells .slick-slider .slick-dots {
  position: static;
}
.cross-sells ul.products {
  display: none;
}
.cross-sells ul.products.slick-initialized {
  display: block;
}
.cross-sells ul.products .slick-track {
  margin-left: 0;
  margin-right: 0;
}

/**
 * Checkout
 *
 * 1 - Required to make the blockUI overlay cover the entire page rather than just the checkout form. We do this because
 *     otherwise our sticky order review can break out of the checkout form (and the blockUI element).
 */
.checkout_coupon {
  margin-bottom: 2.617924em;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 2px solid;
  border-color: var(--border);
  border-radius: 4px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 50px;
}
.checkout_coupon p:first-child {
  grid-column-end: 2 span;
}
.checkout_coupon .form-row-first {
  grid-column: 1/3;
  grid-row: 2;
  margin-right: 0;
  width: 100%;
}
.checkout_coupon .form-row-last {
  width: unset;
  float: left;
  grid-column: 2;
  grid-row: 2;
  z-index: 4;
}
.checkout_coupon .input-text {
  width: 100%;
  border: 2px dashed;
  border-color: var(--border);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
  padding-right: 50px;
}
.checkout_coupon .input-text:focus {
  border-color: var(--primary);
}
.checkout_coupon button[type=submit] {
  font-size: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  text-align: center;
  border: 2px solid transparent;
  box-shadow: none;
}
.checkout_coupon button[type=submit]:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e032";
  font-size: 18px;
  color: var(--accent);
  line-height: 50px;
  display: block;
}
.checkout_coupon button[type=submit]:hover {
  background-color: transparent;
}
.checkout_coupon button[type=submit]:hover:before {
  color: var(--primary);
}

.woocommerce-privacy-policy-text a {
  color: var(--secondary);
  text-decoration: underline;
}
.woocommerce-privacy-policy-text a:hover {
  color: var(--primary_hover);
}

form.checkout {
  position: static !important;
  /* 1 */
  margin-top: 3.706325903em;
}
form.checkout::before, form.checkout::after {
  content: "";
  display: table;
}
form.checkout::after {
  clear: both;
}
form.checkout > .blockUI {
  position: fixed !important;
  /* 1 */
}

#order_review_heading {
  display: none;
}

.checkout-review-order-table-wrapper {
  padding: 0 30px;
  background-color: var(--background);
}

#order_review {
  padding: 25px 40px 40px;
  background-color: var(--background_light);
}
#order_review table {
  margin-bottom: 0;
}
#order_review table td, #order_review table th {
  padding: 1em 0;
}
#order_review .woocommerce-checkout-review-order-table thead th, #order_review .woocommerce-checkout-review-order-table thead td {
  border: none;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--secondary);
}
#order_review .woocommerce-checkout-review-order-table th {
  color: var(--accent);
}
#order_review .woocommerce-checkout-review-order-table th.product-total {
  text-align: right;
}
#order_review .woocommerce-checkout-review-order-table td {
  text-align: right;
}
#order_review .woocommerce-checkout-review-order-table td.product-name {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: var(--text);
}
#order_review .woocommerce-checkout-review-order-table td.product-name strong {
  font-weight: 700;
  color: var(--secondary);
}
#order_review .woocommerce-checkout-review-order-table th, #order_review .woocommerce-checkout-review-order-table td {
  border-top: 1px solid;
  border-top-color: var(--border);
}
#order_review .woocommerce-checkout-review-order-table .amount {
  color: var(--accent);
  font-weight: 700;
}
#order_review .woocommerce-checkout-review-order-table .order-total th {
  vertical-align: middle;
}
#order_review .woocommerce-checkout-review-order-table .order-total .amount {
  font-size: 26px;
  color: var(--secondary);
}

#payment::before, #payment::after {
  content: "";
  display: table;
}
#payment::after {
  clear: both;
}
#payment .create-account {
  clear: both;
}
#payment .payment_methods {
  margin: 0;
  padding: 0;
}
#payment .payment_methods > .woocommerce-PaymentMethod > label,
#payment .payment_methods > .wc_payment_method > label {
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  margin-left: 0;
}
#payment .payment_methods li {
  list-style: none !important;
  margin-left: 0;
  position: relative;
}
#payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
  max-height: 1.618em;
}
#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label::before, #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label::before {
  color: var(--primary);
}
#payment .payment_methods li > label {
  font-weight: 700;
  color: var(--accent);
}
#payment .payment_methods li p {
  margin: 0;
}
#payment .payment_methods li .payment_box {
  font-size: 0.875em;
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #FFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
#payment .payment_methods li .payment_box:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  top: -6px;
  left: 35px;
  border-bottom-color: #ffffff;
}
#payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0;
  font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-left: 0;
}
#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
}
#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
  margin-right: 5px;
}
#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}
#payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: right;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
  padding-top: 1em;
  margin: 0;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
  margin-top: 0.6180469716em;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
  margin-right: 0.236em;
}
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-left: 0;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.41575em;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: right 0.6180469716em center;
  background-size: 31px 20px;
  background-image: url(//fortin-bypass.fr/wp-content/themes/assets/images/credit-cards/unknown.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(//fortin-bypass.fr/wp-content/themes/assets/images/credit-cards/visa.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(//fortin-bypass.fr/wp-content/themes/assets/images/credit-cards/mastercard.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(//fortin-bypass.fr/wp-content/themes/assets/images/credit-cards/laser.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(//fortin-bypass.fr/wp-content/themes/assets/images/credit-cards/diners.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(//fortin-bypass.fr/wp-content/themes/assets/images/credit-cards/maestro.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(//fortin-bypass.fr/wp-content/themes/assets/images/credit-cards/jcb.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(//fortin-bypass.fr/wp-content/themes/assets/images/credit-cards/amex.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(//fortin-bypass.fr/wp-content/themes/assets/images/credit-cards/discover.svg);
}
#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 1em;
}
#payment .terms label {
  display: block;
  cursor: pointer;
}
#payment .woocommerce-terms-and-conditions {
  padding: 1em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.05);
}
#payment .place-order {
  margin-top: 1.618em;
  margin-bottom: 0;
  float: none;
  width: 100%;
}
#payment .place-order .button {
  width: 100%;
  white-space: pre-wrap;
}

table.woocommerce-checkout-review-order-table .product-name {
  width: 45%;
  word-wrap: break-word;
  color: var(--accent);
}
table.woocommerce-checkout-review-order-table .product-quantity {
  font-weight: 400;
}
table.woocommerce-checkout-review-order-table .variation,
table.woocommerce-checkout-review-order-table .product-quantity {
  color: var(--text);
}
table.woocommerce-checkout-review-order-table .variation dt {
  font-weight: 400;
}

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
  display: none;
}

.woocommerce-billing-fields h3 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 30px;
}
.woocommerce-billing-fields label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .rbpazt-modal.modal-coupon .coupons-not-found, .rbpazt-modal.modal-coupon .woocommerce-form-coupon-toggle .coupons-not-found {
  background-color: var(--background_light);
  font-weight: 600;
  padding: 15px;
  border: none;
  text-align: center;
  color: var(--accent);
}
.woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce-form-coupon-toggle .rbpazt-modal.modal-coupon .coupons-not-found a, .rbpazt-modal.modal-coupon .woocommerce-form-coupon-toggle .coupons-not-found a {
  color: var(--secondary);
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover, .woocommerce-form-coupon-toggle .rbpazt-modal.modal-coupon .coupons-not-found a:hover, .rbpazt-modal.modal-coupon .woocommerce-form-coupon-toggle .coupons-not-found a:hover {
  text-decoration: underline;
}

.woocommerce-additional-fields h3 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  color: #0f834d;
  background-color: #f8f8f8;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 2.2906835em 1.41575em;
}
.woocommerce-order .woocommerce-order-details__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.618em;
}
.woocommerce-order .woocommerce-customer-details > h2 {
  text-transform: uppercase;
  font-size: 1.618em;
}
@media (min-width: 768px) {
  .woocommerce-order ul.woocommerce-thankyou-order-details li {
    width: 20%;
    margin: 0 !important;
  }
}
.woocommerce-order .woocommerce-table--order-details {
  max-width: 900px;
  margin: 1.41575em auto 5.9968353111em;
}
.woocommerce-order .woocommerce-table--order-details .product-name a {
  color: var(--text);
}
.woocommerce-order .woocommerce-table--order-details .product-name a:hover {
  color: var(--primary);
}
.woocommerce-order .woocommerce-table--order-details tfoot {
  color: var(--accent);
}
.woocommerce-order .woocommerce-table--order-details tfoot .amount {
  font-weight: 700;
}
.woocommerce-order .woocommerce-table--order-details tfoot tr:last-child .amount {
  font-weight: 700;
  font-size: 1.618em;
  color: var(--secondary);
}

.woocommerce-orders-table thead th {
  text-align: right;
}

.woocommerce > .woocommerce-customer-details,
.woocommerce > .woocommerce-order-details {
  margin-bottom: 30px;
}
.woocommerce > .woocommerce-customer-details h2,
.woocommerce > .woocommerce-order-details h2 {
  font-size: 24px;
  text-transform: uppercase;
}

form.woocommerce-form-track-order .order-text {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1024px) {
  form.woocommerce-form-track-order .order-text {
    margin-bottom: 50px;
  }
}
form.woocommerce-form-track-order label {
  font-size: 20px;
  display: block;
  color: var(--accent);
  margin-bottom: 10px;
}
form.woocommerce-form-track-order input, form.woocommerce-form-track-order button {
  width: 100%;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  font-weight: 600;
  padding: 0.5407911001em 0;
  text-align: right;
  font-size: 0.875em;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * My Account
 */
body.woocommerce-account {
  background: #f5f5f5;
}
body.woocommerce-account .woocommerce::before, body.woocommerce-account .woocommerce::after {
  content: "";
  display: table;
}
body.woocommerce-account .woocommerce::after {
  clear: both;
}
body.woocommerce-account .woocommerce > h2,
body.woocommerce-account .woocommerce > .woocommerce-form-login {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-account .woocommerce > .woocommerce-form-login {
  background: #fff;
  padding: 30px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
body.woocommerce-account h2 {
  font-size: 25px;
  text-transform: uppercase;
}
body.woocommerce-account:not(.logged-in) h1.entry-title {
  display: none;
}
body.woocommerce-account .woocommerce > h2,
body.woocommerce-account .woocommerce > .woocommerce-form-login {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

label.inline {
  display: inline !important;
  margin-left: 1em;
}

.woocommerce-MyAccount-navigation .inner {
  background: var(--secondary);
  color: #fff;
  padding: 30px 20px;
}
.woocommerce-MyAccount-navigation .inner ul {
  margin-bottom: 0;
  border: 0;
}
.woocommerce-MyAccount-navigation .inner ul li {
  border: 0;
  margin-bottom: 4px;
}
.woocommerce-MyAccount-navigation .inner ul li.woocommerce-MyAccount-navigation-link.is-active, .woocommerce-MyAccount-navigation .inner ul li.woocommerce-MyAccount-navigation-link:hover {
  background: var(--primary);
}
.woocommerce-MyAccount-navigation .inner ul li.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation .inner ul li.woocommerce-MyAccount-navigation-link:hover a {
  color: #000 !important;
}
.woocommerce-MyAccount-navigation .inner ul li.woocommerce-MyAccount-navigation-link a {
  margin: 0;
  color: #fff !important;
  padding: 15px;
}
.woocommerce-MyAccount-navigation ul {
  margin-top: 0 !important;
  margin-left: 0 !important;
  border-top: 1px solid;
  border-color: var(--border);
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none !important;
  position: relative;
  border-bottom: 1px solid;
  border-color: var(--border);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  margin: 15px 0;
  padding: 0 5px;
  display: block;
  color: var(--accent);
  font-weight: 600;
  line-height: 28px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  color: var(--primary);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  float: right;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--primary);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\e06a";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\e062";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\e047";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\e04f";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\e009";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\e02a";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\e063";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--subscriptions a::before {
  content: "\e069";
}

ul.order_details {
  list-style: none;
  position: relative;
  margin: 0 auto 1.618em;
}
ul.order_details::before, ul.order_details::after {
  content: "";
  display: table;
}
ul.order_details::after {
  clear: both;
}
ul.order_details li {
  padding: 1em 1.618em;
  text-align: center;
  border-color: var(--border);
}
ul.order_details li:first-child {
  padding-top: 1.618em;
  border: 0;
}
ul.order_details li:last-child {
  padding-bottom: 1.618em;
}
ul.order_details li:last-child::before, ul.order_details li:last-child::after {
  content: "";
  display: table;
}
ul.order_details li:last-child::after {
  clear: both;
}
ul.order_details li strong {
  display: block;
  text-transform: none;
  color: var(--accent);
}

.my_account_orders a,
.woocommerce-MyAccount-downloads a {
  color: var(--secondary);
}
.my_account_orders a:hover,
.woocommerce-MyAccount-downloads a:hover {
  text-decoration: underline;
}
.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  padding: 0.6180469716em 0.875em;
  font-size: 12px;
  font-weight: 400;
  margin-right: 0.236em;
}

.woocommerce-MyAccount-content {
  padding: 30px;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-content h2 {
  font-size: 2em;
  font-weight: 600;
}
.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important;
}

/**
 * My Account
 */
.woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center;
}
.woocommerce-MyAccount-content .order-again {
  margin-bottom: 3.706325903em;
}

form.woocommerce-form-register button[type=submit] {
  display: block;
  width: 100%;
}
form.woocommerce-form-register .woocommerce-privacy-policy-link {
  text-decoration: underline;
}

form.woocommerce-form-login button[type=submit] {
  display: block;
  width: 100%;
  border-radius: 6px;
}
form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
form.woocommerce-form-login .woocommerce-LostPassword {
  margin-left: auto;
  text-decoration: underline;
}

.custom-login-form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.custom-login-form fieldset {
  padding: 0;
}
.custom-login-form fieldset input {
  border: none;
  padding-top: 0;
}
.custom-login-form fieldset legend {
  padding: 0 5px;
  margin-left: 15px;
  line-height: 1;
}

.wcml-dropdown {
  width: 100%;
}
.wcml-dropdown li,
.wcml-dropdown .wcml-cs-submenu li {
  border-color: var(--border);
}
.wcml-dropdown .wcml-cs-submenu {
  border-top: 0;
}
.wcml-dropdown a {
  padding: 1em 1.41575em;
}
.wcml-dropdown a.wcml-cs-item-toggle:after {
  right: 1em;
}

.wcml-horizontal-list li.wcml-cs-active-currency a,
.wcml-vertical-list li.wcml-cs-active-currency a {
  font-weight: bold;
  color: var(--accent);
  cursor: default;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
  border-radius: 0px;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
  padding-top: 7px;
  padding-bottom: 7px;
  height: auto;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
  min-width: 57px;
}

.rbpazt-canvas-filter {
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  position: fixed;
  z-index: 10002;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  width: 360px;
  height: 100vh;
}
@media (max-width: 768px) {
  .rbpazt-canvas-filter {
    width: 330px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.rbpazt-canvas-filter::-webkit-scrollbar {
  width: 3px;
}
.rbpazt-canvas-filter::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.rbpazt-canvas-filter::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.rbpazt-canvas-filter .widget {
  margin-bottom: 30px;
  border: 1px solid var(--border);
  padding: 0 15px;
}
.rbpazt-canvas-filter > *.wp-block-group {
  margin: 0;
}
.rbpazt-canvas-filter > *[id*=archives-dropdown] {
  margin: 0;
}
.rbpazt-canvas-filter .wp-calendar-table caption {
  padding-top: 0;
}
.rbpazt-canvas-filter .wp-block-group__inner-container > h2,
.rbpazt-canvas-filter .widget-title,
.rbpazt-canvas-filter .widgettitle {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -1px;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: var(--accent);
  background-color: var(--background_light);
  font-family: var(--e-global-typography-accent-font-family);
}
.rbpazt-canvas-filter .wp-block-group__inner-container > h2:before,
.rbpazt-canvas-filter .widget-title:before,
.rbpazt-canvas-filter .widgettitle:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e02f";
  float: right;
  font-size: 20px;
}
.rbpazt-canvas-filter .wp-block-group__inner-container > h2 + *,
.rbpazt-canvas-filter .widget-title + *,
.rbpazt-canvas-filter .widgettitle + * {
  margin: 25px 0;
}

.rbpazt-overlay-filter {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.off-canvas-active .rbpazt-overlay-filter {
  visibility: visible;
  opacity: 1;
}
.off-canvas-active .rbpazt-canvas-filter {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.filter-toggle {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  margin-right: 20px;
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
}
.filter-toggle i {
  font-size: 26px;
  line-height: 1;
  vertical-align: middle;
  margin-left: -5px;
}
@media (min-width: 1024px) {
  .filter-toggle {
    display: none;
  }
}
.shop_filter_canvas .filter-toggle {
  display: inline-block;
}
.filter-close {
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  text-align: right;
  vertical-align: middle;
  font-weight: 400;
  font-size: 12px;
  color: var(--accent);
}
.filter-close:after {
  content: "\2b";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
  font-size: 30px;
  font-weight: 400;
  transform: rotate(45deg);
}

@media (min-width: 783px) {
  .admin-bar .rbpazt-canvas-filter {
    top: 32px;
  }
}
@media (min-width: 600px) and (max-width: 782px) {
  .admin-bar .rbpazt-canvas-filter {
    top: 46px;
  }
}

.woocommerce-products-header {
  position: relative;
  z-index: 3;
}

/*=======================
* MODAL POPUP STYLE
========================*/
#woosq-popup {
  max-height: 90vh;
  max-width: 1024px;
}
#woosq-popup .single-product .product > div {
  height: 600px;
  max-height: 600px;
  background: #fff;
}
#woosq-popup .product_title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
}
#woosq-popup .woocommerce-product-rating {
  margin-top: -20px;
}
#woosq-popup p.price {
  font-size: 20px;
  color: var(--secondary);
}
#woosq-popup p.price del {
  font-size: 16px;
}
#woosq-popup p.price ins {
  font-size: 20px;
}
#woosq-popup .product_meta a {
  text-decoration: underline;
}
#woosq-popup .thumbnails .slick-track {
  max-height: 600px;
}
#woosq-popup .thumbnails .slick-arrow {
  background: var(--primary);
  border: 0;
}
#woosq-popup .thumbnails .slick-arrow:before {
  color: var(--accent);
}
#woosq-popup .thumbnails .slick-arrow:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}
#woosq-popup .thumbnails .slick-arrow:hover:before {
  color: #fff;
}
#woosq-popup .thumbnails button {
  box-shadow: none;
}
#woosq-popup .thumbnail img {
  max-height: 560px;
}

.mfp-woosq .mfp-close:before {
  background: #f1f1f1;
}

/**
 * Wishlist
 */
.woosw-list .woosw-content-mid-notice {
  text-align: center;
  color: var(--accent);
  font-size: 18px;
  padding: 30px 0 80px;
}
.woosw-list .woosw-content-mid-notice:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e036";
  text-align: center;
  display: block;
  font-size: 120px;
  color: var(--light);
  line-height: 1;
  margin-bottom: 30px;
}
.woosw-list table.woosw-content-items thead th {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 20px;
}
@media (max-width: 767px) {
  .woosw-list table.woosw-content-items thead {
    display: none;
  }
}
.woosw-list table.woosw-content-items tr.woosw-content-item {
  border-top: 1px solid var(--border);
}
@media (max-width: 767px) {
  .woosw-list table.woosw-content-items tr.woosw-content-item {
    display: block;
    padding-left: 120px;
    position: relative;
  }
}
.woosw-list table.woosw-content-items tr.woosw-content-item td {
  background: transparent;
  padding: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .woosw-list table.woosw-content-items tr.woosw-content-item td {
    padding: 10px 0;
    text-align: right;
    display: block;
    border: none;
    border-bottom: 1px solid;
    border-color: var(--border);
  }
  .woosw-list table.woosw-content-items tr.woosw-content-item td:last-child {
    border: none;
  }
  .woosw-list table.woosw-content-items tr.woosw-content-item td:before {
    content: attr(data-title);
    float: left;
  }
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--image {
  width: 120px;
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--image img {
  height: auto;
}
@media (max-width: 767px) {
  .woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--image {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0;
    border: 0;
    width: 100px;
  }
  .woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--image img {
    width: 100px;
  }
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--title a {
  color: var(--accent);
  font-weight: 600;
  font-size: 16px;
  box-shadow: none;
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--title a:hover {
  color: var(--primary);
}
@media (max-width: 767px) {
  .woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--title {
    text-align: left;
    padding-right: 30px;
  }
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
  color: var(--primary);
  font-weight: 500;
  font-size: 16px;
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--price del {
  font-size: 12px;
  font-weight: 400;
  color: var(--light);
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--stock {
  color: var(--primary);
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--add p.add_to_cart_inline {
  padding: 0 !important;
  border: none !important;
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--add p.add_to_cart_inline > a {
  display: inline-block;
  color: var(--accent);
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 767px) {
  .woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--add p.add_to_cart_inline > a {
    display: block;
    text-align: center;
  }
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--remove {
  width: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--remove {
    width: 30px;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0;
    border: none;
  }
}
.woosw-list .woosw-actions {
  margin-bottom: 2.2906835em;
}

#woosw_copy_btn {
  padding: 0;
  background-color: transparent;
  color: var(--primary);
  border: none;
  margin-left: 10px;
  text-decoration: underline;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
  padding: 15px;
  border: 1px solid var(--border);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
  color: var(--accent);
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a:hover {
  color: var(--primary_hover);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .tr-additional td {
  vertical-align: top;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-additional td:not(.td-label) {
  padding: 0;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
  max-width: 150px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
  padding: 15px;
  border: 1px solid var(--border);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-label {
  font-weight: 600;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes {
  table-layout: auto !important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
  border: none !important;
  background: none !important;
  padding: 10px !important;
}
@media (max-width: 768px) {
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td {
    padding-top: 0 !important;
    display: block;
  }
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
    display: block;
    padding-bottom: 0 !important;
  }
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del {
  text-decoration: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del .amount {
  text-decoration: line-through;
  color: var(--light);
  font-size: 14px;
  font-weight: 500;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .amount {
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  ul.order_details {
    margin: 3.706325903em auto;
  }
  ul.order_details li {
    width: 22.5806451613%;
    float: left;
    margin-right: 3.2258064516%;
    border-left-style: solid;
    border-left-width: 1px;
  }
  ul.order_details li:first-child {
    border: 0;
  }
  ul.order_details li:last-child {
    float: right;
    margin-right: 0;
  }
  ul.order_details li:last-child::before, ul.order_details li:last-child::after {
    content: "";
    display: table;
  }
  ul.order_details li:last-child::after {
    clear: both;
  }

  .demo_store {
    bottom: 0;
  }
  .demo_store a.woocommerce-store-notice__dismiss-link {
    background: rgba(0, 0, 0, 0.1);
    float: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41575em;
  }

  /**
   * Responsive tables
   */
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
  table.shop_table_responsive tr.woocommerce-shipping-totals td {
    width: 60%;
  }

  /**
   * Header Elements
   */
  .site-header-cart {
    position: relative;
  }
  .site-header-cart .cart-contents {
    display: flex;
    align-items: center;
    position: relative;
    text-indent: 0;
  }
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    margin-top: 20px;
    top: 100%;
    width: 320px;
    z-index: 999999;
    right: -999em;
    display: block;
    border-width: 2px;
    border-style: solid;
  }
  .site-header-cart .widget_shopping_cart:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
  }
  .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget {
    height: 0;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
    text-align: left;
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    right: 0;
    display: block;
  }
  .site-header-cart:hover .widget_shopping_cart .product_list_widget, .site-header-cart.focus .widget_shopping_cart .product_list_widget {
    height: auto;
  }

  .site-search {
    display: block;
  }
  .site-search form {
    margin: 0;
  }

  /**
   * Reset mobile product styles
   */
  ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
    clear: none;
    width: 100%;
  }

  /**
   * Main content area (adjacent to sidebar) product layout
   */
  ul.products.columns-1 li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.products.columns-2 li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ul.products.columns-3 li.product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ul.products.columns-4 li.product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ul.products.columns-5 li.product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  ul.products.columns-6 li.product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .woocommerce.columns-tablet-1 ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce.columns-tablet-2 ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce.columns-tablet-3 ul.products li.product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .woocommerce.columns-tablet-4 ul.products li.product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .woocommerce.columns-tablet-5 ul.products li.product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .woocommerce.columns-tablet-6 ul.products li.product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /**
   * Single product page
   */
  .single-product div.product .images {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
    margin-bottom: 3.706325903em;
  }
  .single-product div.product .images .thumbnails::before, .single-product div.product .images .thumbnails::after {
    content: "";
    display: table;
  }
  .single-product div.product .images .thumbnails::after {
    clear: both;
  }
  .single-product div.product .images .thumbnails a.zoom {
    width: 22.5806451613%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .single-product div.product .images .thumbnails a.zoom.last {
    float: right;
    margin-right: 0;
  }
  .single-product div.product .woocommerce-product-gallery {
    margin-right: 0;
    float: left;
    margin-bottom: 3.706325903em;
  }
  .single-product div.product .summary {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }
  .single-product div.product .woocommerce-tabs {
    clear: both;
  }
  .single-product #reviews .comment-form-author,
.single-product #reviews .comment-form-email {
    flex: 50%;
    max-width: 50%;
  }
  .single-product #reviews .comment-form-email {
    margin-right: 0;
  }

  #reviews .comment-form-email {
    margin-right: 0;
  }

  /**
   * Cart
   */
  .woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
    border-bottom: 0;
    padding-bottom: 0;
  }

  table.cart th,
table.cart td {
    padding: 15px 15px 15px 0;
  }
  table.cart .qty {
    padding: 0.875em;
    max-width: 3.632em;
  }
  table.cart td.product-remove {
    display: table-cell;
    padding: 1.618em 0 1.618em 1.618em;
    border: 0;
    width: 5%;
  }
  table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto;
    font-size: 1em;
    box-shadow: none;
  }
  table.cart td.product-thumbnail {
    width: 14%;
  }
  table.cart td.product-name {
    width: 30%;
  }
  table.cart td.product-price {
    width: 16%;
  }
  table.cart td.product-subtotal {
    padding: 1.618em 1.618em 1.618em 0;
    width: 16%;
  }
  table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
    display: inline-block;
  }
  table.cart .quantity .qty {
    padding: 0.6180469716em;
  }
  table.cart td.actions {
    text-align: right;
  }
  table.cart td.actions label {
    display: none;
  }
  table.cart td.actions .coupon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    float: left;
  }
  table.cart td.actions input {
    display: inline-block;
    width: auto;
    margin: 0;
  }

  .cart-collaterals::before, .cart-collaterals::after {
    content: "";
    display: table;
  }
  .cart-collaterals::after {
    clear: both;
  }
  .cart-collaterals .cross-sells {
    width: 42.0289855072%;
    float: left;
    margin-right: 4.347826087%;
  }
  .cart-collaterals .shipping_calculator {
    width: 53.6231884058%;
    float: right;
    margin-right: 0;
    margin: 0;
    clear: right;
  }
  .cart-collaterals .cart_totals small.includes_tax {
    display: block;
  }
  .cart-collaterals .shipping_calculator {
    clear: right;
  }

  /**
   * Wishlist
   */
  table.wishlist_table .wishlist-items-wrapper tr td.product-name a.yith-wcqv-button {
    display: none;
  }

  /**
   * Checkout
   */
  #ship-to-different-address {
    position: relative;
  }
  #ship-to-different-address label {
    font-weight: 300;
  }
  #ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 0;
  }

  .col2-set {
    width: 53.6231884058%;
    float: left;
    margin-right: 4.347826087%;
  }
  .col2-set .form-row-first {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .col2-set .form-row-last {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }
  .col2-set .col-1,
.col2-set .col-2 {
    margin-bottom: 1.618em;
  }
  .col2-set + #customer_details {
    display: none;
  }
  .col2-set .woocommerce-billing-fields::before, .col2-set .woocommerce-billing-fields::after {
    content: "";
    display: table;
  }
  .col2-set .woocommerce-billing-fields::after {
    clear: both;
  }
  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }

  #customer_details + #wc_checkout_add_ons {
    width: 42.0289855072%;
    float: right;
    margin-right: 0;
  }

  #wc_checkout_add_ons input[type=radio] {
    float: left;
    margin-right: 0.5407911001em;
    clear: left;
    margin-top: 0.35em;
  }

  #order_review {
    width: 42.0289855072%;
    float: right;
    margin-right: 0;
    clear: right;
  }

  #order_review {
    transition: box-shadow ease 0.4s;
  }

  .woocommerce-order-pay #order_review {
    width: 100%;
    float: none;
  }
  .woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em;
  }
  .woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .payment_methods + .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em;
  }

  /**
   * My Account
   */
  table + .addresses {
    margin-top: 1.618em;
  }

  #customer_login .u-column1,
#customer_login .u-column2 {
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    padding: 30px 40px 20px;
  }
  #customer_login .u-column1 a,
#customer_login .u-column2 a {
    color: var(--secondary);
  }
  #customer_login .u-column1 a:hover,
#customer_login .u-column2 a:hover {
    color: var(--secondary_hover);
  }

  .col2-set#customer_login {
    width: 100%;
    margin: 0;
  }
  .col2-set#customer_login .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .col2-set#customer_login .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }

  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set.addresses .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .col2-set.addresses .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }

  .woocommerce-MyAccount-navigation {
    width: 26.8817204301%;
    float: left;
    margin-right: 3.2258064516%;
  }

  .woocommerce-MyAccount-content {
    width: 69.8924731183%;
    float: right;
    margin-right: 0;
  }

  .addresses header.title::before, .addresses header.title::after {
    content: "";
    display: table;
  }
  .addresses header.title::after {
    clear: both;
  }
  .addresses header.title a {
    float: right;
  }
  .addresses header.title h3 {
    float: left;
  }

  /**
   * General WooCommerce Components
   */
  .form-row-first {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
    clear: both;
  }

  .form-row-last {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }

  /**
   * Single Product Pagination
   */
  /**
   * Sticky Add to Cart
   */
  .rbpazt-sticky-add-to-cart {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    transform: translate3d(0, 100%, 0);
    padding: 10px 1em;
    overflow: hidden;
    zoom: 1;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
  .rbpazt-sticky-add-to-cart--slideInDown {
    animation-name: slideInDown;
  }
  .rbpazt-sticky-add-to-cart--slideOutUp {
    animation-name: slideOutUp;
  }
  .rbpazt-sticky-add-to-cart__content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rbpazt-sticky-add-to-cart__content-title {
    display: block;
  }
  .rbpazt-sticky-add-to-cart__content-price {
    margin-right: 0.875em;
  }
  .rbpazt-sticky-add-to-cart__content-button {
    margin-left: auto;
    padding-top: 0.86em;
    padding-bottom: 0.86em;
  }
  .rbpazt-sticky-add-to-cart img {
    max-width: 60px;
    margin: 0 1.41575em 0 0;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .rbpazt-sticky-add-to-cart .star-rating {
    display: inline-block;
    margin: 0;
    vertical-align: sub;
  }

  /**
   * Quick View
   */
  #yith-quick-view-modal.open .product-title {
    margin-top: -0.2333em;
    font-size: 30px;
  }

  #yith-quick-view-close {
    top: 10px;
    right: 10px;
    text-indent: -9999px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  body:not(.page-template-template-fullwidth-php) table.cart td,
body:not(.page-template-template-fullwidth-php) table.cart th {
    padding: 1em;
  }
}
@media (min-width: 911px) {
  .woocommerce-cart-form {
    width: 65.5913978495%;
    float: left;
    margin-right: 3.2258064516%;
  }

  .cart-collaterals {
    width: 31.1827956989%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .woocommerce.columns-1 ul.products li.product {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce.columns-2 ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce.columns-3 ul.products li.product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .woocommerce.columns-4 ul.products li.product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .woocommerce.columns-5 ul.products li.product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .woocommerce.columns-6 ul.products li.product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.elementor-element.elementor-products-grid .woocommerce ul.products li.product {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

ul.products li.product.product-style-default .star-rating,
.wc-block-grid__products li.product.product-style-default .star-rating {
  font-size: 11px;
  margin-bottom: 10px;
}

.elementor-widget-rbpazt-products ul.products .product-block-list .woocommerce-loop-product__title {
  margin-top: 0;
}
.elementor-widget-rbpazt-products ul.products .product-block-list .star-rating {
  margin-left: 0;
  margin-right: 0;
}
.product-block-list.product-block-list-1 {
  padding: 15px 0;
}
.product-block-list.product-block-list-1 .product-caption {
  display: flex;
}
.product-block-list.product-block-list-1 .caption-left {
  padding-right: 15px;
  max-width: 110px;
}
.product-block-list.product-block-list-1 .caption-left img {
  border-radius: 12px;
}
.product-block-list.product-block-list-1 .caption-right {
  flex: 1;
  padding-right: 15px;
}
.product-block-list.product-block-list-1 .caption-right .price {
  font-size: 15px;
}
.product-block-list.product-block-list-1 .caption-right .woocommerce-loop-product__title {
  margin-top: 5px;
}
.product-block-list.product-block-list-1 .caption-right .woocommerce-loop-product__title + .star-rating {
  margin-bottom: 5px;
  margin-top: -5px;
  font-size: 12px;
}
.product-block-list .shop-action button:before {
  color: var(--accent);
}
.product-block-list .shop-action button:hover:before {
  color: #fff;
}

.time-sale {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.time-sale .deal-text {
  color: var(--accent);
  font-weight: 400;
  margin-right: 10px;
}
.time-sale .rbpazt-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  color: var(--primary);
}
.time-sale .countdown-item {
  position: relative;
}
.time-sale .countdown-item + .countdown-item {
  margin-left: 3px;
}
.time-sale .countdown-item:first-child:before {
  content: none;
}
.time-sale .countdown-item:before {
  content: "\3a";
}
.time-sale .countdown-item .countdown-label {
  margin-left: -3px;
}

.products-list-default .product-block-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  transition: all ease 0.4s;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid var(--border);
}
.products-list-default .product-block-list h2,
.products-list-default .product-block-list h3,
.products-list-default .product-block-list .woocommerce-loop-product__title,
.products-list-default .product-block-list .wc-block-grid__product-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}
.products-list-default .product-block-list h2 a,
.products-list-default .product-block-list h3 a,
.products-list-default .product-block-list .woocommerce-loop-product__title a,
.products-list-default .product-block-list .wc-block-grid__product-title a {
  color: var(--accent);
}
.products-list-default .product-block-list h2 a:hover,
.products-list-default .product-block-list h3 a:hover,
.products-list-default .product-block-list .woocommerce-loop-product__title a:hover,
.products-list-default .product-block-list .wc-block-grid__product-title a:hover {
  color: var(--primary);
}
.products-list-default .product-block-list .star-rating {
  margin-bottom: 5px;
}
.products-list-default .product-block-list .price {
  font-size: 18px;
  display: block;
  font-weight: 700;
  line-height: 26px;
  color: var(--secondary);
  margin-bottom: 10px;
}
.products-list-default .product-block-list .price del {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
}
.products-list-default .product-block-list .price del + ins {
  margin-left: 0.327em;
}
.products-list-default .product-block-list .product-transition {
  flex: 0 0 265px;
  margin: 0 30px 0 0;
}
@media (max-width: 568px) {
  .products-list-default .product-block-list .product-transition {
    flex: unset;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.products-list-default .product-block-list .shop-action {
  display: flex;
  flex-wrap: wrap;
  position: static;
  justify-content: flex-start;
  transform: translateY(0%);
  opacity: 1;
}
.products-list-default .product-block-list .shop-action .woosc-btn,
.products-list-default .product-block-list .shop-action .woosq-btn,
.products-list-default .product-block-list .shop-action .woosw-btn,
.products-list-default .product-block-list .shop-action a[class*=product_type_] {
  margin: 0 10px 0 0;
  border-radius: 3px;
}
.products-list-default .product-block-list .short-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 14px;
}
.products-list-default .product-block-list .short-description ul {
  margin-left: 0;
}
.products-list-default .product-block-list .product-caption {
  flex: 1;
}
.products-list-default .product-block-list a[class*=product_type_] {
  font-weight: 700;
  padding-top: 9px;
  padding-bottom: 9px;
  border: none;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.products-list-default .product-block-list a[class*=product_type_].loading:after {
  color: #000;
}
.products-list-default .product-block-list a[class*=product_type_].loading::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065";
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
.products-list-default .product-block-list a[class*=product_type_]:hover {
  border-color: var(--accent);
  background-color: var(--accent);
  color: #fff;
}
.products-list-default .product-block-list:hover .product-img-wrap .inner {
  -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.products-list-default .product-block-list:hover .product-img-wrap.bottom-to-top .inner {
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.products-list-default .product-block-list:hover .product-img-wrap.top-to-bottom .inner {
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.products-list-default .product-block-list:hover .product-img-wrap.left-to-right .inner {
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.products-list-default .product-block-list:hover .product-img-wrap.right-to-left .inner {
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.products-list-default .product-block-list:hover .product-img-wrap.swap .product-image {
  opacity: 0;
}
.products-list-default .product-block-list:hover .product-img-wrap.swap .product-image img {
  transform: rotateY(180deg);
}
.products-list-default .product-block-list:hover .product-img-wrap.swap .product-image.second-image {
  opacity: 1;
}
.products-list-default .product-block-list:hover .product-img-wrap.swap .product-image.second-image img {
  transform: rotateY(0deg);
}
.products-list-default .product-block-list:hover .product-img-wrap.fade .product-image {
  opacity: 0;
}
.products-list-default .product-block-list:hover .product-img-wrap.fade .product-image.second-image {
  opacity: 1;
}
.products-list-default .product-block-list:hover .product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(1);
}
.products-list-default .product-block-list:hover .product-img-wrap.zoom-out .product-image {
  transform: scale(0);
}
.products-list-default .product-block-list:hover .product-img-wrap.zoom-out .product-image.second-image {
  transform: scale(1);
}
.products-list-default li.product:hover .product-block-list .shop-action {
  transform: translateY(0);
  opacity: 1;
}

ul.products-list.products-list-default {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
ul.products-list.products-list-default li.product {
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.widget_product_search {
  position: relative;
}

.ajax-search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 0 30px;
  z-index: 999;
  max-height: 500px;
  overflow-y: scroll;
}

.product-item-search {
  padding: 10px 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
}
.product-item-search .product-link {
  display: flex;
}
.product-item-search .product-link img {
  width: 60px;
  margin-right: 15px;
}
.product-item-search .product-title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  font-weight: 500;
}
.product-item-search:last-child {
  border-bottom: none;
}
.product-item-search .amount {
  font-size: 14px;
}

.ajax-search .site-header-search .button-search-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  width: 100%;
  height: unset;
}
.ajax-search .site-header-search i {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--accent);
}
.ajax-search .site-header-search .content {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: var(--accent);
}
.ajax-search .site-header-search:hover i {
  color: var(--accent);
}

.rbpazt-wishlist-content.loadding {
  position: relative;
}
.rbpazt-wishlist-content.loadding::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}

.site-wishlist-side .wishlist-side-wrap-content {
  margin-bottom: 0;
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 20px 30px 30px;
}
.site-wishlist-side .wishlist-side-wrap-content .woosw-content-item--image img {
  border: 2px dashed var(--border);
}
.site-wishlist-side .rbpazt-wishlist-content-scroll {
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 15px;
  margin-right: -15px;
}
.site-wishlist-side .rbpazt-wishlist-content-scroll .rbpazt-wishlist-content {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
}
.site-wishlist-side .rbpazt-wishlist-bottom {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.site-wishlist-side .rbpazt-wishlist-bottom a.button {
  display: block;
  text-align: center;
}
.site-wishlist-side .woosw-items .woosw-item--actions {
  display: none;
}
.site-wishlist-side .woosw-popup-content-bot,
.site-wishlist-side .woosw-popup-content-top {
  display: none;
}

#woosw-area {
  display: none !important;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  font-size: 0;
  color: var(--light);
}

.rbpazt-wishlist-content.loadding {
  position: relative;
}
.rbpazt-wishlist-content.loadding::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
.rbpazt-wishlist-content .woosw-items .woosw-item {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.rbpazt-wishlist-content .woosw-items .woosw-item:last-child {
  border-bottom: 0;
}
.rbpazt-wishlist-content .woosw-items .woosw-item .woosw-item-inner {
  display: flex;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--remove {
  order: 4;
  padding-left: 10px;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--remove span {
  cursor: pointer;
  position: relative;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--remove span:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "";
  font-size: 18px;
  margin-top: -6px;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--remove span:hover {
  color: red;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--remove span.removing:before {
  opacity: 0;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--remove span.removing::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--image {
  padding-right: 1em;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--image img {
  max-width: 90px;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--info {
  flex: 1 1 auto;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--info .woosw-item--name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 22px;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--info .woosw-item--name a {
  color: var(--accent);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--info .woosw-item--name a:hover {
  color: var(--primary);
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--info .woosw-item--price {
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 3px;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--info .woosw-item--price del {
  font-weight: 400;
  color: var(--light);
  font-size: 12px;
}
.rbpazt-wishlist-content .woosw-items div.woosw-item--info .woosw-item--time {
  font-size: 14px;
  font-weight: 400;
  color: var(--light);
}

.rbpazt-list-coupons a {
  text-decoration: none;
}
.rbpazt-list-coupons a.coupon-selected .coupon-info, .rbpazt-list-coupons a:hover .coupon-info {
  border: 1px solid var(--primary);
}
.progressing .rbpazt-list-coupons a {
  pointer-events: none;
  opacity: 0.6;
}
.rbpazt-list-coupons .coupon-info {
  background-color: var(--background2);
  color: var(--text);
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 15px;
  border: 1px solid var(--border);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rbpazt-list-coupons .coupon-info > div {
  margin: 5px;
}
.rbpazt-list-coupons .coupon-info .coupon-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
  margin: 5px;
  line-height: 1.2;
}
.rbpazt-list-coupons .coupon-info .coupon-code-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
.rbpazt-list-coupons .coupon-info .coupon-code-wrap .coupon-code {
  border: 1px dashed #9d9d9d;
  background-color: #f1f1f1;
  padding: 5px 11px 5px 15px;
  margin: 5px 10px 5px 0;
  letter-spacing: 4px;
  color: var(--primary);
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.rbpazt-modal.modal-coupon {
  --modal-index: 999;
}
.rbpazt-modal.modal-coupon .coupons-not-found {
  margin-bottom: 0 !important;
}

.rbpazt-apply-coupon-btn {
  margin-top: 5px;
  display: inline-flex;
}
.rbpazt-apply-coupon-btn i {
  margin-right: 5px;
}

.minicart-coupons {
  padding: 0 15px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.minicart-coupons .rbpazt-icon-coupon {
  font-size: 20px;
}
.minicart-coupons .coupon-form {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px 0;
}
.minicart-coupons .coupon-form .coupon-input {
  flex-grow: 1;
  background-color: transparent;
  box-shadow: none;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  color: #222222;
  height: 34px;
  min-height: 34px;
  line-height: 34px;
  border-radius: 0;
}
.minicart-coupons .coupon-form .coupon-button {
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  color: #222222;
  height: 34px;
  line-height: 34px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #222222;
  border-radius: 0;
  box-shadow: none;
}
.minicart-coupons .coupon-form .coupon-button:hover {
  background: transparent;
}
.minicart-coupons .rbpazt-btn-wrapper {
  margin-bottom: 5px;
}
.minicart-coupons .coupon-added {
  display: flex;
  justify-content: space-between;
}
.minicart-coupons .coupon-added .coupon-added-left .coupon-remove {
  width: 20px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}
.minicart-coupons .coupon-added .coupon-added-right {
  font-weight: 500;
  color: var(--accent);
}

@keyframes freeshipping-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.rbpazt-freeshipping .inner-text {
  text-align: center;
}
.rbpazt-freeshipping .inner-text span {
  background: var(--primary);
  color: var(--accent);
}
.rbpazt-freeshipping .freeshipping-progress {
  margin-bottom: 15px;
}
.rbpazt-freeshipping .freeshipping-progress .progress-bar {
  position: relative;
  height: 16px;
  background: #f1f1f1;
  border-radius: 8px;
}
.rbpazt-freeshipping .freeshipping-progress .progress-value {
  max-width: 100%;
  position: absolute;
  height: 100%;
  border-radius: 8px;
  left: 0;
  top: 0;
  color: #fff;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
}
.rbpazt-freeshipping .freeshipping-progress .progress-value span {
  position: relative;
  z-index: 1;
}
.rbpazt-freeshipping .freeshipping-progress .progress-value:before {
  z-index: 0;
  content: "";
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  animation: freeshipping-progress 1.2s 0.3s;
  animation-fill-mode: forwards;
  height: 16px;
}
.widget_shopping_cart .rbpazt-freeshipping {
  padding: 30px 30px 15px;
  background: var(--backgroun2);
  line-height: 20px;
  font-size: 12px;
  border-top: 1px solid var(--border);
}

.rbpazt-free-shipping-label {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.rbpazt-free-shipping-label .label {
  font-weight: 500;
  color: var(--accent);
  margin-right: 5px;
  display: inline-block;
}
.rbpazt-free-shipping-label i {
  color: var(--accent);
  margin-right: 7px;
  width: 30px;
}
.rbpazt-free-shipping-label .amount {
  margin-left: 3px;
  color: var(--primary);
}

/*# sourceMappingURL=woocommerce.css.map *//**
* Theme Name: RBpazt Child
* Description: This is a child theme of RBpazt, generated by Merlin WP.
* Author: <a href="https://leebrosus.com/">HP</a>
* Template: rbpazt
* Version: 1.9.3
*//*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//fortin-bypass.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}