/*!/wp-content/themes/xstore-child/style-rtl.css*/
/*===================================
=            RTL Styling            =
===================================*/
body {
  direction: rtl;
}
@media only screen and (min-width: 1200px) {
  body.rtl .vc_col-lg-offset-1,
  body.rtl .vc_col-lg-offset-2,
  body.rtl .vc_col-lg-offset-3,
  body.rtl .vc_col-lg-offset-4,
  body.rtl .vc_col-lg-offset-5,
  body.rtl .vc_col-lg-offset-6,
  body.rtl .vc_col-lg-offset-7,
  body.rtl .vc_col-lg-offset-8,
  body.rtl .vc_col-lg-offset-9,
  body.rtl .vc_col-lg-offset-10,
  body.rtl .vc_col-lg-offset-11,
  body.rtl .vc_col-lg-offset-12 {
    margin-left: 0 !important;
  }
  body.rtl .vc_col-lg-offset-1 {
    margin-right: 8.33333333%;
  }
  body.rtl .vc_col-lg-offset-2 {
    margin-right: 16.66666667%;
  }
  body.rtl .vc_col-lg-offset-3 {
    margin-right: 25%;
  }
  body.rtl .vc_col-lg-offset-4 {
    margin-right: 33.33333333%;
  }
  body.rtl .vc_col-lg-offset-5 {
    margin-right: 41.66666667%;
  }
  body.rtl .vc_col-lg-offset-6 {
    margin-right: 50%;
  }
  body.rtl .vc_col-lg-offset-7 {
    margin-right: 58.33333333%;
  }
  body.rtl .vc_col-lg-offset-8 {
    margin-right: 66.66666667%;
  }
  body.rtl .vc_col-lg-offset-9 {
    margin-right: 75%;
  }
  body.rtl .vc_col-lg-offset-10 {
    margin-right: 83.33333333%;
  }
  body.rtl .vc_col-lg-offset-11 {
    margin-right: 91.66666667%;
  }
  body.rtl .vc_col-lg-offset-12 {
    margin-right: 100%;
  }
}
@media (min-width: 993px) {
  .languages-area {
    float: right;
  }
  .rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
  #lang_sel a.lang_sel_sel:after {
    right: auto !important;
    left: 10px !important;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: right;
  }
  .col-md-pull-1 {
    right: -8.33333333%;
  }
  .col-md-pull-2 {
    right: -16.66666667%;
  }
  .col-md-pull-3 {
    right: -25%;
  }
  .col-md-pull-4 {
    right: -33.33333333%;
  }
  .col-md-pull-5 {
    right: -41.66666667%;
  }
  .col-md-pull-6 {
    right: -50%;
  }
  .col-md-pull-7 {
    right: -58.33333333%;
  }
  .col-md-pull-8 {
    right: -66.66666667%;
  }
  .col-md-pull-9 {
    right: -75%;
  }
  .col-md-pull-10 {
    right: -83.33333333%;
  }
  .col-md-pull-11 {
    right: -91.66666667%;
  }
  .col-md-pull-12 {
    right: -100%;
  }
  .col-md-push-1 {
    left: -8.33333333%;
  }
  .col-md-push-2 {
    left: -16.66666667%;
  }
  .col-md-push-3 {
    left: -25%;
  }
  .col-md-push-4 {
    left: -33.33333333%;
  }
  .col-md-push-5 {
    left: -41.66666667%;
  }
  .col-md-push-6 {
    left: -50%;
  }
  .col-md-push-7 {
    left: -58.33333333%;
  }
  .col-md-push-8 {
    left: -66.66666667%;
  }
  .col-md-push-9 {
    left: -75%;
  }
  .col-md-push-10 {
    left: -83.33333333%;
  }
  .col-md-push-11 {
    left: -91.66666667%;
  }
  .col-md-push-12 {
    left: -100%;
  }
  body.rtl .vc_col-md-offset-1,
  body.rtl .vc_col-md-offset-2,
  body.rtl .vc_col-md-offset-3,
  body.rtl .vc_col-md-offset-4,
  body.rtl .vc_col-md-offset-5,
  body.rtl .vc_col-md-offset-6,
  body.rtl .vc_col-md-offset-7,
  body.rtl .vc_col-md-offset-8,
  body.rtl .vc_col-md-offset-9,
  body.rtl .vc_col-md-offset-10,
  body.rtl .vc_col-md-offset-11,
  body.rtl .vc_col-md-offset-12 {
    margin-left: 0 !important;
  }
  body.rtl .vc_col-md-offset-1 {
    margin-right: 8.33333333%;
  }
  body.rtl .vc_col-md-offset-2 {
    margin-right: 16.66666667%;
  }
  body.rtl .vc_col-md-offset-3 {
    margin-right: 25%;
  }
  body.rtl .vc_col-md-offset-4 {
    margin-right: 33.33333333%;
  }
  body.rtl .vc_col-md-offset-5 {
    margin-right: 41.66666667%;
  }
  body.rtl .vc_col-md-offset-6 {
    margin-right: 50%;
  }
  body.rtl .vc_col-md-offset-7 {
    margin-right: 58.33333333%;
  }
  body.rtl .vc_col-md-offset-8 {
    margin-right: 66.66666667%;
  }
  body.rtl .vc_col-md-offset-9 {
    margin-right: 75%;
  }
  body.rtl .vc_col-md-offset-10 {
    margin-right: 83.33333333%;
  }
  body.rtl .vc_col-md-offset-11 {
    margin-right: 91.66666667%;
  }
  body.rtl .vc_col-md-offset-12 {
    margin-right: 100%;
  }
  .products-list .content-product .product-details {
    padding-right: 30px;
    padding-left: 0;
  }
  .products-list .product-details {
    text-align: right;
  }
  .single-product-sidebar.sidebar-right {
    border-left: none;
    border-right: 1px solid var(--et_border-color);
  }
  .single-product-sidebar.sidebar-left {
    border-left: 1px solid var(--et_border-color);
    border-right: none;
  }
}
blockquote {
  padding-right: 1.8em;
  padding-left: 0;
  border-left: none;
  border-right: 3px solid var(--et_dark-2-white-01);
}
.type-product ul,
.content ul,
.type-product ol,
.content ol {
  padding-left: 0;
  padding-right: 20px;
}
.wcml-dropdown > ul {
  padding: 0;
}
.nav-sublist-dropdown ul {
  padding-right: 0;
}
span.dropcap {
  float: right;
  margin-right: 0;
  margin-left: .34em;
}
ol.simple > li,
ol.active > li,
ol.squared > li {
  padding: .71em 2.14em .71em 0;
}
ol.simple > li:before,
ol.active > li:before,
ol.squared > li:before {
  left: auto;
  right: -0.71em;
}
ul.circle > li,
ul.square > li,
ul.arrow > li {
  padding-left: 0;
  padding-right: 1.43em;
}
ul.circle > li:before,
ul.square > li:before,
ul.arrow > li:before {
  left: auto;
  right: 0;
}
ul.arrow > li:before {
  content: "\f104";
  left: auto;
  right: .36em;
}
table th:first-child,
table td:first-child {
  padding-left: .71em;
  padding-right: 0;
}
table th:last-child,
table td:last-child {
  padding-right: .71em;
  padding-left: 0;
}
.wpcf7-form {
  text-align: right;
  direction: rtl;
}
.wpcf7-submit {
  float: right;
}
div.wpcf7 .ajax-loader {
  margin-right: 4px;
  margin-left: 0;
}
#cookie-notice {
  left: 1vw;
  right: auto;
}
@media screen and (min-width: 1200px) {
  .swiper-entry:hover .swiper-custom-right {
    left: -105px;
    right: inherit;
  }
  .swiper-entry:hover .swiper-custom-left {
    right: -105px;
  }
  .swiper-entry .swiper-custom-right {
    left: -65px;
    right: inherit;
  }
  .swiper-entry .swiper-custom-left {
    right: -65px;
    left: inherit;
  }
}
.swiper-custom-left,
.mpc-nav-preset--default .mpcslick-prev i {
  left: auto;
  right: -90px;
}
.swiper-entry:hover .swiper-custom-left,
.mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpcslick-prev i {
  left: auto;
  right: -60px;
}
.swiper-custom-right,
.mpc-nav-preset--default .mpcslick-next i {
  right: auto;
  left: -90px;
}
.swiper-entry:hover .swiper-custom-right,
.mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpcslick-next i {
  left: -60px;
  right: auto;
}
@media screen and (max-width: 480px) {
  .swiper-entry .swiper-custom-left,
  .swiper-entry:hover .swiper-custom-left {
    left: auto;
    right: 0;
  }
  .swiper-entry .swiper-custom-right,
  .swiper-entry:hover .swiper-custom-right {
    right: auto;
    left: 0;
  }
}
.swiper-custom-right:before,
.arrows-hovered .arrow-right:before,
.arrows-hovered > .swiper-container .swiper-custom-right:before,
.mpc-nav-preset--default .mpcslick-next i:before {
  content: '\e902';
}
.swiper-custom-left:before,
.arrows-hovered .arrow-left:before,
.arrows-hovered > .swiper-container .swiper-custom-left:before,
.mpc-nav-preset--default .mpcslick-prev i:before {
  content: '\e904';
}
.swiper-custom-right:after,
.mpc-nav-preset--default .mpcslick-next i:after {
  left: auto;
  right: -10px;
}
.swiper-custom-left:after,
.mpc-nav-preset--default .mpcslick-prev i:after {
  left: -10px;
  right: auto;
}
.arrows-hovered .arrow-right,
.arrows-hovered > .swiper-container .swiper-custom-right {
  right: auto !important;
  left: 0 !important;
  transform: translateX(-5px);
}
.arrows-hovered .arrow-right:hover,
.arrows-hovered > .swiper-container .swiper-custom-right:hover {
  transform: translateX(-3px);
}
.arrows-hovered .arrow-left,
.arrows-hovered > .swiper-container .swiper-custom-left {
  left: auto !important;
  right: 0 !important;
  transform: translateX(5px);
}
.arrows-hovered .arrow-left:hover,
.arrows-hovered > .swiper-container .swiper-custom-left:hover {
  transform: translateX(3px);
}
.vc_row-fluid[data-vc-stretch-content="true"] .swiper-entry .swiper-custom-right,
.vc_row-fluid[data-vc-stretch-content="true"] .swiper-entry:hover .swiper-custom-right {
  right: auto;
  left: 0;
}
.vc_row-fluid[data-vc-stretch-content="true"] .swiper-entry .swiper-custom-left,
.vc_row-fluid[data-vc-stretch-content="true"] .swiper-entry:hover .swiper-custom-left {
  left: auto;
  right: 0;
}
.arrows-long-path .arrow-left,
.arrows-long-path > .swiper-container .swiper-custom-left {
  transform: translateX(100%);
}
.arrows-long-path .arrow-right,
.arrows-long-path > .swiper-container .swiper-custom-right {
  transform: translateX(-100%);
}
.sidebar-slider .swiper-entry .swiper-custom-left,
.sidebar-slider .swiper-entry:hover .swiper-custom-left {
  right: auto;
  left: 20px;
}
.sidebar-slider .swiper-entry .swiper-custom-right,
.sidebar-slider .swiper-entry:hover .swiper-custom-right {
  right: auto;
  left: 0;
}
.arrows-effect-static .swiper-custom-left,
.arrows-effect-static:hover .swiper-custom-left {
  left: auto;
  right: 20px;
}
.arrows-effect-static .swiper-custom-right,
.arrows-effect-static:hover .swiper-custom-right {
  right: auto;
  left: 20px;
}
.mfp-close,
#cboxClose {
  right: auto !important;
  left: 0;
}
.posts-nav-btn {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.prev-post .post-info,
.next-post .post-info {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
select,
.select2.select2-container--default .select2-selection--single {
  padding: 0 1em 0 2.9em;
  background-position: 12px 50%;
}
.product_list_widget li .product-title,
.wishlist-dropdown li .product-title,
.sidebar-slider li .product-title {
  padding-right: 0;
  padding-left: 20px;
}
.et-blog .post-grid:nth-child(even):not(:first-of-type) {
  padding-right: 0;
  padding-left: 15px;
}
.et-blog .post-grid:nth-child(odd) {
  padding-left: 0;
  padding-right: 15px;
}
.et-blog .post-grid:first-child {
  padding-right: 0;
}
.filter-wrap .filter-content > *:last-child {
  margin-left: 0;
  margin-right: auto;
}
.filter-wrap .products-per-page form {
  margin-left: 0;
  margin-right: 15px;
}
.view-switcher > [class*=switch] ~ div:before {
  left: auto;
  right: -5px;
}
.open-filters-btn a {
  padding-left: 0;
  padding-right: 23px;
}
.open-filters-btn a i {
  left: auto;
  right: 0;
}
.shop-filters-area .sidebar-widget {
  float: right;
}
.onsale.left {
  left: auto;
  right: 20px;
}
.onsale.right {
  right: auto;
  left: 20px;
}
.product-images .onsale.left {
  left: auto;
  right: 35px;
}
.product-images .onsale.right {
  right: auto;
  left: 35px;
}
.products-list .content-product .star-rating {
  margin-left: auto;
  margin-right: 0;
}
.footer-product .button:before {
  margin-right: 0;
  margin-left: 5px;
}
.content-product .quantity {
  margin-right: unset!important;
  margin-left: 7px!important;
}
.product-view-default .et-wishlist-holder {
  right: auto !important;
  left: 18px;
}
.product-view-mask2 .footer-product {
  left: 0;
  right: auto;
  transform: translateX(-5px);
}
.product-view-light .show-quickly {
  margin-right: 0;
  margin-left: 10px;
}
.product-view-light .yith-wcwl-add-to-wishlist .loader-circular {
  left: auto;
  right: -6px;
}
.products-grid .product-view-light .st-swatch-in-loop,
.product-slide .product-view-light .st-swatch-in-loop,
.et-offer .product-view-light .st-swatch-in-loop,
.products-grid .product-view-light .light-left-side > *:first-child,
.product-slide .product-view-light .light-left-side > *:first-child,
.et-offer .product-view-light .light-left-side > *:first-child {
  padding-right: 0;
  padding-left: 42px;
}
.footer-product .et-wishlist-holder:after {
  left: auto;
  right: 0;
}
.footer-product .show-quickly:after {
  right: auto;
  left: 0;
}
/* et offer */
.et-offer.no-image .onsale,
.et-offer.no-image .sale-value {
  left: auto;
  right: 0;
}
.single-product-booking .product-side-information {
  float: left;
}
a.reset_variations {
  margin-left: 0;
  margin-right: 1rem;
}
.product_meta .wcml-dropdown a.wcml-cs-item-toggle {
  padding-right: 0;
}
.product_meta .products-page-cats a,
.product_meta .tagged_as a {
  padding-left: 0;
  padding-right: 2px;
}
.product_meta > span *:first-child,
.product_meta .products-page-cats a:first-child {
  padding-right: 3px;
  padding-left: 0;
}
.add_to_cart_button .loader-circular,
.show-quickly .loader-circular {
  left: auto;
  right: calc(50% - 15px);
}
@media only screen and (min-width: 650px) {
  .swiper-vertical-images .vertical-thumbnails {
    padding-right: 0;
    padding-left: 10px;
  }
  .swiper-vertical-images .vertical-thumbnails .swiper-custom-left {
    right: 0;
    left: auto !important;
  }
  .swiper-vertical-images .vertical-thumbnails .swiper-custom-right {
    left: 0;
    right: auto !important;
  }
}
.tabs .accordion-title a {
  padding-right: 0;
  padding-left: 14px;
}
.tabs .accordion-title a:after {
  right: auto;
  left: 0;
}
.widget_search input,
.widget_product_search input,
.woocommerce-product-search input {
  padding-right: 1.07em;
  padding-left: calc(2.642rem + 1.07em);
}
.widget_product_categories.sidebar-widget ul li > ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.children li > a,
.sidebar-widget ul li > ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li > a,
.sidebar-widget ul li > ul.sub-menu li > a {
  padding-left: 0;
  padding-right: 15px;
}
.widget_product_categories.sidebar-widget ul li > ul.children li ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.children li > a,
.sidebar-widget ul li > ul.children li ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li ul.children li > a,
.sidebar-widget ul li > ul.sub-menu li ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.children li ul.sub-menu li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.sub-menu li > a,
.sidebar-widget ul li > ul.children li ul.sub-menu li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.sub-menu li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li ul.sub-menu li > a,
.sidebar-widget ul li > ul.sub-menu li ul.sub-menu li > a {
  padding-left: 0;
  padding-right: 20px;
}
.widget_product_categories.sidebar-widget ul li > ul.children li ul.children ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.children ul.children li > a,
.sidebar-widget ul li > ul.children li ul.children ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.children ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li ul.children ul.children li > a,
.sidebar-widget ul li > ul.sub-menu li ul.children ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.children li ul.sub-menu ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.sub-menu ul.children li > a,
.sidebar-widget ul li > ul.children li ul.sub-menu ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.sub-menu ul.children li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li ul.sub-menu ul.children li > a,
.sidebar-widget ul li > ul.sub-menu li ul.sub-menu ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.children li ul.children ul.sub-menu li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.children ul.sub-menu li > a,
.sidebar-widget ul li > ul.children li ul.children ul.sub-menu li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.children ul.sub-menu li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li ul.children ul.sub-menu li > a,
.sidebar-widget ul li > ul.sub-menu li ul.children ul.sub-menu li > a,
.widget_product_categories.sidebar-widget ul li > ul.children li ul.sub-menu ul.sub-menu li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.sub-menu ul.sub-menu li > a,
.sidebar-widget ul li > ul.children li ul.sub-menu ul.sub-menu li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.sub-menu ul.sub-menu li > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.sub-menu li ul.sub-menu ul.sub-menu li > a,
.sidebar-widget ul li > ul.sub-menu li ul.sub-menu ul.sub-menu li > a {
  padding-left: 0;
  padding-right: 30px;
}
.widget_product_categories.sidebar-widget ul .open-this,
.wpb_widgetised_column .widget_product_categories ul .open-this,
.sidebar-widget ul .open-this,
.widget_product_categories.sidebar-widget ul .caret-icon,
.wpb_widgetised_column .widget_product_categories ul .caret-icon,
.sidebar-widget ul .caret-icon {
  right: auto;
  left: 0;
}
.widget_layered_nav_filters li.chosen a {
  padding: 0 24px 0 0 !important;
}
.widget_layered_nav_filters li.chosen a:before {
  left: auto;
  right: 0;
}
.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist-dropdown,
.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist ul {
  left: auto;
  right: 100%;
}
.menu-element:not(.horizontal).submenu-left .menu-item-has-children .nav-sublist-dropdown,
.menu-element:not(.horizontal).submenu-left .menu-item-has-children .nav-sublist ul {
  left: 100%;
  right: auto;
}
.menu-element .menu .menu-item-has-children > a:after {
  content: "\e902";
  right: auto;
  left: 0;
}
.menu-element.submenu-left .menu > li > a {
  padding-left: 10px;
  padding-right: 20px;
}
.menu-element.submenu-left .menu > li > a:after {
  left: auto;
  right: 0 !important;
}
.menu-element.submenu-left .menu .menu-item-has-children > a:after {
  content: "\e904";
}
.menu-element.submenu-left .menu .nav-sublist-dropdown li > a {
  padding-right: 3.5rem;
  padding-left: 1.9em;
}
.menu-element.submenu-left .menu .nav-sublist-dropdown li > a:after {
  left: auto;
  right: 2.5rem;
}
.woocommerce-pagination .et-right-arrow:before,
.etheme-pagination .et-right-arrow:before,
.dokan-pagination-container .dokan-pagination .et-right-arrow:before {
  content: "\e902";
}
.woocommerce-pagination .et-left-arrow:before,
.etheme-pagination .et-left-arrow:before,
.dokan-pagination-container .dokan-pagination .et-left-arrow:before {
  content: "\e904";
}
.dokan-pagination-container .dokan-pagination li:last-child,
.woocommerce-pagination li:last-child,
.etheme-pagination li:last-child {
  margin-right: 4px;
  margin-left: 0;
}
.dokan-pagination-container .dokan-pagination li:first-child,
.woocommerce-pagination li:first-child,
.etheme-pagination li:first-child {
  margin-left: 4px;
  margin-right: 0;
}
.etheme-pagination .next:before {
  content: '\e902';
}
.etheme-pagination .prev:before {
  content: '\e904';
}
.sb-infinite-scroll-loader img {
  margin-right: 0;
  margin-left: 10px;
}
.wc-layered-nav-term a,
.wc-layered-nav-rating a,
.etheme_widget_brands_filter li a,
.sidebar .st-swatch-preview .type-select a {
  padding: 0 24px 0 0 !important;
}
.wc-layered-nav-term a:before,
.wc-layered-nav-rating a:before,
.etheme_widget_brands_filter li:not(.all-items) a:before,
.sidebar .st-swatch-preview .type-select a:before {
  left: auto;
  right: 0;
}
.wc-layered-nav-term.chosen a:after,
.wc-layered-nav-rating.chosen a:after,
.etheme_widget_brands_filter .current-item:not(.all-items) a:after,
.sidebar .st-swatch-preview .type-select.selected a:after {
  left: auto;
  right: 1.5px;
}
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) .widget-title > span {
  padding-right: 0;
  padding-left: 25px;
}
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) .widget-title > span:after {
  right: auto;
  left: 0;
}
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > ul,
.s_widgets-open-close .shop-filters .sidebar-widget:not(.sidebar-slider) > ul,
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > .menu-element,
.s_widgets-open-close .shop-filters .sidebar-widget:not(.sidebar-slider) > .menu-element {
  padding-right: 0;
  padding-left: 10px;
}
.s_widgets-with-scroll .sidebar .cart-widget-products .remove,
.s_widgets-with-scroll .shop-filters .cart-widget-products .remove {
  right: auto;
  left: 5px;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) > ul,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) > ul,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) > .menu-element,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) > .menu-element {
  padding-right: 0 !important;
  padding-left: 10px;
}
.woocommerce-message,
.woocommerce-error,
.dokan-info,
.mc4wp-alert {
  padding-left: 1.2em !important;
  padding-right: calc(1.2em + 25px) !important;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.dokan-info .button,
.mc4wp-alert .button {
  float: left;
}
.woocommerce-message:before,
.woocommerce-error:before,
.dokan-info:before,
.mc4wp-alert:before {
  left: auto;
  right: 20px;
}
.woocommerce table.wishlist_table .product-add-to-cart {
  padding-left: 0;
  padding-right: .71em;
}
.cart-checkout-nav a:before {
  margin-right: 0;
  margin-left: 7px;
}
#shipping_method input[type="radio"] {
  margin-left: 0;
  margin-right: 8px;
}
.actions > div:first-child {
  padding-left: 15px;
  padding-right: 0;
}
.actions > div:last-child {
  padding-right: 15px;
  padding-left: 0;
}
.actions .to_open-coupon i {
  display: inline-block;
  margin-right: 0;
  margin-left: 5px;
}
.return-shop {
  margin-left: 15px;
  margin-right: 0;
}
.coupon input[type="submit"] {
  right: auto;
  left: 0;
}
.coupon input[type="text"] {
  padding-right: 1.07em;
  padding-left: 41px;
}
.woocommerce-form-login-toggle .woocommerce-info:before,
.woocommerce-form-coupon-toggle .woocommerce-info:before {
  margin-right: 0;
  margin-left: 5px;
}
.wpcf7-form-control.wpcf7-submit.submit {
  float: right;
}
.next-post .button:before {
  left: auto;
  right: -2px;
}
.prev-post .button:before {
  left: -2px;
  right: auto;
}
.wpcf7-form-control-wrap input {
  margin-left: auto;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
  left: auto;
  right: 0;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title {
  padding-left: 0;
  padding-right: 33px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  padding-left: 0;
  padding-right: 24.2px;
}
body.rtl #etheme-popup .checkbox-label {
  left: auto;
  right: 60px;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
  text-align: right;
}
.back-top {
  right: auto;
  left: 30px;
}
.back-top:not(.backIn) {
  transform: translateY(15px);
}
@media (min-width: 768px) {
  body.rtl .col-sm-1,
  body.rtl .col-sm-2,
  body.rtl .col-sm-3,
  body.rtl .col-sm-4,
  body.rtl .col-sm-5,
  body.rtl .col-sm-6,
  body.rtl .col-sm-7,
  body.rtl .col-sm-8,
  body.rtl .col-sm-9,
  body.rtl .col-sm-10,
  body.rtl .col-sm-11,
  body.rtl .col-sm-12 {
    float: right;
  }
  body.rtl .vc_col-sm-offset-1,
  body.rtl .vc_col-sm-offset-2,
  body.rtl .vc_col-sm-offset-3,
  body.rtl .vc_col-sm-offset-4,
  body.rtl .vc_col-sm-offset-5,
  body.rtl .vc_col-sm-offset-6,
  body.rtl .vc_col-sm-offset-7,
  body.rtl .vc_col-sm-offset-8,
  body.rtl .vc_col-sm-offset-9,
  body.rtl .vc_col-sm-offset-10,
  body.rtl .vc_col-sm-offset-11,
  body.rtl .vc_col-sm-offset-12 {
    margin-left: 0 !important;
  }
  body.rtl .vc_col-sm-offset-1 {
    margin-right: 8.33333333%;
  }
  body.rtl .vc_col-sm-offset-2 {
    margin-right: 16.66666667%;
  }
  body.rtl .vc_col-sm-offset-3 {
    margin-right: 25%;
  }
  body.rtl .vc_col-sm-offset-4 {
    margin-right: 33.33333333%;
  }
  body.rtl .vc_col-sm-offset-5 {
    margin-right: 41.66666667%;
  }
  body.rtl .vc_col-sm-offset-6 {
    margin-right: 50%;
  }
  body.rtl .vc_col-sm-offset-7 {
    margin-right: 58.33333333%;
  }
  body.rtl .vc_col-sm-offset-8 {
    margin-right: 66.66666667%;
  }
  body.rtl .vc_col-sm-offset-9 {
    margin-right: 75%;
  }
  body.rtl .vc_col-sm-offset-10 {
    margin-right: 83.33333333%;
  }
  body.rtl .vc_col-sm-offset-11 {
    margin-right: 91.66666667%;
  }
  body.rtl .vc_col-sm-offset-12 {
    margin-right: 100%;
  }
}
.quick-view-popup .product-information {
  right: auto;
  left: 0;
  padding-right: 15px;
  padding-left: 20px;
}
.my-account-link > ul {
  left: auto;
  right: -10px;
}
.quick-view-popup .quick-view-excerpts .excerpt-title {
  padding-right: 0;
  padding-left: 1em;
}
.quick-view-popup .quick-view-excerpts .excerpt-title:before {
  right: auto;
  left: 0;
}
.et_b_header-menu.et_element-top-level .menu > li > a i {
  margin-right: 0;
  margin-left: 5px;
}
.open-filters-btn {
  margin-right: 0;
  margin-left: 10px;
}
.et-follow-buttons a:first-child {
  margin-left: 7px !important;
  margin-right: 0;
}
.et-follow-buttons a:last-child {
  margin-right: 7px !important;
  margin-left: 0;
}
.et-follow-buttons.buttons-size-normal a:first-child {
  margin-left: 9px !important;
}
.et-follow-buttons.buttons-size-normal a:last-child {
  margin-right: 9px !important;
}
.et-follow-buttons.buttons-size-large a:first-child {
  margin-left: 10px !important;
}
.et-follow-buttons.buttons-size-large a:last-child {
  margin-right: 10px !important;
}
#lang_sel ul ul a {
  padding: 5px 15px 5px 0;
}
.price_slider_wrapper .price_slider_amount {
  text-align: right;
}
.price_slider_wrapper .button {
  float: left;
}
.widget_search button,
.widget_product_search button,
.woocommerce-product-search button {
  right: auto;
  left: 0;
}
.footer-bottom .footer-copyrights-right {
  text-align: left;
}
.footer-bottom .menu-element.horizontal .menu > li > a {
  border-right: none;
  border-left: 1px solid #393939;
}
.footer-bottom .footer-copyrights-right .menu-element.horizontal .menu li:last-child > a {
  padding-right: 1.07em;
  padding-left: 0;
  border-right: none;
  border-left: none;
}
.footer-bottom .footer-copyrights-right .menu-element.horizontal .menu li:first-child {
  padding-right: 0;
  border-right: none;
}
.topbar-widget.etheme_widget_socials .widget-title {
  margin-right: 0;
  margin-left: 5px;
}
.secondary-menu-wrapper .menu > li > a i {
  margin-right: 0;
  margin-left: 5px;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-top img,
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-center img,
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-bottom img {
  margin-right: 0;
  margin-left: 10px;
}
.et-secondary-menu-on .menu-wrapper.menu-align-left > .menu-main-container {
  margin-right: 0;
  margin-left: auto;
}
.et-secondary-menu-on .secondary-menu-wrapper .secondary-menu-toggle {
  margin-right: 0 !important;
  margin-left: 7px;
}
.et-secondary-menu-on .secondary-menu-wrapper .secondary-title::after {
  left: 3.1em;
  right: auto !important;
}
.et-secondary-menu-on .secondary-menu-wrapper .menu li.menu-item-has-children > a:before {
  content: '\e902';
  right: auto !important;
  left: 0;
}
.et-secondary-menu-on .secondary-menu-wrapper .menu > li > a {
  padding-right: 0;
  padding-left: 20px;
}
.et-secondary-menu-on .secondary-menu-wrapper .nav-sublist-dropdown {
  left: auto !important;
  right: 100% !important;
}
.page-heading .delimeter .et-icon:before {
  content: "\e902";
}
.woocommerce-MyAccount-navigation-wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.woocommerce-MyAccount-navigation-wrapper ul {
  padding-right: 0;
}
@media only screen and (min-width: 993px) {
  .woocommerce-MyAccount-navigation-wrapper,
  .woocommerce-MyAccount-content {
    float: right;
  }
  .woocommerce-MyAccount-navigation-wrapper {
    border-right: none;
    border-left: 1px solid var(--et_border-color);
  }
}
.bc-type-left2 .breadcrumbs,
.bc-type-left2 .woocommerce-breadcrumb,
.bc-type-left2 .bbp-breadcrumb {
  margin-right: 0;
  margin-left: .285em;
}
a.back-history {
  right: auto;
  left: 15px;
}
a.back-history:before {
  content: '\e904';
  left: auto;
  right: -22px;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  margin-left: 15px;
}
input[type="radio"] {
  margin-right: 0;
  margin-left: 4px;
}
.widget_layered_nav ul li .count {
  right: auto;
  left: 0;
}
.read-more:after {
  content: "\e902";
  right: auto;
  left: -12px;
}
.read-more:hover:after {
  right: auto;
  left: -20px;
}
.read-more:after {
  margin-left: 4px;
  margin-right: 0;
}
.post .meta-post .post-comments-count span:first-child {
  padding-left: 3px;
}
.post .content-article {
  text-align: right;
}
.post-grid .post-categories,
.blog-post .post-categories,
.post-header .post-categories {
  left: auto;
  right: 0;
}
.content-center .post-heading .entry-title,
.content-center .content-article {
  text-align: center;
}
.content-center .content-article .read-more {
  float: none;
}
.woocommerce-billing-fields #billing_first_name_field {
  float: right;
}
.woocommerce-billing-fields #billing_first_name {
  float: left;
}
.content-with-author .post-heading .author-info {
  margin-left: 15px;
  margin-right: 10px;
}
article.content-small .wp-picture,
article.content-chess .wp-picture,
article.content-small .post-gallery-slider,
article.content-chess .post-gallery-slider,
article.content-small .featured-audio,
article.content-chess .featured-audio,
article.content-small .featured-video,
article.content-chess .featured-video,
article.content-small .et_post-slider,
article.content-chess .et_post-slider {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.content-chess:nth-child(even) .wp-picture,
.content-chess:nth-child(even) .post-gallery-slider,
.content-chess:nth-child(even) .featured-audio,
.content-chess:nth-child(even) .featured-video,
.content-chess:nth-child(even) .et_post-slider {
  float: left;
  margin-left: 0;
  margin-right: 30px;
}
.content-framed .content-article .read-more {
  padding: 10px 20px 10px 40px;
}
.content-framed .content-article .read-more:after {
  right: auto;
  left: 12px;
}
article.content-timeline .meta-post-timeline {
  left: 0;
  right: -7.14rem;
}
article.content-timeline .timeline-content,
article.content-timeline2 .timeline-content,
article.content-timeline:before,
article.content-timeline2:before {
  left: auto;
  right: -4.5vw;
}
article.content-timeline2 .timeline-content {
  transform: translate(50%, -50%);
}
article.content-timeline2 .post-data {
  padding-left: 0;
  padding-right: 30px;
}
.sidebar-position-left article.content-timeline .timeline-content,
.sidebar-position-left article.content-timeline2 .timeline-content,
.sidebar-position-left article.content-timeline:before,
.sidebar-position-left article.content-timeline2:before {
  left: -4.5vw;
  right: auto;
}
.sidebar-position-left article.content-timeline2 .timeline-content {
  transform: translate(-50%, -50%);
}
.null-instagram-feed li a .insta-info span.insta-likes:before,
.null-instagram-feed li a .insta-info span.insta-comments:before {
  float: right;
  padding-right: 0;
  padding-left: 6px;
}
.et-mailchimp:not(.classic-button) input[type="submit"] {
  right: auto;
  left: 0;
  border-left: 1px solid;
  border-right: none;
}
.et-mailchimp.dark input[type="submit"] {
  border-right: none;
  border-left: 1px solid #e1e1e1;
}
.product_list_widget .product-list-image {
  float: right;
}
.product_list_widget .product-list-image img {
  margin-right: 0;
  margin-left: 20px;
}
.recent-posts-widget .post-comments:before,
.recent-posts-widget .post-date:before {
  margin-right: 0;
  margin-left: 5px;
}
.etheme_widget_entries_tabs .tabs .tab-title {
  margin-right: 0;
  margin-left: 15px;
}
.recent-posts-widget .post-widget-item .media > a {
  padding-right: 0;
  padding-left: 20px;
}
.recent-posts-widget .post-date {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.recent-posts-widget .post-comments {
  float: right;
}
.media-left,
.media > .pull-left {
  padding-right: 0;
  padding-left: 10px;
}
.pull-left {
  float: right !important;
}
.cart-widget-products .product-mini-image {
  float: right !important;
}
.cart-widget-products .product-mini-image img {
  margin-right: 0;
  margin-left: 20px;
}
.cart-widget-products .remove {
  right: auto;
  left: 0;
}
.cart-widget-products .descr-box {
  text-align: right;
}
.cart-popup-container .btn-view-cart {
  text-align: right;
}
.et-wishlist-widget .wishlist-dropdown > p,
.cart-popup-container .product_list_widget > p {
  text-align: right;
}
.main-products-loop .products-list .product .product-details {
  text-align: right;
  padding-left: 0;
  padding-right: 30px;
}
.cart_totals th,
.order-review table th {
  text-align: right;
}
.woocommerce-cart .block-title .label {
  margin-left: 0;
  margin-right: 10px;
}
table.order_details tr,
table.shop_table_responsive.customer_details tr,
table.order_details th,
table.shop_table_responsive.customer_details th {
  text-align: right;
}
.my_account_orders td .button:first-of-type {
  margin-left: 5px;
}
.my_account_orders td .button:last-of-type {
  margin-left: 0;
}
.author-info .pull-left {
  float: right !important;
}
.author-info .pull-left img {
  margin-right: 0;
  margin-left: 2.5em;
}
ul.menu-social-icons li {
  float: right;
}
ul.menu-social-icons li:first-child a {
  padding-left: 5px;
}
ul.menu-social-icons li:last-child a {
  padding-right: 5px;
}
.share-post {
  display: inline-block;
  width: 100%;
  float: left;
}
.etheme_widget_qr_code .qr-lighbox {
  float: left;
}
.product_list_widget .product-mini-image,
.product_list_widget .product-list-image,
.sidebar-slider .product-list-image {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.product-information table.variations td.label,
.product-info-wrapper table.variations td.label,
.product-summary-center table.variations td.label {
  text-align: right;
}
.product-information .woocommerce-review-link,
.product-info-wrapper .woocommerce-review-link,
.product-summary-center .woocommerce-review-link {
  margin-right: 5px;
  margin-left: 0;
}
.compare:before,
.yith-wcwl-add-to-wishlist a:before {
  margin-right: 0;
  margin-left: 7px;
}
ul.menu-social-icons {
  padding-right: 0;
}
.product-content .size-guide {
  background-position: 100% center;
  padding: 0 23px 0 0;
}
div.quantity,
td.quantity {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.single_add_to_cart_button.button,
.quick-view-popup .product_type_variable,
.quick-view-popup .product_type_grouped,
.quick-view-popup .product_type_external {
  margin-right: 0;
  margin-left: .4rem;
}
.single_add_to_cart_button:before {
  margin-right: 0;
  margin-left: 5px;
}
.shop_attributes td,
.shop_attributes th {
  padding-right: 0;
  padding-left: .71em;
}
.open-360-popup {
  left: auto;
  right: 20px;
}
.form-row-first,
.form-row-last {
  float: right;
  padding: 0 0 15px 0;
}
.form-row-last {
  padding: 0 15px 0 0;
}
.shop_table dt,
.shop_table dd:nth-child(even) {
  margin-right: 0;
  margin-left: 5px;
}
#payment ul.wc_payment_methods {
  padding-left: 20px;
  padding-right: 0;
}
.wc_payment_methods li,
.order_item li {
  list-style: none;
}
#lang_sel li {
  width: auto;
}
.share-post .share-title {
  float: right;
  line-height: 1;
}
.shop_attributes th {
  text-align: right;
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
  padding-right: 0;
  padding-left: 28px;
}
.flexslider .flex-control-nav {
  padding-right: 0;
}
.pp_content_container {
  font-size: 0;
}
.flexslider .flex-direction-nav a:before {
  margin-right: -4px;
  margin-left: 0;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
  margin-top: 25px;
}
.flexslider .flex-direction-nav .flex-prev:before {
  margin-left: -4px;
}
.portfolio-single-item .share-title {
  float: right;
}
.content-product .product-image-wrapper {
  direction: rtl;
}
.label-text {
  margin-left: 0;
  margin-right: 9px;
}
.label-text:before {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: -8px;
}
.nav-sublist-dropdown {
  left: auto;
  right: 0;
}
.item-design-dropdown .nav-sublist-dropdown {
  right: auto;
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
  right: auto;
  left: 2.5em;
  content: "\e902";
}
.item-design-dropdown .nav-sublist-dropdown ul > li ul {
  left: auto;
  right: 100%;
}
#review_form .stars {
  display: inline-block;
  width: 100%;
}
#review_form .stars a {
  float: right;
}
.wpcf7-form .form-group p {
  float: right;
}
.wpcf7-form .form-group p:first-child {
  padding-left: 15px;
  padding-right: 0;
}
.wpcf7-form .form-group p:last-child {
  padding-right: 15px;
  padding-left: 0;
}
/* Woocommerce account */
.col2-set .col-1,
.col2-set .col-2,
#customer_login > div {
  float: right;
}
.col2-set .col-1 {
  margin-right: 0;
  margin-left: 60px;
}
form.login .lost_password,
form.register .lost_password,
.login-link .lost-password {
  float: left;
}
@media only screen and (max-width: 992px) {
  .woocommerce-account .woocommerce .u-columns .u-column2 {
    padding-right: 0;
  }
  blockquote.style3:before,
  blockquote.style3:after {
    display: none;
  }
}
.category-grid .categories-mask {
  direction: rtl;
}
.left-bar .left-titles {
  float: right;
}
.left-bar .left-titles li {
  border-right: 1px solid var(--et_border-color);
  border-left: none;
  margin-right: 0;
  margin-left: -1px;
}
.left-bar .left-titles li:after {
  right: auto;
  left: 0;
}
.left-bar .left-titles .wc-tabs {
  padding-right: 0;
}
.quick-view-popup .quick-view-excerpts .excerpt-content .excerpt-content-inner {
  text-align: right;
  padding-left: 15px;
  padding-right: 0;
}
.quick-view-popup .product-information .products-page-cats {
  text-align: right;
}
.et-quick-view-canvas:not(.done).et-content-right .et-popup-content {
  animation: et-canvas-left 0.2s linear, et-fadeIn 0.2s linear;
}
.et-quick-view-canvas:not(.done).et-content-left .et-popup-content {
  animation: et-canvas-right 0.2s linear, et-fadeIn 0.2s linear;
}
.et-quick-view-canvas.et-popup-removing.et-content-right .et-popup-content {
  transform: translateX(-100%);
}
.et-quick-view-canvas.et-popup-removing.et-content-left .et-popup-content {
  transform: translateX(100%);
}
table.cart .product-details {
  text-align: right;
}
.woocommerce table.wishlist_table .product-name {
  text-align: right;
}
#review_form .stars a {
  margin-right: 0;
  margin-left: 15px;
}
#review_form .stars a:last-child {
  margin-right: 0;
}
.star-rating {
  width: 85px;
}
#reviews .commentlist .star-rating {
  margin-left: 5px;
}
.star-rating span {
  left: auto;
  right: 0;
}
.commentlist {
  padding-right: 0 !important;
}
.commentlist .avatar {
  float: right;
}
.commentlist .comment-text {
  padding-left: 0;
  padding-right: 110px;
}
.commentlist .star-rating {
  float: left !important;
}
.commentlist .meta {
  margin-bottom: 0;
}
.widget_product_categories.sidebar-widget ul li .count,
.wpb_widgetised_column .widget_product_categories ul li .count,
.widget_nav_menu.sidebar-widget ul li .count,
.product-view-light .light-right-side {
  right: auto;
  left: 0;
}
@media only screen and (min-width: 993px) {
  .sidebar-enabled .row-count-5.products-grid .product-view-light .st-swatch-in-loop,
  .row-count-6.products-grid .product-view-light .st-swatch-in-loop,
  .sidebar-enabled .row-count-5.products-grid .light-left-side > *:first-child,
  .row-count-6.products-grid .light-left-side > *:first-child {
    padding-right: 0;
    padding-left: 40px;
  }
  #reviews #comments {
    float: left;
  }
  #reviews #review_form_wrapper {
    float: right;
  }
}
@media only screen and (min-width: 650px) {
  .swiper-vertical-images .vertical-thumbnails-wrapper {
    padding-right: 0;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .product-quantity span.minus,
  .product-quantity span.plus {
    right: auto;
    left: 0;
  }
  .product-quantity .quantity input[type="number"] {
    padding-right: 0;
    padding-left: 24px;
    border-right: 1px solid var(--et_border-color);
  }
  .back-top {
    left: 15px;
  }
}
@keyframes slideInRightEffect {
  from {
    transform: translateX(40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOutRightEffect {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(40px);
    opacity: 0;
  }
}
/*=====  End of RTL Styling  ======*/

/*=====  Start of RTL MonemDesign  ======*/

:root {
  --main-font: IranYekan;
  --second-font: Shabnam-FD;
  --third-font: IranSans;
  --forth-font: Yekan-Web;
  --fifth-font: Anjoman;
  --bottun-font: IranSans;
  --title-font: Pinar DS2;
}
.content-product .product-title a {
    font-weight:600 !important;
    color:#565656 !important;
}
.middle-inside .swiper-entry .swiper-button-prev, .middle-inside.swiper-entry .swiper-button-prev {
    right:-15px;
    left:unset;
}
.middle-inside .swiper-entry .swiper-button-next, .middle-inside.swiper-entry .swiper-button-next {
    left:-15px;
    right:unset;
}
.middle-inside .swiper-entry:hover .swiper-button-prev, .middle-inside.swiper-entry:hover .swiper-button-prev {
    right:-25px;
    left:unset;
}
.middle-inside .swiper-entry:hover .swiper-button-next, .middle-inside.swiper-entry:hover .swiper-button-next {
    left:-25px;
    right:unset;
}
.swiper-custom-left.type-archery:before {
    content:'\e948';
}
.swiper-custom-right.type-archery:before {
    content:'\e947';
}
.content-product .products-page-cats a {
    font-family:var(--forth-font);
}
.site-header .widget_nav_menu .menu .menu-item-has-children > a:after {
    margin-right:7px;
    margin-left:unset !important;
}
.et_edit-shortcut .et-title , .mtips span.mt-mes, .et_header-part:not(.et_elements) .et_customizer-element:before {
    font-family: var(--main-font) !important;
}
.et_edit-shortcut .dashicons {
    margin-right:unset !important;
    margin-left:3px;
}
.et_b_header-menu .label-text {
    margin-right:5px !important;
    margin-left:unset !important;
}
.product_list_widget .quantity-wrapper span.quantity, .product_list_widget .quantity-wrapper span.quantity > .amount {
    margin-right:7px;
    margin-left:unset;
}
.title h3, blockquote, .share-post .share-title, .sidebar-widget .tabs .tab-title, .widget-title, .related-posts .title span, .content-product .product-title a, .results-ajax-list .ajax-item-title, table.cart .product-details .product-title, .product_list_widget li .product-title a, .woocommerce table.wishlist_table .product-name a, .comment-reply-title, .et-tabs .vc_tta-title-text, .single-product-right .product-information-inner .product_title, .single-product-right .product-information-inner h1.title, .post-heading h2 a, .post-heading h2, .sidebar .recent-posts-widget .post-widget-item h4 a, .et-tabs-wrapper .tabs .accordion-title span {
    font-weight:600 !important;
}
.et_connect-block.justify-content-end .et_b_header-widget .sub-menu {
    right:auto !important;
    left:0 !important;
}
.secondary-menu-wrapper .menu li > a {
    float:right !important;
}
.et_b_header-menu.et_element-top-level .menu > li > a i {
    margin-right:5px;
    margin-left:unset !important;
}
.et_b_header-menu .label-text:before {
    right:-5px !important;
    left:auto !important;
    transform:rotate(180deg);
}
.et_b_header-menu .label-text:before {
    top:25%;
}
div.flex.header-track-order i.et-icon.et-time.et_b-icon {
    padding-left:5px;
}
div.col-md-9.sidebar-position-right.sidebar-enabled  div.et_element.single-product-socials.et-socials.flex.flex-wrap.align-items-center.justify-content-end {
    justify-content:flex-start;
}
.pswp__button {
    left:0;
    right:unset !important;
}
.et_b_header-search select, .et_b_header-search .fancy-select .fancy-placeholder-text {
    padding: 0 0 0 27px !important;
    background-position:calc(100% - 135px) 50% !important;
}
.et_b_header-search.et_element-top-level .input-row {
    padding-left: 10px !important;
    padding-right: 20px !important;
}
div.et_column.et_col-xs-2.et_col-xs-offset-0 div.et_element.et_b_header-socials.et-socials.flex.flex-nowrap.align-items-center.justify-content-end.mob-justify-content-end.et_element-top-level.flex-row {
    justify-content: flex-start;
}
div.header-button-wrapper.flex.justify-content-end.mob-justify-content-end.et_element-top-level {
    justify-content: flex-end;
}
.products-grid.row-count-6 .product-view-mask2 .footer-product {
    left: 0.725rem;
    right:unset;
}
.banner.with-diagonal::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translateY(-200%);
}
.banner.with-diagonal:hover::before, .banner.with-diagonal.active::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translateY(200%);
}
.posts-slider article .meta-post .entry-date::before {
    margin-left: 7px;
    margin-right: unset;
}
.posts-slider article .meta-post .post-comments-count::before {
    margin-left: 7px;
    margin-right: unset;
}
.elementor-widget-wp-widget-woocommerce_product_tag_cloud h5 {
    display: none;
}
.swiper-entry .swiper-custom-right {
    left: 0px;
}
.swiper-entry .swiper-custom-left {
    right: 0px;
}
.mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpcslick-prev i {
    right: 0px;
}
.mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpcslick-next i {
    left: 0px;
}
.et-quick-view-wrapper .quick-view-excerpts .excerpt-title::before {
    left: 0;
    right:unset;
}
.et-quick-view-wrapper .quick-view-excerpts .excerpt-title {
    padding-left: 1em;
    padding-right: unset;
}
p.stock::before, .wishlist-in-stock::before, .wishlist-out-of-stock::before {
    margin-left: 5px;
    margin-right: unset !important;
}
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content .excerpt-content-inner {
    padding-left: 15px;
    padding-right: unset;
}
div.woocommerce-product-details__short-description p span i.et-icon.et-tick {
    margin-left: 10px;
    margin-right: unset!important;
}
#reviews #comments {
    float: right;
    padding-left: 15px;
    padding-right: unset;
}
#reviews #review_form_wrapper {
    float: left;
    padding-right: 15px;
    padding-left: unset;
}
.commentlist .avatar {
    float: right !important;
    margin-left: 30px;
    margin-right: unset !important;
}
.commentlist .comment-text {
    padding: 0;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
    right: 0;
    left: unset;
}
.comment-form-cookies-consent {
    padding-right: 20px;
    padding-left: unset;
}
.seller-rating {
    margin-left: 10px;
    margin-right: unset;
}
.price ins, .cart ins {
    padding-right: 3px;
    padding-left: unset;
}
.comment-respond .comment-form-email, .comment-respond .comment-form-url, .comment-respond .comment-form-author {
    float: right;
}
.comment-respond .comment-form-author {
    padding: 0 0 0 1.42em;
}
.comment-respond .comment-form-url {
    padding: 0 1.42em 0 0;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
    right: 0;
    left: unset;
}
input[type="checkbox"] {
    margin-left: 4px;
    margin-right: unset;
}
.comment-form-cookies-consent {
    padding-right: 20px;
    padding-left: unset;
}
.product_list_widget li .price, .wishlist-dropdown li .price, .sidebar-slider li .price {
    line-height: 1.8;
}
span.woocommerce-Price-amount.amount bdi {
    direction: rtl;
}
.woocommerce-MyAccount-navigation-wrapper li a:before {
    margin-left:5px;
    margin-right:unset !important;
}
.woocommerce-wishlist .page-heading .title:before, .woocommerce-account .page-heading .title:before {
    margin-left:7px;
    margin-right:unset !important;
}
th , td.order-status {
    text-align:right;
}
.woocommerce-account header.title {
    text-align:right !important;
}
.woocommerce-account header.title .edit {
    float:left;
}
.input-password-wrap svg {
    left:10px;
    right:unset !important;
}
div.content.col-md-12 table.shop_table.my_account_orders.table.table-striped tbody tr.order td.order-status {
    text-align:right !important;
}
.widget_layered_nav_filters li.chosen a {
    direction:rtl;
}
article.blog-post .read-more, article.post-grid .read-more {
    font-family: var(--bottun-font);
}
.meta-post .views-count:before, .meta-post .post-comments-count:before, .read-more:after, .active-link:after {
    margin-left:4px;
    margin-right:unset !important;
}
.meta-post .post-comments-count:before {
    margin-right:3px;
    margin-left:unset !important;
}
.comments-list .comment img {
    margin-left: 1.8em;
    margin-right:unset !important;
}
.fancy-select-results {
    right:0;
    left:unset !important;
}
.post .meta-post .post-comments-count span:first-child {
    padding-right:3px;
    padding-left:unset !important;
}



@media screen and (max-width: 1699px) {
    
.swiper-entry:hover .swiper-custom-right, .mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpcslick-next i {
    left: 0px;
    right: auto;
}
.swiper-entry:hover .swiper-custom-left, .mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpcslick-prev i {
    left: auto;
    right: 0px;
}

}


/*** Demo 1 ***/
.et-follow-buttons.buttons-size-large a:last-child {
    margin-left: unset !important;
}

.etheme-testimonials .testimonial .inner-content:last-child:not(:only-child) {
    margin-right: 15px;margin-left:unset;
}
.wc-layered-nav-term a, .wc-layered-nav-rating a, .etheme_widget_brands_filter li a, .etheme-product-status-filter a {
    padding: 0 24px 0 0 !important;
}

.wc-layered-nav-term.chosen a:after, .wc-layered-nav-rating.chosen a:after, .etheme_widget_brands_filter .current-item a:after, .etheme-product-status-filter .chosen a:after {
    right: 1.5px;left:unset;
}
.wc-layered-nav-term a:before, .wc-layered-nav-rating a:before, .etheme_widget_brands_filter li a:before, .etheme-product-status-filter a:before
{
    right:0;left:unset;
}
.et-follow-buttons a:first-child {
    margin-right: unset !important;
}
div.quantity, td.quantity {
    margin-right: 0 !important;
    margin-left: 20px !important;
}
.product_list_widget .product-item-right {
    direction: rtl;
}
.content ul {
    padding-right: 0;
}
.type-product ul, .content ul, .type-product ol, .content ol {
    padding-right: 10px;
}
.actions a i { margin-left: 5px;margin-right:unset;}
@media (max-width: 768px) {
    .dokan-store-products-filter-area .search-store-products {padding:0 10px !important;}
    body #dokan-store-listing-filter-wrap .right .item #stores_orderby {
    display: block;
    margin-top: 10px;
}
.dokan-store-products-filter-area .product-name-search ,.dokan-store-products-filter-area .search-store-products{
    margin-top:5px;margin-bottom:5px;
}
body.dokan-dashboard.dokan-theme-xstore div.pdp-default {
    width: 250px;
    right: 20px;
    left: unset !important;
}
.dokan-dashboard .dokan-dashboard-content {margin-top:11px;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {border-left: none !important;}
.dokan-dashboard header.dokan-dashboard-header h1 {font-size:17px;}
    .dokan-dashboard .dokan-dashboard-content {padding:0 !important;}
    table.dokan-table .toggle-row {left:8px;right:unset !important;}
    .dokan-table tbody tr td {text-align:right !important;}
    table.dokan-table td:not(.column-primary)::before {right:10px;left:unset !important;text-align:right !important;}
    table.dokan-table .is-expanded td.column-thumb, table.dokan-table td.column-primary ~ :not(.check-column) {padding:3px 35% 3px 8px  !important;text-align:left !important;}
    table.dokan-table td.column-primary {padding-left:50px;padding-right:10px !important;}
    .dokan-table tbody tr td:before {padding-left: 20px !important;padding-right:10px !important;float:right !important;}
    .dokan-table tbody tr td {border-top: 1px solid #EDEDED !important;
    border-right: 1px solid #EDEDED !important;}
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {border-right:0 !important;}
    .dokan-form-horizontal .dokan-control-label {padding:5px !important;}
    .store-open-close label.day.control-label {padding-left: 85px;padding-right:unset !important;}
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {padding:5% 9% !important;}
    .dokan-dashboard .dokan-dash-sidebar article, .dokan-dashboard .dokan-dashboard-content article {overflow-x:scroll !important;overflow:unset !important;}
    .wcmp-report-abouse-wrapper:before, .by-vendor-name-link:before {margin-left: 4px;}
    div.product-details span.product_seller {font-size:13px;}
    body #dokan-store-listing-filter-wrap .right .item #stores_orderby {padding: 0 1em 0 2.4em;}
    #dokan-store-listing-filter-form-wrap:before {right:10%;left:unset;}
    #dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn {padding:6px 25px !important;}
    #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content {text-align:right !important;}
div.mobile-menu-content .et_b_header-menu .menu li a .et-icon, div.mobile-menu-content .et_b_header-menu .menu li a > .fa, .et-mini-content .menu li a .et-icon, .et-mini-content .menu li a > .fa {
    margin-left: 5px;margin-right:unset;
}
.comment-respond .comment-form-author,.comment-respond .comment-form-url {
    padding: 0;
}
div.mobile-menu-content .et_b_header-menu .menu li a .et-icon {margin-left: 5px;
    margin-right: 5px;}
#reviews .comment-reply-title {line-height:20px;}
header.site-header.sticky div.header-bottom-wrapper.sticky div.et-row-container.et-container {
    padding-left: 0;
    padding-right: 0;
}
ul.right.thumbnails-list.slick-rtl.vertical-thumbnails.slick-initialized.slick-slider.slick-vertical div.slick-list.draggable {height:150px !important;}
.products-list .product .product-details { text-align: right!important;}
.et_b_mobile-panel-more_toggle.et-content-shown .et-mini-content { font-weight: 600;}
.et-mobile-panel .et_column > a .et_b-icon + span {line-height: 1.2 !important;}
#header .mobile-header-wrapper .et_b_header-search:not(.search-full-width) .et-mini-content, 
#header .mobile-header-wrapper .input-input:not(.search-full-width-form) .ajax-results-wrapper {right:15px;}
form.login .lost_password, form.register .lost_password {text-align:right;}
form.login .form-row.flex, form.register .form-row.flex {
    display: flex;
    flex-wrap: wrap;
}
div.row.products-loop .col-xs-6 {float:right;}
    .et-off-canvas .widget_shopping_cart, .et-off-canvas .et_b_wishlist-dropdown {padding-right:0;}
    .et_element .product_list_widget li .product-title, .et_element .wishlist-dropdown li .product-title {font-size:85%;line-height: 22px;}
    form.checkout .form-row-last {padding:0;}
    form.woocommerce-cart-form div.quantity,form.woocommerce-cart-form td.quantity {
margin-left: 0 !important; }
.single-product .product_meta > span, .single-product .product_meta > div {
    justify-content: start;
}
.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center !important;
}
ul.shop_table.cart.wishlist_table.wishlist_view table td:last-child {   padding-right: 4px !important;}
.custom-tabs .et-tab-nav {
    border: 2px solid #e1e1e1;
    width: 100%;
}
.et-mobile-panel .with-dot > a .et_b-icon::before {
    right: -.15em;
    left:unset;
}
.et-mobile-panel .with-dot > a .et_b-icon::after {
    right: -.35em;
    left:unset;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: right;
}
.woocommerce-wishlist .page-heading .title, .woocommerce-account .page-heading .title {
    font-size: 1.7rem !important;
}
}
@media only screen and (max-width: 992px) {
    .products-list .product .product-image-wrapper {margin-left:30px;margin-right:unset;}
}
.single-wishlist .wishlist-fragment > div i.yith-wcwl-icon {
    margin-left: 7px;
    margin-right: unset;
}
.single-product-custom-widget-area {
    border-left-width: 0px;
    border-right-width: 1px;
    padding-left: 0px;
    padding-right: 30px;
}
.footer-niche-market02 .et-mailchimp input[type="submit"], .footer-niche-market02 .et-mailchimp input[type="email"] {
    border-radius: 100px!important; border-color: transparent!important;
}
.footer-niche-market02 .et-mailchimp.classic-button p {
    background-color: #fff;
    border-radius: 100px;
}
.custom-tabs .et-tab-nav {
    border-top: 2px solid #e1e1e1;
    border-right: 2px solid #e1e1e1;
    flex: 1;
}
.et-advance-tabs .et-tabs-nav {
    border-left: 2px solid #e1e1e1;
    border-right: 2px solid #e1e1e1;
}
.custom-block02 h3:before {
    content: "\e902";
    font-family: 'xstore-icons'!important;
    font-size: 9px;
    position: absolute;
    right: 0;left:unset;
    top: 13px;
}
.custom-block02 h3 {
    padding-right: 12px;
}

article.blog-post.blog-align-center .meta-post .post-comments-count, article.post-grid.blog-align-center .meta-post .post-comments-count, 
article.blog-post.blog-align-right .meta-post .post-comments-count, article.post-grid.blog-align-right .meta-post .post-comments-count {
    margin-right: 10px;margin-left:unset;
}
.woocommerce.widget_product_tag_cloud {
    visibility: hidden;
}
.woocommerce.widget_product_tag_cloud div.tagcloud {
    visibility: visible;
}
.custom-block03 .content-product {
    background-color: #fff;
    padding: 0 15px;
}
.tagcloud a {
    margin: 0 0 .5em .33em;
}
.read-more:hover::after, .active-link:hover::after {
   left: -20px;
   right:unset
}
.read-more::after, .active-link::after {
    content: "\e902";
    left: -12px;
    right:unset;
}
.prefooter .et-mailchimp input[type="email"] {
    background: transparent;
}
.dismissButton {
    font-family: var(--bottun-font);
}
.footer-widgets .footer-widget ul li {
    list-style: none;
}
.sidebar-widget li, .widget li, .widget-container li, .widget_recent_entries li, .footer-widget li {
    list-style: none;
}
.portfolio-image .zoom {
    right: 10px;
    left:unset;
}
.portfolio-item-inner:hover .portfolio-image .zoom {
    right: 30px;
    left:unset;
}
.single .bc-type-left2 .breadcrumbs + .title::before, .archive .bc-type-left2 .breadcrumbs + .title::before, .error404 .bc-type-left2 .breadcrumbs + .title::before {
    content: '\e902';
    padding-left: 4px;
    padding-right: unset;
}
.toggles-by-arrow .open-child::before {
    transform: rotate(-45deg);
}
.toggles-by-arrow .open-child::after {
    transform: rotate(45deg);
}
.product-information .product-sale-counter, .products-list .product-sale-counter {
    direction:ltr;
    text-align:end;
}
#cookie-notice {
    font-family: var(--main-font);
}

.cn-button {
    font-family: var(--bottun-font);
}
.secondary-menu-wrapper .menu li > a {
   padding-left: 20px;
   padding-right: unset;
}
.content-page, .page-content {
    padding-bottom: 5px;
}
.et_b_header-search .fancy-select .fancy-placeholder-text, .et_b_header-search select {
    right:0;left:unset;padding: 0 0 0 27px;background-position: calc(100% - 136px) 50%
}

/*** Demo 2 ***/
.product-details > *:not(a) {padding-bottom: 4px;}

/*** Demo 3 ***/
.et-mailchimp.classic-button input[type="email"] {
    border-left: none;border-right:solid 1.5px #e1e1e1;
}
.tabs .wc-tabs {padding-right: 0;padding-left:unset;}
.meta-post .views-count::before, .meta-post .post-comments-count::before, .read-more::after, .active-link::after {padding-left:5px;}
.product-summary-fixed .fixed-content {text-align: start;}

/** Demo 5 **/
.shop_attributes th::after {
    left: 0;
     right:unset;
}
.tabs table td:last-child {
    text-align: end;
}
.banner.with-diagonal::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translateY(-225%);
}
.etheme-testimonials .testimonial.style-2 .inner-content svg {
    left: 15px;
    right:unset;
}
/** Demo 6 & 7 **/
div.element-TFML4.et_column.et_product-block.mob-full-width.mob-full-width-children.justify-content-start h1.product_title.entry-title ,
div.element-TFML4.et_column.et_product-block.mob-full-width.mob-full-width-children.justify-content-start p.price
,div.element-TFML4.et_column.et_product-block.mob-full-width.mob-full-width-children.justify-content-start div.woocommerce-product-details__short-description
 {
text-align: start;    
}
div.element-TFML4.et_column.et_product-block.mob-full-width.mob-full-width-children.justify-content-start div.woocommerce-product-details__short-description {
    margin-left:50px;margin-right:unset;
}
.footer .menu-element.horizontal .menu li:not(:first-child)>a:before {right:-2.14em;left:unset !important;}
.et_b_header-search.et_element-top-level .input-row {padding-right: 10px;padding-left:unset !important;}
.woocommerce-message, .woocommerce-error, .woocommerce-info, .dokan-info, .dokan-error, .dokan-alert, .dokan-alert-success, .mc4wp-alert, 
.woocommerce-order-overview-wrapper ~ p {
 border-right: 3px solid var(--et_dark-2-white-02);border-left:unset;   
}
.onsale.single-sale.right {
    right: 12px;
    left: unset;
}
.onsale.single-sale.left {
    left: 12px;
    right: unset;
}
.double_image .main-images > div {
    float:right;
}
@media only screen and (min-width: 993px) {
    .category-list-item-wrapper.image-left .category-list-item > ul {padding-right:15px;padding-left:unset;}
}
/*** Multi Vendor Dokan ***/
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {float:right !important;}
div.store-footer .dashicons-arrow-right-alt2:before {content: "\f341";}
.dokan-single-store .dokan-store-tabs ul li { border-left: 1px solid #EDEDED;border-right:unset !important;}
#dokan-store-listing-filter-wrap .right .item.sort-by label {
    margin-left: 5px;margin-right:unset ;
}
body #dokan-store-listing-filter-wrap .right .item select {padding:0 1em 0 2.9em;background-position: calc(100% - 132px) 50%;}
#dokan-seller-listing-wrap.grid-view .store-footer .dokan-btn-theme.dokan-btn-round {margin-left: 10px;margin-right:unset !important;}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] {
    float:left !important;right: 25%;left:unset !important;font-family:iranyekan !important;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper > .store-content {
    padding-right:4%;padding-left:unset !important;
}
div.dashboard-widget.sells-graph div.chart-placeholder.main div.legend table {
    left: -42px !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {padding-left:15px;padding-right:10px ;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right {display:none;}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {padding:0px 0 0px 10px;}
article.dashboard-content-area div.dashboard-widget.products span.pull-right {float:left !important;}
.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name='product_listing_search'] {float:left !important;}
.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group {float:left !important;}
.dokan-form-inline .dokan-form-group {float:right !important;margin-left: 5px !important;}
table.dokan-table.dokan-table-striped th:last-child {
    text-align: start;
}
div.dokan-dashboard-content ul.subsubsub li {border-left: 1px solid #EDEDED;border-right:unset !important;}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {border-left: 1px solid #EDEDED;border-right:unset !important;}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {padding:0px 0  0px 10px !important;}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {border-left:1px solid #EDEDED;border-right:unset;}
.dokan-settings-content .dokan-settings-area .dokan-store-settign-header-wrap {float:right !important;}
.dokan-settings-content .dokan-settings-area .dokan-update-setting-top {float:left !important;}
.dokan-right-margin-30 {margin-left: 30px !important;margin-right:unset !important;}
.store-open-close select.dokan-form-control {padding:0 1em 0 2.9em;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {float:right !important;border-left: 1px solid #454545;border-right:unset !important;}
#dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn {margin-left:20px;margin-right:unset !important;}
#dokan-store-listing-filter-wrap .right .item .dokan-icons {right:14%;left:unset !important;}
#dokan-store-listing-filter-wrap .right .item button {padding-right: 35px !important;
    padding-left: 25px !important;}
    #tab-seller .store-address .details {padding-right:7px;padding-left:unset !important;}
/** End Multi Vendor Dokan ***/
/*** Multi Vendor Dokan ***/
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {float:right !important;}
div.store-footer .dashicons-arrow-right-alt2:before {content: "\f341";}
.dokan-single-store .dokan-store-tabs ul li { border-left: 1px solid #EDEDED;border-right:unset !important;}
#dokan-store-listing-filter-wrap .right .item.sort-by label {
    margin-left: 5px;margin-right:unset ;
}
body #dokan-store-listing-filter-wrap .right .item select {padding:0 1em 0 2.9em;background-position: calc(100% - 132px) 50%;}
#dokan-seller-listing-wrap.grid-view .store-footer .dokan-btn-theme.dokan-btn-round {margin-left: 10px;margin-right:unset !important;}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] {
    float:left !important;right: 25%;left:unset !important;font-family:iranyekan !important;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper > .store-content {
    padding-right:4%;padding-left:unset !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {padding-left:15px;padding-right:10px ;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right {display:none;}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {padding:0px 0 0px 10px;}
article.dashboard-content-area div.dashboard-widget.products span.pull-right {float:left !important;}
.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name='product_listing_search'] {float:left !important;}
.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group {float:left !important;}
.dokan-form-inline .dokan-form-group {float:right !important;margin-left: 5px !important;}
table.dokan-table.dokan-table-striped th:last-child {
    text-align: start;
}
div.dokan-dashboard-content ul.subsubsub li {border-left: 1px solid #EDEDED;border-right:unset !important;}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {border-left: 1px solid #EDEDED;border-right:unset !important;}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {padding:0px 0  0px 10px !important;}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {border-left:1px solid #EDEDED;border-right:unset;}
.dokan-settings-content .dokan-settings-area .dokan-store-settign-header-wrap {float:right !important;}
.dokan-settings-content .dokan-settings-area .dokan-update-setting-top {float:left !important;}
.dokan-right-margin-30 {margin-left: 30px !important;margin-right:unset !important;}
.store-open-close select.dokan-form-control {padding:0 1em 0 2.9em;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {float:right !important;border-left: 1px solid #454545;border-right:unset !important;}
#dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn {margin-left:20px;margin-right:unset !important;}
#dokan-store-listing-filter-wrap .right .item .dokan-icons {right:14%;left:unset !important;}
#dokan-store-listing-filter-wrap .right .item button {padding-right: 35px !important;
    padding-left: 25px !important;}
    #tab-seller .store-address .details {padding-right:7px;padding-left:unset !important;}
    .dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {float:left;text-align:left;}
    .dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area .product-listing-top span.dokan-add-product-link a {float:none !important;}
    .dokan-coupon-content .code {float:right;}
    .dokan-close {float:left;}
     .dokan_v_id .dokan-form-horizontal {text-align:right;}
    form#dokan-verify-id-form h4 {
    font-family: 'IranYekan';
}
.dokan_v_id .radio {
   margin-right:unset !important;
    margin-left: 65px;
}
body.single-product div.col-lg-5.summary.entry-summary button.dokan-btn.dokan-btn-theme {
    margin-top: 9px;
}
#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-ratings .dokan-stars {margin:0 8px 0 0;}
#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .item .dokan-toogle-checkbox {margin-left:10px;margin-right:5px;}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] button {margin-left:20px;margin-right:unset;}
.content-half-part {float:right;}
.content-half-part:first-child {
    padding-left: 10px;padding-right:unset;
}
.dokan-add-new-product-popup .dokan-feat-image-content {margin-left:15px;margin-right:unset;}
.dokan-add-new-product-popup h2 ,.mfp-content{text-align:right;}
.dokan-input-group-addon:first-child {border-left: 0;border-right:unset !important;}
.dokan-input-group .dokan-form-control:first-child, .dokan-input-group-addon:first-child, .dokan-input-group-btn:first-child > .btn, 
.dokan-input-group-btn:first-child > .btn-group > .btn, .dokan-input-group-btn:first-child > .dropdown-toggle, 
.dokan-input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), 
.dokan-input-group-btn:last-child > .btn-group:not(:last-child) > .btn {border-bottom-left-radius: 0px;border-bottom-right-radius:unset !important;
border-top-left-radius: 0px;border-top-right-radius: unset !important;}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image, .dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image ,.product-edit-container #dokan-product-images ul.product_images li.image, 
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder, 
.product-edit-container #dokan-product-images ul.product_images li.add-image {float:right;margin:9px 0 0 4px;}
.product-edit-new-container .content-half-part.featured-image {
    padding-right: 25px;padding-left:unset !important;
}
.product-edit-new-container .dokan-price-container .sale_schedule, .product-edit-new-container .dokan-price-container .cancel_sale_schedule {float:left;}
.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-attribute-type select {
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 7px;
}
.dokan-form-horizontal .dokan-control-label {
    text-align: right !important;
    padding-right: 15px;padding-left:unset;
}
/** End Multi Vendor Dokan ***/
/** Customize Theme for Dokan **/
.et_b_header-account.login-link form .woocommerce-privacy-policy-text {margin-top:10px;}
.et-off-canvas.et_b_header-account .et_b-tabs-wrapper {padding-left:15px;}
.wcmp-report-abouse-wrapper:before, .by-vendor-name-link:before {margin-left: 7px;margin-right:unset;}
body.dokan-store.dokan-theme-xstore div.col-md-3.col-md-pull-9.sidebar.sidebar-left {
    width: 100%;right:0;
}
body.dokan-store.dokan-theme-xstore div.page-heading.bc-type-left2.bc-effect-none.bc-color-dark {visibility: hidden;
    padding-bottom: 0px;}
    .product_list_widget .variation {line-height:2em;}
    body.woocommerce-account #dokan-seller-listing-wrap .seller-listing-content .dokan-error {margin:0;}
    body.woocommerce-account table tr:first-child td, body.woocommerce-account .woocommerce table.wishlist_table tr:first-child td ,
    th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {text-align:right;}
     body.woocommerce-account .my_account_orders .order-actions {text-align: start}
     body.woocommerce-account #dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2 {padding:0 0 1em 0 !important;}
    body.woocommerce-account ul.subsubsub li {border-left: unset;border-right:unset;}
    article.dashboard-content-area .pull-right {float: left !important;}
    .dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area .product-listing-top span.dokan-add-product-link a {
    float: none !important;
}
body.single-product p.dokan-wholesale-meta {padding-left: 21px;
    margin-top: 18px;}
/** End Customize Theme for Dokan **/
body.single-product  .tabs table td:last-child {text-align:start;}
table th:last-child, table td:last-child {text-align:start;}
div.elementor-column-wrap.elementor-element-populated div.elementor-element div.elementor-widget-container ul.et-menu-list {
    padding-left: 0;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li.show-more a i {
    margin-left: 0 !important;
    margin-right: 5px;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu.columns-4 .nav-sublist-dropdown, 
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu.columns-5 .nav-sublist-dropdown {width:900px;}
body.woocommerce-account .elementor-widget-text-editor {font-family:iranyekan;}
@media only screen and (min-width: 1200px) {
.et-slider .swiper-custom-right, .et-slider:hover .swiper-custom-right {
    left:0;right:unset !important;
}
.et-slider .swiper-custom-left, .et-slider:hover .swiper-custom-left {
     right:0;left:unset !important;
}
}
.wpcf7 form .wpcf7-response-output {
    margin: 5em 0.5em 1em !important;
}
.prev-post .post-details {
    margin-right: 20px;margin-left:unset !important;
}
.next-post .post-details {
    margin-left: 20px;margin-right:unset !important;
}
div.dokan-dashboard-wrap table td:last-child, div.dokan-dashboard-wrap table th:last-child {
    padding-left: 0 ;
    text-align: start !important;
  padding-right:unset !important;
}
div.dokan-dashboard-wrap div.chart-placeholder.main div.legend div {
    right:32px;left:unset !important;
}
div.dokan-dashboard-wrap div.chart-placeholder.main div.legend table {
    right:36px;left:unset !important;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-check {
    padding:0 10px 0 0;
}
.dokan-store-products-filter-area .orderby-search {
    float:left !important;
}
.dokan-store-products-filter-area .product-name-search ,.dokan-store-products-filter-area .search-store-products {
    float:right !important;
}
.dokan-store-products-filter-area .dokan-ajax-search-loader {
  background-image: none !important;  
}
body.single-product .product-stock-status .wishlist-in-stock:before, p.stock.available-on-backorder:before, p.stock.in-stock:before {
    float:right;
}
.store-open-close .dokan-form-group{
text-align:right !important;
}
.store-open-close label.time {
    padding-right: 5px;padding-left:unset !important;
}
/********** asgari ****************/
/*bakhsh afzodan mahsol*/
#dokan-add-new-product-popup .content-half-part
{
    float:right !important;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image, .dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder, .dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image
{
float:right !important;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload
{
        margin-left: 15px !important;
        margin-right: unset !important;
}
.mfp-auto-cursor .mfp-content
{
    text-align:right;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-check
{
    padding: 0 10px 0 0 !important;
}
div.dokan-dashboard-content div.dokan-comments-wrap ul.subsubsub.list-inline {
    padding-right: 0;
    padding-left: 20px;}
    .active-link:after, .meta-post .post-comments-count:before, .meta-post .views-count:before, .read-more:after {
    margin-left: unset !important;
    margin-right: 4px !important;
}
.dokan-message, .dokan-info, .dokan-error
{
    background: #c62828 !important;
}
.et-quick-view-wrapper .quick-view-excerpts .excerpt-content .excerpt-content-inner
{
    padding-left:15px !important;
    padding-right:unset !important;
}
.price_slider_wrapper .price_label
{
    margin-left:auto !important;
    margin-right:unset !important;
    
}
.next-post:hover {right:0 !important;left:unset !important;}
.next-post {
    right: -270px !important;left:unset !important;
}
.next-post:hover .post-nav-arrow {transform: translateX(0);}
.prev-post { left: -270px !important;right:unset !important;}
.prev-post:hover {left:0 !important;right:unset !important;}
.prev-post:hover .post-nav-arrow {transform: translateX(-100%) !important;}
.next-post:hover .post-nav-arrow {transform: translateX(100%) !important;}
div.posts-nav-btn.prev-post span.post-nav-arrow .et-right-arrow:before {
    content: "\e902" !important;
}
div.posts-nav-btn.next-post span.post-nav-arrow .et-left-arrow:before {
    content: "\e904" !important;
}
.et_image-hover-6:not(:hover):not(.active) img {
        transform: translateX(30px) !important;
}
.custom-block02 ul.et-menu-list div.menu-sublist h3:before {
    content: "\e902" !important;
}
ul.dokan-account-migration-lists li .left-content {
    text-align:right !important;
}
a#dokan-become-wholesale-customer-btn {
    font-size: 14px;
}
/********* ASGARI 5 april 2022 ******/
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5
{
    left:10px;
    right:unset !important;
}

.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 button, .dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 a.dokan-btn
{
    float:left !important;
}
.et-element-label+span, .et-total+span, .et_b-icon+span, span+.et-element-label, span+.et-total, span+.et_b-icon {
    padding-right: 0;
    padding-left: 5px;
}
div.popup-added-to-cart a.flex-inline.btn.light.big.et-close-mfp.mob-hide i.et-icon.et_b-icon.et-left-arrow-2::before{
content: "\e948";
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name
{
    text-align:right !important;
}
div.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready div.mfp-container.mfp-s-ready.mfp-inline-holder div.mfp-content {
  text-align: center;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i
{
    padding-left: 5px;
    padding-right:unset !important;
}
/*!/wp-includes/css/dist/block-library/style-rtl.min.css*/
@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:right}.wp-block-post-comments .alignright{float:left}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-right:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:right;height:2.5em;margin-left:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-right:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-right:2rem}.wp-block-comment-template.alignleft{float:right}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:left}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;direction:ltr;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;direction:rtl;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-right:0;text-align:right}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-left:0;text-align:left}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-right:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 0 1em 1em;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-left:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-left:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-left:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-left:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-left:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-left:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-left:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-left:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-left:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-left:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;left:16px;opacity:0;padding:0;position:absolute;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;left:calc(env(safe-area-inset-left) + 16px);min-height:40px;min-width:40px;padding:0;position:absolute;top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);overflow:hidden;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);transform-origin:top right;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:100% 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc(((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position))*-1),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc(((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position))*-1),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-right:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-right:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-right:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:right;height:2.5em;margin-left:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 0 1.25em 1.25em;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-left:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-left:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-left:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-left:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-left:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-right:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{direction:ltr;display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{grid-column:1;grid-row:1;margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:rtl;grid-column:2;grid-row:1;padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{grid-column:2;grid-row:1}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{grid-column:1;grid-row:1}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-right:0;margin-top:0;padding-right:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-right:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;opacity:0;overflow:hidden;position:absolute;right:-1px;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:0;margin-right:auto}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{right:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;left:100%;position:absolute;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-left:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{right:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{right:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:right;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:.85em;padding-right:0}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-right:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:0;right:auto}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;right:auto}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-right:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{right:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{left:0;position:absolute;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-right:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:right;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em 0 0 .1em;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-right:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-left:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-right:.5em}.wp-block-post-comments-form input[type=submit]{width:auto}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:right}.wp-block-pullquote.has-text-align-right blockquote{text-align:left}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:left;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:right;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:left}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 0 1em 1em;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-right:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-right:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:left}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-right:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-left:5px}.wp-block-tag-cloud span{display:inline-block;margin-right:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-left:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-right:0}.wp-block-text-columns .wp-block-column:last-child{margin-left:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:right;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(-135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(-135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(-135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(-135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(-135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(-135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(-135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;line-height:normal;padding:15px 23px 14px;right:5px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-left-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-right-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-left-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-right-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*!/wp-content/plugins/woocommerce/assets/css/prettyPhoto-rtl.css*/
:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@font-face{font-family:star;src:url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal; font-display:optional;}@font-face{font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal; font-display:optional;}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container::after,div.pp_woocommerce .pp_content_container::before{content:" ";display:table}div.pp_woocommerce .pp_content_container::after{clear:both}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;right:50%;margin-right:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MS4zIDkxLjEiPjxjaXJjbGUgY3g9IjQ1LjciIGN5PSI0NS43IiByPSI0NS43Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iNDUuNyIgY3k9IjI0LjQiIHI9IjEyLjUiLz48L3N2Zz4=) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover{border-color:#000}div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;font-family:WooCommerce;content:"\e00b";text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover::before,div.pp_woocommerce .pp_previous:hover::before{display:block}div.pp_woocommerce .pp_previous::before{right:1em}div.pp_woocommerce .pp_next::before{left:1em;font-family:WooCommerce;content:"\e008"}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-left:1em;position:relative}div.pp_woocommerce .pp_close{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;top:-.5em;left:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close::before{font-family:WooCommerce;content:"\e013";display:block;position:absolute;top:0;right:0;left:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before{font-family:WooCommerce;content:"\e00b";display:block;position:absolute;top:0;right:0;left:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-left:.5em}div.pp_woocommerce .pp_arrow_next{margin-right:.5em}div.pp_woocommerce .pp_arrow_next::before{content:"\e008"}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;left:auto;right:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract::before,div.pp_woocommerce a.pp_expand::before{font-family:WooCommerce;content:"\e005";display:block;position:absolute;top:0;right:0;left:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract::before{content:"\e004"}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:left}@media only screen and (max-width:768px){div.pp_woocommerce{right:5%!important;left:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before,div.pp_woocommerce .pp_close::before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}div.pp_woocommerce .pp_details{width:100%!important}.pp_content{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;right:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;right:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;right:20px;position:absolute;left:20px}* html .pp_top .pp_middle{right:0;position:static}.pp_top .pp_right{height:20px;right:auto;position:absolute;left:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:right;width:100%}.pp_content_container .pp_left{padding-right:20px}.pp_content_container .pp_right{padding-left:20px}.pp_content_container .pp_details{float:right;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:right;margin:0}.pp_social .facebook{float:right;margin-right:5px;width:55px;overflow:hidden}.pp_social .twitter{float:right}.pp_nav{clear:left;float:right;margin:3px 0 0 10px}.pp_nav p{float:right;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:right;margin-left:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:right;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;right:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:right;overflow:hidden;position:relative}.pp_gallery ul{float:right;height:35px;margin:0 5px 0 0;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5) solid;display:block;float:right;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:right;margin:0 0 0 5px;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;left:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;left:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;right:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;right:20px;position:absolute;left:20px}* html .pp_bottom .pp_middle{right:0;position:static}.pp_bottom .pp_right{height:20px;right:auto;position:absolute;left:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;right:50%;margin:-12px -12px 0 0;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:right}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 15px 5px 0;z-index:9999}
/*!/wp-content/plugins/yith-woocommerce-wishlist/assets/css/style.css*/
.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content select,.yith-wcwl-popup-content input[type=text]{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-content .wishlist-select{box-sizing:border-box}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-block:0 15px}.yith-wcwl-popup-content .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-content .heading-icon img,.yith-wcwl-popup-feedback .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-feedback .heading-icon img{width:70px;height:70px}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px !important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto !important}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:"";margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em !important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{display:flex;flex-direction:column;align-items:center}.yith-wcwl-add-to-wishlist a.button:not(.theme-button-style){padding:7px 10px}.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist .add_to_wishlist img{height:auto;width:25px;color:var(--add-to-wishlist-icon-color, #000)}.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{color:var(--added-to-wishlist-icon-color, #000)}.yith-wcwl-wishlistaddedbrowse{display:flex;flex-direction:column;align-items:center}.yith-wcwl-wishlistaddedbrowse .feedback{display:flex;align-items:center;justify-content:center;gap:5px;text-wrap:balance}.yith-wcwl-add-to-wishlist--single .yith-wcwl-add-button ul.yith-wcwl-dropdown{left:0}.yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;background:#fff;position:absolute;z-index:15;top:100%;border:1px solid #cdcdcd;outline-offset:-10px;left:50%;min-width:200px}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute;left:50%;transform:translateX(-50%)}.with-tooltip .yith-wcwl-tooltip:before{content:"";display:block;position:absolute;top:0;left:50%;transform:translate(-50%, -95%);width:0;height:0;background:rgba(0,0,0,0) !important;border-left:5px solid rgba(0,0,0,0) !important;border-right:5px solid rgba(0,0,0,0) !important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style){background-color:var(--color-add-to-wishlist-background, #333333);background:var(--color-add-to-wishlist-background, #333333);color:var(--color-add-to-wishlist-text, #ffffff);border-color:var(--color-add-to-wishlist-border, #333333);border-radius:var(--rounded-corners-radius, 16px)}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style):hover{background-color:var(--color-add-to-wishlist-background-hover, #4f4f4f);background:var(--color-add-to-wishlist-background-hover, #4f4f4f);color:var(--color-add-to-wishlist-text-hover, #ffffff);border-color:var(--color-add-to-wishlist-border-hover, #4f4f4f)}.yith-wcwl-tooltip,.with-tooltip .yith-wcwl-tooltip:before,.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{background-color:var(--tooltip-color-background, #333333);border-bottom-color:var(--tooltip-color-background, #333333);border-top-color:var(--tooltip-color-background, #333333);color:var(--tooltip-color-text, #ffffff)}.wishlist-title{display:inline-block}.wishlist-title:hover a.show-title-form{visibility:visible}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden;display:inline-flex;align-items:center;padding:2px 7px;gap:5px}.wishlist-title a.show-title-form svg.yith-wcwl-icon-svg,.wishlist-title a.show-title-form img{width:20px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.hidden-title-form{position:relative;margin:25px 0 39px}.hidden-title-form .edit-title-buttons{position:absolute;right:5px;top:calc(50% - 15px)}.hidden-title-form>input[type=text]{padding-right:65px;line-height:1;min-height:30px}.hidden-title-form a{cursor:pointer;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle;font-size:1.3em}.hidden-title-form a i{margin:0;display:inline-block}.yes-js .hidden-title-form{display:none}table.wishlist_table{font-size:80%}table.wishlist_table.shop_table{width:100%}table.wishlist_table.shop_table .product-remove{width:0}table.wishlist_table.shop_table .product-remove>div{display:flex;align-items:center;justify-content:center}table.wishlist_table tr{position:relative}table.wishlist_table tr th{text-align:center}table.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}table.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}table.wishlist_table tr th.product-thumbnail{width:80px}table.wishlist_table tr th.product-name{text-align:left}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table thead th,table.wishlist_table tbody td{border-color:#e7e7e7}table.wishlist_table tbody td.wishlist-empty,p.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.wishlist-delete,.wishlist_table tr th.product-checkbox{text-align:center}.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.product-name,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy,.wishlist_table tfoot td{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table !important;margin:0 auto 5px !important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px !important;display:inline-flex !important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .product-add-to-cart .variations_form,.wishlist_table .product-add-to-cart.yith_wccl_is_custom .variations_form .variations{margin:15px 0}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px !important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.modern_grid li.wishlist-empty,.wishlist_table.images_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.images_grid.products li.product.first,.wishlist_table.images_grid.products li.product.last{clear:none}.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){clear:both}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.modern_grid li .item-details{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.images_grid li .product-thumbnail{position:relative}.wishlist_table.modern_grid li .product-thumbnail .product-checkbox,.wishlist_table.images_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:"";display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.modern_grid li .item-details h3,.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3{margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table,.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info{border:none;margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table td,.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td{border:none;font-size:.8em;padding:3px;vertical-align:top}.wishlist_table.modern_grid li .item-details table.item-details-table td.label,.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.modern_grid li .item-details table.item-details-table td.value,.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.modern_grid li .item-details table.item-details-table td.value input,.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input{width:auto}.wishlist_table.modern_grid li .item-details .product-add-to-cart,.wishlist_table.images_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .move-to-another-wishlist,.wishlist_table.images_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .product-remove,.wishlist_table.images_grid li .item-details .product-remove{text-align:right}.wishlist_table.modern_grid li .item-details .product-remove a,.wishlist_table.images_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img{max-width:32px;display:inline-block;margin-right:10px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.delete_item>.yith-wcwl-icon-svg{vertical-align:bottom}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.yith-wcwl-add-button>a i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.wishlist-title a.show-title-form i,.hidden-title-form button i,.yith-wcwl-wishlist-new button i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_manage_table tfoot a.create-new-wishlist i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.wishlist_table .add_to_cart.button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.wishlist_table a.ask-an-estimate-button,.wishlist-title a.show-title-form,.hidden-title-form a.hide-title-form,.woocommerce .yith-wcwl-wishlist-new button,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-button .add_to_wishlist img{margin-right:5px}.add-to-wishlist-before_image{position:relative}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0;display:flex;gap:5px;align-items:center}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:grid;place-items:center;border:none;min-width:26px;min-height:26px;border-radius:5px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.yith-wcwl-share li a svg{width:15px;height:15px}.yith-wcwl-share li a.email svg{width:17px;height:17px}.yith-wcwl-share ul li,.entry-content .yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.copy-trigger{cursor:pointer}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right;display:flex;gap:15px}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action button,.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action input[type=submit],.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action a{margin:0}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action,.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:none;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0 !important;width:100%}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .product-thumbnail,.wishlist_manage_table.modern_grid li .item-details{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{width:100%}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:none;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0 !important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style){background:var(--color-add-to-cart-background, #333333);color:var(--color-add-to-cart-text, #ffffff);border-color:var(--color-add-to-cart-border, #333333);border-radius:var(--add-to-cart-rounded-corners-radius, 16px)}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style):hover{background:var(--color-add-to-cart-background-hover, #4f4f4f);color:var(--color-add-to-cart-text-hover, #ffffff);border-color:var(--color-add-to-cart-border-hover, #4f4f4f)}.woocommerce .hidden-title-form button,.yith-wcwl-wishlist-new .create-wishlist-button,.wishlist_manage_table tfoot button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{background:var(--color-button-style-1-background, #333333);color:var(--color-button-style-1-text, #ffffff);border-color:var(--color-button-style-1-border, #333333)}.woocommerce .hidden-title-form button:hover,.yith-wcwl-wishlist-new .create-wishlist-button:hover,.wishlist_manage_table tfoot button.submit-wishlist-changes:hover,.yith-wcwl-wishlist-search-form button.wishlist-search-button:hover{background:var(--color-button-style-1-background-hover, #333333);color:var(--color-button-style-1-text-hover, #ffffff);border-color:var(--color-button-style-1-border-hover, #333333)}.woocommerce .wishlist-title a.show-title-form,.woocommerce .hidden-title-form a.hide-title-form,.wishlist_manage_table tfoot a.create-new-wishlist{background:var(--color-button-style-2-background, #333333);color:var(--color-button-style-2-text, #ffffff);border-color:var(--color-button-style-2-border, #333333)}.woocommerce .wishlist-title a.show-title-form:hover,.woocommerce .hidden-title-form a.hide-title-form:hover,.wishlist_manage_table tfoot a.create-new-wishlist:hover{background:var(--color-button-style-2-background-hover, #333333);color:var(--color-button-style-2-text-hover, #ffffff);border-color:var(--color-button-style-2-border-hover, #333333)}.woocommerce table.shop_table.wishlist_table tr td{background:var(--color-wishlist-table-background, #ffffff);color:var(--color-wishlist-table-text, #6d6c6c);border-color:var(--color-wishlist-table-border, #cccccc)}.wishlist_table thead tr th,.wishlist_table tfoot td td,.widget_yith-wcwl-lists ul.dropdown li.current a,.widget_yith-wcwl-lists ul.dropdown li a:hover,.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a,.selectBox-dropdown-menu.selectBox-options li.selectBox-hover a{background:var(--color-headers-background, #f4f4f4)}.yith-wcwl-share li a{color:var(--color-share-button-color, #ffffff)}.yith-wcwl-share li a:hover{color:var(--color-share-button-color-hover, #ffffff)}.yith-wcwl-share a.facebook{background:var(--color-fb-button-background, #39599e)}.yith-wcwl-share a.facebook:hover{background:var(--color-fb-button-background-hover, #39599e)}.yith-wcwl-share a.twitter{background:var(--color-tw-button-background, #45afe2)}.yith-wcwl-share a.twitter:hover{background:var(--color-tw-button-background-hover, #39599e)}.yith-wcwl-share a.pinterest{background:var(--color-pr-button-background, #ab2e31)}.yith-wcwl-share a.pinterest:hover{background:var(--color-pr-button-background-hover, #39599e)}.yith-wcwl-share a.email{background:var(--color-em-button-background, #fbb102)}.yith-wcwl-share a.email:hover{background:var(--color-em-button-background-hover, #39599e)}.yith-wcwl-share a.whatsapp{background:var(--color-wa-button-background, #00a901)}.yith-wcwl-share a.whatsapp:hover{background:var(--color-wa-button-background-hover, #39599e)}.woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb !important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAQCAYAAABpyU3qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5NjEyMjE3NDdDMTFFNEI2QTlFMkJDRDM2N0M2MjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5NjEyMjI3NDdDMTFFNEI2QTlFMkJDRDM2N0M2MjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Qjk2MTIxRjc0N0MxMUU0QjZBOUUyQkNEMzY3QzYyMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Qjk2MTIyMDc0N0MxMUU0QjZBOUUyQkNEMzY3QzYyMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnq7XK4AAADGSURBVHjaYvz//z/DUARMDEMUjDp81OFEAhZ8knPnzkXmekDpHTCB5ORksi0Gmr0dyUx0sANotic1QhzkwT4g7ifkWRJAIRD/wSIOEiuiVlLJBGJNINYA4iwqOfwGEE/DIj4diK9Tw+FCQFyPxK8DYmEqOb4JiN8i8d8BcSO1Mmc9mkOFoY6nBngLdTwMNKJ5hGyH40oaWVA5aoBp0GSDK+mQXqpAMyQLDn2gjOpJBYf/gWZURhyZFStgHG2rjDp8mDscIMAAb90m9dDF8rIAAAAASUVORK5CYII=) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAQCAYAAABpyU3qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5NjEyMjE3NDdDMTFFNEI2QTlFMkJDRDM2N0M2MjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5NjEyMjI3NDdDMTFFNEI2QTlFMkJDRDM2N0M2MjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Qjk2MTIxRjc0N0MxMUU0QjZBOUUyQkNEMzY3QzYyMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Qjk2MTIyMDc0N0MxMUU0QjZBOUUyQkNEMzY3QzYyMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnq7XK4AAADGSURBVHjaYvz//z/DUARMDEMUjDp81OFEAhZ8knPnzkXmekDpHTCB5ORksi0Gmr0dyUx0sANotic1QhzkwT4g7ifkWRJAIRD/wSIOEiuiVlLJBGJNINYA4iwqOfwGEE/DIj4diK9Tw+FCQFyPxK8DYmEqOb4JiN8i8d8BcSO1Mmc9mkOFoY6nBngLdTwMNKJ5hGyH40oaWVA5aoBp0GSDK+mQXqpAMyQLDn2gjOpJBYf/gWZURhyZFStgHG2rjDp8mDscIMAAb90m9dDF8rIAAAAASUVORK5CYII=) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto !important}.change-wishlist-selectBox-dropdown-menu{width:auto !important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto !important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;display:inline !important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px !important;height:16px !important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px !important}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.4);box-shadow:0 0 1px hsla(0,0%,100%,.4)}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0 !important}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative;display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto;margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:25px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:14px;line-height:20px}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;min-width:300px;display:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a,.widget_yith-wcwl-items .mini .items-counter>a{display:flex;align-items:flex-end}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon{display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon img,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon img{stroke-width:1.25;height:35px;width:35px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:"";display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative;display:flex;align-items:center;justify-content:center}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg{width:70px;height:70px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;font-size:14px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block !important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width: 768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}.yith-wcwl-pp-modal{position:fixed !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important;width:450px !important}.yith-wcwl-pp-modal .yith-wcwl-popup-form{padding:0}.yith-wcwl-pp-modal div.pp_content_container{padding:40px 35px;border-radius:15px;display:flex;box-shadow:rgba(24,53,62,.1) 0 11px 15px -7px,rgba(24,53,62,.07) 0px 24px 38px 3px,rgba(24,53,62,.06) 0px 9px 46px 8px;max-width:fit-content}.yith-wcwl-pp-modal div.pp_content_container .pp_content{width:380px !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content{padding:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .heading-icon{margin-top:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .create-wishlist-button{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .wishlist-select+.select2-container{width:100% !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content p.form-row.yith-wcwl-info-text{text-wrap:balance;text-align:center}.yith-wcwl-pp-modal div.pp_content_container .popup-description{margin-bottom:10px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon{color:var(--modal-colors-icon, #007565);height:auto;max-height:90px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light){stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light) *{stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-modal__content{padding:20px 55px 0;display:flex;flex-direction:column;gap:20px}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-popup-footer{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .popup_button,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button{transition:.2s;background:var(--modal-colors-primary-button, #007565);color:var(--modal-colors-primary-button-text, #fff);border:none;border-radius:8px;width:100%;box-sizing:border-box;display:block;padding:13px 25px;text-align:center;text-decoration:none;font-size:14px}.yith-wcwl-pp-modal div.pp_content_container .popup_button:hover,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button:hover,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button:hover{color:var(--modal-colors-primary-button-text-hover, #fff);background:var(--modal-colors-primary-button-hover, #007565)}.yith-wcwl-pp-modal div.pp_content_container .popup_button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .popup_button img,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button img,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button img{display:none}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper label.radio,.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{display:inline-block;float:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{clear:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.description{clear:both}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button{transition:.2s;border-radius:5px;background:var(--modal-colors-secondary-button, #08a889);color:var(--modal-colors-secondary-button-text, #fff);border:none}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button:hover{background:var(--modal-colors-secondary-button-hover, #08a889);color:var(--modal-colors-secondary-button-text-hover, #fff)}.yith-wcwl-pp-modal.feedback .pp_content_container{padding:20px 15px}.yith-wcwl-pp-modal select.change-wishlist,.yith-wcwl-pp-modal button.move-to-another-wishlist-button{box-sizing:border-box}/*# sourceMappingURL=style.css.map */
/*!/wp-content/themes/xstore/xstore-rtl.css*/
* {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  margin-right: 0 !important;
}
html.no-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
body {
  --et_font-color: #555;
  margin: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Verdana, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: var(--et_font-color) !important;
  height: auto !important;
  background-color: var(--et_container-bg-color, transparent);
  --product-stock-step-1-active-color: var(--et_green-color);
  --product-stock-step-2-active-color: var(--et_orange-color);
  --product-stock-step-3-active-color: var(--et_red-color);
  --h1-size-proportion: 2.5714;
  --h2-size-proportion: 1.7142;
  --h3-size-proportion: 1.7142;
  --h4-size-proportion: 1.2857;
  --h5-size-proportion: 1;
  --h6-size-proportion: 0.8571;
  --h1-line-height: 1.2;
  --h2-line-height: var(--h1-line-height);
  --h3-line-height: var(--h1-line-height);
  --h4-line-height: var(--h1-line-height);
  --h5-line-height: var(--h1-line-height);
  --h6-line-height: var(--h1-line-height);
  --product-title-size-proportion: 1.14;
  --product-title-line-height: 1.5;
  --et_main-color: #888;
  --et_dark-color: #222;
  --et_active-color: #a4004f;
  --et_red-color: #c62828;
  --et_green-color: #2e7d32;
  --et_blue-color: #1565c0;
  --et_orange-color: #f57f17;
  --et_yellow-color: #fdd835;
  --et_border-color: #e1e1e1;
  --et_light-color: #f7f7f7;
  --et_light-color2: #f2f2f2;
  --et_white-2-dark: #fff;
  --et_dark-2-white: #222;
  --et_select-arrow-closed: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAEm0lEQVR4nO3cWaiUZRgH8N85armShlgWLZS0gLQgIVm0UGQgtEBKe110IdSFF0FXhtCNChERFLSQFBUltEC0ZxS0E7QZ0UJEG6aFltmiOV28c3DpvO+cZWa+c+Z7fjAo58x87/99HuSceb9nJIQQQgghhBBCCCGEEEIIIYQQQgghhBBCO01o/nkYrsRp+B7bK0tUL7NwFRZhM7bCOfgdjebjl+bXQmediy321H07ToeP9vriwGMHFlcSsx4ulGq8f92fhm2DfKOBv3BRBWF73cVSbQer+cvwbOabDfyDZV2P3LuWSTXN1ftGOBY/Fp60C9d0OXgvulaqZa7OD6Nv4MlH4svCk3djRfey95wVUg1z9b3TXs0YcCg2Fl7UwMrOZ+85tyrX9HaDNGPAIfi4xQVWdy57z1mtXMtVQ7nILLzX4kJr25u7J61VruEtw7nYTLzd4oL3oL892XtKv1Sb0s/jm0dy4enYULhwA/eKpuytH/fJ1+tfLB/NAlOlNyulpjyKiaNZpEdMxGPKzbihHQtNwQuFhRp4ApPasdg4NUmqQa4+O3F5Oxc8AE8WFmxI7/gnt3PRcWKy1qcdSzux8CSsLyzckP4lTenE4mPUdLwmX48/saSTASZgXSFAA69jRidDjBEz8IZ8HXZIp7od14/7C0Ea0vuYg7sRpiIH4335/f+Gs7oZqE86fyk15QPM7maoLpkt7S237204o4pgfdI5TKkpGzG3inAdMhefye93CxZUlq5plXJTPsfhVYVro8OlveT2+TNOqSzdfm5Rbso3OKaydKN3jLSH3P5+wAmVpcu4WfnM/1vMqyzdyM2Tsuf29R2OqyxdC8ulI4Jc+J8wv7J0wzdfypzbz1c4qrJ0Q3SDclM24aTK0g3dyVLW3D6+wBGVpRumK6Tzm9xmfsXCytK1tlDKmMv/iXQzb1xZqjxhsVWa2BtrFknZcrk/xJzK0o3SEuk8J7e57TivsnT/d76UKZf3Henm3biWm9IbePyBCypLt8di5Zxv4qDK0rXZ2dL5Tm6zf+OSytJxaTNDLt8rmFZZug45U35stSH9vLmsglxXK/8C8qJ057QnLbDvxPf+j124rot5rleeJnxKujnX006VPguRK8JuzRnXDrtJ+WRhvRrdlj5ROv8pNaWTo6utRjvX2fNhpto4XjoHyhWloTOjqytbrPmAGo82HY2vlQvUztHVVqOdgw49102ryfsG1rRhnVajncWh57o5FJ8qF+xuIytYf/O1pWuvGlX6HjXH4J933Psx3NHV/uZrStcc1tBz3czCu8oFfMTQRlcnSmOupd/kRjT0XDcz8ZZyUx5Xfo/QarRz1EPPdTMNryo3JTe62mq0s21Dz3UzFS8pN+V5+46uthoM3yndPAsjdCCeUW7KwOjqjObfc8/r2NBz3UzBc8pN2aA89Byft2+zCdLnuEtNyT26NvRcNxPwoOE1o+tDz3XTh7sMrRmVDT3XTR/uUG7GmBh6rpvbDN6MMTX0XDdr7NuMzdIdyXGrF46bF0u/RW3CQ9L/bBRCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYD/AI5xCCmGn2cGAAAAAElFTkSuQmCC);
  --et_select-arrow-opened: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAEZUlEQVR4nO3caYhVZRgH8N+oaWmbIWULUhS0UbQQtFFJEUXRSoRaZHvUB8EWPxgl9UVaKGmPVioKKjNB2omKooUiKpE2kXZbtE3LvQ/n3hxz3vfc0Xvvae59fnBgYO457/99nznn3jnznCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQjP1VB2gCUbj5NrXs7CwwixdbywWYU1t+wVHVRmom52KZdYWo74twykV5upKZ2Gl9YtR35bj9MrSdZlz5ItR31bi7Ioydo3LsFp5MXoX5dxKknaBSfpXjPq2WlHI0ERlZ8a7tS31/VW4oO2pO9R0+TPgJQzHiNrXuddObXP2jlNWjGcxrNfrN8PzJftc26bsHaUHt8sv7NMY2se+QzGzZN/prY3fWQbhbvkFfQSDM8cYUntN7hg3tiZ+ZxmCR+UX8gH5YtQNxoMlx7pLZ9zPa4kheFx+AW/TvwVs5NJ3r+KsDL0Mw2z5hbvFhv0099T2zR37McUPRMCmmCO/YNc1YZzrS8Z4QhTF5nhVfqGmNHG8KSVjzbbux+iusgVel1+gK1sw7lUlY85RnLVdZRvltzouaeH4l8rfinlO8UtmVxiF9+WLcWEbclxUGyuV4zXFWdzRtsdc6UVYgXFtzDO+NmYqzxvYso152mpHzJOe/HKcUUGuM2tjp3K9p7jEdpRdMF960n/hhMrScSL+7iNXfftAcantCLtigfRkl+K4qsL1crwiSyrnXMUld0DbC99JT/J3HFFZuvUdiT+k887DDpWl20j74Afpyf2KwypLl3Y4fpPO/Sl2qizdBjrIug1s/91+xgGVpSt3oCJjKv8CxaV4QDgYi6Un8yP2qyxd4/bHT9Lz+Aq7VZauQWPlr8HfYI/K0vXfnvhWej7fY+/K0pU4Bkukw89XfPwdaHbH19LzWoh9K0uXcJL85/jPMaaydBtvZ3wpPb9FivfN/4VU03N9+0TxyMBANwafSc9zseL9s1JlTc8fYbvK0jXfaHws/1H+0KrCTZQvxjsYWVW4FtoWH0rP+08c3e5QZa2db2Hrdodqo5F4W3r+S3Bsu8KUNT2/omjr7HRb4U3pdVhm7aN2LXN1JsAavKjos+0WI/CyfFFOa9XgZX22s3Rng8BwvCC9Li15cKisGE/pu8+2WwzFM/JFmdiMgXpwR2agNXhYY62dnW4TPCm9Thv94NAg3JMZYA3uF8XobTAeki/KpA05cCNNzzNEo3JfBuE++aJM7s8BG2l6vlkUI6cHt8qv4TWNHKiRpudpTY3euXpwk/xaZh8caqTpuZl9tt1imvya3tDXTmVNz6txRWtzd7SyJu879XoLGCL/oGQUozmmyhfl30fsLs+8KB66b67J8vcBx5O+F7MK57c9cufLdd7PoO9f/lZgQgVhu8V5+v5b0gSKTrzenRVLxb82aodxis7N+rrPxOD6O/soXKy4nfyIomUytN4oHIIvxJqHEEIIIYQQQgghhBBCCCGEEEIIIYQQQkv8A07d/ovDcJx+AAAAAElFTkSuQmCC);
  --et_404-page-bg-image: url(/wp-content/themes/xstore/../../images/404.png);
  --et_link-color: var(--et_dark-2-white);
  --et_link-hover-color: var(--et_main-color);
  --et_btn-color: var(--et_dark-2-white);
  --et_btn-bg-color: var(--et_light-color2);
  --et_btn-br-color: var(--et_light-color2);
  --et_btn-color-hover: #fff;
  --et_btn-bg-color-hover: var(--et_active-color);
  --et_btn-br-color-hover: var(--et_active-color);
  --et_btn-bordered-color: var(--et_dark-color);
  --et_btn-bordered-bg-color: transparent;
  --et_btn-bordered-br-color: var(--et_border-color);
  --et_btn-bordered-color-hover: var(--et_dark-color);
  --et_btn-bordered-bg-color-hover: #fff;
  --et_btn-bordered-br-color-hover: var(--et_border-color);
  --et_btn-active-color: #fff;
  --et_btn-active-bg-color: var(--et_active-color);
  --et_btn-active-br-color: var(--et_active-color);
  --et_btn-active-color-hover: #fff;
  --et_btn-active-bg-color-hover: var(--et_active-color);
  --et_btn-active-br-color-hover: var(--et_active-color);
  --et_btn-light-color: #fff;
  --et_btn-light-bg-color: var(--et_btn-bg-color);
  --et_btn-light-br-color: var(--et_border-color);
  --et_btn-light-text-transform: uppercase;
  --et_btn-light-color-hover: #fff;
  --et_btn-light-bg-color-hover: var(--et_active-color);
  --et_btn-light-br-color-hover: var(--et_active-color);
  --et_btn-dark-color: #fff;
  --et_btn-dark-bg-color: var(--et_dark-color);
  --et_btn-dark-br-color: var(--et_dark-color);
  --et_btn-dark-color-hover: #fff;
  --et_btn-dark-bg-color-hover: #4c4c4c;
  --et_btn-dark-br-color-hover: #4c4c4c;
  --et_dark-2-white-0: rgba(0, 0, 0, 0);
  --et_dark-2-white-01: rgba(0, 0, 0, 0.1);
  --et_dark-2-white-02: rgba(0, 0, 0, 0.2);
  --et_dark-2-white-03: rgba(0, 0, 0, 0.3);
  --et_dark-2-white-08: rgba(0, 0, 0, 0.8);
  --et_dark-2-white-002: rgba(0, 0, 0, 0.02);
  --et_white-2-dark-0: rgba(255, 255, 255, 0);
  --et_white-2-dark-01: rgba(255, 255, 255, 0.1);
  --et_white-2-dark-05: rgba(255, 255, 255, 0.5);
  --et_white-2-dark-07: rgba(255, 255, 255, 0.7);
  --et_white-2-dark-09: rgba(255, 255, 255, 0.9);
  --et_dark-2-light-dark: var(--et_dark-color);
  --et_white-2-light-dark: #fff;
}
body.et-compare:before {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
h1 {
  margin: 0 0 0.67em 0;
}
mark {
  background: transparent;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
body p:empty {
  display: none !important;
}
img.emoji {
  display: inline !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
}
.active-color {
  color: var(--et_active-color);
}
fieldset {
  border: 1px solid var(--et_border-color);
  border-radius: var(--et_inputs-border-radius, 0);
  margin: 0 0 3em;
  padding: 1.5em 2.5em;
  min-width: 0;
}
fieldset legend {
  display: inline-block;
  width: auto;
  padding-right: 7px;
  padding-left: 7px;
}
legend {
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--et_dark-2-white);
  margin-bottom: 0;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 0;
}
address {
  font-style: italic;
  font-size: 1.14rem;
}
h1,
.h1 {
  margin-top: 0;
  font-size: calc(var(--h1-size-proportion) * 1rem);
  line-height: var(--h1-line-height);
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: var(--et_dark-2-white);
}
h2,
.h2 {
  line-height: var(--h2-line-height);
  color: var(--et_dark-2-white);
}
h3,
.h3 {
  line-height: var(--h3-line-height);
  color: var(--et_dark-2-white);
}
h4,
.h4 {
  line-height: var(--h4-line-height);
  color: var(--et_dark-2-white);
}
h5,
.h5 {
  line-height: var(--h5-line-height);
  color: var(--et_dark-2-white);
}
h6,
.h6 {
  line-height: var(--h6-line-height);
  color: var(--et_dark-2-white);
}
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  font-size: calc(var(--h2-size-proportion) * 1rem);
  font-weight: 400;
  margin-bottom: 0.7rem;
}
h3,
.h3 {
  font-size: calc(var(--h3-size-proportion) * 1rem);
}
h4,
.h4 {
  margin-top: 0;
  font-size: calc(var(--h4-size-proportion) * 1rem);
  font-weight: 400;
  margin-bottom: 0.7rem;
}
h5,
.h5 {
  margin-top: 0;
  font-size: calc(var(--h5-size-proportion) * 1rem);
  font-weight: 400;
  margin-bottom: 0.7rem;
}
h6,
.h6 {
  margin-top: 0;
  font-size: calc(var(--h6-size-proportion) * 1rem);
  font-weight: 400;
  margin-bottom: 0.7rem;
}
p {
  margin-bottom: 1.43rem;
  line-height: var(--p-line-height, 1.6);
  font-size: var(--p-font-size, 1.14rem);
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.aligncenter {
  opacity: 1;
}
.wp-caption {
  max-width: 100%;
}
img.aligncenter {
  margin: 0.35em auto;
}
img.alignright {
  float: right;
  margin: 0.14em 0 1.42em 1.42em;
}
img.alignleft {
  float: left;
  margin: 0.14em 1.42em 1.42em 0;
}
.cursor-pointer {
  cursor: pointer;
}
.aligncenter {
  display: block;
  margin: 0.36em auto;
}
.alignright {
  float: right;
  margin: 1.07em 0 2.14em 1.07em !important;
}
.alignleft {
  float: left;
  margin: 15px 2.14em 1.07em 0 !important;
}
.type-product ul,
.content ul {
  margin-bottom: 1.43em;
}
.type-product ul ul,
.content ul ul,
.type-product ol ol,
.content ol ol {
  margin-bottom: 0;
}
.type-product li,
.content li {
  margin-bottom: 0.5em;
  line-height: 1.8;
  font-size: 1.14rem;
}
.type-product ul,
.content ul,
.type-product ol,
.content ol {
  padding-left: 20px;
}
.type-product .simple-list li,
.content .simple-list li {
  padding: 5px 0;
}
body ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: var(--et_border-color);
}
.nano-pane {
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.nano-pane > .nano-slider {
  position: relative;
  margin: 0;
  border-radius: 3px;
}
body ::-webkit-scrollbar-thumb {
  background: #bbb;
}
.nano-slider {
  background: #bbb;
  z-index: 3;
}
.et-overflow-hidden {
  overflow: hidden;
}
.et-content-shown:before {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(24, 24, 24, 0.3);
  content: '';
  z-index: 1003;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
.page-wrapper {
  position: relative;
  z-index: 1;
  background-color: var(--et_container-bg-color, transparent);
}
.template-container {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .boxed .template-container,
  .framed .template-container {
    width: 1230px;
    margin: 0 auto;
  }
  .framed .template-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body.bordered {
    border: 20px solid #f5f5f5;
  }
  body.bordered .body-border-left,
  body.bordered .body-border-top,
  body.bordered .body-border-right,
  body.bordered .body-border-bottom {
    position: fixed;
    z-index: 1001;
    background-color: #f5f5f5;
  }
  body.bordered .body-border-left,
  body.bordered .body-border-right {
    top: 0;
    bottom: 0;
    width: 20px;
  }
  body.bordered .body-border-left {
    left: 0;
  }
  body.bordered .body-border-right {
    right: 0;
  }
  body.bordered .body-border-top,
  body.bordered .body-border-bottom {
    height: 20px;
    left: 0;
    right: 0;
  }
  body.bordered .body-border-top {
    top: 0;
  }
  body.bordered .body-border-bottom {
    bottom: 0;
  }
  body.bordered .et-notify {
    top: 22px;
  }
  body.bordered.admin-bar .body-border-top {
    height: 52px;
  }
  body.bordered.admin-bar .et-notify {
    top: 52px;
  }
  body.bordered:not(.rtl) .et-notify {
    right: 20px;
  }
  body.bordered.rtl .et-notify {
    left: 20px;
  }
  body.bordered .etheme-sticky-panel {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.etheme-elementor-off-canvas--shown .etheme-sticky-panel,
body:has(.et-quick-view-wrapper) .etheme-sticky-panel,
.etheme-sticky-panel.outside {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
/* WebKit/Blink Browsers */
::-moz-selection {
  background: var(--et_selection-bg-color, #f2f2f2);
}
::selection {
  background: var(--et_selection-bg-color, #f2f2f2);
}
/* Gecko Browsers */
::-moz-selection {
  background: var(--et_selection-bg-color, #f2f2f2);
}
.swiper-custom-right::-moz-selection, .swiper-custom-left::-moz-selection, .swiper-container::-moz-selection, .rev_slider_wrapper::-moz-selection, .swiper-entry::-moz-selection, .swiper-container::-moz-selection, .product-content-image::-moz-selection, .swiper-container .swiper-lazy::-moz-selection, .tp-carousel-wrapper::-moz-selection, .tp-revslider-mainul::-moz-selection, .tp-bgimg::-moz-selection, .tp-revslider-slidesli::-moz-selection, .tp-revslider-mainul::-moz-selection, .rev_slider::-moz-selection, .rev_slider_wrapper::-moz-selection, .content::-moz-selection, .mpc-carousel__wrapper::-moz-selection, .mpc-wc-carousel-products::-moz-selection, .slick-list::-moz-selection, .mpc-navigation::-moz-selection, .mpc-nav__icon::-moz-selection, .swiper-slide::-moz-selection, .swiper-slide .content-product::-moz-selection {
  background-color: var(--et_selection-bg-color, transparent);
}
.swiper-custom-right::selection,
.swiper-custom-left::selection,
.swiper-container::selection,
.rev_slider_wrapper::selection,
.swiper-entry::selection,
.swiper-container::selection,
.product-content-image::selection,
.swiper-container .swiper-lazy::selection,
.tp-carousel-wrapper::selection,
.tp-revslider-mainul::selection,
.tp-bgimg::selection,
.tp-revslider-slidesli::selection,
.tp-revslider-mainul::selection,
.rev_slider::selection,
.rev_slider_wrapper::selection,
.content::selection,
.mpc-carousel__wrapper::selection,
.mpc-wc-carousel-products::selection,
.slick-list::selection,
.mpc-navigation::selection,
.mpc-nav__icon::selection,
.swiper-slide::selection,
.swiper-slide .content-product::selection {
  background-color: var(--et_selection-bg-color, transparent);
}
.a-center {
  text-align: center;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}
.quicklinks a .ab-icon.et-ab-label img {
  padding: 6px 0 0 !important;
  max-width: 20px;
}
@media only screen and (max-width: 768px) {
  .mob-center {
    text-align: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.demo_store {
  width: 100%;
  z-index: 1005;
  color: #1a1a1a;
  background-color: #f2f2f2;
  margin-bottom: 0;
  text-align: center;
  padding: 3px 15px;
}
.yith-wcbm-badge {
  z-index: 4;
}
.et-cookies-popup-wrapper {
  background: #fff;
  z-index: 1000;
  margin: 15px;
  padding: 30px;
  border: 1px solid #e1e1e1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.et-cookies-popup-wrapper .close {
  margin: 15px;
  line-height: 1;
  cursor: pointer;
}
.et-cookies-popup-wrapper .cookies-button {
  height: auto;
}
.et-cookies-popup-wrapper .cookies-button:only-child {
  margin-top: 30px;
}
.et-cookies-popup-wrapper .cookies-details {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}
.et-cookies-popup-wrapper.right.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.et-cookies-popup-wrapper.right.left .cookies-button {
  margin-top: 0;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
@media only screen and (max-width: 768px) {
  .et-cookies-popup-wrapper.right.left .cookies-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .et-cookies-popup-wrapper.right.left .cookies-button {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    margin-top: 15px;
  }
}
.et-cookies-popup-wrapper.removing {
  opacity: 0;
  visibility: hidden;
}
.et-cookies-popup-wrapper.removing.left:not(.right) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.et-cookies-popup-wrapper.removing.right:not(.left) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.et-cookies-popup-wrapper.removing.left.right {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
body.rtl .et-cookies-popup-wrapper.removing.left:not(.right) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
body.rtl .et-cookies-popup-wrapper.removing.right:not(.left) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
/*=======================================
=            Buttons #buttons           =
========================================*/
.button,
.btn,
input[type="submit"],
input[type="button"],
form button,
form #qna-ask-input button {
  display: inline-block;
  border-radius: 0;
  border: 1px solid var(--et_btn-br-color);
  color: var(--et_btn-color);
  -webkit-text-fill-color: currentColor;
  text-transform: uppercase;
  font-size: var(--et_btn-size, 0.85rem);
  text-align: center;
  line-height: 1;
  padding: 0.75rem 2.2rem;
  height: var(--et_inputs-height, 2.642rem);
  background-color: var(--et_btn-bg-color);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button:hover,
.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
form button:hover,
form #qna-ask-input button:hover {
  color: var(--et_btn-color-hover);
  background-color: var(--et_btn-bg-color-hover);
  border-color: var(--et_btn-br-color-hover);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button:focus,
.btn:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
form button:focus,
form #qna-ask-input button:focus {
  color: var(--et_btn-color);
  outline: none;
}
.button:hover:focus,
.btn:hover:focus,
input[type="submit"]:hover:focus,
input[type="button"]:hover:focus,
form button:hover:focus,
form #qna-ask-input button:hover:focus {
  color: var(--et_white-2-dark);
  outline: none;
}
.button.active,
.btn.active,
input[type="submit"].active,
input[type="button"].active,
form button.active,
form #qna-ask-input button.active {
  background-color: var(--et_btn-active-bg-color);
  color: var(--et_btn-active-color);
  border-color: var(--et_btn-active-br-color);
}
.button.active:hover,
.btn.active:hover,
input[type="submit"].active:hover,
input[type="button"].active:hover,
form button.active:hover,
form #qna-ask-input button.active:hover {
  background-color: var(--et_btn-active-bg-color-hover);
  color: var(--et_btn-active-color-hover);
  border-color: var(--et_btn-active-br-color-hover);
}
.button.active:focus,
.btn.active:focus,
input[type="submit"].active:focus,
input[type="button"].active:focus,
form button.active:focus,
form #qna-ask-input button.active:focus,
.button.active:hover:focus,
.btn.active:hover:focus,
input[type="submit"].active:hover:focus,
input[type="button"].active:hover:focus,
form button.active:hover:focus,
form #qna-ask-input button.active:hover:focus {
  color: var(--et_btn-active-color-hover);
}
input[type="submit"],
input[type="button"] {
  height: auto;
}
.btn.active:hover {
  opacity: 0.8 !important;
}
.btn-black,
.btn.black,
.form-submit input[type="submit"],
#commentform input[type="button"] {
  background-color: var(--et_btn-dark-bg-color);
  border: 1px solid var(--et_btn-dark-br-color);
  color: var(--et_btn-dark-color);
  -webkit-text-fill-color: currentColor;
}
.btn-black:hover,
.btn.black:hover,
.form-submit input[type="submit"]:hover,
#commentform input[type="button"]:hover {
  background-color: var(--et_btn-dark-bg-color-hover);
  border-color: var(--et_btn-dark-br-color-hover);
  color: var(--et_btn-dark-color-hover);
}
.woocommerce-Button {
  height: auto;
  color: var(--et_btn-color);
  background-color: var(--et_btn-bg-color);
  border-color: var(--et_btn-br-color);
}
.woocommerce-Button:hover {
  color: var(--et_btn-color-hover);
  background-color: var(--et_btn-bg-color-hover);
  border-color: var(--et_btn-br-color-hover);
}
.woocommerce-Button + label.inline {
  margin-bottom: 0;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.btn-checkout,
.mini-cart-buttons .btn-checkout {
  color: var(--et_btn-active-color);
  background-color: var(--et_btn-active-bg-color);
  border-color: var(--et_btn-active-br-color);
}
.btn-checkout:hover,
.mini-cart-buttons .btn-checkout:hover,
.btn-checkout:hover:focus,
.mini-cart-buttons .btn-checkout:hover:focus {
  opacity: 0.8 !important;
  color: var(--et_btn-active-color-hover);
  background-color: var(--et_btn-active-bg-color-hover);
  border-color: var(--et_btn-active-br-color-hover);
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:not(.black):not(.active):not(.bordered):not(.style-custom) {
  color: var(--et_btn-color);
  background-color: var(--et_btn-bg-color);
  border-color: var(--et_btn-br-color);
}
.btn:not(.black):not(.active):not(.bordered):not(.style-custom):hover {
  color: var(--et_btn-color-hover);
  background-color: var(--et_btn-bg-color-hover);
  border-color: var(--et_btn-br-color-hover);
}
.btn[disabled],
.button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.btn.small {
  padding: 0.65rem 1.5rem;
  font-size: 0.75rem;
  height: auto;
}
.btn.medium {
  font-size: 0.85rem;
  height: auto;
}
.btn.big {
  font-size: 1rem;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.btn.white {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}
.btn.white:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--et_dark-color);
}
.btn.bordered,
.btn.bordered.small,
.btn.bordered.medium,
.btn.bordered.big {
  background-color: var(--et_btn-bordered-bg-color);
  color: var(--et_btn-bordered-color);
  border: 1px solid var(--et_btn-bordered-br-color);
}
.btn.bordered:hover,
.btn.bordered.small:hover,
.btn.bordered.medium:hover,
.btn.bordered.big:hover,
.btn.bordered:focus,
.btn.bordered.small:focus,
.btn.bordered.medium:focus,
.btn.bordered.big:focus {
  background-color: var(--et_btn-bordered-bg-color-hover);
  border-color: var(--et_btn-bordered-br-color-hover);
  color: var(--et_btn-bordered-color-hover);
}
.btn-underline {
  position: relative;
  display: inline-block;
}
.btn-underline:after {
  content: "";
  width: 100%;
  left: 50%;
  right: 50%;
  height: 2px;
  background-color: var(--et_active-color);
  opacity: 0;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-underline:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.btn-advanced {
  background-color: var(--et_active-color);
  color: #fff !important;
  padding: 9px 63px 9px 23px;
  text-transform: uppercase;
  font-size: 13px;
  border-color: var(--et_active-color);
}
input[type="submit"].btn-advanced {
  border-color: var(--et_active-color);
  background-color: var(--et_active-color);
}
.btn-advanced:before {
  content: "";
  width: 40px;
  height: 41px;
  right: 0;
  display: block;
  -webkit-transform: none;
          transform: none;
  background-color: var(--et_dark-2-white-01);
}
.btn-advanced:after {
  top: -2px;
  color: #fff;
  opacity: 1;
  margin-left: 0;
  content: '\e904';
  font-family: 'xstore-icons';
  display: inline-block;
  position: absolute;
  right: -15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/*-----  End of Buttons  ------*/
.et-load-block {
  position: relative;
}
.et-load-block .btn {
  padding: 0;
  height: auto;
  border: none;
}
.et-load-block .btn a {
  padding: 0.83rem 1.7rem;
  display: inline-block;
  color: currentColor;
}
.et-load-block.loading .et-loader {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.et-load-block.loading .btn,
.et-load-block.lazy-loading .btn {
  opacity: 0;
}
.et-load-block .et-loader {
  z-index: -1;
  position: static;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.et-load-block .et-loader-img {
  max-width: 200px;
}
.et-load-block p {
  margin-bottom: 0;
}
.et-ajax-element {
  min-height: 100px;
}
.et-loader {
  position: relative;
  margin: 0 auto;
}
.loader-circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  margin: auto;
}
.loader-path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: var(--et_main-color);
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
body > .et-loader {
  background-color: var(--et_white-2-dark-09);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
body > .et-loader svg {
  width: 40px;
}
.et-loader-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rtl .et-loader-img {
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.blockOverlay {
  display: block;
  background: var(--et-blockOverlay-color, var(--et_white-2-dark-05)) !important;
  opacity: 1 !important;
  line-height: 1;
}
.blockOverlay:before,
.etheme-elementor-off-canvas.processing .etheme-elementor-off-canvas__main:before {
  position: absolute;
  left: calc(50% - (var(--et_loader-size, 18px) / 2));
  top: calc(50% - (var(--et_loader-size, 18px) / 2));
}
.rtl .blockOverlay:before,
.rtl .etheme-elementor-off-canvas.processing .etheme-elementor-off-canvas__main:before {
  left: auto;
  right: calc(50% - (var(--et_loader-size, 18px) / 2));
}
.products-loop {
  position: relative;
}
.products-loop .product-ajax {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--et_white-2-dark-07);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  z-index: -1;
}
.products-loop .product-ajax.loading {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.products-loop .product-ajax .loader-path {
  stroke: var(--et_main-color);
}
.products-loop .product-ajax .loader-circular {
  bottom: auto;
  top: 150px;
}
.product-details .compare.button .blockOverlay:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--et_white-2-dark);
  z-index: -1;
}
.woocommerce .wishlist-fragment .blockUI.blockOverlay::before {
  display: inline-block;
}
.content-product .wishlist-fragment .blockOverlay {
  background-color: transparent !important;
}
.content-product .wishlist-fragment .blockOverlay:before {
  width: var(--et_loader-size, 16px);
  height: var(--et_loader-size, 16px);
  top: calc(50% - (var(--et_loader-size, 16px) / 2));
  left: calc(50% - (var(--et_loader-size, 16px) / 2));
}
.content-product .wishlist-fragment a.add_to_wishlist[style]:before {
  opacity: 0;
  visibility: hidden;
}
.rtl .content-product .wishlist-fragment .blockOverlay:before {
  left: auto;
  right: calc(50% - (var(--et_loader-size, 16px) / 2));
}
.product-view-default .wishlist-fragment .blockOverlay:before,
.product-view-light .wishlist-fragment .blockOverlay:before {
  top: -16px;
}
.product-view-default .wishlist-fragment .blockOverlay:before {
  left: 3px;
}
.product-details .compare.button .blockOverlay:before,
.view-color-white .compare.button .blockOverlay:before,
.view-color-transparent .compare.button .blockOverlay:before {
  color: var(--et_dark-color);
}
.blockOverlay:before,
div.wpcf7 .ajax-loader:before,
div.wpcf7 .wpcf7-spinner:before,
div.pp_default .pp_loaderIcon:before,
.etheme-elementor-off-canvas.processing .etheme-elementor-off-canvas__main:before {
  content: '';
  -webkit-animation: rotate 0.75s infinite linear;
          animation: rotate 0.75s infinite linear;
  width: var(--et_loader-size, 18px);
  height: var(--et_loader-size, 18px);
  border: 1px solid var(--et_loader-br-color, var(--et_border-color));
  border-left-color: var(--et_loader-br-color2, #888);
  border-radius: 50%;
  display: inline-block;
}
div.pp_default .pp_loaderIcon {
  background: none !important;
}
div.pp_default .pp_loaderIcon:before {
  height: 100%;
  width: 100%;
}
@-webkit-keyframes anim {
  12.5% {
    stroke-dasharray: 33.98873px, 242.77666px;
    stroke-dashoffset: -26.70543px;
  }
  43.75% {
    stroke-dasharray: 84.97183px, 242.77666px;
    stroke-dashoffset: -84.97183px;
  }
  100% {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: -24.34889px;
  }
}
@keyframes anim {
  12.5% {
    stroke-dasharray: 33.98873px, 242.77666px;
    stroke-dashoffset: -26.70543px;
  }
  43.75% {
    stroke-dasharray: 84.97183px, 242.77666px;
    stroke-dashoffset: -84.97183px;
  }
  100% {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: -24.34889px;
  }
}
.et-preloader-on > .et-loader {
  opacity: 1;
  z-index: 1000;
  position: fixed;
}
.et-preloader-hide > .et-loader {
  display: none;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.xstore-wishlist.processing:not(.xstore-wishlist-has-animation),
.xstore-compare.processing:not(.xstore-compare-has-animation):not(.xstore-compare-icon.xstore-compare-single),
.xstore-wishlist.processing:not(.xstore-wishlist-has-animation) .et-icon,
.xstore-compare.processing:not(.xstore-compare-has-animation):not(.xstore-compare-icon.xstore-compare-single) .et-icon {
  color: transparent !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.xstore-wishlist.processing:not(.xstore-wishlist-has-animation) .et-icon svg,
.xstore-compare.processing:not(.xstore-compare-has-animation):not(.xstore-compare-icon.xstore-compare-single) .et-icon svg {
  opacity: 0;
  visibility: hidden;
}
.xstore-wishlist.processing:not(.xstore-wishlist-has-animation) .mt-mes,
.xstore-compare.processing:not(.xstore-compare-has-animation):not(.xstore-compare-icon.xstore-compare-single) .mt-mes {
  display: none !important;
}
.xstore-wishlist.processing:not(.xstore-wishlist-has-animation):before,
.xstore-compare.processing:not(.xstore-compare-has-animation):not(.xstore-compare-icon.xstore-compare-single):before {
  content: '';
  position: absolute;
  -webkit-animation: rotate 0.75s infinite linear;
          animation: rotate 0.75s infinite linear;
  width: 16px;
  height: 16px;
  border: 1px solid var(--et_loader-br-color, var(--et_border-color)) !important;
  border-left-color: var(--et_loader-br-color2, #888) !important;
  border-radius: 50%;
  display: inline-block !important;
  left: calc(50% - 8px) !important;
  top: calc(50% - 8px) !important;
}
@keyframes opacity-loader {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes opacity-loader {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.etheme-ajaxify-lazy-wrapper {
  display: block;
  text-align: center;
  position: relative;
  min-height: calc(var(--etheme-ajaxify-loader-size,2rem) + 10px);
  width: 100%;
}
.et_b_header-menu .secondary-menu-wrapper .etheme-ajaxify-lazy-wrapper,
.et_b_header-menu.header-mobile-menu .etheme-ajaxify-lazy-wrapper {
  min-height: 300px;
}
.etheme-ajaxify-loading:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: var(--etheme-ajaxify-loader-size, 1.5rem);
  height: var(--etheme-ajaxify-loader-size, 1.5rem);
  left: calc(50% - (var(--etheme-ajaxify-loader-size, 1.5rem) / 2));
  top: calc(50% - (var(--etheme-ajaxify-loader-size, 1.5rem) / 2));
  border: 1px solid var(--etheme-ajaxify-loader-color, #e1e1e1);
  border-left-color: var(--etheme-ajaxify-loader-color-active, #888);
  border-radius: 50%;
  -webkit-animation: rotate 0.3s linear infinite;
          animation: rotate 0.3s linear infinite;
  z-index: 1;
}
.etheme-ajaxify-skeleton {
  min-height: 50px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, var(--linear-gradient, #f4f4f4)), color-stop(0, transparent));
  background-image: linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0);
  background-size: 100% calc(100% - 20px);
  overflow: hidden;
}
.etheme-ajaxify-skeleton:before {
  display: none;
}
.etheme-ajaxify-skeleton:after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, var(--linear-gradient-overlay, rgba(255, 255, 255, 0))), color-stop(50%, var(--linear-gradient-overlay-2, rgba(255, 255, 255, 0.8))), color-stop(80%, var(--linear-gradient-overlay, rgba(255, 255, 255, 0))));
  background-image: linear-gradient(90deg, var(--linear-gradient-overlay, rgba(255, 255, 255, 0)) 20%, var(--linear-gradient-overlay-2, rgba(255, 255, 255, 0.8)) 50%, var(--linear-gradient-overlay, rgba(255, 255, 255, 0)) 80%);
  background-size: 60% 100%;
  background-position: -100% 0;
  background-repeat: no-repeat;
  -webkit-animation: skeletonloading 1.5s infinite 0.2s;
          animation: skeletonloading 1.5s infinite 0.2s;
  z-index: 1;
}
.etheme-ajaxify-skeleton[data-type=widget] {
  min-height: 200px;
  background-image: linear-gradient(var(--linear-gradient, #f4f4f4) 25px, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 15px, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 15px, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 15px, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 15px, transparent 0);
  background-size: 50% 25px, 70% 15px, 40% 15px, 50% 15px, 30% 15px;
  background-position: left top, left 35px, left 60px, left 85px, left 110px;
}
.wp-block-button {
  margin-bottom: 15px;
}
.wp-block-cover,
.wp-block-cover-image {
  color: #fff;
}
.wp-block-cover {
  margin-bottom: 0.36em;
}
.wp-block-search .wp-block-search__button {
  padding: 0;
  color: #fff;
  background-color: var(--et_dark-color);
  border-color: var(--et_dark-color);
  margin: 0;
  font-size: 0;
}
.wp-block-search .wp-block-search__button:before {
  font-size: 14px;
}
.wp-block-latest-comments ul li {
  list-style: none;
  margin-bottom: 0.71em;
}
/*==================================
=        Inputs #inputs            =
==================================*/
input[type="checkbox"] {
  display: inline-block;
  border-radius: 0;
  padding: 0;
  position: relative;
  margin-right: 4px;
  width: var(--et_inputs-radio-size);
  height: var(--et_inputs-radio-size);
}
input[type="checkbox"]:focus {
  outline: none;
}
input[type="radio"] {
  display: inline-block;
  margin-right: 4px;
  width: var(--et_inputs-radio-size);
  height: var(--et_inputs-radio-size);
}
input[type="radio"]:focus {
  outline: none;
}
.input-password-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.input-password-wrap svg {
  position: absolute;
  top: 0;
  right: 10px;
  height: var(--et_inputs-height, 2.642rem);
  fill: var(--et_dark-2-white);
}
.input-password-wrap[data-type=password] .hide-password,
.input-password-wrap[data-type=text] .show-password {
  display: none;
}
select,
.select2.select2-container--default .select2-selection--single {
  padding: 0 2.9em 0 1em;
  cursor: pointer;
  color: var(--et_main-color);
  height: var(--et_inputs-height, 2.642rem);
  line-height: 2rem;
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: start;
  position: relative;
  border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
  border-radius: var(--et_inputs-border-radius, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-image: var(--et_select-arrow-closed);
  background-size: var(--et_select-arrow-size, 10px);
}
select:focus,
.select2.select2-container--default .select2-selection--single:focus {
  outline: none;
}
select::-ms-expand,
.select2.select2-container--default .select2-selection--single::-ms-expand {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 2.35rem;
  color: var(--et_main-color);
  white-space: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-search--dropdown {
  background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
}
.select2-container--default .select2-dropdown,
.select2-container--default .select2-dropdown .select2-search__field {
  border-color: var(--et_border-color);
}
.select2-container--default .select2-dropdown .select2-search__field {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border-radius: 0;
}
.select2-container--open.select2 .select2-selection--single {
  background-image: var(--et_select-arrow-opened);
}
.select2-container .select2-selection--single {
  margin: 0;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background: transparent;
  color: var(--et_dark-2-white);
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: transparent;
  color: var(--et_main-color);
}
.select2-container--default .select2-results__option[data-selected=true] {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 3px;
}
.select2-container--default .select2-results__option {
  font-size: 1.14rem;
}
.select2-results,
.select2-drop {
  background-color: var(--et_container-bg-color, transparent);
}
.select2-search--dropdown {
  padding: 0;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:hover:focus,
.select2-results__option:focus {
  outline: none;
}
.dokan-form-control,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea,
textarea.form-control {
  border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
  background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
  outline: none;
  border-radius: var(--et_inputs-border-radius, 0);
  width: 100%;
  color: var(--et_dark-2-white);
  font-size: 1.14rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: start;
}
.dokan-form-control:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
textarea.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: var(--et_font-color);
}
input.dokan-form-control,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"] {
  height: var(--et_inputs-height, 2.642rem);
  line-height: 2rem;
  padding: 0 1.07em;
  -webkit-appearance: none;
}
textarea.form-control,
textarea {
  padding: 1.07em;
  line-height: 1.5;
  font-size: 1.14rem;
}
input::-webkit-input-placeholder,
input.form-control::-webkit-input-placeholder,
input:-moz-placeholder,
input.form-control:-moz-placeholder,
input::-moz-placeholder,
input.form-control::-moz-placeholder,
input:-ms-input-placeholder,
input.form-control:-ms-input-placeholder {
  color: var(--et_main-color);
}
input:focus::-webkit-input-placeholder,
input.form-control:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input.form-control:focus:-moz-placeholder,
input:focus:-ms-input-placeholder,
input.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
input[type="number"] {
  -moz-appearance: textfield;
  font-size: 1rem;
}
textarea:focus::-webkit-input-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.woocommerce-invalid {
  --et_inputs-border-color: var(--et_red-color);
}
label.checkbox {
  font-size: 1.14rem;
  display: inline-block;
  margin: 0;
}
.form-control {
  -webkit-appearance: none;
}
.select2-container .select2-choice {
  border: none;
  border-radius: 0;
  background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
  height: 2.57rem;
  line-height: 2.57rem;
}
.select2-drop-active {
  border: 1px solid var(--et_light-color);
}
.select2-search input {
  padding: 0 0.8em !important;
}
iframe {
  max-width: 100% !important;
}
abbr[title],
acronym[title] {
  text-decoration: none;
  border-bottom: none;
}
/*-----  End of Inputs  ------*/
/*=======================================
=            Links #links-text          =
=======================================*/
.rev-btn {
  -webkit-transition: none;
  transition: none;
}
a {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  cursor: pointer;
  color: var(--et_link-color);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:focus,
a:hover {
  outline: none;
  color: var(--et_link-color-hover);
}
a.color-white,
a.color-white:hover {
  color: var(--et_white-2-dark);
}
a.color-white:hover,
a.underline {
  text-decoration: underline;
}
a.no-click {
  pointer-events: none;
}
.wp-caption-text {
  padding-top: 0.71em;
  color: var(--et_main-color);
  font-size: 1em !important;
  text-align: center;
  font-style: normal;
}
.wp-caption-text strong {
  color: var(--et_dark-2-white);
}
ol.simple,
ol.active,
ol.squared {
  list-style: none;
  counter-reset: li;
}
ol.simple > li,
ol.active > li,
ol.squared > li {
  padding: 0.71em 0 0.71em 2.14em;
  position: relative;
}
ol.simple > li:before,
ol.active > li:before,
ol.squared > li:before {
  left: -0.71em;
}
ol.simple > li:before,
ol.active > li:before {
  border-radius: 50%;
  content: var(--et-list-item-marker, counter(li));
  counter-increment: li;
  position: absolute;
  display: inline-block;
  width: 2.28em;
  height: 2.28em;
  font-size: 1rem;
  margin-top: 0;
  line-height: 2.28em;
  text-align: center;
  color: var(--et_white-2-dark);
  background: #cecece;
}
ol.active > li:before {
  background-color: var(--et_active-color);
}
ol.squared > li:before {
  position: absolute;
  content: var(--et-list-item-marker, counter(li));
  counter-increment: li;
  background-color: #f2f2f2;
  display: inline-block;
  color: var(--et_dark-2-white);
  width: 2.21em;
  line-height: 2.36rem;
  margin-top: 0;
  height: 2.21em;
  text-align: center;
}
ul.square > li,
ul.circle > li,
ul.arrow > li,
ul.tick > li {
  list-style: none;
  position: relative;
  padding-left: 1.43em;
}
ul.square > li:before,
ul.circle > li:before,
ul.arrow > li:before,
ul.tick > li:before {
  content: var(--et-list-item-marker, '');
  color: var(--et-list-item-marker-color, inherit);
  font-family: 'xstore-icons';
  display: inline-block;
  font-size: 12px;
  margin-right: 1em;
  margin-left: -1.86em;
}
ul.square {
  --et-list-item-marker: '\e941';
}
ul.circle {
  --et-list-item-marker: '\e92b';
}
ul.arrow {
  --et-list-item-marker: '\e904';
}
ul.tick {
  --et-list-item-marker: '\e918';
}
ul.active {
  padding-left: 0;
}
ul.active > li {
  position: relative;
  padding-left: 1.43em;
  line-height: 1.4;
  list-style-position: inside;
}
dl p {
  margin-bottom: 0;
  line-height: 1.42857143;
}
blockquote:not(.etheme-blockquote) {
  position: relative;
  margin-top: 1.43em;
  padding: 1.35em 0 1.35em 1.8em;
  border-left: 3px solid var(--et_dark-2-white-01);
  font-style: italic !important;
}
blockquote:not(.etheme-blockquote) cite {
  color: var(--et_main-color);
  font-size: 1.14rem;
}
blockquote:not(.etheme-blockquote) cite strong {
  color: var(--et_dark-2-white);
}
blockquote:not(.etheme-blockquote) p {
  color: var(--et_dark-2-white);
  font-style: italic !important;
  line-height: var(--p-line-height, 1.6);
  font-size: var(--p-font-size, 1.14rem);
}
blockquote:not(.etheme-blockquote) p:last-child {
  margin-bottom: 0;
}
blockquote:not(.etheme-blockquote).style2 {
  background-color: #fafafa;
}
blockquote:not(.etheme-blockquote).style2:before {
  opacity: 0.1;
  top: 2.14em;
  left: 1.43em;
}
@media only screen and (max-width: 767px) {
  blockquote.style3 {
    margin-left: 30px;
  }
  blockquote.style3 p {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}
.active-link i {
  display: none;
}
/*-----  End of Links  ------*/
.meta-post .views-count:before,
.meta-post .post-comments-count:before,
.meta-post .entry-date:before,
.read-more:after,
.active-link:after {
  font-family: 'xstore-icons';
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
}
.read-more:before,
.active-link:before,
.product-view-light .add_to_cart_button:before,
.product-view-light .product_type_grouped:before,
.product-view-light .button:before {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
}
.read-more:hover:before,
.active-link:hover:before,
.product-view-light .add_to_cart_button:hover:before,
.product-view-light .product_type_grouped:hover:before,
.product-view-light .button:hover:before {
  width: 100%;
}
.read-more,
.active-link {
  font-size: 1.14rem;
  position: relative;
  display: inline-block;
  color: var(--et_active-color);
}
.read-more:after,
.active-link:after {
  content: "\e904";
  opacity: 0;
  position: absolute;
  font-size: 12px;
  right: -12px;
  top: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.read-more:hover:after,
.active-link:hover:after {
  opacity: 1;
  right: -20px;
}
.read-more {
  text-transform: capitalize;
}
.read-more.btn {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.active-link:hover {
  color: var(--et_active-color);
}
span.active {
  color: var(--et_active-color);
}
body.search article.type-staticblocks,
.single-staticblocks .site-header,
.single-staticblocks .elementor-location-header,
.single-staticblocks .page-heading,
.single-staticblocks .prefooter,
.single-staticblocks .et-footers-wrapper,
.single-staticblocks .elementor-location-footer,
.single-staticblocks .et-mobile-panel-wrapper,
.single-staticblocks .etheme-sales-booster-sticky-panel {
  display: none !important;
}
/*=============================================
=            Default Tables  #tables          =
=============================================*/
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.43em;
}
table th,
table td {
  vertical-align: var(--et_table-v-align, top);
  border-left: 0;
  border-right: 0;
}
table th:first-child,
table td:first-child {
  padding-left: 0;
}
table th:last-child,
table td:last-child {
  padding-right: 0;
  text-align: right;
  text-align: end;
}
table th:only-child,
table td:only-child {
  text-align: start;
}
table thead {
  border-bottom: 1px solid var(--et_border-color);
}
table thead th {
  text-transform: uppercase;
  color: var(--et_dark-2-white);
  line-height: 1.1;
  padding-top: 1.9em;
  padding-bottom: 1em;
}
table tfoot {
  border-top: 1px solid var(--et_border-color);
}
table tr:first-child td,
.woocommerce table.wishlist_table tr:first-child td,
table tr:first-child th,
.woocommerce table.wishlist_table tr:first-child th {
  padding-top: 1em;
}
table tr:last-child td,
.woocommerce table.wishlist_table tr:last-child td,
table tr:last-child th,
.woocommerce table.wishlist_table tr:last-child th {
  padding-bottom: 0.71em;
}
table th,
.woocommerce table.wishlist_table tbody th,
table td,
.woocommerce table.wishlist_table tbody td {
  padding: var(--et_table-space-v, 0.71em) var(--et_table-space-h, 0.71em);
}
/*-----  End of Default Tables  ------*/
/*=====================================
=            Titles #titles           =
=====================================*/
.title.title-left {
  text-align: start;
}
.title.title-center {
  text-align: center;
}
.title.title-right {
  text-align: end;
}
.title h1,
.title h2 {
  text-transform: uppercase;
}
h1.vc_custom_heading:not(.no-uppercase),
h2.vc_custom_heading:not(.no-uppercase),
h3.vc_custom_heading:not(.no-uppercase),
h4.vc_custom_heading:not(.no-uppercase),
h5.vc_custom_heading:not(.no-uppercase),
h6.vc_custom_heading:not(.no-uppercase) {
  text-transform: uppercase;
}
.title[class*=line-through] .banner-title {
  margin: 0;
  line-height: 1;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title[class*=line-through] .banner-title:not([style*=left]):before,
.title[class*=line-through] .banner-title:not([style*=right]):after {
  content: '';
  border-bottom: 1px solid var(--et_border-color);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.title[class*=line-through] .banner-title:before {
  margin-right: 15px;
}
.title[class*=line-through] .banner-title:after {
  margin-left: 15px;
}
.title[class*=line-through] .banner-title:not([style]),
.title[class*=line-through] .banner-title[style*=center] {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title[class*=line-through] .banner-title[style*=left] {
  padding-left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.title[class*=line-through] .banner-title[style*=right] {
  padding-right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.title.line-through-short .banner-title:before,
.title.line-through-short .banner-title:after {
  max-width: 50px;
}
.title.line-under .banner-title:not([style]):after,
.title.line-under .banner-title[style*=center]:after {
  margin: 0 auto;
}
.title.line-under .banner-title[style*=right]:after {
  margin-left: auto;
}
.title.line-under .banner-title {
  position: relative;
}
.title.line-under .banner-title:after {
  content: '';
  display: block;
  border-bottom: 1px solid var(--et_border-color);
  max-width: 50px;
}
.et-or-wrapper {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: calc(var(--content-zoom, 1rem) * .84);
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.et-or-wrapper div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et-or-wrapper div:before,
.et-or-wrapper div:after {
  content: '';
  height: 1px;
  background: currentColor;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0.1;
}
.et-or-wrapper div span {
  padding: 0 5px;
}
/*-----  End of Titles  ------*/
body {
  direction: rtl;
}
.type-product ul,
.content ul,
.type-product ol,
.content ol {
  padding-left: 0;
  padding-right: 20px;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  color: #222;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 0.85rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -1em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e1e1e1;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  line-height: 1.42857143;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a:focus {
  outline-offset: -2px;
}
figure {
  margin: 0;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container,
.breadcrumb-trail .page-heading {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container,
  .single-product .woocommerce-message,
  .single-product .woocommerce-error,
  .single-product .woocommerce-info {
    width: 750px;
  }
  .breadcrumb-trail .page-heading {
    max-width: 750px;
  }
  footer.footer:after {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .single-product .woocommerce-message,
  .single-product .woocommerce-error,
  .single-product .woocommerce-info {
    width: 970px;
  }
  .breadcrumb-trail .page-heading {
    max-width: 970px;
  }
  footer.footer:after {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .single-product .woocommerce-message,
  .single-product .woocommerce-error,
  .single-product .woocommerce-info {
    width: 1170px;
  }
  .breadcrumb-trail .page-heading {
    max-width: 1170px;
  }
  .container,
  div.container,
  .et-container {
    width: 100%;
  }
  footer.footer:after {
    width: 1140px;
  }
  .footer:after,
  .boxed .template-container,
  .framed .template-container,
  .boxed .header-wrapper,
  .framed .header-wrapper {
    max-width: 100%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: right;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  left: 100%;
}
.col-xs-pull-11 {
  left: 91.66666667%;
}
.col-xs-pull-10 {
  left: 83.33333333%;
}
.col-xs-pull-9 {
  left: 75%;
}
.col-xs-pull-8 {
  left: 66.66666667%;
}
.col-xs-pull-7 {
  left: 58.33333333%;
}
.col-xs-pull-6 {
  left: 50%;
}
.col-xs-pull-5 {
  left: 41.66666667%;
}
.col-xs-pull-4 {
  left: 33.33333333%;
}
.col-xs-pull-3 {
  left: 25%;
}
.col-xs-pull-2 {
  left: 16.66666667%;
}
.col-xs-pull-1 {
  left: 8.33333333%;
}
.col-xs-pull-0 {
  left: auto;
}
.col-xs-push-12 {
  right: 100%;
}
.col-xs-push-11 {
  right: 91.66666667%;
}
.col-xs-push-10 {
  right: 83.33333333%;
}
.col-xs-push-9 {
  right: 75%;
}
.col-xs-push-8 {
  right: 66.66666667%;
}
.col-xs-push-7 {
  right: 58.33333333%;
}
.col-xs-push-6 {
  right: 50%;
}
.col-xs-push-5 {
  right: 41.66666667%;
}
.col-xs-push-4 {
  right: 33.33333333%;
}
.col-xs-push-3 {
  right: 25%;
}
.col-xs-push-2 {
  right: 16.66666667%;
}
.col-xs-push-1 {
  right: 8.33333333%;
}
.col-xs-push-0 {
  right: auto;
}
.col-xs-offset-12 {
  margin-right: 100%;
}
.col-xs-offset-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-9 {
  margin-right: 75%;
}
.col-xs-offset-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-6 {
  margin-right: 50%;
}
.col-xs-offset-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-3 {
  margin-right: 25%;
}
.col-xs-offset-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: right;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    left: 100%;
  }
  .col-sm-pull-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-10 {
    left: 83.33333333%;
  }
  .col-sm-pull-9 {
    left: 75%;
  }
  .col-sm-pull-8 {
    left: 66.66666667%;
  }
  .col-sm-pull-7 {
    left: 58.33333333%;
  }
  .col-sm-pull-6 {
    left: 50%;
  }
  .col-sm-pull-5 {
    left: 41.66666667%;
  }
  .col-sm-pull-4 {
    left: 33.33333333%;
  }
  .col-sm-pull-3 {
    left: 25%;
  }
  .col-sm-pull-2 {
    left: 16.66666667%;
  }
  .col-sm-pull-1 {
    left: 8.33333333%;
  }
  .col-sm-pull-0 {
    left: auto;
  }
  .col-sm-push-12 {
    right: 100%;
  }
  .col-sm-push-11 {
    right: 91.66666667%;
  }
  .col-sm-push-10 {
    right: 83.33333333%;
  }
  .col-sm-push-9 {
    right: 75%;
  }
  .col-sm-push-8 {
    right: 66.66666667%;
  }
  .col-sm-push-7 {
    right: 58.33333333%;
  }
  .col-sm-push-6 {
    right: 50%;
  }
  .col-sm-push-5 {
    right: 41.66666667%;
  }
  .col-sm-push-4 {
    right: 33.33333333%;
  }
  .col-sm-push-3 {
    right: 25%;
  }
  .col-sm-push-2 {
    right: 16.66666667%;
  }
  .col-sm-push-1 {
    right: 8.33333333%;
  }
  .col-sm-push-0 {
    right: auto;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
  }
  .col-sm-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
  }
  .col-sm-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
  }
  .col-sm-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
  }
  .col-sm-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: right;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    left: 100%;
  }
  .col-md-pull-11 {
    left: 91.66666667%;
  }
  .col-md-pull-10 {
    left: 83.33333333%;
  }
  .col-md-pull-9 {
    left: 75%;
  }
  .col-md-pull-8 {
    left: 66.66666667%;
  }
  .col-md-pull-7 {
    left: 58.33333333%;
  }
  .col-md-pull-6 {
    left: 50%;
  }
  .col-md-pull-5 {
    left: 41.66666667%;
  }
  .col-md-pull-4 {
    left: 33.33333333%;
  }
  .col-md-pull-3 {
    left: 25%;
  }
  .col-md-pull-2 {
    left: 16.66666667%;
  }
  .col-md-pull-1 {
    left: 8.33333333%;
  }
  .col-md-pull-0 {
    left: auto;
  }
  .col-md-push-12 {
    right: 100%;
  }
  .col-md-push-11 {
    right: 91.66666667%;
  }
  .col-md-push-10 {
    right: 83.33333333%;
  }
  .col-md-push-9 {
    right: 75%;
  }
  .col-md-push-8 {
    right: 66.66666667%;
  }
  .col-md-push-7 {
    right: 58.33333333%;
  }
  .col-md-push-6 {
    right: 50%;
  }
  .col-md-push-5 {
    right: 41.66666667%;
  }
  .col-md-push-4 {
    right: 33.33333333%;
  }
  .col-md-push-3 {
    right: 25%;
  }
  .col-md-push-2 {
    right: 16.66666667%;
  }
  .col-md-push-1 {
    right: 8.33333333%;
  }
  .col-md-push-0 {
    right: auto;
  }
  .col-md-offset-12 {
    margin-right: 100%;
  }
  .col-md-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-right: 75%;
  }
  .col-md-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-right: 50%;
  }
  .col-md-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-right: 25%;
  }
  .col-md-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: right;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    left: 100%;
  }
  .col-lg-pull-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-10 {
    left: 83.33333333%;
  }
  .col-lg-pull-9 {
    left: 75%;
  }
  .col-lg-pull-8 {
    left: 66.66666667%;
  }
  .col-lg-pull-7 {
    left: 58.33333333%;
  }
  .col-lg-pull-6 {
    left: 50%;
  }
  .col-lg-pull-5 {
    left: 41.66666667%;
  }
  .col-lg-pull-4 {
    left: 33.33333333%;
  }
  .col-lg-pull-3 {
    left: 25%;
  }
  .col-lg-pull-2 {
    left: 16.66666667%;
  }
  .col-lg-pull-1 {
    left: 8.33333333%;
  }
  .col-lg-pull-0 {
    left: auto;
  }
  .col-lg-push-12 {
    right: 100%;
  }
  .col-lg-push-11 {
    right: 91.66666667%;
  }
  .col-lg-push-10 {
    right: 83.33333333%;
  }
  .col-lg-push-9 {
    right: 75%;
  }
  .col-lg-push-8 {
    right: 66.66666667%;
  }
  .col-lg-push-7 {
    right: 58.33333333%;
  }
  .col-lg-push-6 {
    right: 50%;
  }
  .col-lg-push-5 {
    right: 41.66666667%;
  }
  .col-lg-push-4 {
    right: 33.33333333%;
  }
  .col-lg-push-3 {
    right: 25%;
  }
  .col-lg-push-2 {
    right: 16.66666667%;
  }
  .col-lg-push-1 {
    right: 8.33333333%;
  }
  .col-lg-push-0 {
    right: auto;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
  }
  .col-lg-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
  }
  .col-lg-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
  }
  .col-lg-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
  }
  .col-lg-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-right: 0;
  }
}
/* table */
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: start;
}
th {
  text-align: start;
  font-weight: 400;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: var(--et_container-bg-color, #fff);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-right: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-right: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-right: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: end;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-right: 10px;
}
.media-left,
.media > .pull-left {
  padding-left: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-right: 0;
  list-style: none;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.pull-right {
  float: left !important;
}
.pull-left {
  float: right !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 0;
  margin-left: 4px;
}
.input-password-wrap svg {
  right: auto;
  left: 10px;
}
select,
.select2.select2-container--default .select2-selection--single {
  padding: 0 1em 0 2.9em;
  background-position: 12px 50%;
}
ol.simple > li,
ol.active > li,
ol.squared > li {
  padding-left: 0;
  padding-right: 2.14em;
}
ol.simple > li:before,
ol.active > li:before,
ol.squared > li:before {
  left: auto;
  right: -0.71em;
}
ul.square > li,
ul.circle > li,
ul.arrow > li {
  padding-left: 0;
  padding-right: 1.43em;
}
ul.square > li:before,
ul.circle > li:before,
ul.arrow > li:before {
  margin-right: -1.86em;
  margin-left: 1em;
}
ul.arrow > li:before {
  content: "\e902";
}
ul.active > li {
  padding-left: 0;
  padding-right: 1.43em;
}
blockquote {
  padding-right: 1.8em;
  padding-left: 0;
  border-left: none;
  border-right: 3px solid var(--et_dark-2-white-01);
}
@media only screen and (max-width: 767px) {
  blockquote.style3 {
    margin-left: 0;
    margin-right: 30px;
  }
}
.meta-post .views-count:before,
.meta-post .post-comments-count:before,
.read-more:after,
.active-link:after {
  margin-right: 0;
  margin-left: 4px;
}
.read-more:after,
.active-link:after {
  content: "\e902";
  right: auto;
  left: -12px;
}
.read-more:hover:after,
.active-link:hover:after {
  right: auto;
  left: -20px;
}
table th:first-child,
table td:first-child {
  padding-left: 0.71em;
  padding-right: 0;
}
table th:last-child,
table td:last-child {
  padding-right: 0.71em;
  padding-left: 0;
}
/*===================================
=            Base Header            =
===================================*/
.header-wrapper {
  position: relative;
  width: 100%;
}
.header-wrapper .menu-element {
  max-width: 300px;
}
.header-wrapper .menu-element.horizontal {
  max-width: unset;
}
.header-wrapper .menu-element.horizontal .menu .menu-item-has-children .nav-sublist-dropdown {
  width: 18em;
}
.header-wrapper .menu-element.menu-list .menu .nav-sublist-dropdown,
.header-wrapper .menu-element.menu-list .menu ul {
  background-color: transparent;
}
.header-wrapper .menu-element .menu .menu-item-has-children .nav-sublist-dropdown .container {
  padding: 0;
}
.header-wrapper .menu-element .menu > li {
  padding: 0;
}
.header-wrapper,
.mobile-header-wrapper {
  z-index: 5;
}
.header-wrapper.pos-absolute,
.mobile-header-wrapper.pos-absolute {
  position: absolute;
}
/* alignments on mobile */
.mobile-header-wrapper .mob-align-start {
  text-align: start;
}
.mobile-header-wrapper .mob-align-center {
  text-align: center;
}
.mobile-header-wrapper .mob-align-end {
  text-align: end;
}
.mobile-header-wrapper .mob-align-justify {
  text-align: justify;
}
/* justify content */
.mobile-header-wrapper .mob-justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start;
}
.mobile-header-wrapper .mob-justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end;
}
.mobile-header-wrapper .mob-justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.mobile-header-wrapper .mob-justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-header-wrapper .mob-justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.mobile-header-wrapper .mob-justify-content-inherit {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  text-align: inherit;
}
.mobile-header-wrapper .mob-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.submenu-languages li {
  list-style: none;
}
.submenu-languages li a {
  width: 100%;
  display: block;
  color: #9b9b9b !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  padding: 0.78em 2.5em;
}
.submenu-languages li a:hover {
  color: #9b9b9b;
  background-color: #fafafa;
}
.menu-item-language:hover .submenu-languages {
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
}
#lang_sel_click a.lang_sel_sel {
  -webkit-transition: none;
  transition: none;
  color: #5f5f5f !important;
}
.et_connect-block.flex-col > div {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.et_connect-block.flex-row > form {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
}
.et_connect-block-sep,
.et_b_header-contact-sep {
  opacity: 0.5;
}
.et_connect-block-sep:after {
  content: "\2502";
}
.et_connect-block-sep,
.et_b_header-contact-sep,
.et_b_header-menu-sep {
  font-family: auto;
}
.et_connect-block.flex-col > .et_b_header-account > a,
.et_connect-block.flex-col > .et_b_header-cart > a,
.et_connect-block.flex-col > .et_b_header-wishlist > a,
.et_connect-block.flex-col > .et_b_header-waitlist > a,
.et_connect-block.flex-col > .et_b_header-compare > a {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
.et-mini-content-opened .content-page *,
.et-mini-content-opened .et-content_toggle .et-toggle {
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .et-mini-content-opened {
    overflow: hidden;
  }
}
/* fix paypal button */
.et-mini-content-opened [id*=zoid-paypal-button] > iframe,
.et-mini-content-opened [id*=zoid-paypal-button] > .zoid-outlet > iframe.zoid-component-frame {
  z-index: auto !important;
}
.site-header {
  font-size: 14px;
}
.site-header svg,
.et_b-icon svg {
  fill: currentColor;
}
.site-header svg:not([width]),
.et_b-icon svg {
  width: 1em;
}
.site-header svg:not([height]),
.et_b-icon svg {
  height: 1em;
}
.site-header ul {
  list-style: none;
}
.site-header .menu {
  margin-bottom: 0;
}
.site-header .et-wrap-columns {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.site-header .et-wrap-columns:empty {
  display: none;
}
.header-top,
.header-main,
.header-bottom {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out, top 0s;
  transition: all 0.3s ease-in-out, top 0s;
  font-size: var(--content-zoom, 100%);
}
#header.sticky-on[data-type="smart"] > [class*=header-wrapper] {
  -webkit-animation-name: et-toBottomFull;
          animation-name: et-toBottomFull;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
#header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper] {
  z-index: 9999;
}
#header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper] > [class*='header-']:not(.sticky) {
  height: 0 !important;
  overflow: hidden;
}
#header.sticky-on > [class*=header-wrapper] > .sticky:last-of-type,
#header.sticky > [class*=header-wrapper] > .sticky-on:last-of-type > div {
  -webkit-box-shadow: 2px 0 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 0 12px 0 rgba(0, 0, 0, 0.15);
}
#header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper],
#header > [class*=header-wrapper] .sticky-on > div {
  position: fixed;
  top: 0;
  width: 100%;
}
#header > [class*=header-wrapper] .sticky-on > .header-top {
  z-index: 10001;
}
#header > [class*=header-wrapper] .sticky-on > .header-main {
  z-index: 10000;
}
#header > [class*=header-wrapper] .sticky-on > .header-bottom {
  z-index: 9999;
}
@media only screen and (min-width: 1200px) {
  .bordered #header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper],
  .bordered #header > [class*=header-wrapper] .sticky-on > div {
    width: calc(100% - 40px);
  }
}
.et_b_header-logo img[data-lazy-src]:not(.lazyloaded) {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.site-header .et_b_header-logo.et_element-top-level span.fixed {
  display: none;
}
.site-header.sticky-on:not([data-type="sticky"]) .et_b_header-logo.et_element-top-level span.fixed,
#header .sticky-on .et_b_header-logo.et_element-top-level span.fixed {
  display: inline-block;
}
.site-header.sticky-on:not([data-type="sticky"]) .et_b_header-logo.et_element-top-level span:not(.fixed),
#header .sticky-on .et_b_header-logo.et_element-top-level span:not(.fixed) {
  display: none;
}
.et_b_dt_header-overlap .header-wrapper,
.et_b_mob_header-overlap .mobile-header-wrapper {
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 993px) {
  .et_b_dt_header-overlap .page-heading {
    padding-top: 13em;
    padding-bottom: 5em;
  }
}
@media only screen and (max-width: 992px) {
  .et_b_mob_header-overlap .page-heading {
    padding-top: 13em;
    padding-bottom: 5em;
  }
}
.site-header .menu-element .menu > li > a,
.site-header .menu-element .menu > li > a:hover,
.site-header .widget_nav_menu .menu > li > a,
.site-header .widget_nav_menu .menu > li > a:hover {
  color: currentColor;
}
.site-header .menu-element .menu > li > a:hover,
.site-header .widget_nav_menu .menu > li > a:hover {
  opacity: 0.7;
}
.site-header .widget_nav_menu .sub-menu {
  position: absolute;
  display: block !important;
  top: 100%;
  width: 18em;
  background: var(--et_white-2-dark);
  -webkit-animation: fadeOut;
          animation: fadeOut;
  z-index: 1;
  border: 1px solid var(--et_border-color);
}
.site-header .widget_nav_menu .menu > li .sub-menu {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.site-header .widget_nav_menu .menu a {
  width: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 100%;
  padding: 0;
}
.site-header .widget_nav_menu .menu .sub-menu a {
  padding: 0.6em 1.9em;
}
.site-header .widget_nav_menu .menu > li > a {
  margin-left: 10px;
  margin-right: 10px;
}
.site-header .widget_nav_menu .menu .menu-item-has-children > a:after {
  content: "\e905";
  font-family: "xstore-icons";
  font-size: 0.57em;
  margin-left: 7px;
  line-height: 1;
}
.site-header .widget_nav_menu .menu li:not(:hover) > .sub-menu {
  display: none !important;
}
.et-content-dropdown:not(.static),
.et-content_toggle:not(.static) {
  position: relative;
}
.et-content-toLeft:hover .et-mini-content {
  -webkit-animation-name: et-rtl;
          animation-name: et-rtl;
}
.et-content-fadeIn:hover .et-mini-content {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.et-content-dropdown:hover .et-mini-content,
.et-content-toTop:hover .et-mini-content,
.et-content-toTop.active .et-mini-content {
  -webkit-animation-name: et-toTop;
          animation-name: et-toTop;
}
.et-mini-content,
.et-popup-content {
  font-size: var(--content-zoom);
}
.et-mini-content .product_list_widget {
  color: currentColor;
}
.et-popup-content {
  -webkit-animation: slideInRightEffect 0.3s ease-in-out;
          animation: slideInRightEffect 0.3s ease-in-out;
}
.et-mini-content {
  text-transform: none;
  text-align: start;
  color: var(--et_dark-2-white);
  background-color: var(--et_white-2-dark);
  top: 100%;
  position: absolute;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.et-mini-content.full-bottom {
  top: auto;
  bottom: 100%;
}
.et-mini-content:not(.active)::-webkit-scrollbar {
  display: none;
}
.et-mini-content .et-close {
  padding: 13px;
  border-radius: 50%;
  color: var(--et_dark-2-white);
  -webkit-text-fill-color: currentColor;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 9px;
  background: var(--et_white-2-dark);
  cursor: pointer;
}
.et-mini-content > .menu {
  min-width: 150px;
  margin-bottom: 0;
}
.et-mini-content .menu li {
  padding: 8px 0;
}
.et-mini-content .menu li:first-child {
  padding-top: 0;
}
.et-mini-content .menu li:last-child {
  padding-bottom: 0;
}
.et-mini-content .menu li a {
  color: currentColor;
}
.et-mini-content > .menu li a {
  font-size: 114%;
}
div.mobile-menu-content .et_b_header-menu .menu li a .et-icon,
div.mobile-menu-content .et_b_header-menu .menu li a > .fa,
.et-mini-content .menu li a .et-icon,
.et-mini-content .menu li a > .fa {
  margin-right: 5px;
}
.et-mini-content .menu li a:hover {
  opacity: 0.7;
}
[class*=et-content-]:not(.et-popup_toggle, .et_like-hover):hover .et-mini-content,
[class*=et-content-]:not(.et-popup_toggle).active .et-mini-content,
[class*=et-content-]:not(.et-popup_toggle):hover form#loginform {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  opacity: 1;
  visibility: visible;
}
[class*=et-content-]:not(.et-popup_toggle).et_like-hover .et-mini-content {
  opacity: 1;
  visibility: visible;
}
.et_b_header-button {
  overflow: hidden;
  line-height: 1;
  -webkit-text-fill-color: currentColor;
}
.et_b_header-button:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: inherit;
}
.et_b_header-button:not(:hover):after {
  visibility: hidden;
  opacity: 0;
}
.et_b_header-search > a,
.et_b_header-socials a {
  color: currentColor;
  border-radius: inherit;
}
.et_b_header-search > a:hover,
.et_b_header-search > a:focus,
.et_b_header-socials a:hover,
.et_b_header-socials a:focus {
  opacity: 0.7;
  color: currentColor;
}
.et_b_header-cart > a:hover,
.et_b_header-cart > a:focus,
.et_b_header-wishlist > a:hover,
.et_b_header-wishlist > a:focus,
.et_b_header-waitlist > a:hover,
.et_b_header-waitlist > a:focus,
.et_b_header-compare > a:hover,
.et_b_header-compare > a:focus,
.et_b_header-account > a:hover,
.et_b_header-account > a:focus {
  opacity: 0.7;
}
.et_b_header-cart > a,
.et_b_header-wishlist > a,
.et_b_header-waitlist > a,
.et_b_header-compare > a,
.et_b_header-account > a {
  -webkit-text-fill-color: currentColor;
}
.et_b_header-wishlist {
  position: relative;
}
.et_b_header-socials a {
  font-size: var(--content-zoom);
  line-height: 1;
}
.et_b-loader {
  position: relative;
  width: 100%;
  height: 100%;
}
.et_b-loader:before {
  content: '';
  border: 1px solid #e1e1e1;
  border-left-color: #888;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  -webkit-animation: rotate 0.3s infinite linear;
          animation: rotate 0.3s infinite linear;
}
.et_b_header-cart.et-content-toTop .et-mini-content,
.et_b_header-wishlist.et-content-toTop .et-mini-content,
.et_b_header-waitlist.et-content-toTop .et-mini-content,
.et_b_header-compare.et-content-toTop .et-mini-content {
  width: 350px;
  padding: 0;
}
.et_b_header-cart:not(.et-off-canvas) .widget_shopping_cart {
  width: 100%;
}
.et_b_header-cart .woocommerce-mini-cart__empty-message,
.et_b_header-wishlist .empty,
.et_b_header-waitlist .empty,
.et_b_header-compare .empty {
  text-align: center;
  margin-bottom: -1.43rem;
}
.et_b_header-cart:not(.et-off-canvas) .woocommerce-mini-cart__empty-message {
  margin-bottom: -1.43rem;
}
.cart-type2 > a,
.wishlist-type2 > a,
.waitlist-type2 > a,
.compare-type2 > a,
.account-type2 > a {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cart-type2 .et_b-icon,
.wishlist-type2 .et_b-icon,
.waitlist-type2 .et_b-icon,
.compare-type2 .et_b-icon,
.account-type2 .et_b-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  width: 100%;
}
.et_b_header-wishlist.et_element-top-level > a,
.et_b_header-waitlist.et_element-top-level > a,
.et_b_header-compare.et_element-top-level > a,
.et_b_header-account.et_element-top-level > a,
.et_b_header-cart.et_element-top-level > a {
  -webkit-backface-visibility: hidden;
}
.cart-type2 .et_b-icon:first-child:not(:last-child) + .et-element-label,
.cart-type2 .et_b-icon:first-child:not(:last-child) + .et-element-label + .et-total,
.cart-type2 .et_b-icon:first-child:not(:last-child) + .et-total,
.wishlist-type2 .et_b-icon:first-child:not(:last-child) + .et-element-label,
.waitlist-type2 .et_b-icon:first-child:not(:last-child) + .et-element-label,
.compare-type2 .et_b-icon:first-child:not(:last-child) + .et-element-label,
.account-type2 .et_b-icon:first-child:not(:last-child) + .et-element-label {
  padding-top: 5px;
}
.cart-type2 .et_b-icon:last-child:not(:first-child),
.wishlist-type2 .et_b-icon:last-child:not(:first-child),
.waitlist-type2 .et_b-icon:last-child:not(:first-child),
.compare-type2 .et_b-icon:last-child:not(:first-child),
.account-type2 .et_b-icon:last-child:not(:first-child) {
  padding: 5px 0 0;
}
.cart-type2 .et-element-label,
.wishlist-type2 .et-element-label,
.waitlist-type2 .et-element-label,
.compare-type2 .et-element-label,
.account-type2 .et-element-label {
  padding: 0;
  line-height: 1;
}
.cart-type2 .et-total {
  line-height: 1;
}
.et-quantity {
  --et-quantity-proportion: 1.5em;
  font-size: 0.75em;
  position: relative;
  -webkit-text-fill-color: currentColor;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  line-height: 0.75em;
  width: var(--et-quantity-proportion);
  height: var(--et-quantity-proportion);
  text-align: center;
}
.et-quantity-bottom .et-quantity {
  top: 2px;
}
.static-quantity .et-quantity {
  position: static;
  margin-left: 0;
  margin-right: 0;
}
.et_element > .et-quantity,
.et_element:not(.et-off-canvas) > .et-quantity.count-0 + .et-mini-content {
  display: none;
}
.et-off-canvas:hover > .et-mini-content:not(.active),
.et-content_toggle:hover > .et-mini-content:not(.active) {
  opacity: 0;
  visibility: hidden;
}
.et-off-canvas .et-mini-content.active,
.et-content_toggle .et-mini-content.active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  opacity: 1;
  visibility: visible;
}
.et_b_header-widget:empty:before {
  content: attr(data-title);
  white-space: nowrap;
}
.et_b_header-widget .sidebar-widget:not(:empty),
.et_b_header-widget .sidebar-slider:not(:empty) {
  margin: 0;
}
.et_b_header-widget > div {
  display: inline-block;
}
.widget .product_list_widget .star-rating,
.widget .product_list_widget .reviewer {
  margin-top: 5px;
}
.widget .product_list_widget .star-rating + .amount {
  display: block;
  margin-top: 5px;
}
/* languages/currency widgets */
.et_b_header-widget #lang_sel a.lang_sel_sel,
.et_b_header-widget .wcml-dropdown a.wcml-cs-item-toggle {
  padding-top: 0;
  padding-bottom: 0;
}
.et_b_header-widget #lang_sel li ul,
.et_b_header-widget .wcml-dropdown .wcml-cs-submenu {
  border: 1px solid var(--et_border-color);
}
.et_b_header-widget .wcml-dropdown .wcml-cs-submenu li {
  border: none;
}
.et_b_header-widget .widget_polylang > ul > li > a {
  color: currentColor !important;
}
.et_b_header-widget .widget_polylang > ul > li > a:hover {
  opacity: 0.7;
}
.et_b_header-widget #lang_sel a,
.et_b_header-widget .wpml-ls-legacy-list-horizontal a {
  font-size: var(--content-zoom) !important;
  border: none;
}
.et_b_header-widget .sub-menu li {
  width: 100%;
  text-align: start;
}
.et_b_header-widget > div,
.et_b_header-widget > ul {
  margin-left: 10px;
  margin-right: 10px;
}
.et_b_header-widget > div:first-child,
.et_b_header-widget > ul:first-child {
  margin-left: 0 !important;
}
.et_b_header-widget > div:last-child,
.et_b_header-widget > ul:last-child {
  margin-right: 0 !important;
}
.et_b-tab-content {
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
  margin-top: -10px;
  margin-bottom: -10px;
}
.et_b-tab-content:not(.active) {
  display: none;
}
.et_b-tab-content .widget > ul > li:not(.opened):last-child > a {
  padding-bottom: 10px;
}
.et_b-tab-content,
.et_b-tab-content .widget,
.et_b-tab-content ul,
.et_b-tab-content li,
.et_b-tab-content a {
  text-align: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
.et_b-tab-content .widget .cat-item-none,
.et_b-tab-content .widget .cat-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 100%;
  width: 100%;
  color: currentColor;
  -webkit-text-fill-color: currentColor;
  margin: 0;
  padding: 10px 0;
  white-space: normal;
}
.et_b-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 15px;
}
.et_b-tabs-wrapper {
  overflow: hidden;
  width: 100%;
}
.et_b-tabs-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.et_b-tabs .et-tab {
  position: relative;
  color: currentColor;
  -webkit-text-fill-color: currentColor;
  cursor: pointer;
  padding: 0 5px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  opacity: 0.5;
  white-space: nowrap;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}
.et_b-tabs .et-tab:not(.active) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.et_b-tabs .et-tab.active {
  opacity: 1;
}
.et_b_header-html_block p {
  color: currentColor;
  margin-bottom: 0;
}
.et_b_header-html_block > .vc_row {
  width: inherit;
}
.et-popup {
  position: fixed;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
}
.et-popup-wrapper:not(.et-mini-content):before {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 10;
}
.et-popup-wrapper.et-mini-content {
  z-index: 1003;
}
.et-popup-content {
  max-width: 100%;
  max-height: 100%;
  background: var(--et_white-2-dark);
  padding: 15px;
  overflow-x: hidden;
  overflow-y: auto;
}
.et-popup-content:not(.with-static-block) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.et-popup-content:not(.et-mini-content) > * {
  color: currentColor;
  -webkit-text-fill-color: currentColor;
}
.et-popup-content.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.et-popup-content .et-container {
  padding: 0;
}
.et_element.et_b_header-newsletter.popup_link {
  line-height: inherit;
}
span.et-close-popup {
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 11;
  padding: 13px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid var(--et_border-color);
  -webkit-animation: et-rtl 0.3s linear, fadeIn 0.3s linear;
          animation: et-rtl 0.3s linear, fadeIn 0.3s linear;
}
.et-call-popup {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.et-call-popup.btn {
  height: auto;
}
.et-called-popup:not(.active) {
  display: none;
}
.et-called-popup .et-popup-content {
  max-height: calc(100vh - 100px);
  padding: 30px;
}
.et-called-popup:before {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: var(--et_dark-2-white-03);
  content: '';
  z-index: 10;
}
.et-called-popup.active {
  z-index: 10000;
}
.et-called-popup.active + .et-call-popup {
  z-index: 9 !important;
}
.et-age-verify-popup .et-popup-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.et-age-verify-popup .et-popup-content .et-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.et-age-verify-popup .et-popup-content .button-wrapper {
  margin: 0 -10px -10px;
}
.et-age-verify-popup .et-popup-content .button-wrapper .btn {
  margin: 0 5px 10px;
}
.header-wrapper .menu-element.menu-list .nav-sublist-dropdown ul {
  padding-right: 20px;
}
.header-wrapper .menu-element .menu .menu-item-has-children .nav-sublist-dropdown {
  width: 100%;
  right: 0;
  top: 100%;
  -webkit-transform: none;
          transform: none;
}
.submenu-languages {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  visibility: hidden;
  margin-top: -5px;
  opacity: 0;
  width: 18em;
  padding: 1.43em 0;
  background-color: #fff;
  text-align: start;
  border: 1px solid var(--et_border-color);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.submenu-languages:before {
  content: "";
  position: absolute;
  top: -17px;
  width: 100%;
  height: 50px;
  right: 0;
}
.et_connect-block.justify-content-end .et_b_header-widget .sub-menu {
  right: auto;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .et-popup-wrapper:not(.et-off-canvas) .et-close-popup.full-left {
    right: auto;
    left: 0;
    margin: 5px;
  }
}
.site-header .widget_nav_menu .sub-menu .sub-menu {
  top: -1px;
  right: 100%;
}
.site-header .widget_nav_menu .menu > li:first-child > a {
  margin-right: 0 !important;
}
.site-header .widget_nav_menu .menu > li:last-child > a {
  margin-left: 0 !important;
}
.site-header .widget_nav_menu .menu .menu-item-has-children > a:after {
  margin-left: 0;
  margin-right: 7px;
}
.et-content-right .et-mini-content,
.et-content-right .ajax-search-form .ajax-results-wrapper {
  left: 0;
}
.et-content-left .et-mini-content,
.et-content-left .ajax-search-form .ajax-results-wrapper {
  right: 0;
}
.et_b_header-socials.et_element-top-level a:first-of-type {
  margin-right: 0 !important;
}
.et_b_header-socials.et_element-top-level a:last-of-type {
  margin-left: 0 !important;
}
.cart-type2 .et_b-icon:first-child:not(:last-child) + .et-total {
  padding-right: 0;
}
.et-quantity-right .et-quantity {
  top: 0;
  margin-right: 1px;
}
.et-quantity,
.et-quantity-top .et-quantity {
  top: -7px;
  margin-right: -7px;
}
.et_b_header-widget .sub-menu {
  right: 0;
}
.et_b-tab-content .cat-parent > a {
  padding-left: 20px;
}
.et_b-tabs .et-tab:after {
  position: absolute;
  bottom: -1px;
  z-index: 12;
  content: '';
  height: 2px;
  width: 0;
  left: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  background: currentColor;
}
.et_b-tabs .et-tab.active:after {
  width: 100%;
  right: 0;
  left: auto;
}
.et-popup-wrapper .et-close-popup.full-left {
  margin-right: 5px;
}
.et_promo_text_carousel {
  --promo-text-height: 30px;
  padding: 0 3px;
  height: var(--promo-text-height);
}
.et_connect-block .et_promo_text_carousel {
  max-width: 100%;
}
.et_promo_text_carousel .swiper-container,
.et_promo_text_carousel .swiper-wrapper {
  z-index: auto;
}
.et_promo_text_carousel.swiper-entry > .swiper-container .swiper-custom-left,
.et_promo_text_carousel.swiper-entry > .swiper-container .swiper-custom-right {
  border-width: 0 !important;
  font-size: 100%;
  color: currentColor;
  -webkit-text-fill-color: currentColor;
  width: auto !important;
  height: var(--promo-text-height, 30px) !important;
  top: calc(50% - var(--promo-text-height, 30px) / 2);
  background: transparent;
  margin: 0;
}
.et_promo_text_carousel.swiper-entry > .swiper-container .swiper-custom-left:before,
.et_promo_text_carousel.swiper-entry > .swiper-container .swiper-custom-right:before {
  font-size: 100%;
}
.et_promo_text_carousel,
.et_promo_text_carousel .et-close {
  line-height: var(--promo-text-height);
}
.et_promo_text_carousel .et-close {
  margin-left: 5px;
  z-index: 4;
}
.et_promo_text_carousel .et-close svg {
  padding: 3px;
  border: 1px solid currentColor;
  border-radius: 50%;
  top: -1px;
  position: relative;
  vertical-align: middle;
  width: calc(.8em + 5px);
  height: calc(.8em + 5px);
}
.et_promo_text_carousel .swiper-button-prev,
.et_promo_text_carousel .swiper-button-next {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
}
.et-promo-text-carousel a {
  color: currentColor;
  -webkit-text-fill-color: currentColor;
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
}
.et-promo-text-carousel a:hover {
  color: currentColor;
  -webkit-text-fill-color: currentColor;
  opacity: 0.7;
}
.et_promo_text_carousel .et-close {
  margin-left: 0;
  margin-right: 5px;
}
.et-promo-text-carousel a {
  margin-left: 0;
  margin-right: 10px;
}
.et-popup-wrapper .et-close-popup.full-left {
  margin-left: 0;
  margin-right: 5px;
}
.et-elm {
  float: left;
}
.et_col-xs-offset-12 {
  margin-right: 100%;
}
.et_col-xs-offset-11 {
  margin-right: 91.66666667%;
}
.et_col-xs-offset-10 {
  margin-right: 83.33333333%;
}
.et_col-xs-offset-9 {
  margin-right: 75%;
}
.et_col-xs-offset-8 {
  margin-right: 66.66666667%;
}
.et_col-xs-offset-7 {
  margin-right: 58.33333333%;
}
.et_col-xs-offset-6 {
  margin-right: 50%;
}
.et_col-xs-offset-5 {
  margin-right: 41.66666667%;
}
.et_col-xs-offset-4 {
  margin-right: 33.33333333%;
}
.et_col-xs-offset-3 {
  margin-right: 25%;
}
.et_col-xs-offset-2 {
  margin-right: 16.66666667%;
}
.et_col-xs-offset-1 {
  margin-right: 8.33333333%;
}
.et_col-xs-offset-0 {
  margin-right: 0;
}
.et_row:not(.et_row_inner) {
  float: right;
}
.et_column {
  float: right;
}
.content-page,
.page-content {
  padding-bottom: 5.65em;
}
.edit-link {
  display: none;
}
.text-left,
.align-start {
  text-align: start;
}
.text-center,
.align-center {
  text-align: center;
}
.text-right,
.align-end {
  text-align: end;
}
.text-justify,
.align-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.justify-content-inherit {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  text-align: inherit;
}
.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-items-center,
.align-items-center .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.align-content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.align-content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.valign-center {
  vertical-align: middle;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-underline,
.elementor .text-underline {
  text-decoration: underline;
}
.full-height {
  height: 100vh;
}
.full-width {
  width: 100%;
}
.full-width.container {
  max-width: unset;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-col {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-col > div,
.flex-row > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: inherit !important;
      -ms-flex-pack: inherit !important;
          justify-content: inherit !important;
}
.flex-col,
.flex-col-child > div,
.flex-col-child > ul.menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-basis-full,
.full-width-children > div,
.full-width-children > form {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.none {
  display: none;
}
@media only screen and (max-width: 992px) {
  .mob-hide {
    display: none;
  }
  .mob-full-width {
    width: 100% !important;
  }
  .mob-full-width-children > * {
    width: 100%;
  }
  .mob-et-content-right .et-mini-content,
  .mob-et-content-right .ajax-search-form .ajax-results-wrapper {
    left: auto;
    right: 0;
  }
  .mob-et-content-left .et-mini-content,
  .mob-et-content-left .ajax-search-form .ajax-results-wrapper {
    right: auto;
    left: 0;
  }
  /* alignments on mobile */
  .mob-align-start {
    text-align: start;
  }
  .mob-align-center {
    text-align: center;
  }
  .mob-align-end {
    text-align: end;
  }
  .mob-align-justify {
    text-align: justify;
  }
  .mob-justify-content-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .mob-justify-content-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .mob-justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .mob-justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mob-justify-content-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .mob-justify-content-inherit {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    text-align: inherit;
  }
  .mob-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 993px) {
  .dt-hide {
    display: none;
  }
}
body.none {
  display: block;
}
.no-click {
  pointer-events: none;
}
.pointer {
  cursor: pointer;
}
.currentColor {
  color: currentColor;
}
a.currentColor:hover {
  color: currentColor;
  opacity: 0.7;
}
.et_b-icon,
.et-svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et_b-icon svg,
.et-svg svg {
  overflow: visible;
}
.et_b-icon.none,
.et-svg.none {
  display: none;
}
.et_b-icon svg,
.et_b_header-socials svg {
  fill: currentColor;
}
.et_b-icon + span,
.et-element-label + span,
.et-total + span,
span + .et_b-icon,
span + .et-element-label,
span + .et-total {
  padding-left: 5px;
}
/* mtips */
.mtips {
  position: relative;
  z-index: 1000;
}
.mtips span.mt-mes {
  position: absolute !important;
  background: var(--et_white-2-dark);
  white-space: nowrap;
  color: var(--et_dark-2-white);
  padding: 7px 12px !important;
  top: 100%;
  font-weight: 300;
  margin-top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
  font-size: 12px;
  height: 11px;
  line-height: 11px;
  border: 1px solid var(--et_border-color);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-transform: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: default;
}
.mtips:not(:hover) span.mt-mes {
  -webkit-transform: translateY(-7px) translateX(-50%);
          transform: translateY(-7px) translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.mtips.mtips-top span.mt-mes {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
.mtips.mtips-top:not(:hover) span.mt-mes {
  -webkit-transform: translateY(7px) translateX(-50%);
          transform: translateY(7px) translateX(-50%);
}
.mtips.mtips-right span.mt-mes,
.mtips.mtips-left span.mt-mes {
  top: 50%;
  left: 130%;
  -webkit-transform: none;
          transform: none;
  margin-top: -13px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mtips.mtips-left:not(:hover) span.mt-mes {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.mtips.mtips-right:not(:hover) span.mt-mes {
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
}
.mtips.mtips-left span.mt-mes {
  top: 50%;
  left: auto;
  right: 130%;
}
.mtips:hover {
  z-index: 1001;
}
.clear {
  clear: both;
}
.m0 {
  margin-bottom: 0 !important;
}
.et-elm {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.et-elm:focus {
  outline: none;
}
.et_col-sm-1,
.et_col-xs-1 {
  width: 8.33333%;
}
.et_col-sm-2,
.et_col-xs-2 {
  width: 16.6667%;
}
.et_col-sm-3,
.et_col-xs-3 {
  width: 25%;
}
.et_col-sm-4,
.et_col-xs-4 {
  width: 33.3333%;
}
.et_col-sm-5,
.et_col-xs-5 {
  width: 41.6667%;
}
.et_col-sm-6,
.et_col-xs-6 {
  width: 50%;
}
.et_col-sm-7,
.et_col-xs-7 {
  width: 58.3333%;
}
.et_col-sm-8,
.et_col-xs-8 {
  width: 66.6667%;
}
.et_col-sm-9,
.et_col-xs-9 {
  width: 75%;
}
.et_col-sm-10,
.et_col-xs-10 {
  width: 83.3333%;
}
.et_col-sm-11,
.et_col-xs-11 {
  width: 91.6667%;
}
.et_col-sm-12,
.et_col-xs-12 {
  width: 100%;
}
.et-clearfix:before,
.et-clearfix:after,
.et-container:before,
.et-container:after {
  content: '';
  display: table;
}
.et-clearfix:after,
.et-container:after {
  clear: both;
}
.et-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.et-row-container:not(.et-container) {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.et-row-container.et-container .et-wrap-columns {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.et_row:not(.et_row_inner) {
  clear: both;
  width: 100%;
}
.et_column {
  min-height: 1px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease-in-out, top 0s;
  transition: all 0.3s ease-in-out, top 0s;
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
  .et-container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 993px) {
  .dt-hide {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .et-container {
    max-width: 970px;
  }
}
@media only screen and (max-width: 992px) {
  .mob-hide {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .content-page,
  .page-content {
    padding-bottom: 2.55em;
  }
  html {
    font-size: 13px;
  }
  body {
    font-size: 1rem;
  }
  .et-hidden-phone {
    display: none !important;
  }
}
.et_b-icon + span,
.et-element-label + span,
.et-total + span,
span + .et_b-icon,
span + .et-element-label,
span + .et-total {
  padding-left: 0;
  padding-right: 5px;
}
.pos-absolute {
  position: absolute;
}
.pos-fixed {
  position: fixed;
}
.pos-relative {
  position: relative;
}
.pos-fixed.top,
.pos-absolute.top {
  top: 0;
}
.pos-fixed.bottom,
.pos-absolute.bottom {
  bottom: 0;
}
.pos-static {
  position: static;
}
.pos-fixed.right,
.pos-absolute.right {
  left: 0;
}
.pos-fixed.left,
.pos-absolute.left {
  right: 0;
}
.pos-fixed.full-right,
.pos-absolute.full-right {
  left: 100%;
}
.pos-fixed.full-left,
.pos-absolute.full-left {
  right: 100%;
}
/*====================================
=            Social Icons            =
====================================*/
ul.menu-social-icons {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  isolation: isolate;
}
ul.menu-social-icons li {
  float: left;
  position: relative;
  list-style: none;
  line-height: 1;
  margin-bottom: 0;
}
ul.menu-social-icons li a {
  padding: 3px 10px;
}
ul.menu-social-icons li a:hover {
  color: var(--et_active-color);
}
ul.menu-social-icons li a:focus {
  outline: none;
}
ul.menu-social-icons i {
  position: relative;
  z-index: 2;
  font-style: normal;
}
ul.menu-social-icons.icons-filled li a i {
  padding: 7px;
  color: #fff;
}
ul.menu-social-icons.icons-filled li a .et-facebook {
  background-color: #3a5795;
}
ul.menu-social-icons.icons-filled li a .et-twitter {
  background-color: #000;
}
ul.menu-social-icons.icons-filled li a .et-instagram {
  background-color: #2d5a82;
}
ul.menu-social-icons.icons-filled li a .et-google {
  background-color: #dd4c3e;
}
ul.menu-social-icons.icons-filled li a .et-pinterest {
  background-color: #bd2126;
}
ul.menu-social-icons.icons-filled li a .et-etsy {
  background-color: #eb6d20;
}
ul.menu-social-icons.icons-filled li a .et-tik-tok {
  background-color: #000;
}
ul.menu-social-icons.icons-filled li a .et-strava {
  background-color: #fc4c02;
}
ul.menu-social-icons.icons-filled li a .et-dribbble {
  background: #444444;
}
ul.menu-social-icons.icons-filled li a .et-kofi {
  background: #01b9fe;
}
ul.menu-social-icons.icons-filled li a .et-line {
  background: #00c300;
}
ul.menu-social-icons.icons-filled li a .et-reddit {
  background: #ff4500;
}
ul.menu-social-icons.icons-filled li a .et-cafecito {
  background: #8fa2cc;
}
ul.menu-social-icons.icons-filled li a .et-patreon {
  background: #ff5900;
}
ul.menu-social-icons.icons-filled li a .et-discord {
  background: #7289da;
}
ul.menu-social-icons.icons-filled li a .et-untapped {
  background-color: #ffc000;
}
ul.menu-social-icons.icons-filled li a .et-linkedin {
  background-color: #1898b9;
}
ul.menu-social-icons.icons-filled li a .et-tumblr {
  background-color: #35465c;
}
ul.menu-social-icons.icons-filled li a .et-message {
  background-color: #888;
}
ul.menu-social-icons.icons-filled li a .et-youtube {
  background-color: #e2282e;
}
ul.menu-social-icons.icons-filled li a .et-telegram {
  background-color: #0088cc;
}
ul.menu-social-icons.icons-filled li a .et-vimeo {
  background-color: #2ab8e8;
}
ul.menu-social-icons.icons-filled li a .et-skype {
  background-color: #1eb7ec;
}
ul.menu-social-icons.icons-filled li a .et-rss {
  background-color: #f97636;
}
ul.menu-social-icons.icons-filled li a .et-vk {
  background-color: #507299;
}
ul.menu-social-icons.icons-filled li a .et-houzz {
  background-color: #7cc04b;
}
ul.menu-social-icons.icons-filled li a .et-whatsapp {
  background-color: #25d266;
}
ul.menu-social-icons.icons-filled li a .et-viber {
  background-color: #7360F2;
}
ul.menu-social-icons.icons-filled li a .et-snapchat {
  background-color: #fffc00;
}
ul.menu-social-icons.icons-filled li a .et-tripadvisor {
  background-color: #7cc04b;
}
/*-----  End of Social Icons  ------*/
ul.menu-social-icons li {
  float: right;
}
ul.menu-social-icons li:first-child a {
  padding-right: 0;
}
ul.menu-social-icons li:last-child a {
  padding-left: 0;
}
/*=====================================
=            Footer Layout            =
=====================================*/
footer.footer:after {
  content: '';
  position: relative;
  display: block;
  top: 2rem;
  margin: 0 auto;
}
.footer {
  padding: 4rem 0 2rem;
  line-height: 1.6;
  font-size: 1.14rem;
  background-color: var(--et_dark-2-light-dark);
  position: relative;
}
.footer .container .widget-container {
  margin-bottom: 0;
}
.footer .recent-posts-widget .post-date {
  color: var(--et_main-color);
}
.prefooter .product_list_widget li {
  font-size: 1.14rem;
}
.prefooter .recent-posts-widget .post-widget-item img {
  max-width: 2.86em;
}
.prefooter .widgettitle,
.prefooter .widget-title {
  margin-bottom: var(--widget-title-space-bottom, 1.88em);
}
.footer-bottom {
  padding: 1.2rem 0;
  background-color: var(--et_dark-color);
  color: var(--et_main-color);
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer-bottom img:hover {
  opacity: 0.7;
}
.footer-bottom .footer-copyrights p:not(.widgettitle):not(.widget-title),
.footer-bottom .footer-copyrights-right p:not(.widgettitle):not(.widget-title) {
  margin-bottom: 0;
}
.footer-bottom .footer-copyrights-right {
  text-align: end;
}
.footer .menu,
.prefooter .menu {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.footer .menu li,
.prefooter .menu li {
  margin-bottom: 0;
  line-height: inherit;
}
.footer .menu a,
.prefooter .menu a {
  display: block;
}
.footer mark,
.prefooter mark {
  background-color: transparent;
  color: inherit;
}
.footer .recent-posts-widget .post-widget-item img,
.prefooter .recent-posts-widget .post-widget-item img {
  max-width: 2.86em;
}
.footer .recent-posts-widget .swiper-slide:nth-child(3n) .post-widget-item,
.prefooter .recent-posts-widget .swiper-slide:nth-child(3n) .post-widget-item {
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-widget {
  margin-bottom: 2.14em;
}
.footer-widgets .widget-title,
.footer-widgets .widgettitle {
  line-height: 1.6;
}
.footer-widget a,
.footer-widget p {
  color: var(--et_main-color);
}
.footer-widget a:hover {
  color: #fff;
}
.text-color-light .widget-title,
.text-color-light .wpb_widgetised_column_heading,
.text-color-light .widgettitle,
.text-color-light h1,
.text-color-light h2,
.text-color-light h3,
.text-color-light h4,
.text-color-light h5,
.text-color-light h6,
.text-color-light a,
.text-color-light li a,
.text-color-light .etheme_widget_recent_entries .post-widget-item .media-heading a,
.text-color-light .tagcloud a,
.text-color-light .textwidget,
.text-color-light .widget-container ul li a,
.text-color-light .widget_product_categories.sidebar-widget ul li a,
.text-color-light .wpb_widgetised_column .widget_product_categories ul li a,
.text-color-light .widget_recent_entries ul li a,
.text-color-light .etheme_widget_recent_comments ul li a,
.text-color-light .widget_rss ul li a,
.text-color-light .sidebar-widget ul li a,
.text-color-light .menu-element h5,
.text-color-light .product_list_widget li .product-title a,
.text-color-light .wishlist-dropdown li .product-title a,
.text-color-light .sidebar-slider li .product-title a,
.text-color-light p {
  color: #fff;
}
.text-color-light .menu a:hover,
.text-color-light a:hover,
.text-color-light .etheme_widget_recent_entries .post-widget-item .media-heading a:hover,
.text-color-light .widget_product_categories.sidebar-widget ul li a:hover,
.text-color-light .wpb_widgetised_column .widget_product_categories ul li a:hover,
.text-color-light .widget_recent_entries ul li a:hover,
.text-color-light .etheme_widget_recent_comments ul li a:hover,
.text-color-light .widget_rss ul li a:hover,
.text-color-light .sidebar-widget ul li a:hover,
.text-color-light .product_list_widget li .product-title a:hover,
.text-color-light .wishlist-dropdown li .product-title a:hover,
.text-color-light .sidebar-slider li .product-title a:hover {
  color: var(--et_main-color);
}
.text-color-light .widget-container ul li,
.text-color-light .widget-container ul li .children {
  border-color: #393939;
}
.text-color-light table,
.text-color-light table thead,
.text-color-light table tfoot,
.text-color-light .widget_calendar caption,
.text-color-light .calendar_wrap caption,
.text-color-light .widget_search input[type="text"]:focus,
.text-color-light select,
.text-color-light .select2.select2-container--default .select2-selection--single {
  border-color: var(--et_main-color);
}
.text-color-light .widget-title,
.text-color-light .wpb_widgetised_column_heading,
.text-color-light .widgettitle,
.text-color-light .product_list_widget li,
.text-color-light blockquote.testimonials-text,
.text-color-light .widget_search input[type="text"],
.text-color-light .sidebar-widget.etheme_widget_brands li a,
.text-color-light .sidebar-widget.etheme_widget_cats li a,
.text-color-light .tagcloud a {
  border-color: #393939;
}
.text-color-dark h1,
.text-color-dark h2,
.text-color-dark h3,
.text-color-dark h4,
.text-color-dark h5,
.text-color-dark h6,
.text-color-dark a,
.text-color-dark li a,
.text-color-dark .widget-title,
.text-color-dark .widgettitle {
  color: var(--et_dark-color);
}
.text-color-dark a:hover {
  color: var(--et_font-color);
}
.footer-bottom .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-bottom.text-color-dark h1,
.footer-bottom.text-color-dark h2,
.footer-bottom.text-color-dark h3,
.footer-bottom.text-color-dark h4,
.footer-bottom.text-color-dark h5,
.footer-bottom.text-color-dark h6,
.footer-bottom.text-color-dark a,
.footer-bottom.text-color-dark li a,
.footer-bottom.text-color-dark .widget-title,
.footer-bottom.text-color-dark .widgettitle {
  color: var(--et_dark-color);
}
.footer-bottom.text-color-dark,
.footer-bottom.text-color-dark p,
.footer-bottom.text-color-dark a:hover {
  color: var(--et_main-color);
}
.footer-bottom.text-color-light,
.footer-bottom.text-color-light p,
.footer-bottom.text-color-light h1,
.footer-bottom.text-color-light h2,
.footer-bottom.text-color-light h3,
.footer-bottom.text-color-light h4,
.footer-bottom.text-color-light h5,
.footer-bottom.text-color-light h6,
.footer-bottom.text-color-light a,
.footer-bottom.text-color-light li a,
.footer-bottom.text-color-light .widget-title,
.footer-bottom.text-color-light .widgettitle {
  color: #fff;
}
.footer-bottom.text-color-light a:hover {
  color: var(--et_main-color);
}
.footer-widgets > .etheme_widget_satick_block:first-of-type:last-of-type {
  margin-bottom: 0;
  --space-between-widgets: 0;
}
.footer-widgets .footer-widget ul {
  padding-left: 0;
  padding-right: 0;
}
.footer-widgets .footer-widget ul li {
  list-style: none;
  margin-bottom: 0;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 3.57em 0 2.14em;
  }
  .footer-bottom .footer-copyrights {
    text-align: center;
  }
  .footer-bottom .footer-copyrights-right {
    margin-top: 1.43em;
    text-align: center;
  }
  .footer-bottom .footer-copyrights-right:empty {
    margin-top: 0;
  }
  .footer-bottom .container > .row {
    display: block;
  }
}
@media only screen and (max-width: 992px) and (min-width: 480px) {
  .footer-widgets.col-md-3 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 992px) {
  .footer .sidebar-widget,
  .prefooter .sidebar-widget,
  .footer .sidebar-widget:not(:empty),
  .prefooter .sidebar-widget:not(:empty) {
    margin-bottom: 0;
  }
}
/*-----  End of Footer Layout  ------*/
.footer-bottom .menu-element.horizontal .menu > li > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-left: 1px solid #393939;
  line-height: 1;
  padding: 0 1.07em;
}
.footer-bottom .footer-copyrights .menu-element.horizontal .menu > li:first-child > a {
  padding-right: 0;
}
.footer-bottom .footer-copyrights .menu-element.horizontal .menu > li:last-child > a {
  border-left: none;
}
.footer-bottom .footer-copyrights-right .menu-element.horizontal .menu > li:last-child > a {
  padding-left: 0;
  border-left: none;
}
@media only screen and (max-width: 992px) and (min-width: 480px) {
  .footer-widgets.col-md-3 {
    float: right;
  }
}
.sticky-message-on .content-page .woocommerce-notices-wrapper,
.sticky-message-on .content-page .woocommerce-NoticeGroup,
.sticky-message-on .content-page .woocommerce-message,
.sticky-message-on .content-page .woocommerce-error,
.sticky-message-on .content-page .woocommerce-info {
  position: fixed;
  bottom: 0;
  z-index: 3;
  margin-bottom: -2px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 3s ease-in-out;
  -webkit-animation: et-woo-fadeIn 7s ease-in-out, et-toTop 1s ease-in-out;
          animation: et-woo-fadeIn 7s ease-in-out, et-toTop 1s ease-in-out;
}
.sticky-message-on .content-page .woocommerce-notices-wrapper [class*=woocommerce],
.sticky-message-on .content-page .woocommerce-NoticeGroup [class*=woocommerce] {
  position: static;
  margin-bottom: 2px !important;
}
.sticky-message-on .content-page .woocommerce-message,
.sticky-message-on .content-page .woocommerce-error,
.sticky-message-on .content-page .woocommerce-info,
.sticky-message-on .content-page .dokan-info,
.sticky-message-on .content-page .mc4wp-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.12em 1.2em !important;
  color: #fff;
  font-size: 1.14em;
  word-wrap: break-word;
  background-color: var(--et_green-color) !important;
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sticky-message-on .content-page .woocommerce-message a,
.sticky-message-on .content-page .woocommerce-error a,
.sticky-message-on .content-page .woocommerce-info a,
.sticky-message-on .content-page .dokan-info a,
.sticky-message-on .content-page .mc4wp-alert a {
  color: currentColor;
}
.sticky-message-on .content-page .woocommerce-message .button,
.sticky-message-on .content-page .woocommerce-error .button,
.sticky-message-on .content-page .woocommerce-info .button,
.sticky-message-on .content-page .dokan-info .button,
.sticky-message-on .content-page .mc4wp-alert .button {
  float: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sticky-message-on .content-page .woocommerce-message:before,
.sticky-message-on .content-page .woocommerce-error:before,
.sticky-message-on .content-page .woocommerce-info:before,
.sticky-message-on .content-page .dokan-info:before,
.sticky-message-on .content-page .mc4wp-alert:before {
  display: none;
}
.sticky-message-on .content-page .woocommerce-error {
  background-color: var(--et_red-color) !important;
}
.sticky-message-on .content-page .woocommerce-error:before {
  content: "\f534";
}
.sticky-message-on .content-page .woocommerce-info {
  background-color: var(--et_blue-color) !important;
}
.sticky-message-on .content-page .woocommerce-info:before {
  content: "\f534";
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.wc-block-components-notice-banner,
.dokan-info,
.dokan-error,
.dokan-alert,
.dokan-alert-success,
.mc4wp-alert,
.woocommerce-order-overview-wrapper ~ p {
  margin: 0 0 1.43em;
  position: relative;
  font-size: 1.14rem;
  word-wrap: break-word;
  background: var(--et_notice-bg-color, var(--et_green-color));
  color: var(--et_notice-color, #fff);
  border-radius: 0;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before,
.wc-block-components-notice-banner:before,
.dokan-info:before,
.dokan-error:before,
.dokan-alert:before,
.dokan-alert-success:before,
.mc4wp-alert:before,
.woocommerce-order-overview-wrapper ~ p:before {
  position: absolute;
  font-family: 'xstore-icons';
  border-radius: 50%;
  left: 20px;
  padding: 0;
  top: auto;
  background: transparent;
  font-style: normal;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.wc-block-components-notice-banner .button,
.dokan-info .button,
.dokan-error .button,
.dokan-alert .button,
.dokan-alert-success .button,
.mc4wp-alert .button,
.woocommerce-order-overview-wrapper ~ p .button {
  float: right;
  height: auto;
  padding: 0;
  font-size: inherit;
  background: transparent !important;
  border: none !important;
  text-decoration: underline;
  text-transform: capitalize;
  color: currentColor;
  line-height: inherit;
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.wc-block-components-notice-banner .button:hover,
.dokan-info .button:hover,
.dokan-error .button:hover,
.dokan-alert .button:hover,
.dokan-alert-success .button:hover,
.mc4wp-alert .button:hover,
.woocommerce-order-overview-wrapper ~ p .button:hover {
  opacity: 0.7;
}
.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.wc-block-components-notice-banner a:not(.button),
.dokan-info a:not(.button),
.dokan-error a:not(.button),
.dokan-alert a:not(.button),
.dokan-alert-success a:not(.button),
.mc4wp-alert a:not(.button),
.woocommerce-order-overview-wrapper ~ p a:not(.button) {
  opacity: 0.85;
  color: currentColor !important;
  text-decoration: underline;
}
.woocommerce-message a:not(.button):hover,
.woocommerce-error a:not(.button):hover,
.woocommerce-info a:not(.button):hover,
.wc-block-components-notice-banner a:not(.button):hover,
.dokan-info a:not(.button):hover,
.dokan-error a:not(.button):hover,
.dokan-alert a:not(.button):hover,
.dokan-alert-success a:not(.button):hover,
.mc4wp-alert a:not(.button):hover,
.woocommerce-order-overview-wrapper ~ p a:not(.button):hover {
  opacity: 0.7;
}
.elementor-widget-container .woocommerce-order-overview-wrapper ~ p {
  color: #fff;
}
.dokan-alert strong,
.dokan-info strong,
.dokan-alert-success strong {
  font-weight: 400;
}
.woocommerce-error,
.mc4wp-error,
.dokan-error,
.dokan-alert-warning {
  margin-bottom: 1.43em !important;
  color: var(--et_error-color, #fff);
  background-color: var(--et_error-bg-color, var(--et_red-color));
}
.woocommerce-error:before,
.mc4wp-error:before,
.dokan-error:before,
.dokan-alert-warning:before {
  content: "\e900";
}
.woocommerce-info.vc_empty-element {
  pointer-events: none;
}
.woocommerce-info.vc_empty-element:after,
.woocommerce-info.vc_empty-element + .vc_controls {
  display: none;
}
.woocommerce-info,
.dokan-info,
.mc4wp-info,
.woocommerce-order-overview-wrapper ~ p {
  color: var(--et_info-color, #fff);
  background-color: var(--et_info-bg-color, var(--et_blue-color));
}
.woocommerce-info:before,
.dokan-info:before,
.mc4wp-info:before,
.woocommerce-order-overview-wrapper ~ p:before {
  content: "\e906";
}
.woocommerce-message:before,
.dokan-alert-success:before,
.mc4wp-success:before {
  content: "\e92a";
}
.woocommerce-NoticeGroup {
  margin-top: 20px;
}
.woocommerce-NoticeGroup strong {
  font-weight: 400;
}
.woocommerce-info.vc_empty-element {
  pointer-events: none;
}
.woocommerce-info.vc_empty-element:after,
.woocommerce-info.vc_empty-element + .vc_controls {
  display: none;
}
.woocommerce-NoticeGroup {
  margin-top: 20px;
}
.woocommerce-NoticeGroup strong {
  font-weight: 400;
}
.mc4wp-alert {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.mc4wp-alert p {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.mc4wp-alert,
.mc4wp-alert p,
.mc4wp-alert a {
  color: var(--et_dark-2-white);
}
.content-page > .woocommerce-notices-wrapper:not(:empty) {
  margin-top: 1.43em;
}
.et-notify {
  position: fixed;
  top: 0;
  background: var(--et_border-color);
  color: #fff;
  z-index: 10010;
  margin: 5px;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
          box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
  .et-notify {
    margin: 30px;
  }
}
.logged-in .et-notify {
  top: 32px;
}
.et-notify:empty {
  display: none;
}
.et-notify:not(.removing) {
  -webkit-animation: fadeIn 0.3s linear, et-rtl 0.3s linear;
          animation: fadeIn 0.3s linear, et-rtl 0.3s linear;
}
.et-notify[data-type=success] {
  background: var(--et_notice-bg-color, var(--et_green-color));
}
.et-notify[data-type=success]:before {
  content: '\e92a';
}
.et-notify[data-type=error] {
  background: var(--et_error-bg-color, var(--et_red-color));
}
.et-notify[data-type=error]:before {
  content: '\e900';
}
.et-notify[data-type="info"] {
  background: var(--et_white-2-dark);
  border: 1px solid var(--et_border-color);
  color: var(--et_font-color);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  max-width: calc(100vw - 40px);
}
.et-notify-image {
  display: inline-block;
  padding: 0;
}
.et-notify-image img {
  max-width: 6rem;
  max-height: 100px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  width: auto;
  height: auto;
}
.et-notify-info {
  overflow: hidden;
}
.et-notify-button {
  display: block;
  text-decoration: underline;
  margin-top: 10px;
}
.et-notify-close {
  margin: 10px;
}
@media only screen and (max-width: 480px) {
  .single-product .woocommerce-message .button,
  .single-product .woocommerce-error .button,
  .single-product .woocommerce-info .button {
    display: none;
  }
}
/*=====================================
=            List Elements            =
=====================================*/
.list ul,
.list {
  padding-left: 0;
  margin-bottom: 15px;
}
.list li {
  display: inline-block;
  list-style: none;
}
.list li:before {
  content: "\e904";
  font-family: 'xstore-icons';
  font-size: 0.7em;
  margin-right: 10px;
}
/*-----  End of List Elements  ------*/
/*=================================
=            Main Menu            =
=================================*/
.menu li.menu-disable_title > a i {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.label-text {
  position: relative;
  top: -0.2em;
  margin-left: 5px;
  color: #fff;
  -webkit-text-fill-color: currentColor;
  font-size: 0.57em;
  line-height: 0.9em;
  padding: 3px 3px 3px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
}
.label-text:not(:only-child) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.label-text:before {
  content: '';
  width: 0;
  height: 0;
  border: 0.38em solid transparent;
  position: absolute;
  top: 50%;
  left: -0.655em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-label-new > a .label-text {
  background-color: #88b643;
}
.menu-label-new > a .label-text:before {
  border-right-color: #88b643;
}
.menu-label-sale > a .label-text {
  background-color: #e6bd47;
}
.menu-label-sale > a .label-text:before {
  border-right-color: #e6bd47;
}
.menu-label-hot > a .label-text {
  background-color: #a4004f;
}
.menu-label-hot > a .label-text:before {
  border-right-color: #a4004f;
}
.nav-sublist-dropdown {
  position: absolute;
  top: 100%;
  left: var(--menu-main-sublist-offset-left, 0);
  right: var(--menu-main-sublist-offset-right, auto);
  z-index: -1;
  display: none;
  -webkit-animation: fadeOut;
          animation: fadeOut;
  width: var(--menu-sublist-width, 18em);
  padding: 2.14em 2.14em;
  background-color: var(--et-sublist-background, var(--et_white-2-dark));
  border-radius: var(--et-sublist-border-radius, 0px);
  text-align: left;
  text-align: start;
  border: 1px solid var(--et-sublist-border-color, var(--et_border-color));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav-sublist-dropdown .container {
  width: auto;
  padding: 0;
}
.nav-sublist-dropdown .item-link {
  display: block;
  font-size: 1rem;
  padding: 0.72em 0;
}
.nav-sublist-dropdown ul {
  padding-left: 0;
  display: block;
  width: 100%;
}
.nav-sublist-dropdown p:empty {
  display: none;
}
.menu-static-block ul {
  display: inline-block;
}
.nav-sublist-dropdown ul > li,
.my-account-link ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.item-design-dropdown .nav-sublist-dropdown {
  padding: var(--menu-sublist-padding-top, 1em) 0 var(--menu-sublist-padding-bottom, 1em);
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children {
  position: relative;
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a {
  position: static;
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
  content: "\e904";
  font-size: 10px;
  font-family: 'xstore-icons';
  position: absolute;
  right: 2.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > .nav-sublist {
  display: var(--submenu-display, none);
  -webkit-animation: fadeOut;
          animation: fadeOut;
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children:hover > .nav-sublist {
  display: var(--submenu-display, block);
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -5px;
  top: 0;
  width: 5px;
  height: 100%;
}
.item-design-dropdown .nav-sublist-dropdown ul > li > a {
  width: 100%;
  font-size: 1.14rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: var(--menu-sublist-padding-v, 0.6em) var(--menu-sublist-padding-h, 1.9em);
}
.item-design-dropdown .nav-sublist-dropdown ul > li ul {
  position: var(--menu-sublist-position, absolute);
  top: var(--menu-sublist-top-offset, -1.07em);
  border: var(--menu-sublist-border, 1px solid var(--et-sublist-border-color, var(--et_border-color)));
  z-index: var(--menu-sublist-z-index, 0);
  left: var(--submenu-offset-left, 100%);
  right: var(--submenu-offset-right, auto);
}
.item-design-dropdown .nav-sublist-dropdown ul > li ul ul {
  z-index: -2;
}
.item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul {
  background-color: var(--et-sublist-background, var(--et_white-2-dark));
  border-radius: var(--et-sublist-border-radius, 0px);
  padding: var(--menu-sublist-padding-top, 1em) 0 var(--menu-sublist-padding-bottom, 1em);
  width: 100%;
  -webkit-animation-name: var(--dropdown-animation-name, fadeIn);
          animation-name: var(--dropdown-animation-name, fadeIn);
  -webkit-animation-duration: var(--dropdown-animation-duration, 0.2s);
          animation-duration: var(--dropdown-animation-duration, 0.2s);
}
.item-design-dropdown .nav-sublist-dropdown ul > .header-search a {
  padding: var(--menu-sublist-padding-v, 0.6em) var(--menu-sublist-padding-h, 1.9em);
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a > .arrow {
  fill: currentColor;
  margin-left: 5px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.menu-item-has-children:hover > .nav-sublist-dropdown,
li:hover > .nav-sublist-dropdown,
li.menu-open-by-click.opened > .nav-sublist-dropdown {
  display: var(--submenu-display, block);
  -webkit-animation-name: var(--dropdown-animation-name, fadeIn);
          animation-name: var(--dropdown-animation-name, fadeIn);
  -webkit-animation-duration: var(--dropdown-animation-duration, 0.2s);
          animation-duration: var(--dropdown-animation-duration, 0.2s);
  z-index: 1002;
}
li.menu-open-by-click:not(.opened) > .nav-sublist-dropdown {
  display: var(--submenu-display, none);
}
.simple-hover > .nav-sublist-dropdown {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.simple-hover:hover > .nav-sublist-dropdown {
  opacity: 1;
  visibility: visible;
}
/*-----  End of Main Menu  ------*/
.carousel-area .product-slide {
  padding: 10px 12px 0;
}
@media only screen and (max-width: 480px) {
  .carousel-area .product-slide {
    padding-left: 5px;
    padding-right: 5px;
  }
  .carousel-area.products-slider {
    --slider-margin-offset: -5px;
  }
}
.carousel-area .item-no-space {
  padding: 0;
}
.swiper-container {
  --arrow-size: var(--arrow-size, '50px');
}
.swiper-container.carousel-area:not(.swiper-container-multirow) {
  margin-left: var(--slider-margin-offset, -12px);
  margin-right: var(--slider-margin-offset, -12px);
}
.sidebar-slider .swiper-pagination {
  margin-top: 0;
}
.sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) p.product-title,
.sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) .price {
  opacity: 0;
}
.sidebar-slider .swiper-container-rtl .swiper-lazy {
  opacity: 1 !important;
}
.sidebar-slider .swiper-container-rtl .swiper-lazy-preloader {
  display: none;
}
.sidebar-slider .swiper-container-rtl.swiper-container .swiper-slide p.product-title,
.sidebar-slider .swiper-container-rtl.swiper-container .swiper-slide .price {
  opacity: 1 !important;
}
.swiper-button-disabled + .swiper-button-disabled + .swiper-container > .swiper-pagination-bullets {
  display: none !important;
}
.swiper-entry .swiper-custom-left,
.swiper-entry .swiper-custom-right {
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.swiper-entry:hover .swiper-custom-left,
.swiper-entry:hover .swiper-custom-right {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.swiper-entry:hover .swiper-custom-left:hover,
.swiper-entry:hover .swiper-custom-right:hover {
  opacity: 0.7;
}
.swiper-entry {
  position: relative;
  --arrow-size: 50px;
  isolation: isolate;
}
.swiper-entry:not(.swipers-couple-wrapper) .swiper-wrapper {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAMAAAANFixgAAAAM1BMVEUAAAA8OTX9/f3+/f3+/f7+/v7///8AAAA7OTU8OTU8OTY8Ojb9/f3+/f3+/f7+/v7///+72me9AAAAB3RSTlMAAAAAAAAAVWTqWAAAANtJREFUKJFtkoGShCAMQ1nXuo0Wwv9/7aYq7s1pdZChzzQFynJGOQKO1zEb6xdgNk8GMgC393QHJjNsaCSCsAfAbFWysnnlCr8Ds+l3RNAZTvoNAGSAkW9sEdt/QFkP1mBjSIb4A/QBMFoI0RMrzoSA/smJt1RoIlKjYSSKPp/e+6LmKmuVBenX5kWLyixFY0YvqqFN2CMtXOtDoWSHB5J5uxSGh2IiQi5lYgcuD2cX2mpPicokdmB0MbZ68iyyh9v8dBa2ZflsA2aPgB9NRuD9AORtgQ5cseJ3Yb6mLBM7hsfRmAAAAABJRU5ErkJggg==) 16 9, ew-resize;
}
.swiper-entry .swiper-wrapper.no-dragging {
  cursor: default;
}
.swiper-wrapper img {
  display: block;
}
.swiper-custom-left:before,
.swiper-custom-right:before,
.hover-effect-slider .sm-arrow:before {
  font-family: 'xstore-icons';
  font-size: calc(var(--arrow-size, 50px) / 2.5);
}
.swiper-custom-left,
.swiper-custom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--arrow-size, 50px) !important;
  height: var(--arrow-size, 50px) !important;
  position: absolute;
  top: calc(50% - var(--arrow-size, 50px) / 2);
  background-color: var(--et_arrows-bg-color, #f2f2f2);
  background-image: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  margin: 0 !important;
}
.swiper-custom-left:hover,
.swiper-custom-right:hover {
  opacity: 0.7;
}
.swiper-custom-left:after,
.swiper-custom-right:after {
  content: '' !important;
  position: absolute;
  top: -100%;
  bottom: -100%;
}
.swiper-custom-left:hover,
.swiper-custom-right:hover {
  background-color: var(--et_arrows-bg-color, #f2f2f2);
}
.swiper-custom-left,
.swiper-custom-right,
.swiper-custom-left:hover,
.swiper-custom-right:hover {
  color: var(--et_arrows-color);
}
.swiper-custom-left.style-1,
.swiper-custom-right.style-1 {
  background: none;
}
.swiper-custom-left.style-2,
.swiper-custom-right.style-2,
.swiper-custom-left.style-3,
.swiper-custom-right.style-3,
.swiper-custom-left.style-4,
.swiper-custom-right.style-4 {
  border-radius: 50%;
}
.swiper-custom-left.style-2,
.swiper-custom-right.style-2,
.swiper-custom-left.style-6,
.swiper-custom-right.style-6 {
  color: var(--et_dark-2-white);
  border: 1px solid var(--et_border-color);
  background-color: var(--et_white-2-dark);
}
.swiper-custom-left.style-2:hover,
.swiper-custom-right.style-2:hover,
.swiper-custom-left.style-6:hover,
.swiper-custom-right.style-6:hover {
  border-color: var(--et_dark-color);
}
.swiper-custom-left.style-3,
.swiper-custom-right.style-3,
.swiper-custom-left.style-5,
.swiper-custom-right.style-5 {
  color: var(--et_dark-2-white);
  background-color: #F2F2F2;
}
.swiper-custom-left.style-3:hover,
.swiper-custom-right.style-3:hover,
.swiper-custom-left.style-5:hover,
.swiper-custom-right.style-5:hover {
  color: var(--et_white-2-dark);
  background-color: var(--et_dark-2-white);
}
.swiper-custom-left.style-4,
.swiper-custom-right.style-4 {
  color: var(--et_main-color);
  background-color: var(--et_white-2-dark);
  -webkit-box-shadow: 0 13px 17px var(--et_dark-2-white-01);
          box-shadow: 0 13px 17px var(--et_dark-2-white-01);
}
.swiper-custom-left.style-4:hover,
.swiper-custom-right.style-4:hover {
  color: var(--et_dark-2-white);
}
.swipers-couple-wrapper {
  z-index: 0;
}
.swipers-couple-wrapper .swiper-custom-left:not(.et-swiper-elementor-nav),
.swipers-couple-wrapper .swiper-custom-right:not(.et-swiper-elementor-nav) {
  background: transparent !important;
}
.swipers-couple-wrapper .swiper-custom-left:not(.et-swiper-elementor-nav):hover,
.swipers-couple-wrapper .swiper-custom-right:not(.et-swiper-elementor-nav):hover {
  color: var(--et_main-color);
}
.swipers-couple-wrapper .swiper-control-bottom ul li {
  margin-bottom: 0.1em;
}
.swipers-couple-wrapper .swiper-control-bottom .swiper-slide img::-moz-selection {
  background-color: transparent;
}
.swipers-couple-wrapper .swiper-control-bottom .swiper-slide img::selection {
  background-color: transparent;
}
.swiper-control-bottom {
  margin-bottom: 1.43em;
}
.swiper-control-bottom ul {
  margin-bottom: 0;
}
.swiper-control-bottom .swiper-button-disabled {
  display: none !important;
}
.swipers-couple-wrapper .swiper-wrapper img,
.et_post-slider .swiper-wrapper img {
  margin: 0 auto;
  background-color: var(--et_site-background-color, var(--et_container-bg-color, transparent));
}
.swipers-couple-wrapper.images-wrapper.is_stuck + div {
  z-index: -1;
}
.swiper-button-disabled,
.swiper-button-disabled:hover {
  opacity: 0.7;
}
.main-product-slider-wrapper {
  max-width: 570px;
  margin: 0 auto;
}
.product-small-preview-entry {
  max-width: 70px;
  margin: 0 auto;
  opacity: 0.2;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  background-size: cover;
  background-position: center center;
}
.product-small-preview-entry .content {
  padding-bottom: 100%;
}
.swiper-slide-active .product-small-preview-entry {
  opacity: 1;
}
.swiper-lazy-preloader {
  width: 100%;
  margin-left: 0 !important;
  margin-top: 0 !important;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.swiper-lazy-preloader:after {
  background-image: none !important;
}
.swiper-entry:not(.wpb_images_carousel) .swiper-lazy {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.swiper-entry:not(.wpb_images_carousel) .swiper-lazy.lazyload-lqip {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {
  opacity: 1 !important;
}
.swiper-pagination {
  margin-top: 20px;
  position: relative;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--et_dark-2-white);
  opacity: 0.4;
}
.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:first-child:last-child {
  display: none;
}
.swiper-pagination-lines .swiper-pagination span {
  border-radius: 0;
  width: 19px;
  height: 4px;
}
/* Arrows hovers */
.arrows-hovered .sm-arrow,
.arrows-hovered > .swiper-container .swiper-custom-left,
.arrows-hovered > .swiper-container .swiper-custom-right {
  position: absolute;
  top: calc(50% - var(--arrow-size, 50px) / 2);
  color: var(--et_dark-2-white);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0 !important;
  z-index: 3;
  border: 15px solid transparent;
  font-size: 0;
}
.arrows-hovered .sm-arrow::-moz-selection, .arrows-hovered > .swiper-container .swiper-custom-left::-moz-selection, .arrows-hovered > .swiper-container .swiper-custom-right::-moz-selection {
  background-color: transparent;
}
.arrows-hovered .sm-arrow::selection,
.arrows-hovered > .swiper-container .swiper-custom-left::selection,
.arrows-hovered > .swiper-container .swiper-custom-right::selection {
  background-color: transparent;
}
.arrows-hovered .hover-effect-slider .sm-arrow:before {
  font-size: 16px;
}
.arrows-hovered:hover .arrow-left,
.arrows-long-path:hover .arrow-left,
.arrows-hovered:hover > .swiper-container .swiper-custom-left,
.arrows-long-path:hover > .swiper-container .swiper-custom-left,
.arrows-hovered:hover .arrow-right,
.arrows-long-path:hover .arrow-right,
.arrows-hovered:hover > .swiper-container .swiper-custom-right,
.arrows-long-path:hover > .swiper-container .swiper-custom-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1 !important;
}
.arrows-hovered.arrows-hovered-static > .swiper-container .swiper-custom-left,
.arrows-hovered.arrows-hovered-static > .swiper-container .swiper-custom-right {
  opacity: 1 !important;
  visibility: visible;
}
.arrows-hovered.arrows-hovered-static > .swiper-container .swiper-custom-left:not(:hover),
.arrows-hovered.arrows-hovered-static > .swiper-container .swiper-custom-right:not(:hover) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.arrows-hovered .swiper-control-bottom .swiper-custom-right:hover,
.arrows-hovered .swiper-control-bottom .swiper-custom-left:hover {
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 993px) {
  .sidebar-enabled .post-grid.col-md-4 {
    --arrow-size: 40px;
  }
  .sidebar-enabled .post-grid.col-md-4 .swiper-custom-left,
  .sidebar-enabled .post-grid.col-md-4 .swiper-custom-right {
    text-align: center;
  }
  .sidebar-enabled .post-grid.col-md-3 {
    --arrow-size: 35px;
  }
}
.arrows-always .swiper-entry .swiper-button-prev,
.arrows-always.swiper-entry .swiper-button-prev,
.arrows-always .swiper-entry .swiper-button-next,
.arrows-always.swiper-entry .swiper-button-next {
  visibility: visible;
  opacity: 1;
}
.arrows-always .swiper-entry .swiper-button-disabled,
.arrows-always.swiper-entry .swiper-button-disabled {
  opacity: 0.7;
}
/* Arrow bottom */
.bottom .swiper-navigation {
  text-align: center;
}
.bottom .swiper-navigation .swiper-custom-left,
.bottom .swiper-navigation .swiper-custom-right {
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
  visibility: visible;
  margin: var(--arrow-top-space, 10px) var(--arrow-space, 10px) 0 !important;
}
.bottom .swiper-navigation .swiper-custom-left:after,
.bottom .swiper-navigation .swiper-custom-right:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .swiper-entry {
    --arrow-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .swipers-couple-wrapper.swiper-entry .swiper-control-bottom .swiper-custom-left,
  .swipers-couple-wrapper.swiper-entry .swiper-control-bottom .swiper-custom-right {
    display: none;
  }
  .arrows-hovered .arrow-left,
  .arrows-long-path .arrow-left,
  .arrows-hovered > .swiper-container .swiper-custom-left,
  .arrows-long-path > .swiper-container .swiper-custom-left,
  .arrows-hovered .arrow-right,
  .arrows-long-path .arrow-right,
  .arrows-hovered > .swiper-container .swiper-custom-right,
  .arrows-long-path > .swiper-container .swiper-custom-right {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1 !important;
    visibility: visible;
  }
}
@media screen and (max-width: 480px) {
  .swiper-entry .swiper-custom-left,
  .swiper-entry:hover .swiper-custom-left,
  .swiper-entry .swiper-custom-right,
  .swiper-entry:hover .swiper-custom-right {
    opacity: 1;
    visibility: visible;
  }
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
/* Fix of Webkit flickering */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* a11y */
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
/* Pagination Styles */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
/* 3D Container */
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0 !important;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
  opacity: 1 !important;
}
/* Scrollbar */
/* Preloader */
.swiper-lazy-preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  border: none;
}
.swiper-lazy-preloader:after {
  display: none;
}
.et-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'xstore-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.et-left-arrow-3:before {
  content: "\e96e";
}
.et-right-arrow-3:before {
  content: "\e96f";
}
.et-blog:before {
  content: "\e970";
}
.et-box:before {
  content: "\e971";
}
.et-chat-2:before {
  content: "\e972";
}
.et-chat-3:before {
  content: "\e973";
}
.et-compare-2-o:before {
  content: "\e974";
}
.et-compare-2:before {
  content: "\e975";
}
.et-compare-3:before {
  content: "\e976";
}
.et-coupon-2:before {
  content: "\e977";
}
.et-desktop:before {
  content: "\e978";
}
.et-info-2:before {
  content: "\e979";
}
.et-fire:before {
  content: "\e97a";
}
.et-flash:before {
  content: "\e97b";
}
.et-laptop:before {
  content: "\e97c";
}
.et-location-2:before {
  content: "\e97d";
}
.et-more-2:before {
  content: "\e97e";
}
.et-phone:before {
  content: "\e97f";
}
.et-sale:before {
  content: "\e980";
}
.et-search:before {
  content: "\e981";
}
.et-send:before {
  content: "\e982";
}
.et-shop-2:before {
  content: "\e983";
}
.et-shopping-cart-2-plus:before {
  content: "\e984";
}
.et-shopping-cart-plus:before {
  content: "\e985";
}
.et-star-2-o:before {
  content: "\e986";
}
.et-star-2:before {
  content: "\e987";
}
.et-support:before {
  content: "\e988";
}
.et-tablet:before {
  content: "\e989";
}
.et-view-2:before {
  content: "\e98a";
}
.et-youtube-o:before {
  content: "\e52";
}
.et-youtube:before {
  content: "\e12";
}
.et-clock:before {
  content: "\e95e";
}
.et-conversation:before {
  content: "\e95f";
}
.et-debit-card:before {
  content: "\e960";
}
.et-dev-menu:before {
  content: "\e961";
}
.et-top-right-arrow:before {
  content: "\e962";
}
.et-file:before {
  content: "\e963";
}
.et-home-o:before {
  content: "\e964";
}
.et-location:before {
  content: "\e965";
}
.et-rocket:before {
  content: "\e966";
}
.et-shopping-bag-2-o:before {
  content: "\e967";
}
.et-shopping-bag-2:before {
  content: "\e968";
}
.et-shopping-bag-3:before {
  content: "\e969";
}
.et-user-3:before {
  content: "\e96a";
}
.et-user-2:before {
  content: "\e96b";
}
.et-heart-2-o:before {
  content: "\e96c";
}
.et-heart-2:before {
  content: "\e96d";
}
.et-facebook:before {
  content: "\e10";
}
.et-behance:before {
  content: "\e11";
}
.et-snapchat:before {
  content: "\e13";
}
.et-instagram:before {
  content: "\e14";
}
.et-google-plus:before {
  content: "\e15";
}
.et-pinterest:before {
  content: "\e16";
}
.et-linkedin:before {
  content: "\e17";
}
.et-rss:before {
  content: "\e18";
}
.et-tripadvisor:before {
  content: "\e19";
}
.et-twitter:before {
  content: "\e20";
}
.et-tumblr:before {
  content: "\e21";
}
.et-vk:before {
  content: "\e22";
}
.et-vimeo:before {
  content: "\e23";
}
.et-skype:before {
  content: "\e24";
}
.et-whatsapp:before {
  content: "\e25";
}
.et-houzz:before {
  content: "\e26";
}
.et-telegram:before {
  content: "\e27";
}
.et-etsy:before {
  content: "\e28";
}
.et-tik-tok:before {
  content: "\e29";
}
.et-twitch:before {
  content: "\e30";
}
.et-untapped:before {
  content: "\e32";
}
.et-facebook-o:before {
  content: "\e50";
}
.et-behance-o:before {
  content: "\e51";
}
.et-snapchat-o:before {
  content: "\e53";
}
.et-instagram-o:before {
  content: "\e54";
}
.et-google-plus-o:before {
  content: "\e55";
}
.et-pinterest-o:before {
  content: "\e56";
}
.et-linkedin-o:before {
  content: "\e57";
}
.et-rss-o:before {
  content: "\e58";
}
.et-tripadvisor-o:before {
  content: "\e59";
}
.et-twitter-o:before {
  content: "\e60";
}
.et-tumblr-o:before {
  content: "\e61";
}
.et-vk-o:before {
  content: "\e62";
}
.et-vimeo-o:before {
  content: "\e63";
}
.et-skype-o:before {
  content: "\e64";
}
.et-whatsapp-o:before {
  content: "\e65";
}
.et-houzz-o:before {
  content: "\e66";
}
.et-telegram-o:before {
  content: "\e67";
}
.et-etsy-o:before {
  content: "\e68";
}
.et-tik-tok-o:before {
  content: "\e69";
}
.et-twitch-o:before {
  content: "\e70";
}
.et-untapped-o:before {
  content: "\e72";
}
.et-exclamation:before {
  content: "\e900";
}
.et-play-button:before {
  content: "\e901";
}
.et-left-arrow:before {
  content: "\e902";
}
.et-up-arrow:before {
  content: "\e903";
}
.et-right-arrow:before {
  content: "\e904";
}
.et-down-arrow:before {
  content: "\e905";
}
.et-info:before {
  content: "\e906";
}
.et-view:before {
  content: "\e907";
}
.et-heart:before {
  content: "\e908";
}
.et-grid-list:before {
  content: "\e92e";
}
.et-list-grid:before {
  content: "\e92f";
}
.et-grid-2-columns:before {
  content: "\e909";
}
.et-grid-4-columns:before {
  content: "\e913";
}
.et-grid-5-columns:before {
  content: "\e94f";
}
.et-grid-6-columns:before {
  content: "\e958";
}
.et-delete:before {
  content: "\e90a";
}
.et-zoom:before {
  content: "\e90b";
}
.et-shopping-cart:before {
  content: "\e90c";
}
.et-shopping-cart-2:before {
  content: "\e90d";
}
.et-star:before {
  content: "\e90e";
}
.et-360-degrees:before {
  content: "\e90f";
}
.et-plus:before {
  content: "\e910";
}
.et-transfer:before {
  content: "\e911";
}
.et-minus:before {
  content: "\e912";
}
.et-downloads:before {
  content: "\e914";
}
.et-compare:before {
  content: "\e915";
}
.et-shopping-basket:before {
  content: "\e916";
}
.et-loader-gif:before {
  content: "\e917";
}
.et-tick:before {
  content: "\e918";
}
.et-logout:before {
  content: "\e919";
}
.et-reddit:before {
  content: "\e91a";
}
.et-reddit-o:before {
  content: "\e91b";
}
.et-discord:before {
  content: "\e91c";
}
.et-discord-o:before {
  content: "\e91d";
}
.et-cafecito-o:before {
  content: "\e91e";
}
.et-clear-filter:before {
  content: "\e91f";
}
.et-coupon:before {
  content: "\e920";
}
.et-cafecito:before {
  content: "\e921";
}
.et-kofi:before {
  content: "\e922";
}
.et-filter:before {
  content: "\e95d";
}
.et-viber:before {
  content: "\e923";
}
.et-dribbble-o:before {
  content: "\e924";
}
.et-share-arrow:before {
  content: "\e925";
}
.et-dribbble:before {
  content: "\e926";
}
.et-diagonal-arrow:before {
  content: "\e927";
}
.et-kofi-o:before {
  content: "\e928";
}
.et-viber-o:before {
  content: "\e929";
}
.et-checked:before {
  content: "\e92a";
}
.et-circle:before {
  content: "\e92b";
}
.et-wallet:before {
  content: "\e92c";
}
.et-heart-o:before {
  content: "\e92d";
}
.et-protect:before {
  content: "\e930";
}
.et-line-o:before {
  content: "\e931";
}
.et-share:before {
  content: "\e932";
}
.et-line:before {
  content: "\e933";
}
.et-controls:before {
  content: "\e934";
}
.et-patreon-o:before {
  content: "\e935";
}
.et-burger:before {
  content: "\e936";
}
.et-calendar:before {
  content: "\e937";
}
.et-chat:before {
  content: "\e938";
}
.et-internet:before {
  content: "\e939";
}
.et-message:before {
  content: "\e93a";
}
.et-patreon:before {
  content: "\e93b";
}
.et-strava-o:before {
  content: "\e93c";
}
.et-shopping-bag-o:before {
  content: "\e93d";
}
.et-shopping-bag:before {
  content: "\e93e";
}
.et-strava:before {
  content: "\e93f";
}
.et-delivery:before {
  content: "\e940";
}
.et-square:before {
  content: "\e941";
}
.et-sent:before {
  content: "\e942";
}
.et-more:before {
  content: "\e943";
}
.et-upload:before {
  content: "\e944";
}
.et-phone-call:before {
  content: "\e945";
}
.et-gift:before {
  content: "\e946";
}
.et-left-arrow-2:before {
  content: "\e947";
}
.et-right-arrow-2:before {
  content: "\e948";
}
.et-time:before {
  content: "\e949";
}
.et-money-bag:before {
  content: "\e94a";
}
.et-guarantee:before {
  content: "\e94b";
}
.et-trash:before {
  content: "\e94c";
}
.et-dot-inside:before {
  content: "\e94d";
}
.et-dot:before {
  content: "\e94e";
}
.et-size:before {
  content: "\e950";
}
.et-play-button-2:before {
  content: "\e951";
}
.et-gallery:before {
  content: "\e952";
}
.et-home:before {
  content: "\e953";
}
.et-shop:before {
  content: "\e954";
}
.et-emoji-happy:before {
  content: "\e955";
}
.et-emoji-sad:before {
  content: "\e956";
}
.et-emoji-neutral:before {
  content: "\e957";
}
.et-bell:before {
  content: "\e959";
}
.et-bell-filled:before {
  content: "\e95a";
}
.et-cart-unavailable:before {
  content: "\e95b";
}
.et-square-filled:before {
  content: "\e95c";
}
.et-user:before {
  content: "\e1000";
}
.et-star-o:before {
  content: "\e930d";
}
.sticky-message-on .content-page .woocommerce-error {
  padding-left: calc(1.2em + 25px) !important;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.dokan-info,
.dokan-error,
.dokan-alert,
.dokan-alert-success,
.mc4wp-alert,
.woocommerce-order-overview-wrapper ~ p {
  padding: 0.79em 45px 0.79em 1.2em;
  padding: 0.79em calc(1.2em + 25px) 0.79em 1.2em;
  border-right: 5px solid var(--et_dark-2-white-02);
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before,
.dokan-info:before,
.dokan-error:before,
.dokan-alert:before,
.dokan-alert-success:before,
.mc4wp-alert:before,
.woocommerce-order-overview-wrapper ~ p:before {
  left: auto;
  right: 20px;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.dokan-info .button,
.dokan-error .button,
.dokan-alert .button,
.dokan-alert-success .button,
.mc4wp-alert .button,
.woocommerce-order-overview-wrapper ~ p .button {
  float: left;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  margin-right: 15px;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li,
.dokan-info li,
.dokan-error li,
.dokan-alert li,
.dokan-alert-success li,
.mc4wp-alert li {
  list-style: none outside !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0;
  line-height: inherit;
}
.woocommerce-error,
.mc4wp-error,
.dokan-error,
.dokan-alert-warning {
  padding-right: 45px !important;
  padding-right: calc(1.2em + 25px) !important;
}
.et-notify.removing {
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
  opacity: 0;
  visibility: hidden;
}
.et-notify:before {
  font-family: 'xstore-icons';
  margin-left: 5px;
}
.et-notify-image {
  float: right;
}
.label-text {
  margin-left: 0;
  margin-right: 5px;
}
.label-text:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: -0.655em;
}
.nav-sublist-dropdown {
  left: var(--menu-main-sublist-offset-left, auto);
  right: var(--menu-main-sublist-offset-right, 0);
}
.nav-sublist-dropdown ul {
  padding-right: 0;
}
.item-design-dropdown .nav-sublist-dropdown {
  right: auto;
}
.item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
  right: auto;
  left: 2.5em;
  content: "\e902";
}
.item-design-dropdown .nav-sublist-dropdown ul > li ul {
  left: var(--submenu-offset-left, auto);
  right: var(--submenu-offset-right, 100%);
}
.menu-item-has-children > a > .arrow {
  margin-left: 0;
  margin-right: 5px;
}
.swiper-custom-left {
  right: calc(-1 * var(--arrow-size, 50px) - 35px);
  left: auto;
}
.swiper-custom-left:before {
  content: '\e904';
}
.swiper-custom-left:after {
  right: 0;
  left: -10px;
}
.swiper-custom-right {
  left: calc(-1 * var(--arrow-size, 50px) - 35px);
  right: auto;
}
.swiper-custom-right:before {
  content: '\e902';
}
.swiper-custom-right:after {
  right: -10px;
  left: 0;
}
.swiper-custom-left.type-archery:before {
  content: '\e948';
}
.swiper-custom-right.type-archery:before {
  content: '\e947';
}
.swiper-entry:hover .swiper-custom-left {
  right: calc(-1 * var(--arrow-size, 50px) - 10px);
}
.swiper-entry:hover .swiper-custom-right {
  left: calc(-1 * var(--arrow-size, 50px) - 10px);
}
.arrows-hovered .arrow-left,
.arrows-hovered > .swiper-container .swiper-custom-left {
  right: 0 !important;
}
.arrows-hovered .arrow-left.style-2,
.arrows-hovered > .swiper-container .swiper-custom-left.style-2 {
  right: 7px !important;
}
.arrows-hovered .arrow-left:before,
.arrows-hovered > .swiper-container .swiper-custom-left:before {
  content: "\e904";
}
.arrows-hovered .arrow-left.type-archery:before,
.arrows-hovered > .swiper-container .swiper-custom-left.type-archery:before {
  content: "\e948";
}
.arrows-hovered .arrow-right,
.arrows-hovered > .swiper-container .swiper-custom-right {
  left: 0 !important;
}
.arrows-hovered .arrow-right.style-2,
.arrows-hovered > .swiper-container .swiper-custom-right.style-2 {
  left: 7px !important;
}
.arrows-hovered .arrow-right:before,
.arrows-hovered > .swiper-container .swiper-custom-right:before {
  content: "\e902";
}
.arrows-hovered .arrow-right.type-archery:before,
.arrows-hovered > .swiper-container .swiper-custom-right.type-archery:before {
  content: "\e947";
}
.arrows-hovered .arrow-left,
.arrows-hovered > .swiper-container .swiper-custom-left {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  right: 0;
}
.arrows-hovered .arrow-left:hover,
.arrows-hovered > .swiper-container .swiper-custom-left:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.arrows-hovered .arrow-right,
.arrows-hovered > .swiper-container .swiper-custom-right {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  left: 0;
}
.arrows-hovered .arrow-right:hover,
.arrows-hovered > .swiper-container .swiper-custom-right:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.arrows-long-path .arrow-left,
.arrows-long-path > .swiper-container .swiper-custom-left {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 0;
}
.arrows-long-path .arrow-right,
.arrows-long-path > .swiper-container .swiper-custom-right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 0;
}
@media screen and (max-width: 480px) {
  .swiper-entry .swiper-custom-left,
  .swiper-entry:hover .swiper-custom-left {
    right: 0;
  }
  .swiper-entry .swiper-custom-right,
  .swiper-entry:hover .swiper-custom-right {
    left: 0;
  }
}
.arrows-effect-static .swiper-custom-left,
.arrows-effect-static:hover .swiper-custom-left {
  right: 20px;
}
.arrows-effect-static .swiper-custom-right,
.arrows-effect-static:hover .swiper-custom-right {
  left: 20px;
}
.middle-inside .swiper-entry .swiper-button-prev,
.middle-inside.swiper-entry .swiper-button-prev {
  right: -12px;
}
.middle-inside .swiper-entry:hover .swiper-button-prev,
.middle-inside.swiper-entry:hover .swiper-button-prev {
  right: -22px;
}
.middle-inside .swiper-entry .swiper-button-next,
.middle-inside.swiper-entry .swiper-button-next {
  left: -12px;
}
.middle-inside .swiper-entry:hover .swiper-button-next,
.middle-inside.swiper-entry:hover .swiper-button-next {
  left: -22px;
}
.middle-inbox .swiper-entry .swiper-button-prev,
.middle-inbox.swiper-entry .swiper-button-prev {
  right: 22px;
}
.middle-inbox .swiper-entry:hover .swiper-button-prev,
.middle-inbox.swiper-entry:hover .swiper-button-prev {
  right: 12px;
}
.middle-inbox .swiper-entry .swiper-button-next,
.middle-inbox.swiper-entry .swiper-button-next {
  left: 22px;
}
.middle-inbox .swiper-entry:hover .swiper-button-next,
.middle-inbox.swiper-entry:hover .swiper-button-next {
  left: 12px;
}
@-webkit-keyframes slideInEffect {
  from {
    top: 120%;
    opacity: 0;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}
@keyframes slideInEffect {
  from {
    top: 120%;
    opacity: 0;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes slideOutEffect {
  from {
    top: 100%;
    opacity: 1;
  }
  to {
    top: 120%;
    opacity: 0;
  }
}
@keyframes slideOutEffect {
  from {
    top: 100%;
    opacity: 1;
  }
  to {
    top: 120%;
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes et-fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes et-fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes et-woo-fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  10% {
    opacity: 1;
    visibility: visible;
  }
  90% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes et-woo-fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  10% {
    opacity: 1;
    visibility: visible;
  }
  90% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes et-toTop {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes et-toTop {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes et-toBottomFull {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes et-toBottomFull {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes et-dropdown {
  0% {
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: perspective(500px) rotateX(-90deg);
            transform: perspective(500px) rotateX(-90deg);
  }
  100% {
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: perspective(500px) rotateX(0deg);
            transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes et-dropdown {
  0% {
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: perspective(500px) rotateX(-90deg);
            transform: perspective(500px) rotateX(-90deg);
  }
  100% {
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: perspective(500px) rotateX(0deg);
            transform: perspective(500px) rotateX(0deg);
  }
}
@-webkit-keyframes et-dropdown-top {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: perspective(500px) rotateX(90deg);
            transform: perspective(500px) rotateX(90deg);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: perspective(500px) rotateX(0deg);
            transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes et-dropdown-top {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: perspective(500px) rotateX(90deg);
            transform: perspective(500px) rotateX(90deg);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: perspective(500px) rotateX(0deg);
            transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes et-toTop {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes et-toTopLong {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes et-toTopLong {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes et-scale-in {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes et-scale-in {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes et-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes et-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
@-webkit-keyframes slideInRightEffect {
  from {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRightEffect {
  from {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes et-rtl {
  0% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes et-rtl {
  0% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes et-ltr {
  0% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes et-ltr {
  0% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Magnific Popup CSS */
.mfp-bg,
.mfp-wrap {
  position: fixed;
}
.mfp-bg,
.mfp-wrap,
.mfp-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: var(--et_dark-color);
  opacity: 0.5;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container .zoom-images-button,
.mfp-container .open-video-popup,
.mfp-container .open-360-popup {
  opacity: 0 !important;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: start;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-align-top .mfp-container:before,
.mfp-loading.mfp-figure,
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.mfp-close {
  font-size: 0 !important;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close,
#cboxClose {
  width: 44px !important;
  height: 44px !important;
  line-height: 40px;
  position: absolute;
  right: 0 !important;
  padding-right: 0 !important;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  font-size: 0;
  background: transparent !important;
  color: #9b9b9b;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-indent: 0 !important;
}
.mfp-close:before,
#cboxClose:before {
  font-family: 'xstore-icons';
  display: inline-block;
  font-size: 16px;
  content: "\e90a";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mfp-close:hover:before,
#cboxClose:hover:before {
  color: var(--et_active-color);
}
.mfp-close:hover,
#cboxClose:hover,
.mfp-close:focus,
#cboxClose:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  outline: none;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-zoom-out.mfp-ready {
  z-index: 10002;
}
.mfp-close-btn-in .mfp-close {
  color: var(--et_dark-color);
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background: transparent;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:after {
  font-family: 'xstore-icons';
  color: #fff;
  font-size: 30px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  content: "\e904";
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  content: "\e902";
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
div.mfp-iframe-holder .mfp-close,
div.mfp-image-holder .mfp-close {
  text-align: center;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler .mfp-close {
  top: 0 !important;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.et-lightbox-opened button.mfp-close {
  display: none;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-height: calc(100vh - 40px);
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: start;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
html.et-mfp-opened {
  overflow: visible !important;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*

====== Zoom-out effect ======

*/
.mfp-zoom-out .mfp-with-anim {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.mfp-zoom-out .mfp-with-anim,
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.5;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim,
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-close,
#cboxClose {
  right: auto !important;
  left: 0;
}
.mfp-counter {
  right: auto;
  left: 0;
}
.mfp-arrow-right {
  right: 0;
  left: 0;
}
.mfp-arrow-right:after {
  content: "\e902";
}
.mfp-arrow-left {
  left: auto;
  right: 0;
}
.mfp-arrow-left:after {
  content: "\e904";
}
.mfp-iframe-scaler iframe {
  left: auto;
  right: 0;
}
.mfp-bottom-bar {
  left: auto;
  right: 0;
}
.mfp-title {
  padding-right: 0;
  padding-left: 36px;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-figure small {
    margin-left: 0;
    margin-right: 5px;
  }
  .mfp-img-mobile .mfp-counter {
    right: auto;
    left: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    right: auto;
    left: 0;
  }
}
.copyrights-widget ul.menu > li > .wpml-ls-link,
.copyrights-widget li .wpml-ls-link {
  padding: 6px 10px;
}
.copyrights-widget.etheme_widget_socials .widget-title {
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
  margin-right: 5px;
  border: none;
}
.copyrights-widget.etheme_widget_socials .widget-title + .et-follow-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.copyrights-widget.etheme_widget_socials .et-follow-buttons a {
  font-size: 11px;
  display: inline-block;
  text-align: center;
}
.copyrights-widget.etheme_widget_socials .et-follow-buttons a i {
  color: inherit;
}
.copyrights-widget.etheme_widget_socials .et-follow-buttons.buttons-size-normal a {
  font-size: 15px;
}
.copyrights-widget.etheme_widget_socials .et-follow-buttons.buttons-size-large a {
  font-size: 19px;
}
.sidebar-widget.etheme_widget_brands li a {
  position: relative;
}
.sidebar-widget.etheme_widget_brands li a strong {
  font-weight: 400;
}
.etheme_widget_brands:has(ul):not(:has(li)) {
  display: none;
}
.sidebar-widget.etheme_widget_search {
  display: inline-block;
  width: 100%;
}
.sidebar-widget.etheme_widget_search input[type="text"],
.sidebar-widget.etheme_widget_search input[type="email"],
.sidebar-widget.etheme_widget_search input[type="password"] {
  display: inline-block;
  height: 2.57rem;
}
.sidebar-widget.etheme_widget_search .button {
  height: 2.57rem;
  margin-top: 0;
  float: right;
}
.etheme_widget_recent_entries li,
.etheme_widget_products li {
  list-style: none;
}
.etheme_widget_recent_entries .date-event,
.etheme_widget_products .date-event {
  margin-right: 5px;
  display: block;
}
.etheme_widget_recent_entries .date-event .number,
.etheme_widget_products .date-event .number {
  width: 100%;
  display: inline-block;
}
.etheme_widget_recent_entries .date-event .number:after,
.etheme_widget_products .date-event .number:after {
  content: "";
  position: relative;
  margin: 0 auto;
  display: block;
}
.etheme_widget_products li:last-child {
  margin-bottom: 0 !important;
}
.etheme_widget_entries_tabs .tabs {
  margin-bottom: 0;
}
.etheme_widget_entries_tabs .tabs .tab-title {
  display: inline-block;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  padding-bottom: 15px;
  position: relative;
}
.etheme_widget_entries_tabs .tabs .tab-title:before {
  content: '';
  height: 1px;
  width: 0;
  left: 0;
  right: auto;
  position: absolute;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  bottom: 0;
  background: currentColor;
}
.etheme_widget_entries_tabs .tabs .tab-title.opened:before,
.etheme_widget_entries_tabs .tabs .tab-title:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.etheme_widget_entries_tabs .post-widget-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.etheme_widget_entries_tabs .tab-content {
  display: none;
  border-top: 1px solid var(--et_border-color);
  padding-top: 20px;
  padding-bottom: 0;
}
.etheme_widget_about_author h4:not(.widget-title) {
  margin-bottom: 5px;
}
.etheme_widget_about_author img {
  margin-bottom: 1em;
}
.etheme_widget_about_author .author-bio {
  margin-bottom: 0;
}
.widget_price_filter ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.widget_price_filter ul li a {
  font-size: 1rem;
}
.widget_price_filter .price-filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px -6px 0;
}
.widget_price_filter .price-filter-box input {
  width: auto;
  max-width: calc(50% - 16px);
  text-align: center;
  -webkit-appearance: none;
  padding: 2px 5px;
  margin: 10px 6px 0;
}
.widget_price_filter .price-filter-box:has(button) input {
  max-width: 62px;
}
.widget_price_filter .price-filter-box .line {
  display: block;
  width: 8px;
  height: 1px;
  background-color: var(--et_border-color);
  margin-top: 10px;
}
.widget_price_filter .price-filter-box button {
  margin: 10px 6px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.et-follow-buttons,
.et-follow-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et-follow-buttons a {
  font-size: 12px;
  margin: 0 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.et-follow-buttons.buttons-size-normal a {
  font-size: 16px;
  margin: 0 9px;
}
.et-follow-buttons.buttons-size-large a {
  font-size: 20px;
  margin: 0 10px;
}
.et-follow-buttons.icons-filled a {
  padding: 5px;
  position: relative;
}
.et-follow-buttons.icons-filled a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: inherit;
}
.et-follow-buttons.icons-filled a i {
  color: #fff;
}
.et-follow-buttons.icons-filled a:hover:before {
  opacity: 1;
}
.et-follow-buttons.icons-filled a:last-child {
  margin-right: 0 !important;
}
.et-follow-buttons.icons-filled.buttons-size-normal a {
  padding: 7px;
}
.et-follow-buttons.icons-filled.buttons-size-large a {
  padding: 10px;
}
.et-follow-buttons.icons-filled .follow-facebook {
  background-color: #3a5795;
}
.et-follow-buttons.icons-filled .follow-twitter {
  background-color: #000;
}
.et-follow-buttons.icons-filled .follow-instagram {
  background-color: #2d5a82;
}
.et-follow-buttons.icons-filled .follow-google {
  background-color: #dd4c3e;
}
.et-follow-buttons.icons-filled .follow-pinterest {
  background-color: #bd2126;
}
.et-follow-buttons.icons-filled .follow-etsy {
  background-color: #eb6d20;
}
.et-follow-buttons.icons-filled .follow-tik-tok {
  background-color: #000;
}
.et-follow-buttons.icons-filled .follow-strava {
  background-color: #fc4c02;
}
.et-follow-buttons.icons-filled .follow-dribbble {
  background: #444444;
}
.et-follow-buttons.icons-filled .follow-kofi {
  background: #01b9fe;
}
.et-follow-buttons.icons-filled .follow-line {
  background: #00c300;
}
.et-follow-buttons.icons-filled .follow-reddit {
  background: #ff4500;
}
.et-follow-buttons.icons-filled .follow-cafecito {
  background: #8fa2cc;
}
.et-follow-buttons.icons-filled .follow-patreon {
  background: #ff5900;
}
.et-follow-buttons.icons-filled .follow-discord {
  background: #7289da;
}
.et-follow-buttons.icons-filled .follow-untapped {
  background-color: #ffc000;
}
.et-follow-buttons.icons-filled .follow-linkedin {
  background-color: #1898b9;
}
.et-follow-buttons.icons-filled .follow-tumblr {
  background-color: #35465c;
}
.et-follow-buttons.icons-filled .follow-youtube {
  background-color: #e2282e;
}
.et-follow-buttons.icons-filled .follow-telegram {
  background-color: #0088cc;
}
.et-follow-buttons.icons-filled .follow-vimeo {
  background-color: #2ab8e8;
}
.et-follow-buttons.icons-filled .follow-skype {
  background-color: #1eb7ec;
}
.et-follow-buttons.icons-filled .follow-rss {
  background-color: #f97636;
}
.et-follow-buttons.icons-filled .follow-vk {
  background-color: #507299;
}
.et-follow-buttons.icons-filled .follow-houzz {
  background-color: #7cc04b;
}
.et-follow-buttons.icons-filled .follow-whatsapp {
  background-color: #25d266;
}
.et-follow-buttons.icons-filled .follow-viber {
  background-color: #7360F2;
}
.et-follow-buttons.icons-filled .follow-snapchat {
  background-color: #fffc00;
}
.et-follow-buttons.icons-filled .follow-tripadvisor {
  background-color: #7cc04b;
}
.et-follow-buttons.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.et-follow-buttons.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .mob-center .et-follow-buttons {
    text-align: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.etheme_widget_qr_code {
  font-size: 1.14rem;
}
.etheme_widget_qr_code .qr-lighbox {
  float: right;
  max-width: 43px;
  max-height: 43px;
}
@media only screen and (max-width: 480px) {
  .etheme_widget_qr_code .qr-lighbox {
    max-width: 86px;
    max-height: 86px;
  }
}
.menu-element h5 {
  font-size: 1.14rem;
  text-transform: uppercase;
  color: var(--et_dark-color);
  margin-bottom: 1.07em;
}
.menu-element .menu {
  padding: 0;
  margin-bottom: 0;
}
.menu-element .menu:before,
.menu-element .menu:after {
  display: table;
  content: " ";
}
.menu-element .menu:after {
  clear: both;
}
.menu-element .menu li {
  list-style: none;
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 0;
}
.menu-element .menu li > a {
  display: block;
}
.menu-element .menu > li {
  padding: 0 15px;
  /* border-bottom: 1px solid #e6e6e6; */
}
.menu-element .menu .label-text {
  display: none;
}
.menu-element .menu .menu-item-has-children > a:after {
  content: "\e904";
  font-family: 'xstore-icons';
  font-size: 0.57em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-element .menu .menu-item-has-children a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.menu-element .menu li > a,
.footer .menu-element.horizontal .menu li > a {
  padding: 0.77em 1.07em;
}
.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist-dropdown {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-element.submenu-left .menu .menu-item-has-children > a:after {
  content: "\e902";
  right: auto;
}
.menu-element.menu-align-center {
  text-align: center;
}
.menu-element.menu-align-right {
  text-align: end;
}
.menu-element.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-element.horizontal.menu-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-element.horizontal.menu-align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu-element.horizontal .menu > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 0;
  margin: 0;
  -webkit-margin-end: var(--widget-list-item-space, 11px);
          margin-inline-end: var(--widget-list-item-space, 11px);
}
.menu-element.horizontal .menu > li.menu-item-has-children > a:after {
  content: "\e905";
}
.menu-element.horizontal.submenu-top .menu .nav-sublist-dropdown {
  top: auto;
  bottom: 100%;
}
.menu-element.menu-list .menu .item-with-block .nav-sublist-dropdown,
.menu-element.menu-list .menu .item-with-block > .nav-sublist {
  display: none !important;
}
.menu-element.menu-list .menu li .nav-sublist-dropdown,
.menu-element.menu-list .menu li .nav-sublist ul {
  position: static !important;
  padding: 0 0 0 12px;
  border: none;
  -webkit-transform: none;
          transform: none;
}
.menu-element.menu-list .menu li .nav-sublist-dropdown,
.menu-element.menu-list .menu li > .nav-sublist {
  display: block !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.menu-element.menu-list .menu li ul a {
  color: var(--et_main-color);
  -webkit-text-fill-color: var(--et_main-color);
  text-transform: none;
  padding: 8px 0;
}
.menu-element.menu-list .menu a:after {
  display: none;
}
.menu-element.menu-list .menu .nav-sublist-dropdown ul > li a,
.menu-element.menu-list .menu .nav-sublist-dropdown ul > li .nav-sublist ul li a:hover {
  background-color: transparent;
}
/* Menu list */
.et-menu-list {
  padding: 0;
  margin-bottom: 2.14em;
}
.et-menu-list li {
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 0;
  line-height: inherit;
}
.et-menu-list ul {
  margin: 0;
  padding: 0;
}
.et-menu-list .menu-title > *:not(.label-text) {
  display: inline-block;
  font: inherit;
  color: inherit;
  -webkit-text-fill-color: currentColor;
  margin-bottom: 0;
  text-transform: inherit !important;
}
.et-menu-list .menu-title i {
  display: inline-block;
  margin-right: 10px;
}
.et-menu-list .item-title-holder a {
  display: block;
  font-size: 1rem;
  padding: 0 2.3em 0.7em;
}
.et-menu-list .item-title-holder a:hover {
  color: var(--et_active-color);
}
.et-menu-list .subitem-title-holder a {
  display: block;
  padding: 0.5em 2em;
  font-size: 1.14rem;
  color: var(--et_main-color);
}
.et-menu-list .subitem-title-holder a:hover {
  color: var(--et_dark-2-white);
}
.et-menu-list .menu-title a,
.et-menu-list .type-img > a {
  padding-bottom: 0;
}
.et-menu-list .nav-item-image img {
  width: auto;
}
.et-menu-list .menu-sublist .menu-item:last-child .subitem-title-holder a {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .template-content .menu-element {
    text-align: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.sidebar-widget,
.widget-container {
  display: inline-block;
}
.sidebar-widget,
.widget-container,
.sidebar-widget li,
.widget-container li {
  width: 100%;
}
.sidebar-widget ul.menu > li > a,
.footer-widget ul.menu > li > a,
.widget ul.menu > li > a,
.sidebar-widget li a,
.footer-widget li a,
.widget li a {
  font-size: 1.14rem;
}
.sidebar-widget li,
.footer-widget li,
.widget li,
.copyrights-widget li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.42857143;
}
.sidebar-widget ul,
.footer-widget ul,
.widget ul,
.copyrights-widget ul {
  margin-bottom: 0;
  padding-left: 0;
}
.sidebar-widget ul.menu > li,
.footer-widget ul.menu > li,
.widget ul.menu > li,
.copyrights-widget ul.menu > li {
  padding-left: 0;
  padding-right: 0;
}
.sidebar-widget ul.menu > li > a,
.footer-widget ul.menu > li > a,
.widget ul.menu > li > a,
.copyrights-widget ul.menu > li > a,
.sidebar-widget li a,
.footer-widget li a,
.widget li a,
.copyrights-widget li a {
  display: inline-block;
  padding: calc(var(--widget-list-item-space, 11px) / 2) 0;
}
.sidebar-widget > ul > li:first-child,
.footer-widget > ul > li:first-child,
.widget > ul > li:first-child,
.copyrights-widget > ul > li:first-child,
.sidebar-widget .menu-main-menu-container > ul > li:first-child,
.footer-widget .menu-main-menu-container > ul > li:first-child,
.widget .menu-main-menu-container > ul > li:first-child,
.copyrights-widget .menu-main-menu-container > ul > li:first-child,
.sidebar-widget .wpb_wrapper > ul > li:first-child,
.footer-widget .wpb_wrapper > ul > li:first-child,
.widget .wpb_wrapper > ul > li:first-child,
.copyrights-widget .wpb_wrapper > ul > li:first-child,
.sidebar-widget .textwidget > ul > li:first-child,
.footer-widget .textwidget > ul > li:first-child,
.widget .textwidget > ul > li:first-child,
.copyrights-widget .textwidget > ul > li:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sidebar-widget > ul > li:first-child > a,
.footer-widget > ul > li:first-child > a,
.widget > ul > li:first-child > a,
.copyrights-widget > ul > li:first-child > a,
.sidebar-widget .menu-main-menu-container > ul > li:first-child > a,
.footer-widget .menu-main-menu-container > ul > li:first-child > a,
.widget .menu-main-menu-container > ul > li:first-child > a,
.copyrights-widget .menu-main-menu-container > ul > li:first-child > a,
.sidebar-widget .wpb_wrapper > ul > li:first-child > a,
.footer-widget .wpb_wrapper > ul > li:first-child > a,
.widget .wpb_wrapper > ul > li:first-child > a,
.copyrights-widget .wpb_wrapper > ul > li:first-child > a,
.sidebar-widget .textwidget > ul > li:first-child > a,
.footer-widget .textwidget > ul > li:first-child > a,
.widget .textwidget > ul > li:first-child > a,
.copyrights-widget .textwidget > ul > li:first-child > a {
  padding-top: 0;
}
.sidebar-widget > ul > li:first-child > .open-this,
.footer-widget > ul > li:first-child > .open-this,
.widget > ul > li:first-child > .open-this,
.copyrights-widget > ul > li:first-child > .open-this,
.sidebar-widget .menu-main-menu-container > ul > li:first-child > .open-this,
.footer-widget .menu-main-menu-container > ul > li:first-child > .open-this,
.widget .menu-main-menu-container > ul > li:first-child > .open-this,
.copyrights-widget .menu-main-menu-container > ul > li:first-child > .open-this,
.sidebar-widget .wpb_wrapper > ul > li:first-child > .open-this,
.footer-widget .wpb_wrapper > ul > li:first-child > .open-this,
.widget .wpb_wrapper > ul > li:first-child > .open-this,
.copyrights-widget .wpb_wrapper > ul > li:first-child > .open-this,
.sidebar-widget .textwidget > ul > li:first-child > .open-this,
.footer-widget .textwidget > ul > li:first-child > .open-this,
.widget .textwidget > ul > li:first-child > .open-this,
.copyrights-widget .textwidget > ul > li:first-child > .open-this {
  height: 22px;
}
.sidebar-widget > ul > li:not(.opened, .type-label):last-child > a,
.footer-widget > ul > li:not(.opened, .type-label):last-child > a,
.widget > ul > li:not(.opened, .type-label):last-child > a,
.copyrights-widget > ul > li:not(.opened, .type-label):last-child > a,
.sidebar-widget .menu-main-menu-container > ul > li:not(.opened, .type-label):last-child > a,
.footer-widget .menu-main-menu-container > ul > li:not(.opened, .type-label):last-child > a,
.widget .menu-main-menu-container > ul > li:not(.opened, .type-label):last-child > a,
.copyrights-widget .menu-main-menu-container > ul > li:not(.opened, .type-label):last-child > a,
.sidebar-widget .wpb_wrapper > ul > li:not(.opened, .type-label):last-child > a,
.footer-widget .wpb_wrapper > ul > li:not(.opened, .type-label):last-child > a,
.widget .wpb_wrapper > ul > li:not(.opened, .type-label):last-child > a,
.copyrights-widget .wpb_wrapper > ul > li:not(.opened, .type-label):last-child > a,
.sidebar-widget .textwidget > ul > li:not(.opened, .type-label):last-child > a,
.footer-widget .textwidget > ul > li:not(.opened, .type-label):last-child > a,
.widget .textwidget > ul > li:not(.opened, .type-label):last-child > a,
.copyrights-widget .textwidget > ul > li:not(.opened, .type-label):last-child > a {
  padding-bottom: 0;
  --widget-link-underline-bottom-offset: 0;
  margin-bottom: 0;
}
.sidebar-widget > ul > li:not(.opened, .type-label):last-child > .open-this,
.footer-widget > ul > li:not(.opened, .type-label):last-child > .open-this,
.widget > ul > li:not(.opened, .type-label):last-child > .open-this,
.copyrights-widget > ul > li:not(.opened, .type-label):last-child > .open-this,
.sidebar-widget .menu-main-menu-container > ul > li:not(.opened, .type-label):last-child > .open-this,
.footer-widget .menu-main-menu-container > ul > li:not(.opened, .type-label):last-child > .open-this,
.widget .menu-main-menu-container > ul > li:not(.opened, .type-label):last-child > .open-this,
.copyrights-widget .menu-main-menu-container > ul > li:not(.opened, .type-label):last-child > .open-this,
.sidebar-widget .wpb_wrapper > ul > li:not(.opened, .type-label):last-child > .open-this,
.footer-widget .wpb_wrapper > ul > li:not(.opened, .type-label):last-child > .open-this,
.widget .wpb_wrapper > ul > li:not(.opened, .type-label):last-child > .open-this,
.copyrights-widget .wpb_wrapper > ul > li:not(.opened, .type-label):last-child > .open-this,
.sidebar-widget .textwidget > ul > li:not(.opened, .type-label):last-child > .open-this,
.footer-widget .textwidget > ul > li:not(.opened, .type-label):last-child > .open-this,
.widget .textwidget > ul > li:not(.opened, .type-label):last-child > .open-this,
.copyrights-widget .textwidget > ul > li:not(.opened, .type-label):last-child > .open-this {
  height: 34px;
}
.widget_product_categories.sidebar-widget ul.with-accordion ul.children,
.sidebar-widget ul.with-accordion ul.children {
  display: none;
}
.widget_product_categories.sidebar-widget ul li,
.sidebar-widget ul li {
  list-style: none;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.widget_product_categories.sidebar-widget ul li a,
.sidebar-widget ul li a {
  display: inline-block;
  color: var(--et_main-color);
}
.widget_product_categories.sidebar-widget ul li a:hover,
.sidebar-widget ul li a:hover {
  color: var(--et_dark-2-white);
}
.widget_product_categories.sidebar-widget ul li.current-cat > a,
.sidebar-widget ul li.current-cat > a,
.widget_product_categories.sidebar-widget ul li.current-item > a,
.sidebar-widget ul li.current-item > a,
.widget_product_categories.sidebar-widget ul li.chosen > a,
.sidebar-widget ul li.chosen > a,
.widget_product_categories.sidebar-widget ul li.selected > a,
.sidebar-widget ul li.selected > a {
  color: var(--et_dark-2-white);
}
.widget_product_categories.sidebar-widget ul li.firstItem,
.sidebar-widget ul li.firstItem {
  padding-top: 0;
}
.widget_product_categories.sidebar-widget ul li.parent-cat-wrap a,
.sidebar-widget ul li.parent-cat-wrap a {
  border: none !important;
}
.widget_product_categories.sidebar-widget ul li.wc-layered-nav-rating .star-rating ~ span,
.sidebar-widget ul li.wc-layered-nav-rating .star-rating ~ span,
.widget_product_categories.sidebar-widget ul li .count,
.sidebar-widget ul li .count {
  font-size: 1rem;
  display: inline-block;
  color: var(--widget-count-color, var(--et_main-color));
  background-color: var(--widget-count-bg-color, transparent);
  border-radius: var(--widget-count-br-radius, 0);
  padding: var(--widget-count-padding, 0);
  min-width: var(--widget-count-min-width, unset);
  text-align: center;
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.widget_product_categories.sidebar-widget ul li > ul,
.sidebar-widget ul li > ul {
  padding: 0;
}
.widget_product_categories.sidebar-widget ul li > ul.children li,
.sidebar-widget ul li > ul.children li,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li,
.sidebar-widget ul li > ul.sub-menu li {
  list-style: none;
}
.widget_product_categories.sidebar-widget ul .open-this,
.sidebar-widget ul .open-this,
.widget_product_categories.sidebar-widget ul .caret-icon,
.sidebar-widget ul .caret-icon {
  cursor: pointer;
  height: 36px;
  color: var(--et_dark-2-white);
  position: absolute;
  top: 0;
  width: 30px;
  text-align: right;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  font-size: 0;
}
.widget_product_categories.sidebar-widget ul .open-this + a,
.sidebar-widget ul .open-this + a,
.widget_product_categories.sidebar-widget ul .caret-icon + a,
.sidebar-widget ul .caret-icon + a {
  max-width: calc(100% - 30px);
}
.widget_product_categories.sidebar-widget ul .open-this:before,
.sidebar-widget ul .open-this:before,
.widget_product_categories.sidebar-widget ul .caret-icon i:before,
.sidebar-widget ul .caret-icon i:before {
  font-size: 10px;
}
.widget_product_categories.sidebar-widget ul .caret-icon i:before,
.sidebar-widget ul .caret-icon i:before {
  content: "\e905";
  font-family: 'xstore-icons';
}
.sidebar-widget ul li.current-cat > a,
.sidebar-widget ul li > ul.children li.current-cat > a {
  color: var(--et_dark-2-white);
}
.widget-title,
.widgettitle {
  line-height: 1.1;
}
span.widget-title,
span.widgettitle {
  display: block;
}
.widget-title,
.widgettitle,
.cart_totals > h2 {
  font-size: calc(var(--h5-size-proportion) * 1rem);
  text-transform: uppercase;
  color: var(--et_dark-2-white);
  margin-bottom: var(--widget-title-space-bottom, 1.4em);
  padding-bottom: var(--widget-title-inner-space-bottom, 1em);
  border-bottom: var(--widget-title-border-width, 1px) solid var(--widget-title-border-color, var(--et_border-color));
}
.widget-title.style-classic,
.widgettitle.style-classic,
.cart_totals > h2.style-classic {
  border-bottom: none;
  padding-bottom: var(--widget-title-inner-space-bottom, 0);
}
.widget-title.style-line-aside > span:before,
.widgettitle.style-line-aside > span:before,
.cart_totals > h2.style-line-aside > span:before,
.widget-title.style-square-aside > span:before,
.widgettitle.style-square-aside > span:before,
.cart_totals > h2.style-square-aside > span:before,
.widget-title.style-circle-aside > span:before,
.widgettitle.style-circle-aside > span:before,
.cart_totals > h2.style-circle-aside > span:before {
  content: '';
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  background: var(--widget-title-element-color, currentColor);
  vertical-align: baseline;
  -webkit-margin-end: 0.3em;
          margin-inline-end: 0.3em;
}
.widget-title.style-circle-aside > span:before,
.widgettitle.style-circle-aside > span:before,
.cart_totals > h2.style-circle-aside > span:before {
  border-radius: 50%;
  background: transparent;
  border: 0.35em solid var(--widget-title-element-color, currentColor);
}
.widget-title.style-line-aside > span:before,
.widgettitle.style-line-aside > span:before,
.cart_totals > h2.style-line-aside > span:before {
  width: 3px;
  height: 0.72em;
}
.widget-title.style-colored-underline > span,
.widgettitle.style-colored-underline > span,
.cart_totals > h2.style-colored-underline > span {
  position: relative;
}
.widget-title.style-colored-underline > span:before,
.widgettitle.style-colored-underline > span:before,
.cart_totals > h2.style-colored-underline > span:before {
  content: '';
  height: var(--widget-title-border-width, 1px);
  display: inline-block;
  background: var(--widget-title-element-color, currentColor);
  position: absolute;
  bottom: calc(var(--widget-title-inner-space-bottom, 1em) * -1);
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sidebar-widget li,
.widget li,
.widget-container li,
.widget_recent_entries li,
.footer-widget li {
  list-style: none;
}
.sidebar-widget .sidebar-slider {
  margin-bottom: 0;
}
.sidebar-slider {
  position: relative;
}
.sidebar-slider .swiper-slide li {
  float: none;
  width: 100%;
}
.sidebar-slider .swiper-container-multirow {
  margin-bottom: var(--slider-multirow-bottom-offset, -1.43em);
}
.sidebar-slider .swiper-entry {
  position: static;
}
.sidebar-slider .swiper-entry .swiper-custom-right,
.sidebar-slider .swiper-entry .swiper-custom-left {
  font-size: 0;
  color: var(--et_dark-2-white);
  background: transparent !important;
  margin: 0;
}
.sidebar-slider .swiper-entry .swiper-custom-right:after,
.sidebar-slider .swiper-entry .swiper-custom-left:after {
  display: none;
}
.sidebar-slider .swiper-entry .swiper-custom-left,
.sidebar-slider .swiper-entry .swiper-custom-right {
  opacity: 1;
  visibility: visible;
  width: 20px !important;
  height: 20px !important;
  top: 0;
  z-index: auto;
}
.sidebar-slider .swiper-entry .swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.sidebar-slider .swiper-entry .initialized .swiper-lazy-preloader .slide-loader {
  margin: 0;
}
.sidebar-slider .swiper-custom-left:before,
.sidebar-slider .swiper-custom-right:before {
  font-size: 12px;
}
.widget_product_categories.sidebar-widget ul,
.sidebar-widget ul,
.sidebar-slider ul {
  padding: 0;
  margin-bottom: 0;
}
.product_list_widget li img,
.sidebar-slider li img {
  max-width: 5rem;
  max-height: 100px;
}
.product_list_widget .initialized .product-list-image,
.sidebar-slider .initialized .product-list-image {
  position: relative;
}
.g-recaptcha {
  clear: both;
}
.widget_search form,
.widget_product_search form,
.woocommerce-product-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.widget_search,
.widget_product_search,
.woocommerce-product-search,
.widget_search .input-row,
.widget_product_search .input-row,
.woocommerce-product-search .input-row {
  width: 100%;
}
.widget_search input,
.widget_product_search input,
.woocommerce-product-search input {
  font-size: 1rem;
}
.widget_search button,
.widget_product_search button,
.woocommerce-product-search button {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: var(--et_inputs-height, 2.642rem);
  height: var(--et_inputs-height, 2.642rem);
  font-size: inherit;
  padding: 0;
  line-height: 1;
  color: var(--et_dark-2-white);
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 !important;
}
.widget_search button:hover,
.widget_product_search button:hover,
.woocommerce-product-search button:hover {
  color: var(--et_dark-2-white);
  background-color: transparent !important;
  border-color: transparent !important;
}
.widget_search .wp-block-search__button:before,
.widget_product_search button:before,
.woocommerce-product-search button:before {
  content: "\e90b";
  font-family: 'xstore-icons';
  color: currentColor;
}
.widget_search .wp-block-search__button:before,
.woocommerce-product-search button:before,
.widget_product_search button:before,
.widget_search button i {
  display: block !important;
  color: currentColor;
}
@media (min-width: 993px) {
  .sidebar-widget,
  .sidebar-slider {
    margin-bottom: var(--space-between-widgets, 3.9em);
  }
  .sidebar .sidebar-widget:last-of-type:not(:first-of-type),
  .sidebar-widget.etheme_widget_satick_block:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .sidebar-widget:not(:empty),
  .sidebar-slider:not(:empty) {
    margin-bottom: 40px;
  }
}
.widget_currency_sel_widget .wcml_currency_switcher {
  background-color: transparent;
  background-image: none;
}
.wpml-ls-legacy-dropdown {
  width: auto;
  max-width: 12em;
}
.wpml-ls-legacy-dropdown .wcml-cs-item-toggle {
  padding-top: 0;
  padding-bottom: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wcml-dropdown .wcml-cs-submenu {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#lang_sel {
  height: auto;
}
#lang_sel a {
  text-transform: uppercase !important;
  font-size: 0.85rem !important;
}
#lang_sel a.lang_sel_sel {
  background-image: none;
}
#lang_sel a.lang_sel_sel:after {
  top: calc(50% - 2.5px);
  border: 5px solid transparent;
}
#lang_sel img.iclflag {
  top: 0;
}
#lang_sel li,
.widget_currency_sel_widget li {
  padding: 0 !important;
  margin: 0 !important;
}
#lang_sel li ul,
.widget_currency_sel_widget li ul {
  width: 180px;
  background-color: #fff !important;
  height: auto !important;
  top: 100%;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 10px 0 !important;
}
#lang_sel li ul a,
.widget_currency_sel_widget li ul a {
  padding: 9px 10px;
  opacity: 1 !important;
}
#lang_sel li ul a:hover,
.widget_currency_sel_widget li ul a:hover {
  background: transparent;
}
#lang_sel li ul li,
.widget_currency_sel_widget li ul li {
  width: 100%;
  float: left;
}
.wcml-dropdown .wcml-cs-active-currency .wcml-cs-submenu a,
#lang_sel ul ul a {
  color: var(--et_dark-color);
}
.wcml-dropdown .wcml-cs-active-currency .wcml-cs-submenu a:hover,
#lang_sel ul ul a:hover {
  opacity: 1;
  color: var(--et_main-color);
}
.widget_icl_lang_sel_widget {
  background-color: transparent;
}
.widget_currency_sel_widget .wcml_currency_switcher {
  background-color: transparent !important;
}
.widget_currency_sel_widget img {
  display: none !important;
}
.wcml-dropdown {
  width: auto;
}
.wcml-dropdown li {
  border: none;
}
.wcml-dropdown li,
.wcml-dropdown li:hover {
  background: transparent;
}
.wcml-dropdown li .wcml-cs-submenu li {
  color: var(--et_dark-color);
  display: block;
}
.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu {
  opacity: 1;
}
.wcml-dropdown li ul a {
  color: var(--et_dark-color);
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wcml-dropdown li ul a:hover {
  color: var(--et_main-color);
}
.wcml-dropdown .wcml-cs-submenu {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar-slider .product-title {
  font-size: 1.14rem;
  padding-right: 25px;
  margin-bottom: 0.15em;
  line-height: 1.4;
  text-align: start;
}
.sidebar-slider .product-title:empty {
  display: none;
}
.sidebar-slider .product-title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--et_dark-2-white);
}
.sidebar-slider .product-title a:hover {
  color: var(--et_main-color);
}
.sidebar-widget.widget_product_categories .product-categories {
  margin-bottom: 0;
}
.sidebar-widget.widget_product_categories ul li.product_cat.parent-level0 + li {
  padding-left: 10px;
}
.sidebar-widget.widget_product_categories select,
.etheme_widget_brands select,
.etheme_widget_cats select {
  width: 100%;
}
.sidebar-widget.product-brands .view-products {
  padding-bottom: 0;
}
.widget_products .product_list_widget .et-loader-img {
  display: none;
}
.wc-layered-nav-rating .star-rating {
  margin-bottom: 0;
}
.wc-layered-nav-rating a {
  margin-bottom: var(--widget-list-item-space, 11px);
}
.wc-layered-nav-rating a em {
  font-size: 1rem;
  font-style: normal;
}
.wc-layered-nav-term,
.etheme_widget_brands_filter li,
.etheme-product-status-filter li,
.etheme_widget_cats_filter li,
.widget_price_filter li,
.etheme_swatches_filter.type-select li,
.wc-layered-nav-term ~ .et_widget-show-more,
.etheme_widget_brands_filter li ~ .et_widget-show-more,
.etheme-product-status-filter li ~ .et_widget-show-more,
.etheme_widget_cats_filter li ~ .et_widget-show-more,
.widget_price_filter li ~ .et_widget-show-more,
.etheme_swatches_filter.type-select li ~ .et_widget-show-more {
  margin-top: var(--widget-list-item-space, 11px);
  margin-bottom: var(--widget-list-item-space, 11px);
}
.wc-layered-nav-term:first-child,
.etheme_widget_brands_filter li:first-child,
.etheme-product-status-filter li:first-child,
.etheme_widget_cats_filter li:first-child,
.widget_price_filter li:first-child,
.etheme_swatches_filter.type-select li:first-child {
  margin-top: 0;
}
.wc-layered-nav-term:last-child,
.etheme_widget_brands_filter li:last-child,
.etheme-product-status-filter li:last-child,
.etheme_widget_cats_filter li:last-child,
.widget_price_filter li:last-child,
.etheme_swatches_filter.type-select li:last-child {
  margin-bottom: 0;
}
.wc-layered-nav-term.chosen a,
.etheme_widget_brands li.chosen a,
.etheme_widget_cats li.chosen a,
.etheme-product-status-filter li.chosen a,
.etheme-price-filter li.chosen a,
.wc-layered-nav-term.chosen .count,
.etheme_widget_brands li.chosen .count,
.etheme_widget_cats li.chosen .count,
.etheme-product-status-filter li.chosen .count,
.etheme-price-filter li.chosen .count {
  color: var(--et_dark-2-white);
}
.wc-layered-nav-term ~ .et_widget-show-more,
.wc-layered-nav-rating ~ .et_widget-show-more,
.etheme_widget_brands li ~ .et_widget-show-more,
.etheme_widget_brands_filter li ~ .et_widget-show-more,
.etheme_widget_cats_filter li ~ .et_widget-show-more {
  padding: 0;
}
.wc-layered-nav-term:hover a:before,
.wc-layered-nav-term.chosen a:before,
.wc-layered-nav-rating:hover a:before,
.wc-layered-nav-rating.chosen a:before,
.etheme_widget_brands_filter .current-item a:before,
.etheme_widget_brands_filter a:hover:before,
.etheme_widget_cats_filter .current-item a:before,
.etheme_widget_cats_filter a:hover:before,
.widget_price_filter .chosen a:before,
.widget_price_filter li:hover a:before,
.etheme_swatches_filter.type-select li.selected a:before,
.etheme_swatches_filter.type-select li:hover a:before,
.etheme-product-status-filter li:hover a:before,
.etheme-product-status-filter .chosen a:before {
  border-color: var(--widget-checkbox-br-color-active, var(--et_main-color));
  background-color: var(--widget-checkbox-bg-color-active, transparent);
}
.wc-layered-nav-term:hover a .count,
.wc-layered-nav-term.chosen a .count,
.wc-layered-nav-rating:hover a .count,
.wc-layered-nav-rating.chosen a .count,
.etheme_widget_brands_filter .current-item a .count,
.etheme_widget_brands_filter a:hover .count,
.etheme_widget_cats_filter .current-item a .count,
.etheme_widget_cats_filter a:hover .count,
.widget_price_filter .chosen a .count,
.widget_price_filter li:hover a .count,
.etheme_swatches_filter.type-select li.selected a .count,
.etheme_swatches_filter.type-select li:hover a .count,
.etheme-product-status-filter li:hover a .count,
.etheme-product-status-filter .chosen a .count {
  color: var(--widget-count-color-active, var(--et_main-color));
  background-color: var(--widget-count-bg-color-active, transparent);
}
.widget_rating_filter li.wc-layered-nav-rating.chosen .star-rating ~ span,
.widget_rating_filter li.wc-layered-nav-rating:hover .star-rating ~ span {
  color: var(--widget-count-color-active, var(--et_main-color));
  background-color: var(--widget-count-bg-color-active, transparent);
}
.widget_product_categories.sidebar-widget ul li:hover > .count,
.widget_product_categories.sidebar-widget ul li.current-cat > .count,
.widget_product_categories.sidebar-widget ul li.current-cat-parent > .count {
  color: var(--widget-count-color-active, var(--et_main-color));
  background-color: var(--widget-count-bg-color-active, transparent);
}
.widget_rating_filter ul li.wc-layered-nav-rating:hover .star-rating + span,
.widget_rating_filter ul li.wc-layered-nav-rating.chosen .star-rating + span {
  color: var(--widget-count-color-active, var(--et_main-color));
  background-color: var(--widget-count-bg-color-active, transparent);
}
.wc-layered-nav-term.chosen a:after,
.wc-layered-nav-rating.chosen a:after,
.etheme_widget_brands_filter .current-item a:after,
.etheme_widget_cats_filter .current-item a:after,
.widget_price_filter .chosen a:after,
.etheme_swatches_filter.type-select li.selected a:after,
.etheme-product-status-filter .chosen a:after {
  color: var(--widget-checkbox-color-active, currentColor);
}
.wc-layered-nav-term.chosen a:hover:after,
.wc-layered-nav-rating.chosen a:hover:after,
.etheme_widget_brands_filter .current-item a:hover:after,
.etheme_widget_cats_filter .current-item a:hover:after,
.widget_price_filter .chosen a:hover:after,
.etheme_swatches_filter.type-select li.selected a:hover:after,
.etheme-product-status-filter .chosen a:hover:after {
  content: "\e90a";
}
/* Filter by Price Widget */
.price_slider_wrapper .price_slider_amount input {
  opacity: 0;
}
.price_slider_wrapper .ui-slider-range {
  position: absolute;
  height: var(--price-slider-line-thickness, 2px) !important;
  border-radius: 0 !important;
  background: var(--et_active-color);
}
.price_slider_wrapper .ui-slider-horizontal {
  position: relative;
  background: var(--et_border-color);
  height: var(--price-slider-line-thickness, 2px);
  margin-bottom: 20px;
}
.price_slider_wrapper .ui-slider {
  border-radius: 0 !important;
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
  cursor: pointer;
  width: var(--price-slider-handle-size, 10px) !important;
  height: var(--price-slider-handle-size, 10px) !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none !important;
  position: absolute !important;
  border: none !important;
  border-radius: var(--price-slider-handle-radius, 50%) !important;
  background: var(--et_active-color);
  -webkit-transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  margin: 0;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:hover {
  -webkit-transform: translateY(-50%) scale(var(--price-slider-handle-scale-hover, 1.5));
          transform: translateY(-50%) scale(var(--price-slider-handle-scale-hover, 1.5));
}
.price_slider_wrapper .ui-slider .ui-slider-handle:last-of-type {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.price_slider_wrapper .ui-slider .ui-slider-handle:last-of-type:hover {
  -webkit-transform: translate(-100%, -50%) scale(var(--price-slider-handle-scale-hover, 1.5));
          transform: translate(-100%, -50%) scale(var(--price-slider-handle-scale-hover, 1.5));
}
.price_slider_wrapper .price_label {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.price_slider_wrapper .button {
  color: var(--et_dark-2-white);
  font-size: 1rem;
  border: none;
  height: auto;
  padding: 0;
  background-color: transparent;
}
.price_slider_wrapper .button:hover {
  color: var(--et_active-color);
  background-color: transparent;
}
.price_slider_wrapper .button span {
  color: currentColor;
  font-size: inherit;
}
.price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.14rem;
}
.price_slider_amount .clear {
  display: none;
}
.price_slider_amount span {
  font-size: 1rem;
  color: var(--et_dark-2-white);
}
.widget_product_search label {
  color: var(--et_main-color);
  font-size: 1.14rem;
}
.widget_product_search label,
.widget_product_search input[type="search"] {
  width: 100%;
}
.widget_layered_nav_filters ul {
  margin: 0 -3px;
}
.widget_layered_nav_filters ul li {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 3px 6px;
}
.widget_layered_nav_filters ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  padding: 3px 20px !important;
  border: 1px solid var(--et_border-color);
}
.widget_layered_nav_filters ul li a:after {
  content: '\e90a';
  font-family: 'xstore-icons';
  font-size: 0.5em;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.widget_layered_nav_filters ul li a:hover,
.widget_layered_nav_filters ul li a.etheme-clear-all-filters {
  color: var(--et_dark-2-white);
  border-color: var(--et_dark-2-light-dark);
}
.widget_layered_nav_filters ul li a > span {
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
}
.widget_layered_nav_filters ul li a.etheme-clear-all-filters:after {
  display: none;
}
.subcategories-line-separated ul ul {
  position: relative;
}
.subcategories-line-separated ul ul:after {
  content: '';
  position: absolute;
  -webkit-border-start: 1px solid var(--et_border-color);
          border-inline-start: 1px solid var(--et_border-color);
  top: calc(var(--widget-list-item-space,11px)/ 2);
  bottom: calc(var(--widget-list-item-space,11px)/ 2);
  left: var(--subcategories-line-offset, 0);
}
.subcategories-line-separated ul ul ul {
  --subcategories-line-offset: 10px;
}
.subcategories-line-separated ul ul ul:after {
  display: none;
}
.subcategories-line-separated ul ul ul ul {
  --subcategories-line-offset: 20px;
}
.sidebar-widget .product_list_widget {
  padding-bottom: 0;
}
.sidebar-widget .product_list_widget + p {
  display: none;
}
.sidebar-widget li.et_widget-show-more {
  text-transform: none;
  color: var(--et_active-color);
  padding: 6px 0;
  cursor: pointer;
}
.sidebar-widget li.et_widget-show-more span {
  position: relative;
  display: inline-block;
}
.sidebar-widget li.et_widget-show-more[data-reverse]:not(.expanded) span:last-child,
.sidebar-widget li.et_widget-show-more[data-reverse].expanded span:first-child {
  display: none;
}
.etheme-widget_local_search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
  border-radius: var(--et_inputs-border-radius, 0);
  background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
}
.etheme-widget_local_search-wrapper input {
  font-size: 1rem;
  border: none;
  background: transparent;
}
.etheme-widget_local_search-wrapper .search-button {
  width: var(--et_inputs-height, 2.642rem);
  height: var(--et_inputs-height, 2.642rem);
  color: var(--et_dark-2-white);
  background: transparent;
  border: none;
}
.etheme-widget_local_search-wrapper .search-button.loading img,
.etheme-widget_local_search-wrapper .search-button.loading svg,
.etheme-widget_local_search-wrapper .search-button:not(.loading) span {
  display: none;
}
.etheme-widget_local_search-wrapper .clear {
  color: var(--et_dark-2-white);
  -webkit-padding-end: 3px;
          padding-inline-end: 3px;
  font-size: 65%;
  line-height: 1;
  -webkit-animation: fadeIn 0.3s, et-rtl 0.3s;
          animation: fadeIn 0.3s, et-rtl 0.3s;
  text-transform: uppercase;
}
.etheme-widget_local_search-wrapper:not(.done) .clear {
  display: none;
}
.etheme-widget_local_search-message {
  color: var(--et_font-color);
}
.recent-posts-widget .post-widget-item {
  font-size: 1rem;
  margin-bottom: 1.25em;
}
.recent-posts-widget .post-widget-item h4 {
  font-size: 1.14rem;
  line-height: 1.4;
}
.recent-posts-widget .post-widget-item h4 a {
  color: var(--et_dark-2-white);
}
.recent-posts-widget .post-widget-item img {
  max-width: 2.86em;
}
.recent-posts-widget .post-widget-item .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recent-posts-widget .post-widget-item .media-body {
  width: auto;
}
.recent-posts-widget .post-widget-item .media > a {
  display: table;
  margin-top: 3px;
  padding-right: 20px;
}
.recent-posts-widget:not(.posts-widget-slider) .post-widget-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.recent-posts-widget .post-comments:before,
.recent-posts-widget .post-date:before {
  font-family: 'xstore-icons';
  display: inline-block;
  margin-right: 5px;
  font-size: 0.71rem;
  position: relative;
  top: -1px;
}
.recent-posts-widget .post-date {
  float: left;
  margin-right: 10px;
}
.recent-posts-widget .post-date:before {
  content: "\e937";
}
.recent-posts-widget .post-comments {
  float: left;
}
.recent-posts-widget .post-comments:before {
  content: "\e938";
}
.widget_recent_entries ul li,
.etheme_widget_recent_comments ul li,
.widget_rss ul li,
ul.wp-block-latest-posts li {
  margin-bottom: 1.1em;
}
.widget_recent_entries li a {
  padding: 0;
}
.widget_recent_entries li a + .post-date {
  padding-bottom: 6px;
  display: inline-block;
}
.widget.widget_meta ul,
.widget.widget_recent_comments ul,
.widget.widget_pages ul,
.widget_rss ul {
  padding-left: 0;
  padding-right: 0;
}
.widget_rss li a {
  display: block;
  padding: 6px 0;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss li:last-child a {
  padding-bottom: 0;
}
.widget_rss li:first-child a {
  padding-top: 0;
}
.widget_rss ul li cite {
  font-style: italic;
}
.widget_rss .rssSummary {
  color: var(--et_main-color);
}
.recent-posts-widget:not(.posts-widget-slider) .post-widget-item:last-child,
.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_pages ul li {
  display: inline-block;
  width: 100%;
  text-align: start;
}
.widget.widget_pages ul li a {
  display: inline-block;
  position: relative;
}
.widget_recent_comments ul li,
.wp-block-latest-comments li {
  list-style: none;
  margin-bottom: 0.71em;
}
.widget_recent_comments ul li:last-child,
.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
}
.widget_recent_comments ul li:last-child a,
.wp-block-latest-comments li:last-child a {
  padding-bottom: 8px;
}
.widget_recent_comments ul li,
#recentcomments li,
.widget_recent_comments ul li span a,
#recentcomments li span a {
  font-size: 1rem;
}
.widget_recent_comments ul li a,
#recentcomments li a {
  display: block;
  padding-top: 0;
}
.widget_recent_comments ul li > a,
#recentcomments li > a {
  color: var(--et_dark-2-white);
}
#recentcomments li a {
  display: block !important;
}
.widget_rss .widget-title img,
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text,
.sidebar aside.widget label {
  display: none;
}
.sidebar-widget .post-date {
  display: block;
  font-size: 1rem;
  color: var(--et_dark-2-main);
}
.sidebar-widget .recent-posts-widget img {
  max-width: 5.36em;
}
.sidebar-widget .recent-posts-widget .post-comments {
  display: none!important;
}
.sidebar-widget .swiper-pagination {
  -webkit-transform: none;
          transform: none;
  float: left;
}
.sidebar-widget.widget_categories > ul {
  margin-bottom: 0;
}
.widget_search {
  display: inline-block;
}
.widget_search .form-group {
  margin: 0 !important;
  display: inline-block;
}
.widget_search .form-group.form-button {
  float: right;
}
.widget_search .form-group .col-xs-10 {
  width: 100% !important;
  padding: 0;
}
.widget_search .modal-form {
  margin-top: 0;
}
.widget.widget_search .form-group.has-border {
  float: left;
  width: 75%;
  margin-right: 0;
}
.widget.widget_search .form-group.has-border .col-xs-10,
.widget.widget_search .form-group.has-border .col-xs-10 input {
  width: 100%;
}
.widget.widget_search .form-group.form-button {
  width: 25%;
  float: left;
  margin-left: 0;
}
.widget.widget_search .form-group.form-button button {
  height: 39px;
}
.widget ul li {
  position: relative;
}
.widget.widget_nav_menu ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
  display: inline-block;
  position: relative;
}
.widget.widget_nav_menu ul li:first-child a,
.widget.widget_categories ul li:first-child a,
.widget.widget_archive ul li:first-child a {
  padding-top: 0;
}
.widget.widget_nav_menu ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li,
.widget.widget_nav_menu ul li ul.sub-menu,
.widget.widget_categories ul li ul.sub-menu,
.widget.widget_archive ul li ul.sub-menu {
  display: inline-block;
  width: 100%;
}
.flickr_badge_image img {
  opacity: 1;
}
.widget_nav_menu.sidebar-widget .sub-menu {
  display: none;
}
.gallery-item {
  margin-top: 20px;
}
.gallery-item img {
  border: none !important;
}
.tagcloud {
  margin-bottom: var(--tagcloud-bottom-offset, -0.5em);
}
.tagcloud a {
  display: inline-block;
  font-size: var(--tagcloud-font-size, 1rem) !important;
  padding: 3px 16px 3px;
  margin: 0 0.33em 0.5em 0;
  border: 1px solid var(--et_border-color);
}
.tagcloud a:hover {
  color: var(--tagcloud-color-hover, #fff) !important;
  border-color: var(--tagcloud-br-color-hover, var(--et_active-color));
  background-color: var(--tagcloud-bg-color-hover, var(--et_active-color));
}
.widget_archive select,
.widget_categories select,
aside.widget select {
  width: 100%;
}
.widget_calendar table,
.calendar_wrap table {
  margin-bottom: 0;
}
.widget_calendar caption,
.calendar_wrap caption {
  font-size: 1.14rem;
  color: var(--et_font-color);
  padding: 0 0 10px;
  border-bottom: 1px solid var(--et_border-color);
}
.widget_calendar thead th,
.calendar_wrap thead th {
  padding: 10px;
  text-align: center;
  font-size: 0.93rem;
  font-weight: 400;
}
.widget_calendar td,
.calendar_wrap td {
  color: var(--et_main-color);
  border: none;
  padding: 0.71em;
}
.widget_calendar tbody td,
.calendar_wrap tbody td {
  text-align: center;
}
.widget_calendar tbody td#today,
.calendar_wrap tbody td#today {
  color: var(--et_dark-2-white);
  text-decoration: underline;
  background-color: var(--et_white-2-dark-01);
}
.widget_calendar tbody td a,
.calendar_wrap tbody td a {
  text-decoration: underline;
}
.widget_calendar tfoot td,
.calendar_wrap tfoot td {
  padding-bottom: 0;
}
.widget_text ol li,
.widget_text ul li {
  margin-bottom: 0.5em;
  list-style: inherit;
  line-height: 1.8;
}
.featured-posts-widget .blog-post {
  padding-left: 0;
  padding-right: 0;
}
.featured-posts-widget .blog-post:last-child {
  margin-bottom: 0;
}
.featured-posts-widget .blog-post .wp-picture {
  margin-bottom: 17px;
  width: 100%;
}
.featured-posts-widget .blog-post .wpb_row,
.featured-posts-widget .blog-post .wpb_text_column {
  margin-bottom: 0 !important;
}
.featured-posts-widget .blog-post .content-article {
  width: 100%;
}
.featured-posts-widget .blog-post .featured-quote {
  zoom: 0.8;
}
.featured-posts-widget .blog-post h2 {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 24px;
  display: block !important;
}
.featured-posts-widget .blog-post .post-categories {
  font-size: 12px;
  top: 25px;
}
.featured-posts-widget .blog-post .post-heading {
  margin-bottom: 15px;
}
.featured-posts-widget .blog-post p {
  margin-bottom: 0;
}
.featured-posts-widget .blog-post .meta-post,
.featured-posts-widget .blog-post .more-link,
.featured-posts-widget .blog-post .author-info {
  display: none;
}
.featured-posts-widget.hide-excerpt .content-article {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .featured-posts-widget .blog-post .featured-quote {
    zoom: 0.7;
  }
}
@media only screen and (max-width: 992px) {
  .featured-posts-widget .blog-post .featured-quote {
    zoom: 1;
  }
}
@media only screen and (max-width: 480px) {
  .featured-posts-widget .blog-post .featured-quote {
    zoom: 0.7;
  }
}
.sidebar-widget.etheme_widget_search .button {
  float: left;
}
.etheme_widget_recent_entries .date-event,
.etheme_widget_products .date-event {
  margin-right: 0;
  margin-left: 5px;
}
.etheme_widget_entries_tabs .tabs .tab-title:before {
  right: 0;
  left: auto;
}
.etheme_widget_entries_tabs .tabs .tab-title.opened:before,
.etheme_widget_entries_tabs .tabs .tab-title:hover:before {
  right: 0;
  left: auto;
}
.et-follow-buttons a:first-child {
  margin-right: 0 !important;
}
.et-follow-buttons a:last-child {
  margin-left: 0 !important;
}
.etheme_widget_qr_code .qr-lighbox {
  float: left;
}
.menu-element .menu .menu-item-has-children > a:after {
  right: auto;
  left: 0;
}
.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist-dropdown,
.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist ul {
  left: 100%;
}
.menu-element:not(.horizontal).submenu-left .menu-item-has-children .nav-sublist-dropdown,
.menu-element:not(.horizontal).submenu-left .menu-item-has-children .nav-sublist ul {
  left: auto;
  right: 100%;
}
.menu-element.submenu-left .menu > li > a {
  padding-left: 20px;
  padding-right: 10px;
}
.menu-element.submenu-left .menu > li > a:after {
  left: 0;
}
.menu-element.submenu-left .menu .nav-sublist-dropdown li > a {
  padding-left: 3.5rem;
}
.menu-element.submenu-left .menu .nav-sublist-dropdown li > a:after {
  left: 2.5rem;
}
.menu-element.menu-list .menu li .nav-sublist-dropdown,
.menu-element.menu-list .menu li .nav-sublist ul {
  padding-left: 0;
  padding-right: 12px;
}
.et-menu-list .menu-title i {
  margin-right: 0;
  margin-left: 10px;
}
@media only screen and (min-width: 480px) and (max-width: 992px) {
  .etheme_widget_about_author img {
    float: right;
    margin-left: 30px;
  }
}
.widget_product_categories.sidebar-widget ul li > ul.children li > a,
.sidebar-widget ul li > ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li > a,
.sidebar-widget ul li > ul.sub-menu li > a {
  font-size: 1rem;
  padding-right: 10px;
  --widget-link-underline-offset: 10px;
}
.widget_product_categories.sidebar-widget ul li > ul.children li ul.children li > a,
.sidebar-widget ul li > ul.children li ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.children li > a,
.sidebar-widget ul li > ul.sub-menu li ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.children li ul.sub-menu li > a,
.sidebar-widget ul li > ul.children li ul.sub-menu li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.sub-menu li > a,
.sidebar-widget ul li > ul.sub-menu li ul.sub-menu li > a {
  padding-right: 20px;
  --widget-link-underline-offset: 20px;
}
.widget_product_categories.sidebar-widget ul li > ul.children li ul.children ul.children li > a,
.sidebar-widget ul li > ul.children li ul.children ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.children ul.children li > a,
.sidebar-widget ul li > ul.sub-menu li ul.children ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.children li ul.sub-menu ul.children li > a,
.sidebar-widget ul li > ul.children li ul.sub-menu ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.sub-menu ul.children li > a,
.sidebar-widget ul li > ul.sub-menu li ul.sub-menu ul.children li > a,
.widget_product_categories.sidebar-widget ul li > ul.children li ul.children ul.sub-menu li > a,
.sidebar-widget ul li > ul.children li ul.children ul.sub-menu li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.children ul.sub-menu li > a,
.sidebar-widget ul li > ul.sub-menu li ul.children ul.sub-menu li > a,
.widget_product_categories.sidebar-widget ul li > ul.children li ul.sub-menu ul.sub-menu li > a,
.sidebar-widget ul li > ul.children li ul.sub-menu ul.sub-menu li > a,
.widget_product_categories.sidebar-widget ul li > ul.sub-menu li ul.sub-menu ul.sub-menu li > a,
.sidebar-widget ul li > ul.sub-menu li ul.sub-menu ul.sub-menu li > a {
  padding-right: 30px;
  --widget-link-underline-offset: 30px;
}
.widget_product_categories.sidebar-widget ul .open-this,
.sidebar-widget ul .open-this,
.widget_product_categories.sidebar-widget ul .caret-icon,
.sidebar-widget ul .caret-icon {
  float: left;
  left: 0;
}
.widget_product_categories.sidebar-widget li a {
  position: relative;
}
.widget_product_categories.sidebar-widget li a:before {
  content: '';
  height: 1px;
  width: 0;
  left: 0;
  right: var(--widget-link-underline-offset, 0px);
  position: absolute;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  bottom: var(--widget-link-underline-bottom-offset, 5px);
  background: currentColor;
}
.widget_product_categories.sidebar-widget li.opened > a:before,
.widget_product_categories.sidebar-widget li:hover > a:before {
  width: calc(100% - var(--widget-link-underline-offset,0px));
}
.widget_text ol,
.widget_text ul {
  padding-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sidebar-slider .swiper-entry .swiper-custom-right,
.sidebar-slider .swiper-entry:hover .swiper-custom-right {
  left: 0;
}
.sidebar-slider .swiper-entry .swiper-custom-left,
.sidebar-slider .swiper-entry:hover .swiper-custom-left {
  left: 20px;
  right: auto;
}
.sidebar-slider .swiper-entry .initialized .swiper-lazy-preloader {
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.widget_search button,
.widget_product_search button,
.woocommerce-product-search button {
  left: 0;
}
.widget_search input,
.widget_product_search input,
.woocommerce-product-search input {
  font-size: 1.14rem;
  padding-left: calc(var(--et_inputs-height, 2.642rem) + 1.07em);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
#lang_sel a.lang_sel_sel:after {
  right: auto !important;
  left: 10px !important;
}
.wcml-dropdown > ul {
  padding: 0;
}
.product_list_widget .product-mini-image,
.product_list_widget .product-list-image,
.sidebar-slider .product-list-image {
  float: right;
  width: auto !important;
  max-width: 100px;
  display: block;
  margin-left: 20px;
}
.wc-layered-nav-term a,
.wc-layered-nav-rating a,
.etheme_widget_brands_filter li a,
.etheme_widget_cats_filter li a,
.widget_price_filter li a,
.etheme_swatches_filter.type-select li a,
.etheme-product-status-filter a {
  position: relative;
  padding: 0 calc(var(--widget-checkbox-size, 14px) + 11px) 0 0 !important;
}
.wc-layered-nav-term a:before,
.wc-layered-nav-rating a:before,
.etheme_widget_brands_filter li a:before,
.etheme_widget_cats_filter li a:before,
.widget_price_filter li a:before,
.etheme_swatches_filter.type-select li a:before,
.etheme-product-status-filter a:before {
  content: '';
  width: var(--widget-checkbox-size, 14px);
  height: var(--widget-checkbox-size, 14px);
  border: 1px solid var(--widget-checkbox-br-color, var(--et_border-color));
  background-color: var(--widget-checkbox-bg-color, transparent);
  border-radius: var(--widget-checkbox-br-radius, 0);
  -webkit-transition: inherit;
  transition: inherit;
  position: absolute;
  right: 0;
  top: calc(50% - var(--widget-checkbox-size, 14px) / 2);
}
.wc-layered-nav-term:hover a:after,
.wc-layered-nav-term.chosen a:after,
.wc-layered-nav-rating:hover a:after,
.wc-layered-nav-rating.chosen a:after,
.etheme_widget_brands_filter .current-item a:after,
.etheme_widget_brands_filter a:hover:after,
.etheme_widget_cats_filter .current-item a:after,
.etheme_widget_cats_filter a:hover:after,
.widget_price_filter .chosen a:after,
.widget_price_filter li:hover a:after,
.etheme_swatches_filter.type-select li.selected a:after,
.etheme_swatches_filter.type-select li:hover a:after,
.etheme-product-status-filter li:hover a:after,
.etheme-product-status-filter .chosen a:after {
  content: var(--widget-checkbox-icon-code, "\e918");
  font-family: 'xstore-icons';
  position: absolute;
  right: calc(var(--widget-checkbox-size, 14px) / 2 - var(--widget-checkbox-icon-size,10px) / 2);
  z-index: 1;
  font-size: var(--widget-checkbox-icon-size, 10px);
  line-height: 1;
  top: calc(50% - var(--widget-checkbox-icon-size, 10px)/2);
  color: var(--widget-checkbox-color-active, var(--et_dark-2-white));
}
.subcategories-line-separated ul ul:after {
  left: auto;
  right: var(--subcategories-line-offset, 0);
}
.sidebar-widget li.et_widget-show-more span:after {
  content: '';
  height: 2px;
  width: 0;
  left: 0;
  position: absolute;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  bottom: -3px;
  background: currentColor;
}
.sidebar-widget li.et_widget-show-more:hover span:after {
  width: 100%;
  right: 0;
  left: auto;
}
.recent-posts-widget .post-widget-item .media > a {
  padding-right: 0;
  padding-left: 20px;
}
.recent-posts-widget .post-widget-item .post-comments:before,
.recent-posts-widget .post-widget-item .post-date:before {
  margin-right: 0;
  margin-left: 5px;
}
.recent-posts-widget .post-widget-item .post-date {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.recent-posts-widget .post-widget-item .post-comments {
  float: right;
}
.sidebar-widget .swiper-pagination {
  float: right;
}
.widget_search .form-group.form-button {
  float: left;
}
.widget.widget_search .form-group.has-border {
  float: right;
  margin-left: 0;
}
.widget.widget_search .form-group.form-button {
  float: right;
  margin-right: 0;
}
/*!/wp-content/cache/asset-cleanup/css/item/etheme-fa-vc7ea0d5e9babb13e56b5c185a423fc55fe7153f1.css*/
/*!/wp-content/themes/xstore/css/fontawesome/5.15.3/all.min.css*//*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.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-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-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{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-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{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,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%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-child-rifle:before{content:"\e4e0"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:optional;src:url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:optional;src:url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:optional;src:url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:optional;font-weight:400;src:url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:optional;font-weight:900;src:url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:optional;font-weight:400;src:url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:optional;src:url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:optional;src:url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:optional;src:url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:optional;src:url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-v4compatibility.woff2) format("woff2"),url(/wp-content/themes/xstore/css/fontawesome/5.15.3/../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
/*!/wp-content/themes/xstore/css/elementor.css*/
.elementor-element .swiper-container {
  z-index: 0 !important;
}
.elementor-element .swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.elementor-element .swiper-pagination-inside {
  position: absolute;
  margin-top: 0;
  margin-bottom: 10px;
}
.elementor-element .swiper-entry:hover .et-swiper-elementor-nav {
  opacity: 1;
}
.elementor-element .et-slider .swiper-pagination {
  position: absolute;
}
.elementor-element .swiper-container-horizontal > .swiper-pagination-bullets,
.elementor-element .swiper-pagination-custom,
.elementor-element .swiper-pagination-fraction {
  bottom: 0;
}
.elementor-element .swiper-button-next,
.elementor-element .swiper-button-prev {
  width: var(--arrow-size, 50px);
  height: var(--arrow-size, 50px);
  position: absolute;
  top: calc(50% - var(--arrow-size, 50px) / 2);
  margin: 0;
}
.elementor-button .e-font-icon-svg {
  height: 1em;
}
.swiper-pagination-number {
  position: relative;
  margin: 0 5px;
  color: var(--et_dark-2-white);
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-pagination-number:after {
  content: '';
  border-bottom: 1px solid currentColor;
  width: 1em;
  display: inline-block;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  -webkit-transition: inherit;
  transition: inherit;
}
.swiper-pagination-number:hover,
.swiper-pagination-number-active {
  opacity: 1;
}
.swiper-pagination-number:hover:after,
.swiper-pagination-number-active:after {
  width: 2em;
}
.elementor-text-editor p {
  font-size: inherit;
  line-height: inherit;
}
.elementor-image-box-img img {
  vertical-align: unset;
}
.swiper-slide .content-product .product-details .button {
  display: inline-block;
}
.swiper-slide .content-product .quantity-wrapper .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.single-product .product_title {
  display: block;
}
body.single .elementor-widget-heading .product_title,
body.single .elementor-widget-woocommerce-product-etheme_tabs .woocommerce-tabs {
  margin: 0;
  border: none;
  padding: 0;
}
.woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab a {
  border: none !important;
}
body .elementor-widget-woocommerce-etheme_breadcrumb .page-heading {
  font-size: inherit;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.single .elementor-widget-woocommerce-etheme_breadcrumb .page-heading {
  --h1-size-proportion: 1;
  --content-zoom: 1em;
  border: none;
  margin: 0;
}
.elementor-element .et-fancy-button .button-wrap a {
  height: auto;
}
.elementor-element .et-fancy-button .button-wrap svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.elementor-element .et-fancy-button .button-wrap i {
  -webkit-transition: inherit;
  transition: inherit;
}
.elementor-element .et-menu-list .type-img.position-center-center img,
.elementor-element .et-menu-list .type-img.position-center-center i,
.elementor-element .et-menu-list .type-img.position-center-center svg {
  display: block;
  margin: 0;
}
.elementor-widget-etheme_horizontal_scroll [data-animation] .swiper-slide-contents:not(.animated) {
  opacity: 0;
  visibility: hidden;
}
.etheme-elementor-slider .swiper-slide-contents > p:last-child {
  margin-bottom: 0;
}
.etheme-elementor-slider.swiper-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
  visibility: hidden !important;
}
.elementor-widget-container p {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.elementor-widget-container p.woocommerce-info {
  color: var(--et_info-color, #fff);
}
.swiper-slide .added_to_cart {
  display: none;
}
.elementor-button {
  height: auto;
}
.elementor-button.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.etheme-payment-button {
  text-transform: none;
}
.footer-widget .elementor-element ul.menu > li > a,
.footer-widget .elementor-element li a {
  font-size: inherit;
}
body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]:not(.etheme-elementor-widget-loaded) > .elementor-widget-container,
body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]:not(.etheme-elementor-widget-loaded) > .elementor-widget-container,
body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-etheme]:not(.etheme-elementor-widget-loaded) > .elementor-widget-container,
body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-etheme]:not(.etheme-elementor-widget-loaded) > .elementor-widget-container,
body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-product-etheme]:not(.etheme-elementor-widget-loaded) > .elementor-widget-container,
body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-product-etheme]:not(.etheme-elementor-widget-loaded) > .elementor-widget-container,
body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-et-]:not(.etheme-elementor-widget-loaded) > .elementor-widget-container,
body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-et-]:not(.etheme-elementor-widget-loaded) > .elementor-widget-container {
  opacity: var(--etheme-element-loading-opacity, 0);
  visibility: var(--etheme-element-loading-visibility, hidden);
}
body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]:not(.etheme-elementor-widget-loaded):before,
body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-et-]:not(.etheme-elementor-widget-loaded):before,
body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]:not(.etheme-elementor-widget-loaded):before,
body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-et-]:not(.etheme-elementor-widget-loaded):before,
.etheme-elementor-lazy-button:before,
.elementor-widget.etheme-loading:before,
.elementor-widget.etheme-reloading:before {
  content: '';
  display: var(--etheme-element-loader-display, inline-block);
  position: absolute;
  width: var(--etheme-elementor-loader-size, 1.5rem);
  height: var(--etheme-elementor-loader-size, 1.5rem);
  left: calc(50% - (var(--etheme-elementor-loader-size, 1.5rem) / 2));
  top: calc(50% - (var(--etheme-elementor-loader-size, 1.5rem) / 2));
  border: 1px solid var(--etheme-elementor-loader-color, #e1e1e1);
  border-left-color: var(--etheme-elementor-loader-color-active, #555);
  border-radius: 50%;
  -webkit-animation: rotate 0.5s linear infinite;
          animation: rotate 0.5s linear infinite;
  z-index: 1;
}
.elementor-widget.etheme-reloading {
  --etheme-elementor-loader-size: 2rem;
}
.elementor-widget.etheme-reloading.elementor-widget-woocommerce-etheme_archive_products .elementor-widget-container:has(.woocommerce-product-search),
.elementor-widget.etheme-reloading.elementor-widget-woocommerce-etheme_product_grid .elementor-widget-container:has(.woocommerce-product-search),
.elementor-widget.etheme-reloading.elementor-widget-woocommerce-etheme_product_list .elementor-widget-container:has(.woocommerce-product-search) {
  min-height: 250px;
}
.elementor-widget.etheme-reloading:not(.etheme-skeleton-loading) .type-product:first-child,
.elementor-widget.etheme-reloading:not(.etheme-skeleton-loading) .type-post:first-child,
.elementor-widget.etheme-reloading:not(.etheme-skeleton-loading) .etheme-elementor-pagination,
.elementor-widget.etheme-reloading:not(.etheme-skeleton-loading) .etheme-elementor-lazy-button-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}
.elementor-widget.etheme-reloading:not(.etheme-skeleton-loading) .type-product:not(:first-child),
.elementor-widget.etheme-reloading:not(.etheme-skeleton-loading) .type-post:not(:first-child) {
  display: none;
}
.elementor-widget.etheme-reloading:not(.etheme-skeleton-loading) .etheme-product-grid,
.elementor-widget.etheme-reloading:not(.etheme-skeleton-loading) .etheme-product-list,
.elementor-widget.etheme-reloading:not(.etheme-skeleton-loading) .etheme-posts-wrapper {
  grid-template-rows: 1fr;
}
.elementor-widget .type-product,
.elementor-widget .type-post {
  -webkit-transition: var(--et_elementor-post-product-transition, all 0.225s linear, margin 0s);
  transition: var(--et_elementor-post-product-transition, all 0.225s linear, margin 0s);
}
.elementor-widget .type-product.etheme-post-product-loading,
.elementor-widget .type-post.etheme-post-product-loading {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(var(--et_elementor-post-product-translate-y, 15px));
          transform: translateY(var(--et_elementor-post-product-translate-y, 15px));
}
.elementor-widget.etheme-skeleton-loaded {
  --et_elementor-post-product-transition: none;
  --et_elementor-post-product-translate-y: 0px;
}
.elementor-widget.etheme-skeleton-loaded .etheme-post-product-loading {
  -webkit-animation: et-fadeIn 0.45s linear;
          animation: et-fadeIn 0.45s linear;
}
.elementor-widget.etheme-skeleton-loading {
  --et_link-color: transparent;
  --et_yellow-color: transparent;
  --et_active-color: transparent;
  --etheme-elementor-loader-size: 0px;
}
.elementor-widget.etheme-skeleton-loading .star-rating {
  --et_yellow-color: transparent;
  --et_border-color: transparent;
}
.elementor-widget.etheme-skeleton-loading .etheme-product-grid-item {
  display: block;
  opacity: 1;
  visibility: visible;
  background-image: none !important;
}
.elementor-widget.etheme-skeleton-loading .etheme-product-grid-item.type-list,
.elementor-widget.etheme-skeleton-loading .etheme-product-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget.etheme-skeleton-loading .etheme-product-grid-image,
.elementor-widget.etheme-skeleton-loading .etheme-product-grid-content > *,
.elementor-widget.etheme-skeleton-loading .etheme-product-grid-content .star-rating,
.elementor-widget.etheme-skeleton-loading .etheme-product-list-image,
.elementor-widget.etheme-skeleton-loading .etheme-product-list-content > *,
.elementor-widget.etheme-skeleton-loading .etheme-product-list-content .star-rating,
.elementor-widget.etheme-skeleton-loading .etheme-post-image-wrapper,
.elementor-widget.etheme-skeleton-loading .etheme-post-content > *,
.elementor-widget.etheme-skeleton-loading .etheme-elementor-pagination ul .page-numbers {
  -webkit-transition: none;
  transition: none;
  background: var(--et_light-color);
  background: linear-gradient(110deg, var(--et_light-color) 8%, var(--et_white-2-dark) 15%, var(--et_light-color) 33%);
  background-size: 200% 100%;
  -webkit-animation: etheme-elementor-skeleton-anim 1.5s linear infinite;
          animation: etheme-elementor-skeleton-anim 1.5s linear infinite;
  color: transparent !important;
}
.elementor-widget.etheme-skeleton-loading .etheme-product-grid-content,
.elementor-widget.etheme-skeleton-loading .etheme-product-grid-content .star-rating-wrapper,
.elementor-widget.etheme-skeleton-loading .etheme-product-list-content,
.elementor-widget.etheme-skeleton-loading .etheme-product-list-content .star-rating-wrapper,
.elementor-widget.etheme-skeleton-loading .etheme-post-content {
  background: transparent !important;
}
.elementor-widget.etheme-skeleton-loading a,
.elementor-widget.etheme-skeleton-loading span {
  -webkit-transition: none;
  transition: none;
  color: transparent !important;
  pointer-events: none;
}
.elementor-widget.etheme-skeleton-loading .et_st-default-holder,
.elementor-widget.etheme-skeleton-loading .quantity-wrapper > *,
.elementor-widget.etheme-skeleton-loading img,
.elementor-widget.etheme-skeleton-loading footer {
  -webkit-transition: none;
  transition: none;
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes etheme-elementor-skeleton-anim {
  to {
    background-position-x: -200%;
  }
}
@keyframes etheme-elementor-skeleton-anim {
  to {
    background-position-x: -200%;
  }
}
.elementor-widget.etheme-loading > .elementor-widget-container,
[data-elementor-type].etheme-loading {
  opacity: 0.5;
}
.etheme-elementor-lazy-button {
  position: relative;
  background-color: #000;
}
.etheme-elementor-lazy-button:hover {
  background-color: #333;
}
.etheme-elementor-lazy-button.loading span {
  color: transparent !important;
}
.etheme-elementor-lazy-button.loading:before {
  opacity: 1;
  visibility: visible;
}
.etheme-elementor-lazy-button:before {
  opacity: 0;
  visibility: hidden;
}
.etheme-elementor-lazy-button.navigation-type-scroll {
  display: inline-block;
  font-size: var(--etheme-elementor-loader-size, 1.5rem);
  height: var(--etheme-elementor-loader-size, 1.5rem);
}
.etheme-elementor-lazy-button.navigation-type-button {
  --etheme-elementor-loader-size: 1em;
  --etheme-elementor-loader-color: currentColor;
}
.etheme-elementor-lazy-button-wrapper {
  margin: 40px 0 20px;
  line-height: 1;
  --etheme-elementor-loader-color: #555;
  --etheme-elementor-loader-color-active: transparent;
  -webkit-transition: all 0.225s linear, margin 0s;
  transition: all 0.225s linear, margin 0s;
}
.etheme-elementor-lazy-progress-wrapper {
  margin-bottom: 20px;
  color: var(--et_font-color);
}
.etheme-elementor-lazy-progress-bar {
  position: relative;
  display: block;
  background: #f1f1f1;
  padding: var(--progress-inner-space, 0);
  margin: var(--progress-space, 15px) auto;
  border-radius: var(--progress-radius, 3px);
  max-width: var(--progress-max-width, 350px);
}
.etheme-elementor-lazy-progress-bar-inner {
  position: relative;
  display: block;
  height: var(--progress-height, 4px);
  background: var(--progress-active-color, var(--et_dark-2-white));
  border-radius: inherit;
  -webkit-transition: width 1.5s linear;
  transition: width 1.5s linear;
}
.etheme-elementor-lazy-progress-bar-inner:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: inherit;
  width: var(--progress-height, 4px);
  right: 0;
  top: calc(var(--progress-height,4px) / -2);
  bottom: calc(var(--progress-height,4px) / -2);
}
.etheme-elementor-lazy-progress-bar-inner.finished:after {
  display: none;
}
.etheme-elementor-pagination {
  margin: 40px 0 20px;
  --etheme-elementor-pagination-size: 2.57rem;
  -webkit-transition: all 0.225s linear, margin 0s;
  transition: all 0.225s linear, margin 0s;
}
.etheme-elementor-pagination ul {
  list-style: none;
  padding: 0;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(auto-fit, var(--etheme-elementor-pagination-size));
  grid-template-rows: repeat(auto-fit, var(--etheme-elementor-pagination-size));
  grid-gap: var(--etheme-elementor-pagination-gap, 10px);
}
.etheme-elementor-pagination ul li {
  margin: 0;
}
.etheme-elementor-pagination ul .page-numbers {
  font-size: 0.85rem;
  width: var(--etheme-elementor-pagination-size);
  height: var(--etheme-elementor-pagination-size);
  border: 1px solid var(--et_border-color);
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.etheme-elementor-pagination ul .current,
.etheme-elementor-pagination ul .page-numbers:hover {
  color: #fff;
  background-color: var(--et_active-color);
  border-color: var(--et_active-color);
}
.etheme-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols, 3), minmax(100px, 1fr));
  grid-gap: var(--rows-gap, 20px) var(--cols-gap, 30px);
}
.etheme-grid > .etheme-grid {
  grid-template-columns: 1fr;
}
.etheme-masonry {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.etheme-image-hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.etheme-image-hover-scaleIn img,
.etheme-image-hover-scaleOut img {
  width: 100%;
}
.etheme-image-hover-scaleIn:hover img,
.etheme-image-hover-scaleIn.active img,
.etheme-image-hover-scaleOut:not(:hover):not(.active) img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.etheme-image-hover-slideRtl img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
}
.etheme-image-hover-slideRtl:not(:hover):not(.active) img {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.etheme-image-hover-slideScaleOut img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
}
.etheme-image-hover-slideScaleOut:not(:hover):not(.active) img {
  -webkit-transform: translateX(-30px) scale(1.15);
          transform: translateX(-30px) scale(1.15);
}
.etheme-elementor-tab {
  display: inline-block;
  text-align: var(--etheme-tab-align, center);
  position: relative;
  padding: 5px 0;
  margin: 0 var(--etheme-tabs-space, 15px);
  cursor: pointer;
  -webkit-transition: all 0.3s, border 0s;
  transition: all 0.3s, border 0s;
}
.etheme-elementor-tabs-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 calc(var(--etheme-tabs-space, 15px) * -1);
  margin-top: var(--etheme-tabs-space-top, 0);
  margin-bottom: var(--etheme-tabs-space-bottom, 20px);
}
.etheme-elementor-tab:hover,
.etheme-elementor-tab-active {
  color: #000;
}
.etheme-elementor-tab-text:only-child {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.etheme-elementor-tab-content:not(.etheme-elementor-tab-content-active) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .etheme-elementor-tabs-vertical {
    --etheme-tabs-space: 5px;
    --etheme-tab-align: start;
  }
  .etheme-elementor-tabs-simple .etheme-elementor-tabs-wrapper {
    margin-left: calc(var(--etheme-tabs-space,5px) * -1);
    margin-right: calc(var(--etheme-tabs-space,5px) * -1);
  }
  .etheme-elementor-tabs-simple .etheme-elementor-tab {
    margin: 0 var(--etheme-tabs-space, 5px);
  }
}
.etheme-elementor-tabs-simple .etheme-elementor-tab {
  padding: 7px 15px;
  border-radius: 30px;
}
.etheme-elementor-tabs-simple .etheme-elementor-tab svg {
  width: 1em;
  height: 1em;
}
.etheme-elementor-tabs-simple .etheme-elementor-tab-active,
.etheme-elementor-tabs-simple .etheme-elementor-tab:hover {
  color: #fff;
  fill: currentColor;
  background-color: #000;
}
.etheme-elementor-tabs-underline .etheme-elementor-tab:after,
.etheme-elementor-tabs-overline .etheme-elementor-tab:after,
.etheme-elementor-tabs-folders .etheme-elementor-tab:after {
  content: '';
  bottom: 0;
  height: var(--etheme-tabs-line-weight, 2px);
  background: var(--etheme-tabs-line-color, currentColor);
  left: auto;
  right: 0;
  width: 0;
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
}
.etheme-elementor-tabs-underline .etheme-elementor-tab:hover,
.etheme-elementor-tabs-overline .etheme-elementor-tab:hover,
.etheme-elementor-tabs-folders .etheme-elementor-tab:hover,
.etheme-elementor-tabs-underline .etheme-elementor-tab-active,
.etheme-elementor-tabs-overline .etheme-elementor-tab-active,
.etheme-elementor-tabs-folders .etheme-elementor-tab-active {
  color: #000;
}
.etheme-elementor-tabs-underline .etheme-elementor-tab:hover:after,
.etheme-elementor-tabs-overline .etheme-elementor-tab:hover:after,
.etheme-elementor-tabs-folders .etheme-elementor-tab:hover:after,
.etheme-elementor-tabs-underline .etheme-elementor-tab-active:after,
.etheme-elementor-tabs-overline .etheme-elementor-tab-active:after,
.etheme-elementor-tabs-folders .etheme-elementor-tab-active:after {
  width: 100%;
  left: 0;
  right: auto;
}
.etheme-elementor-tabs-overline .etheme-elementor-tab:after {
  top: 0;
  bottom: auto;
}
.etheme-elementor-tabs-folders {
  --etheme-tabs-space: 0px;
  --etheme-tabs-space-bottom: 0;
}
.etheme-elementor-tabs-folders .etheme-elementor-tab {
  color: #888;
  background: #fafafa;
  border: 1px solid var(--etheme-tabs-border-color, #e1e1e1);
  padding: 7px 15px;
  margin: 0;
  margin-bottom: -1px;
}
.etheme-elementor-tabs-folders .etheme-elementor-tab + .etheme-elementor-tab {
  border-left: none;
}
.etheme-elementor-tabs-folders .etheme-elementor-tab-active {
  color: #000;
  background: #fff;
  border-bottom: none;
}
.etheme-elementor-tabs-folders .etheme-elementor-tab:after {
  top: -1px;
  bottom: auto;
}
.etheme-elementor-tabs-horizontal.etheme-elementor-tabs-folders {
  --etheme-tabs-space: 0px;
}
@media only screen and (min-width: 768px) {
  .etheme-elementor-tabs-vertical {
    --etheme-tabs-space-bottom: 0;
  }
  .etheme-elementor-tabs-vertical .elementor-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .etheme-elementor-tabs-vertical .etheme-elementor-tabs-wrapper {
    -ms-flex-preferred-size: var(--etheme-tabs-width-proportion, 20%);
        flex-basis: var(--etheme-tabs-width-proportion, 20%);
    margin: calc(var(--etheme-tabs-space, 15px) * -1) 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .etheme-elementor-tabs-vertical .etheme-elementor-tabs-wrapper ~ .etheme-elementor-tab-content {
    -ms-flex-preferred-size: calc(100% - var(--etheme-tabs-width-proportion, 20%));
        flex-basis: calc(100% - var(--etheme-tabs-width-proportion, 20%));
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
  .etheme-elementor-tabs-vertical .etheme-elementor-tab {
    width: 100%;
    padding: 7px 15px;
    margin: var(--etheme-tabs-space, 15px) 0;
  }
  .etheme-elementor-tabs-vertical .etheme-elementor-tab:after {
    width: var(--etheme-tabs-line-weight, 2px);
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    height: 0;
  }
  .etheme-elementor-tabs-vertical .etheme-elementor-tab-active:after,
  .etheme-elementor-tabs-vertical .etheme-elementor-tab:hover:after {
    height: 100%;
    width: var(--etheme-tabs-line-weight, 2px);
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
  }
  .etheme-elementor-tabs-vertical.etheme-elementor-tabs-overline .etheme-elementor-tab:after {
    left: 0;
    right: auto;
  }
  .etheme-elementor-tabs-vertical.etheme-elementor-tabs-folders .etheme-elementor-tab + .etheme-elementor-tab {
    border-left: 1px solid var(--etheme-tabs-border-color, #e1e1e1);
    border-top: none;
  }
  .etheme-elementor-tabs-vertical.etheme-elementor-tabs-folders .etheme-elementor-tab-active {
    border-bottom: 1px solid var(--etheme-tabs-border-color, #e1e1e1);
  }
}
@media only screen and (max-width: 767px) {
  .etheme-elementor-tabs-wrapper {
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.etheme-tt-button {
  display: inline-block;
  cursor: pointer;
}
.etheme-tt-button-wrapper {
  margin-top: 15px;
}
.etheme-toggle-short-content-wrapper p:last-child,
.etheme-toggle-long-content-wrapper p:last-child {
  margin-bottom: 0;
}
.etheme-toggle-content-overlay {
  position: relative;
}
.etheme-toggle-content-overlay:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--overlay-height, 40px);
}
.etheme-toggle-content-overlay-white:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
}
.etheme-toggle-content-overlay-dark:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
}
.etheme-elementor-sticky-column > .elementor-column-wrap,
.etheme-elementor-sticky-column > .elementor-widget-wrap {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.etheme-elementor-sticky-column .is_stuck + div {
  pointer-events: none;
}
.etheme-elementor-tooltip {
  position: absolute;
  z-index: 999;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  text-align: center;
  width: var(--et-tooltip-width, 150px);
  -webkit-transition: all var(--et-tooltip-duration, 0.3s) linear;
  transition: all var(--et-tooltip-duration, 0.3s) linear;
}
.etheme-elementor-tooltip p {
  font: inherit;
  line-height: inherit;
  color: inherit;
}
.etheme-elementor-tooltip p:last-child {
  margin-bottom: 0;
}
.etheme-elementor-tooltip:not(.etheme-elementor-tooltip-arrow) {
  --et-tooltip-arrow-size: 0px;
}
.etheme-elementor-tooltip:not(.etheme-elementor-tooltip-arrow):after {
  display: none;
}
.etheme-elementor-tooltip:after {
  border-width: var(--et-tooltip-arrow-size, 5px);
  border-style: solid;
  content: '';
  position: absolute;
}
.etheme-elementor-tooltip[data-position=top],
.etheme-elementor-tooltip[data-position=bottom] {
  left: calc(50% - var(--et-tooltip-offset-2, 0px));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.etheme-elementor-tooltip[data-position=top] {
  bottom: calc(100% + var(--et-tooltip-offset, 0px) + var(--et-tooltip-arrow-size,5px));
}
.etheme-elementor-tooltip[data-position=top]:after {
  top: 100%;
  right: unset;
  bottom: unset;
  left: calc(50% - var(--et-tooltip-arrow-size, 5px));
  border-color: var(--et-tooltip-arrow-color, #000) transparent transparent transparent;
}
.etheme-elementor-tooltip[data-position=bottom] {
  top: calc(100% + var(--et-tooltip-offset, 0px) + var(--et-tooltip-arrow-size,5px));
}
.etheme-elementor-tooltip[data-position=bottom]:after {
  bottom: 100%;
  right: unset;
  top: unset;
  left: calc(50% - var(--et-tooltip-arrow-size, 5px));
  border-color: transparent transparent var(--et-tooltip-arrow-color, #000) transparent;
}
.etheme-elementor-tooltip[data-position=left],
.etheme-elementor-tooltip[data-position=right] {
  top: calc(50% - var(--et-tooltip-offset-2, 0px));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.etheme-elementor-tooltip[data-position=right] {
  left: calc(100% + var(--et-tooltip-offset, 0px) + var(--et-tooltip-arrow-size,5px));
}
.etheme-elementor-tooltip[data-position=right]:after {
  border-color: transparent var(--et-tooltip-arrow-color, #000) transparent transparent;
  top: calc(50% - var(--et-tooltip-arrow-size, 5px));
  right: 100%;
}
.etheme-elementor-tooltip[data-position=left] {
  right: calc(100% + var(--et-tooltip-offset, 0px) + var(--et-tooltip-arrow-size,5px));
}
.etheme-elementor-tooltip[data-position=left]:after {
  border-color: transparent transparent transparent var(--et-tooltip-arrow-color, #000);
  top: calc(50% - var(--et-tooltip-arrow-size, 5px));
  left: 100%;
}
.etheme-elementor-tooltip-hover:not(:hover) .etheme-elementor-tooltip,
.etheme-elementor-tooltip-click:not(.shown) .etheme-elementor-tooltip {
  opacity: 0;
  visibility: hidden;
}
.etheme-elementor-tooltip-hover:not(:hover) .etheme-elementor-tooltip[data-animation=none],
.etheme-elementor-tooltip-click:not(.shown) .etheme-elementor-tooltip[data-animation=none] {
  opacity: 1;
  visibility: visible;
}
.etheme-elementor-tooltip-hover:not(:hover) .etheme-elementor-tooltip[data-animation=bottom][data-position=top],
.etheme-elementor-tooltip-click:not(.shown) .etheme-elementor-tooltip[data-animation=bottom][data-position=top],
.etheme-elementor-tooltip-hover:not(:hover) .etheme-elementor-tooltip[data-animation=bottom][data-position=bottom],
.etheme-elementor-tooltip-click:not(.shown) .etheme-elementor-tooltip[data-animation=bottom][data-position=bottom] {
  -webkit-transform: translateX(-50%) translateY(15px);
          transform: translateX(-50%) translateY(15px);
}
.etheme-elementor-tooltip-hover:not(:hover) .etheme-elementor-tooltip[data-animation=bottom][data-position=left],
.etheme-elementor-tooltip-click:not(.shown) .etheme-elementor-tooltip[data-animation=bottom][data-position=left],
.etheme-elementor-tooltip-hover:not(:hover) .etheme-elementor-tooltip[data-animation=bottom][data-position=right],
.etheme-elementor-tooltip-click:not(.shown) .etheme-elementor-tooltip[data-animation=bottom][data-position=right] {
  -webkit-transform: translateY(calc(-50% + 15px));
          transform: translateY(calc(-50% + 15px));
}
.etheme-elementor-tooltip-hover:not(:hover) .etheme-elementor-tooltip[data-animation=auto][data-position=bottom],
.etheme-elementor-tooltip-click:not(.shown) .etheme-elementor-tooltip[data-animation=auto][data-position=bottom] {
  -webkit-transform: translateX(-50%) translateY(15px);
          transform: translateX(-50%) translateY(15px);
}
.etheme-elementor-tooltip-hover:not(:hover) .etheme-elementor-tooltip[data-animation=auto][data-position=top],
.etheme-elementor-tooltip-click:not(.shown) .etheme-elementor-tooltip[data-animation=auto][data-position=top] {
  -webkit-transform: translateX(-50%) translateY(-15px);
          transform: translateX(-50%) translateY(-15px);
}
.etheme-elementor-tooltip-hover:not(:hover) .etheme-elementor-tooltip[data-animation=auto][data-position=left],
.etheme-elementor-tooltip-click:not(.shown) .etheme-elementor-tooltip[data-animation=auto][data-position=left] {
  -webkit-transform: translateY(-50%) translateX(-15px);
          transform: translateY(-50%) translateX(-15px);
}
.etheme-elementor-tooltip-hover:not(:hover) .etheme-elementor-tooltip[data-animation=auto][data-position=right],
.etheme-elementor-tooltip-click:not(.shown) .etheme-elementor-tooltip[data-animation=auto][data-position=right] {
  -webkit-transform: translateY(-50%) translateX(15px);
          transform: translateY(-50%) translateX(15px);
}
.elementor-element.etheme-elementor-lazyBg,
.elementor-element.etheme-elementor-lazyBg > .elementor-widget-container,
.elementor-element.etheme-elementor-lazyBg > .elementor-widget-wrap {
  background-image: none !important;
}
iframe.elementor-background-video-embed {
  max-width: unset !important;
}
/* Marquee styles */
.etheme-marquee {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--cols-gap, 10px);
  /* Reverse animation */
  /* Pause on hover */
  /* Attempt to size parent based on content. Keep in mind that the parent width is equal to both content containers that stretch to fill the parent. */
  /* A fit-content sizing fix: Absolute position the duplicate container. This will set the size of the parent wrapper to a single child container. Shout out to Olavi's article that had this solution 👏 @link: https://olavihaapala.fi/2021/02/23/modern-marquee.html  */
}
.etheme-marquee-on-scroll[data-dir=ltr] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.etheme-marquee-on-scroll .etheme-marquee-content {
  -webkit-animation: none;
          animation: none;
}
.etheme-marquee-on-scroll.etheme-marquee-pos-absolute .etheme-marquee-content:last-child {
  position: static;
}
.etheme-marquee-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--cols-gap, 10px);
  min-width: 100%;
  -webkit-animation: et-marquee-rtl var(--animation-duration, 30s) linear infinite;
          animation: et-marquee-rtl var(--animation-duration, 30s) linear infinite;
  /* Pause animation when reduced-motion is set */
}
@media (prefers-reduced-motion: reduce) {
  .etheme-marquee-content {
    -webkit-animation-play-state: paused !important;
            animation-play-state: paused !important;
  }
}
.etheme-marquee-item,
.etheme-marquee-item_sep {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.etheme-marquee-item_sep svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.etheme-marquee-item a {
  color: currentColor;
}
.etheme-marquee-item p:last-child {
  margin-bottom: 0;
}
.etheme-marquee-reverse .etheme-marquee-content {
  animation-direction: reverse;
}
.etheme-marquee-hover-pause:hover .etheme-marquee-content {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.etheme-marquee-fit-content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.etheme-marquee-pos-absolute .etheme-marquee-content:last-child {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: et-marquee-ltr;
          animation-name: et-marquee-ltr;
}
@-webkit-keyframes et-marquee-rtl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--cols-gap, 10px)));
            transform: translateX(calc(-100% - var(--cols-gap, 10px)));
  }
}
@keyframes et-marquee-rtl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--cols-gap, 10px)));
            transform: translateX(calc(-100% - var(--cols-gap, 10px)));
  }
}
@-webkit-keyframes et-marquee-ltr {
  from {
    -webkit-transform: translateX(calc(100% + var(--cols-gap, 10px)));
            transform: translateX(calc(100% + var(--cols-gap, 10px)));
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes et-marquee-ltr {
  from {
    -webkit-transform: translateX(calc(100% + var(--cols-gap, 10px)));
            transform: translateX(calc(100% + var(--cols-gap, 10px)));
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.elementor-widget-search-form input,
.elementor-widget-search-form button {
  height: auto;
}
.elementor-widget .sales-booster-safe-checkout,
.elementor-widget .sales-booster-quantity-discounts-wrapper,
.elementor-widget .bought-together-products {
  margin: 0;
}
.content-page .elementor-widget .sales-booster-cart-countdown {
  border: none;
}
.elementor-widget .sales-booster-cart-countdown {
  padding: 0;
  margin: 0;
  border: none;
}
.elementor-widget-woocommerce-product-add-to-cart .et-or-wrapper {
  display: none;
}
.elementor-widget-woocommerce-product-add-to-cart .et-single-buy-now {
  -ms-flex-item-align: center;
      align-self: center;
}
.elementor-widget-woocommerce-product-etheme_sticky_cart .etheme-sticky-cart .et_column {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.elementor-widget .sales-booster-live-viewing,
.elementor-widget .sales-booster-total-sales,
.elementor-widget div.sales-booster-estimated-delivery,
.elementor-widget-woocommerce-product-etheme_short_description .woocommerce-product-details__short-description > p:last-child,
.elementor-widget-woocommerce-product-etheme_reviews .form-submit,
.elementor-widget-woocommerce-product-etheme_stock .stock {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-product-meta,
.elementor-widget-woocommerce-product-etheme_meta {
  color: var(--et_dark-2-white);
  font-size: 1.14rem;
}
.elementor-widget-woocommerce-product-meta .product_meta,
.elementor-widget-woocommerce-product-etheme_meta .product_meta,
.elementor-widget-woocommerce-product-meta .product_meta .detail-label,
.elementor-widget-woocommerce-product-etheme_meta .product_meta .detail-label {
  font-size: inherit;
  color: inherit;
}
.elementor-widget-woocommerce-product-meta .product_meta > span,
.elementor-widget-woocommerce-product-etheme_meta .product_meta > span {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-product-meta .product_meta .detail-label,
.elementor-widget-woocommerce-product-etheme_meta .product_meta .detail-label {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 3px;
          padding-inline-end: 3px;
}
.elementor-widget-woocommerce-product-meta .product_meta .detail-content > :first-child,
.elementor-widget-woocommerce-product-etheme_meta .product_meta .detail-content > :first-child {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.elementor-widget-woocommerce-product-meta .product_meta,
.elementor-widget-woocommerce-product-etheme_meta .product_meta,
.elementor-widget-woocommerce-product-meta .product_meta > .detail-container:last-child,
.elementor-widget-woocommerce-product-etheme_meta .product_meta > .detail-container:last-child {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-product-meta:not(.elementor-woo-meta--view-inline) .product_meta .detail-container:not(:first-child),
.elementor-widget-woocommerce-product-etheme_meta:not(.elementor-woo-meta--view-inline) .product_meta .detail-container:not(:first-child) {
  margin-top: 10px;
}
.elementor-widget-woocommerce-product-rating .star-rating {
  width: auto;
  margin-bottom: 0;
}
.woocommerce:not(.rtl) .elementor-widget-woocommerce-product-rating .star-rating {
  margin-left: 0;
  margin-right: 7px;
}
.woocommerce.rtl .elementor-widget-woocommerce-product-rating .star-rating {
  margin-left: 7px;
  margin-right: 0;
}
.elementor-widget-woocommerce-product-price .price,
.elementor-widget-woocommerce-product-etheme_price .price {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-product-price .price ins,
.elementor-widget-woocommerce-product-etheme_price .price ins {
  color: var(--et_active-color);
}
.elementor-widget-woocommerce-product-price .price ins .amount,
.elementor-widget-woocommerce-product-etheme_price .price ins .amount {
  color: currentColor;
}
.elementor-widget-woocommerce-product-etheme_product_images img.zoomImg {
  pointer-events: none;
}
.elementor-widget-woocommerce-product-etheme_product_images .swiper-control-bottom {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-product-etheme_add_to_cart .single_add_to_cart_button:before {
  display: none;
}
.elementor-widget-woocommerce-product-etheme_add_to_cart.vertical-variations form.cart table.variations th.label,
.elementor-widget-woocommerce-product-etheme_add_to_cart.vertical-variations form.cart table.variations td.value {
  width: auto;
  display: block;
  text-align: start;
  padding: 0;
}
.elementor-widget-woocommerce-product-etheme_add_to_cart.vertical-variations form.cart table.variations select {
  margin-bottom: 10px;
}
.elementor-widget-woocommerce-product-etheme_add_to_cart.vertical-variations form.cart table.variations a.reset_variations {
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
}
.elementor-widget-woocommerce-product-etheme_add_to_cart:not(.vertical-variations) select {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.elementor-widget-woocommerce-product-etheme_sales_booster_safe_checkout .sales-booster-safe-checkout {
  margin: 0;
}
body.woocommerce div.product .elementor-widget-woocommerce-product-etheme_tabs .woocommerce-tabs .panel {
  border: none;
  margin: 0;
}
body.woocommerce div.product .elementor-widget-woocommerce-product-etheme_tabs .form-submit {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-etheme_breadcrumb .page-heading a,
.single .elementor-widget-woocommerce-etheme_breadcrumb .page-heading a {
  color: currentColor;
}
.elementor-widget-woocommerce-etheme_breadcrumb .page-heading {
  margin-bottom: 0;
  --page-heading-link-opacity-hover: 1;
  --page-heading-bg: none;
  background-color: transparent;
}
.elementor-widget-woocommerce-etheme_breadcrumb .page-heading .container {
  max-width: unset;
}
.elementor-widget-woocommerce-etheme_breadcrumb .page-heading .container,
.elementor-widget-woocommerce-etheme_breadcrumb .page-heading .row,
.elementor-widget-woocommerce-etheme_breadcrumb .page-heading .col-md-12 {
  padding: 0;
  margin: 0 auto;
}
body:not(.rtl) .elementor-widget-woocommerce-etheme_breadcrumb .page-heading a.back-history {
  right: 0;
}
body.rtl .elementor-widget-woocommerce-etheme_breadcrumb .page-heading a.back-history {
  left: 0;
}
.elementor-widget-woocommerce-etheme_breadcrumb .bbp-breadcrumb,
.elementor-widget-woocommerce-etheme_breadcrumb .breadcrumbs,
.elementor-widget-woocommerce-etheme_breadcrumb .page-heading .title,
.elementor-widget-woocommerce-etheme_breadcrumb .woocommerce-breadcrumb {
  text-transform: inherit;
}
.elementor-widget-etheme_tag_cloud {
  --tagcloud-font-size: inherit;
}
.elementor-widget-etheme_tag_cloud .tagcloud {
  margin: 0 calc(var(--cols-gap, 10px) / 2 * -1) calc(var(--rows-gap, 10px) * -1);
}
.elementor-widget-etheme_tag_cloud .tagcloud a {
  margin: 0 calc(var(--cols-gap, 10px) / 2);
  margin-bottom: var(--rows-gap, 10px);
}
.elementor-widget-etheme_tag_cloud .tagcloud .tag-cloud-link-separator {
  font-size: var(--tagcloud-separator-size, 1em);
  vertical-align: middle;
}
.elementor-widget-etheme_tag_cloud .tagcloud .tag-cloud-link-separator svg {
  width: 1em;
  height: 1em;
}
.elementor-widget-etheme_tag_cloud .tagcloud .tag-cloud-link-separator img {
  max-width: 1em;
  max-height: 1em;
}
.elementor-widget-etheme_tag_cloud ul li {
  margin-bottom: 0;
}
.elementor-widget-etheme_tag_cloud ul li a {
  --tagcloud-color-hover: var(--et_dark-2-white);
  --tagcloud-bg-color-hover: transparent;
  background: none;
  padding: 0;
  border: none;
}
.elementor-widget-woocommerce-archive-etheme_product_per_page .products-per-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.elementor-widget-woocommerce-archive-etheme_product_per_page .products-per-page > span {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.elementor-widget-woocommerce-cart .et-cart-progress {
  margin-bottom: 20px;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon .form-row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.elementor-widget-woocommerce-cart .woocommerce .return-shop {
  margin-top: 15px;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon button.button {
  background-color: var(--et_btn-bordered-bg-color);
  color: var(--forms-buttons-normal-text-color, var(--et_btn-bordered-color));
  border-radius: var(--forms-buttons-border-radius, 0);
  padding: var(--forms-buttons-padding, 0.75rem 2.2rem);
  border-width: 1px;
  border-color: var(--forms-buttons-border-color, var(--et_btn-bordered-br-color-hover));
}
.elementor-widget-woocommerce-cart .woocommerce .coupon .input-text,
.elementor-widget-woocommerce-cart .woocommerce .coupon select {
  color: var(--forms-fields-normal-color, var(--et_main-color));
  background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
  border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
  border-radius: var(--forms-fields-border-radius, var(--et_inputs-border-radius, 0));
  padding: var(--forms-fields-padding, 0 1.07em);
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .button.checkout-button {
  padding: var(--checkout-button-padding, 0.95rem 2.2rem);
  font-size: 14px;
  color: var(--checkout-button-normal-text-color, var(--et_btn-dark-color));
  background-color: var(--et_btn-dark-bg-color);
  border-radius: var(--checkout-button-border-radius, 0);
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .button.checkout-button:hover {
  color: var(--checkout-button-hover-text-color, var(--et_btn-dark-color-hover));
  background-color: var(--et_btn-dark-bg-color-hover);
  border-color: var(--checkout-button-hover-border-color, var(--et_btn-dark-br-color-hover));
}
.elementor-widget-woocommerce-cart .woocommerce .content-product {
  --links-normal-color: var(--et_main-color);
  --links-hover-color: var(--et_main-color);
}
.elementor-widget-woocommerce-cart .woocommerce .content-product .product-title {
  --links-normal-color: var(--et_link-color);
}
.elementor-widget-woocommerce-cart .woocommerce .content-product .button {
  color: var(--et_btn-color);
  background-color: var(--et_btn-bg-color);
}
.elementor-widget-woocommerce-cart .woocommerce .content-product .button:hover {
  color: var(--et_btn-color-hover);
  background-color: var(--et_btn-bg-color-hover);
}
.elementor-widget-woocommerce-cart.elementor-widget .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount,
.elementor-widget-woocommerce-cart.elementor-widget .woocommerce .cart_totals table.shop_table_responsive tr td:before {
  font-weight: normal;
}
.elementor-widget-woocommerce-cart,
.elementor-widget-woocommerce-checkout-page {
  --links-normal-color: var(--et_link-color);
  --links-hover-color: var(--et_link-color-hover);
  --order-summary-items-divider-weight: 0px;
  --sections-padding: 0;
  --sections-border-type: none;
}
.elementor-widget-woocommerce-cart-etheme_table .actions,
.elementor-widget-woocommerce-cart-etheme_table .coupon {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-cart-etheme_table .actions {
  display: grid;
  grid-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 769px) {
  .elementor-widget-woocommerce-cart-etheme_table .actions {
    grid-template-columns: auto auto;
  }
}
.elementor-widget-woocommerce-cart-etheme_table .actions > div:only-child {
  text-align: start;
}
.elementor-widget-woocommerce-cart-etheme_table .actions-buttons {
  display: grid;
  grid-gap: inherit;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-template-columns: auto auto;
}
.elementor-widget-woocommerce-cart-etheme_table .actions-buttons:has([name="update_cart"].hidden, [name="update_cart"]:first-child) {
  grid-template-columns: auto;
}
@media only screen and (max-width: 768px) {
  .elementor-widget-woocommerce-cart-etheme_table .actions-buttons:has([name="update_cart"].hidden, [name="update_cart"]:first-child) {
    grid-template-columns: 1fr;
  }
  .elementor-widget-woocommerce-cart-etheme_table .actions-buttons:has([name="update_cart"].hidden, [name="update_cart"]:first-child) .clear-cart {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.elementor-widget-woocommerce-cart-etheme_table .actions .clear-cart,
.elementor-widget-woocommerce-cart-etheme_table .actions button[name=update_cart] {
  margin-left: 0;
  margin-right: 0;
}
.elementor-widget-woocommerce-cart-etheme_table .actions .clear-cart i,
.elementor-widget-woocommerce-cart-etheme_table .actions button[name=update_cart] i {
  margin: 0;
}
.elementor-widget-woocommerce-my-account.elementor-widget {
  --links-normal-color: var(--et_link-color);
  --links-hover-color: var(--et_link-color-hover);
  --tables-links-normal-color: var(--et_link-color);
  --tables-links-hover-color: var(--et_link-color-hover);
  --tabs-hover-color: var(--et_dark-2-white);
  --tabs-active-color: var(--et_active-color);
  --sections-border-type: none;
  --sections-padding: 0;
}
.elementor-widget-woocommerce-my-account.elementor-widget .e-my-account-tab .woocommerce-MyAccount-navigation-wrapper .woocommerce-MyAccount-navigation {
  width: 100%;
}
.elementor-widget-woocommerce-my-account.elementor-widget .e-my-account-tab .woocommerce-MyAccount-navigation-wrapper .woocommerce-MyAccount-navigation ul li a {
  font-weight: normal;
}
.elementor-widget-woocommerce-my-account.elementor-widget .e-my-account-tab .woocommerce-MyAccount-content {
  padding: 0;
}
.elementor-widget-woocommerce-my-account.elementor-widget .e-my-account-tab .woocommerce-MyAccount-content .product .content-product .product-details .product-title {
  --links-normal-color: var(--et_link-color);
  margin-top: 0;
  margin-bottom: 0;
}
.elementor-widget-woocommerce-my-account.elementor-widget .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button {
  background: var(--et_btn-dark-bg-color);
  border-radius: var(--tables-button-border-radius);
  border: 1px var(--tables-buttons-border-type, solid) var(--tables-buttons-border-color, var(--et_btn-dark-br-color));
  color: var(--tables-button-normal-text-color, var(--et_btn-dark-color));
  padding: var(--tables-button-padding, 0.75rem 2.2rem);
}
.elementor-widget-woocommerce-my-account.elementor-widget .MyAccount-dashboard-buttons {
  margin-top: 1.43rem;
  --links-normal-color: var(--et_btn-dark-color);
  --links-hover-color: var(--et_btn-dark-color-hover);
}
.elementor-widget-woocommerce-my-account.elementor-widget .woocommerce .content-product .product-details .button {
  color: var(--et_btn-color);
  background-color: var(--et_btn-bg-color);
}
.elementor-widget-woocommerce-my-account.elementor-widget .woocommerce .content-product .product-details .button:hover {
  color: var(--et_btn-color-hover);
  background-color: var(--et_btn-bg-color-hover);
}
.elementor-widget-woocommerce-my-account.elementor-widget .woocommerce .content-product .footer-product {
  --links-normal-color: #333333;
  --links-hover-color: #333333;
}
.elementor-widget-woocommerce-my-account.elementor-widget .view-color-dark .content-product .footer-product {
  --links-normal-color: #fff;
  --links-hover-color: #fff;
}
.elementor-widget-woocommerce-my-account.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation-wrapper {
  width: 100%;
  margin: 0 0 30px;
  border: none;
}
.elementor-widget-woocommerce-my-account.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation-wrapper .MyAccount-user-info {
  display: none;
}
@media only screen and (max-width: 992px) {
  .elementor-widget-woocommerce-my-account.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-height: 993px) {
  .elementor-widget-woocommerce-my-account.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation-wrapper ~ .woocommerce-MyAccount-content {
    width: 75%;
    padding-top: 1.9em;
  }
}
.elementor-products-grid ul.products.elementor-grid li.product .onsale {
  padding: 3px 8px;
}
.elementor-editor-active .woocommerce-tabs:not(.loaded) {
  opacity: 1;
  visibility: visible;
}
.e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-widget-et-advanced-tabs.elementor-hidden-tablet,
.e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-widget-et-advanced-tabs.elementor-hidden-mobile {
  display: inline-block;
}
.etheme-advanced-product-stock.style-06 {
  font-size: 1.14rem;
  color: var(--et_main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}
.etheme-advanced-product-stock-count {
  display: inline-block;
}
.etheme-advanced-product-stock-in {
  margin-right: 5px;
}
.etheme-advanced-product-stock-out .stock-count {
  color: var(--et_font-color);
}
.etheme-add-to-cart-form form {
  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;
}
.etheme-add-to-cart-form form .single_add_to_cart_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.etheme-add-to-cart-form .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.etheme-add-to-cart-form .single_variation_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.add-to-cart-button-stretched .etheme-add-to-cart-form form .add_to_cart_button,
.add-to-cart-button-stretched .etheme-add-to-cart-form form .single_add_to_cart_button:not(.et-single-buy-now) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.add-to-cart-button-stretched .etheme-add-to-cart-form form .add_to_cart_button:last-child,
.add-to-cart-button-stretched .etheme-add-to-cart-form form .single_add_to_cart_button:not(.et-single-buy-now):last-child {
  margin-left: 0;
  margin-right: 0;
}
.add-to-cart-button-stretched .etheme-add-to-cart-form form .add_to_cart_button + .et-single-buy-now,
.add-to-cart-button-stretched .etheme-add-to-cart-form form .single_add_to_cart_button:not(.et-single-buy-now) + .et-single-buy-now {
  margin-right: 0;
}
.add-to-cart-button-stretched .etheme-add-to-cart-form form .add_to_cart_button:nth-last-child(3) {
  margin-left: 0;
  margin-right: 0;
}
.buy-now-button-stretched .etheme-add-to-cart-form form .et-single-buy-now {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.buy-now-button-stretched .etheme-add-to-cart-form form .et-single-buy-now:last-child {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .etheme-product-review-columns-one #reviews #comments,
  .etheme-product-review-columns-one #reviews #review_form_wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .etheme-product-review-columns-one #reviews #review_form_wrapper {
    padding-top: var(--comments-columns-space, 30px);
  }
}
.elementor-wc-products ul.products {
  padding-left: 0;
  padding-right: 0;
}
.etheme-elementor-grid-list-switcher {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: var(--items-gap, 5px);
  font-size: 1.2rem;
  line-height: 1;
}
.etheme-elementor-grid-list-switcher ul {
  position: absolute;
  padding: 10px 0;
  top: 100%;
  list-style: none;
  -webkit-animation: et-dropdown 0.3s ease-in-out;
          animation: et-dropdown 0.3s ease-in-out;
  border: 1px solid var(--et_border-color);
  width: 180px;
  left: calc(50% - 90px);
  z-index: 99;
  background: var(--et_white-2-dark);
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
}
.etheme-elementor-grid-list-switcher ul li a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
}
.etheme-elementor-grid-list-switcher ul li:not(:first-child) {
  margin-top: var(--dropdown-items-gap, 0px);
}
.etheme-elementor-grid-list-switcher a {
  display: inline-block;
  padding: 10px;
}
.etheme-elementor-grid-list-switcher .switcher-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.etheme-elementor-grid-list-switcher .switcher-active a {
  color: var(--et_active-color);
}
.etheme-elementor-grid-list-switcher.with-separators > .switcher-wrapper:not(:last-child):after {
  content: '';
  -webkit-margin-start: var(--items-gap, 5px);
          margin-inline-start: var(--items-gap, 5px);
  -webkit-border-end: var(--items-sep-width, 1px) var(--items-sep-style, solid) var(--items-sep-color, var(--et_border-color));
          border-inline-end: var(--items-sep-width, 1px) var(--items-sep-style, solid) var(--items-sep-color, var(--et_border-color));
  height: 1.2em;
}
.etheme-elementor-grid-list-switcher .switch-more {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
}
.etheme-elementor-grid-list-switcher .switch-more:hover .et-down-arrow:before {
  content: '\e903';
}
.etheme-elementor-grid-list-switcher .switch-more:not(:hover) ul {
  display: none;
}
form.checkout:has(.design-type-multistep) {
  counter-reset: multistep-section;
}
form.checkout:has(.design-type-multistep) .form-row:last-child {
  --fields-v-gap: 0;
}
form.checkout:has(.design-type-multistep) .design-type-multistep {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
form.checkout:has(.design-type-multistep) .design-type-multistep .step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
form.checkout:has(.design-type-multistep) .design-type-multistep .step-title:before {
  counter-increment: multistep-section;
  content: counter(multistep-section);
  border: 1px solid var(--et_border-color);
  font-size: 0.8em;
  width: 1.8em;
  height: 1.8em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
form.checkout:has(.design-type-multistep) .design-type-multistep .step-title.inited:not(.opened) {
  --widget-title-inner-space-bottom: 0px;
  --widget-title-space-bottom: 0px;
  --widget-title-border-width: 0px;
}
form.checkout:has(.design-type-multistep) .design-type-multistep .step-title.opened {
  color: var(--widget-title-active-color, var(--et_dark-2-white));
  cursor: default;
}
form.checkout:has(.design-type-multistep) .design-type-multistep .step-title.opened:before {
  border-color: var(--widget-title-active-color, var(--et_dark-2-white));
  color: var(--widget-title-counter-active-color, var(--et_white-2-dark));
  background-color: var(--widget-title-active-color, var(--et_dark-2-white));
}
.elementor-slider-full-width .etheme-elementor-swiper-entry {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.elementor-location-header:has(.add-overlay-body-on-hover, .add-overlay-body-on-focus):after,
.etheme-elementor-header-sticky.sticky-on .etheme-elementor-header-wrapper:has(.add-overlay-body-on-hover, .add-overlay-body-on-focus):after {
  position: fixed;
  width: 100vw;
  top: 0;
  background: var(--hover-overlay-color, rgba(17, 24, 39, 0.25));
  content: '';
  z-index: var(--hover-overlay-z-index, 97);
  height: 100vh;
  opacity: var(--hover-overlay-opacity, 0);
  visibility: var(--hover-overlay-visiblity, hidden);
  -webkit-transition: all 0.2s linear, background 0s;
  transition: all 0.2s linear, background 0s;
  pointer-events: none;
}
.elementor-location-header:has(.add-overlay-body-on-hover:hover, .add-overlay-body-on-hover.dropdown-click.dropdown-opened:hover, .add-overlay-body-on-focus.focused, .add-overlay-body-on-focus:focus, .add-overlay-body-on-focus:focus-within),
.etheme-elementor-header-sticky.sticky-on .etheme-elementor-header-wrapper:has(.add-overlay-body-on-hover:hover, .add-overlay-body-on-hover.dropdown-click.dropdown-opened:hover, .add-overlay-body-on-focus.focused, .add-overlay-body-on-focus:focus, .add-overlay-body-on-focus:focus-within) {
  --hover-overlay-opacity: 1;
  --hover-overlay-visiblity: visible;
}
.elementor-location-header:has(.add-overlay-body-on-hover.dropdown-click:not(.dropdown-opened):hover),
.etheme-elementor-header-sticky.sticky-on .etheme-elementor-header-wrapper:has(.add-overlay-body-on-hover.dropdown-click:not(.dropdown-opened):hover) {
  --hover-overlay-opacity: 0;
  --hover-overlay-visiblity: hidden;
}
.elementor-widget:has(.add-overlay-body-on-hover:not(.dropdown-click.dropdown-opened):hover),
.elementor-widget:has(.add-overlay-body-on-hover.dropdown-click:hover),
.elementor-widget:has(.add-overlay-body-on-focus:focus, .add-overlay-body-on-focus.focused) {
  z-index: 98;
}
a > .elementor-author-box__name,
.elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-text {
  -webkit-transition: inherit;
  transition: inherit;
}
@media (min-width: 1025px) {
  .elementor-author-box--layout-image-outside.elementor-author-box--layout-image-above .elementor-author-box__avatar {
    margin-top: calc(var(--img-size,100px)/-2);
  }
  body:not(.rtl) .elementor-author-box--layout-image-outside.elementor-author-box--layout-image-left .elementor-author-box__avatar {
    margin-left: calc(var(--img-size, 100px) / -2) !important;
  }
  body:not(.rtl) .elementor-author-box--layout-image-outside.elementor-author-box--layout-image-right .elementor-author-box__avatar {
    margin-right: calc(var(--img-size, 100px) / -2) !important;
  }
  body.rtl .elementor-author-box--layout-image-outside.elementor-author-box--layout-image-left .elementor-author-box__avatar {
    margin-right: calc(var(--img-size, 100px) / -2) !important;
  }
  body.rtl .elementor-author-box--layout-image-outside.elementor-author-box--layout-image-right .elementor-author-box__avatar {
    margin-left: calc(var(--img-size, 100px) / -2) !important;
  }
}
.etheme-post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.etheme-post-navigation__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.etheme-post-navigation a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.14rem;
}
.etheme-post-navigation__next {
  text-align: end;
}
.etheme-post-navigation__next a:hover {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.etheme-post-navigation__prev {
  text-align: start;
}
.etheme-post-navigation__prev a:hover {
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
}
.etheme-post-navigation__separator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-inline: 15px;
}
.etheme-post-navigation__separator .button-icon {
  line-height: 1;
}
.etheme-post-navigation__prev .wp-post-image {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.etheme-post-navigation__next .wp-post-image {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.post-navigation__prev--label:first-child {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.post-navigation__prev--label:only-child {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.post-navigation__next--label:last-child {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.post-navigation__next--label:only-child {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.post-navigation__arrow-prev:not(:last-child) {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.post-navigation__arrow-next:not(:first-child) {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.post-navigation__arrow-wrapper:only-child {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.elementor-widget[class*=archive-etheme_description]:has(.elementor-etheme_woocommerce_archive_placeholder) {
  display: none;
}
.single-etheme_slides .site-header,
.single-etheme_slides .elementor-location-header,
.single-etheme_slides .page-heading,
.single-etheme_slides .prefooter,
.single-etheme_slides .elementor-location-footer,
.single-etheme_slides .et-footers-wrapper,
.single-etheme_slides #sales-booster-popup,
.single-etheme_slides .et-mobile-panel-wrapper,
.single-etheme_slides .etheme-sales-booster-sticky-panel {
  display: none !important;
}
.single-etheme_mega_menus .site-header,
.single-etheme_mega_menus .elementor-location-header,
.single-etheme_mega_menus .page-heading,
.single-etheme_mega_menus .prefooter,
.single-etheme_mega_menus .elementor-location-footer,
.single-etheme_mega_menus .et-footers-wrapper,
.single-etheme_mega_menus #sales-booster-popup,
.single-etheme_mega_menus .et-mobile-panel-wrapper,
.single-etheme_mega_menus .etheme-sales-booster-sticky-panel {
  display: none !important;
}
/*!/wp-content/themes/xstore/css/modules/layout/sidebar-off-canvas-rtl.css*/
.et-toggle-mob-sidebars-wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.et-toggle-mob-sidebars-wrapper:before,
.et-toggle-mob-sidebars-wrapper.et-content-shown .et-toggle-mob-sidebar {
  display: none;
}
.et-toggle-mob-sidebars-inner {
  position: fixed;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--et_dark-2-white);
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 50px;
  margin: -5px 0;
}
.et-toggle-mob-sidebars-inner .et-toggle {
  background-color: var(--et_white-2-dark);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}
.et-toggle-mob-sidebars-inner .et-toggle:before {
  content: '';
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
.et-toggle-mob-sidebars-inner .et-toggle-mob-sidebar:not(:last-child) {
  margin-bottom: 5px;
}
.et-toggle-mob-sidebars-inner svg {
  fill: currentColor;
}
.et-toggle-mob-sidebars-inner img {
  max-width: 1.5em;
}
.et-close-sidebar {
  position: fixed;
  display: var(--sidebar-close-button-display, inline-block);
  top: 9px;
  z-index: 99;
}
.et-close-sidebar:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--et_white-2-dark);
  border: 1px solid var(--et_border-color);
  font-size: 0.8em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.et-close-sidebar:after {
  content: '';
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: all;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar.et-mini-content {
  position: fixed;
  top: 0;
  height: 100vh !important;
  width: 300px !important;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--et_white-2-dark);
  z-index: 100;
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 20px 30px;
  opacity: 1;
  visibility: visible;
}
.sidebar.et-mini-content:not(.active) {
  opacity: 0 !important;
  visibility: hidden !important;
}
.sidebar.et-mini-content:not(.active) ~ .et-close-sidebar {
  --sidebar-close-button-display: none;
}
.sidebar.et-mini-content .sidebar-widget {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.sidebar.et-mini-content.active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.sidebar.et-mini-content .sidebar-widget:not(.sidebar-slider) > ul:after,
.sidebar.et-mini-content .sidebar-widget:not(.sidebar-slider) > div:after {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .sidebar-off_canvas .sidebar:not(.loaded) {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-mobile-off_canvas .sidebar:not(.loaded) {
    display: none !important;
  }
}
.sidebar-mobile-off_canvas .sidebar:not(.active) ~ .et-close-sidebar,
.sidebar-off_canvas .sidebar:not(.active) ~ .et-close-sidebar {
  opacity: 0;
  visibility: hidden;
}
.sidebar-mobile-off_canvas .sidebar:not(.active) ~ .et-close-sidebar:before,
.sidebar-off_canvas .sidebar:not(.active) ~ .et-close-sidebar:before,
.sidebar-mobile-off_canvas .sidebar:not(.active) ~ .et-close-sidebar:after,
.sidebar-off_canvas .sidebar:not(.active) ~ .et-close-sidebar:after {
  opacity: 0 !important;
  visibility: hidden !important;
}
.off-canvas-sidebar-opened #header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper],
.off-canvas-sidebar-opened #header > [class*=header-wrapper] .sticky-on > div {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
.et-toggle-mob-sidebars-inner .et-toggle {
  border: 1px solid var(--et_border-color);
  border-right: none;
}
.et-toggle-mob-sidebars-inner.et-content-right {
  left: 0;
}
.et-toggle-mob-sidebars-inner.et-content-right .et-toggle {
  border-radius: 0 50% 50% 0;
  -webkit-animation: et-ltr 1s, fade 0.7s;
          animation: et-ltr 1s, fade 0.7s;
}
.et-toggle-mob-sidebars-inner.et-content-left {
  right: 0;
}
.et-toggle-mob-sidebars-inner.et-content-left .et-toggle {
  border-radius: 50% 0 0 50%;
  -webkit-animation: et-rtl 1s, fade 0.7s;
          animation: et-rtl 1s, fade 0.7s;
}
.et-close-sidebar {
  right: 309px;
}
.et-close-sidebar:after {
  left: 0;
}
.sidebar.et-mini-content.et-content-right {
  left: 0;
}
.sidebar.et-mini-content.et-content-right:not(.active) {
  margin-left: -20px;
}
.sidebar.et-mini-content.et-content-left {
  right: 0;
}
.sidebar.et-mini-content.et-content-left:not(.active) {
  margin-right: -20px;
}
/*!/wp-content/themes/xstore/css/modules/layout/widgets-open-close-rtl.css*/
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > .widget-title > span,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .widget-title > span,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > .widget-title > span {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  width: 100%;
}
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > .widget-title > span:after,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .widget-title > span:after,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > .widget-title > span:after {
  content: '\e912';
  font-family: 'xstore-icons';
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  padding: 4px;
  border: 1px solid transparent;
  font-size: 9px;
  font-weight: bold;
  z-index: -1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.s_widgets-open-close .sidebar .sidebar-widget,
.s_widgets-open-close .shop-filters-area .sidebar-widget,
.f_widgets-open-close .footer-widget {
  position: relative;
  vertical-align: middle;
}
.s_widgets-open-close .sidebar .sidebar-widget .widget-title,
.s_widgets-open-close .shop-filters-area .sidebar-widget .widget-title,
.f_widgets-open-close .footer-widget .widget-title {
  cursor: pointer;
}
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > .widget-title,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .widget-title,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > .widget-title {
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > ul,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > ul,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > ul,
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > select,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > select,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > select,
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > .select2-container,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .select2-container,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > .select2-container,
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > div:not(.widget-title),
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > div:not(.widget-title),
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > div:not(.widget-title),
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > p:not(.widget-title),
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > p:not(.widget-title),
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > p:not(.widget-title),
.s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > form,
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > form,
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > form {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider),
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider),
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) {
  margin-bottom: 15px;
}
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .widget-title,
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .widget-title,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > .widget-title {
  margin-bottom: 0 !important;
}
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .widget-title span:after,
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .widget-title span:after,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > .widget-title span:after {
  content: '\e910';
}
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > ul,
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > ul,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > ul,
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > select,
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > select,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > select,
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .select2-container,
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .select2-container,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > .select2-container,
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title),
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title),
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title),
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title),
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title),
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title),
.s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > form,
.s_widgets-open-close .shop-filters-area .sidebar-widget.et_widget-closed:not(.sidebar-slider) > form,
.f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > form {
  opacity: 0;
}
.s_widgets-open-close .sidebar .sidebar-widget.widget_price_filter form,
.s_widgets-open-close .shop-filters-area .sidebar-widget.widget_price_filter form,
.f_widgets-open-close .footer-widget.widget_price_filter form {
  overflow: visible !important;
}
.f_widgets-open-close .footer-widget:not(.sidebar-slider) > .widget-title > span:after {
  z-index: auto;
}
.s_widgets-open-close .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .widget-title > span:after {
  top: calc(50% + 2px);
}
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider),
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider),
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) {
  margin-bottom: 15px;
}
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > .widget-title,
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .widget-title,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > .widget-title {
  margin-bottom: 0;
}
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > .widget-title span:after,
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > .widget-title span:after,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > .widget-title span:after {
  content: '\e910';
}
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > ul,
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > ul,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > ul,
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > select,
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > select,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > select,
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > div:not(.widget-title),
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > div:not(.widget-title),
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > div:not(.widget-title),
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > p:not(.widget-title),
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > p:not(.widget-title),
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > p:not(.widget-title),
.s_widgets-open-close.swc-default:not(.swc-default-done) .sidebar .sidebar-widget:not(.sidebar-slider) > form,
.s_widgets-open-close.swc-default:not(.swc-default-done) .shop-filters-area .sidebar-widget:not(.sidebar-slider) > form,
.f_widgets-open-close.fwc-default:not(.fwc-default-done) .footer-widget:not(.sidebar-slider) > form {
  opacity: 0;
  display: none;
}
/*!/wp-content/themes/xstore/css/modules/breadcrumbs-rtl.css*/
/*=====================================
=            Page Headings            =
=====================================*/
.breadcrumbs,
.woocommerce-breadcrumb,
.bbp-breadcrumb {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  color: var(--et_main-color);
}
.breadcrumbs li,
.woocommerce-breadcrumb li,
.bbp-breadcrumb li {
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.breadcrumbs li.lastItem:after,
.woocommerce-breadcrumb li.lastItem:after,
.bbp-breadcrumb li.lastItem:after {
  display: none;
}
.breadcrumbs a,
.woocommerce-breadcrumb a,
.bbp-breadcrumb a {
  padding: 0 1px;
}
.breadcrumbs a,
.woocommerce-breadcrumb a,
.bbp-breadcrumb a,
.breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover,
.bbp-breadcrumb a:hover {
  color: var(--et_main-color);
}
.breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover,
.bbp-breadcrumb a:hover {
  opacity: var(--page-heading-link-opacity-hover, 0.7);
}
.breadcrumbs a,
.woocommerce-breadcrumb a,
.bbp-breadcrumb a,
.breadcrumbs .delimeter,
.woocommerce-breadcrumb .delimeter,
.bbp-breadcrumb .delimeter {
  display: inline-block;
}
.breadcrumbs,
.woocommerce-breadcrumb,
.bbp-breadcrumb,
.page-heading .title {
  text-transform: capitalize;
}
div.bbp-breadcrumb {
  font-size: 1rem;
}
.bbp-breadcrumb p {
  margin-bottom: 0;
}
.bbp-breadcrumb-current {
  display: block;
  color: var(--et_dark-color);
}
#breadcrumb a:last-of-type:not(:only-of-type) + .delimeter,
.bbp-breadcrumb a:last-of-type:not(:only-of-type) + .bbp-breadcrumb-sep {
  font-size: 0 !important;
}
.archive.category .page-heading.bc-type-left2 .breadcrumbs a:last-of-type:not(:only-of-type) + .delimeter,
body .page-heading .delimeter + .delimeter {
  display: none;
}
.single-product .bc-type-left2 .delimeter:last-child,
.single-product .bc-type-default .woocommerce-breadcrumb a:last-of-type + .delimeter,
.single-product .bc-type-left .woocommerce-breadcrumb a:last-of-type + .delimeter {
  display: none;
}
.page-heading {
  padding: 0.85em;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-heading .title {
  font-weight: inherit;
  letter-spacing: inherit;
}
.page-heading .title,
.page-heading .bbp-breadcrumb-current {
  margin-bottom: 0;
  word-wrap: break-word;
}
.page-heading + .page-heading {
  display: none !important;
}
.bc-type-left,
.bc-type-left .breadcrumbs,
.bc-type-left .woocommerce-breadcrumb,
.bc-type-left #breadcrumb,
.bc-type-left .bbp-breadcrumb,
.bc-type-left .title {
  text-align: start;
}
.bc-type-left .delimeter:last-child {
  font-size: 0;
}
.bc-type-left2 .a-center {
  text-align: start;
}
.bc-type-left2 .title {
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
}
.bc-type-left2 .bbp-breadcrumb-current {
  display: inline-block;
}
.bc-type-left,
.bc-type-default {
  padding: 1.7em 0;
}
.bc-type-left .title,
.bc-type-default .title,
.bc-type-left .bbp-breadcrumb-current,
.bc-type-default .bbp-breadcrumb-current {
  font-size: 170%;
  text-transform: uppercase;
}
.bc-type-left .span-title,
.bc-type-default .span-title,
.bc-type-left .span-title + .delimeter,
.bc-type-default .span-title + .delimeter {
  display: none;
}
.page-heading .delimeter,
.page-heading .bbp-breadcrumb-sep,
.back-history:before,
.page-heading .title:before {
  font-size: 0.57em;
}
.archive.category .page-heading .delimeter,
.error404 .page-heading .delimeter,
.page-heading.bc-type-left2 .delimeter,
.page-heading.bc-type-left2 .bbp-breadcrumb-sep {
  font-size: 0.57em !important;
}
[class*="paged-"].woocommerce-page .page-heading.bc-type-left2 .title,
.woocommerce-page.et_paged .page-heading.bc-type-left2 .title {
  font-size: 0;
}
.span-title:last-of-type {
  color: var(--et_dark-2-white);
}
.category .bc-type-left2 .current,
.archive.category .bc-type-left2 .title:before,
.bc-type-disable,
.single-post .page-heading.bc-type-left2 .title {
  display: none !important;
}
.single-product.global-product-name-on .page-heading.bc-type-left2 .delimeter:last-child {
  font-size: 0 !important;
}
.product-content .page-heading .woocommerce-breadcrumb,
.product-content .page-heading .woocommerce-breadcrumb .title,
.product-content .page-heading .woocommerce-breadcrumb a {
  color: var(--et_dark-2-white);
}
a.back-history:hover,
a.back-history:focus {
  text-decoration: none;
}
.bc-color-white .breadcrumbs,
.bc-color-white .woocommerce-breadcrumb,
.bc-color-white .bbp-breadcrumb,
.bc-color-white,
.bc-color-white a,
.bc-color-white h1,
.bc-color-white h2,
.bc-color-white h3,
.bc-color-white h4,
.bc-color-white a:hover {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .back-history {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .page-heading {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-heading.bc-type-left2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*-----  End of Page Headings  ------*/
.breadcrumb-trail .page-heading > div,
.breadcrumb-trail .page-heading .container {
  display: inline-block;
  width: auto;
  padding: 0;
  position: static;
}
.breadcrumb-trail {
  padding: 0 0.85em;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 992px) {
  .breadcrumb-trail {
    padding: 0;
  }
}
.breadcrumb-trail .page-heading {
  text-align: start;
  width: 100%;
  margin: 0 auto;
  color: currentColor;
  position: relative;
  background-image: none !important;
}
.breadcrumb-trail .page-heading .breadcrumb_last {
  color: var(--et_dark-2-white);
}
.breadcrumb-trail .page-heading .back-history {
  top: 0.85em;
  color: var(--et_link-color);
  --page-heading-link-opacity-hover: 1;
}
.breadcrumb-trail .page-heading .back-history:hover {
  color: var(--et_link-color-hover);
}
.breadcrumb-trail .page-heading.bc-color-white {
  color: #fff;
}
.breadcrumb-trail .page-heading.bc-color-white .breadcrumb_last,
.breadcrumb-trail .page-heading.bc-color-white .back-history {
  color: currentColor;
}
.bc-type-left2 .breadcrumbs,
.bc-type-left2 .woocommerce-breadcrumb,
.bc-type-left2 .bbp-breadcrumb {
  display: inline-block;
  width: auto;
  margin-left: calc(.57em/2);
}
.single .bc-type-left2 .breadcrumbs + .title:before,
.archive .bc-type-left2 .breadcrumbs + .title:before,
.error404 .bc-type-left2 .breadcrumbs + .title:before {
  content: '\e902';
  font-family: 'xstore-icons';
  display: inline-block;
  padding-left: 4px;
}
a.back-history {
  position: absolute;
  left: 15px;
  top: 0;
  padding: 0;
}
a.back-history:before {
  content: '\e904';
  font-family: 'xstore-icons';
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
/*!/wp-content/themes/xstore/css/modules/woocommerce/global-rtl.css*/
/*====================================
=            Base Product            =
====================================*/
.category-description,
.term-description,
.page-description {
  margin-bottom: 12px;
}
.products-title {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0.5em;
}
.price ins,
.cart ins {
  padding-left: 3px;
  text-decoration: none;
}
.price ins .amount,
.cart ins .amount,
.product-price ins .amount {
  color: var(--et_active-color);
}
.star-rating {
  font-size: 0;
  width: 81px;
  display: inline-block;
  margin: 0 auto 15px;
  position: relative;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: 0 0;
  white-space: nowrap;
}
.star-rating:before,
.star-rating span:before {
  font-size: 1rem;
  font-family: 'xstore-icons';
  color: var(--et_border-color);
  -webkit-text-fill-color: currentColor;
  display: block;
  letter-spacing: 3px;
  content: '\e930d \e930d \e930d \e930d \e930d';
}
.star-rating span {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
}
.star-rating span:before {
  color: var(--et_yellow-color);
  -webkit-text-fill-color: currentColor;
}
/*============================================
=            WooCommerce quantity            =
============================================*/
div.quantity,
td.quantity {
  position: relative;
  height: var(--et_quantity-height, 38px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.quantity::-moz-selection, td.quantity::-moz-selection, div.quantity span::-moz-selection, td.quantity span::-moz-selection, div.quantity input[type="number"]::-moz-selection, td.quantity input[type="number"]::-moz-selection {
  background-color: transparent;
}
div.quantity::selection,
td.quantity::selection,
div.quantity span::selection,
td.quantity span::selection,
div.quantity input[type="number"]::selection,
td.quantity input[type="number"]::selection {
  background-color: transparent;
}
div.quantity::-webkit-selection,
td.quantity::-webkit-selection,
div.quantity span::-webkit-selection,
td.quantity span::-webkit-selection,
div.quantity input[type="number"]::-webkit-selection,
td.quantity input[type="number"]::-webkit-selection {
  background-color: transparent;
}
div.quantity > span,
td.quantity > span,
div.quantity > input[type="number"],
td.quantity > input[type="number"],
div.quantity > input[type="text"][readonly],
td.quantity > input[type="text"][readonly] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
}
div.quantity > span:focus,
td.quantity > span:focus,
div.quantity > input[type="number"]:focus,
td.quantity > input[type="number"]:focus,
div.quantity > input[type="text"][readonly]:focus,
td.quantity > input[type="text"][readonly]:focus {
  border-color: var(--et_inputs-border-color, var(--et_border-color));
}
div.quantity > span,
td.quantity > span {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-right: 4px;
  padding-left: 4px;
  color: var(--et_dark-2-white);
  border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
  background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
  cursor: pointer;
  -webkit-font-smoothing: none;
}
div.quantity > span:focus,
td.quantity > span:focus {
  outline: none;
}
div.quantity > span:hover,
td.quantity > span:hover {
  color: var(--et_main-color);
}
div.quantity > input[type="number"],
td.quantity > input[type="number"],
div.quantity > input[type="text"][readonly],
td.quantity > input[type="text"][readonly] {
  padding: 0;
  min-width: var(--et_quantity-height, 38px);
  max-width: 45px;
  border-right: none;
  border-left: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
div.quantity > input[type="number"]::-moz-selection, td.quantity > input[type="number"]::-moz-selection, div.quantity > input[type="text"][readonly]::-moz-selection, td.quantity > input[type="text"][readonly]::-moz-selection {
  color: var(--et_main-color);
}
div.quantity > input[type="number"]::selection,
td.quantity > input[type="number"]::selection,
div.quantity > input[type="text"][readonly]::selection,
td.quantity > input[type="text"][readonly]::selection {
  color: var(--et_main-color);
}
div.quantity > .minus,
td.quantity > .minus,
div.quantity > .plus,
td.quantity > .plus {
  font-size: var(--et_quantity-size, 0.55em);
}
div.quantity > input[type="number"]::-webkit-inner-spin-button,
td.quantity > input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
div.quantity,
div.quantity ~ .single_add_to_cart_button,
div.quantity ~ .xstore-wishlist {
  margin-bottom: 10px;
}
div.quantity ~ .et-or-wrapper {
  margin-top: 5px;
}
.single_add_to_cart_button ~ .xstore-wishlist-icon {
  -webkit-margin-start: 7px;
          margin-inline-start: 7px;
}
#yith-wcwl-popup-message {
  display: none !important;
}
.wishlist-fragment .yith-wcwl-add-button,
.wishlist-fragment .yith-wcwl-wishlistaddedbrowse,
.wishlist-fragment .yith-wcwl-wishlistexistsbrowse {
  width: 100%;
  height: 100%;
}
.onsale {
  position: absolute;
  top: 20px;
  z-index: 3;
  padding: 3px 8px;
  background: var(--et_on-sale-bg-color, var(--et_red-color));
  font-size: 0.85rem;
  text-align: center;
  color: var(--et_on-sale-color, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  border-radius: var(--et_on-sale-radius, 0%);
}
.onsale.new-label {
  color: var(--et_new-label-color, #fff);
  background: var(--et_new-label-bg-color, var(--et_green-color));
}
.onsale.hot-label {
  color: var(--et_hot-label-color, #fff);
  background: var(--et_hot-label-bg-color, var(--et_orange-color));
}
.sale-wrapper ~ .sale-wrapper .onsale {
  -webkit-transform: translateY(calc(100% + 5px));
          transform: translateY(calc(100% + 5px));
}
.sale-wrapper ~ .sale-wrapper ~ .sale-wrapper .onsale {
  -webkit-transform: translateY(calc(200% + 10px));
          transform: translateY(calc(200% + 10px));
}
.yith-wcwl-add-to-wishlist.wishlist-fragment .yith-wcwl-add-button a:before {
  content: "\e908";
}
.yith-wcwl-add-to-wishlist.wishlist-fragment .yith-wcwl-add-button a.delete_item:before {
  content: "\e92d";
}
.yith-wcwl-add-to-wishlist.wishlist-fragment .yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-add-to-wishlist.wishlist-fragment .yith-wcwl-wishlistaddedbrowse a::before {
  content: "\e92d";
}
.compare,
.yith-wcwl-add-to-wishlist a {
  position: relative;
  text-transform: none;
}
.compare:before,
.yith-wcwl-add-to-wishlist a:before {
  display: inline-block;
  font-family: 'xstore-icons';
  background-color: transparent !important;
}
.xstore-wishlist.mtips,
.xstore-compare.mtips {
  z-index: 2;
}
.xstore-wishlist[data-action="remove"] .et-icon,
.xstore-compare[data-action="remove"] .et-icon {
  color: var(--et_active-color);
}
.xstore-wishlist .et-icon svg,
.xstore-compare .et-icon svg {
  width: 1em;
  height: 1em;
}
.xstore-wishlist .et-icon img,
.xstore-compare .et-icon img {
  max-width: 1em;
}
.xstore-wishlist-animated-heart,
.xstore-compare-animated-heart {
  width: 0.55em !important;
  height: 0.55em !important;
  position: absolute;
  left: calc(50% - 0.35em);
  opacity: 0;
  --hover-color-dark: var(--et_active-color);
  stroke: var(--et_active-color);
  fill: var(--et_active-color);
  -webkit-animation: xstore-wishlist-animation-heart1 0.7s linear;
          animation: xstore-wishlist-animation-heart1 0.7s linear;
}
.xstore-wishlist-animated-heart:nth-child(2),
.xstore-compare-animated-heart:nth-child(2) {
  -webkit-animation-name: xstore-wishlist-animation-heart2;
          animation-name: xstore-wishlist-animation-heart2;
}
.xstore-wishlist-animated-heart:nth-child(3),
.xstore-compare-animated-heart:nth-child(3) {
  -webkit-animation-name: xstore-wishlist-animation-heart3;
          animation-name: xstore-wishlist-animation-heart3;
}
.xstore-wishlist-animated-heart:nth-child(4),
.xstore-compare-animated-heart:nth-child(4) {
  -webkit-animation-name: xstore-wishlist-animation-heart4;
          animation-name: xstore-wishlist-animation-heart4;
}
.xstore-wishlist-animated-hearts,
.xstore-compare-animated-hearts {
  width: 1em;
  height: 1em;
  position: absolute;
}
.xstore-wishlist-animated-hearts:before,
.xstore-compare-animated-hearts:before,
.xstore-wishlist-animated-hearts:after,
.xstore-compare-animated-hearts:after {
  display: none !important;
}
.xstore-wishlist .blockOverlay,
.xstore-compare .blockOverlay {
  border-radius: inherit;
}
@-webkit-keyframes xstore-wishlist-animation-heart1 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-40%, -400%);
            transform: translate(-40%, -400%);
  }
}
@keyframes xstore-wishlist-animation-heart1 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-40%, -400%);
            transform: translate(-40%, -400%);
  }
}
@-webkit-keyframes xstore-wishlist-animation-heart2 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-160%, -350%) rotate(-45deg);
            transform: translate(-160%, -350%) rotate(-45deg);
  }
}
@keyframes xstore-wishlist-animation-heart2 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-160%, -350%) rotate(-45deg);
            transform: translate(-160%, -350%) rotate(-45deg);
  }
}
@-webkit-keyframes xstore-wishlist-animation-heart3 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(150%, -330%) rotate(30deg);
            transform: translate(150%, -330%) rotate(30deg);
  }
}
@keyframes xstore-wishlist-animation-heart3 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(150%, -330%) rotate(30deg);
            transform: translate(150%, -330%) rotate(30deg);
  }
}
@-webkit-keyframes xstore-wishlist-animation-heart4 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(50%, -300%) rotate(20deg);
            transform: translate(50%, -300%) rotate(20deg);
  }
}
@keyframes xstore-wishlist-animation-heart4 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(50%, -300%) rotate(20deg);
            transform: translate(50%, -300%) rotate(20deg);
  }
}
.et_product-block .single-compare .xstore-compare,
.et_product-block .single-wishlist .xstore-wishlist {
  margin-bottom: 0;
}
.added_to_cart {
  display: none;
}
.add_to_cart_button.loading,
.single_add_to_cart_button.loading {
  position: relative;
}
.et_quantity-off div.quantity > span.minus,
.et_quantity-off div.quantity > span.plus {
  display: none;
}
.et_quantity-off div.quantity > input:focus {
  outline: none;
}
.et_quantity-off div.quantity > input[type=number] {
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .et_quantity-off .quantity .plus,
  .et_quantity-off .quantity .minus {
    height: 1.45em;
  }
}
.shop_attributes {
  margin: 0 auto;
}
.shop_attributes th {
  font-size: 1.14rem;
  color: var(--et_main-color);
}
.shop_attributes th,
.shop_attributes td {
  padding-top: var(--items-v-gap, 1em);
  padding-bottom: var(--items-v-gap, 1em);
  vertical-align: middle;
}
.shop_attributes tr:not(:last-child) {
  border-bottom: var(--separator-width, 1px) var(--separator-style, solid) var(--separator-color, var(--et_border-color));
}
.shop_attributes tr tr:first-child th,
.shop_attributes tr tr:first-child td {
  padding-top: 0;
}
.shop_attributes tr tr:last-child th,
.shop_attributes tr tr:last-child td {
  padding-bottom: var(--items-v-gap, 10px);
}
.shop_attributes p {
  font-size: 1.07rem;
  margin-bottom: 0;
}
.shop_attributes p:last-child {
  margin-bottom: 0;
}
.tab-content .shop_attributes {
  width: 100%;
}
.etheme-product-attributes-layout-vertical .shop_attributes {
  width: 100%;
}
.etheme-product-attributes-layout-vertical .shop_attributes tr,
.etheme-product-attributes-layout-vertical .shop_attributes th,
.etheme-product-attributes-layout-vertical .shop_attributes td {
  display: block;
  text-align: start;
  padding-left: 0;
  padding-right: 0;
}
.etheme-product-attributes-layout-vertical .shop_attributes th {
  padding-bottom: 0;
}
.etheme-product-attributes-layout-vertical .shop_attributes td {
  padding-top: 1em;
}
.etheme-product-attributes-layout-vertical .shop_attributes tr:first-child th {
  padding-top: 0;
}
.et-quick-view-wrapper .shop_attributes,
.product-information .shop_attributes {
  margin-bottom: 15px;
}
.et-quick-view-wrapper .shop_attributes tbody tr th,
.product-information .shop_attributes tbody tr th {
  --et_border-color: transparent;
}
.et-quick-view-wrapper .shop_attributes td,
.product-information .shop_attributes td,
.et-quick-view-wrapper .shop_attributes th,
.product-information .shop_attributes th {
  text-align: end;
  padding-left: 0;
  padding-right: 0;
}
.et-quick-view-wrapper .shop_attributes th,
.product-information .shop_attributes th {
  text-align: start;
  display: block;
  color: var(--et_dark-2-white);
  text-transform: capitalize;
}
.et-availability-notify-popup .et-popup-content {
  max-width: 400px;
}
@media only screen and (max-width: 480px) {
  .et-availability-notify-popup .et-popup-content {
    min-width: 80vw;
  }
}
.et-availability-notify-popup .et-popup-content label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.85em;
  margin-bottom: 15px;
}
.et-availability-notify-popup .et-popup-content input[type=email] {
  margin-bottom: 10px;
}
.et-availability-notify-popup .et-popup-content input[type=email].invalid {
  color: var(--et_red-color);
  border-color: var(--et_red-color);
}
.et-availability-notify-popup .et-popup-content input[type=email].invalid::-webkit-input-placeholder {
  color: currentColor;
}
.et-availability-notify-popup .et-popup-content input[type=checkbox] {
  margin-top: 0;
}
.et-availability-notify-popup .et-popup-content .content-page .woocommerce-error {
  font-size: 1rem !important;
}
/*-----  End of Base Product  ------*/
.price ins,
.cart ins {
  padding-left: 0;
  padding-right: 3px;
}
.star-rating span {
  left: auto;
  right: 0;
}
div.quantity,
td.quantity {
  margin-left: 20px;
  float: right;
}
.onsale.left {
  right: 20px;
}
.onsale.right {
  left: 20px;
}
.compare:before,
.yith-wcwl-add-to-wishlist a:before {
  margin-left: 7px;
}
.et_quantity-off div.quantity {
  margin-left: 20px;
}
.et_cart-type-1 .footer-product .button:before,
.et_cart-type-1 .single_add_to_cart_button:before,
.et_cart-type-1 .quantity-wrapper .button:before,
.et_cart-type-1 .product-view-overlay .quick-buttons .button:before {
  content: "\e93e";
  font-family: 'xstore-icons';
}
.et_cart-type-5 .footer-product .button:before,
.et_cart-type-5 .single_add_to_cart_button:before,
.et_cart-type-5 .quantity-wrapper .button:before,
.et_cart-type-5 .product-view-overlay .quick-buttons .button:before {
  content: "\e93d";
  font-family: 'xstore-icons';
}
.et_cart-type-2 .footer-product .button:before,
.et_cart-type-2 .single_add_to_cart_button:before,
.et_cart-type-2 .quantity-wrapper .button:before,
.et_cart-type-2 .product-view-overlay .quick-buttons .button:before {
  content: "\e90c";
  font-family: 'xstore-icons';
}
.et_cart-type-3 .footer-product .button:before,
.et_cart-type-3 .single_add_to_cart_button:before,
.et_cart-type-3 .quantity-wrapper .button:before,
.et_cart-type-3 .product-view-overlay .quick-buttons .button:before {
  content: "\e90d";
  font-family: 'xstore-icons';
}
.et_cart-type-4 .footer-product .button:before,
.et_cart-type-4 .single_add_to_cart_button:before,
.et_cart-type-4 .quantity-wrapper .button:before,
.et_cart-type-4 .product-view-overlay .quick-buttons .button:before {
  content: "\e916";
  font-family: 'xstore-icons';
}
/*=====  End of cart icon  ======*/
.quantity-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: var(--et_quantity-max-width, 130px);
  height: var(--et_quantity-height, 38px);
}
.quantity-wrapper input.input-text {
  width: var(--et_quantity-height, 38px);
  text-align: center;
  height: 100%;
  border-radius: 0;
  padding: 0;
}
.quantity .quantity-wrapper input.input-text {
  background-color: transparent;
}
.quantity-wrapper input:focus {
  border-color: var(--et_border-color);
}
.quantity-wrapper span {
  font-size: var(--et_quantity-size, 1em);
  color: var(--et_main-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.quantity-wrapper span:hover {
  color: var(--et_dark-2-white);
}
.quantity-wrapper span del {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.quantity-wrapper span del span {
  display: initial;
  cursor: default;
}
.quantity-wrapper:not(.type-none) input,
.quantity-wrapper:not(.type-none) input::-webkit-outer-spin-button,
.quantity-wrapper:not(.type-none) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.quantity .quantity-wrapper.type-simple input {
  border: none;
}
.quantity-wrapper.type-circle span,
.quantity-wrapper.type-square span {
  padding-right: 4px;
  padding-left: 4px;
  border: 1px solid var(--et_border-color);
}
.quantity-wrapper.type-square span {
  font-size: var(--et_quantity-size, 0.55em);
}
.quantity-wrapper.type-circle,
.quantity-wrapper.type-circle input {
  height: auto;
  padding: 0;
}
.quantity .quantity-wrapper.type-circle input {
  border: none;
}
.quantity-wrapper.type-circle span {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5em;
  height: 1.5em;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 50%;
}
.quantity-wrapper.type-circle span:hover {
  border-color: var(--et_dark-2-white);
}
.quantity .quantity-wrapper.type-square input {
  border-left: none;
  border-right: none;
}
.quantity-wrapper.size-sm,
.quantity:has(.quantity-wrapper.size-sm) {
  font-size: 0.75em;
  --et_quantity-max-width: 110px;
  --et_quantity-height: 28px;
  --et_quantity-size: 1em;
}
.quantity-wrapper.size-sm svg,
.quantity:has(.quantity-wrapper.size-sm) svg {
  width: 1em;
  height: 1em;
}
.quantity-wrapper.size-sm.type-circle svg,
.quantity:has(.quantity-wrapper.size-sm.type-circle) svg {
  width: 0.7em;
  height: 0.7em;
}
/*!/wp-content/themes/xstore/css/modules/woocommerce/archive-rtl.css*/
/*===================================
=            Shop Layout            =
===================================*/
.after-shop-loop {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-products-loop .products-list .product .product-image-wrapper {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  .products-grid.row-count-1 .product {
    width: 100%;
  }
  .products-grid .product-category.columns-5 {
    width: 50%;
  }
}
@media only screen and (min-width: 993px) {
  .row-count-2 .product {
    width: 50%;
    text-align: center;
  }
  .row-count-5 .product {
    width: 20%;
  }
  .row-count-6 .product {
    width: 16.66666667%;
  }
  .row-count-2 .product:nth-child(2n+1),
  .row-count-3 .product:nth-child(3n+1),
  .sidebar-position-without .row-count-3 .product:nth-child(3n+1) {
    clear: both;
  }
  .row-count-2.products-grid .product-category {
    width: 50% !important;
  }
  .row-count-2 .product:nth-child(2n+1),
  .row-count-4 .product:nth-child(4n+1),
  .sidebar-position-without .row-count-4 .product:nth-child(4n+1),
  .row-count-3 .product:nth-child(3n+1),
  .sidebar-position-without .row-count-3 .product:nth-child(3n+1),
  .row-count-5 .product:nth-child(5n+1),
  .row-count-6 .product:nth-child(6n+1) {
    clear: both;
  }
  .sidebar-position-without .row-count-5 .product:nth-child(5n+1),
  .row-count-6 .product:nth-child(6n+1) {
    clear: both !important;
  }
  .row-count-6 .product:nth-child(5n+1) {
    clear: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .row-count-2 .product:nth-child(2n+1),
  .row-count-3 .product:nth-child(2n+1),
  .row-count-3 .product.product-category:nth-child(3n+1),
  .row-count-4 .product:nth-child(2n+1),
  .row-count-4 .product.product-category:nth-child(4n+1),
  .row-count-6 .product:nth-child(2n+1),
  .row-count-5 .product:nth-child(2n+1) {
    clear: both !important;
  }
  .row-count-3 .product-category:nth-child(2n+1),
  .row-count-4 .product-category:nth-child(2n+1),
  .row-count-6 .product-category:nth-child(3n+1) {
    clear: none !important;
  }
  .products-list .product.product-category {
    clear: none !important;
  }
  .products-list.row-count-6 .product-category:nth-child(6n+1),
  .products-list.row-count-5 .product-category:nth-child(5n+1),
  .products-list.row-count-4 .product-category:nth-child(4n+1),
  .products-list.row-count-3 .product-category:nth-child(3n+1),
  .products-list.row-count-2 .product-category:nth-child(2n+1) {
    clear: both !important;
  }
  .products-grid.row-count-6 .product {
    width: 50%;
  }
  .row-count-2.products-grid .product-category {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .row-count-2 .product:nth-child(2n+1),
  .row-count-3 .product:nth-child(2n+1),
  .row-count-4 .product:nth-child(2n+1),
  .row-count-5 .product:nth-child(2n+1),
  .row-count-6 .product:nth-child(2n+1) {
    clear: both !important;
  }
  .products-list.row-count-6 .product-category:nth-child(6n+1),
  .products-list.row-count-5 .product-category:nth-child(5n+1),
  .products-list.row-count-4 .product-category:nth-child(4n+1),
  .products-list.row-count-3 .product-category:nth-child(3n+1),
  .products-list.row-count-2 .product-category:nth-child(2n+1) {
    clear: none !important;
  }
  .products-list .product.product-category {
    width: 50%;
  }
  .products-list .product.product-category:nth-child(2n+1) {
    clear: both !important;
  }
  .row-count-2.products-grid .product-category {
    width: 50% !important;
  }
  .products-grid .product {
    width: 50%;
  }
  .products-grid .product-view-mask .footer-product,
  .products-grid .product-view-info .footer-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products-grid .product-view-mask .footer-product .show-quickly,
  .products-grid .product-view-info .footer-product .show-quickly,
  .products-grid .product-view-mask .footer-product .xstore-wishlist,
  .products-grid .product-view-info .footer-product .xstore-wishlist,
  .products-grid .product-view-mask .footer-product .xstore-compare,
  .products-grid .product-view-info .footer-product .xstore-compare,
  .products-grid .product-view-mask .footer-product .et-wishlist-holder,
  .products-grid .product-view-info .footer-product .et-wishlist-holder,
  .products-grid .product-view-mask .footer-product .by-vendor-name-link,
  .products-grid .product-view-info .footer-product .by-vendor-name-link,
  .products-grid .product-view-mask .footer-product .pre_order_loop,
  .products-grid .product-view-info .footer-product .pre_order_loop,
  .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message,
  .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    border: none;
  }
  .products-grid .product-view-mask .footer-product .show-quickly:after,
  .products-grid .product-view-info .footer-product .show-quickly:after,
  .products-grid .product-view-mask .footer-product .xstore-wishlist:after,
  .products-grid .product-view-info .footer-product .xstore-wishlist:after,
  .products-grid .product-view-mask .footer-product .xstore-compare:after,
  .products-grid .product-view-info .footer-product .xstore-compare:after,
  .products-grid .product-view-mask .footer-product .et-wishlist-holder:after,
  .products-grid .product-view-info .footer-product .et-wishlist-holder:after,
  .products-grid .product-view-mask .footer-product .by-vendor-name-link:after,
  .products-grid .product-view-info .footer-product .by-vendor-name-link:after,
  .products-grid .product-view-mask .footer-product .pre_order_loop:after,
  .products-grid .product-view-info .footer-product .pre_order_loop:after,
  .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
  .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message:after {
    content: '';
  }
  .products-grid .product-view-mask .footer-product .button,
  .products-grid .product-view-info .footer-product .button,
  .products-grid .product-view-mask .footer-product .by-vendor-name-link,
  .products-grid .product-view-info .footer-product .by-vendor-name-link,
  .products-grid .product-view-mask .footer-product .pre_order_loop,
  .products-grid .product-view-info .footer-product .pre_order_loop,
  .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message,
  .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message {
    font-size: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .products-grid .product-view-mask .footer-product .button:before,
  .products-grid .product-view-info .footer-product .button:before,
  .products-grid .product-view-mask .footer-product .by-vendor-name-link:before,
  .products-grid .product-view-info .footer-product .by-vendor-name-link:before,
  .products-grid .product-view-mask .footer-product .pre_order_loop:before,
  .products-grid .product-view-info .footer-product .pre_order_loop:before,
  .products-grid .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
  .products-grid .product-view-info .footer-product .wcmp_add_to_cart_message:before {
    margin: 0;
  }
  .products-grid .product-view-mask .footer-product .compare,
  .products-grid .product-view-info .footer-product .compare {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .products-grid .product {
    width: 50%;
  }
  .products-grid .product-category {
    width: 50% !important;
    margin-bottom: 15px !important;
  }
  .products-grid .product-category:nth-child(even) {
    padding-left: 7.5px;
  }
  .products-grid .product-category:nth-child(odd) {
    padding-right: 7.5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-grid.row-count-5 .product:nth-child(3n+1) {
    clear: none;
  }
  .product-grid.row-count-5 .product:nth-child(5n+1) {
    clear: both;
  }
  .product-grid .product-category.columns-5,
  .product-grid.row-count-5 .product {
    width: 20%;
  }
}
@media only screen and (min-width: 993px) {
  .row-count-1 .product {
    width: 100%;
    text-align: center;
  }
  .row-count-6 .product-view-info .product-mask,
  .sidebar-enabled .row-count-5 .product-view-info .product-mask,
  .row-count-6 .footer-product,
  .sidebar-enabled .row-count-5 .footer-product {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }
  .row-count-6 .footer-product,
  .sidebar-enabled .row-count-5 .footer-product {
    height: 2rem;
  }
  .row-count-6 .product-view-info .content-product:hover .product-mask,
  .sidebar-enabled .row-count-5 .product-view-info .content-product:hover .product-mask {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  .row-count-6.products-grid .product-view-mask2 .footer-product,
  .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product {
    width: 35px;
    left: auto;
  }
  .row-count-6.products-grid .product-view-mask2 .footer-product .show-quickly,
  .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .show-quickly,
  .row-count-6.products-grid .product-view-mask2 .footer-product .button,
  .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .button,
  .row-count-6.products-grid .product-view-mask2 .footer-product .et-wishlist-holder,
  .sidebar-enabled .row-count-5.products-grid .product-view-mask2 .footer-product .et-wishlist-holder {
    height: 35px;
  }
  .row-count-6.products-grid .product-view-mask3 .footer-product > *,
  .sidebar-enabled .row-count-5.products-grid .product-view-mask3 .footer-product > *,
  .row-count-6.products-grid .product-view-mask3 .footer-product .button,
  .sidebar-enabled .row-count-5.products-grid .product-view-mask3 .footer-product .button {
    width: 30px;
    height: 30px;
  }
  .row-count-6.products-grid .footer-product .compare:before,
  .sidebar-enabled .row-count-5.products-grid .footer-product .compare:before,
  .row-count-6.products-grid .footer-product .button:before,
  .sidebar-enabled .row-count-5.products-grid .footer-product .button:before,
  .row-count-6.products-grid .content-product .show-quickly:before,
  .sidebar-enabled .row-count-5.products-grid .content-product .show-quickly:before,
  .row-count-6.products-grid .footer-product .yith-wcwl-add-to-wishlist .show a:before,
  .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-add-to-wishlist .show a:before,
  .row-count-6.products-grid .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
  .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-wishlistexistsbrowse a:before,
  .row-count-6.products-grid .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
  .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-wishlistaddedbrowse a:before,
  .row-count-6.products-grid .footer-product .yith-wcwl-add-button a:before,
  .sidebar-enabled .row-count-5.products-grid .footer-product .yith-wcwl-add-button a:before,
  .row-count-6.products-grid .product-view-light .yith-wcwl-add-to-wishlist .show a:before,
  .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-add-to-wishlist .show a:before,
  .row-count-6.products-grid .product-view-light .yith-wcwl-wishlistexistsbrowse a:before,
  .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-wishlistexistsbrowse a:before,
  .row-count-6.products-grid .product-view-light .yith-wcwl-wishlistaddedbrowse a:before,
  .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-wishlistaddedbrowse a:before,
  .row-count-6.products-grid .product-view-light .yith-wcwl-add-button a:before,
  .sidebar-enabled .row-count-5.products-grid .product-view-light .yith-wcwl-add-button a:before {
    font-size: 12px;
  }
  .row-count-6.products-grid .footer-product .xstore-wishlist .et-icon,
  .sidebar-enabled .row-count-5.products-grid .footer-product .xstore-wishlist .et-icon,
  .row-count-6.products-grid .footer-product .xstore-compare .et-icon,
  .sidebar-enabled .row-count-5.products-grid .footer-product .xstore-compare .et-icon {
    font-size: 12px;
  }
  .row-count-6.products-grid .product-view-light .st-swatch-in-loop,
  .sidebar-enabled .row-count-5.products-grid .product-view-light .st-swatch-in-loop,
  .row-count-6.products-grid .light-left-side > *:first-child,
  .sidebar-enabled .row-count-5.products-grid .light-left-side > *:first-child {
    padding-right: 40px;
  }
  .row-count-6 .category-grid .categories-mask,
  .sidebar-enabled .row-count-5 .category-grid .categories-mask {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*-----  End of Shop Layout  ------*/
@media only screen and (min-width: 993px) {
  .sidebar-enabled .row-count-5.products-grid .product-view-light .st-swatch-in-loop,
  .row-count-6.products-grid .product-view-light .st-swatch-in-loop,
  .sidebar-enabled .row-count-5.products-grid .light-left-side > *:first-child,
  .row-count-6.products-grid .light-left-side > *:first-child {
    padding-right: 0;
    padding-left: 40px;
  }
}
#review_form .stars a {
  display: inline-block;
  font-size: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
#review_form .stars a:before {
  content: '\e930d';
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#review_form .stars a.star-2:before {
  content: '\e930d \e930d';
}
#review_form .stars a.star-3:before {
  content: '\e930d \e930d \e930d';
}
#review_form .stars a.star-4:before {
  content: '\e930d \e930d \e930d \e930d ';
}
#review_form .stars a.star-5:before {
  content: '\e930d \e930d \e930d \e930d \e930d';
}
#review_form .stars a:before {
  font-size: 1rem;
  font-family: 'xstore-icons';
  color: var(--et_border-color);
  -webkit-text-fill-color: currentColor;
}
#review_form .stars a.active:before,
#review_form .stars a:hover:before {
  color: var(--et_yellow-color);
  -webkit-text-fill-color: currentColor;
}
.star-rating {
  width: 85px;
}
.content-product {
  margin-bottom: 30px;
  position: relative;
}
.content-product .product-title {
  font-size: calc(var(--product-title-size-proportion) * 1rem);
  line-height: var(--product-title-line-height);
  height: calc(var(--product-title-lines) * var(--product-title-line-height));
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.content-product .product-title a {
  line-height: inherit !important;
}
.content-product .button {
  height: auto;
  line-height: 1.2;
  padding-top: 0.91rem;
  padding-bottom: 0.91rem;
  border: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  color: var(--et_btn-color);
  background-color: var(--et_btn-bg-color);
  border-color: var(--et_btn-br-color);
}
.content-product .button:hover {
  color: var(--et_btn-color-hover);
  background-color: var(--et_btn-bg-color-hover);
  border-color: var(--et_btn-br-color-hover);
}
.content-product .compare {
  background-color: transparent;
  border: none;
}
.content-product .star-rating {
  display: block;
  margin-top: 3px;
}
.content-product .products-page-cats,
.content-product .products-page-cats a,
.content-product .products-page-brands,
.content-product .products-page-brands a,
.content-product .price {
  color: var(--et_main-color);
}
.content-product .product-content-image {
  text-align: center;
  display: block;
  min-height: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content-product .product-content-image img {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.content-product .product-content-image .hover-slider-images-toggler ~ img {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
.content-product .in-stock {
  display: none;
}
.content-product .stock,
.content-product .available-on-backorder {
  position: absolute;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  margin-bottom: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: var(--et_dark-color);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 7px 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content-product .quantity {
  float: none;
  margin: 0 7px 0 0;
}
.content-product .quantity-wrapper {
  margin: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-product .quantity-wrapper:last-child {
  margin-bottom: 0;
}
.content-product .quantity-wrapper .button {
  position: relative;
  margin-top: 0;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 0;
  min-width: 38px;
  min-height: 38px;
}
.content-product .quantity-wrapper .button[aria-label]:after {
  content: attr(aria-label);
  font-family: inherit;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 5px);
  padding: 7px 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  max-width: 200px;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--et_dark-color);
  -webkit-text-fill-color: currentColor;
  -webkit-box-shadow: 1px 1px 5px 0 var(--et_dark-2-white-01);
          box-shadow: 1px 1px 5px 0 var(--et_dark-2-white-01);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content-product .quantity-wrapper .button[aria-label]:not(:hover):after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}
.content-product .quantity-wrapper .button:before {
  font-size: 1.3rem;
}
.content-product .quantity-wrapper .button:not(:hover) {
  --loader-side-color: var(--et_btn-color);
}
.content-product .quantity-wrapper .button:hover {
  --loader-side-color: var(--et_btn-color-hover);
}
.content-product .quantity-wrapper .button.et-st-disabled {
  cursor: not-allowed;
}
.content-product .quantity-wrapper .button.et-st-disabled:hover {
  color: var(--et_btn-color);
  background-color: var(--et_btn-bg-color);
  border-color: var(--et_btn-br-color);
}
.content-product .product-image-wrapper {
  max-width: 100%;
  margin: 0 auto 15px;
  padding-bottom: 1px;
}
.content-product .product-image-wrapper video {
  display: block;
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.content-product .product-image-wrapper video[poster] {
  -o-object-fit: cover;
     object-fit: cover;
}
.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}
.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist span.feedback,
.content-product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}
.content-product .product-image-wrapper .yith-wcwl-add-to-wishlist,
.content-product .product-image-wrapper .compare:before,
.content-product .product-image-wrapper .yith-wcwl-add-to-wishlist a:not(.alt):before {
  margin: 0;
}
.content-product .product-image-wrapper:before,
.content-product .product-image-wrapper:after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.content-product .product-image-wrapper.video-loading:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-radius: 50%;
  border: 1px solid var(--et_border-color);
  border-left-color: var(--et_main-color);
  -webkit-animation: rotate 0.3s linear infinite;
          animation: rotate 0.3s linear infinite;
}
.content-product .product-image-wrapper.video-loading img,
.content-product .product-image-wrapper.video-loading video {
  opacity: 0;
  visibility: hidden;
}
.content-product .images-slider-wrapper {
  position: relative;
}
.content-product .image-swap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: #fff;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-product:hover .image-swap {
  display: block;
  opacity: 1;
}
.content-product:hover .hover-effect-back-zoom-in .image-swap img,
.content-product:not(:hover) .hover-effect-back-zoom-out .image-swap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content-product:hover .hover-effect-zoom-in .product-content-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content-product .hover-effect-zoom-in .product-content-image img,
.content-product .hover-effect-back-zoom-in .image-swap img,
.content-product .hover-effect-back-zoom-out .image-swap img {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.content-product .variation-changed .image-swap {
  opacity: 0;
  display: none;
}
.content-product .hover-slider-indicator {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  bottom: 7px;
  left: 7px;
}
.content-product .hover-slider-indicator .hover-slider-indicator-dot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--et_border-color);
  -webkit-box-shadow: 0px 0px 3px 0 var(--et_dark-2-white-01);
          box-shadow: 0px 0px 3px 0 var(--et_dark-2-white-01);
  -webkit-animation: fadeIn 0.3s linear, zoomIn 0.3s linear;
          animation: fadeIn 0.3s linear, zoomIn 0.3s linear;
}
.content-product .hover-slider-indicator .hover-slider-indicator-dot.active {
  background-color: var(--et_active-color);
}
.content-product .product-title a {
  display: block;
  width: 100%;
}
.content-product .price {
  width: 100%;
  margin-top: 1px;
  display: block;
}
.content-product .price ins {
  background-color: transparent;
}
.content-product .sku_wrapper {
  display: inline-block;
  width: 100%;
}
.product.none {
  display: block;
}
.product-image-wrapper {
  position: relative;
  overflow: hidden;
}
.product-image-wrapper .footer-product .wcpv-sold-by-loop {
  display: none !important;
}
.outofstock .footer-product .et-wishlist-holder:after,
.et_cart-off .footer-product .et-wishlist-holder:after,
.outofstock .footer-product .xstore-wishlist:after,
.et_cart-off .footer-product .xstore-wishlist:after,
.outofstock .footer-product .xstore-compare,
.et_cart-off .footer-product .xstore-compare {
  display: none;
}
.outofstock.product-view-mask .footer-product,
.et_cart-off.product-view-mask .footer-product,
.outofstock.product-view-info .footer-product,
.et_cart-off.product-view-info .footer-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.outofstock.product-view-mask .footer-product .show-quickly,
.et_cart-off.product-view-mask .footer-product .show-quickly,
.outofstock.product-view-info .footer-product .show-quickly,
.et_cart-off.product-view-info .footer-product .show-quickly,
.outofstock.product-view-mask .footer-product .et-wishlist-holder,
.et_cart-off.product-view-mask .footer-product .et-wishlist-holder,
.outofstock.product-view-info .footer-product .et-wishlist-holder,
.et_cart-off.product-view-info .footer-product .et-wishlist-holder,
.outofstock.product-view-mask .footer-product .xstore-wishlist,
.et_cart-off.product-view-mask .footer-product .xstore-wishlist,
.outofstock.product-view-info .footer-product .xstore-wishlist,
.et_cart-off.product-view-info .footer-product .xstore-wishlist {
  position: relative;
  -webkit-transform: none;
          transform: none;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.outofstock.product-view-mask .footer-product .et-wishlist-holder,
.et_cart-off.product-view-mask .footer-product .et-wishlist-holder,
.outofstock.product-view-info .footer-product .et-wishlist-holder,
.et_cart-off.product-view-info .footer-product .et-wishlist-holder,
.outofstock.product-view-mask .footer-product .xstore-wishlist,
.et_cart-off.product-view-mask .footer-product .xstore-wishlist,
.outofstock.product-view-info .footer-product .xstore-wishlist,
.et_cart-off.product-view-info .footer-product .xstore-wishlist {
  border: none;
}
.outofstock:not(.single-product) .footer-product .button:not(.compare):not(.add_to_wishlist),
.et_cart-off .footer-product .button:not(.compare):not(.add_to_wishlist) {
  display: none !important;
}
.add_to_cart_button.loading,
.show-quickly.loading,
.single_add_to_cart_button.loading,
.add_to_cart_button.loading:before,
.show-quickly.loading:before,
.single_add_to_cart_button.loading:before {
  color: transparent !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.add_to_cart_button.loading svg,
.show-quickly.loading svg,
.single_add_to_cart_button.loading svg {
  fill: currentColor !important;
}
.add_to_cart_button.loading:before,
.show-quickly.loading:before,
.single_add_to_cart_button.loading:before {
  background: transparent !important;
}
.add_to_cart_button .et-loader,
.show-quickly .et-loader,
.single_add_to_cart_button .et-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
}
.add_to_cart_button .loader-circular,
.show-quickly .loader-circular,
.single_add_to_cart_button .loader-circular {
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  bottom: auto;
  margin: 0;
}
.rtl .add_to_cart_button .loader-circular,
.rtl .show-quickly .loader-circular,
.rtl .single_add_to_cart_button .loader-circular {
  left: auto;
  right: calc(50% - 15px);
}
.adding-to-cart .add_to_cart_button.added,
.adding-to-cart .single_add_to_cart_button.added {
  position: relative;
}
.adding-to-cart .add_to_cart_button.added,
.adding-to-cart .single_add_to_cart_button.added,
.adding-to-cart .add_to_cart_button.added:before,
.adding-to-cart .single_add_to_cart_button.added:before {
  color: transparent !important;
}
.adding-to-cart .add_to_cart_button.added:after,
.adding-to-cart .single_add_to_cart_button.added:after {
  content: '\e918';
  font-family: 'xstore-icons';
  color: var(--loader-side-color, var(--et_btn-color));
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: none;
  transition: none;
  height: auto;
  bottom: auto;
  width: auto;
  background: transparent;
}
.adding-to-cart .add_to_cart_button.added:hover:after,
.adding-to-cart .single_add_to_cart_button.added:hover:after {
  color: var(--loader-side-color, var(--et_btn-color-hover));
}
.adding-to-cart .single_add_to_cart_button.added:after {
  color: var(--loader-side-color, #fff);
}
.view-color-dark .adding-to-cart .add_to_cart_button.added:not(:hover):before,
.view-color-dark.product-view-light .product-details .add_to_cart_button.added:before,
.view-color-dark.product-view-light .product-details .add_to_cart_button.added:hover:before {
  color: var(--et_dark-color);
}
.add_to_cart_button .loader-path,
.show-quickly .loader-path,
.single_add_to_cart_button .loader-path,
.product-view-light .product-details .add_to_cart_button:hover .loader-path {
  stroke: var(--loader-side-color, var(--et_dark-2-white));
}
.product-stock {
  font-size: 1.14rem;
  color: var(--et_main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 400px;
  margin: 15px auto 25px;
  margin-bottom: 25px !important;
}
.product-stock.step-1 .stock-count {
  color: var(--product-stock-step-1-active-color);
}
.product-stock.step-1 .stock-line-inner {
  background: var(--product-stock-step-1-active-color);
}
.product-stock.step-2 .stock-count {
  color: var(--product-stock-step-2-active-color);
}
.product-stock.step-2 .stock-line-inner {
  background: var(--product-stock-step-2-active-color);
}
.product-stock.step-3 .stock-count {
  color: var(--product-stock-step-3-active-color);
}
.product-stock.step-3 .stock-line-inner {
  background: var(--product-stock-step-3-active-color);
}
.product-stock .stock-count {
  display: inline-block;
}
.product-stock .stock-in {
  margin-right: 5px;
}
.product-stock .stock-out .stock-count {
  color: var(--et_font-color);
}
.product-stock .stock-line {
  height: 4px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background: var(--et_border-color);
  margin-top: 3px;
}
.product-stock .stock-line-inner {
  display: block;
  height: 100%;
}
.product-stock + .et-timer {
  margin-top: 0 !important;
}
.et_product-block > .product-stock,
.product-information .product-stock,
form.cart .product-stock {
  max-width: unset;
}
.stock.step-1 {
  color: var(--product-stock-step-1-active-color);
}
.stock.step-2 {
  color: var(--product-stock-step-2-active-color);
}
.stock.step-3 {
  color: var(--product-stock-step-3-active-color);
}
.cart .stock {
  width: 100%;
}
p.stock:before,
.wishlist-in-stock:before,
.wishlist-out-of-stock:before {
  font-family: 'xstore-icons';
  margin-right: 5px;
}
p.stock.in-stock:before,
p.stock.available-on-backorder:before,
.product-stock-status .wishlist-in-stock:before {
  content: '\e918';
}
p.stock.out-of-stock:before,
.product-stock-status .wishlist-out-of-stock:before {
  content: '\e900';
}
.product-details {
  position: relative;
  padding-bottom: 12px;
}
.product-details > *:not(a) {
  margin-bottom: 0;
  line-height: 1.5;
}
.product-details .compare,
.product-details .xstore-compare {
  font-size: 1.14rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0.79em;
}
.product-details .xstore-compare {
  position: relative;
  display: none;
}
.product-details .xstore-compare .et-icon {
  color: currentColor;
}
.product-details .sales-booster-total-sales {
  font-size: calc(var(--p-font-size,1.28rem) - .14rem);
}
.product-details .star-rating + .button + .button,
.product-details .price + .button,
.products-list .wcpv-sold-by-loop + .button {
  margin-top: 15px;
}
.item-colors li a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.item-colors li a:hover {
  opacity: 0.6;
}
.productCarousel .swiper-slide {
  padding: 10px 10px 0;
  margin-right: 0!important;
}
.productCarousel .content-product > img {
  display: none;
}
.products-loop .outofstock .out-of-stock + .product-content-image,
.productCarousel .outofstock .out-of-stock + .product-content-image {
  pointer-events: none;
}
.product-slide .content-product {
  margin-bottom: 0;
}
.productAnimated {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-fade {
  opacity: 0;
}
.product-faded {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .content-product .product-content-image img {
    width: 100%;
  }
  .hide-hover-on-mobile .hover-effect-slider .sm-arrow,
  .hide-hover-on-mobile .footer-product,
  .products-grid .hide-hover-on-mobile .light-right-side {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .item-colors li a {
    width: 16px;
    height: 16px;
  }
}
/* end of new footer */
.product-spacer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background-color: var(--et_container-bg-color, #fff);
}
.product-fadeIn-area {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  padding: 10px 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-has-fadeIn-content {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.product-has-fadeIn-content .product-image-wrapper,
.product-has-fadeIn-content .product-details {
  z-index: 1;
}
.product-has-fadeIn-content:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: visible !important;
  z-index: 4;
}
.product-has-fadeIn-content:hover .product-spacer {
  opacity: 1;
  visibility: visible;
}
.product-has-fadeIn-content:hover .product-fadeIn-area {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.product-has-fadeIn-content .product-more-info-btn {
  margin-top: 12px;
}
.product-has-fadeIn-content .product-more-info-inner {
  position: relative;
  max-height: 20em;
  overflow: auto;
  -webkit-padding-end: 3px;
          padding-inline-end: 3px;
}
.product-has-fadeIn-content .product-more-info-inner.limited-height {
  overflow: hidden;
  max-height: calc(var(--p-line-height, 1.6) * 3em);
}
.product-has-fadeIn-content .shop_attributes {
  line-height: 1.4;
}
.product-has-fadeIn-content .shop_attributes th,
.product-has-fadeIn-content .shop_attributes tr:first-child td {
  padding-top: 0;
  padding-bottom: 0;
}
.product-has-fadeIn-content .shop_attributes tr:not(:last-child) {
  border-bottom: none;
}
.swiper-slide .product-fadeIn-area {
  position: static;
}
.content-product .quantity {
  margin-right: 0;
  margin-left: 7px;
}
.content-product .quantity .hover-slider-indicator {
  left: auto;
  right: 7px;
}
/*===================================================
=            Content for categories grid            =
===================================================*/
.category-grid {
  position: relative;
  margin-bottom: 30px;
}
.category-grid > a {
  overflow: hidden;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
.category-grid .categories-mask {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.category-grid .categories-mask h4 {
  color: inherit;
  margin-bottom: 0.1em;
  font-size: 1rem;
}
.category-grid .categories-mask .count {
  display: inline-block;
  background-color: transparent;
  color: inherit;
  text-transform: none;
  text-decoration: none;
}
.category-grid img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.category-grid .categories-mask {
  position: absolute;
  left: calc(1.45rem + 15px);
  right: calc(1.45rem + 15px);
  padding: 13px 22px 10px;
  color: #fff;
}
.category-grid .categories-mask .count,
.category-grid .categories-mask sup {
  color: inherit;
  opacity: 0.7;
}
.category-grid .categories-mask a {
  display: block;
  color: currentColor;
}
.category-grid .category-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.category-grid.text-color-dark .categories-mask {
  color: var(--et_dark-color);
}
.category-grid.text-color-dark .count,
.category-grid.text-color-dark sup {
  color: var(--et_main-color);
}
.category-grid.text-color-white.style-with-bg .categories-mask {
  background: var(--et_dark-color);
}
.category-grid.valign-center .categories-mask {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.category-grid.valign-top .categories-mask {
  top: 1.43em;
}
.category-grid.valign-bottom .categories-mask {
  bottom: 1.43em;
}
.category-grid.content-under .categories-mask {
  position: static;
  -webkit-transform: none;
          transform: none;
  width: 100%;
}
.category-grid.style-with-bg .categories-mask {
  background: #fff;
}
.category-grid.style-default:hover img,
.category-grid.style-with-bg:hover img {
  opacity: 0.8;
}
.category-grid.style-zoom img,
.category-grid.style-diagonal img,
.category-grid.style-zoom .category-bg,
.category-grid.style-diagonal .category-bg {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.category-grid.style-zoom:hover img,
.category-grid.style-diagonal:hover img,
.category-grid.style-zoom:hover .category-bg,
.category-grid.style-diagonal:hover .category-bg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.category-grid.style-diagonal {
  overflow: hidden;
}
.category-grid.style-diagonal.category-list-item:before {
  display: none;
}
.category-grid.style-diagonal:before,
.category-grid.style-diagonal.category-list-item .category-image:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 100px;
  background: rgba(255, 255, 255, 0.3);
  content: '';
  -webkit-transition: transform 0.9s ease-out;
  -webkit-transition: -webkit-transform 0.9s ease-out;
  transition: -webkit-transform 0.9s ease-out;
  transition: transform 0.9s ease-out;
  transition: transform 0.9s ease-out, -webkit-transform 0.9s ease-out;
  z-index: 1;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.category-grid.style-diagonal:hover:before,
.category-grid.style-diagonal.category-list-item:hover .category-image:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 400%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 400%, 0);
}
.categories-grid {
  position: relative;
}
.categories-grid.no-space {
  margin-left: 0;
  margin-right: 0;
}
.categories-grid.no-space .category-grid {
  padding: 0;
  margin: 0;
}
.categories-grid.no-space .category-grid > a {
  overflow: visible;
}
.product-category {
  text-align: center;
}
.product-category.columns-5 {
  width: 20%;
}
.product-category.columns-5:nth-child(5n+1) {
  clear: both;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .swiper-entry .category-grid.columns-6,
  .swiper-entry .category-grid.columns-5,
  .swiper-entry .category-grid.columns-4 {
    width: 33.33%;
  }
  .swiper-entry .category-grid.columns-6:nth-child(3n+1),
  .swiper-entry .category-grid.columns-5:nth-child(3n+1),
  .swiper-entry .category-grid.columns-4:nth-child(3n+1) {
    clear: both;
  }
  .swiper-entry .category-grid.columns-6:nth-child(4n+1),
  .swiper-entry .category-grid.columns-5:nth-child(4n+1),
  .swiper-entry .category-grid.columns-4:nth-child(4n+1) {
    clear: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-entry .category-grid.columns-6,
  .swiper-entry .category-grid.columns-5,
  .swiper-entry .category-grid.columns-4 {
    width: 50%;
  }
  .swiper-entry .category-grid.columns-6:nth-child(2n+1),
  .swiper-entry .category-grid.columns-5:nth-child(2n+1),
  .swiper-entry .category-grid.columns-4:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .category-grid.columns-3:nth-child(3n+1),
  .category-grid.columns-2:nth-child(2n+1),
  .category-grid.columns-4:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-entry .category-grid.columns-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .category-grid .categories-mask {
    padding: 0.6em;
    left: 1.43em;
    right: 1.43em;
  }
  .category-grid .categories-mask h4 {
    font-size: 1.3rem;
  }
}
/*=====  End of Content for categories grid  ======*/
.main-products-loop .products-list .product .product-details .product-excerpt,
#products-wrapper .products-list .product .product-details .product-excerpt {
  line-height: 1.8;
}
.main-products-loop .products-list:not(.products-with-custom-template-grid) > div:not(.product-category),
#products-wrapper .products-list:not(.products-with-custom-template-grid) > div:not(.product-category),
.main-products-loop .products-list:not(.products-with-custom-template-grid) .ajax-content > div:not(.product-category),
#products-wrapper .products-list:not(.products-with-custom-template-grid) .ajax-content > div:not(.product-category) {
  width: 100%;
}
/* Product description on grid/list layout */
.products-grid .product-excerpt {
  margin-top: 5px;
  margin-bottom: 5px;
}
.products-list .product-excerpt {
  margin-bottom: 20px;
}
.products-list .product-details {
  text-align: start;
}
.products-list .content-product .star-rating {
  margin-left: 0;
  display: inline-block;
}
.products-list .product-image-wrapper.hover-effect-swap .image-swap {
  top: auto;
}
.products-list .product-image-wrapper {
  width: 35%;
}
.products-grid .product-details .button:not(.compare),
.product-slide .product-details .button:not(.compare) {
  margin-top: 15px;
}
.products-grid .product-details .quantity-wrapper .button,
.product-slide .product-details .quantity-wrapper .button {
  margin-top: 0;
}
.products-list .product-content-image,
.product-view-booking .product-content-image {
  position: relative;
}
.content:not(.main-products-loop) .products-list.row-count-3 .footer-product .button,
.content:not(.main-products-loop) .products-list.row-count-2 .footer-product .button {
  font-size: 0;
}
.content:not(.main-products-loop) .products-list.row-count-3 .wcpv-sold-by-loop,
.content:not(.main-products-loop) .products-list.row-count-2 .wcpv-sold-by-loop {
  display: none;
}
.products-bordered-layout:not(.with-ajax),
.products-bordered-layout.with-ajax .ajax-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid var(--et_border-color);
  border-left: 1px solid var(--et_border-color);
  margin-left: 15px;
  margin-right: 15px;
}
.products-bordered-layout:not(.with-ajax) > div,
.products-bordered-layout.with-ajax .ajax-content > div {
  border-bottom: 1px solid var(--et_border-color);
  border-right: 1px solid var(--et_border-color);
}
.products-bordered-layout .product-category,
.products-bordered-layout .content-product {
  margin: 0;
}
.products-bordered-layout .product-details {
  padding-bottom: 15px;
}
.products-bordered-layout .product-image-wrapper,
.products-bordered-layout.products-list .content-product {
  margin-top: 15px;
  margin-bottom: 15px;
}
.products-bordered-layout ~ .after-shop-loop .dokan-pagination-container,
.products-bordered-layout ~ .after-shop-loop .etheme-pagination,
.products-bordered-layout ~ .after-shop-loop .woocommerce-pagination {
  border-top: none;
}
.products-no-space:not(.with-ajax),
.products-no-space.with-ajax .ajax-content {
  margin-left: 15px;
  margin-right: 15px;
}
.products-no-space:not(.with-ajax) > div,
.products-no-space.with-ajax .ajax-content > div {
  padding: 0;
}
.products-no-space:not(.with-ajax) .product-image-wrapper,
.products-no-space.with-ajax .ajax-content .product-image-wrapper {
  margin-top: 0;
}
.products-no-space:not(.with-ajax) .product-view-overlay .product-image-wrapper,
.products-no-space.with-ajax .ajax-content .product-view-overlay .product-image-wrapper {
  margin: 0;
}
.products-no-space:not(.with-ajax) .content-product,
.products-no-space.with-ajax .ajax-content .content-product {
  margin: 0;
}
.etheme-woocommerce-categories-products-separator {
  clear: both;
  padding-top: 30px !important;
  width: 100%;
  grid-column-start: 1;
  grid-column-end: calc(var(--cols,4) + 1);
}
.products-bordered-layout:not(.with-ajax) .etheme-woocommerce-categories-products-separator,
.products-bordered-layout.with-ajax .ajax-content .etheme-woocommerce-categories-products-separator {
  width: calc(100% + 2px);
  margin: 0 -1px;
  border-left: none;
  border-right: none;
  background-color: var(--et_container-bg-color, var(--et_white-2-dark));
}
.products-loop:has(.etheme-woocommerce-categories-products-separator):not(.with-ajax),
.products-loop.with-ajax:has(.etheme-woocommerce-categories-products-separator) .ajax-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 993px) {
  .products-hover-shadow:not(.with-ajax) .product:hover .content-product,
  .products-hover-shadow.with-ajax .ajax-content .product:hover .content-product {
    -webkit-box-shadow: 0 0 7px 0 var(--et_dark-2-white-01);
            box-shadow: 0 0 7px 0 var(--et_dark-2-white-01);
    z-index: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .products-hover-shadow:not(.with-ajax) .content-product,
  .products-hover-shadow.with-ajax .ajax-content .content-product,
  .products-hover-shadow:not(.with-ajax) .product-spacer,
  .products-hover-shadow.with-ajax .ajax-content .product-spacer {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: var(--et_container-bg-color, var(--et_white-2-dark));
  }
  .products-hover-shadow:not(.with-ajax) .product-has-fadeIn-content:hover .content-product,
  .products-hover-shadow.with-ajax .ajax-content .product-has-fadeIn-content:hover .content-product {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .products-hover-shadow:not(.with-ajax) .product-has-fadeIn-content:hover .product-spacer,
  .products-hover-shadow.with-ajax .ajax-content .product-has-fadeIn-content:hover .product-spacer {
    -webkit-box-shadow: 0 0 7px 0 var(--et_dark-2-white-01);
            box-shadow: 0 0 7px 0 var(--et_dark-2-white-01);
  }
  .products-hover-shadow.swiper-container {
    padding: 16px 12px;
  }
  .products-list .content-product {
    display: table;
    table-layout: fixed;
  }
  .products-list .content-product .product-image-wrapper {
    display: table-cell;
    float: none;
    margin-right: 0;
    vertical-align: middle;
  }
  .products-list .content-product .product-image-wrapper img {
    width: 100%;
  }
  .products-list .content-product .product-details {
    float: none;
    width: 65%;
    padding-left: 30px;
    vertical-align: middle;
    display: table-cell;
  }
  .products-list.row-count-2 .product-image-wrapper {
    min-width: auto;
  }
  .products-grid.row-count-6 .product-view-mask2 .footer-product {
    width: 30px;
    right: calc(1.45rem/2);
    bottom: calc(1.45rem/2);
  }
  .products-grid.row-count-6 .product-view-mask2 .footer-product .show-quickly,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .xstore-wishlist,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .xstore-compare,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .button,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .et-wishlist-holder,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .by-vendor-name-link,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .pre_order_loop,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .wcmp_add_to_cart_message {
    height: 30px;
  }
  .products-grid.row-count-6 .product-view-mask2 .footer-product .compare:before,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .show-quickly:before,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .xstore-wishlist .et-icon,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .xstore-compare .et-icon,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .button:before,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .add_to_cart_button:after,
  .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-add-to-wishlist .show a:before,
  .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-wishlistexistsbrowse a:before,
  .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-wishlistaddedbrowse a:before,
  .products-grid.row-count-6 .product-view-mask2 .content-product .yith-wcwl-add-button a:before,
  .products-grid.row-count-6 .product-view-mask2 .content-product .wishlist-fragment a:before,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .by-vendor-name-link:before,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .pre_order_loop:before,
  .products-grid.row-count-6 .product-view-mask2 .footer-product .wcmp_add_to_cart_message:before {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .products-list.row-count-3 .product {
    width: 50%;
  }
  .products-list.row-count-3 .product:nth-child(3n+1) {
    clear: none;
  }
  .products-list.row-count-3 .product:nth-child(2n+1) {
    clear: both;
  }
  .products-list.row-count-2 .product-image-wrapper {
    min-width: 150px;
  }
  .products-list .product-view-info .footer-product .button:before {
    left: 6px;
  }
  .products-list .content-product .product-details {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .products-list.row-count-2 .product-image-wrapper {
    width: 100%;
  }
  .products-list .product-image-wrapper {
    width: 100%;
  }
  .products-list .product-excerpt {
    overflow: hidden;
  }
  .products-list .content-product .product-details {
    width: auto;
  }
  .products-list .product .product-image-wrapper {
    margin-right: 30px;
  }
  .main-products-loop .products-list .product-view-booking .product-image-wrapper {
    width: 28%;
  }
  .main-products-loop .products-list .product-image-wrapper {
    width: 35%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .products-list .product {
    margin-bottom: 30px;
  }
  .products-list .product .content-product {
    margin-bottom: 0;
  }
  .products-list .product .product-details {
    width: 100%;
    text-align: start !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .products-list .product .product-image-wrapper {
    position: relative;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .products-list .product .product-image-wrapper {
    width: 100% !important;
    margin-bottom: 1.43em;
    min-width: 1px !important;
    float: none;
  }
  .products-list.row-count-3 .product {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .products-list .product,
  .products-grid .product {
    width: 100%;
  }
}
.products-bordered-layout:not(.with-ajax),
.products-bordered-layout.with-ajax .ajax-content {
  border-left: none;
  border-right: 1px solid var(--et_border-color);
}
.products-bordered-layout:not(.with-ajax) > div,
.products-bordered-layout.with-ajax .ajax-content > div {
  border-right: none;
  border-left: 1px solid var(--et_border-color);
}
@media only screen and (min-width: 993px) {
  .products-list .content-product .product-details {
    padding-right: 30px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .products-list .product .product-image-wrapper {
    margin-right: 0;
    margin-left: 30px;
  }
  .main-products-loop .products-list .product-image-wrapper {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .products-list .product .product-image-wrapper {
    float: right;
  }
}
/*========================================
=            Track order page            =
========================================*/
.track_order .form-row {
  width: 100%;
  padding: 0;
}
.track_order .button {
  background-color: var(--et_btn-dark-bg-color);
  border: 1px solid var(--et_btn-dark-br-color);
  color: var(--et_btn-dark-color);
  -webkit-text-fill-color: currentColor;
}
.track_order .button:hover {
  background-color: var(--et_btn-dark-bg-color-hover);
  border-color: var(--et_btn-dark-br-color-hover);
  color: var(--et_btn-dark-color-hover);
}
.woocommerce-thankyou-order-received:before {
  content: "\e942";
}
/*=====  End of Track order page  ======*/
/*========================================
=            Thanks order page            =
========================================*/
.woocommerce-thankyou-order-details li,
.order_details.bacs_details li {
  list-style: none;
}
/*=====  End of Thanks order page  ======*/
.wcpv-vendor-logo,
.wcpv-vendor-logo + small {
  text-align: center;
}
.wcpv-star-rating {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
.wcpv-vendor-profile {
  text-align: center;
}
.woosb-qty-input .quantity {
  margin: 0;
}
.woosb-qty-input-minus,
.woosb-qty-input-plus {
  height: 38px;
}
.wcppec-checkout-buttons {
  margin: 0;
}
.wcppec-checkout-buttons__button {
  padding-top: 0;
}
#stripe-alipay-payment-data p {
  margin-bottom: 0;
}
#subscriptio_stripe-card-expiry-month,
#subscriptio_stripe-card-expiry-year {
  padding: 0 2.9em 0 1em !important;
}
#subscriptio_stripe-card-expiry-month {
  margin-bottom: 15px;
}
.bundled_table_item .bundled_table_item_indent {
  padding-left: 0;
}
.express_checkout_button a {
  display: block;
  height: auto;
  padding: 0 !important;
}
.express_checkout_button a input {
  min-width: 1px;
}
.express_checkout_button a:hover,
.express_checkout_button a:hover input {
  background-color: transparent !important;
}
.et-quick-view-wrapper .woocommerce-product-gallery .threesixty-image {
  width: 100% !important;
}
.mfp-content .threesixty-image {
  z-index: 1047;
}
.threesixty-nav-bar {
  top: auto !important;
  bottom: 15px;
  right: 50% !important;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.threesixty-nav-bar a {
  background-image: url(/wp-content/themes/xstore/css/modules/woocommerce/../../../images/holly_green.png) !important;
}
.cart_item .WooZone-country-check-small,
.cart_item .WooZone-country-check-small span {
  width: auto!important;
  height: auto;
  background-color: transparent !important;
  float: right;
  margin-left: 5px;
  line-height: 30px;
}
.cart_item .WooZone-cc_domain {
  float: left !important;
}
.wcpv-sold-by-cart a {
  margin-bottom: 0;
  font-size: 1rem !important;
}
.product-content .wcppec-checkout-buttons {
  text-align: left;
  text-align: start;
}
.threesixty-image {
  border-radius: 0 !important;
}
.threesixty-spinner {
  border-radius: 0 !important;
  width: 50px !important;
  height: 25px !important;
  left: calc(50% - 25px) !important;
  margin-top: 0 !important;
}
.threesixty-spinner span {
  font-family: inherit !important;
  line-height: 25px !important;
}
.threesixty-gray .noUi-target {
  border-radius: 0;
  border-color: var(--et_border-color);
}
.threesixty-gray .noUi-target .noUi-handle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: var(--et_border-color) !important;
  background: #fafafa !important;
}
.threesixty-gray .noUi-target .noUi-origin {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
}
.threesixty-gray .noUi-target .noUi-base {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--et_main-color);
}
/*!/wp-content/themes/xstore/css/swatches.css*/
.st-swatch-in-loop {
  margin-top: 6px;
}
.st-swatch-in-loop .st-swatch-et-disabled li:before,
.st-swatch-in-loop .st-swatch-et-disabled li:after {
  display: none !important;
}
.st-swatch-in-loop + .switcher-wrapper {
  margin-top: 10px;
}
.product-details .st-swatch-in-loop:not(.st-swatch-popup):first-child {
  margin-bottom: 7px;
}
.product-details .st-swatch-popup .st-swatch-preview-wrap .button {
  z-index: 1;
}
.product-details .st-swatch-popup .st-swatch-preview-wrap .button:not(.compare) {
  margin-top: 4px;
}
.product-details .st-swatch-popup .st-swatch-preview-wrap .quantity-wrapper .button:not(.compare) {
  margin-top: 0;
}
.st-label-swatch + select,
.st-color-swatch + select,
.st-image-swatch + select {
  display: none !important;
  margin: 0 !important;
}
ul.st-swatch-preview {
  display: block;
  list-style: none;
  margin: 0 0 -6px;
  padding: 0;
}
.variations_form .st-swatch-preview-single-product,
.et-quick-view-wrapper .st-swatch-preview {
  padding-left: 0;
  padding-right: 0;
}
ul.st-swatch-preview-single-product {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
}
ul.st-swatch-preview-single-product li {
  margin-bottom: 0 !important;
}
ul.st-swatch-preview-single-product li.type-label {
  margin-bottom: 10px !important;
}
ul.st-swatch-preview-single-product.st-swatch-shape-square {
  margin-bottom: 4px;
}
.variations_form tr:last-child .st-swatch-preview {
  margin-bottom: 9px;
}
ul.st-swatch-preview li:not(.type-select) a,
.st-item-meta li:not(.type-select) a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: static !important;
}
ul.st-swatch-preview .et_show-more-attr,
.st-item-meta .et_show-more-attr {
  color: #888;
  border-color: transparent !important;
  text-transform: lowercase;
}
.swiper-container .et_st-swatch-select-list {
  bottom: 100%;
  border-top: 1px solid var(--et_inputs-border-color, var(--et_border-color));
  border-bottom: none;
  -webkit-animation-name: et-dropdown-top;
          animation-name: et-dropdown-top;
}
.et_st-swatch-select-list {
  position: absolute;
  background: var(--et_white-2-dark);
  color: var(--et_dark-2-white);
  left: 0;
  right: 0;
  -webkit-animation: et-dropdown 0.3s;
          animation: et-dropdown 0.3s;
  border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
  border-top: none;
  z-index: 1;
}
.et_st-swatch-select-list ul {
  overflow: hidden;
  overflow-y: auto;
  max-height: 230px;
  padding: 10px 0;
  margin: 0;
  text-align: start;
}
.et_st-swatch-select-list li {
  padding: 0;
  margin: 0 !important;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 1.2;
  font-size: 1.14rem;
}
.et_st-swatch-select-list li.sten-li-disabled {
  opacity: 0.5 !important;
}
.et_st-swatch-select-list li:hover,
.et_st-swatch-select-list li.selected {
  opacity: 0.7;
  background: #f1f1f1;
}
.et_st-swatch-select-list li > span {
  padding: 10px 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.et_st-swatch-select-title {
  position: relative;
  -webkit-padding-end: 2.4em;
          padding-inline-end: 2.4em;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
  border-radius: var(--et_inputs-border-radius, 0);
  color: var(--et_main-color);
  height: var(--et_inputs-height, 2.642rem);
  line-height: var(--et_inputs-height, 2.642rem);
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: start;
  background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
  background-image: var(--et_select-arrow-opened);
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}
.et_st-swatch-select-title:after {
  content: '';
  position: absolute;
  -webkit-border-end: 1px solid var(--et_inputs-border-color, var(--et_border-color));
          border-inline-end: 1px solid var(--et_inputs-border-color, var(--et_border-color));
  top: 0;
  bottom: 0;
  -webkit-padding-end: calc(100% - 1em - 12px - 20px);
          padding-inline-end: calc(100% - 1em - 12px - 20px);
}
.et_st-swatch-select-title .st-attribute-price {
  color: var(--et_dark-2-white);
  font-size: 85%;
  display: inline-block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
}
.et_st-swatch-select-title .st-attribute-price del {
  display: none;
}
.et_st-swatch-select-title .st-attribute-price .price {
  color: currentColor;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .et_st-swatch-select-list li,
  .et_st-swatch-select-title {
    font-size: 1rem;
  }
}
.et_st-swatch-select-wrapper {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.et_st-swatch-select-wrapper:hover,
.et_st-swatch-select-wrapper.active {
  z-index: 3;
}
@media (hover: hover) {
  .et_st-swatch-select-wrapper:not(:hover) .et_st-swatch-select-title {
    background-image: var(--et_select-arrow-closed);
  }
  .et_st-swatch-select-wrapper:not(:hover) .et_st-swatch-select-list {
    display: none;
  }
}
@media (hover: none) {
  .et_st-swatch-select-wrapper:not(.active) .et_st-swatch-select-title {
    background-image: var(--et_select-arrow-closed);
  }
  .et_st-swatch-select-wrapper:not(.active) .et_st-swatch-select-list {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .et_st-swatch-select-wrapper .st-attribute-price {
    display: none !important;
  }
}
.et_st-select-holder-last .et_st-swatch-select-wrapper {
  margin-bottom: 0;
}
.et_st-select-holder-last + .et_st-default-holder {
  margin-top: 10px;
}
.et_st-select-holder:not(.et_st-select-holder-last) .st-attribute-price {
  display: none;
}
@media only screen and (min-width: 769px) {
  .hide-product-price .product-details > .price,
  .hide-product-price .et-content-inner > .price {
    display: none;
  }
}
.has-select-swatch-only .et-st-disabled {
  cursor: not-allowed;
}
.has-select-swatch-only .et-st-disabled:hover {
  color: var(--et_btn-color);
  background-color: var(--et_btn-bg-color);
  border-color: var(--et_btn-br-color);
}
.sten-reset-loop-variation {
  font-size: 0.85rem;
  text-transform: lowercase;
  display: inline-block;
  margin-top: 5px;
}
ul.st-swatch-preview li,
.st-item-meta .st-swatch-preview {
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 3px 6px;
  border: 1px solid var(--et_border-color);
  cursor: pointer;
  position: relative;
  width: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.st-swatch-preview li span,
.st-item-meta .st-swatch-preview span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
ul.st-swatch-preview li .st-attribute-price,
.st-item-meta .st-swatch-preview .st-attribute-price {
  display: inline-block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
ul.st-swatch-preview li .st-attribute-price span,
.st-item-meta .st-swatch-preview .st-attribute-price span {
  display: inline-block;
  overflow: visible;
}
ul.st-swatch-preview li.et_show-more-attr,
.st-item-meta .st-swatch-preview.et_show-more-attr {
  font-size: 1rem;
  line-height: 1;
}
ul.st-swatch-preview li.type-image span,
.st-item-meta .st-swatch-preview.type-image span,
ul.st-swatch-preview li.type-color span,
.st-item-meta .st-swatch-preview.type-color span,
ul.st-swatch-preview li.type-color:before,
.st-item-meta .st-swatch-preview.type-color:before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
ul.st-swatch-preview li.type-color:before,
.st-item-meta .st-swatch-preview.type-color:before {
  content: '';
  position: absolute;
  border-radius: inherit;
  background: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  pointer-events: none;
  z-index: 1;
}
ul.st-swatch-preview li.type-color.sten-li-disabled,
.st-item-meta .st-swatch-preview.type-color.sten-li-disabled {
  cursor: not-allowed;
}
ul.st-swatch-preview li.type-color.sten-li-disabled:before,
.st-item-meta .st-swatch-preview.type-color.sten-li-disabled:before {
  background-color: rgba(255, 255, 255, 0.5);
}
ul.st-swatch-preview li.type-color.sten-li-disabled span:after,
.st-item-meta .st-swatch-preview.type-color.sten-li-disabled span:after {
  background: transparent;
}
ul.st-swatch-preview li.type-color ~ .et_show-more-attr,
.st-item-meta .st-swatch-preview.type-color ~ .et_show-more-attr {
  vertical-align: 5px;
}
ul.st-swatch-preview li.type-select,
.st-item-meta .st-swatch-preview.type-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
}
ul.st-swatch-preview li.type-image ~ .et_show-more-attr,
.st-item-meta .st-swatch-preview.type-image ~ .et_show-more-attr {
  vertical-align: 9px;
}
ul.st-swatch-preview li.type-label,
.st-item-meta .st-swatch-preview.type-label {
  line-height: 1;
}
ul.st-swatch-preview li.type-label a,
.st-item-meta .st-swatch-preview.type-label a,
ul.st-swatch-preview li.type-label span,
.st-item-meta .st-swatch-preview.type-label span {
  text-transform: uppercase;
  line-height: 1;
}
ul.st-swatch-preview li.type-label ~ .et_show-more-attr,
.st-item-meta .st-swatch-preview.type-label ~ .et_show-more-attr {
  vertical-align: 0;
}
ul.st-swatch-size-normal {
  margin: 4px -4px 0;
}
ul.st-swatch-size-normal.st-swatch-shape-square {
  margin: 4px -4px -4px;
}
ul.st-swatch-size-normal.st-swatch-shape-square li {
  margin: 0 4px 4px;
}
ul.st-swatch-size-normal li {
  margin: 0 4px;
}
ul.st-swatch-size-normal li.type-label {
  min-width: 20px;
}
ul.st-swatch-size-normal li.type-label a,
ul.st-swatch-size-normal li.type-label span {
  font-size: 0.72rem;
}
ul.st-swatch-size-normal li.type-label > a,
ul.st-swatch-size-normal li.type-label > span {
  padding: 0.285rem;
}
ul.st-swatch-size-normal li.type-image {
  width: 22px;
  height: 22px;
}
ul.st-swatch-size-normal li.type-color {
  width: 20px;
  height: 20px;
}
ul.st-swatch-size-normal li.type-color:before,
ul.st-swatch-size-normal li.type-color span {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}
ul.st-swatch-size-large {
  margin-left: -5px;
}
ul.st-swatch-size-large li {
  margin: 0 5px 14px;
}
ul.st-swatch-size-large li.type-label {
  min-width: 32px;
}
ul.st-swatch-size-large li.type-label a,
ul.st-swatch-size-large li.type-label span {
  font-size: 0.85rem;
}
ul.st-swatch-size-large li.type-label > a,
ul.st-swatch-size-large li.type-label > span {
  padding: 9px;
}
ul.st-swatch-size-large li.type-image {
  width: 34px;
  height: 34px;
}
ul.st-swatch-size-large li.type-image ~ .et_show-more-attr {
  vertical-align: 25px;
}
ul.st-swatch-size-large li.type-color {
  width: 30px;
  height: 30px;
}
ul.st-swatch-size-large li.type-color ~ .et_show-more-attr {
  vertical-align: 24px;
}
ul.st-swatch-size-large.type_title-price li.type-label {
  float: left;
  max-width: 110px;
}
ul.st-swatch-size-large.type_title-price li.type-label span.st-custom-attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.st-swatch-size-large.type_title-price li.type-label span .variation-title {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 11px;
}
.et_b_header-menu .secondary-menu-wrapper ul.st-swatch-size-normal li.type-image {
  width: 22px;
  height: 22px;
}
.et_b_header-menu .secondary-menu-wrapper ul.st-swatch-size-normal li.type-color {
  width: 20px;
  height: 20px;
}
.et_b_header-menu .secondary-menu-wrapper ul.st-swatch-size-large li.type-image {
  width: 34px;
  height: 34px;
}
.et_b_header-menu .secondary-menu-wrapper ul.st-swatch-size-large li.type-color {
  width: 30px;
  height: 30px;
}
.cart ul.st-swatch-size-large li.type-color ~ .et_show-more-attr {
  vertical-align: 10px;
}
.cart ul.st-swatch-size-large li.typetype-label ~ .et_show-more-attr {
  vertical-align: 0;
}
.cart ul.st-swatch-size-large li.type-image ~ .et_show-more-attr {
  vertical-align: 11px;
}
.st-swatch-preview-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: var(--et_container-bg-color, var(--et_white-2-dark));
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 100%;
}
.st-swatch-preview-wrap .et-delete {
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out 0.5s;
  transition: color 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out 0.5s;
  transition: transform 0.4s ease-in-out 0.5s, color 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out 0.5s, color 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out 0.5s;
  z-index: 1;
}
.st-swatch-preview-wrap .et-delete:after {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
.st-swatch-preview-wrap .et-delete:hover {
  color: var(--et_red-color);
}
.st-swatch-preview-wrap .compare {
  display: none;
}
.st-swatch-preview-wrap .price {
  width: 100%;
  margin-top: 1px;
}
.active:not(.clearfix) .st-swatch-preview-wrap {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.active:not(.clearfix) .st-swatch-preview-wrap .et-delete {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.active:not(.clearfix) .et_st-popup-holder,
.active:not(.clearfix) .st-swatch-preview-wrap .star-rating,
.active:not(.clearfix) .st-swatch-preview-wrap .price,
.active:not(.clearfix) .st-swatch-preview-wrap .button {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.et_st-popup-holder {
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  z-index: 1;
  width: 100%;
}
.et_st-popup-holder .st-swatch-preview {
  line-height: 1;
}
.et_st-popup-holder .st-swatch-preview:first-child {
  margin-top: 0;
}
.et_st-popup-holder .st-swatch-shape-circle:not(:first-child) {
  margin-top: 6px;
}
.et_st-popup-holder .st-swatch-shape-square li {
  margin-bottom: 6px;
}
.et_st-popup-holder .st-swatch-shape-square.st-swatch-size-normal {
  margin-bottom: -6px;
}
.st-swatch-preview-wrap .star-rating,
.st-swatch-preview-wrap .price,
.st-swatch-preview-wrap .button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.products-list .st-swatch-in-loop {
  margin-bottom: 10px;
}
.products-list .st-swatch-preview-wrap .price {
  margin-bottom: 5px;
}
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-color,
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-image {
  border-color: transparent;
}
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-color.st-swatch-white,
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-image.st-swatch-white {
  border-color: var(--et_border-color);
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal {
  margin: 0 -2px;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li {
  vertical-align: top;
  margin: 0 2px;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label {
  min-width: 16px;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label a,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label a,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label a,
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label span,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label span,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label span {
  font-size: 0.58rem;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label > a,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label > a,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label > a,
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label > span,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label > span,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-label > span {
  padding: 0.2rem;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-image,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-image,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-image {
  width: 16px;
  height: 16px;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-color,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-color,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.type-color {
  width: 16px;
  height: 16px;
}
.content-product .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.et_show-more-attr,
.etheme-product-grid-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.et_show-more-attr,
.etheme-product-list-item .st-swatch-popup > .et_st-default-holder ul.st-swatch-size-normal li.et_show-more-attr {
  position: relative;
  font-size: 0.9rem;
  vertical-align: 4px;
}
.content-product .st-swatch-popup .star-rating,
.etheme-product-grid-item .st-swatch-popup .star-rating,
.etheme-product-list-item .st-swatch-popup .star-rating {
  display: none;
}
.etheme-product-grid-item .st-swatch-in-loop:not(.st-swatch-popup):not(:last-child),
.etheme-product-list-item .st-swatch-in-loop:not(.st-swatch-popup):not(:last-child) {
  margin-bottom: 12px;
}
.etheme-product-grid-item .st-swatch-in-loop.st-swatch-popup:not(:last-child),
.etheme-product-list-item .st-swatch-in-loop.st-swatch-popup:not(:last-child) {
  margin-bottom: 7px;
}
.st-swatch-underline .st-item-meta .st-swatch-preview,
.st-swatch-underline ul.st-swatch-preview li,
ul.st-swatch-underline.st-swatch-preview-single-product li {
  border: none;
}
.st-swatch-underline .st-item-meta .st-swatch-preview:before,
.st-swatch-underline ul.st-swatch-preview li:before,
ul.st-swatch-underline.st-swatch-preview-single-product li:before {
  content: '';
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: -2px;
  background: var(--et_swatch-active-color, var(--et_dark-2-white));
  height: 2px;
  width: 0%;
  border-radius: 0;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  pointer-events: none;
}
.st-swatch-underline .st-item-meta .st-swatch-preview.sten-li-disabled:before,
.st-swatch-underline ul.st-swatch-preview li.sten-li-disabled:before,
ul.st-swatch-underline.st-swatch-preview-single-product li.sten-li-disabled:before {
  display: none;
}
.st-swatch-underline .st-item-meta .st-swatch-preview:hover:before,
.st-swatch-underline ul.st-swatch-preview li:hover:before,
ul.st-swatch-underline.st-swatch-preview-single-product li:hover:before,
.st-swatch-underline .st-item-meta .st-swatch-preview.selected:before,
.st-swatch-underline ul.st-swatch-preview li.selected:before,
ul.st-swatch-underline.st-swatch-preview-single-product li.selected:before {
  width: 100%;
  left: 0;
  right: auto;
}
.type-color:after,
.type-image:after,
.sten-li-disabled:after {
  content: attr(data-tooltip);
  position: absolute;
  background: #fff;
  color: #555;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  bottom: 0;
  left: 50%;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  padding: 3px 10px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  z-index: 2;
}
.type-color:hover:after,
.type-image:hover:after,
.sten-li-disabled:hover:after {
  bottom: -5px;
  opacity: 1;
  visibility: visible;
}
.sten-li-disabled:after {
  display: none;
}
.etheme_swatches_filter .type-color:nth-child(6n + 1):after,
.etheme_swatches_filter .type-image:nth-child(6n + 1):after,
.etheme_swatches_filter .sten-li-disabled:nth-child(6n + 1):after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
}
.etheme_swatches_filter .type-color:nth-child(6n):after,
.etheme_swatches_filter .type-image:nth-child(6n):after,
.etheme_swatches_filter .sten-li-disabled:nth-child(6n):after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: auto;
  right: 0;
}
.etheme_swatches_filter.type-select li {
  text-align: start;
}
.etheme_swatches_filter.type-select .et_widget-show-more {
  border: none!important;
}
.etheme_swatches_filter.type-select .et_widget-show-more:hover span:after {
  display: inline-block;
  width: 100%;
  bottom: 0px;
}
.st-swatch-shape-circle.type-label,
.st-swatch-shape-circle.type-image,
.st-swatch-shape-circle.type-color,
.st-swatch-shape-circle .type-label,
.st-swatch-shape-circle .type-label span:after,
.st-swatch-shape-circle .type-image,
.st-swatch-shape-circle .type-color,
.st-swatch-shape-circle .type-image span,
.st-swatch-shape-circle .type-color span {
  border-radius: 50%;
}
.st-swatch-shape-circle.type-select,
.st-swatch-shape-circle .type-select,
.st-swatch-shape-circle .type-select span {
  border-radius: 0;
}
.et_attribute-name {
  display: none;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.et-quick-view-wrapper .et_attribute-name {
  display: inline-block;
}
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-color:hover,
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-color.selected,
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-image:hover,
.products-grid .content-product .st-swatch-in-loop > .et_st-default-holder .type-image.selected,
.st-swatch-preview li:hover,
.st-swatch-preview li.selected {
  border-color: var(--et_main-color);
}
.st-swatch-preview li:hover a,
.st-swatch-preview li.selected a {
  color: var(--et_dark-2-white);
}
.st-item-meta .st-swatch-preview span img {
  max-width: 100%;
}
.st-label-swatch li,
.st-item-meta .st-label-swatch {
  text-align: center;
}
.st-label-swatch li span,
.st-item-meta .st-swatch-preview.st-label-swatch span {
  width: 100%;
  height: 100%;
}
.etheme_swatches_filter .st-swatch-preview .type-select:before {
  display: none;
}
.etheme_swatches_filter .st-swatch-preview .type-color.selected:hover:before,
.etheme_swatches_filter .st-swatch-preview .type-label.selected:hover:before {
  position: absolute;
  content: "\e90a";
  font-family: 'xstore-icons';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.etheme_swatches_filter .st-swatch-preview .type-label.selected:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.st-swatch-disabled-line-thought .st-swatch-preview li.sten-li-disabled span:before,
.st-swatch-disabled-line-thought.st-swatch-preview li.sten-li-disabled span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(175, 175, 175, 0.3) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.st-swatch-disabled-line-thought .st-swatch-preview li.sten-li-disabled.type-select span:before,
.st-swatch-disabled-line-thought.st-swatch-preview li.sten-li-disabled.type-select span:before {
  display: none;
}
.st-swatch-disabled-cross-line .st-swatch-preview li.sten-li-disabled span:before,
.st-swatch-disabled-cross-line.st-swatch-preview li.sten-li-disabled span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(175, 175, 175, 0.3) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(175, 175, 175, 0.3) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.st-swatch-disabled-cross-line .st-swatch-preview li.sten-li-disabled.type-select span:before,
.st-swatch-disabled-cross-line.st-swatch-preview li.sten-li-disabled.type-select span:before {
  display: none;
}
.st-swatch-preview li.sten-li-disabled {
  border-color: rgba(175, 175, 175, 0.3) !important;
}
.st-swatch-preview li.sten-li-disabled span {
  cursor: not-allowed;
}
.st-swatch-preview li.sten-li-disabled span:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.st-swatch-preview li.sten-li-disabled.type-select span:after {
  display: none;
}
ul.products li .st-swatch-in-loop ul {
  margin: 0;
  padding: 0;
}
ul.products li .st-swatch-in-loop .sten-reset-loop-variation {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
}
ul.products li .st-swatch-in-loop .sten-reset-loop-variation:hover {
  color: var(--et_dark-color);
}
.st-item-meta .wc-item-meta {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.st-item-meta .st-swatch-preview {
  border: none;
  margin: 0;
}
.st-item-meta .type-color,
.st-item-meta .type-image {
  vertical-align: middle;
}
.st-item-meta .type-color:after,
.st-item-meta .type-image:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .type-color:after,
  .type-image:after,
  .sten-li-disabled:after {
    bottom: 100%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .type-color:hover:after,
  .type-image:hover:after,
  .sten-li-disabled:hover:after {
    bottom: calc(100% + 5px);
  }
}
.sidebar .st-swatch-preview .type-select {
  margin-top: 11px;
  margin-bottom: 11px;
}
.sidebar .st-swatch-preview .type-select:first-child {
  margin-top: 0;
}
.sidebar .st-swatch-preview .type-select:last-child {
  margin-bottom: 0;
}
.sidebar .st-swatch-preview .type-select a {
  position: relative;
  padding: 0 0 0 24px !important;
}
.sidebar .st-swatch-preview .type-select a:before {
  content: '';
  width: 13px;
  height: 13px;
  border: 1px solid var(--et_border-color);
  -webkit-transition: inherit;
  transition: inherit;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}
.sidebar .st-swatch-preview .type-select.selected a:before,
.sidebar .st-swatch-preview .type-select a:hover:before {
  border-color: var(--et_main-color);
}
.sidebar .st-swatch-preview .type-select.selected a:after {
  content: "\e918";
  font-family: 'xstore-icons';
  position: absolute;
  left: 1.5px;
  z-index: 1;
  font-size: 10px;
  line-height: 1;
  top: calc(50% - 4px);
  color: var(--et_dark-2-white);
}
.sidebar .st-swatch-preview .type-select.selected a:hover:after {
  content: "\e90a";
}
.products-grid .product-view-light .st-swatch-in-loop + .light-right-side + .light-left-side > *:first-child,
.product-slide .product-view-light .st-swatch-in-loop + .light-right-side + .light-left-side > *:first-child,
.et-offer .product-view-light .st-swatch-in-loop + .light-right-side + .light-left-side > *:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.products-grid .st-swatch-preview-wrap {
  -ms-flex-line-pack: center;
      align-content: center;
}
.quick-view-popup .st-swatch-in-loop {
  margin-top: 0;
}
.quick-view-popup .st-swatch-in-loop + .button {
  margin-top: 15px;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) > .st-swatch-preview:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) > .st-swatch-preview:after,
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider).widget_rating_filter > ul:after,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider).widget_rating_filter > ul:after {
  display: none;
}
.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider) .st-swatch-preview,
.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider) .st-swatch-preview {
  padding-right: 0 !important;
}
.single-product-booking ul.st-swatch-preview-single-product {
  margin-top: -14px;
  margin-bottom: -14px;
}
.variation_form tr:last-child td .st-swatch-preview:last-of-type {
  margin-bottom: 20px;
}
table.variations th.label label[data-swatch-name]:after,
.et_attribute-name[data-swatch-name]:after {
  content: ' ' attr(data-swatch-name);
  font-size: 0.85em;
  color: var(--et_dark-2-white);
}
/*!/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3-rtl.css*/
.product-view-mask .show-quickly,
.product-view-info .show-quickly {
  border-left: 1px solid;
}
.product-view-mask .et-wishlist-holder,
.product-view-info .et-wishlist-holder,
.product-view-mask .xstore-wishlist,
.product-view-info .xstore-wishlist {
  border-right: 1px solid;
}
.footer-product .show-quickly {
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer-product .show-quickly:after {
  left: 0;
}
.footer-product .et-wishlist-holder,
.footer-product .xstore-wishlist {
  left: 0;
  font-size: 0;
}
.footer-product .et-wishlist-holder:after,
.footer-product .xstore-wishlist:after {
  right: 0;
}
.footer-product .by-vendor-name-link:after,
.footer-product .pre_order_loop:after,
.footer-product .wcmp_add_to_cart_message:after {
  right: 0;
}
.footer-product .button:before {
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.footer-product .by-vendor-name-link:before,
.footer-product .pre_order_loop:before,
.footer-product .wcmp_add_to_cart_message:before,
.footer-product .et-wishlist-holder a.add_to_wishlist.button.alt:before {
  margin-left: 0;
}
.footer-product .show-quickly:after,
.footer-product .xstore-wishlist:after,
.footer-product .et-wishlist-holder:after,
.footer-product .by-vendor-name-link:after,
.footer-product .pre_order_loop:after,
.footer-product .wcmp_add_to_cart_message:after {
  border-left: 1px solid #444;
}
/*=======================================
=            Products Hovers            =
=======================================*/
.product-view-mask2[class*="wcpv_product_vendors-"] .wcpv-sold-by-loop,
.footer-product .wcvendors_sold_by_in_loop,
.footer-product br,
.products-list .product-details .button.compare,
.product-view-mask .button.compare,
.product-view-info .button.compare,
.product-view-light .button.compare,
.product-view-light .xstore-compare {
  display: none;
}
.product-view-mask.view-color-dark .wcpv-sold-by-loop,
.product-view-mask.view-color-dark .wcpv-sold-by-loop a {
  color: #fff;
}
.product-view-mask.view-color-dark .wcpv-sold-by-loop a:hover {
  opacity: 0.7;
}
.footer-product .compare:before,
.footer-product .show-quickly:before,
.footer-product .button:before,
.footer-product .by-vendor-name-link:before,
.footer-product .pre_order_loop:before,
.footer-product .wcmp_add_to_cart_message:before,
.content-product .yith-wcwl-add-to-wishlist .show a:before,
.content-product .wishlist-fragment a:before {
  font-size: 16px;
}
.footer-product .xstore-wishlist.button:before,
.footer-product .xstore-compare.button:before {
  display: none;
}
.footer-product .xstore-wishlist .et-icon,
.footer-product .xstore-compare .et-icon,
.footer-product .add_to_cart_button:after {
  font-size: 16px;
}
.content-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.content-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
  content: "\e92d";
}
.footer-product {
  position: absolute;
  bottom: 1.45rem;
  left: 1.45rem;
  right: 1.45rem;
  height: 2.57rem;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.footer-product .compare {
  position: relative;
  overflow: hidden;
}
.footer-product .compare:before {
  content: "\e915" !important;
}
.footer-product .compare,
.footer-product .show-quickly,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  font-size: 0;
}
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  margin: 0;
}
.footer-product .by-vendor-name-link:before {
  content: '\e1000';
}
.footer-product .pre_order_loop:before {
  content: '\e900';
  font-style: normal;
}
.footer-product .wcmp_add_to_cart_message:before {
  content: '\e938';
}
.footer-product .show-quickly:before {
  content: "\e907";
}
.footer-product .button {
  border: none;
  width: 100%;
  background: var(--et_dark-color);
  line-height: 1.4;
  padding: 0 45px;
}
.footer-product .button .blockOverlay {
  background-color: var(--et_dark-color) !important;
}
.footer-product .et-wishlist-holder a.add_to_wishlist.button.alt {
  background: transparent;
}
.footer-product .show-quickly,
.footer-product .xstore-wishlist,
.footer-product .et-wishlist-holder {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  top: 0;
  height: 100%;
  width: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: var(--et_dark-color);
  background: var(--et_dark-color);
  z-index: 1;
}
.footer-product .xstore-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: var(--et_dark-color);
  background: var(--et_dark-color);
}
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  background: var(--et_dark-color);
}
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message,
.footer-product .yith-wcwl-add-to-wishlist,
.footer-product .yith-wcwl-add-to-wishlist .show {
  width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-product .et-wishlist-holder a {
  width: 100%;
}
.footer-product .et-wishlist-holder a .yith-wcwl-icon.fa {
  display: none;
}
.footer-product .quick-view-popup .add_to_cart_button,
.footer-product .loader-path {
  stroke: #fff;
}
.footer-product .wishlist-fragment .blockOverlay:before {
  border-color: var(--et_main-color);
  border-left-color: #fff;
}
.footer-product .button,
.footer-product .yith-wcwl-add-to-wishlist a:not(.alt),
.footer-product .yith-wcwl-add-button a.open-pretty-photo,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.footer-product .show-quickly,
.footer-product .xstore-wishlist,
.footer-product .et-wishlist-holder a,
.footer-product .button,
.footer-product .button:hover,
.footer-product .button.compare,
.footer-product .button.compare:hover,
.footer-product .xstore-compare,
.footer-product .xstore-compare:hover,
.footer-product .by-vendor-name-link {
  color: #fff;
}
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  color: #fff !important;
}
.footer-product .compare.button,
.footer-product .xstore-compare,
.footer-product .button,
.footer-product .show-quickly,
.footer-product .xstore-wishlist,
.footer-product .et-wishlist-holder,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer-product .compare.button:hover,
.footer-product .xstore-compare:hover,
.footer-product .button:hover,
.footer-product .show-quickly:hover,
.footer-product .xstore-wishlist:hover,
.footer-product .et-wishlist-holder:hover,
.footer-product .by-vendor-name-link:hover,
.footer-product .pre_order_loop:hover,
.footer-product .wcmp_add_to_cart_message:hover {
  background: #333333;
}
.et-wishlist-holder .yith-wcwl-add-to-wishlist {
  position: relative;
}
.et-wishlist-holder .et-loader {
  position: static;
}
.et-wishlist-holder .loader-path {
  stroke: #fff;
}
.content-product .show-quickly,
.content-product .by-vendor-name-link {
  cursor: pointer;
}
.content-product:hover .footer-product,
.content-product.et-vpf .footer-product {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.content-product .show-quickly:before,
.content-product .button:before,
.content-product .yith-wcwl-add-to-wishlist .show a:before,
.content-product .by-vendor-name-link:before,
.content-product .pre_order_loop:before,
.content-product .wcmp_add_to_cart_message:before {
  font-family: 'xstore-icons';
}
.content-product .is_arrows-hovered .footer-product {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  opacity: 0;
}
.view-color-white .footer-product .loader-path,
.view-color-transparent .footer-product .loader-path,
.product-view-default .et-wishlist-holder .loader-path {
  stroke: var(--et_dark-color);
}
.view-color-white .footer-product .wishlist-fragment .blockOverlay:before,
.view-color-transparent .footer-product .wishlist-fragment .blockOverlay:before,
.product-view-default .et-wishlist-holder .wishlist-fragment .blockOverlay:before {
  border-color: var(--et_border-color);
  border-left-color: var(--et_main-color);
}
.view-color-white .footer-product:before,
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .et-wishlist-holder,
.view-color-white .footer-product .xstore-wishlist,
.view-color-white .footer-product .xstore-wishlist:after,
.view-color-white .footer-product .et-wishlist-holder:after,
.view-color-white .footer-product .xstore-compare,
.view-color-white .footer-product .xstore-compare:after,
.view-color-white .footer-product .show-quickly:after,
.view-color-white .footer-product .by-vendor-name-link:after,
.view-color-white .footer-product .pre_order_loop:after,
.view-color-white .footer-product .wcmp_add_to_cart_message:after {
  border-color: var(--et_border-color);
}
.view-color-white .footer-product .button.compare:hover,
.view-color-white .footer-product .xstore-compare:hover,
.view-color-white .footer-product .button:hover,
.view-color-white .footer-product .show-quickly:hover,
.view-color-white .footer-product .xstore-wishlist:hover,
.view-color-white .footer-product .et-wishlist-holder:hover,
.view-color-white .footer-product .by-vendor-name-link:hover,
.view-color-white .footer-product .pre_order_loop:hover,
.view-color-white .footer-product .wcmp_add_to_cart_message:hover {
  background: #f5f5f5;
}
.view-color-white.product-view-info .footer-product:before {
  border-color: var(--et_border-color);
}
.view-color-white.product-view-mask2 .footer-product,
.view-color-white .footer-product .button.compare,
.view-color-white .footer-product .xstore-compare,
.view-color-white .footer-product .button,
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .xstore-wishlist,
.view-color-white .footer-product .et-wishlist-holder,
.view-color-white .footer-product .by-vendor-name-link,
.view-color-white .footer-product .pre_order_loop,
.view-color-white .footer-product .wcmp_add_to_cart_message,
.view-color-white .product-mask,
.view-color-white.product-view-info .product-mask {
  background: #fff;
}
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .xstore-wishlist,
.view-color-white .footer-product .xstore-compare,
.view-color-white .footer-product .et-wishlist-holder a,
.view-color-white .footer-product .et-wishlist-holder a.add_to_wishlist.button.alt,
.view-color-white .footer-product .by-vendor-name-link,
.view-color-white .footer-product .button,
.view-color-white .footer-product .button.compare {
  color: var(--et_dark-color);
}
.view-color-white .footer-product .pre_order_loop,
.view-color-white .footer-product .wcmp_add_to_cart_message {
  color: var(--et_dark-color) !important;
}
.view-color-white .footer-product .button .blockOverlay {
  background-color: #fff !important;
}
.view-color-white .product-mask a,
.view-color-white.product-view-info .product-mask a,
.view-color-white .product-mask .product-title a,
.view-color-white.product-view-info .product-mask .product-title a {
  color: var(--et_dark-color);
}
.view-color-white .product-mask a:hover,
.view-color-transparent .product-mask a:hover,
.view-color-white.product-view-info .product-mask a:hover,
.view-color-transparent.product-view-info .product-mask a:hover,
.view-color-white .product-mask .product-title a:hover,
.view-color-transparent .product-mask .product-title a:hover,
.view-color-white.product-view-info .product-mask .product-title a:hover,
.view-color-transparent.product-view-info .product-mask .product-title a:hover {
  color: var(--et_main-color);
}
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .xstore-wishlist,
.view-color-transparent .footer-product .xstore-compare,
.view-color-transparent .footer-product .et-wishlist-holder a,
.view-color-transparent .footer-product .et-wishlist-holder a.add_to_wishlist.button.alt,
.view-color-transparent .footer-product .by-vendor-name-link,
.view-color-transparent .footer-product .button,
.view-color-transparent .footer-product .button.compare {
  color: var(--et_dark-2-white);
}
.view-color-transparent .footer-product .pre_order_loop,
.view-color-transparent .footer-product .wcmp_add_to_cart_message {
  color: var(--et_dark-2-white) !important;
}
.view-color-transparent .footer-product .button .blockOverlay {
  background-color: var(--et_white-2-dark) !important;
}
.view-color-transparent .product-mask a,
.view-color-transparent.product-view-info .product-mask a,
.view-color-transparent .product-mask .product-title a,
.view-color-transparent.product-view-info .product-mask .product-title a {
  color: var(--et_dark-2-white);
}
.view-color-transparent .footer-product:before,
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .xstore-wishlist,
.view-color-transparent .footer-product .xstore-wishlist:after,
.view-color-transparent .footer-product .et-wishlist-holder,
.view-color-transparent .footer-product .et-wishlist-holder:after,
.view-color-transparent .footer-product .xstore-compare,
.view-color-transparent .footer-product .xstore-compare:after,
.view-color-transparent .footer-product .show-quickly:after,
.view-color-transparent .footer-product .by-vendor-name-link:after,
.view-color-transparent .footer-product .pre_order_loop:after,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:after {
  border: none;
}
.view-color-transparent .footer-product .show-quickly:hover,
.view-color-transparent .footer-product .xstore-wishlist:hover,
.view-color-transparent .footer-product .xstore-compare:hover,
.view-color-transparent .footer-product .et-wishlist-holder:hover .yith-wcwl-add-button a,
.view-color-transparent .footer-product .et-wishlist-holder:hover a.add_to_wishlist.button.alt,
.view-color-transparent .footer-product .button:hover,
.view-color-transparent .footer-product .by-vendor-name-link:hover {
  color: var(--et_main-color);
}
.view-color-transparent .footer-product .pre_order_loop:hover,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:hover {
  color: var(--et_main-color) !important;
}
.view-color-transparent.product-view-info .footer-product:before {
  border: none;
}
.view-color-transparent .footer-product,
.view-color-transparent .footer-product .button,
.view-color-transparent .footer-product .button.compare,
.view-color-transparent .footer-product .xstore-compare,
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .xstore-wishlist,
.view-color-transparent .footer-product .et-wishlist-holder,
.view-color-transparent .footer-product .button:hover,
.view-color-transparent .footer-product .show-quickly:hover,
.view-color-transparent .footer-product .xstore-wishlist:hover,
.view-color-transparent .footer-product .et-wishlist-holder:hover,
.view-color-transparent .footer-product .by-vendor-name-link:hover,
.view-color-transparent .footer-product .pre_order_loop:hover,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:hover,
.view-color-transparent.product-view-mask2 .footer-product,
.view-color-transparent.product-view-info .product-mask {
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .content-product .footer-product {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .content-product .footer-product .button {
    font-size: 0;
  }
  .content-product .footer-product .button:before {
    margin-right: 0;
    margin-left: 0;
  }
}
.col-md-9 .product-slide .product-view-mask .footer-product,
.col-md-8 .product-slide .product-view-mask .footer-product,
.col-md-9 .product-slide .product-view-info .footer-product,
.col-md-8 .product-slide .product-view-info .footer-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col-md-9 .product-slide .product-view-mask .footer-product .show-quickly,
.col-md-8 .product-slide .product-view-mask .footer-product .show-quickly,
.col-md-9 .product-slide .product-view-info .footer-product .show-quickly,
.col-md-8 .product-slide .product-view-info .footer-product .show-quickly,
.col-md-9 .product-slide .product-view-mask .footer-product .xstore-wishlist,
.col-md-8 .product-slide .product-view-mask .footer-product .xstore-wishlist,
.col-md-9 .product-slide .product-view-info .footer-product .xstore-wishlist,
.col-md-8 .product-slide .product-view-info .footer-product .xstore-wishlist,
.col-md-9 .product-slide .product-view-mask .footer-product .xstore-compare,
.col-md-8 .product-slide .product-view-mask .footer-product .xstore-compare,
.col-md-9 .product-slide .product-view-info .footer-product .xstore-compare,
.col-md-8 .product-slide .product-view-info .footer-product .xstore-compare,
.col-md-9 .product-slide .product-view-mask .footer-product .et-wishlist-holder,
.col-md-8 .product-slide .product-view-mask .footer-product .et-wishlist-holder,
.col-md-9 .product-slide .product-view-info .footer-product .et-wishlist-holder,
.col-md-8 .product-slide .product-view-info .footer-product .et-wishlist-holder,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border: none;
}
.col-md-9 .product-slide .product-view-mask .footer-product .show-quickly:after,
.col-md-8 .product-slide .product-view-mask .footer-product .show-quickly:after,
.col-md-9 .product-slide .product-view-info .footer-product .show-quickly:after,
.col-md-8 .product-slide .product-view-info .footer-product .show-quickly:after,
.col-md-9 .product-slide .product-view-mask .footer-product .xstore-wishlist:after,
.col-md-8 .product-slide .product-view-mask .footer-product .xstore-wishlist:after,
.col-md-9 .product-slide .product-view-info .footer-product .xstore-wishlist:after,
.col-md-8 .product-slide .product-view-info .footer-product .xstore-wishlist:after,
.col-md-9 .product-slide .product-view-mask .footer-product .xstore-compare:after,
.col-md-8 .product-slide .product-view-mask .footer-product .xstore-compare:after,
.col-md-9 .product-slide .product-view-info .footer-product .xstore-compare:after,
.col-md-8 .product-slide .product-view-info .footer-product .xstore-compare:after,
.col-md-9 .product-slide .product-view-mask .footer-product .et-wishlist-holder:after,
.col-md-8 .product-slide .product-view-mask .footer-product .et-wishlist-holder:after,
.col-md-9 .product-slide .product-view-info .footer-product .et-wishlist-holder:after,
.col-md-8 .product-slide .product-view-info .footer-product .et-wishlist-holder:after,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link:after,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link:after,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link:after,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link:after,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop:after,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop:after,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop:after,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop:after,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:after,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:after {
  content: '';
}
.col-md-9 .product-slide .product-view-mask .footer-product .button,
.col-md-8 .product-slide .product-view-mask .footer-product .button,
.col-md-9 .product-slide .product-view-info .footer-product .button,
.col-md-8 .product-slide .product-view-info .footer-product .button,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message {
  font-size: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.col-md-9 .product-slide .product-view-mask .footer-product .button:before,
.col-md-8 .product-slide .product-view-mask .footer-product .button:before,
.col-md-9 .product-slide .product-view-info .footer-product .button:before,
.col-md-8 .product-slide .product-view-info .footer-product .button:before,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link:before,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link:before,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link:before,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link:before,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop:before,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop:before,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop:before,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop:before,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:before,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:before {
  margin: 0;
}
.col-md-9 .product-slide .product-view-mask .footer-product .compare,
.col-md-8 .product-slide .product-view-mask .footer-product .compare,
.col-md-9 .product-slide .product-view-info .footer-product .compare,
.col-md-8 .product-slide .product-view-info .footer-product .compare {
  display: none;
}
@media only screen and (min-width: 768px) {
  .products-hover-only-icons .product-view-mask .footer-product,
  .products-hover-only-icons .product-view-info .footer-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products-hover-only-icons .product-view-mask .footer-product .show-quickly,
  .products-hover-only-icons .product-view-info .footer-product .show-quickly,
  .products-hover-only-icons .product-view-mask .footer-product .xstore-wishlist,
  .products-hover-only-icons .product-view-info .footer-product .xstore-wishlist,
  .products-hover-only-icons .product-view-mask .footer-product .xstore-compare,
  .products-hover-only-icons .product-view-info .footer-product .xstore-compare,
  .products-hover-only-icons .product-view-mask .footer-product .et-wishlist-holder,
  .products-hover-only-icons .product-view-info .footer-product .et-wishlist-holder,
  .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link,
  .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link,
  .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop,
  .products-hover-only-icons .product-view-info .footer-product .pre_order_loop,
  .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message,
  .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    border: none;
  }
  .products-hover-only-icons .product-view-mask .footer-product .show-quickly:after,
  .products-hover-only-icons .product-view-info .footer-product .show-quickly:after,
  .products-hover-only-icons .product-view-mask .footer-product .xstore-wishlist:after,
  .products-hover-only-icons .product-view-info .footer-product .xstore-wishlist:after,
  .products-hover-only-icons .product-view-mask .footer-product .xstore-compare:after,
  .products-hover-only-icons .product-view-info .footer-product .xstore-compare:after,
  .products-hover-only-icons .product-view-mask .footer-product .et-wishlist-holder:after,
  .products-hover-only-icons .product-view-info .footer-product .et-wishlist-holder:after,
  .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link:after,
  .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link:after,
  .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop:after,
  .products-hover-only-icons .product-view-info .footer-product .pre_order_loop:after,
  .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
  .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message:after {
    content: '';
  }
  .products-hover-only-icons .product-view-mask .footer-product .button,
  .products-hover-only-icons .product-view-info .footer-product .button,
  .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link,
  .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link,
  .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop,
  .products-hover-only-icons .product-view-info .footer-product .pre_order_loop,
  .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message,
  .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message {
    font-size: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .products-hover-only-icons .product-view-mask .footer-product .button:before,
  .products-hover-only-icons .product-view-info .footer-product .button:before,
  .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link:before,
  .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link:before,
  .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop:before,
  .products-hover-only-icons .product-view-info .footer-product .pre_order_loop:before,
  .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
  .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message:before {
    margin: 0;
  }
  .products-hover-only-icons .product-view-mask .footer-product .compare,
  .products-hover-only-icons .product-view-info .footer-product .compare {
    display: none;
  }
}
/*=====  End of Products Hovers  ======*/
.product-view-mask3 .sm-arrow {
  display: none;
}
.product-view-mask3 .footer-product {
  -webkit-transform: translateY(calc(-40% + 3px));
          transform: translateY(calc(-40% + 3px));
}
.product-view-mask3 .content-product:hover .footer-product {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-view-mask3 .content-product .footer-product {
  top: 50%;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  height: auto !important;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-view-mask3 .content-product .footer-product > *,
.product-view-mask3 .content-product .footer-product .button,
.product-view-mask3 .content-product .footer-product .add_to_wishlist.button {
  font-size: 0;
  padding: 0;
  margin: 2.5px;
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.product-view-mask3 .content-product .footer-product > *:before,
.product-view-mask3 .content-product .footer-product .button:before,
.product-view-mask3 .content-product .footer-product .add_to_wishlist.button:before {
  margin: 0;
  color: inherit;
}
.product-view-mask3 .content-product .footer-product .et-wishlist-holder .add_to_wishlist.button {
  margin: 0;
}
.product-view-mask3 .content-product .footer-product .blockOverlay {
  border-radius: 50% !important;
}
.product-view-mask3 .content-product .footer-product .button.compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.product-view-mask3 .content-product .footer-product .added_to_cart {
  display: none;
}
@media only screen and (max-width: 768px) {
  .product-view-mask3 .footer-product {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/*!/wp-content/themes/xstore/css/modules/contact-forms-rtl.css*/
/*====================================
=            Contact Form            =
====================================*/
.contact-form.design-2 input[type="text"] {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact-form.design-2 input[type="text"] {
    width: 100%;
  }
  .wpb_wrapper .wpcf7-form .form-group p:first-child {
    margin-bottom: 1.43em;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form .pull-right {
    width: 100%;
    text-align: center;
  }
}
.mc4wp-form input[type=email] {
  color: var(--et_main-color);
}
.mc4wp-form input[type=email]:focus,
.mc4wp-form input[type="submit"]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wpcf7-form {
  text-align: start;
}
.wpcf7-form .form-group {
  display: inline-block;
  width: 100%;
}
.wpcf7-form .form-group p {
  width: 50%;
  float: left;
  margin-bottom: 0;
}
.wpcf7-form .form-group p input {
  width: 100%;
}
.wpcf7-form .form-group p:first-child {
  padding-right: 15px;
}
.wpcf7-form .form-group p:last-child {
  padding-left: 15px;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-list-item.first {
  margin-right: 0;
  margin-left: 0;
}
.wpcf7 .ajax-loader:before,
.wpcf7 .wpcf7-spinner:before {
  content: "\e917";
  font-family: 'xstore-icons';
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: static;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: transparent;
}
form.wpcf7-form label {
  display: block;
}
form.wpcf7-form > p:last-of-type {
  margin-bottom: 0;
}
form.wpcf7-form .wpcf7-submit:not(.active) {
  background-color: var(--et_btn-dark-bg-color);
  border: 1px solid var(--et_btn-dark-br-color);
  color: var(--et_btn-dark-color);
  -webkit-text-fill-color: currentColor;
}
form.wpcf7-form .wpcf7-submit:not(.active):hover {
  background-color: var(--et_btn-dark-bg-color-hover);
  border-color: var(--et_btn-dark-br-color-hover);
  color: var(--et_btn-dark-color-hover);
}
div.wpcf7 .ajax-loader,
div.wpcf7 .wpcf7-spinner {
  width: auto;
  height: auto;
  background: none;
  line-height: 1;
  margin: 8px 15px;
  position: absolute;
}
.wpcf7 .text-center-form,
.wpb_column.text-center .wpcf7-form {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .wpcf7-form .form-group p {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
div.wpcf7-response-output {
  padding: 15px 20px !important;
  background: #fff;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/*-----  End of Contact Form  ------*/
.wpcf7-form .form-group p {
  float: right;
}
.wpcf7-form .form-group p:first-child {
  padding-right: 0;
  padding-left: 15px;
}
.wpcf7-form .form-group p:last-child {
  padding-left: 0;
  padding-right: 15px;
}
.mc4wp-form .et-mailchimp label {
  font-weight: 400;
}
.mpc-mailchimp.mpc-submit--small .et-mailchimp:not(.classic-button) input[type="submit"] {
  width: 40px;
}
.mc4wp-form-basic .et-mailchimp input[type=date],
.mc4wp-form-basic .et-mailchimp input[type=email],
.mc4wp-form-basic .et-mailchimp input[type=tel],
.mc4wp-form-basic .et-mailchimp input[type=text],
.mc4wp-form-basic .et-mailchimp input[type=url],
.mc4wp-form-basic .et-mailchimp select,
.mc4wp-form-basic .et-mailchimp textarea {
  max-width: unset;
}
.et-mailchimp {
  position: relative;
}
.et-mailchimp p {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
}
.et-mailchimp p:last-child {
  margin-bottom: 0;
}
.et-mailchimp input[type="email"] {
  background-color: #fff;
  border-color: #e1e1e1;
  color: var(--et_dark-color);
  max-width: 100%;
  height: 40px;
}
.et-mailchimp label,
.et-mailchimp input[type="email"]::-webkit-input-placeholder,
.et-mailchimp input[type="email"]::-moz-placeholder {
  color: var(--et_main-color);
}
.et-mailchimp:not(.classic-button) input[type="submit"] {
  width: 40px;
  height: 100%;
  padding: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  font-size: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEXg4ODg4OAaHuWeAAAAAXRSTlMAQObYZgAAABNJREFUCJljYGxgwET//4MQNikABbYLC/ZDkP8AAAAASUVORK5CYII=) no-repeat center;
  background-size: 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.et-mailchimp:not(.classic-button) input[type="submit"]:hover {
  border-color: #e1e1e1;
  opacity: 0.8;
}
.et-mailchimp:not(.dark) input[type="submit"] {
  color: #fff;
  background-color: var(--et_active-color);
}
.et-mailchimp:not(.dark):not(.classic-button) input[type="submit"] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC9JREFUeNpiYMAD/v//3wDC+NQwMVAIRg2gggGMBKLJHkofpJkLGEYT0nAwACDAAE0hEo3+B1KyAAAAAElFTkSuQmCC);
}
.et-mailchimp.classic-button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.et-mailchimp.classic-button input[type="submit"] {
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
}
.et-mailchimp.classic-button:not(.dark) input[type="submit"]:hover {
  border-color: #e1e1e1;
  opacity: 0.8;
}
.et-mailchimp.dark input[type="submit"] {
  background-color: #fff;
  color: var(--et_dark-color);
  border-color: #e1e1e1;
}
.et-mailchimp.dark input[type="submit"]:hover {
  color: var(--et_main-color);
  border-color: #e1e1e1;
}
.footer .mc4wp-form .et-mailchimp,
.prefooter .mc4wp-form .et-mailchimp {
  margin-bottom: 0;
}
.et-mailchimp:not(.classic-button) input[type="submit"] {
  border-right: none;
  left: 0;
}
.et-mailchimp.classic-button input[type="email"] {
  border-left: none;
}
.et-mailchimp.dark input[type="submit"] {
  border-right: none;
}
/*!/wp-content/themes/xstore/css/modules/layout/header/parts/search-rtl.css*/
.et_b_header-search:not(.et_element-top-level) .input-row {
  border: none;
}
.et_b_header-search:not(.et_element-top-level) input[type="text"],
.et_b_header-search:not(.et_element-top-level) select,
.et_b_header-search:not(.et_element-top-level) .search-button {
  height: 40px;
  line-height: 20px;
}
.et_b_header-search:not(.et_element-top-level) .search-button {
  width: 40px;
}
.et_b_header-search:not(.et_element-top-level) .search-button,
.et_b_header-search:not(.et_element-top-level) .search-button:hover {
  color: currentColor;
  -webkit-text-fill-color: currentColor;
  background-color: transparent;
}
.et_b_header-search:not(.et_element-top-level) .input-row {
  color: var(--et_main-color);
  -webkit-text-fill-color: currentColor;
  border: 1px solid var(--et_border-color);
}
.et_b_header-search.et_element-top-level > span img,
.et_b_header-search.et_element-top-level .search-button img {
  max-width: 1em;
  max-height: 1em;
}
#header .et_b_header-search:not(.et_element-top-level) .ajax-results-wrapper {
  position: relative;
  width: 100% !important;
  margin: 0;
  max-width: unset;
  min-width: unset;
  border: none;
  left: 0 !important;
}
.et_b_header-search:not(.et_element-top-level) .ajax-results-wrapper .autocomplete-suggestions {
  padding: 12px 5px 5px;
}
.et_b_header-search:not(.et_element-top-level) .ajax-results-wrapper .autocomplete-no-suggestion {
  margin-top: -7px;
}
.ajax-search-tabs {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #222;
}
.et_b_header-search:not(.et_element-top-level) .search-results-titles span {
  margin: 0;
  padding: 0 7px 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 90%;
  text-align: center;
}
.et_b_header-search:not(.et_element-top-level) .ajax-in-action .search-button {
  color: transparent !important;
}
.et_b_header-search:not(.et_element-top-level) .ajax-in-action .search-button:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  border: 1px solid var(--et_border-color);
  border-left-color: var(--et_main-color);
  border-radius: 50%;
  top: calc(50% - 8px);
  -webkit-animation: rotate 0.5s infinite linear;
          animation: rotate 0.5s infinite linear;
}
.et_b_header-search .search-button:not(.loading) span,
.et_b_header-search .search-button.loading svg,
.et_b_header-search .search-button.loading img {
  display: none;
}
.et_b_header-search .input-row {
  --et_inputs-border-radius: 0;
  position: relative;
  border: 1px solid var(--et_border-color);
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.et_b_header-search form:not(.input-icon) {
  width: 100%;
}
.et_b_header-search input[type="text"] {
  font-size: 100%;
  color: #222;
  width: 100%;
  background-color: #fff;
  border-width: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
}
.et_b_header-search input::-webkit-input-placeholder {
  color: #888;
}
.et_b_header-search select,
.et_b_header-search .fancy-select .fancy-placeholder-text {
  color: #222;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: transparent !important;
  background-image: var(--et_select-arrow-closed);
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-transition: max-width 0.2s ease-in-out;
  transition: max-width 0.2s ease-in-out;
  padding: 0 27px 0 0;
}
.et_b_header-search [data-search-mode="white"] select,
.et_b_header-search [data-search-mode="white"] .fancy-select .fancy-placeholder-text {
  color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA3lBMVEUAAAD////MzMzV1dXb29vf39/j4+Pm5ubo6OjY2Njd3d3f39/j4+Pm5ubn5+fc3Nzf39/g4ODj4+Pd3d3f39/g4ODi4uLj4+Pf39/h4eHj4+Pg4ODi4uLf39/i4uLg4ODh4eHj4+Pg4ODh4eHh4eHh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eHh4eHg4ODh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eFRk8keAAAASnRSTlMAAwUGBwgJCgsNDxASFBUWGBkbHiAhIyUoKi0yNTg+QURIS1RcoKmusrS4u8HFyMrN0NPV2Nrd3t/g4uPk5ujs7e7v8vP19vf6/B4KHFoAAACPSURBVHjazcxTAkJBFIDh/yrbtm3b7X9B2XiubzwH/JT623c/KfBGSDZIbFMiL8TUKgrxTVbhiZReRo5nbJ1T8UDOLMLnW3hR0HKjyc+C13toXjZc77riNMBNYFIxnm/60sjHA/+4bj2e5urQyxPvsGEDS63r4oVn0HHam20nb9y9bvfc75WjVTXxkSLxJ/ZSKgzwwjRX7AAAAABJRU5ErkJggg==);
}
.et_b_header-search .fancy-select .fancy-placeholder-text {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: var(--et_inputs-height, 2.642rem);
  line-height: 2rem;
  border: 0 solid var(--et_inputs-border-color, var(--et_border-color));
}
.et_b_header-search .fancy-select p {
  margin: 0;
  color: currentColor;
}
.fancy-select-results {
  background: #fff;
  color: #222;
  left: 0;
  -webkit-animation: et-dropdown 0.3s;
          animation: et-dropdown 0.3s;
  z-index: 27;
  border: 1px solid var(--et_border-color);
}
.fancy-select-results ul {
  margin-bottom: 0;
  text-align: start;
}
.fancy-select-results > ul {
  overflow: hidden;
  overflow-y: auto;
  max-height: 230px;
  padding: 10px 0;
}
.fancy-select-results ul li {
  padding: 0.5em 2em;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fancy-select-results ul li:hover {
  opacity: 0.7;
  background: #f1f1f1;
}
.et_b_header-search .search-button {
  font-size: 100%;
  padding: 0;
  border: none;
  background: transparent;
}
.et_b_header-search .clear {
  color: #222;
  padding: 0 10px 0 0;
  font-size: 85%;
  line-height: 1;
  -webkit-animation: fadeIn 0.3s, et-rtl 0.3s;
          animation: fadeIn 0.3s, et-rtl 0.3s;
  text-transform: uppercase;
}
.ajax-search-form:not(.ajax-results-shown) .clear {
  display: none;
}
.ajax-search-form.input-icon:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
}
.et_b_header-search .et-mini-content {
  background: transparent;
}
.et_b_header-search .et-mini-content,
.ajax-results-wrapper {
  width: 100%;
  min-width: 310px;
}
.justify-content-center .input-row,
.mobile-header-wrapper .mob-justify-content-center .input-row {
  margin-right: auto;
  margin-left: auto;
}
.mobile-header-wrapper .et_b_header-search.et-content-dropdown {
  position: static;
  font-weight: 400;
}
.mobile-header-wrapper .et_b_header-search .input-row {
  width: 100%;
}
.et_b_header-search select + input[type="text"],
.et_b_header-search .fancy-select + input[type="text"] {
  border-right-width: 1px;
}
.et_b_header-search select,
.et_b_header-search .fancy-select .fancy-placeholder-text {
  left: auto;
  right: 0;
}
.fancy-select-results {
  left: auto;
  right: 0;
}
.et_b_header-search .clear {
  padding-right: 0;
  padding-left: 10px;
}
.mobile-header-wrapper .mob-justify-content-start .input-row {
  margin-right: 0;
  margin-left: auto;
}
.justify-content-start .input-row {
  margin-right: 0;
}
.justify-content-end .input-row {
  margin-left: 0;
}
.mobile-header-wrapper .mob-justify-content-end .input-row {
  margin-left: 0;
  margin-right: auto;
}
#header .mobile-header-wrapper .et_b_header-search:not(.search-full-width) .et-mini-content,
#header .mobile-header-wrapper .input-input:not(.search-full-width-form) .ajax-results-wrapper {
  min-width: unset;
  width: calc(100% - 30px);
  left: 0;
  right: 15px;
}
/*!/wp-content/themes/xstore/css/modules/layout/header/parts/menu-rtl.css*/
.et_b_header-menu:not(.header-secondary-menu) li:hover > .nav-sublist-dropdown:not(.nav-sublist),
.et_b_header-menu li.menu-open-by-click.opened > .nav-sublist-dropdown:not(.nav-sublist),
.et_b_header-menu:not(.header-secondary-menu) .item-design-dropdown li:hover > .nav-sublist > ul,
.site-header .widget_nav_menu .menu > li .sub-menu,
.site-header .etheme_widget_menu li:hover > .nav-sublist-dropdown:not(.nav-sublist),
.site-header .etheme_widget_menu .item-design-dropdown li:hover > .nav-sublist > ul {
  -webkit-animation-name: et-toTop;
          animation-name: et-toTop;
}
.header-secondary-menu li:hover > .nav-sublist-dropdown:not(.nav-sublist),
.header-secondary-menu .item-design-dropdown li:hover > .nav-sublist > ul {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.et_b_header-menu > .menu-main-container {
  all: inherit;
  width: auto;
  margin: 0;
}
.et_b_header-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.et_b_header-menu .menu li {
  list-style: none;
}
.et_b_header-menu .menu a {
  position: relative;
  display: inline-block;
  -webkit-text-fill-color: currentColor;
}
.et_b_header-menu .menu > li > a {
  color: currentColor;
}
.et_b_header-menu.et_element-top-level .menu > li > a {
  font-size: var(--content-zoom);
}
.et_b_header-menu.et_element-top-level .menu > li > a.type-img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.et_b_header-menu.et_element-top-level .menu .type-img,
.header-mobile-menu .menu .type-img,
.et-mobile-panel .menu .type-img,
.et_b_header-menu.et_element-top-level .menu .nav-sublist-dropdown .type-img,
.header-mobile-menu .menu .nav-sublist-dropdown .type-img,
.et-mobile-panel .menu .nav-sublist-dropdown .type-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-center-center,
.header-mobile-menu .menu .type-img.position-center-center,
.et-mobile-panel .menu .type-img.position-center-center,
.et_b_header-menu.et_element-top-level .menu .type-img.position-center-top,
.header-mobile-menu .menu .type-img.position-center-top,
.et-mobile-panel .menu .type-img.position-center-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-center-center img,
.header-mobile-menu .menu .type-img.position-center-center img,
.et-mobile-panel .menu .type-img.position-center-center img,
.et_b_header-menu.et_element-top-level .menu .type-img.position-center-top img,
.header-mobile-menu .menu .type-img.position-center-top img,
.et-mobile-panel .menu .type-img.position-center-top img {
  margin-bottom: 10px;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-center-bottom,
.header-mobile-menu .menu .type-img.position-center-bottom,
.et-mobile-panel .menu .type-img.position-center-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-center-bottom img,
.header-mobile-menu .menu .type-img.position-center-bottom img,
.et-mobile-panel .menu .type-img.position-center-bottom img {
  margin-top: 10px;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-right-top,
.header-mobile-menu .menu .type-img.position-right-top,
.et-mobile-panel .menu .type-img.position-right-top {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-right-center,
.header-mobile-menu .menu .type-img.position-right-center,
.et-mobile-panel .menu .type-img.position-right-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-right-bottom,
.header-mobile-menu .menu .type-img.position-right-bottom,
.et-mobile-panel .menu .type-img.position-right-bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-top,
.header-mobile-menu .menu .type-img.position-left-top,
.et-mobile-panel .menu .type-img.position-left-top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-center,
.header-mobile-menu .menu .type-img.position-left-center,
.et-mobile-panel .menu .type-img.position-left-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-bottom,
.header-mobile-menu .menu .type-img.position-left-bottom,
.et-mobile-panel .menu .type-img.position-left-bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-top,
.header-mobile-menu .menu .type-img.position-left-top,
.et-mobile-panel .menu .type-img.position-left-top,
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-center,
.header-mobile-menu .menu .type-img.position-left-center,
.et-mobile-panel .menu .type-img.position-left-center,
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-bottom,
.header-mobile-menu .menu .type-img.position-left-bottom,
.et-mobile-panel .menu .type-img.position-left-bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-main-menu.et_element-top-level .menu-main-container > .menu {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
.et_b_header-menu ul[id] {
  margin-bottom: 0;
}
.et_b_header-menu.et_element-top-level .menu > li:last-child > a + .et_b_header-menu-sep,
.et_b_header-menu.et_element-top-level .menu ul .et_b_header-menu-sep {
  display: none;
}
.et_b_header-menu:not(.et_element-top-level) .menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et_b_header-menu:not(.et_element-top-level) .menu a .label-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown:not(.nav-sublist) {
  width: 18em;
}
.header-main-menu .nav-sublist-dropdown:not(.nav-sublist) {
  top: 100%;
  padding: 0.6em 1.14em;
}
.et_b_header-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown:not(.nav-sublist) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown:not(.nav-sublist),
.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul,
.et_b_header-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown:not(.nav-sublist) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-link,
.site-header .widget_nav_menu .menu > li > .sub-menu a,
.site-header .etheme_widget_menu .nav-sublist-dropdown .item-link {
  font-size: var(--content-zoom);
}
.et_b_header-menu .nav-sublist-dropdown .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 100%;
  color: currentColor;
  -webkit-text-fill-color: currentColor;
  padding: 0.6em 1.9em;
}
.et_b_header-menu .nav-sublist-dropdown .item-link:hover,
.site-header .widget_nav_menu .menu > li > .sub-menu a:hover,
.site-header .etheme_widget_menu .nav-sublist-dropdown .item-link:hover {
  opacity: 0.5;
}
.et_b_header-menu .nav-sublist-dropdown ul {
  display: block;
  width: 100%;
}
.et_b_header-menu .menu-static-block ul {
  display: inline-block;
}
.et_b_header-menu li > .nav-sublist-dropdown:not(.nav-sublist),
.et_b_header-menu li.menu-open-by-click:not(.opened):hover > .nav-sublist-dropdown:not(.nav-sublist) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.et_b_header-menu li:hover > .nav-sublist-dropdown:not(.nav-sublist),
.et_b_header-menu li.menu-open-by-click.opened > .nav-sublist-dropdown:not(.nav-sublist) {
  opacity: 1;
  visibility: visible;
  z-index: 1002;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  pointer-events: auto;
}
.et_b_header-menu .nav-sublist-dropdown {
  text-transform: none;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown {
  opacity: 0;
  visibility: hidden;
}
.et_b_header-menu .item-design-dropdown:hover > .nav-sublist-dropdown,
.et_b_header-menu .item-design-dropdown li:hover > .nav-sublist-dropdown {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul {
  margin-top: 0 !important;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown ul > li > a {
  width: 100%;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown ul > li ul ul {
  z-index: -2;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul {
  background-color: var(--et_white-2-dark);
  padding: 1em 0;
}
.et_b_header-menu .nav-sublist-dropdown {
  color: var(--et_dark-2-white);
  background: var(--et_white-2-dark);
}
.et_b_header-menu.menu-items-dots.et_element-top-level .menu > li > a {
  border-color: transparent;
}
.et_b_header-menu:not(.menu-items-dots) .et_b_header-menu-sep {
  display: none;
}
.menu-items-arrow .menu > li > a:before {
  content: '';
  height: 0;
  width: 0;
  background: transparent !important;
  border: 0.5em solid transparent;
  border-bottom-color: #555;
  position: absolute;
  left: 50%;
  bottom: -0.5em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-items-arrow .menu > li.current-menu-item > a:hover:before,
.menu-items-arrow .menu > li > a:hover:before {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.et_b_header-menu.et_element-top-level .menu > li > a:before,
.et_b_header-menu.et_element-top-level.menu-items-custom .menu > li > a:hover,
.et_b_header-menu.et_element-top-level.menu-items-custom .menu > .current-menu-item > a,
.et_b_header-menu.et_element-top-level .menu > .current-menu-item > a:before {
  background-color: var(--et_border-color);
}
.et_b_header-menu.et_element-top-level .menu > li > a i,
.header-mobile-menu .menu > li > a i,
.et-mobile-panel .menu > li > a i {
  display: inline-block;
  margin-left: 5px;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-right-top img,
.header-mobile-menu .menu .type-img.position-right-top img,
.et-mobile-panel .menu .type-img.position-right-top img,
.et_b_header-menu.et_element-top-level .menu .type-img.position-right-center img,
.header-mobile-menu .menu .type-img.position-right-center img,
.et-mobile-panel .menu .type-img.position-right-center img,
.et_b_header-menu.et_element-top-level .menu .type-img.position-right-bottom img,
.header-mobile-menu .menu .type-img.position-right-bottom img,
.et-mobile-panel .menu .type-img.position-right-bottom img {
  margin-right: 10px;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-top-center img,
.header-mobile-menu .menu .type-img.position-left-top-center img,
.et-mobile-panel .menu .type-img.position-left-top-center img {
  float: right;
}
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-top img,
.header-mobile-menu .menu .type-img.position-left-top img,
.et-mobile-panel .menu .type-img.position-left-top img,
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-center img,
.header-mobile-menu .menu .type-img.position-left-center img,
.et-mobile-panel .menu .type-img.position-left-center img,
.et_b_header-menu.et_element-top-level .menu .type-img.position-left-bottom img,
.header-mobile-menu .menu .type-img.position-left-bottom img,
.et-mobile-panel .menu .type-img.position-left-bottom img {
  margin-left: 10px;
}
.et_b_header-menu:not(.header-secondary-menu) .item-design-mega-menu .nav-sublist-dropdown .container > ul > li:not(:last-child) {
  border-left: 1px solid var(--et_border-color);
}
.et_b_header-menu:not(.et_element-top-level) .menu a img {
  margin-left: 10px;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
.et_b_header-menu .nav-sublist-dropdown:not(.nav-sublist) {
  position: absolute;
  right: 0;
  z-index: -1;
  background-color: var(--et_white-2-dark);
  text-align: start;
  border: 1px solid var(--et_border-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-secondary-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown .item-link,
.header-secondary-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown > .container > ul .item-level-1 > a {
  padding-right: 0;
  padding-left: 9px;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
  font-size: 60%;
  left: 1em;
}
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown ul > li ul,
.site-header .widget_nav_menu .menu > li > .sub-menu .sub-menu,
.site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li ul {
  position: absolute;
  top: calc(-1em - 1px);
  border: 1px solid var(--et_border-color);
  z-index: 0;
  right: 100%;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.menu-items-underline .menu > li > a:before {
  content: '';
  height: 2px;
  width: 0;
  left: 0;
  position: absolute;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  bottom: 0;
}
.menu-items-underline .menu > li.current-menu-item > a:before,
.menu-items-underline .menu > li > a:hover:before,
.menu-items-underline .menu > li.opened > a:before {
  width: 100%;
  right: 0;
  left: auto;
}
.menu-items-overline .menu > li > a:before {
  content: '';
  height: 2px;
  width: 0;
  left: 0;
  position: absolute;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  top: 0;
}
.menu-items-overline .menu > li > a:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.menu-items-overline .menu > li.current-menu-item > a:before,
.menu-items-overline .menu > li > a:hover:before,
.menu-items-overline .menu > li.opened > a:before {
  width: 100%;
  right: 0;
  left: auto;
}
.menu-items-dots .menu > li:not(:last-child) > a:before {
  color: currentColor;
  -webkit-text-fill-color: currentColor;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: transparent !important;
}
/*!/wp-content/themes/xstore/css/modules/layout/header/parts/all-departments-menu-rtl.css*/
.et_b_header-menu .secondary-menu-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.et_b_header-menu .secondary-menu-wrapper .secondary-menu-toggle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  line-height: 1;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.et_b_header-menu .secondary-menu-wrapper .menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 18rem;
  text-align: start !important;
  background-color: #fff;
  border: 1px solid var(--et_dark-color);
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-animation: slideOutEffect;
          animation: slideOutEffect;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li {
  padding: 0;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 0;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li > a i {
  margin-right: 5px;
  display: inline-block;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li.show-more a {
  position: relative;
  text-align: start;
  font-size: calc(var(--content-zoom) * .9);
  color: var(--et_active-color);
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li.show-more a:after {
  content: '';
  height: 2px;
  width: 0;
  right: 0;
  position: absolute;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  bottom: 0;
  background: currentColor;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li.show-more a:hover {
  color: var(--et_active-color);
}
.et_b_header-menu .secondary-menu-wrapper .menu > li.show-more a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li.show-more a i {
  margin-right: 0;
  margin-left: 5px;
  font-size: 62%;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li:not(.hidden) + .show-more:not([data-reverse]),
.et_b_header-menu .secondary-menu-wrapper .menu > li:not(.hidden) + .show-more[data-reverse] a:first-child,
.et_b_header-menu .secondary-menu-wrapper .menu > li:not(.is-shown) + .show-more[data-reverse] a:last-child {
  display: none !important;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li:last-child > a {
  border-bottom: none;
}
.et_b_header-menu .secondary-menu-wrapper .menu .nav-sublist:before,
.et_b_header-menu .secondary-menu-wrapper .menu .nav-sublist-dropdown:before,
.et_b_header-menu .secondary-menu-wrapper .menu .nav-sublist:after,
.et_b_header-menu .secondary-menu-wrapper .menu .nav-sublist-dropdown:after {
  content: '';
  display: table;
  clear: both;
}
.et_b_header-menu .secondary-menu-wrapper .menu > .item-design-mega-menu {
  position: static;
}
.et_b_header-menu .secondary-menu-wrapper .menu > .item-design-mega-menu .nav-sublist-dropdown {
  top: 0;
  -webkit-transform: none;
          transform: none;
}
.et_b_header-menu .secondary-menu-wrapper .menu > .item-design-mega-menu .nav-sublist-dropdown:not(.menu-static-block) {
  min-height: 100%;
}
.et_b_header-menu .secondary-menu-wrapper .menu li {
  list-style: none;
  display: block;
  float: left;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.et_b_header-menu .secondary-menu-wrapper .menu li > a {
  color: var(--et_dark-color);
  font-size: calc( 1.14  * var(--content-zoom, 100%));
  width: 100%;
  padding-right: 20px;
  position: relative;
  float: left;
  text-transform: none;
}
.et_b_header-menu .secondary-menu-wrapper .menu li > a:hover {
  color: var(--et_font-color);
}
.et_b_header-menu .secondary-menu-wrapper .menu li .item-design2-image-no-borders {
  margin: -2.14em 0 0 0 !important;
  border: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.et_b_header-menu .secondary-menu-wrapper .menu li .item-design2-image-no-borders .item-link {
  font-size: 0;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.et_b_header-menu .secondary-menu-wrapper .menu li.menu-item-has-children > a:before {
  content: "\e904";
  font-family: 'xstore-icons';
  font-size: 62%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
}
.et_b_header-menu .secondary-menu-wrapper .menu li.menu-item-has-children > .menu-static-block {
  padding: 0;
}
.et_b_header-menu .secondary-menu-wrapper .menu li .sidebar-widget {
  margin-bottom: 0 !important;
}
.et_b_header-menu .secondary-menu-wrapper ul.menu {
  padding-left: 0;
  padding-right: 0;
}
.et_b_header-menu .secondary-menu-wrapper .menu-widgets .widget-title {
  text-transform: capitalize !important;
}
.et_b_header-menu .secondary-menu-wrapper .etheme_widget_products li,
.et_b_header-menu .secondary-menu-wrapper .product_list_widget li {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.et_b_header-menu .secondary-menu-wrapper .etheme_widget_products li .product-list-image,
.et_b_header-menu .secondary-menu-wrapper .product_list_widget li .product-list-image,
.et_b_header-menu .secondary-menu-wrapper .etheme_widget_products li .product-title,
.et_b_header-menu .secondary-menu-wrapper .product_list_widget li .product-title,
.et_b_header-menu .secondary-menu-wrapper .etheme_widget_products li .product-title a,
.et_b_header-menu .secondary-menu-wrapper .product_list_widget li .product-title a {
  padding: 0;
}
.et_b_header-menu .secondary-menu-wrapper .etheme_widget_products li .product-title a,
.et_b_header-menu .secondary-menu-wrapper .product_list_widget li .product-title a {
  line-height: 1.3;
}
.et_b_header-menu .secondary-menu-wrapper .etheme_widget_products li:last-child,
.et_b_header-menu .secondary-menu-wrapper .product_list_widget li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.et_b_header-menu .secondary-menu-wrapper .nav-sublist-dropdown {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100% !important;
  margin-left: 0 !important;
  border-color: var(--et_main-color);
}
.et_b_header-menu .secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children > a {
  background-color: transparent;
  text-align: start;
}
.et_b_header-menu .secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children > a:before {
  display: none;
}
.et_b_header-menu .secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children.item-level-1 > a:hover {
  background-color: transparent !important;
}
.et_b_header-menu .secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children.item-level-1.with-border {
  margin-bottom: 15px;
}
.et_b_header-menu .secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children.item-level-1.with-border .nav-sublist {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}
.et_b_header-menu .secondary-menu-wrapper .nav-sublist-dropdown ul > li > a {
  background-color: transparent !important;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-dropdown .nav-sublist-dropdown > .container > ul .nav-sublist-dropdown .menu-item-has-children.item-level-1:last-child {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul {
  width: 18rem;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 30px;
  height: 100%;
  top: 0;
  display: block;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-dropdown .menu-item-has-children > a {
  position: relative !important;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-dropdown.menu-item-has-children {
  position: relative;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown .menu-widgets {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner {
  visibility: visible;
  pointer-events: auto;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul {
  padding: 2.14em 2.14em 0 2.14em;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul > li {
  clear: none !important;
  margin-bottom: 1em;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul > li.with-border {
  margin-bottom: 15px;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul > li.with-border .nav-sublist {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown > .container > ul .item-level-1 > a {
  padding: 0;
  margin-bottom: 15px;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu .nav-sublist ul > li > a {
  padding: 9px 9px 9px 0;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu .ibox-block .ibox-text li a {
  color: var(--et_main-color);
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu .ibox-block .ibox-text li a:hover {
  color: var(--et_dark-color);
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu.columns-3 .nav-sublist-dropdown {
  width: 670px;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu.columns-4 .nav-sublist-dropdown,
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu.columns-5 .nav-sublist-dropdown {
  width: 800px;
}
.secondary-title {
  white-space: nowrap;
  padding: 1.1em 30px;
  cursor: pointer;
  color: var(--et_dark-color);
  border-right: 1px solid var(--et_border-color);
  border-left: 1px solid var(--et_border-color);
  width: 18rem;
}
.secondary-title:after {
  content: "\e905";
  font-family: 'xstore-icons';
  font-size: 70%;
  margin-left: auto;
  right: 3.1em;
}
.et-secondary-visibility-opened.et-secondary-on-home .secondary-menu-wrapper .menu {
  display: none;
  -webkit-animation: slideOutEffect;
          animation: slideOutEffect;
}
.et-secondary-shown .secondary-menu-wrapper .menu,
.et-secondary-visibility-opened .secondary-menu-wrapper .menu,
.et-secondary-visibility-on_hover .secondary-menu-wrapper:hover .menu,
.et-secondary-visibility-opened.et-secondary-on-home .secondary-menu-wrapper:hover .menu,
.et-secondary-visibility-opened.et-secondary-on-home.home .secondary-menu-wrapper .menu {
  display: block;
  z-index: 1001;
  -webkit-animation-name: et-dropdown;
          animation-name: et-dropdown;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.et-secondary-shown .search-now-opened .secondary-menu-wrapper .menu,
.et-secondary-visibility-opened .search-now-opened .secondary-menu-wrapper .menu {
  z-index: 9;
}
.et-secondary-darkerning-on.et-secondary-shown {
  position: relative;
}
.et-secondary-darkerning-on:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
  display: none;
  -webkit-animation: slideOut;
          animation: slideOut;
}
.et-secondary-darkerning-on.admin-bar .demo_store {
  top: 0;
}
.et-secondary-darkerning-on.et-secondary-shown:before {
  display: block;
  z-index: 1002;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
.et-secondary-darkerning-on.et-secondary-shown .page-wrapper {
  z-index: auto;
}
.et-secondary-darkerning-on.et-secondary-shown .header-wrapper {
  z-index: 1003;
}
.et_b_header-menu .secondary-menu-wrapper {
  margin-right: 0;
  width: 100%;
}
.et_b_header-menu .secondary-menu-wrapper .secondary-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  font-size: var(--content-zoom, 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.et-secondary-visibility-opened .et_b_header-menu .secondary-menu-wrapper .secondary-title {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.et_column > .et_b_header-menu .secondary-menu-wrapper .secondary-title {
  width: auto;
}
.et-secondary-visibility-opened .sticky-on .secondary-menu-wrapper .menu {
  display: none !important;
}
.et_b_header-menu .secondary-menu-wrapper .secondary-menu-toggle {
  margin-right: 0;
  margin-left: 7px;
}
.et_b_header-menu .secondary-menu-wrapper .menu {
  left: auto;
  right: 0;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li > a i {
  margin-right: 0;
  margin-left: 5px;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li.show-more a:after {
  right: auto;
  left: 0;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li.show-more a:hover:after {
  right: 0;
  left: auto;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li.show-more a i {
  margin-left: 0;
  margin-right: 5px;
}
.et_b_header-menu .secondary-menu-wrapper .menu li {
  float: right;
}
.et_b_header-menu .secondary-menu-wrapper .menu li > a {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
.et_b_header-menu .secondary-menu-wrapper .menu li.menu-item-has-children > a:before {
  right: auto;
  left: 0;
  content: "\e902";
}
.et_b_header-menu .secondary-menu-wrapper .nav-sublist-dropdown {
  left: auto !important;
  right: 100% !important;
  margin-right: 0 !important;
}
.et_b_header-menu .secondary-menu-wrapper .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul:before {
  left: auto;
  right: -30px;
}
.secondary-title:after {
  margin-left: 0;
  margin-right: auto;
  right: auto;
  left: 3.1em;
}
.et-secondary-darkerning-on:before {
  left: auto;
  right: 0;
}
.et_b_header-menu .secondary-menu-wrapper {
  margin-left: 0;
  margin-right: auto;
}
/*!/wp-content/uploads/xstore/kirki-styles.css*/
.boxed #header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper], .boxed #header > [class*=header-wrapper] .sticky-on > div, .framed #header.sticky-on:not([data-type="sticky"]) > [class*=header-wrapper], .framed #header > [class*=header-wrapper] .sticky-on > div{max-width:calc(1430px + 30px - ( 2 * var(--sticky-on-space-fix, 0px)) );}body, body.yith-woocompare-popup{font-family:"IRANSansWeb";font-size:16px;font-weight:400;color:#666666;}body, [data-mode="dark"]{--et_font-color:#666666;--et_inputs-border-radius:0px;--et_btn-bordered-bg-color:#ffffff;--et_btn-bordered-bg-color-hover:#222222;--et_btn-bordered-color:#222222;--et_btn-bordered-color-hover:#ffffff;--et_btn-bordered-br-color:#222222;--et_btn-bordered-br-color-hover:#222222;--et_btn-dark-bg-color:#222222;--et_btn-dark-bg-color-hover:rgba(34,34,34,0.8);--et_btn-dark-color:#ffffff;--et_btn-dark-color-hover:#ffffff;--et_btn-active-bg-color:#e95d2a;--et_btn-active-bg-color-hover:rgba(233,93,42,0.8);--et_btn-active-color:#ffffff;--et_btn-active-color-hover:#ffffff;}body{--p-font-size:16px;--p-line-height:1.6;--et_active-color:#315399;background:#ffffff;background-color:#ffffff;--product-title-lines:3;--product-title-line-height:calc(3ex + (3px - 3px));--et_on-sale-color:#ffffff;--et_on-sale-bg-color:#e95d2a;--et_on-sale-radius:0%;--product-stock-step-1-active-color:#2e7d32;--product-stock-step-2-active-color:#f57f17;--product-stock-step-3-active-color:#c62828;--customizer-ui-width:21%;--customizer-ui-content-zoom:1%;--single-sale-zoom-proportion:1;--single-product-price-proportion:1.55;--single-product-size-guide-proportion:1;--single-add-to-cart-button-proportion:1.1;--single-add-to-cart-background-color:#222222;--single-add-to-cart-color:#ffffff;--single-add-to-cart-hover-background-color:#e95d2a;--single-add-to-cart-hover-color:#ffffff;--single-buy-now-button-color:#ffffff;--single-buy-now-button-background-color:#339438;--single-buy-now-button-color-hover:#ffffff;--single-buy-now-button-background-color-hover:#2e7d32;--single-add-to-cart-button-spacing:10px;--single-product-wishlist-proportion:1.15;--single-product-compare-proportion:1.15;--single-product-socials-label-proportion:1.1;}.title h3, blockquote, .share-post .share-title, .sidebar-widget .tabs .tab-title, .widget-title, .related-posts .title span, .content-product .product-title a, .results-ajax-list .ajax-item-title, table.cart .product-details .product-title, .product_list_widget li .product-title a, .woocommerce table.wishlist_table .product-name a, .comment-reply-title, .et-tabs .vc_tta-title-text, .single-product-right .product-information-inner .product_title, .single-product-right .product-information-inner h1.title, .post-heading h2 a, .post-heading h2, .post-heading h1, .sidebar .recent-posts-widget .post-widget-item h4 a, .et-tabs-wrapper .tabs .accordion-title span, .woocommerce-cart-form table thead th{font-family:"IRANSansWeb";font-weight:400;color:#222222;}h1, h2, h3, h4, h5, h6, .products-title{font-family:"IRANSansWeb";font-weight:400;color:#222222;}.page-heading{background:#f5f5f5;background-color:#f5f5f5;}.breadcrumb-trail{background:#f5f5f5;background-color:#f5f5f5;}.page-heading, .et-header-overlap .page-heading{padding-top:15px;padding-bottom:14px;}.breadcrumb-trail .page-heading .back-history{top:15px;}.page-heading .breadcrumbs, .page-heading .woocommerce-breadcrumb, .page-heading .bbp-breadcrumb, .page-heading .a-center, .page-heading .title, .page-heading .breadcrumb_last, .page-heading a, .page-heading .span-title, [class*=" paged-"] .page-heading.bc-type-left2 .span-title, .bbp-breadcrumb-current, .page-heading .breadcrumbs a, .page-heading .woocommerce-breadcrumb a, .page-heading .bbp-breadcrumb a{font-family:IranYekan, sans-serif;font-size:15px;font-weight:400;color:#888888;}.page-heading.bc-type-left2 .title, .page-heading.bc-type-left .title, .page-heading.bc-type-default .title, .page-heading .breadcrumb_last, [class*=" paged-"] .page-heading .span-title:last-of-type, [class*=" paged-"] .page-heading.bc-type-left2 .span-title:last-of-type, .single-post .page-heading.bc-type-left2 #breadcrumb a:last-of-type, .bbp-breadcrumb-current{font-family:IranYekan, sans-serif;font-size:15px;font-weight:400;color:#888888;}footer.footer, [data-mode="dark"] .footer{background:#ffffff;background-color:#ffffff;}.footer{padding-top:0;padding-bottom:0;}footer.footer:after{top:0;border-bottom-width:0px;border-bottom-style:none;border-bottom-color:#e1e1e1;}.etheme-sticky-cart{background:#ffffff;background-color:#ffffff;}.btn:not(.black):not(.active):not(.bordered):not(.style-custom), .content-product .product-details .button, .content-product .quantity-wrapper .button.et-st-disabled:hover, .woocommerce-Button, .et_load-posts .btn a, .et_shop-load-more:not(.finished) a, .sb-infinite-scroll-load-more:not(.finished) a, form #qna-ask-input button, body #wcmp-store-conatiner input[type="submit"]{font-weight:400;text-transform:capitalize;border-style:none;}.btn:not(.black):not(.active):not(.bordered):not(.style-custom):hover, .content-product .product-details .button:hover, .woocommerce-Button:hover, .et_load-posts .btn a:hover, .et_shop-load-more:not(.finished) a:hover, .sb-infinite-scroll-load-more:not(.finished) a:hover, form #qna-ask-input button:hover, body #wcmp-store-conatiner input[type="submit"]:hover{border-style:none;}.btn.bordered, .btn.bordered.small, .btn.bordered.medium, .btn.bordered.big{font-weight:400;text-transform:capitalize;border-top-width:2px;border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-style:solid;}.btn.bordered:hover,.btn.bordered:focus{border-top-width:2px;border-bottom-width:2px;border-left-width:2px;border-right-width:2px;}.btn.small.black, .btn.medium.black, .btn.big.black, .before-checkout-form .button, .etheme-above-checkout-form .button, .checkout-button, .shipping-calculator-form .button, .single_add_to_cart_button.button, .single_add_to_cart_button.button:focus, .single_add_to_cart_button.button.disabled, .single_add_to_cart_button.button.disabled:hover, .et-quick-view-wrapper .single_add_to_cart_button.button, .et-quick-view-wrapper .single_add_to_cart_button.button:focus, .et-quick-view-wrapper .single_add_to_cart_button.button.disabled, .et-quick-view-wrapper .single_add_to_cart_button.button.disabled:hover, form.login .button, form.register .button, form.register .button.woocommerce-Button, form.lost_reset_password .button, .woocommerce-EditAccountForm .woocommerce-Button, .empty-cart-block .btn, .empty-wishlist-block .btn, .empty-compare-block .btn, .empty-category-block .btn, .woocommerce-mini-cart__empty-message .btn, .form-submit input[type="submit"], #commentform input[type="button"], .form-submit input[type="submit"]:focus, .my_account_orders .view, .et-quick-view-wrapper .product_type_variable, .et-quick-view-wrapper .product_type_variation, .coupon input[type="submit"], .widget_search button, .widget_product_search button, .woocommerce-product-search button, form.wpcf7-form .wpcf7-submit:not(.active), .woocommerce table.wishlist_table td.product-add-to-cart a, .wcmp-quick-info-wrapper form input[type=submit], .product_list_widget .buttons a, .et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist, .btn-checkout, .mini-cart-buttons .button:not(.btn-checkout), .mini-cart-buttons a, .form-row.place-order .button, .search-full-width form .btn, .xstore-wishlist-action .button, .xstore-compare-button .button, .form-actions .add-all-products, .form-actions .compare-more-products, .form-actions .xstore-wishlist-actions, .form-actions .xstore-compare-actions, .et-cookies-popup-wrapper .cookies-button, body .etheme-checkout-page-next-step, .etheme-checkout-page-steps-footer #place_order, body .etheme-checkout-page-previous-step, .etheme-elementor-cart-checkout-page-coupon .button, .etheme-elementor-cart-checkout-page-login-form .button{font-weight:400;text-transform:capitalize;border-style:none;}.btn.small.black:hover, .btn.medium.black:hover, .btn.big.black:hover, .before-checkout-form .button:hover, .etheme-above-checkout-form .button:hover, .checkout-button:hover, .shipping-calculator-form .button:hover, .single_add_to_cart_button.button:hover, .single_add_to_cart_button.button:hover:focus, .et-quick-view-wrapper .single_add_to_cart_button.button:hover, .et-quick-view-wrapper .single_add_to_cart_button.button:hover:focus, form.login .button:hover, form.register .button:hover, form.register .button.woocommerce-Button:hover, form.lost_reset_password .button:hover, .woocommerce-EditAccountForm .woocommerce-Button:hover, .empty-cart-block .btn:hover, .empty-wishlist-block .btn:hover, .empty-compare-block .btn:hover, .empty-category-block .btn:hover, .woocommerce-mini-cart__empty-message .btn:hover, .form-submit input[type="submit"]:hover, #commentform input[type="button"]:hover, .my_account_orders .view:hover, .et-quick-view-wrapper .product_type_variable:hover, .et-quick-view-wrapper .product_type_variation:hover, .coupon input[type="submit"]:hover, .widget_search button:hover, .widget_product_search button:hover, .widget_search button:hover, .woocommerce-product-search button:hover, form.wpcf7-form .wpcf7-submit:not(.active):hover, .woocommerce table.wishlist_table td.product-add-to-cart a:hover, .wcmp-quick-info-wrapper form input[type=submit]:hover, .product_list_widget .buttons a:hover, .et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:hover, .btn-checkout:hover, .mini-cart-buttons .button:not(.btn-checkout):hover, .mini-cart-buttons a, .form-row.place-order .button:hover, .search-full-width form .btn:hover, .xstore-wishlist-action .button:hover, .xstore-compare-button .button:hover, .form-actions .add-all-products:hover, .form-actions .compare-more-products:hover, .form-actions .xstore-wishlist-actions:hover, .form-actions .xstore-compare-actions:hover, .et-cookies-popup-wrapper .cookies-button:hover, body .etheme-checkout-page-next-step:hover, .etheme-checkout-page-steps-footer #place_order:hover, body .etheme-checkout-page-previous-step:hover,.btn.small.black:focus, .btn.medium.black:focus, .btn.big.black:focus, .before-checkout-form .button:focus, .etheme-above-checkout-form .button:focus, .checkout-button:focus, .shipping-calculator-form .button:focus, .single_add_to_cart_button.button:focus, .single_add_to_cart_button.button:focus:focus, .et-quick-view-wrapper .single_add_to_cart_button.button:focus, .et-quick-view-wrapper .single_add_to_cart_button.button:focus:focus, form.login .button:focus, form.register .button:focus, form.register .button.woocommerce-Button:focus, form.lost_reset_password .button:focus, .woocommerce-EditAccountForm .woocommerce-Button:focus, .empty-cart-block .btn:focus, .empty-wishlist-block .btn:focus, .empty-compare-block .btn:focus, .empty-category-block .btn:focus, .woocommerce-mini-cart__empty-message .btn:focus, .form-submit input[type="submit"]:focus, #commentform input[type="button"]:focus, .my_account_orders .view:focus, .et-quick-view-wrapper .product_type_variable:focus, .et-quick-view-wrapper .product_type_variation:focus, .coupon input[type="submit"]:focus, .widget_search button:focus, .widget_product_search button:focus, .widget_search button:focus, .woocommerce-product-search button:focus, form.wpcf7-form .wpcf7-submit:not(.active):focus, .woocommerce table.wishlist_table td.product-add-to-cart a:focus, .wcmp-quick-info-wrapper form input[type=submit]:focus, .product_list_widget .buttons a:focus, .et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:focus, .btn-checkout:focus, .mini-cart-buttons .button:not(.btn-checkout):focus, .mini-cart-buttons a, .form-row.place-order .button:focus, .search-full-width form .btn:focus, .xstore-wishlist-action .button:focus, .xstore-compare-button .button:focus, .form-actions .add-all-products:focus, .form-actions .compare-more-products:focus, .form-actions .xstore-wishlist-actions:focus, .form-actions .xstore-compare-actions:focus, .et-cookies-popup-wrapper .cookies-button:focus, body .etheme-checkout-page-next-step:focus, .etheme-checkout-page-steps-footer #place_order:focus, body .etheme-checkout-page-previous-step:focus{border-style:none;}.btn.active, .button.active, input[type="submit"].dokan-btn-success, a.dokan-btn-success, .dokan-btn-success, .dokan-dashboard-content .add_note{font-weight:400;text-transform:capitalize;border-style:none;}.btn.active:hover, .button.active:hover, input[type="submit"].dokan-btn-success:hover, a.dokan-btn-success:hover, .dokan-btn-success:hover, .dokan-dashboard-content .add_note:hover,.btn.active:focus, .button.active:focus, input[type="submit"].dokan-btn-success:focus, a.dokan-btn-success:focus, .dokan-btn-success:focus, .dokan-dashboard-content .add_note:focus{border-style:none;}.archive.woocommerce-page.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block) > ul, .archive.woocommerce-page.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block) > ul, .archive.woocommerce-page.s_widgets-with-scroll .sidebar .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block) > div, .archive.woocommerce-page.s_widgets-with-scroll .shop-filters .sidebar-widget:not(.sidebar-slider):not(.etheme_widget_satick_block) > div{max-height:400px;}.star-rating, #review_form .stars{--et_yellow-color:#fbbf37;}.et-quick-view-canvas.et-off-canvas-wide > .et-mini-content{max-width:400px;}.et-quick-view-canvas .swiper-container{max-width:calc(400px - 40px);}.et_b_header-logo.et_element-top-level img{width:275px;}.mobile-header-wrapper .et_b_header-logo.et_element-top-level img{width:120px;}.et_b_header-logo.et_element-top-level{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.mobile-header-wrapper .et_b_header-logo.et_element-top-level{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.header-top .et-wrap-columns, .header-top .widget_nav_menu .menu > li > a{min-height:72px;}.header-top .widget_nav_menu .menu > li > a, .header-top #lang_sel a.lang_sel_sel, .header-top .wcml-dropdown a.wcml-cs-item-toggle{line-height:72px;}.mobile-header-wrapper .header-top .et-wrap-columns, .mobile-header-wrapper .header-top .widget_nav_menu .menu > li > a{min-height:30px;}.mobile-header-wrapper .header-top .widget_nav_menu .menu > li > a, .mobile-header-wrapper .header-top #lang_sel a.lang_sel_sel, .mobile-header-wrapper .header-top .wcml-dropdown a.wcml-cs-item-toggle{line-height:30px;}.header-top{text-transform:none;--content-zoom:calc(100em * .01);background:#315399;background-color:#315399;background-repeat:no-repeat;background-position:center center;color:#ffffff;margin-top:0px;margin-right:0px;margin-bottom:-10px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.mobile-header-wrapper .header-top{--content-zoom:calc(100em * .01);background:#315399;background-color:#315399;background-repeat:no-repeat;background-position:center center;color:#000000;}.sticky-on .header-top{--sticky-on-space-fix:calc(var(--sticky-on-space-fix2, 0px) + 0px);max-width:calc(100% - var(--sticky-on-space-fix, 0px) - 0px);}.header-main .et-wrap-columns, .header-main .widget_nav_menu .menu > li > a{min-height:44px;}.header-main .widget_nav_menu .menu > li > a, .header-main #lang_sel a.lang_sel_sel, .header-main .wcml-dropdown a.wcml-cs-item-toggle{line-height:44px;}.mobile-header-wrapper .header-main .et-wrap-columns, .mobile-header-wrapper .header-main .widget_nav_menu .menu > li > a{min-height:43px;}.mobile-header-wrapper .header-main .widget_nav_menu .menu > li > a, .mobile-header-wrapper .header-main #lang_sel a.lang_sel_sel, .mobile-header-wrapper .header-main .wcml-dropdown a.wcml-cs-item-toggle{line-height:43px;}.header-main{text-transform:none;--content-zoom:calc(105em * .01);background:#315399;background-color:#315399;background-repeat:no-repeat;background-position:center center;color:#ffffff;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.mobile-header-wrapper .header-main{--content-zoom:calc(100em * .01);background:#315399;background-color:#315399;background-repeat:no-repeat;background-position:center center;color:#ffffff;}.sticky-on .header-main{--sticky-on-space-fix:calc(var(--sticky-on-space-fix2, 0px) + 0px);max-width:calc(100% - var(--sticky-on-space-fix, 0px) - 0px);background:#315399;background-color:#315399;background-repeat:no-repeat;background-position:center center;color:#ffffff;}.header-bottom .et-wrap-columns, .header-bottom .widget_nav_menu .menu > li > a{min-height:40px;}.header-bottom .widget_nav_menu .menu > li > a, .header-bottom #lang_sel a.lang_sel_sel, .header-bottom .wcml-dropdown a.wcml-cs-item-toggle{line-height:40px;}.mobile-header-wrapper .header-bottom .et-wrap-columns, .mobile-header-wrapper .header-bottom .widget_nav_menu .menu > li > a{min-height:46px;}.mobile-header-wrapper .header-bottom .widget_nav_menu .menu > li > a, .mobile-header-wrapper .header-bottom #lang_sel a.lang_sel_sel, .mobile-header-wrapper .header-bottom .wcml-dropdown a.wcml-cs-item-toggle{line-height:46px;}.header-bottom{text-transform:none;--content-zoom:calc(105em * .01);background:#ffffff;background-color:#ffffff;background-repeat:no-repeat;background-position:center center;color:#555555;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.mobile-header-wrapper .header-bottom{--content-zoom:calc(100em * .01);background:#315399;background-color:#315399;background-repeat:no-repeat;background-position:center center;color:#000000;}.sticky-on .header-bottom{--sticky-on-space-fix:calc(var(--sticky-on-space-fix2, 0px) + 0px);max-width:calc(100% - var(--sticky-on-space-fix, 0px) - 0px);}#header.sticky-on .header-wrapper, #header.sticky-on .mobile-header-wrapper{animation-name:et-toBottomFull;animation-duration:0.7s;}.sticky-on .header-main .et-wrap-columns, #header[data-type="smart"].sticky-on .header-main .et-wrap-columns{min-height:42px;}#header.sticky-on .header-main .widget_nav_menu .menu > li > a, #header[data-type="smart"].sticky-on .header-main .widget_nav_menu .menu > li > a, #header.sticky-on .header-main #lang_sel a.lang_sel_sel, #header[data-type="smart"].sticky-on .header-main #lang_sel a.lang_sel_sel, #header.sticky-on .header-main .wcml-dropdown a.wcml-cs-item-toggle, #header[data-type="smart"].sticky-on .header-main .wcml-dropdown a.wcml-cs-item-toggle{line-height:42px;}.sticky-on .mobile-header-wrapper .header-main .et-wrap-columns, #header[data-type="smart"].sticky-on .mobile-header-wrapper .header-main .et-wrap-columns{min-height:40px;}.sticky-on .mobile-header-wrapper .header-main .widget_nav_menu .menu > li > a, #header[data-type="smart"].sticky-on .mobile-header-wrapper .header-main .widget_nav_menu .menu > li > a, .sticky-on .mobile-header-wrapper .header-main #lang_sel a.lang_sel_sel, #header[data-type="smart"].sticky-on .mobile-header-wrapper .header-main #lang_sel a.lang_sel_sel, .sticky-on .mobile-header-wrapper .header-main .wcml-dropdown a.wcml-cs-item-toggle, #header[data-type="smart"].sticky-on .mobile-header-wrapper .header-main .wcml-dropdown a.wcml-cs-item-toggle{line-height:40px;}.mobile-header-wrapper .sticky-on .header-main, .sticky-on .mobile-header-wrapper .header-main{background:#315399;background-color:#315399;background-repeat:no-repeat;background-position:center center;color:#ffffff;}.sticky-on .mobile-header-wrapper .header-bottom .et-wrap-columns, #header[data-type="smart"].sticky-on .mobile-header-wrapper .header-bottom .et-wrap-columns{min-height:48px;}.sticky-on .mobile-header-wrapper .header-bottom .widget_nav_menu .menu > li > a, #header[data-type="smart"].sticky-on .mobile-header-wrapper .header-bottom .widget_nav_menu .menu > li > a, .sticky-on .mobile-header-wrapper .header-bottom #lang_sel a.lang_sel_sel, #header[data-type="smart"].sticky-on .mobile-header-wrapper .header-bottom #lang_sel a.lang_sel_sel, .sticky-on .mobile-header-wrapper .header-bottom .wcml-dropdown a.wcml-cs-item-toggle, #header[data-type="smart"].sticky-on .mobile-header-wrapper .header-bottom .wcml-dropdown a.wcml-cs-item-toggle{line-height:48px;}.mobile-header-wrapper .sticky-on .header-bottom, .sticky-on .mobile-header-wrapper .header-bottom{background:#315399;background-color:#315399;background-repeat:no-repeat;background-position:center center;color:#000000;}.header-main-menu.et_element-top-level{--content-zoom:calc(110em * .01);justify-content:flex-start;}.mobile-device .header-main-menu.et_element-top-level{--content-zoom:calc(100em * .01);}.header-main-menu.et_element-top-level .menu > li > a{font-family:"IRANSansWeb";font-weight:400;letter-spacing:0px;text-transform:none;margin-top:0px;margin-right:5px;margin-bottom:0px;margin-left:5px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:11px;padding-right:10px;padding-bottom:11px;padding-left:10px;border-style:solid;border-color:#c4c4c4;}.header-main-menu.et_element-top-level .menu > li > a:hover, .header-main-menu.et_element-top-level .menu > .current-menu-item > a, .header-main-menu.et_element-top-level.menu-items-custom .menu > li > a:hover, .header-main-menu.et_element-top-level.menu-items-custom .menu > .current-menu-item > a{color:#ffffff;}.header-main-menu.et_element-top-level .menu > li > a:before, .header-main-menu.et_element-top-level .menu > .current-menu-item > a:before, .header-main-menu.et_element-top-level .menu > .opened > a:before{border-bottom-color:#ffffff;}.header-main-menu2.et_element-top-level{--content-zoom:calc(100em * .01);justify-content:center;}.mobile-device .header-main-menu2.et_element-top-level{--content-zoom:calc(100em * .01);}.header-main-menu2.et_element-top-level .menu > li > a{font-family:"IRANSansWeb";font-weight:400;letter-spacing:0px;text-transform:inherit;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;border-style:solid;border-color:#e1e1e1;}.header-main-menu2.et_element-top-level .menu > li > a:hover, .header-main-menu2.et_element-top-level .menu > .current-menu-item > a, .header-main-menu2.et_element-top-level.menu-items-custom .menu > li > a:hover, .header-main-menu2.et_element-top-level.menu-items-custom .menu > .current-menu-item > a{color:#555555;}.header-main-menu2.et_element-top-level .menu > li > a:before, .header-main-menu2.et_element-top-level .menu > .current-menu-item > a:before, .header-main-menu2.et_element-top-level .menu > .opened > a:before{background-color:#e95d2a;}.et_b_header-menu.et_element-top-level .nav-sublist-dropdown, .site-header .widget_nav_menu .menu > li > .sub-menu, .site-header .etheme_widget_menu .nav-sublist-dropdown{--content-zoom:calc(100em * .01);}.et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-link, .et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li > a, .site-header .widget_nav_menu .menu > li > .sub-menu a, .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li > a{font-family:"IRANSansWeb";font-weight:400;letter-spacing:0px;text-transform:none;}.et_b_header-menu.et_element-top-level .nav-sublist-dropdown:not(.nav-sublist), .et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul, .site-header .widget_nav_menu .menu > li > .sub-menu, .site-header .etheme_widget_menu .nav-sublist-dropdown:not(.nav-sublist), .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul{background-color:#ffffff;}.et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-link, .et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-link:hover, .et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li > a:hover, .site-header .widget_nav_menu .menu > li > .sub-menu a, .site-header .widget_nav_menu .menu > li > .sub-menu a:hover, .site-header .etheme_widget_menu .nav-sublist-dropdown .item-link, .site-header .etheme_widget_menu .nav-sublist-dropdown .item-link:hover, .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li > a:hover{color:#222222;}.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown:not(.nav-sublist), .et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul, .et_b_header-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown:not(.nav-sublist), .site-header .widget_nav_menu .menu > li .sub-menu, .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown:not(.nav-sublist), .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li .nav-sublist ul, .site-header .etheme_widget_menu .item-design-mega-menu .nav-sublist-dropdown:not(.nav-sublist){margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:.6em;padding-right:0px;padding-bottom:.6em;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li ul, .site-header .widget_nav_menu .menu > li > .sub-menu .sub-menu, .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li ul{--nav-sublist-dropdown-top:-.6em;top:calc(var(--nav-sublist-dropdown-top) - 1px);}.et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-link, .site-header .widget_nav_menu .menu > li > .sub-menu a, .site-header .etheme_widget_menu .nav-sublist-dropdown .item-link{padding-left:1.9em;padding-right:1.9em;padding-top:.6em;padding-bottom:.6em;}.et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after, .site-header .widget_nav_menu .menu > li > .sub-menu li.menu-item-has-children > a:after, .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after{right:1.9em;}body.rtl .et_b_header-menu.et_element-top-level .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after, body.rtl .site-header .widget_nav_menu .menu > li > .sub-menu li.menu-item-has-children > a:after, body.rtl .site-header .etheme_widget_menu .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after{left:1.9em;right:auto;}.et_b_header-menu .secondary-menu-wrapper .secondary-title{font-family:"IRANSansWeb";font-weight:400;letter-spacing:0px;text-transform:capitalize;background-color:#ffffff;color:#000000;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:2px;border-bottom-width:0px;border-left-width:2px;padding-top:13px;padding-right:10px;padding-bottom:13px;padding-left:10px;border-style:solid;border-color:#ffffff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.et_b_header-menu .secondary-menu-wrapper .menu > li > a{font-family:"IRANSansWeb";font-weight:400;text-transform:capitalize;}.et_b_header-menu .secondary-menu-wrapper .menu{--content-zoom:calc(105em * .01);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;padding-top:10px;padding-right:20px;padding-bottom:15px;padding-left:20px;border-style:solid;border-color:#ffffff;}.et_b_header-menu .secondary-menu-wrapper .menu > li{padding-left:20px;padding-right:20px;}.secondary-menu-wrapper .menu > .item-design-mega-menu .nav-sublist-dropdown, .secondary-menu-wrapper .menu .item-design-dropdown.menu-item-has-children:first-child .nav-sublist-dropdown{top:-0px;}.et_column > .et_b_header-menu .secondary-menu-wrapper .menu{width:calc(100% - 0px);}.et_b_header-mobile-menu > span svg{width:0.7em;height:0.7em;}.mobile-header-wrapper .et_b_header-mobile-menu > span svg{width:1.9em;height:1.9em;}.mobile-menu-content .et_b_header-logo img{width:142px;}.et_b_header-mobile-menu > .et-element-label-wrapper .et-toggle, .et_b_header-mobile-menu > .et-element-label-wrapper .et-popup_toggle{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.mobile-header-wrapper .et_b_header-mobile-menu > .et-element-label-wrapper .et-toggle, .mobile-header-wrapper .et_b_header-mobile-menu > .et-element-label-wrapper .et-popup_toggle{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.mobile-menu-content{font-family:"IRANSansWeb";font-weight:400;text-transform:uppercase;color:#ffffff;}.et_b_header-mobile-menu > .et-mini-content{--content-zoom:calc(97em * .01);}.et_b_header-mobile-menu .et-mini-content{background-color:#315399;}.et_b_header-mobile-menu > .et-mini-content, .mobile-menu-popup .et-popup-content{margin-top:0px;margin-bottom:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:25px;padding-right:30px;padding-bottom:25px;padding-left:30px;border-style:solid;border-color:#ffffff;}.et_b_header-cart.et_element-top-level > a svg{width:1.9em;height:1.9em;}.mobile-header-wrapper .et_b_header-cart.et_element-top-level > a svg{width:1.8em;height:1.8em;}.et_b_header-cart.et_element-top-level .et-quantity{font-size:0.7em;--et-quantity-proportion:1.6em;background-color:#e95d2a;color:#222222;}.et_b_header-cart.et_element-top-level > a{color:var(--current-color);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.mobile-header-wrapper .et_b_header-cart.et_element-top-level > a{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.et_b_header-cart.et_element-top-level .et-mini-content{--content-zoom:calc(100em * .01);}.mobile-header-wrapper .et_b_header-cart.et_element-top-level .et-mini-content{--content-zoom:calc(100em * .01);}.et_b_header-cart.et_element-top-level .et-mini-content, .et_b_mobile-panel-cart .et-mini-content{background-color:#ffffff;color:#222222;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:1px;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;border-style:solid;}.et_b_header-cart .woocommerce-mini-cart__footer, .et_b_mobile-panel-cart .woocommerce-mini-cart__footer{margin-left:-30px;margin-right:-30px;margin-bottom:-30px;margin-top:30px;}.et_b_header-cart .et-cart-progress, .et_b_mobile-panel-cart .et-cart-progress{padding-left:30px;padding-right:30px;}.et_b_header-cart.et-off-canvas .woocommerce-mini-cart__footer-wrapper, .et_b_mobile-panel-cart .woocommerce-mini-cart__footer-wrapper{padding-top:30px;}.et_b_header-cart .et-mini-content, .et_b_header-cart .cart-widget-products, .et_b_header-cart.et-off-canvas .product_list_widget li:not(:last-child), .et_b_mobile-panel-cart .et-mini-content, .et_b_mobile-panel-cart .cart-widget-products, .et_b_mobile-panel-cart.et-off-canvas .product_list_widget li:not(:last-child){border-color:#e1e1e1;}.woocommerce-mini-cart__footer{background-color:#f5f5f5;color:#555555;}.et_b_header-wishlist.et_element-top-level > a svg{width:1.9em;height:1.9em;}.mobile-header-wrapper .et_b_header-wishlist.et_element-top-level > a svg{width:1.8em;height:1.8em;}.et_b_header-wishlist.et_element-top-level .et-quantity{font-size:0.7em;--et-quantity-proportion:1.7em;background-color:#e95d2a;color:#222222;}.et_b_header-wishlist.et_element-top-level > a{color:var(--current-color);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.mobile-header-wrapper .et_b_header-wishlist.et_element-top-level > a{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.et_b_header-wishlist.et_element-top-level .et-mini-content{--content-zoom:calc(100em * .01);}.mobile-header-wrapper .et_b_header-wishlist.et_element-top-level .et-mini-content{--content-zoom:calc(100em * .01);}.et_b_header-wishlist.et_element-top-level .et-mini-content, .et_b_mobile-panel-wishlist .et-mini-content{background-color:#ffffff;color:#000000;}.et_b_header-wishlist.et_element-top-level .et-mini-content, .et-mobile-panel .et_b_mobile-panel-wishlist .et-mini-content{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:1px;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;}.et_b_header-wishlist .et-mini-content, .et-mobile-panel .et_b_mobile-panel-wishlist .et-mini-content{border-style:solid;}.et_b_header-wishlist .et-mini-content, .et_b_header-wishlist .cart-widget-products, .et_b_header-wishlist.et-off-canvas .product_list_widget li:not(:last-child), .et_b_mobile-panel-wishlist .et-mini-content, .et_b_mobile-panel-wishlist .cart-widget-products, .et_b_mobile-panel-wishlist.et-off-canvas .product_list_widget li:not(:last-child){border-color:#e1e1e1;}.et_b_header-compare.et_element-top-level > a svg{width:1.7em;height:1.7em;}.mobile-header-wrapper .et_b_header-compare.et_element-top-level > a svg{width:1.4em;height:1.4em;}.et_b_header-compare.et_element-top-level .et-quantity{font-size:0.75em;--et-quantity-proportion:1.5em;background-color:#ffffff;color:#000000;}.et_b_header-compare.et_element-top-level > a{color:var(--current-color);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.mobile-header-wrapper .et_b_header-compare.et_element-top-level > a{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.et_b_header-compare.et_element-top-level .et-mini-content{--content-zoom:calc(100em * .01);}.mobile-header-wrapper .et_b_header-compare.et_element-top-level .et-mini-content{--content-zoom:calc(100em * .01);}.et_b_header-compare.et_element-top-level .et-mini-content, .et_b_mobile-panel-compare .et-mini-content{background-color:#ffffff;color:#000000;}.et_b_header-compare.et_element-top-level .et-mini-content, .et-mobile-panel .et_b_mobile-panel-compare .et-mini-content{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;}.et_b_header-compare .et-mini-content, .et-mobile-panel .et_b_mobile-panel-compare .et-mini-content{border-style:solid;}.et_b_header-compare .et-mini-content, .et_b_header-compare .cart-widget-products, .et_b_header-compare.et-off-canvas .product_list_widget li:not(:last-child), .et_b_mobile-panel-compare .et-mini-content, .et_b_mobile-panel-compare .cart-widget-products, .et_b_mobile-panel-compare.et-off-canvas .product_list_widget li:not(:last-child){border-color:#e1e1e1;}.et_b_header-account.et_element-top-level > a svg{width:1.9em;height:1.9em;}.mobile-header-wrapper .et_b_header-account.et_element-top-level > a svg{width:1.7em;height:1.7em;}.et_b_header-account.et_element-top-level > a{color:var(--current-color);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:5px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.mobile-header-wrapper .et_b_header-account.et_element-top-level > a{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.et_b_header-account.et_element-top-level .et-mini-content, .et_b_header-account.et_element-top-level-popup{--content-zoom:calc(100em * .01);}.et_b_header-account.et_element-top-level .et-mini-content{background-color:#ffffff;color:#222222;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:1px;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;border-style:solid;border-color:#e1e1e1;}.et_b_header-search.et_element-top-level > span svg, .et_b_header-search.et_element-top-level .search-button svg{width:1.3em;height:1.3em;}.et_b_header-search.et_element-top-level > span img, .et_b_header-search.et_element-top-level .search-button img{max-width:1.3em;max-height:1.3em;}.mobile-header-wrapper .et_b_header-search.et_element-top-level > span svg, .mobile-header-wrapper .et_b_header-search.et_element-top-level .search-button svg{width:1.6em;height:1.6em;}.mobile-header-wrapper .et_b_header-search.et_element-top-level > span img, .mobile-header-wrapper .et_b_header-search.et_element-top-level .search-button img{max-width:1.6em;max-height:1.6em;}.et_b_header-search.et_element-top-level .input-row{width:100%;margin-top:0px;margin-bottom:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:10px;padding-bottom:0px;padding-left:20px;}.mobile-header-wrapper .et_b_header-search.et_element-top-level .input-row{width:100%;margin-top:0px;margin-bottom:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:10px;}.et_b_header-search.et_element-top-level input[type="text"], .et_b_header-search.et_element-top-level select, .et_b_header-search.et_element-top-level .fancy-select .fancy-placeholder-text, .et_b_header-search.et_element-top-level .search-button{height:42px;line-height:calc(42px / 2);}.et_b_header-search.et_element-top-level input[type="text"]{max-width:calc(100% - 42px);}.et_b_header-search.et_element-top-level .search-button{width:42px;background-color:#ffffff;}.mobile-header-wrapper .et_b_header-search.et_element-top-level input[type="text"], .mobile-header-wrapper .et_b_header-search.et_element-top-level select, .mobile-header-wrapper .et_b_header-search.et_element-top-level .fancy-select .fancy-placeholder-text, .mobile-header-wrapper .et_b_header-search.et_element-top-level .search-button{height:32px;line-height:calc(32px / 2);}.mobile-header-wrapper .et_b_header-search.et_element-top-level input[type="text"]{max-width:calc(100% - 32px);}.mobile-header-wrapper .et_b_header-search.et_element-top-level .search-button{width:32px;}.et_b_header-search.et_element-top-level .input-row, .et_b_header-search.et_element-top-level .input-row .search-button{-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;}.mobile-header-wrapper .et_b_header-search.et_element-top-level .input-row, .mobile-header-wrapper .et_b_header-search.et_element-top-level .input-row .search-button{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.et_b_header-search.et_element-top-level input[type="text"], .et_b_header-search.et_element-top-level input[type="text"]::-webkit-input-placeholder{color:#888888;}.et_b_header-search.et_element-top-level .input-row, .et_b_header-search.et_element-top-level input[type="text"]{background-color:#fff;}.et_b_header-search.et_element-top-level .search-button, .et_b_header-search.et_element-top-level .clear{color:#333333;}body:not(.rtl) .et_b_header-search.et_element-top-level .buttons-wrapper{right:-10px;}body.rtl .et_b_header-search.et_element-top-level .buttons-wrapper{left:-20px;}body:not(.rtl) .et_b_header-search.et_element-top-level select, body:not(.rtl) .et_b_header-search.et_element-top-level .fancy-select .fancy-placeholder-text{border-right-width:0px;}body.rtl .et_b_header-search.et_element-top-level select, body.rtl .et_b_header-search.et_element-top-level .fancy-select .fancy-placeholder-text{border-left-width:0px;}body:not(.rtl) .mobile-header-wrapper .et_b_header-search.et_element-top-level .buttons-wrapper{right:-0px;}body.rtl .mobile-header-wrapper .et_b_header-search.et_element-top-level .buttons-wrapper{left:-10px;}body:not(.rtl) .mobile-header-wrapper .et_b_header-search.et_element-top-level select, body:not(.rtl) .mobile-header-wrapper .et_b_header-search.et_element-top-level .fancy-select .fancy-placeholder-text{border-right-width:1px;}body.rtl .mobile-header-wrapper .et_b_header-search.et_element-top-level select, body.rtl .mobile-header-wrapper .et_b_header-search.et_element-top-level .fancy-select .fancy-placeholder-text{border-left-width:1px;}.et_b_header-search.et_element-top-level .input-row, .ajax-search-form input[type="text"]{border-style:solid;}.et_b_header-search.et_element-top-level select, .et_b_header-search.et_element-top-level .fancy-select .fancy-placeholder-text{border-style:solid;border-color:#e1e1e1;}.et_b_header-search.et_element-top-level .input-row, .ajax-search-form input[type="text"], .ajax-search-form input[type="text"]:focus{border-color:#e1e1e1;}.et_b_header-search.et_element-top-level .et_b_search-icon{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.ajax-search-form.input-icon:before{top:calc(-10px - 3px);height:calc(10px + 3px);}.mobile-header-wrapper .et_b_header-search.et_element-top-level .et_b_search-icon{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.ajax-search-form:not(.input-icon) .autocomplete-suggestions, .ajax-search-form.input-icon, .search-full-width .et-mini-content{--content-zoom:calc(100em * .01);}.mobile-header-wrapper .ajax-search-form:not(.input-icon) .autocomplete-suggestions, .mobile-header-wrapper .ajax-search-form.input-icon, .mobile-header-wrapper .search-full-width .et-mini-content{--content-zoom:calc(100em * .01);}.ajax-search-form .ajax-results-wrapper .autocomplete-suggestions{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;}.header-wrapper .et-content-dropdown .ajax-results-title:first-child{margin-top:-10px;}.header-wrapper .et-content-dropdown .ajax-results-more:last-child{margin-bottom:-10px;}.ajax-search-form .autocomplete-suggestion > a, .ajax-search-form .autocomplete-no-suggestion, .ajax-search-tabs, .ajax-results-title{padding-left:20px;padding-right:20px;}.ajax-search-form.input-icon{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;}.mobile-header-wrapper .ajax-search-form .ajax-results-wrapper .autocomplete-suggestions{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;}.mobile-header-wrapper .et-content-dropdown .ajax-results-title:first-child{margin-top:-10px;}.mobile-header-wrapper .et-content-dropdown .ajax-results-more:last-child{margin-bottom:-10px;}.mobile-header-wrapper .ajax-search-form .autocomplete-suggestion a, .mobile-header-wrapper .ajax-search-form .autocomplete-no-suggestion, .mobile-header-wrapper .ajax-search-tabs{padding-left:10px;padding-right:10px;}.mobile-header-wrapper .ajax-search-form.input-icon{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;}.ajax-search-form .ajax-results-wrapper .autocomplete-suggestions, .ajax-search-form.input-icon{border-style:solid;border-color:#e1e1e1;}.et_b_header-socials.et_element-top-level{--content-zoom:calc(100em * .01);}.mobile-header-wrapper .et_b_header-socials.et_element-top-level{--content-zoom:calc(100em * .01);}.et_b_header-socials.et_element-top-level.flex-row a{margin:0 7px;}.et_b_header-socials.et_element-top-level.flex-col a + a{margin:7px 0 0 0;}.mobile-header-wrapper .et_b_header-socials.et_element-top-level.flex-row a{margin:0 5px;}.mobile-header-wrapper .et_b_header-socials.et_element-top-level.flex-col a + a{margin:5px 0 0 0;}.et_b_header-contacts.et_element-top-level .contact{margin-top:0px;margin-right:10px;margin-bottom:0px;margin-left:10px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.header-newsletter-popup .et-popup-content-custom-dimenstions{width:800px;height:620px;}.header-newsletter-popup .et-popup-content{background:rgba(255,255,255,0);background-color:rgba(255,255,255,0);background-repeat:no-repeat;background-position:center center;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:15px;padding-right:50px;padding-bottom:15px;padding-left:50px;border-style:solid;border-color:#e1e1e1;}.header-newsletter-popup .et-popup-content, .header-newsletter-popup .et-close-popup{color:#222222;}.et_b_header-button{font-family:"IRANSansWeb";font-weight:400;text-transform:none;font-size:calc(var(--content-zoom) * 1);background-color:#ffffff;color:#315399!important;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;padding-top:7px;padding-right:12px;padding-bottom:5px;padding-left:12px;border-style:solid;border-color:#ffffff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.et_b_header-button:hover{background-color:#ffffff;color:#000000!important;}.et_promo_text_carousel{--promo-text-height:30px;background-color:rgba(0,0,0,0);color:#ffffff;}.et-mobile-panel-wrapper .et-mobile-panel .et-wrap-columns{height:60px;}.et-mobile-panel-wrapper{--mobile-panel-height:60px;--max-elements-mini-content-height:calc(100% - 60px + 1px);--content-zoom:calc(80em * .01);}.et-mobile-panel-wrapper, .et_b_mobile-panel-more_toggle .et-mini-content, .et_b_mobile-panel-more_toggle_02 .et-mini-content, .et-mobile-panel .et_column{background:#315399;background-color:#315399;background-repeat:no-repeat;background-position:center center;}.et-mobile-panel-wrapper, .et_b_mobile-panel-more_toggle .et-mini-content, .et_b_mobile-panel-more_toggle_02 .et-mini-content{color:#ffffff;}.et-mobile-panel .et_column.active{color:var(--current-color);}.single-product .sidebar-widget .widget-title{text-transform:capitalize;--h5-size-proportion:1;}.single-product .page-heading{--content-zoom:calc(100em * .01);font-family:IranYekan, sans-serif;font-weight:400;text-transform:inherit;background:rgba(255,255,255,0);background-color:rgba(255,255,255,0);background-repeat:no-repeat;background-position:center center;color:#888888;border-style:solid;border-color:#e1e1e1;}.single-product .page-heading .back-history{font-family:IranYekan, sans-serif;font-weight:400;text-transform:inherit;}body.single-product .page-heading{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:15px;padding-right:20px;padding-bottom:15px;padding-left:20px;}.woocommerce-product-gallery.images-wrapper{width:100%;margin-top:0px;margin-right:0px;margin-bottom:20px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.swiper-control-bottom.swiper-container-grid{margin:-10px;}.swiper-control-bottom.swiper-container-grid .swiper-slide{padding:10px;}.swiper-vertical-images .slick-vertical-slider-grid li{margin-bottom:10px;}.one_image .main-images > div, .one_image .main-images > img{margin-bottom:10px;}.one_image .main-images{margin-bottom:-10px;}.double_image .main-images > div{margin:0 10px 10px 0;width:calc(50% - 10px);}.double_image .main-images{margin:0 -10px -10px 0;}.swipers-couple-wrapper .swiper-container{--arrow-size:50px;}.pswp__bg{background-color:rgba(0,0,0,.3);}.onsale.single-sale{top:12px;background-color:#c62828;color:#ffffff;}.onsale.single-sale.left{left:12px;}body.rtl .onsale.single-sale.left{right:12px;left:auto;}.onsale.single-sale.right{right:12px;}body.rtl .onsale.single-sale.right{left:12px;right:auto;}.single-sale.type-circle{min-height:50px;min-width:50px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}.single-product .product_title{text-align:inherit;--h1-size-proportion:1.75;font-family:IranYekan, sans-serif;font-weight:400;text-transform:none;color:#222;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.et_product-block > .price, .et_product-block .et_connect-block > .price{text-align:inherit;margin-top:5px;margin-right:0px;margin-bottom:5px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.et_product-block > .price, .et_product-block .et_connect-block > .price, .et_product-block form.cart .price, .et_product-block .group_table .woocommerce-Price-amount{color:#315399;}.et_product-block > .price ins .amount, .et_product-block .et_connect-block > .price ins .amount, .et_product-block form.cart ins .amount{color:#e95d2a;}.single-product .et_product-block .woocommerce-product-rating{text-align:inherit;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.single-product .et_product-block .woocommerce-product-details__short-description{--content-zoom:calc(104em * .01);text-align:inherit;color:#888888;margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.single-product .et_connect-block > .shop_attributes, .single-product .et_product-block > .shop_attributes{--content-zoom:calc(100em * .01);}.et_b_single-button{text-transform:none;font-size:calc(var(--content-zoom, 1rem) * 1);background-color:#000000;color:#ffffff!important;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.et_b_single-button:hover{background-color:#ffffff;color:#000000!important;}.et_b_single-request-quote-button{text-transform:none;font-size:calc(var(--content-zoom, 1rem) * 1);background-color:#000000;color:#ffffff;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.et_b_single-request-quote-button:hover{background-color:#ffffff;color:#000000;}.et_b_single-request-quote-popup .et-popup-content-custom-dimenstions{width:550px;height:250px;}.et_b_single-request-quote-popup .et-popup-content{background:#ffffff;background-color:#ffffff;background-repeat:no-repeat;background-position:center center;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;border-style:solid;border-color:#e1e1e1;}.et_b_single-request-quote-popup .et-popup-content, .et_b_single-request-quote-popup .et-close-popup{color:#000000;}.single-product-size-guide{padding:10px 0;}.size-guide-popup .et-popup-content-custom-dimenstions{width:550px;height:250px;}.size-guide-popup .et-popup-content{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;border-style:solid;border-color:#e1e1e1;}.single-product-builder form.cart, .single-product-builder form.cart .woocommerce-variation-add-to-cart{flex-direction:row;}.single-product-builder .single_add_to_cart_button, .single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button{text-transform:none;--loader-side-color:#ffffff;}.single-product-builder .single_add_to_cart_button{min-width:180px;min-height:39px;}.single-product-builder form.cart select[name=quantity]{min-height:39px;}.single-product-builder .single_add_to_cart_button, .single-product-builder .single_add_to_cart_button.button, .single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button, .single-product-builder .single_add_to_cart_button:hover, .single-product-builder .single_add_to_cart_button.button:hover, .single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button:hover, .single-product-builder .single_add_to_cart_button:focus, .single-product-builder .single_add_to_cart_button.button:focus, .single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button:focus{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.single-product-builder .single_add_to_cart_button:hover, .single-product-builder .single_add_to_cart_button:focus, .single-product-builder .single_add_to_cart_button:hover:focus, .single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button:hover{--loader-side-color:#ffffff;}.single-product-builder form.cart{margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.et_product-block .single-wishlist{text-align:start;}.et_product-block .single-wishlist .show, .et_product-block .single-wishlist .wishlist-fragment > div, .et_product-block .xstore-wishlist-single{background-color:#ffffff;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.et_product-block .single-wishlist .show, .et_product-block .single-wishlist .wishlist-fragment > div, .et_product-block .single-wishlist .wishlist-fragment > div a, .et_product-block .xstore-wishlist-single, .et_product-block .xstore-wishlist-single .et-icon{color:#000000;}.et_product-block .single-wishlist .show:hover, .et_product-block .single-wishlist .wishlist-fragment > div:hover, .et_product-block .xstore-wishlist-single:hover{background-color:#ffffff;}.et_product-block .single-wishlist .show:hover, .et_product-block .single-wishlist .wishlist-fragment > div:hover, .et_product-block .single-wishlist .wishlist-fragment > div a:hover, .et_product-block .xstore-wishlist-single:hover, .et_product-block .xstore-wishlist-single:hover .et-icon{color:#000000;}.et_product-block .single-wishlist .show, .et_product-block .single-wishlist .wishlist-fragment > div, .et_product-block .xstore-wishlist-single, .et_product-block .single-wishlist .xstore-wishlist-single{margin-top:15px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.et_product-block .single-compare{text-align:start;}.et_product-block .single-compare > a{background-color:#ffffff;border-style:solid;border-color:#e1e1e1;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.et_product-block .single-compare > a, .et_product-block .xstore-compare-single .et-icon{color:#000000;}.et_product-block .single-compare a:hover{background-color:#ffffff;color:#000000;}.et_product-block .single-compare > a, .et_product-block .single-compare > .xstore-compare-single{margin-top:10px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.single-product .et_product-block .product_meta{--content-zoom:calc(100em * .01);justify-content:inherit;flex-direction:column;margin-top:5px;margin-right:0px;margin-bottom:5px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.single-product .et_product-block .product_meta, .single-product .et_product-block .product_meta a:hover{color:#222222;}.single-product .et_product-block .product_meta span a, .single-product .et_product-block .product_meta span span{color:#888888;}.single-product-socials a{--content-zoom:calc(90em * .01);color:#888888;margin:0 5px;}.single-product-socials span{color:#222222;}.single-product-socials{margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.wc-tabs [role="tab"]{text-transform:capitalize;}.woocommerce-tabs.type-folders .wc-tabs .et-woocommerce-tab:not(.active) a, .woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab:not(.active) a{color:var(--current-color);}.woocommerce-tabs.type-folders .wc-tabs .et-woocommerce-tab.active, .woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab.active{background-color:#ffffff;}.wc-tabs .et-woocommerce-tab.active a{color:#000;}.woocommerce-tabs.type-overline .wc-tabs .et-woocommerce-tab:before, .woocommerce-tabs.type-underline .wc-tabs .et-woocommerce-tab:before{background-color:#000;}.wc-tabs{--content-zoom:calc(103em * .01);}.woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab{font-size:calc(103em * .01);}.woocommerce-tabs.horizontal .wc-tabs{margin:0 -0px;}.woocommerce-tabs.horizontal .wc-tabs:after{left:0px;right:0px;}.woocommerce-tabs.horizontal .wc-tabs .et-woocommerce-tab{margin:0 0px;}.woocommerce-tabs.vertical .wc-tabs{margin:-0px 0;}.woocommerce-tabs.vertical .wc-tabs:after, .woocommerce-tabs.vertical.type-overline .wc-tabs:after, .woocommerce-tabs.vertical.type-underline .wc-tabs:after{top:0px;bottom:0px;}.woocommerce-tabs.vertical .wc-tabs .et-woocommerce-tab{margin:0px 0;}.woocommerce-tabs{margin-top:0px;margin-right:0px;margin-bottom:40px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;}.woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab ~ .et-woocommerce-tab, .woocommerce-tabs.type-accordion .wc-tabs .wc-tab{border-top-style:solid;}.woocommerce-tabs, .woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab ~ .et-woocommerce-tab, .woocommerce-tabs.type-accordion .wc-tabs .wc-tab{border-color:#e1e1e1;}.related-products-title{text-align:center;--h2-size-proportion:1.7;--h2-line-height:1.5;margin-bottom:20px;}.related-products{--cols-gap:10px;--arrow-size:50px;}.related-products-wrapper{margin-top:50px;margin-right:0px;margin-bottom:40px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.upsell-products-title{text-align:end;}.upsell-products{--cols-gap:15px;--arrow-size:50px;}.upsell-products-wrapper{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.single-product .cross-sell-products-title{text-align:inherit;--h2-size-proportion:1.1;--h2-line-height:1.5;margin-bottom:7px;}.cross-sell-products{--cols-gap:15px;--rows-gap:15px;}.cross-sell-products-wrapper{margin-top:0px;margin-right:0px;margin-bottom:30px;margin-left:0px;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;padding-top:10px;padding-right:15px;padding-bottom:0px;padding-left:15px;border-style:dashed;border-color:#e95d2a;}.single-product-builder .bought-together-products{margin-top:60px;margin-right:0px;margin-bottom:80px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-style:solid;border-color:#e1e1e1;}.xstore-compare-items td{text-align:center;}@media only screen and (min-width: 1200px){.container, div.container, .et-container, .breadcrumb-trail .page-heading{max-width:1430px;}.single-product .woocommerce-message, .single-product .woocommerce-error, .single-product .woocommerce-info{width:1430px;}.footer:after{width:calc(1430px - 30px);}.boxed .template-container, .framed .template-container{width:calc(1430px + 30px);}.boxed .header-wrapper, .framed .header-wrapper{width:calc(1430px + 30px);}}@media only screen and (min-width: 993px){.et_b_dt_header-overlap .page-heading{padding-top:13em;padding-bottom:5em;}.single-product .sidebar{--space-between-widgets:60px;}}@media only screen and (max-width: 992px){.et_b_mob_header-overlap .page-heading{padding-top:11em;padding-bottom:1.2em;}.et-mobile-panel-wrapper:not(.mob-hide):not(.outside) ~ .back-top, .et-mobile-panel-wrapper:not(.mob-hide):not(.outside) ~ .et-request-quote, .et-mobile-panel-wrapper:not(.mob-hide):not(.outside) ~ #sales-booster-popup, body:has(.etheme-sticky-cart:not(.outside)) #sales-booster-popup{bottom:calc(60px + 15px);}.et-mobile-panel-wrapper:not(.mob-hide):not(.outside) ~ .back-top.backIn ~ .et-request-quote{bottom:calc(60px + 70px);}}@media only screen and (min-width: 922px){.single-product .sidebar{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;padding-right:15px;padding-bottom:0px;padding-left:15px;border-style:solid;border-color:#e1e1e1;}}400: Font family not found Fonts400:&nbsp;Missing font familyThe requested font families are not available.Requested: IranYekan (style: normal, weight: 400)For reference, see the Google Fonts API documentation.
/*!/wp-content/cache/asset-cleanup/css/item/628b7b0e15d983784873df7a5484104b-v8abfcaf35f43f965cb7f73b931253e5952f2b587.css*/
/*!/wp-content/themes/xstore/monemdesign-typo/pink.css*/@font-face{font-family:Anjoman-Full;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/AnjomanwebLightGX.woff) format('woff'),  ;font-display:optional;}
@font-face{font-family:Aviny;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/aviny-web.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/aviny-web.woff) format('woff'),  ;font-display:optional;}
@font-face{font-family:Behdad;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/BehPink.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/BehPink.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/BehPink.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/BehPink.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/BehPink.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Dima;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Dima-Fantasy.ttf) format('truetype');font-display:optional;}

@font-face{font-family:DorDane;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Dordaneh.ttf) format('truetype');font-display:optional;}

@font-face{font-family:DastNevis;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/DastNevis.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Dana Pro Heavy FN;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/DanaFaNum-Heavy.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/DanaFaNum-Heavy.woff) format('woff'),  ;font-display:optional;}
@font-face{font-family:Dana;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/DanPink.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/DanPink.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/DanPink.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/DanPink.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/DanPink.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Dana-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/dana-bold.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/dana-bold.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/dana-bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/dana-bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/dana-bold.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Dana-Bold-Latin;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/dana-bold-en.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/dana-bold-en.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/dana-bold-en.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/dana-bold-en.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/dana-bold-en.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Dana-Light;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/dana-light.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/dana-light.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/dana-light.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/dana-light.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/dana-light.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Dana-Medium;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/dana-medium.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/dana-medium.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/dana-medium.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/dana-medium.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/dana-medium.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Dana-Regular;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/dana-regular.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/dana-regular.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/dana-regular.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/dana-regular.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/dana-regular.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Dana-Thin;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/dana-thin.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/dana-thin.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/dana-thin.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/dana-thin.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/dana-thin.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Doran Regular;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/DoranFaNum-Regular.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/DoranFaNum-Regular.woff) format('woff'),  ;font-display:optional;}
@font-face{font-family:Doran ExtraBold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/DoranFaNum-ExtraBold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/DoranFaNum-ExtraBold.woff) format('woff'),  ;font-display:optional;}
@font-face{font-family:Dibaj Regular;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Dibaj-FN-Regular.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Dibaj-FN-Regular.woff) format('woff'),  ;font-display:optional;}
@font-face{font-family:Dibaj ExtraBold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Dibaj-FN-ExtraBold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Dibaj-FN-ExtraBold.woff) format('woff'),  ;font-display:optional;}

@font-face{font-family:Damavand;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Damavand.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Damavand.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Damavand.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Fanavari-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Fanavari-Bold.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Fanavari-Regular;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Fanavari-Regular.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Gofteh;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/GoftehFaNumWeb-Heavy.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/GoftehFaNumWeb-Heavy.woff) format('woff'),  ;font-display:optional;}
@font-face{font-family:GramophoneFaNum-Clean;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/GramophoneFaNum-Clean.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/GramophoneFaNum-Clean.woff) format('woff'),  ;font-display:optional;}
@font-face{font-family:GramophoneFaNum-Grunge;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/GramophoneFaNum-Grunge.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/GramophoneFaNum-Grunge.woff) format('woff'),  ;font-display:optional;}
@font-face{font-family:GramophoneFaNum-Stone;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/GramophoneFaNum-Stone.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/GramophoneFaNum-Stone.woff) format('woff'),  ;font-display:optional;}
@font-face{font-family:Gohar-Black;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Gohar-Black.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Gohar-Black.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Gohar-Black.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Gohar-Black.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Gohar-Black.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Gohar-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Gohar-Bold.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Gohar-Bold.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Gohar-Bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Gohar-Bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Gohar-Bold.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Estedad-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Estd-Bold.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Estedad-Light;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Estd-Light.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Estedad-Medium;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Estd-Medium.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Emkan-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Emkan-Bold.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Emkan-Bold.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Emkan-Bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Emkan-Bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Emkan-Bold.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Emkan-Black;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Emkan-Black.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Emkan-Black.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Emkan-Black.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Emkan-Black.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Hilda;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/HilPink.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/HilPink.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/HilPink.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/HilPink.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/HilPink.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Hekayat;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/hekayat.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Hana;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/A-hana.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Hala;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/SH-AraHala.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Hoor;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/ASardarHoor.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Iran;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/IRAN.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/IRAN.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/IRAN.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/IRAN.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/IRAN.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Iran-Gerd;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/IRPink-Gerd.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/IRPink-Gerd.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/IRPink-Gerd.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/IRPink-Gerd.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/IRPink-Gerd.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Khandevane;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Khandevane.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Kalameh;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/KalaPink.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/KalaPink.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/KalaPink.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/KalaPink.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/KalaPink.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Kalameh-Fanum;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/KalamehFaNum-Medium.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Khaton;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Khaton.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Katibeh;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Katibeh.ttf) format('truetype');src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Katibeh.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Katibeh.eot?#iefix') format('embedded-opentype'),  ;font-display:optional;}

@font-face{font-family:Lalezar;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Lalezar.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Lalezar.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Lalezar.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Lalezar.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Lalezar.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Mahboubeh;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/MahboubehPink.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/MahboubehPink.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/MahboubehPink.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/MahboubehPink.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/MahboubehPink.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Morabba;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/MorabbaVF.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/MorabbaVF.woff) format('woff'),  ;font-display:optional;}
@font-face{font-family:Morabba-Regular;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Morabba-Regular.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Morabba-Regular.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Morabba-Regular.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Morabba-Regular.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Morabba-Regular.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Morabba-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Morabba-Bold.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Morabba-Bold.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Morabba-Bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Morabba-Bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Morabba-Bold.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Negaar;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Negaar.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Negaar.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Negaar.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Negaar.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Negaar.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Negaar-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Negaar-Bold.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Negaar-Bold.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Negaar-Bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Negaar-Bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Negaar-Bold.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Nic;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Nic.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Nic.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Nic.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Nic.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Nic.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Noora-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Noora-Bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Noora-Bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Noora-Bold.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Noora-Regular;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Noora-Regular.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Noora-Regular.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Noora-Regular.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Pinar;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Pinar-FD.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Pinar-FD.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Pinar-FD.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Pinar DS1;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Pinar-DS1-FD.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Pinar-DS1-FD.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Pinar-DS1-FD.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Pinar DS2;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Pinar-DS2-FD.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Pinar-DS2-FD.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Pinar-DS2-FD.ttf) format('truetype');font-display:optional;}

@font-face{font-family:IranYekan;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Pink.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Pink.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Pink.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Pink.ttf) format('truetype');font-display:optional;}


@font-face{font-family:IRANYekanX;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/IRANYekanXVFaNumVF.woff2) format("woff2"), 
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/IRANYekanXVFaNumVF.woff) format('woff');
font-display:optional;}

@font-face{font-family:IranYekan-Medium;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/IRANYekan-Medium.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/IRANYekan-Medium.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/IRANYekan-Medium.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/IRANYekan-Medium.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/IRANYekan-Medium.ttf) format('truetype');font-display:optional;}

@font-face{font-family:IranYekan-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/IRANYekan-Bold.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/IRANYekan-Bold.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/IRANYekan-Bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/IRANYekan-Bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/IRANYekan-Bold.ttf) format('truetype');font-display:optional;}

@font-face{font-family:IranYekanWeb;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/iYekanw.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/iYekanw.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/iYekanw.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/iYekanw.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/iYekanw.ttf) format('truetype');font-display:optional;}


@font-face{font-family:IranSans;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/PinkSans.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/PinkSans.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/PinkSans.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/PinkSans.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/PinkSans.ttf) format('truetype');font-display:optional;}

@font-face{font-family:IranSans-Medium;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/iSansM.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/iSansM.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/iSansM.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/iSansM.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/iSansM.ttf) format('truetype');font-display:optional;}

@font-face{font-family:IranSans-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/IRANSans-Bold.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/IRANSans-Bold.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/IRANSans-Bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/IRANSans-Bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/IRANSans-Bold.ttf) format('truetype');font-display:optional;}

@font-face{font-family:IranSans-DastNevis;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/PinkSansDN.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/PinkSansDN.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/PinkSansDN.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/PinkSansDN.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/PinkSansDN.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Yaser;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/FF-Yaser.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/FF-Yaser.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/FF-Yaser.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/FF-Yaser.ttf) format('truetype');font-display:optional;}
@font-face{font-family:YekanBakhFaNum-Heavy;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/YekanBakhFaNum-Heavy.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/YekanBakhFaNum-Heavy.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/YekanBakhFaNum-Heavy.ttf) format('truetype');font-display:optional;}
@font-face{font-family:YekanBakhFaNum-Regular;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/YekanBakhFaNum-Regular.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/YekanBakhFaNum-Regular.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/YekanBakhFaNum-Regular.ttf) format('truetype');font-display:optional;}
@font-face{font-family:YekanBakhFaNum-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/YekanBakhFaNum-Bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/YekanBakhFaNum-Bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/YekanBakhFaNum-Bold.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Yekan;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/PinkYekan.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/PinkYekan.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/PinkYekan.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/PinkYekan.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/PinkYekan.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Yekan-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/PinkYekan-Bold.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/PinkYekan-Bold.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/PinkYekan-Bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/PinkYekan-Bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/PinkYekan-Bold.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Yekan-Web;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/YekanW.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/YekanW.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/YekanW.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/YekanW.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/YekanW.ttf) format('truetype');font-display:optional;}

@font-face{font-family:YekanWeb-Fat;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/YekanWF.ttf) format('truetype');font-display:optional;}

@font-face{font-family:YekanWeb-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/YekanWB.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/YekanWB.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/YekanWB.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/YekanWB.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/YekanWB.ttf) format('truetype');font-display:optional;}
@font-face{font-family:RokhFaNum-UltraBold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/RokhFaNum-UltraBold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/RokhFaNum-UltraBold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/RokhFaNum-UltraBold.ttf) format('truetype');font-display:optional;}
@font-face{font-family:RokhFaNum-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/RokhFaNum-Bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/RokhFaNum-Bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/RokhFaNum-Bold.ttf) format('truetype');font-display:optional;}
@font-face{font-family:RokhFaNum-Light;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/RokhFaNum-Light.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/RokhFaNum-Light.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/RokhFaNum-Light.ttf) format('truetype');font-display:optional;}
@font-face{font-family:RokhFaNum-Medium;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/RokhFaNum-Medium.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/RokhFaNum-Medium.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/RokhFaNum-Medium.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Sahel;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Sahel.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Sahel.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Sahel.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Sahel.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Sahel.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Sahel-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Sahel-Bold.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Sahel-Bold.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Sahel-Bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Sahel-Bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Sahel-Bold.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Samim;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Samim.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Samim.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Samim.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Samim.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Samim.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Samim-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Samim-Bold.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Samim-Bold.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Samim-Bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Samim-Bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Samim-Bold.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Sarbaz;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/SarPink.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/SarPink.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/SarPink.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/SarPink.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/SarPink.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Shabnam;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Shabnam.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Shabnam.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Shabnam.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Shabnam.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Shabnam.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Shabnam-FD;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Shabnam-FD.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Shabnam-Light;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Shabnam-Light.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Shabnam-Medium;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Shabnam-Medium.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Shabnam-Thin;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Shabnam-Thin.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Shabnam-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Shabnam-Bold.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Shabnam-Bold.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Shabnam-Bold.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Shabnam-Bold.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Shabnam-Bold.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Shin;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Shin.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Shin.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Shin.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff/Shin.woff) format('woff'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Shin.ttf) format('truetype');font-display:optional;}
@font-face{font-family:Tahamtan;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/eot/Tahamtan.eot);src:url('/wp-content/themes/xstore/monemdesign-typo/typography/eot/Tahamtan.eot?#iefix') format('embedded-opentype'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/woff2/Tahamtan.woff2) format('woff2'),  
url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/Tahamtan.ttf) format('truetype');font-display:optional;}


@font-face{font-family:Vazir-Medium;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/VazirMedium.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Maneli;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/manPink.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Molsaq-Bold;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/MolsaqArabic-ExtraBold.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Molsaq-Light;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/MolsaqArabic-Light.ttf) format('truetype');font-display:optional;}

@font-face{font-family:Monadi;font-style:normal;src:url(/wp-content/themes/xstore/monemdesign-typo/typography/ttf/SH-Monadi.ttf) format('truetype');font-display:optional;}